Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: fullscreen - implement directive to scale the content to fit the screen #1180

Open
SuperITMan opened this issue Mar 8, 2019 · 0 comments

Comments

@SuperITMan
Copy link
Member

SuperITMan commented Mar 8, 2019

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem

Current behavior

No support for scaling some content to fit the full screen (viewport). This has to be done manually via CSS.

Expected behavior

Add support for scaling the content to fit the full screen via a directive (StarkScaleFullscreen directive in Stark 9).

What is the motivation / use case for changing the behavior?

Provide the same feature as in Stark 9

See #125

@SuperITMan SuperITMan added this to the 10.0.0-beta.6 milestone Mar 8, 2019
@SuperITMan SuperITMan self-assigned this Mar 8, 2019
@christophercr christophercr modified the milestones: 10.0.0-beta.6, 10.0.0 Mar 12, 2019
@christophercr christophercr changed the title ui: date-pickers - add support for starkTimestampInput directive ui: fullscreen - implement directive to scale the content to fit the screen Mar 12, 2019
SuperITMan referenced this issue in SuperITMan/stark Mar 14, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
SuperITMan referenced this issue in SuperITMan/stark Mar 14, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 14, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 14, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 14, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 14, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 15, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 15, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
SuperITMan referenced this issue in SuperITMan/stark Mar 15, 2019
…atFormFieldControl, Validator and starkTimestampMask directive

ISSUES CLOSED: #1146, #1180

BREAKING CHANGE: stark-date-picker now integrates ControlValueAccessor and Validator:

  - The following Input have been changed:
      - **date** is now **value**
      - **maxDate** is now **max**
      - **minDate** is now **min**
      - **label** is now **placeholder**
      - **isDisabled** is now **disabled**
  - The output **dateChanged** is now **dateChange**
  - **dateInput** Output has been added and now the date-picker Input/Output are
    similar to the ones of MatDatepicker component
  - We respect now the Constraint validation standards. See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Validation-related_attributes
@christophercr christophercr modified the milestones: 10.0.0, 10.0.0-beta.8 Apr 2, 2019
@christophercr christophercr self-assigned this Apr 26, 2019
@christophercr christophercr removed their assignment Apr 26, 2019
@SuperITMan SuperITMan modified the milestones: 10.0.0-beta.8, 10.0.0-rc.0 Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants