@daffodil/design 0.63.1 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +1 -1
- package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +1 -1
- package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
- package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
- package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
- package/article/examples/article-headings/article-headings.component.d.ts +1 -1
- package/article/examples/article-hr/article-hr.component.d.ts +1 -1
- package/article/examples/article-lead/article-lead.component.d.ts +1 -1
- package/article/examples/article-link/article-link.component.d.ts +1 -1
- package/article/examples/article-meta/article-meta.component.d.ts +1 -1
- package/article/examples/article-ol/article-ol.component.d.ts +1 -1
- package/article/examples/article-table/article-table.component.d.ts +1 -1
- package/article/examples/article-ul/article-ul.component.d.ts +1 -1
- package/atoms/button/button.component.d.ts +1 -1
- package/atoms/container/container.component.d.ts +1 -1
- package/atoms/form/checkbox/checkbox.component.d.ts +1 -1
- package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +1 -1
- package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -3
- package/atoms/form/core/error-state-matcher/error-state-matcher.d.ts +2 -2
- package/atoms/form/error-message/error-message.component.d.ts +1 -1
- package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
- package/atoms/form/form-label/form-label.directive.d.ts +1 -1
- package/atoms/form/input/input.component.d.ts +1 -1
- package/atoms/form/native-select/native-select.component.d.ts +1 -1
- package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -2
- package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +3 -3
- package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -1
- package/atoms/form/radio/cva/radio-cva.directive.d.ts +1 -1
- package/atoms/form/radio/radio.component.d.ts +1 -1
- package/atoms/form/radio-set/radio-set.component.d.ts +1 -1
- package/atoms/image/image.component.d.ts +1 -1
- package/atoms/loading-icon/loading-icon.component.d.ts +1 -1
- package/atoms/progress-indicator/progress-indicator.component.d.ts +1 -1
- package/button/examples/basic-button/basic-button.component.d.ts +1 -1
- package/button/examples/flat-button/flat-button.component.d.ts +1 -1
- package/button/examples/icon-button/icon-button.component.d.ts +1 -1
- package/button/examples/raised-button/raised-button.component.d.ts +1 -1
- package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
- package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
- package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
- package/button/examples/underline-button/underline-button.component.d.ts +1 -1
- package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -3
- package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -3
- package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
- package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
- package/card/examples/basic-card/basic-card.component.d.ts +1 -1
- package/card/examples/card-orientation/card-orientation.component.d.ts +3 -3
- package/card/examples/card-theming/card-theming.component.d.ts +3 -3
- package/card/examples/linkable-card/linkable-card.component.d.ts +5 -5
- package/card/examples/raised-card/raised-card.component.d.ts +3 -3
- package/card/examples/stroked-card/stroked-card.component.d.ts +3 -3
- package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -3
- package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -3
- package/container/examples/container-sizes/container-sizes.component.d.ts +3 -3
- package/core/colorable/colorable-mixin.d.ts +1 -1
- package/core/focus/public_api.d.ts +1 -0
- package/core/focus/stack.service.d.ts +35 -0
- package/core/prefix-suffix/prefix.directive.d.ts +1 -1
- package/core/prefix-suffix/suffix.directive.d.ts +1 -1
- package/core/sizeable/sizeable-mixin.d.ts +1 -1
- package/core/statusable/statusable-mixin.d.ts +1 -1
- package/core/text-alignable/text-alignable-mixin.d.ts +1 -1
- package/core/theming/services/theming.service.d.ts +1 -1
- package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +3 -3
- package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +5 -7
- package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +3 -3
- package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +5 -7
- package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +3 -3
- package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +3 -3
- package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +3 -3
- package/esm2020/article/examples/article-examples.module.mjs +6 -11
- package/esm2020/article/examples/article-headings/article-headings.component.mjs +3 -3
- package/esm2020/article/examples/article-hr/article-hr.component.mjs +3 -3
- package/esm2020/article/examples/article-lead/article-lead.component.mjs +3 -3
- package/esm2020/article/examples/article-link/article-link.component.mjs +3 -3
- package/esm2020/article/examples/article-meta/article-meta.component.mjs +3 -3
- package/esm2020/article/examples/article-ol/article-ol.component.mjs +3 -3
- package/esm2020/article/examples/article-table/article-table.component.mjs +3 -3
- package/esm2020/article/examples/article-ul/article-ul.component.mjs +3 -3
- package/esm2020/atoms/button/button.component.mjs +5 -5
- package/esm2020/atoms/button/button.module.mjs +8 -10
- package/esm2020/atoms/container/container.component.mjs +3 -3
- package/esm2020/atoms/container/container.module.mjs +5 -7
- package/esm2020/atoms/form/checkbox/checkbox.component.mjs +4 -4
- package/esm2020/atoms/form/checkbox/checkbox.module.mjs +7 -9
- package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +3 -3
- package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +6 -6
- package/esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs +1 -1
- package/esm2020/atoms/form/error-message/error-message.component.mjs +3 -3
- package/esm2020/atoms/form/error-message/error-message.module.mjs +4 -4
- package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +5 -5
- package/esm2020/atoms/form/form-field/form-field.module.mjs +8 -10
- package/esm2020/atoms/form/form-label/form-label.directive.mjs +3 -3
- package/esm2020/atoms/form/form-label/form-label.module.mjs +4 -4
- package/esm2020/atoms/form/input/input.component.mjs +3 -3
- package/esm2020/atoms/form/input/input.module.mjs +5 -7
- package/esm2020/atoms/form/native-select/native-select.component.mjs +3 -3
- package/esm2020/atoms/form/native-select/native-select.module.mjs +5 -7
- package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +8 -8
- package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +10 -12
- package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +6 -6
- package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +5 -5
- package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +3 -3
- package/esm2020/atoms/form/radio/radio.component.mjs +4 -4
- package/esm2020/atoms/form/radio/radio.module.mjs +6 -8
- package/esm2020/atoms/form/radio/registry/radio-registry.mjs +3 -3
- package/esm2020/atoms/form/radio-set/radio-set.component.mjs +4 -4
- package/esm2020/atoms/image/image.component.mjs +5 -5
- package/esm2020/atoms/image/image.module.mjs +5 -10
- package/esm2020/atoms/loading-icon/loading-icon.component.mjs +3 -3
- package/esm2020/atoms/loading-icon/loading-icon.module.mjs +5 -7
- package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +5 -5
- package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +5 -7
- package/esm2020/button/examples/basic-button/basic-button.component.mjs +5 -11
- package/esm2020/button/examples/basic-button/basic-button.module.mjs +6 -8
- package/esm2020/button/examples/flat-button/flat-button.component.mjs +5 -11
- package/esm2020/button/examples/flat-button/flat-button.module.mjs +6 -8
- package/esm2020/button/examples/icon-button/icon-button.component.mjs +5 -11
- package/esm2020/button/examples/icon-button/icon-button.module.mjs +6 -8
- package/esm2020/button/examples/raised-button/raised-button.component.mjs +5 -11
- package/esm2020/button/examples/raised-button/raised-button.module.mjs +6 -8
- package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +3 -3
- package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +6 -8
- package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +3 -3
- package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +6 -8
- package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +5 -11
- package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +6 -8
- package/esm2020/button/examples/underline-button/underline-button.component.mjs +5 -11
- package/esm2020/button/examples/underline-button/underline-button.module.mjs +6 -8
- package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +10 -10
- package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +10 -12
- package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +10 -10
- package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +9 -11
- package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +3 -3
- package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +10 -12
- package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +3 -3
- package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +9 -11
- package/esm2020/card/examples/basic-card/basic-card.component.mjs +3 -3
- package/esm2020/card/examples/basic-card/basic-card.module.mjs +9 -11
- package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +10 -10
- package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +10 -12
- package/esm2020/card/examples/card-theming/card-theming.component.mjs +9 -13
- package/esm2020/card/examples/card-theming/card-theming.module.mjs +8 -10
- package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +10 -10
- package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +10 -12
- package/esm2020/card/examples/raised-card/raised-card.component.mjs +8 -8
- package/esm2020/card/examples/raised-card/raised-card.module.mjs +9 -11
- package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +8 -8
- package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +10 -12
- package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +6 -6
- package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +7 -9
- package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +6 -6
- package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +7 -9
- package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +8 -8
- package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +7 -9
- package/esm2020/core/colorable/colorable-mixin.mjs +1 -1
- package/esm2020/core/focus/public_api.mjs +2 -1
- package/esm2020/core/focus/stack.service.mjs +71 -0
- package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +5 -5
- package/esm2020/core/prefix-suffix/prefix.directive.mjs +3 -3
- package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +3 -3
- package/esm2020/core/prefix-suffix/suffix.directive.mjs +3 -3
- package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +3 -3
- package/esm2020/core/sizeable/sizeable-mixin.mjs +1 -1
- package/esm2020/core/statusable/statusable-mixin.mjs +1 -1
- package/esm2020/core/text-alignable/text-alignable-mixin.mjs +1 -1
- package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +3 -3
- package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +3 -3
- package/esm2020/core/theming/services/storage/theme-storage.service.mjs +3 -3
- package/esm2020/core/theming/services/theming.service.mjs +6 -6
- package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +3 -3
- package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +9 -11
- package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +10 -10
- package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +10 -12
- package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +9 -9
- package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +9 -11
- package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +3 -3
- package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +10 -12
- package/esm2020/image/examples/basic-image/basic-image.component.mjs +3 -3
- package/esm2020/image/examples/basic-image/basic-image.module.mjs +5 -7
- package/esm2020/image/examples/load-image/load-image.component.mjs +5 -5
- package/esm2020/image/examples/load-image/load-image.module.mjs +6 -8
- package/esm2020/image/examples/skeleton-image/skeleton-image.component.mjs +3 -3
- package/esm2020/image/examples/skeleton-image/skeleton-image.module.mjs +5 -7
- package/esm2020/input/examples/basic-input/basic-input.component.mjs +3 -3
- package/esm2020/input/examples/basic-input/basic-input.module.mjs +6 -8
- package/esm2020/input/examples/input-disabled/input-disabled.component.mjs +3 -3
- package/esm2020/input/examples/input-disabled/input-disabled.module.mjs +6 -8
- package/esm2020/input/examples/input-error/input-error.component.mjs +6 -6
- package/esm2020/input/examples/input-error/input-error.module.mjs +7 -9
- package/esm2020/input/examples/input-with-form-field/input-with-form-field.component.mjs +3 -3
- package/esm2020/input/examples/input-with-form-field/input-with-form-field.module.mjs +6 -8
- package/esm2020/list/examples/basic-list/basic-list.component.mjs +3 -3
- package/esm2020/list/examples/basic-list/basic-list.module.mjs +6 -8
- package/esm2020/list/examples/icon-list/icon-list.component.mjs +3 -3
- package/esm2020/list/examples/icon-list/icon-list.module.mjs +7 -9
- package/esm2020/list/examples/list-examples.module.mjs +9 -15
- package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +3 -3
- package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +7 -9
- package/esm2020/list/examples/nav-list/nav-list.component.mjs +3 -3
- package/esm2020/list/examples/nav-list/nav-list.module.mjs +7 -9
- package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +7 -7
- package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +7 -9
- package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +3 -3
- package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +5 -7
- package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +3 -3
- package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +6 -8
- package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +3 -3
- package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +6 -8
- package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +3 -3
- package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +6 -8
- package/esm2020/menu/examples/basic-menu/basic-menu.component.mjs +3 -3
- package/esm2020/menu/examples/basic-menu/basic-menu.module.mjs +7 -9
- package/esm2020/menu/examples/basic-menu/menu-content/menu-content.component.mjs +3 -3
- package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +3 -3
- package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +6 -8
- package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +3 -3
- package/esm2020/molecules/accordion/accordion/accordion.component.mjs +3 -3
- package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +4 -4
- package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +3 -3
- package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +3 -3
- package/esm2020/molecules/accordion/accordion.module.mjs +10 -12
- package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +11 -8
- package/esm2020/molecules/article/article/article.component.mjs +4 -4
- package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +3 -3
- package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +3 -3
- package/esm2020/molecules/article/article-title/article-title.directive.mjs +3 -3
- package/esm2020/molecules/article/article.module.mjs +6 -8
- package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +3 -3
- package/esm2020/molecules/backdrop/backdrop.module.mjs +5 -10
- package/esm2020/molecules/button-set/button-set.component.mjs +7 -4
- package/esm2020/molecules/button-set/button-set.module.mjs +4 -4
- package/esm2020/molecules/callout/callout/callout.component.mjs +3 -3
- package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout.module.mjs +6 -8
- package/esm2020/molecules/card/card/card.component.mjs +4 -4
- package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +3 -3
- package/esm2020/molecules/card/card-content/card-content.directive.mjs +3 -3
- package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +3 -3
- package/esm2020/molecules/card/card-image/card-image.directive.mjs +3 -3
- package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +3 -3
- package/esm2020/molecules/card/card-title/card-title.directive.mjs +3 -3
- package/esm2020/molecules/card/card.module.mjs +6 -8
- package/esm2020/molecules/feature/feature/feature.component.mjs +3 -3
- package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature.module.mjs +6 -8
- package/esm2020/molecules/hero/hero/hero.component.mjs +3 -3
- package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero.module.mjs +6 -8
- package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +3 -3
- package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +3 -3
- package/esm2020/molecules/image-gallery/image-gallery.module.mjs +7 -9
- package/esm2020/molecules/image-list/image-list.component.mjs +4 -4
- package/esm2020/molecules/image-list/image-list.module.mjs +5 -7
- package/esm2020/molecules/link-set/link-set/link-set.component.mjs +3 -3
- package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +3 -3
- package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +3 -3
- package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +3 -3
- package/esm2020/molecules/link-set/link-set.module.mjs +6 -8
- package/esm2020/molecules/list/list/list.component.mjs +4 -4
- package/esm2020/molecules/list/list-item/list-item.component.mjs +3 -3
- package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +3 -3
- package/esm2020/molecules/list/list.module.mjs +8 -10
- package/esm2020/molecules/media-gallery/media-gallery.component.mjs +7 -7
- package/esm2020/molecules/media-gallery/media-gallery.module.mjs +5 -7
- package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +4 -4
- package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +3 -3
- package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +5 -5
- package/esm2020/molecules/menu/menu/menu.component.mjs +3 -3
- package/esm2020/molecules/menu/menu-activator/menu-activator.component.mjs +3 -3
- package/esm2020/molecules/menu/menu-item/menu-item.component.mjs +3 -3
- package/esm2020/molecules/menu/menu.module.mjs +8 -10
- package/esm2020/molecules/menu/service/menu.service.mjs +3 -3
- package/esm2020/molecules/modal/modal/modal.component.mjs +4 -4
- package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +3 -3
- package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +3 -3
- package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +3 -3
- package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +3 -3
- package/esm2020/molecules/modal/modal.module.mjs +8 -10
- package/esm2020/molecules/modal/service/modal.service.mjs +5 -5
- package/esm2020/molecules/navbar/navbar.component.mjs +3 -3
- package/esm2020/molecules/navbar/navbar.module.mjs +4 -4
- package/esm2020/molecules/paginator/paginator.component.mjs +11 -8
- package/esm2020/molecules/paginator/paginator.module.mjs +8 -10
- package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +8 -8
- package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +10 -12
- package/esm2020/molecules/sidebar/animation/sidebar-viewport-animation-state.mjs +1 -1
- package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +5 -5
- package/esm2020/molecules/sidebar/sidebar-viewport/content-pad.mjs +2 -2
- package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +7 -7
- package/esm2020/molecules/sidebar/sidebar.module.mjs +9 -11
- package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +3 -3
- package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +8 -10
- package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +3 -3
- package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +8 -10
- package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +8 -8
- package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +8 -10
- package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +3 -3
- package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +7 -9
- package/esm2020/notification/examples/default-notification/default-notification.component.mjs +7 -12
- package/esm2020/notification/examples/default-notification/default-notification.module.mjs +8 -10
- package/esm2020/notification/examples/dismissable-notification/dismissable-notification.component.mjs +7 -12
- package/esm2020/notification/examples/dismissable-notification/dismissable-notification.module.mjs +8 -10
- package/esm2020/notification/examples/notification-orientations/notification-orientations.component.mjs +8 -8
- package/esm2020/notification/examples/notification-orientations/notification-orientations.module.mjs +9 -11
- package/esm2020/notification/examples/notification-status/notification-status.component.mjs +9 -9
- package/esm2020/notification/examples/notification-status/notification-status.module.mjs +9 -11
- package/esm2020/notification/notification/notification.component.mjs +6 -6
- package/esm2020/notification/notification-actions/notification-actions.directive.mjs +3 -3
- package/esm2020/notification/notification-message/notification-message.directive.mjs +3 -3
- package/esm2020/notification/notification-subtitle/notification-subtitle.directive.mjs +3 -3
- package/esm2020/notification/notification-title/notification-title.directive.mjs +3 -3
- package/esm2020/notification/notification.module.mjs +8 -10
- package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +3 -3
- package/esm2020/paginator/examples/paginator-examples.module.mjs +6 -11
- package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +8 -10
- package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +8 -10
- package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +8 -10
- package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +8 -10
- package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +7 -7
- package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +6 -8
- package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +5 -5
- package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +6 -8
- package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.mjs +3 -3
- package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.mjs +7 -9
- package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.mjs +3 -3
- package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.mjs +6 -8
- package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.mjs +3 -3
- package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.mjs +6 -8
- package/esm2020/sidebar/examples/under-sidebar/under-sidebar.component.mjs +3 -3
- package/esm2020/sidebar/examples/under-sidebar/under-sidebar.module.mjs +7 -9
- package/esm2020/tree/examples/basic-tree/basic-tree.component.mjs +5 -5
- package/esm2020/tree/examples/basic-tree/basic-tree.module.mjs +7 -9
- package/esm2020/tree/tree/tree-notifier.service.mjs +1 -1
- package/esm2020/tree/tree/tree.component.mjs +6 -6
- package/esm2020/tree/tree-item/tree-item.directive.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +6 -8
- package/esm2020/tree/utils/hydrate-tree.mjs +1 -1
- package/esm2020/tree/utils/transform-in-place.mjs +1 -1
- package/fesm2015/daffodil-design-accordion-examples.mjs +14 -18
- package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-article-examples.mjs +38 -43
- package/fesm2015/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-button-examples.mjs +70 -122
- package/fesm2015/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-callout-examples.mjs +54 -62
- package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-card-examples.mjs +79 -95
- package/fesm2015/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-checkbox-examples.mjs +21 -25
- package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-container-examples.mjs +14 -16
- package/fesm2015/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-hero-examples.mjs +52 -60
- package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-image-examples.mjs +23 -29
- package/fesm2015/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-input-examples.mjs +35 -43
- package/fesm2015/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-list-examples.mjs +50 -63
- package/fesm2015/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-loading-icon-examples.mjs +19 -23
- package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-media-gallery-examples.mjs +24 -30
- package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-menu-examples.mjs +12 -14
- package/fesm2015/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-modal-examples.mjs +11 -13
- package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-navbar-examples.mjs +42 -50
- package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-notification-examples.mjs +51 -69
- package/fesm2015/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-notification.mjs +80 -82
- package/fesm2015/daffodil-design-notification.mjs.map +1 -1
- package/fesm2015/daffodil-design-paginator-examples.mjs +8 -13
- package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-quantity-field-examples.mjs +51 -59
- package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-radio-examples.mjs +11 -13
- package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-sidebar-examples.mjs +43 -53
- package/fesm2015/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-tree-examples.mjs +12 -14
- package/fesm2015/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-tree.mjs +161 -163
- package/fesm2015/daffodil-design-tree.mjs.map +1 -1
- package/fesm2015/daffodil-design.mjs +1027 -1009
- package/fesm2015/daffodil-design.mjs.map +1 -1
- package/fesm2020/daffodil-design-accordion-examples.mjs +14 -18
- package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-article-examples.mjs +38 -43
- package/fesm2020/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-button-examples.mjs +70 -122
- package/fesm2020/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-callout-examples.mjs +54 -62
- package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-card-examples.mjs +79 -95
- package/fesm2020/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-checkbox-examples.mjs +21 -25
- package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-container-examples.mjs +14 -16
- package/fesm2020/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-hero-examples.mjs +52 -60
- package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-image-examples.mjs +23 -29
- package/fesm2020/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-input-examples.mjs +35 -43
- package/fesm2020/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-list-examples.mjs +50 -63
- package/fesm2020/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-loading-icon-examples.mjs +19 -23
- package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-media-gallery-examples.mjs +24 -30
- package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-menu-examples.mjs +12 -14
- package/fesm2020/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-modal-examples.mjs +11 -13
- package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-navbar-examples.mjs +42 -50
- package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-notification-examples.mjs +51 -69
- package/fesm2020/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-notification.mjs +80 -82
- package/fesm2020/daffodil-design-notification.mjs.map +1 -1
- package/fesm2020/daffodil-design-paginator-examples.mjs +8 -13
- package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-quantity-field-examples.mjs +51 -59
- package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-radio-examples.mjs +11 -13
- package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-sidebar-examples.mjs +43 -53
- package/fesm2020/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-tree-examples.mjs +12 -14
- package/fesm2020/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-tree.mjs +158 -160
- package/fesm2020/daffodil-design-tree.mjs.map +1 -1
- package/fesm2020/daffodil-design.mjs +1022 -1006
- package/fesm2020/daffodil-design.mjs.map +1 -1
- package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
- package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -3
- package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -3
- package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
- package/image/examples/basic-image/basic-image.component.d.ts +1 -1
- package/image/examples/load-image/load-image.component.d.ts +1 -1
- package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
- package/input/examples/basic-input/basic-input.component.d.ts +1 -1
- package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
- package/input/examples/input-error/input-error.component.d.ts +3 -3
- package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
- package/list/examples/basic-list/basic-list.component.d.ts +1 -1
- package/list/examples/icon-list/icon-list.component.d.ts +1 -1
- package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
- package/list/examples/nav-list/nav-list.component.d.ts +1 -1
- package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -3
- package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
- package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
- package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
- package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
- package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
- package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
- package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
- package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
- package/molecules/accordion/accordion/accordion.component.d.ts +1 -1
- package/molecules/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +1 -1
- package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +1 -1
- package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +4 -1
- package/molecules/article/article/article.component.d.ts +1 -1
- package/molecules/article/article-lead/article-lead.directive.d.ts +1 -1
- package/molecules/article/article-meta/article-meta.directive.d.ts +1 -1
- package/molecules/article/article-title/article-title.directive.d.ts +1 -1
- package/molecules/backdrop/backdrop/backdrop.component.d.ts +1 -1
- package/molecules/button-set/button-set.component.d.ts +4 -1
- package/molecules/callout/callout/callout.component.d.ts +1 -1
- package/molecules/callout/callout-body/callout-body.directive.d.ts +1 -1
- package/molecules/callout/callout-icon/callout-icon.directive.d.ts +1 -1
- package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +1 -1
- package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +1 -1
- package/molecules/callout/callout-title/callout-title.directive.d.ts +1 -1
- package/molecules/card/card/card.component.d.ts +1 -1
- package/molecules/card/card-actions/card-actions.directive.d.ts +1 -1
- package/molecules/card/card-content/card-content.directive.d.ts +1 -1
- package/molecules/card/card-icon/card-icon.directive.d.ts +1 -1
- package/molecules/card/card-image/card-image.directive.d.ts +1 -1
- package/molecules/card/card-tagline/card-tagline.directive.d.ts +1 -1
- package/molecules/card/card-title/card-title.directive.d.ts +1 -1
- package/molecules/feature/feature/feature.component.d.ts +1 -1
- package/molecules/feature/feature-icon/feature-icon.directive.d.ts +1 -1
- package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +1 -1
- package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +1 -1
- package/molecules/feature/feature-title/feature-title.directive.d.ts +1 -1
- package/molecules/hero/hero/hero.component.d.ts +1 -1
- package/molecules/hero/hero-body/hero-body.directive.d.ts +1 -1
- package/molecules/hero/hero-icon/hero-icon.directive.d.ts +1 -1
- package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +1 -1
- package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +1 -1
- package/molecules/hero/hero-title/hero-title.directive.d.ts +1 -1
- package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +1 -1
- package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +1 -1
- package/molecules/image-list/image-list.component.d.ts +1 -1
- package/molecules/link-set/link-set/link-set.component.d.ts +1 -1
- package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +1 -1
- package/molecules/link-set/link-set-item/link-set-item.component.d.ts +1 -1
- package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +1 -1
- package/molecules/list/list/list.component.d.ts +1 -1
- package/molecules/list/list-item/list-item.component.d.ts +1 -1
- package/molecules/list/list-subheader/list-subheader.directive.d.ts +1 -1
- package/molecules/media-gallery/media-gallery.component.d.ts +2 -2
- package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +1 -1
- package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +2 -2
- package/molecules/menu/menu/menu.component.d.ts +1 -1
- package/molecules/menu/menu-activator/menu-activator.component.d.ts +1 -1
- package/molecules/menu/menu-item/menu-item.component.d.ts +1 -1
- package/molecules/modal/modal/modal.component.d.ts +1 -1
- package/molecules/modal/modal-actions/modal-actions.component.d.ts +1 -1
- package/molecules/modal/modal-content/modal-content.component.d.ts +1 -1
- package/molecules/modal/modal-header/modal-header.component.d.ts +1 -1
- package/molecules/modal/modal-title/modal-title.directive.d.ts +1 -1
- package/molecules/navbar/navbar.component.d.ts +1 -1
- package/molecules/paginator/paginator.component.d.ts +7 -4
- package/molecules/qty-dropdown/qty-dropdown.component.d.ts +1 -1
- package/molecules/sidebar/animation/sidebar-viewport-animation-state.d.ts +1 -1
- package/molecules/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +1 -1
- package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
- package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
- package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -3
- package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
- package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
- package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +1 -1
- package/notification/examples/notification-orientations/notification-orientations.component.d.ts +3 -3
- package/notification/examples/notification-status/notification-status.component.d.ts +3 -3
- package/notification/notification/notification.component.d.ts +1 -1
- package/notification/notification-actions/notification-actions.directive.d.ts +1 -1
- package/notification/notification-message/notification-message.directive.d.ts +1 -1
- package/notification/notification-subtitle/notification-subtitle.directive.d.ts +1 -1
- package/notification/notification-title/notification-title.directive.d.ts +1 -1
- package/package.json +1 -1
- package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
- package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +3 -3
- package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +3 -3
- package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +3 -3
- package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +3 -3
- package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -3
- package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
- package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.d.ts +1 -1
- package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.d.ts +1 -1
- package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.d.ts +1 -1
- package/sidebar/examples/under-sidebar/under-sidebar.component.d.ts +1 -1
- package/src/molecules/article/article/article-theme.scss +2 -2
- package/src/molecules/card/card/card-theme-variants/linkable-card.scss +6 -13
- package/src/molecules/card/card/card-theme.scss +13 -29
- package/src/molecules/list/list/list-theme.scss +6 -3
- package/src/molecules/media-gallery/media-gallery-theme.scss +0 -1
- package/src/molecules/paginator/paginator-theme.scss +20 -2
- package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
- package/tree/tree/tree.component.d.ts +2 -2
- package/tree/tree-item/tree-item.directive.d.ts +1 -1
- package/accordion/examples/daffodil-design-accordion-examples.d.ts +0 -5
- package/accordion/examples/package.json +0 -1
- package/article/examples/daffodil-design-article-examples.d.ts +0 -5
- package/article/examples/package.json +0 -1
- package/button/examples/daffodil-design-button-examples.d.ts +0 -5
- package/button/examples/package.json +0 -1
- package/callout/examples/daffodil-design-callout-examples.d.ts +0 -5
- package/callout/examples/package.json +0 -1
- package/card/examples/daffodil-design-card-examples.d.ts +0 -5
- package/card/examples/package.json +0 -1
- package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +0 -5
- package/checkbox/examples/package.json +0 -1
- package/container/examples/daffodil-design-container-examples.d.ts +0 -5
- package/container/examples/package.json +0 -1
- package/hero/examples/daffodil-design-hero-examples.d.ts +0 -5
- package/hero/examples/package.json +0 -1
- package/image/examples/daffodil-design-image-examples.d.ts +0 -5
- package/image/examples/package.json +0 -1
- package/input/examples/daffodil-design-input-examples.d.ts +0 -5
- package/input/examples/package.json +0 -1
- package/list/examples/daffodil-design-list-examples.d.ts +0 -5
- package/list/examples/package.json +0 -1
- package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +0 -5
- package/loading-icon/examples/package.json +0 -1
- package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +0 -5
- package/media-gallery/examples/package.json +0 -1
- package/menu/examples/daffodil-design-menu-examples.d.ts +0 -5
- package/menu/examples/package.json +0 -1
- package/modal/examples/daffodil-design-modal-examples.d.ts +0 -5
- package/modal/examples/package.json +0 -1
- package/navbar/examples/daffodil-design-navbar-examples.d.ts +0 -5
- package/navbar/examples/package.json +0 -1
- package/notification/examples/daffodil-design-notification-examples.d.ts +0 -5
- package/notification/examples/package.json +0 -1
- package/notification/package.json +0 -1
- package/paginator/examples/daffodil-design-paginator-examples.d.ts +0 -5
- package/paginator/examples/package.json +0 -1
- package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +0 -5
- package/quantity-field/examples/package.json +0 -1
- package/radio/examples/daffodil-design-radio-examples.d.ts +0 -5
- package/radio/examples/package.json +0 -1
- package/scss/README.md +0 -7
- package/scss/theming/README.md +0 -104
- package/scss/typography/README.md +0 -85
- package/sidebar/examples/daffodil-design-sidebar-examples.d.ts +0 -5
- package/sidebar/examples/package.json +0 -1
- package/src/atoms/button/README.md +0 -58
- package/src/atoms/container/README.md +0 -18
- package/src/atoms/form/README.md +0 -0
- package/src/atoms/form/checkbox/README.md +0 -0
- package/src/atoms/form/checkbox-set/README.md +0 -0
- package/src/atoms/form/error-message/README.md +0 -11
- package/src/atoms/form/form-field/README.md +0 -36
- package/src/atoms/form/form-label/README.md +0 -0
- package/src/atoms/form/input/README.md +0 -24
- package/src/atoms/form/native-select/README.md +0 -13
- package/src/atoms/form/quantity-field/README.md +0 -24
- package/src/atoms/form/radio/README.md +0 -55
- package/src/atoms/form/radio-set/README.md +0 -0
- package/src/atoms/image/README.md +0 -31
- package/src/atoms/loading-icon/README.md +0 -7
- package/src/atoms/progress-indicator/README.md +0 -2
- package/src/molecules/accordion/README.md +0 -21
- package/src/molecules/article/README.md +0 -49
- package/src/molecules/backdrop/README.md +0 -13
- package/src/molecules/button-set/README.md +0 -13
- package/src/molecules/callout/README.md +0 -54
- package/src/molecules/card/README.md +0 -60
- package/src/molecules/feature/README.md +0 -48
- package/src/molecules/hero/README.md +0 -54
- package/src/molecules/image-gallery/README.md +0 -31
- package/src/molecules/image-list/README.md +0 -14
- package/src/molecules/link-set/README.md +0 -44
- package/src/molecules/list/README.md +0 -69
- package/src/molecules/media-gallery/README.md +0 -19
- package/src/molecules/menu/README.md +0 -7
- package/src/molecules/modal/README.md +0 -47
- package/src/molecules/navbar/README.md +0 -41
- package/src/molecules/paginator/README.md +0 -11
- package/src/molecules/qty-dropdown/README.md +0 -0
- package/src/molecules/sidebar/README.md +0 -20
- package/tree/daffodil-design-tree.d.ts +0 -5
- package/tree/examples/daffodil-design-tree-examples.d.ts +0 -5
- package/tree/examples/package.json +0 -1
- package/tree/package.json +0 -1
- /package/{daffodil-design.d.ts → index.d.ts} +0 -0
- /package/notification/{daffodil-design-notification.d.ts → index.d.ts} +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { Input, Directive, HostBinding, NgModule, ContentChild, Component, ChangeDetectionStrategy, ViewEncapsulation, InjectionToken, Injectable, TemplateRef, ViewContainerRef, Inject, ViewChild, EventEmitter, Output, HostListener, Optional, Self, ElementRef, ContentChildren, SkipSelf, Type, APP_INITIALIZER } from '@angular/core';
|
|
4
|
-
import * as
|
|
3
|
+
import { Input, Directive, HostBinding, NgModule, ContentChild, Component, ChangeDetectionStrategy, ViewEncapsulation, InjectionToken, Injectable, TemplateRef, ViewContainerRef, Inject, ViewChild, EventEmitter, Output, HostListener, Optional, Self, ElementRef, ContentChildren, SkipSelf, forwardRef, Type, APP_INITIALIZER } from '@angular/core';
|
|
4
|
+
import * as i1 from '@angular/common';
|
|
5
5
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
6
|
-
import * as
|
|
6
|
+
import * as i2 from '@fortawesome/angular-fontawesome';
|
|
7
7
|
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
|
8
8
|
import { faChevronDown, faChevronUp, faChevronRight, faChevronLeft } from '@fortawesome/free-solid-svg-icons';
|
|
9
9
|
import { BehaviorSubject, Subject, map, takeUntil as takeUntil$1, fromEvent, filter, fromEventPattern, of, merge, EMPTY, combineLatest } from 'rxjs';
|
|
10
10
|
import { takeUntil, filter as filter$1, startWith, map as map$1, catchError, shareReplay } from 'rxjs/operators';
|
|
11
11
|
import * as i1$1 from '@angular/platform-browser';
|
|
12
12
|
import * as i1$2 from '@angular/forms';
|
|
13
|
-
import {
|
|
13
|
+
import { UntypedFormControl, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
14
14
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
15
15
|
import { __awaiter } from 'tslib';
|
|
16
16
|
import * as i2$1 from '@angular/cdk/portal';
|
|
@@ -99,9 +99,9 @@ class DaffPrefixDirective {
|
|
|
99
99
|
this.class = true;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
/** @nocollapse */ DaffPrefixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
/** @nocollapse */ DaffPrefixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
102
|
+
/** @nocollapse */ DaffPrefixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
103
|
+
/** @nocollapse */ DaffPrefixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffPrefixDirective, selector: "[daffPrefix]", host: { properties: { "class.daff-prefix": "this.class" } }, ngImport: i0 });
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixDirective, decorators: [{
|
|
105
105
|
type: Directive,
|
|
106
106
|
args: [{
|
|
107
107
|
selector: '[daffPrefix]',
|
|
@@ -121,9 +121,9 @@ class DaffSuffixDirective {
|
|
|
121
121
|
this.class = true;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
/** @nocollapse */ DaffSuffixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
125
|
-
/** @nocollapse */ DaffSuffixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
124
|
+
/** @nocollapse */ DaffSuffixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSuffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
125
|
+
/** @nocollapse */ DaffSuffixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffSuffixDirective, selector: "[daffSuffix]", host: { properties: { "class.daff-suffix": "this.class" } }, ngImport: i0 });
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSuffixDirective, decorators: [{
|
|
127
127
|
type: Directive,
|
|
128
128
|
args: [{
|
|
129
129
|
selector: '[daffSuffix]',
|
|
@@ -135,12 +135,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
135
135
|
|
|
136
136
|
class DaffPrefixSuffixModule {
|
|
137
137
|
}
|
|
138
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
139
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
138
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
139
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, declarations: [DaffPrefixDirective,
|
|
140
140
|
DaffSuffixDirective], exports: [DaffPrefixDirective,
|
|
141
141
|
DaffSuffixDirective] });
|
|
142
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
142
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule });
|
|
143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, decorators: [{
|
|
144
144
|
type: NgModule,
|
|
145
145
|
args: [{
|
|
146
146
|
imports: [],
|
|
@@ -164,9 +164,9 @@ function daffSuffixableMixin(Base) {
|
|
|
164
164
|
super(...args);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
/** @nocollapse */ SuffixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
168
|
-
/** @nocollapse */ SuffixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
167
|
+
/** @nocollapse */ SuffixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SuffixableDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
168
|
+
/** @nocollapse */ SuffixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: SuffixableDirective, queries: [{ propertyName: "_suffix", first: true, predicate: DaffSuffixDirective, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SuffixableDirective, decorators: [{
|
|
170
170
|
type: Directive
|
|
171
171
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { _suffix: [{
|
|
172
172
|
type: ContentChild,
|
|
@@ -184,9 +184,9 @@ function daffPrefixableMixin(Base) {
|
|
|
184
184
|
super(...args);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
/** @nocollapse */ PrefixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
188
|
-
/** @nocollapse */ PrefixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
187
|
+
/** @nocollapse */ PrefixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PrefixableDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
188
|
+
/** @nocollapse */ PrefixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: PrefixableDirective, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PrefixableDirective, decorators: [{
|
|
190
190
|
type: Directive
|
|
191
191
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { _prefix: [{
|
|
192
192
|
type: ContentChild,
|
|
@@ -290,9 +290,9 @@ class DaffLoadingIconComponent extends _daffLoadingIconBase {
|
|
|
290
290
|
return this.diameter + 'px';
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
|
-
/** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
294
|
-
/** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
293
|
+
/** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
294
|
+
/** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLoadingIconComponent, selector: "daff-loading-icon", inputs: { color: "color", diameter: "diameter" }, host: { properties: { "class.daff-loading-icon": "this.class", "style.max-width": "this.maxWidth" } }, usesInheritance: true, ngImport: i0, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, decorators: [{
|
|
296
296
|
type: Component,
|
|
297
297
|
args: [{ selector: 'daff-loading-icon', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"] }]
|
|
298
298
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { diameter: [{
|
|
@@ -429,9 +429,9 @@ class DaffButtonComponent extends _daffButtonBase {
|
|
|
429
429
|
return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
|
-
/** @nocollapse */ DaffButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
433
|
-
/** @nocollapse */ DaffButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
/** @nocollapse */ DaffButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
433
|
+
/** @nocollapse */ DaffButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: { color: "color", size: "size", status: "status", loading: "loading", tabindex: "tabindex", disabled: "disabled" }, host: { properties: { "class.daff-button": "this.button", "class.daff-stroked-button": "this.stroked", "class.daff-raised-button": "this.raised", "class.daff-flat-button": "this.flat", "class.daff-icon-button": "this.icon", "class.daff-underline-button": "this.underline", "class.daff-button--disabled": "this.disabledClass", "attr.disabled": "this.disabledAttribute", "attr.aria-disabled": "this.ariaDisabled", "attr.tabindex": "this.disabledTabIndex" } }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<span class=\"daff-button__content\" *ngIf=\"!loading\"><ng-content></ng-content></span>\n<daff-loading-icon *ngIf=\"loading\" [diameter]=\"24\"></daff-loading-icon>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>", styles: [".daff-button,.daff-raised-button,.daff-stroked-button,.daff-flat-button{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;border:none;border-radius:4px;position:relative;text-align:center;text-decoration:none;min-width:96px}.daff-button[disabled],.daff-button.daff-button--disabled,.daff-raised-button[disabled],.daff-raised-button.daff-button--disabled,.daff-stroked-button[disabled],.daff-stroked-button.daff-button--disabled,.daff-flat-button[disabled],.daff-flat-button.daff-button--disabled{cursor:not-allowed}.daff-button[disabled]:hover:after,.daff-button.daff-button--disabled:hover:after,.daff-raised-button[disabled]:hover:after,.daff-raised-button.daff-button--disabled:hover:after,.daff-stroked-button[disabled]:hover:after,.daff-stroked-button.daff-button--disabled:hover:after,.daff-flat-button[disabled]:hover:after,.daff-flat-button.daff-button--disabled:hover:after{opacity:0}.daff-button .daff-button__content,.daff-button .daff-prefix,.daff-button .daff-suffix,.daff-raised-button .daff-button__content,.daff-raised-button .daff-prefix,.daff-raised-button .daff-suffix,.daff-stroked-button .daff-button__content,.daff-stroked-button .daff-prefix,.daff-stroked-button .daff-suffix,.daff-flat-button .daff-button__content,.daff-flat-button .daff-prefix,.daff-flat-button .daff-suffix{z-index:2}.daff-button.daff-sm,.daff-raised-button.daff-sm,.daff-stroked-button.daff-sm,.daff-flat-button.daff-sm{font-size:.875rem;line-height:2rem;height:2rem;padding:0 1rem}.daff-button.daff-md,.daff-raised-button.daff-md,.daff-stroked-button.daff-md,.daff-flat-button.daff-md{font-size:1rem;line-height:3rem;height:3rem;padding:0 1.5rem}.daff-button.daff-lg,.daff-raised-button.daff-lg,.daff-stroked-button.daff-lg,.daff-flat-button.daff-lg{font-size:1.25rem;line-height:3.5rem;height:3.5rem;padding:0 1.5rem}.daff-button:after,.daff-flat-button:after{content:\"\";border-radius:4px;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-button:hover:after,.daff-button:active:after,.daff-flat-button:hover:after,.daff-flat-button:active:after{opacity:1}.daff-raised-button:after{content:\"\";border-radius:0;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-raised-button:hover:after,.daff-raised-button:active:after{opacity:1}.daff-stroked-button:after{content:\"\";border-radius:3px;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-stroked-button:hover:after,.daff-stroked-button:active:after{opacity:1}.daff-flat-button{background:none;border:none}.daff-icon-button{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;border:none;border-radius:4px;position:relative;text-align:center;text-decoration:none;background:none;border:0;padding:0}.daff-icon-button[disabled],.daff-icon-button.daff-button--disabled{cursor:not-allowed}.daff-icon-button[disabled]:hover:after,.daff-icon-button.daff-button--disabled:hover:after{opacity:0}.daff-icon-button .daff-button__content,.daff-icon-button .daff-prefix,.daff-icon-button .daff-suffix{z-index:2}.daff-icon-button.daff-sm{font-size:.875rem;line-height:2rem;height:2rem;width:2rem}.daff-icon-button.daff-md{font-size:1rem;line-height:3rem;height:3rem;width:3rem}.daff-icon-button.daff-lg{font-size:1.25rem;line-height:3.5rem;height:3.5rem;width:3.5rem}.daff-underline-button{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;border:none;position:relative;text-align:center;background:transparent;border:0;border-radius:0;line-height:1.25rem;overflow:hidden;text-decoration:none;vertical-align:middle}.daff-underline-button[disabled]:hover:after,.daff-underline-button.daff-button--disabled:hover:after{opacity:0}.daff-underline-button .daff-button__content,.daff-underline-button .daff-prefix,.daff-underline-button .daff-suffix{z-index:2}.daff-underline-button[disabled],.daff-underline-button.daff-button--disabled{cursor:not-allowed}.daff-underline-button[disabled]:hover:after,.daff-underline-button[disabled]:active:after,.daff-underline-button.daff-button--disabled:hover:after,.daff-underline-button.daff-button--disabled:active:after{animation:none}.daff-underline-button:after{bottom:0;content:\"\";height:2px;left:0;opacity:1;position:absolute;width:100%}.daff-underline-button:hover:after{animation:none}@media (min-width: 1024px){.daff-underline-button:hover:after{animation:underline-button-hover .7s ease}}.daff-underline-button.daff-sm{font-size:.875rem;height:1.25rem;padding:0}.daff-underline-button.daff-md{font-size:1rem;height:1.5rem;padding:0 0 4px}.daff-underline-button.daff-lg{font-size:1.25rem;height:1.75rem;padding:0 0 8px}@keyframes underline-button-hover{0%{transform:translate(0)}50%{transform:translate(100%)}51%{transform:translate(-100%)}to{transform:translate(0)}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DaffLoadingIconComponent, selector: "daff-loading-icon", inputs: ["color", "diameter"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonComponent, decorators: [{
|
|
435
435
|
type: Component,
|
|
436
436
|
args: [{ selector: '' +
|
|
437
437
|
'button[daff-button]' + ',' +
|
|
@@ -486,12 +486,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
486
486
|
|
|
487
487
|
class DaffLoadingIconModule {
|
|
488
488
|
}
|
|
489
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
490
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
491
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
492
|
-
|
|
493
|
-
]] });
|
|
494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
|
|
489
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
490
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, declarations: [DaffLoadingIconComponent], imports: [CommonModule], exports: [DaffLoadingIconComponent] });
|
|
491
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, imports: [CommonModule] });
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
|
|
495
493
|
type: NgModule,
|
|
496
494
|
args: [{
|
|
497
495
|
imports: [
|
|
@@ -508,17 +506,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
508
506
|
|
|
509
507
|
class DaffButtonModule {
|
|
510
508
|
}
|
|
511
|
-
/** @nocollapse */ DaffButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
512
|
-
/** @nocollapse */ DaffButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
509
|
+
/** @nocollapse */ DaffButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
510
|
+
/** @nocollapse */ DaffButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, declarations: [DaffButtonComponent], imports: [CommonModule,
|
|
513
511
|
DaffPrefixSuffixModule,
|
|
514
512
|
DaffLoadingIconModule], exports: [DaffButtonComponent,
|
|
515
513
|
DaffPrefixSuffixModule] });
|
|
516
|
-
/** @nocollapse */ DaffButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
], DaffPrefixSuffixModule] });
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonModule, decorators: [{
|
|
514
|
+
/** @nocollapse */ DaffButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, imports: [CommonModule,
|
|
515
|
+
DaffPrefixSuffixModule,
|
|
516
|
+
DaffLoadingIconModule, DaffPrefixSuffixModule] });
|
|
517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, decorators: [{
|
|
522
518
|
type: NgModule,
|
|
523
519
|
args: [{
|
|
524
520
|
imports: [
|
|
@@ -542,38 +538,6 @@ class DaffErrorStateMatcher {
|
|
|
542
538
|
}
|
|
543
539
|
}
|
|
544
540
|
|
|
545
|
-
class DaffErrorMessageComponent {
|
|
546
|
-
constructor() {
|
|
547
|
-
this.class = true;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
/** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
-
/** @nocollapse */ DaffErrorMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffErrorMessageComponent, selector: "daff-error-message", host: { properties: { "class.daff-error-message": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
|
|
553
|
-
type: Component,
|
|
554
|
-
args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
|
|
555
|
-
}], propDecorators: { class: [{
|
|
556
|
-
type: HostBinding,
|
|
557
|
-
args: ['class.daff-error-message']
|
|
558
|
-
}] } });
|
|
559
|
-
|
|
560
|
-
class DaffErrorMessageModule {
|
|
561
|
-
}
|
|
562
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
563
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
|
|
564
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule });
|
|
565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
|
|
566
|
-
type: NgModule,
|
|
567
|
-
args: [{
|
|
568
|
-
exports: [
|
|
569
|
-
DaffErrorMessageComponent,
|
|
570
|
-
],
|
|
571
|
-
declarations: [
|
|
572
|
-
DaffErrorMessageComponent,
|
|
573
|
-
],
|
|
574
|
-
}]
|
|
575
|
-
}] });
|
|
576
|
-
|
|
577
541
|
/**
|
|
578
542
|
*
|
|
579
543
|
* The class that a form control must **implement** in order to be
|
|
@@ -673,9 +637,9 @@ class DaffFormFieldComponent {
|
|
|
673
637
|
this._validateFormControl();
|
|
674
638
|
}
|
|
675
639
|
}
|
|
676
|
-
/** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
677
|
-
/** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
640
|
+
/** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
641
|
+
/** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffFormFieldComponent, selector: "daff-form-field", inputs: { formSubmitted: "formSubmitted" }, host: { properties: { "class.daff-form-field": "this.class" } }, queries: [{ propertyName: "_control", first: true, predicate: DaffFormFieldControl, descendants: true }], ngImport: i0, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, decorators: [{
|
|
679
643
|
type: Component,
|
|
680
644
|
args: [{ selector: 'daff-form-field', encapsulation: ViewEncapsulation.None, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"] }]
|
|
681
645
|
}], propDecorators: { class: [{
|
|
@@ -688,19 +652,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
688
652
|
args: [DaffFormFieldControl]
|
|
689
653
|
}] } });
|
|
690
654
|
|
|
655
|
+
class DaffErrorMessageComponent {
|
|
656
|
+
constructor() {
|
|
657
|
+
this.class = true;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
/** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
661
|
+
/** @nocollapse */ DaffErrorMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffErrorMessageComponent, selector: "daff-error-message", host: { properties: { "class.daff-error-message": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
|
|
663
|
+
type: Component,
|
|
664
|
+
args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
|
|
665
|
+
}], propDecorators: { class: [{
|
|
666
|
+
type: HostBinding,
|
|
667
|
+
args: ['class.daff-error-message']
|
|
668
|
+
}] } });
|
|
669
|
+
|
|
670
|
+
class DaffErrorMessageModule {
|
|
671
|
+
}
|
|
672
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
673
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
|
|
674
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule });
|
|
675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
|
|
676
|
+
type: NgModule,
|
|
677
|
+
args: [{
|
|
678
|
+
exports: [
|
|
679
|
+
DaffErrorMessageComponent,
|
|
680
|
+
],
|
|
681
|
+
declarations: [
|
|
682
|
+
DaffErrorMessageComponent,
|
|
683
|
+
],
|
|
684
|
+
}]
|
|
685
|
+
}] });
|
|
686
|
+
|
|
691
687
|
class DaffFormFieldModule {
|
|
692
688
|
}
|
|
693
|
-
/** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
694
|
-
/** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
689
|
+
/** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
690
|
+
/** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, declarations: [DaffFormFieldComponent], imports: [CommonModule,
|
|
695
691
|
FontAwesomeModule,
|
|
696
692
|
DaffErrorMessageModule], exports: [DaffFormFieldComponent,
|
|
697
693
|
DaffErrorMessageModule] });
|
|
698
|
-
/** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
], DaffErrorMessageModule] });
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, decorators: [{
|
|
694
|
+
/** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, imports: [CommonModule,
|
|
695
|
+
FontAwesomeModule,
|
|
696
|
+
DaffErrorMessageModule, DaffErrorMessageModule] });
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, decorators: [{
|
|
704
698
|
type: NgModule,
|
|
705
699
|
args: [{
|
|
706
700
|
imports: [
|
|
@@ -824,9 +818,9 @@ class DaffMediaGalleryRegistry {
|
|
|
824
818
|
] }));
|
|
825
819
|
}
|
|
826
820
|
}
|
|
827
|
-
/** @nocollapse */ DaffMediaGalleryRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
828
|
-
/** @nocollapse */ DaffMediaGalleryRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
821
|
+
/** @nocollapse */ DaffMediaGalleryRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
822
|
+
/** @nocollapse */ DaffMediaGalleryRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, providedIn: 'root' });
|
|
823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, decorators: [{
|
|
830
824
|
type: Injectable,
|
|
831
825
|
args: [{ providedIn: 'root' }]
|
|
832
826
|
}] });
|
|
@@ -887,9 +881,9 @@ class DaffMediaRendererComponent {
|
|
|
887
881
|
this._destroy$.unsubscribe();
|
|
888
882
|
}
|
|
889
883
|
}
|
|
890
|
-
/** @nocollapse */ DaffMediaRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
891
|
-
/** @nocollapse */ DaffMediaRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
884
|
+
/** @nocollapse */ DaffMediaRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaRendererComponent, deps: [{ token: i0.ComponentFactoryResolver }, { token: DaffMediaGalleryRegistry }, { token: DAFF_MEDIA_GALLERY_TOKEN }], target: i0.ɵɵFactoryTarget.Component });
|
|
885
|
+
/** @nocollapse */ DaffMediaRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMediaRendererComponent, selector: "daff-media-renderer", viewQueries: [{ propertyName: "slot", first: true, predicate: TemplateRef, descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<ng-template></ng-template>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaRendererComponent, decorators: [{
|
|
893
887
|
type: Component,
|
|
894
888
|
args: [{ selector: 'daff-media-renderer', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template></ng-template>\n" }]
|
|
895
889
|
}], ctorParameters: function () {
|
|
@@ -936,12 +930,12 @@ class DaffMediaGalleryComponent extends _daffMediaGalleryBase {
|
|
|
936
930
|
this.registry.remove(this);
|
|
937
931
|
}
|
|
938
932
|
}
|
|
939
|
-
/** @nocollapse */ DaffMediaGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
940
|
-
/** @nocollapse */ DaffMediaGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
933
|
+
/** @nocollapse */ DaffMediaGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DaffMediaGalleryRegistry }], target: i0.ɵɵFactoryTarget.Component });
|
|
934
|
+
/** @nocollapse */ DaffMediaGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: { skeleton: "skeleton", name: "name" }, host: { properties: { "class.daff-media-gallery": "this.class" } }, providers: [
|
|
941
935
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
942
936
|
{ provide: DAFF_MEDIA_GALLERY_TOKEN, useExisting: DaffMediaGalleryComponent },
|
|
943
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"],
|
|
944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
937
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"], dependencies: [{ kind: "component", type: DaffMediaRendererComponent, selector: "daff-media-renderer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryComponent, decorators: [{
|
|
945
939
|
type: Component,
|
|
946
940
|
args: [{ selector: 'daff-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
947
941
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1015,9 +1009,9 @@ class DaffThumbnailDirective {
|
|
|
1015
1009
|
return this;
|
|
1016
1010
|
}
|
|
1017
1011
|
}
|
|
1018
|
-
/** @nocollapse */ DaffThumbnailDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1019
|
-
/** @nocollapse */ DaffThumbnailDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1012
|
+
/** @nocollapse */ DaffThumbnailDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThumbnailDirective, deps: [{ token: daffThumbnailCompatToken }, { token: i0.ChangeDetectorRef }, { token: DaffMediaGalleryRegistry }, { token: DAFF_MEDIA_GALLERY_TOKEN }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1013
|
+
/** @nocollapse */ DaffThumbnailDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: { becameSelected: "becameSelected" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.daff-thumbnail--selected": "this.selectedClass", "class.daff-thumbnail": "this.class" } }, ngImport: i0 });
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThumbnailDirective, decorators: [{
|
|
1021
1015
|
type: Directive,
|
|
1022
1016
|
args: [{
|
|
1023
1017
|
selector: '[daffThumbnail]',
|
|
@@ -1045,15 +1039,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1045
1039
|
|
|
1046
1040
|
class DaffMediaGalleryModule {
|
|
1047
1041
|
}
|
|
1048
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1049
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1042
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1043
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, declarations: [DaffMediaGalleryComponent,
|
|
1050
1044
|
DaffThumbnailDirective,
|
|
1051
1045
|
DaffMediaRendererComponent], imports: [CommonModule], exports: [DaffThumbnailDirective,
|
|
1052
1046
|
DaffMediaGalleryComponent] });
|
|
1053
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1054
|
-
|
|
1055
|
-
]] });
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMediaGalleryModule, decorators: [{
|
|
1047
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, imports: [CommonModule] });
|
|
1048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, decorators: [{
|
|
1057
1049
|
type: NgModule,
|
|
1058
1050
|
args: [{
|
|
1059
1051
|
declarations: [
|
|
@@ -1160,21 +1152,21 @@ class DaffImageComponent extends _daffImageBase {
|
|
|
1160
1152
|
return this.width + 'px';
|
|
1161
1153
|
}
|
|
1162
1154
|
}
|
|
1163
|
-
/** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1164
|
-
/** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1155
|
+
/** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, deps: [{ token: i1$1.DomSanitizer }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1156
|
+
/** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageComponent, selector: "daff-image", inputs: { skeleton: "skeleton", src: "src", alt: "alt", width: "width", height: "height" }, outputs: { load: "load" }, host: { properties: { "style.max-width": "this.maxWidth" } }, providers: [
|
|
1165
1157
|
{
|
|
1166
1158
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1167
1159
|
provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
|
|
1168
1160
|
},
|
|
1169
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;
|
|
1170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1161
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;inset:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, decorators: [{
|
|
1171
1163
|
type: Component,
|
|
1172
1164
|
args: [{ selector: 'daff-image', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1173
1165
|
{
|
|
1174
1166
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1175
1167
|
provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
|
|
1176
1168
|
},
|
|
1177
|
-
], inputs: ['skeleton'], template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;
|
|
1169
|
+
], inputs: ['skeleton'], template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;inset:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"] }]
|
|
1178
1170
|
}], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { src: [{
|
|
1179
1171
|
type: Input
|
|
1180
1172
|
}], alt: [{
|
|
@@ -1192,12 +1184,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1192
1184
|
|
|
1193
1185
|
class DaffImageModule {
|
|
1194
1186
|
}
|
|
1195
|
-
/** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1196
|
-
/** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1197
|
-
/** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1198
|
-
|
|
1199
|
-
]] });
|
|
1200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, decorators: [{
|
|
1187
|
+
/** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1188
|
+
/** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, declarations: [DaffImageComponent], imports: [CommonModule], exports: [DaffImageComponent] });
|
|
1189
|
+
/** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, imports: [CommonModule] });
|
|
1190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, decorators: [{
|
|
1201
1191
|
type: NgModule,
|
|
1202
1192
|
args: [{
|
|
1203
1193
|
declarations: [
|
|
@@ -1209,9 +1199,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1209
1199
|
exports: [
|
|
1210
1200
|
DaffImageComponent,
|
|
1211
1201
|
],
|
|
1212
|
-
entryComponents: [
|
|
1213
|
-
DaffImageComponent,
|
|
1214
|
-
],
|
|
1215
1202
|
}]
|
|
1216
1203
|
}] });
|
|
1217
1204
|
|
|
@@ -1244,12 +1231,12 @@ class DaffInputComponent {
|
|
|
1244
1231
|
this._elementRef.nativeElement.focus();
|
|
1245
1232
|
}
|
|
1246
1233
|
}
|
|
1247
|
-
/** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1248
|
-
/** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1234
|
+
/** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1235
|
+
/** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffInputComponent, selector: "input[daff-input]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" } }, providers: [
|
|
1249
1236
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1250
1237
|
{ provide: DaffFormFieldControl, useExisting: DaffInputComponent },
|
|
1251
1238
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{border:none;border-radius:4px;box-shadow:none;font-size:1rem;line-height:1.5rem;margin:0;padding:0;width:100%;box-sizing:border-box}:host:focus{border:none;box-shadow:none;outline:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, decorators: [{
|
|
1253
1240
|
type: Component,
|
|
1254
1241
|
args: [{ selector: 'input[daff-input]', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1255
1242
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1273,12 +1260,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1273
1260
|
|
|
1274
1261
|
class DaffInputModule {
|
|
1275
1262
|
}
|
|
1276
|
-
/** @nocollapse */ DaffInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1277
|
-
/** @nocollapse */ DaffInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1278
|
-
/** @nocollapse */ DaffInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1279
|
-
|
|
1280
|
-
]] });
|
|
1281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputModule, decorators: [{
|
|
1263
|
+
/** @nocollapse */ DaffInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1264
|
+
/** @nocollapse */ DaffInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, declarations: [DaffInputComponent], imports: [CommonModule], exports: [DaffInputComponent] });
|
|
1265
|
+
/** @nocollapse */ DaffInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, imports: [CommonModule] });
|
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, decorators: [{
|
|
1282
1267
|
type: NgModule,
|
|
1283
1268
|
args: [{
|
|
1284
1269
|
imports: [
|
|
@@ -1324,12 +1309,12 @@ class DaffNativeSelectComponent {
|
|
|
1324
1309
|
this._elementRef.nativeElement.focus();
|
|
1325
1310
|
}
|
|
1326
1311
|
}
|
|
1327
|
-
/** @nocollapse */ DaffNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1328
|
-
/** @nocollapse */ DaffNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1312
|
+
/** @nocollapse */ DaffNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1313
|
+
/** @nocollapse */ DaffNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" }, properties: { "class.daff-native-select": "this.class" } }, providers: [
|
|
1329
1314
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1330
1315
|
{ provide: DaffFormFieldControl, useExisting: DaffNativeSelectComponent },
|
|
1331
1316
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-native-select{-webkit-appearance:none;appearance:none;background:transparent;background-clip:padding-box;border:0;box-shadow:none;font-size:1rem;line-height:1.5rem;margin:0;min-width:45px;width:100%}.daff-native-select:focus{border:0;box-shadow:none;outline:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectComponent, decorators: [{
|
|
1333
1318
|
type: Component,
|
|
1334
1319
|
args: [{ selector: 'select[daff-native-select]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1335
1320
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1356,12 +1341,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1356
1341
|
|
|
1357
1342
|
class DaffNativeSelectModule {
|
|
1358
1343
|
}
|
|
1359
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1360
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1361
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1362
|
-
|
|
1363
|
-
]] });
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
|
|
1344
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1345
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, declarations: [DaffNativeSelectComponent], imports: [CommonModule], exports: [DaffNativeSelectComponent] });
|
|
1346
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, imports: [CommonModule] });
|
|
1347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
|
|
1365
1348
|
type: NgModule,
|
|
1366
1349
|
args: [{
|
|
1367
1350
|
imports: [
|
|
@@ -1479,11 +1462,11 @@ class DaffCheckboxComponent {
|
|
|
1479
1462
|
this._cdRef.markForCheck();
|
|
1480
1463
|
}
|
|
1481
1464
|
}
|
|
1482
|
-
/** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1483
|
-
/** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1465
|
+
/** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1466
|
+
/** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxComponent, selector: "daff-checkbox", inputs: { name: "name", value: "value", checked: "checked", id: "id", label: ["aria-label", "label"], labeledBy: ["aria-labelledby", "labeledBy"] }, outputs: { becameChecked: "becameChecked", becameUnchecked: "becameUnchecked" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, viewQueries: [{ propertyName: "nativeCheckbox", first: true, predicate: ["inputElement"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, decorators: [{
|
|
1485
1468
|
type: Component,
|
|
1486
|
-
args: [{ selector: 'daff-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>"
|
|
1469
|
+
args: [{ selector: 'daff-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>" }]
|
|
1487
1470
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { nativeCheckbox: [{
|
|
1488
1471
|
type: ViewChild,
|
|
1489
1472
|
args: ['inputElement', { static: true, read: ElementRef }]
|
|
@@ -1516,40 +1499,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1516
1499
|
args: ['class.disabled']
|
|
1517
1500
|
}] } });
|
|
1518
1501
|
|
|
1519
|
-
class DaffCheckboxSetComponent {
|
|
1520
|
-
constructor() {
|
|
1521
|
-
/**
|
|
1522
|
-
* The role of the component. Set to "checkbox".
|
|
1523
|
-
*
|
|
1524
|
-
* @docs-private
|
|
1525
|
-
*/
|
|
1526
|
-
this.role = 'group';
|
|
1527
|
-
this.valueList = new EventEmitter();
|
|
1528
|
-
}
|
|
1529
|
-
getValues() {
|
|
1530
|
-
const checkboxes = this.checkboxes.toArray();
|
|
1531
|
-
return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
/** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1535
|
-
/** @nocollapse */ DaffCheckboxSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffCheckboxSetComponent, selector: "daff-checkbox-set", inputs: { formArray: "formArray", name: "name" }, outputs: { valueList: "valueList" }, host: { properties: { "attr.role": "this.role" } }, queries: [{ propertyName: "checkboxes", predicate: DaffCheckboxComponent }], ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
|
|
1537
|
-
type: Component,
|
|
1538
|
-
args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
|
|
1539
|
-
}], propDecorators: { formArray: [{
|
|
1540
|
-
type: Input
|
|
1541
|
-
}], name: [{
|
|
1542
|
-
type: Input
|
|
1543
|
-
}], role: [{
|
|
1544
|
-
type: HostBinding,
|
|
1545
|
-
args: ['attr.role']
|
|
1546
|
-
}], checkboxes: [{
|
|
1547
|
-
type: ContentChildren,
|
|
1548
|
-
args: [DaffCheckboxComponent]
|
|
1549
|
-
}], valueList: [{
|
|
1550
|
-
type: Output
|
|
1551
|
-
}] } });
|
|
1552
|
-
|
|
1553
1502
|
/**
|
|
1554
1503
|
* A directive for binding the DaffCheckboxComponent and the Control Value Accessor.
|
|
1555
1504
|
*/
|
|
@@ -1620,9 +1569,9 @@ class DaffCheckboxControlValueAccessorDirective {
|
|
|
1620
1569
|
this._checkbox.deselect();
|
|
1621
1570
|
}
|
|
1622
1571
|
}
|
|
1623
|
-
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1624
|
-
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1572
|
+
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: DaffCheckboxComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1573
|
+
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxControlValueAccessorDirective, selector: "daff-checkbox[ngModel], daff-checkbox[formControl], daff-checkbox[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, decorators: [{
|
|
1626
1575
|
type: Directive,
|
|
1627
1576
|
args: [{
|
|
1628
1577
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -1640,20 +1589,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1640
1589
|
type: Input
|
|
1641
1590
|
}] } });
|
|
1642
1591
|
|
|
1592
|
+
class DaffCheckboxSetComponent {
|
|
1593
|
+
constructor() {
|
|
1594
|
+
/**
|
|
1595
|
+
* The role of the component. Set to "checkbox".
|
|
1596
|
+
*
|
|
1597
|
+
* @docs-private
|
|
1598
|
+
*/
|
|
1599
|
+
this.role = 'group';
|
|
1600
|
+
this.valueList = new EventEmitter();
|
|
1601
|
+
}
|
|
1602
|
+
getValues() {
|
|
1603
|
+
const checkboxes = this.checkboxes.toArray();
|
|
1604
|
+
return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
/** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1608
|
+
/** @nocollapse */ DaffCheckboxSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxSetComponent, selector: "daff-checkbox-set", inputs: { formArray: "formArray", name: "name" }, outputs: { valueList: "valueList" }, host: { properties: { "attr.role": "this.role" } }, queries: [{ propertyName: "checkboxes", predicate: DaffCheckboxComponent }], ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
|
|
1610
|
+
type: Component,
|
|
1611
|
+
args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
|
|
1612
|
+
}], propDecorators: { formArray: [{
|
|
1613
|
+
type: Input
|
|
1614
|
+
}], name: [{
|
|
1615
|
+
type: Input
|
|
1616
|
+
}], role: [{
|
|
1617
|
+
type: HostBinding,
|
|
1618
|
+
args: ['attr.role']
|
|
1619
|
+
}], checkboxes: [{
|
|
1620
|
+
type: ContentChildren,
|
|
1621
|
+
args: [DaffCheckboxComponent]
|
|
1622
|
+
}], valueList: [{
|
|
1623
|
+
type: Output
|
|
1624
|
+
}] } });
|
|
1625
|
+
|
|
1643
1626
|
class DaffCheckboxModule {
|
|
1644
1627
|
}
|
|
1645
|
-
/** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1646
|
-
/** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1628
|
+
/** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1629
|
+
/** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, declarations: [DaffCheckboxComponent,
|
|
1647
1630
|
DaffCheckboxSetComponent,
|
|
1648
1631
|
DaffCheckboxControlValueAccessorDirective], imports: [CommonModule], exports: [DaffCheckboxComponent,
|
|
1649
1632
|
DaffCheckboxSetComponent,
|
|
1650
1633
|
DaffCheckboxControlValueAccessorDirective] });
|
|
1651
|
-
/** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1634
|
+
/** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, providers: [
|
|
1652
1635
|
DaffCheckboxSetComponent,
|
|
1653
|
-
], imports: [
|
|
1654
|
-
|
|
1655
|
-
]] });
|
|
1656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, decorators: [{
|
|
1636
|
+
], imports: [CommonModule] });
|
|
1637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, decorators: [{
|
|
1657
1638
|
type: NgModule,
|
|
1658
1639
|
args: [{
|
|
1659
1640
|
exports: [
|
|
@@ -1695,7 +1676,7 @@ class DaffQuantityInputComponent {
|
|
|
1695
1676
|
* to avoid triggering updates on the input event.
|
|
1696
1677
|
* Instead, we listen for the change event and manually patch form control values.
|
|
1697
1678
|
*/
|
|
1698
|
-
this._inputControl = new
|
|
1679
|
+
this._inputControl = new UntypedFormControl();
|
|
1699
1680
|
this._destroyed = new Subject();
|
|
1700
1681
|
}
|
|
1701
1682
|
get focused() {
|
|
@@ -1750,9 +1731,9 @@ class DaffQuantityInputComponent {
|
|
|
1750
1731
|
: this._inputControl.enable();
|
|
1751
1732
|
}
|
|
1752
1733
|
}
|
|
1753
|
-
/** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1754
|
-
/** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1734
|
+
/** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, deps: [{ token: i1$2.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1735
|
+
/** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: { min: "min", max: "max" }, viewQueries: [{ propertyName: "input", first: true, predicate: DaffInputComponent, descendants: true }], ngImport: i0, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n", dependencies: [{ kind: "component", type: DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.MinValidator, selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]", inputs: ["min"] }, { kind: "directive", type: i1$2.MaxValidator, selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]", inputs: ["max"] }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, decorators: [{
|
|
1756
1737
|
type: Component,
|
|
1757
1738
|
args: [{ selector: 'daff-quantity-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n" }]
|
|
1758
1739
|
}], ctorParameters: function () { return [{ type: i1$2.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { input: [{
|
|
@@ -1825,9 +1806,9 @@ class DaffQuantitySelectComponent {
|
|
|
1825
1806
|
return makeValueArray(this.min, this.max, this.increment);
|
|
1826
1807
|
}
|
|
1827
1808
|
}
|
|
1828
|
-
/** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1829
|
-
/** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1809
|
+
/** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, deps: [{ token: i1$2.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1810
|
+
/** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: { min: "min", max: "max", extendable: "extendable" }, viewQueries: [{ propertyName: "select", first: true, predicate: DaffNativeSelectComponent, descendants: true }], ngImport: i0, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "directive", type: i1$2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, decorators: [{
|
|
1831
1812
|
type: Component,
|
|
1832
1813
|
args: [{ selector: 'daff-quantity-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n" }]
|
|
1833
1814
|
}], ctorParameters: function () { return [{ type: i1$2.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { select: [{
|
|
@@ -1930,15 +1911,15 @@ class DaffQuantityFieldComponent {
|
|
|
1930
1911
|
}
|
|
1931
1912
|
}
|
|
1932
1913
|
}
|
|
1933
|
-
/** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1934
|
-
/** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1914
|
+
/** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1915
|
+
/** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: { min: "min", max: "max", selectMax: "selectMax" }, providers: [
|
|
1935
1916
|
{
|
|
1936
1917
|
provide: DaffFormFieldControl,
|
|
1937
1918
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1938
1919
|
useExisting: DaffQuantityFieldComponent,
|
|
1939
1920
|
},
|
|
1940
|
-
], viewQueries: [{ propertyName: "input", first: true, predicate: DaffQuantityInputComponent, descendants: true }, { propertyName: "select", first: true, predicate: DaffQuantitySelectComponent, descendants: true }], ngImport: i0, template: "<daff-quantity-select\n *ngIf=\"showSelectField\"\n [min]=\"min\" [max]=\"_maxFloor\" [extendable]=\"max > selectMax\">\n</daff-quantity-select>\n<daff-quantity-input\n *ngIf=\"showInputField\"\n [min]=\"min\" [max]=\"max\">\n</daff-quantity-input>\n",
|
|
1941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1921
|
+
], viewQueries: [{ propertyName: "input", first: true, predicate: DaffQuantityInputComponent, descendants: true }, { propertyName: "select", first: true, predicate: DaffQuantitySelectComponent, descendants: true }], ngImport: i0, template: "<daff-quantity-select\n *ngIf=\"showSelectField\"\n [min]=\"min\" [max]=\"_maxFloor\" [extendable]=\"max > selectMax\">\n</daff-quantity-select>\n<daff-quantity-input\n *ngIf=\"showInputField\"\n [min]=\"min\" [max]=\"max\">\n</daff-quantity-input>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: ["min", "max"] }, { kind: "component", type: DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: ["min", "max", "extendable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, decorators: [{
|
|
1942
1923
|
type: Component,
|
|
1943
1924
|
args: [{ selector: 'daff-quantity-field', providers: [
|
|
1944
1925
|
{
|
|
@@ -1969,8 +1950,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1969
1950
|
|
|
1970
1951
|
class DaffQuantityFieldModule {
|
|
1971
1952
|
}
|
|
1972
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1973
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1953
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1954
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, declarations: [DaffQuantityFieldComponent,
|
|
1974
1955
|
DaffQuantityInputComponent,
|
|
1975
1956
|
DaffQuantitySelectComponent], imports: [CommonModule,
|
|
1976
1957
|
DaffNativeSelectModule,
|
|
@@ -1978,13 +1959,11 @@ class DaffQuantityFieldModule {
|
|
|
1978
1959
|
ReactiveFormsModule], exports: [DaffQuantityFieldComponent,
|
|
1979
1960
|
DaffQuantityInputComponent,
|
|
1980
1961
|
DaffQuantitySelectComponent] });
|
|
1981
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
]] });
|
|
1987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
|
|
1962
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, imports: [CommonModule,
|
|
1963
|
+
DaffNativeSelectModule,
|
|
1964
|
+
DaffInputModule,
|
|
1965
|
+
ReactiveFormsModule] });
|
|
1966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
|
|
1988
1967
|
type: NgModule,
|
|
1989
1968
|
args: [{
|
|
1990
1969
|
declarations: [
|
|
@@ -2030,9 +2009,9 @@ class DaffContainerComponent extends _daffContainerBase {
|
|
|
2030
2009
|
this.class = true;
|
|
2031
2010
|
}
|
|
2032
2011
|
}
|
|
2033
|
-
/** @nocollapse */ DaffContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2034
|
-
/** @nocollapse */ DaffContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2012
|
+
/** @nocollapse */ DaffContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2013
|
+
/** @nocollapse */ DaffContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffContainerComponent, selector: "daff-container", inputs: { size: "size" }, host: { properties: { "class.daff-container": "this.class" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host-context(.daff-manage-container-layout){display:inherit;flex:inherit;flex-direction:inherit;flex-flow:inherit;flex-wrap:inherit;justify-content:inherit;justify-items:inherit;align-items:inherit;align-content:inherit;gap:inherit;grid-template-columns:inherit;grid-template-rows:inherit;grid-template-areas:inherit;grid-template:inherit;grid-auto-columns:inherit;grid-auto-rows:inherit;grid-auto-flow:inherit;grid:inherit;column-gap:inherit;row-gap:inherit;grid-gap:inherit;grid-column-gap:inherit;grid-row-gap:inherit;place-items:inherit;place-content:inherit}:host{display:block;margin:0 auto;padding:0;width:100%}:host.daff-xs{max-width:640px}:host.daff-sm{max-width:800px}:host.daff-md{max-width:1040px}:host.daff-lg{max-width:1340px}:host.daff-xl{max-width:1920px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerComponent, decorators: [{
|
|
2036
2015
|
type: Component,
|
|
2037
2016
|
args: [{ selector: 'daff-container', template: '<ng-content></ng-content>', inputs: ['size'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host-context(.daff-manage-container-layout){display:inherit;flex:inherit;flex-direction:inherit;flex-flow:inherit;flex-wrap:inherit;justify-content:inherit;justify-items:inherit;align-items:inherit;align-content:inherit;gap:inherit;grid-template-columns:inherit;grid-template-rows:inherit;grid-template-areas:inherit;grid-template:inherit;grid-auto-columns:inherit;grid-auto-rows:inherit;grid-auto-flow:inherit;grid:inherit;column-gap:inherit;row-gap:inherit;grid-gap:inherit;grid-column-gap:inherit;grid-row-gap:inherit;place-items:inherit;place-content:inherit}:host{display:block;margin:0 auto;padding:0;width:100%}:host.daff-xs{max-width:640px}:host.daff-sm{max-width:800px}:host.daff-md{max-width:1040px}:host.daff-lg{max-width:1340px}:host.daff-xl{max-width:1920px}\n"] }]
|
|
2038
2017
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -2042,12 +2021,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2042
2021
|
|
|
2043
2022
|
class DaffContainerModule {
|
|
2044
2023
|
}
|
|
2045
|
-
/** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2046
|
-
/** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2047
|
-
/** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2048
|
-
|
|
2049
|
-
]] });
|
|
2050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, decorators: [{
|
|
2024
|
+
/** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2025
|
+
/** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, declarations: [DaffContainerComponent], imports: [CommonModule], exports: [DaffContainerComponent] });
|
|
2026
|
+
/** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, imports: [CommonModule] });
|
|
2027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, decorators: [{
|
|
2051
2028
|
type: NgModule,
|
|
2052
2029
|
args: [{
|
|
2053
2030
|
imports: [
|
|
@@ -2128,11 +2105,11 @@ class DaffProgressIndicatorComponent extends _daffProgressIndicatorBase {
|
|
|
2128
2105
|
};
|
|
2129
2106
|
}
|
|
2130
2107
|
}
|
|
2131
|
-
/** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2132
|
-
/** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2108
|
+
/** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2109
|
+
/** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffProgressIndicatorComponent, selector: "daff-progress-indicator", inputs: { color: "color", percentage: "percentage" }, outputs: { finished: "finished" }, host: { properties: { "class.daff-progress-indicator": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"daff-progress-indicator__fill\" [@fill]=\"fillState\" (@fill.done)=\"onAnimationComplete($event)\"></div>", styles: [":host{display:flex;height:3px;width:100%}\n"], animations: [
|
|
2133
2110
|
daffProgressIndicatorAnimation.fill,
|
|
2134
2111
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, decorators: [{
|
|
2136
2113
|
type: Component,
|
|
2137
2114
|
args: [{ selector: 'daff-progress-indicator', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['color'], animations: [
|
|
2138
2115
|
daffProgressIndicatorAnimation.fill,
|
|
@@ -2148,12 +2125,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2148
2125
|
|
|
2149
2126
|
class DaffProgressIndicatorModule {
|
|
2150
2127
|
}
|
|
2151
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2152
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2153
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2154
|
-
|
|
2155
|
-
]] });
|
|
2156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
|
|
2128
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2129
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, declarations: [DaffProgressIndicatorComponent], imports: [CommonModule], exports: [DaffProgressIndicatorComponent] });
|
|
2130
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, imports: [CommonModule] });
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
|
|
2157
2132
|
type: NgModule,
|
|
2158
2133
|
args: [{
|
|
2159
2134
|
declarations: [DaffProgressIndicatorComponent],
|
|
@@ -2164,26 +2139,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2164
2139
|
}]
|
|
2165
2140
|
}] });
|
|
2166
2141
|
|
|
2167
|
-
class DaffRadioSetComponent {
|
|
2168
|
-
constructor() {
|
|
2169
|
-
/**
|
|
2170
|
-
* @docs-private
|
|
2171
|
-
*/
|
|
2172
|
-
this.role = 'radiogroup';
|
|
2173
|
-
}
|
|
2174
|
-
}
|
|
2175
|
-
/** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2176
|
-
/** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffRadioSetComponent, selector: "daff-radio-set", inputs: { name: "name" }, host: { properties: { "attr.role": "this.role" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
|
|
2178
|
-
type: Component,
|
|
2179
|
-
args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
|
|
2180
|
-
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
2181
|
-
type: Input
|
|
2182
|
-
}], role: [{
|
|
2183
|
-
type: HostBinding,
|
|
2184
|
-
args: ['attr.role']
|
|
2185
|
-
}] } });
|
|
2186
|
-
|
|
2187
2142
|
class DaffRadioRegistry {
|
|
2188
2143
|
constructor() {
|
|
2189
2144
|
this._accessors = [];
|
|
@@ -2229,13 +2184,33 @@ class DaffRadioRegistry {
|
|
|
2229
2184
|
&& controlPair['accessor'].name === accessor.name;
|
|
2230
2185
|
}
|
|
2231
2186
|
}
|
|
2232
|
-
/** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2233
|
-
/** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2187
|
+
/** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2188
|
+
/** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, providedIn: 'root' });
|
|
2189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, decorators: [{
|
|
2235
2190
|
type: Injectable,
|
|
2236
2191
|
args: [{ providedIn: 'root' }]
|
|
2237
2192
|
}] });
|
|
2238
2193
|
|
|
2194
|
+
class DaffRadioSetComponent {
|
|
2195
|
+
constructor() {
|
|
2196
|
+
/**
|
|
2197
|
+
* @docs-private
|
|
2198
|
+
*/
|
|
2199
|
+
this.role = 'radiogroup';
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
/** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2203
|
+
/** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioSetComponent, selector: "daff-radio-set", inputs: { name: "name" }, host: { properties: { "attr.role": "this.role" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
|
|
2205
|
+
type: Component,
|
|
2206
|
+
args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
|
|
2207
|
+
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
2208
|
+
type: Input
|
|
2209
|
+
}], role: [{
|
|
2210
|
+
type: HostBinding,
|
|
2211
|
+
args: ['attr.role']
|
|
2212
|
+
}] } });
|
|
2213
|
+
|
|
2239
2214
|
let radioUniqueId = 0;
|
|
2240
2215
|
class DaffRadioComponent {
|
|
2241
2216
|
constructor(radioset) {
|
|
@@ -2330,11 +2305,11 @@ class DaffRadioComponent {
|
|
|
2330
2305
|
}
|
|
2331
2306
|
;
|
|
2332
2307
|
}
|
|
2333
|
-
/** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2334
|
-
/** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2308
|
+
/** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, deps: [{ token: DaffRadioSetComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
+
/** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioComponent, selector: "daff-radio", inputs: { checked: "checked", value: "value", id: "id", name: "name", label: ["aria-label", "label"], labelledby: ["aria-labelledby", "labelledby"] }, outputs: { selectionChange: "selectionChange" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, ngImport: i0, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, decorators: [{
|
|
2336
2311
|
type: Component,
|
|
2337
|
-
args: [{ selector: 'daff-radio', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>"
|
|
2312
|
+
args: [{ selector: 'daff-radio', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>" }]
|
|
2338
2313
|
}], ctorParameters: function () {
|
|
2339
2314
|
return [{ type: DaffRadioSetComponent, decorators: [{
|
|
2340
2315
|
type: Optional
|
|
@@ -2429,9 +2404,9 @@ class DaffRadioControlValueAccessorDirective {
|
|
|
2429
2404
|
this._radio.deselect();
|
|
2430
2405
|
}
|
|
2431
2406
|
}
|
|
2432
|
-
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2433
|
-
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2407
|
+
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: DaffRadioRegistry }, { token: DaffRadioComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2408
|
+
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioControlValueAccessorDirective, selector: "daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, decorators: [{
|
|
2435
2410
|
type: Directive,
|
|
2436
2411
|
args: [{
|
|
2437
2412
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2451,16 +2426,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2451
2426
|
|
|
2452
2427
|
class DaffRadioModule {
|
|
2453
2428
|
}
|
|
2454
|
-
/** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2455
|
-
/** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2429
|
+
/** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2430
|
+
/** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, declarations: [DaffRadioControlValueAccessorDirective,
|
|
2456
2431
|
DaffRadioComponent,
|
|
2457
2432
|
DaffRadioSetComponent], imports: [CommonModule], exports: [DaffRadioComponent,
|
|
2458
2433
|
DaffRadioSetComponent,
|
|
2459
2434
|
DaffRadioControlValueAccessorDirective] });
|
|
2460
|
-
/** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2461
|
-
|
|
2462
|
-
]] });
|
|
2463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, decorators: [{
|
|
2435
|
+
/** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, imports: [CommonModule] });
|
|
2436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, decorators: [{
|
|
2464
2437
|
type: NgModule,
|
|
2465
2438
|
args: [{
|
|
2466
2439
|
exports: [
|
|
@@ -2484,9 +2457,9 @@ class DaffFormLabelDirective {
|
|
|
2484
2457
|
this.class = true;
|
|
2485
2458
|
}
|
|
2486
2459
|
}
|
|
2487
|
-
/** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2488
|
-
/** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2460
|
+
/** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2461
|
+
/** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFormLabelDirective, selector: "[daffFormLabel]", host: { properties: { "class.daff-form-label": "this.class" } }, ngImport: i0 });
|
|
2462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, decorators: [{
|
|
2490
2463
|
type: Directive,
|
|
2491
2464
|
args: [{
|
|
2492
2465
|
selector: '[daffFormLabel]',
|
|
@@ -2498,10 +2471,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2498
2471
|
|
|
2499
2472
|
class DaffFormLabelModule {
|
|
2500
2473
|
}
|
|
2501
|
-
/** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2502
|
-
/** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2503
|
-
/** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2474
|
+
/** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2475
|
+
/** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, declarations: [DaffFormLabelDirective], exports: [DaffFormLabelDirective] });
|
|
2476
|
+
/** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule });
|
|
2477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, decorators: [{
|
|
2505
2478
|
type: NgModule,
|
|
2506
2479
|
args: [{
|
|
2507
2480
|
exports: [
|
|
@@ -2513,45 +2486,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2513
2486
|
}]
|
|
2514
2487
|
}] });
|
|
2515
2488
|
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
this.
|
|
2489
|
+
/**
|
|
2490
|
+
* An _elementRef and an instance of renderer2 are needed for the link set mixins
|
|
2491
|
+
*/
|
|
2492
|
+
class DaffAccordionBase {
|
|
2493
|
+
constructor(_elementRef, _renderer) {
|
|
2494
|
+
this._elementRef = _elementRef;
|
|
2495
|
+
this._renderer = _renderer;
|
|
2522
2496
|
}
|
|
2523
2497
|
}
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
}]
|
|
2531
|
-
}], propDecorators: { class: [{
|
|
2532
|
-
type: HostBinding,
|
|
2533
|
-
args: ['class.daff-accordion-item__content']
|
|
2534
|
-
}] } });
|
|
2535
|
-
|
|
2536
|
-
class DaffAccordionItemTitleDirective {
|
|
2537
|
-
constructor() {
|
|
2538
|
-
/**
|
|
2539
|
-
* @docs-private
|
|
2540
|
-
*/
|
|
2541
|
-
this.class = true;
|
|
2498
|
+
const _daffAccordionBase = daffArticleEncapsulatedMixin((DaffAccordionBase));
|
|
2499
|
+
class DaffAccordionComponent extends _daffAccordionBase {
|
|
2500
|
+
constructor(elementRef, renderer) {
|
|
2501
|
+
super(elementRef, renderer);
|
|
2502
|
+
this.elementRef = elementRef;
|
|
2503
|
+
this.renderer = renderer;
|
|
2542
2504
|
}
|
|
2543
2505
|
}
|
|
2544
|
-
/** @nocollapse */
|
|
2545
|
-
/** @nocollapse */
|
|
2546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2547
|
-
type:
|
|
2548
|
-
args: [{
|
|
2549
|
-
|
|
2550
|
-
}]
|
|
2551
|
-
}], propDecorators: { class: [{
|
|
2552
|
-
type: HostBinding,
|
|
2553
|
-
args: ['class.daff-accordion-item__title']
|
|
2554
|
-
}] } });
|
|
2506
|
+
/** @nocollapse */ DaffAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2507
|
+
/** @nocollapse */ DaffAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionComponent, selector: "daff-accordion", usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionComponent, decorators: [{
|
|
2509
|
+
type: Component,
|
|
2510
|
+
args: [{ selector: 'daff-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"] }]
|
|
2511
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
2555
2512
|
|
|
2556
2513
|
const daffAccordionAnimations = {
|
|
2557
2514
|
openAccordion: trigger('openAccordion', [
|
|
@@ -2610,11 +2567,11 @@ class DaffAccordionItemComponent {
|
|
|
2610
2567
|
this._animationState = getAnimationState$3(this._open);
|
|
2611
2568
|
}
|
|
2612
2569
|
}
|
|
2613
|
-
/** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2614
|
-
/** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2570
|
+
/** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2571
|
+
/** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class.daff-accordion-item": "this.class" } }, ngImport: i0, template: "<div class=\"daff-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>", styles: [".daff-accordion-item{display:block;padding:15px 0;width:100%}@media (min-width: 768px){.daff-accordion-item{padding:30px 0}}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%}.daff-accordion-item__header .daff-suffix{margin:0 10px}.daff-accordion-item__title{font-weight:700;text-transform:uppercase;font-size:1rem;margin:0}.daff-accordion-item__content{padding-top:15px}@media (min-width: 768px){.daff-accordion-item__content{padding-top:30px}}\n"], dependencies: [{ kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
|
|
2615
2572
|
daffAccordionAnimations.openAccordion,
|
|
2616
2573
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, decorators: [{
|
|
2618
2575
|
type: Component,
|
|
2619
2576
|
args: [{ selector: 'daff-accordion-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
2620
2577
|
daffAccordionAnimations.openAccordion,
|
|
@@ -2626,30 +2583,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2626
2583
|
type: Input
|
|
2627
2584
|
}] } });
|
|
2628
2585
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
this.
|
|
2635
|
-
this._renderer = _renderer;
|
|
2586
|
+
class DaffAccordionItemContentDirective {
|
|
2587
|
+
constructor() {
|
|
2588
|
+
/**
|
|
2589
|
+
* @docs-private
|
|
2590
|
+
*/
|
|
2591
|
+
this.class = true;
|
|
2636
2592
|
}
|
|
2637
2593
|
}
|
|
2638
|
-
|
|
2639
|
-
class
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2594
|
+
/** @nocollapse */ DaffAccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2595
|
+
/** @nocollapse */ DaffAccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]", host: { properties: { "class.daff-accordion-item__content": "this.class" } }, ngImport: i0 });
|
|
2596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, decorators: [{
|
|
2597
|
+
type: Directive,
|
|
2598
|
+
args: [{
|
|
2599
|
+
selector: '[daffAccordionItemContent]',
|
|
2600
|
+
}]
|
|
2601
|
+
}], propDecorators: { class: [{
|
|
2602
|
+
type: HostBinding,
|
|
2603
|
+
args: ['class.daff-accordion-item__content']
|
|
2604
|
+
}] } });
|
|
2605
|
+
|
|
2606
|
+
class DaffAccordionItemTitleDirective {
|
|
2607
|
+
constructor() {
|
|
2608
|
+
/**
|
|
2609
|
+
* @docs-private
|
|
2610
|
+
*/
|
|
2611
|
+
this.class = true;
|
|
2644
2612
|
}
|
|
2645
2613
|
}
|
|
2646
|
-
/** @nocollapse */
|
|
2647
|
-
/** @nocollapse */
|
|
2648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2649
|
-
type:
|
|
2650
|
-
args: [{
|
|
2651
|
-
|
|
2614
|
+
/** @nocollapse */ DaffAccordionItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2615
|
+
/** @nocollapse */ DaffAccordionItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]", host: { properties: { "class.daff-accordion-item__title": "this.class" } }, ngImport: i0 });
|
|
2616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, decorators: [{
|
|
2617
|
+
type: Directive,
|
|
2618
|
+
args: [{
|
|
2619
|
+
selector: '[daffAccordionItemTitle]',
|
|
2620
|
+
}]
|
|
2621
|
+
}], propDecorators: { class: [{
|
|
2622
|
+
type: HostBinding,
|
|
2623
|
+
args: ['class.daff-accordion-item__title']
|
|
2624
|
+
}] } });
|
|
2652
2625
|
|
|
2626
|
+
/**
|
|
2627
|
+
* @deprecated in v1.0.0. Use DaffTreeComponent instead.
|
|
2628
|
+
*/
|
|
2653
2629
|
class DaffNavAccordionItemComponent {
|
|
2654
2630
|
constructor(accordion, navAccordionItemParent) {
|
|
2655
2631
|
this.accordion = accordion;
|
|
@@ -2695,11 +2671,11 @@ class DaffNavAccordionItemComponent {
|
|
|
2695
2671
|
this._animationState = getAnimationState$3(this._open);
|
|
2696
2672
|
}
|
|
2697
2673
|
}
|
|
2698
|
-
/** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2699
|
-
/** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2674
|
+
/** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, deps: [{ token: DaffAccordionComponent }, { token: DaffNavAccordionItemComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2675
|
+
/** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class": "this.classes" } }, queries: [{ propertyName: "_navAccordionItemChild", predicate: i0.forwardRef(function () { return DaffNavAccordionItemComponent; }), descendants: true }], ngImport: i0, template: "<div class=\"daff-nav-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>\n", styles: [":host(.daff-nav-accordion-item--level-1) .daff-nav-accordion-item__header{padding-left:15px}:host(.daff-nav-accordion-item--level-2) .daff-nav-accordion-item__header{padding-left:30px}:host(.daff-nav-accordion-item--level-3) .daff-nav-accordion-item__header{padding-left:45px}:host{display:block;padding-top:6px}.daff-nav-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:6px}.daff-nav-accordion-item__header .daff-suffix{margin:0 10px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
|
|
2700
2676
|
daffAccordionAnimations.openAccordion,
|
|
2701
2677
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, decorators: [{
|
|
2703
2679
|
type: Component,
|
|
2704
2680
|
args: [{ selector: 'daff-nav-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
2705
2681
|
daffAccordionAnimations.openAccordion,
|
|
@@ -2717,13 +2693,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2717
2693
|
type: Input
|
|
2718
2694
|
}], _navAccordionItemChild: [{
|
|
2719
2695
|
type: ContentChildren,
|
|
2720
|
-
args: [DaffNavAccordionItemComponent, { descendants: true }]
|
|
2696
|
+
args: [forwardRef(() => DaffNavAccordionItemComponent), { descendants: true }]
|
|
2721
2697
|
}] } });
|
|
2722
2698
|
|
|
2723
2699
|
class DaffAccordionModule {
|
|
2724
2700
|
}
|
|
2725
|
-
/** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2726
|
-
/** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2701
|
+
/** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2702
|
+
/** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
|
|
2727
2703
|
DaffAccordionItemComponent,
|
|
2728
2704
|
DaffNavAccordionItemComponent,
|
|
2729
2705
|
DaffAccordionItemTitleDirective,
|
|
@@ -2734,12 +2710,10 @@ class DaffAccordionModule {
|
|
|
2734
2710
|
DaffNavAccordionItemComponent,
|
|
2735
2711
|
DaffAccordionItemTitleDirective,
|
|
2736
2712
|
DaffAccordionItemContentDirective] });
|
|
2737
|
-
/** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
]] });
|
|
2742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, decorators: [{
|
|
2713
|
+
/** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, imports: [CommonModule,
|
|
2714
|
+
FontAwesomeModule,
|
|
2715
|
+
DaffPrefixSuffixModule] });
|
|
2716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, decorators: [{
|
|
2743
2717
|
type: NgModule,
|
|
2744
2718
|
args: [{
|
|
2745
2719
|
imports: [
|
|
@@ -2779,11 +2753,11 @@ class DaffArticleComponent {
|
|
|
2779
2753
|
this.role = 'article';
|
|
2780
2754
|
}
|
|
2781
2755
|
}
|
|
2782
|
-
/** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2783
|
-
/** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2756
|
+
/** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2757
|
+
/** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre:not(.daff-ae *,.daff-ae){margin:1.5rem 0}.daff-article pre:not(.daff-ae *,.daff-ae):last-child{margin-bottom:0}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, decorators: [{
|
|
2785
2759
|
type: Component,
|
|
2786
|
-
args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;
|
|
2760
|
+
args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre:not(.daff-ae *,.daff-ae){margin:1.5rem 0}.daff-article pre:not(.daff-ae *,.daff-ae):last-child{margin-bottom:0}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
|
|
2787
2761
|
}], propDecorators: { class: [{
|
|
2788
2762
|
type: HostBinding,
|
|
2789
2763
|
args: ['class.daff-article']
|
|
@@ -2800,9 +2774,9 @@ class DaffArticleLeadDirective {
|
|
|
2800
2774
|
this.class = true;
|
|
2801
2775
|
}
|
|
2802
2776
|
}
|
|
2803
|
-
/** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2804
|
-
/** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2777
|
+
/** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2778
|
+
/** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleLeadDirective, selector: "[daffArticleLead]", host: { properties: { "class.daff-article__lead": "this.class" } }, ngImport: i0 });
|
|
2779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, decorators: [{
|
|
2806
2780
|
type: Directive,
|
|
2807
2781
|
args: [{
|
|
2808
2782
|
selector: '[daffArticleLead]',
|
|
@@ -2820,9 +2794,9 @@ class DaffArticleMetaDirective {
|
|
|
2820
2794
|
this.class = true;
|
|
2821
2795
|
}
|
|
2822
2796
|
}
|
|
2823
|
-
/** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2824
|
-
/** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2797
|
+
/** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2798
|
+
/** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleMetaDirective, selector: "[daffArticleMeta]", host: { properties: { "class.daff-article__meta": "this.class" } }, ngImport: i0 });
|
|
2799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, decorators: [{
|
|
2826
2800
|
type: Directive,
|
|
2827
2801
|
args: [{
|
|
2828
2802
|
selector: '[daffArticleMeta]',
|
|
@@ -2840,9 +2814,9 @@ class DaffArticleTitleDirective {
|
|
|
2840
2814
|
this.class = true;
|
|
2841
2815
|
}
|
|
2842
2816
|
}
|
|
2843
|
-
/** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2844
|
-
/** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2817
|
+
/** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2818
|
+
/** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleTitleDirective, selector: "[daffArticleTitle]", host: { properties: { "class.daff-article__title": "this.class" } }, ngImport: i0 });
|
|
2819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, decorators: [{
|
|
2846
2820
|
type: Directive,
|
|
2847
2821
|
args: [{
|
|
2848
2822
|
selector: '[daffArticleTitle]',
|
|
@@ -2854,18 +2828,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2854
2828
|
|
|
2855
2829
|
class DaffArticleModule {
|
|
2856
2830
|
}
|
|
2857
|
-
/** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2858
|
-
/** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2831
|
+
/** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2832
|
+
/** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, declarations: [DaffArticleComponent,
|
|
2859
2833
|
DaffArticleTitleDirective,
|
|
2860
2834
|
DaffArticleLeadDirective,
|
|
2861
2835
|
DaffArticleMetaDirective], imports: [CommonModule], exports: [DaffArticleComponent,
|
|
2862
2836
|
DaffArticleTitleDirective,
|
|
2863
2837
|
DaffArticleLeadDirective,
|
|
2864
2838
|
DaffArticleMetaDirective] });
|
|
2865
|
-
/** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2866
|
-
|
|
2867
|
-
]] });
|
|
2868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, decorators: [{
|
|
2839
|
+
/** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, imports: [CommonModule] });
|
|
2840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, decorators: [{
|
|
2869
2841
|
type: NgModule,
|
|
2870
2842
|
args: [{
|
|
2871
2843
|
imports: [
|
|
@@ -2956,11 +2928,11 @@ class DaffBackdropComponent {
|
|
|
2956
2928
|
this.backdropClicked.emit();
|
|
2957
2929
|
}
|
|
2958
2930
|
}
|
|
2959
|
-
/** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2960
|
-
/** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2931
|
+
/** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2932
|
+
/** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffBackdropComponent, selector: "daff-backdrop", inputs: { transparent: "transparent", interactable: "interactable", fullscreen: "fullscreen" }, outputs: { backdropClicked: "backdropClicked" }, host: { listeners: { "@fadeBackdrop.done": "animationDone($event)", "@fadeBackdrop.start": "animationStart($event)", "click": "onBackdropClicked()" }, properties: { "class.interactable": "this.interactableClass", "@fadeBackdrop": "this.fadeBackdropTrigger" } }, ngImport: i0, template: "<div class=\"daff-backdrop\" [class.daff-backdrop--fullscreen]=\"fullscreen\" [class.daff-backdrop--transparent]=\"transparent\"></div>\n", styles: [":host{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);visibility:hidden;pointer-events:none}:host.interactable{visibility:visible;pointer-events:all;cursor:pointer;-webkit-user-select:none;user-select:none}.daff-backdrop{background:rgba(0,0,0,.3);height:100%;width:100%}.daff-backdrop--transparent{background:none}.daff-backdrop:focus,.daff-backdrop:active,.daff-backdrop:visited{outline:0}.daff-backdrop--fullscreen{position:absolute}\n"], animations: [
|
|
2961
2933
|
daffBackdropAnimations.fadeBackdrop,
|
|
2962
2934
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, decorators: [{
|
|
2964
2936
|
type: Component,
|
|
2965
2937
|
args: [{ selector: 'daff-backdrop', animations: [
|
|
2966
2938
|
daffBackdropAnimations.fadeBackdrop,
|
|
@@ -2992,12 +2964,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2992
2964
|
|
|
2993
2965
|
class DaffBackdropModule {
|
|
2994
2966
|
}
|
|
2995
|
-
/** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2996
|
-
/** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2997
|
-
/** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2998
|
-
|
|
2999
|
-
]] });
|
|
3000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, decorators: [{
|
|
2967
|
+
/** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2968
|
+
/** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, declarations: [DaffBackdropComponent], imports: [CommonModule], exports: [DaffBackdropComponent] });
|
|
2969
|
+
/** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, imports: [CommonModule] });
|
|
2970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, decorators: [{
|
|
3001
2971
|
type: NgModule,
|
|
3002
2972
|
args: [{
|
|
3003
2973
|
imports: [
|
|
@@ -3009,12 +2979,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3009
2979
|
exports: [
|
|
3010
2980
|
DaffBackdropComponent,
|
|
3011
2981
|
],
|
|
3012
|
-
entryComponents: [
|
|
3013
|
-
DaffBackdropComponent,
|
|
3014
|
-
],
|
|
3015
2982
|
}]
|
|
3016
2983
|
}] });
|
|
3017
2984
|
|
|
2985
|
+
/**
|
|
2986
|
+
* @deprecated in v1.0.0
|
|
2987
|
+
*/
|
|
3018
2988
|
class DaffButtonSetComponent {
|
|
3019
2989
|
constructor() {
|
|
3020
2990
|
/**
|
|
@@ -3023,9 +2993,9 @@ class DaffButtonSetComponent {
|
|
|
3023
2993
|
this.class = true;
|
|
3024
2994
|
}
|
|
3025
2995
|
}
|
|
3026
|
-
/** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3027
|
-
/** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2996
|
+
/** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2997
|
+
/** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffButtonSetComponent, selector: "daff-button-set", host: { properties: { "class.daff-button-set": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, decorators: [{
|
|
3029
2999
|
type: Component,
|
|
3030
3000
|
args: [{ selector: 'daff-button-set', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"] }]
|
|
3031
3001
|
}], propDecorators: { class: [{
|
|
@@ -3035,10 +3005,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3035
3005
|
|
|
3036
3006
|
class DaffButtonSetModule {
|
|
3037
3007
|
}
|
|
3038
|
-
/** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3039
|
-
/** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3040
|
-
/** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3008
|
+
/** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3009
|
+
/** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, declarations: [DaffButtonSetComponent], exports: [DaffButtonSetComponent] });
|
|
3010
|
+
/** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule });
|
|
3011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, decorators: [{
|
|
3042
3012
|
type: NgModule,
|
|
3043
3013
|
args: [{
|
|
3044
3014
|
declarations: [
|
|
@@ -3058,11 +3028,11 @@ class DaffImageListComponent {
|
|
|
3058
3028
|
this.class = true;
|
|
3059
3029
|
}
|
|
3060
3030
|
}
|
|
3061
|
-
/** @nocollapse */ DaffImageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3062
|
-
/** @nocollapse */ DaffImageListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3031
|
+
/** @nocollapse */ DaffImageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3032
|
+
/** @nocollapse */ DaffImageListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageListComponent, selector: "daff-image-list", host: { properties: { "class.daff-image-list": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListComponent, decorators: [{
|
|
3064
3034
|
type: Component,
|
|
3065
|
-
args: [{ selector: 'daff-image-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush
|
|
3035
|
+
args: [{ selector: 'daff-image-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush }]
|
|
3066
3036
|
}], propDecorators: { class: [{
|
|
3067
3037
|
type: HostBinding,
|
|
3068
3038
|
args: ['class.daff-image-list']
|
|
@@ -3073,9 +3043,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3073
3043
|
*/
|
|
3074
3044
|
class DaffImageGalleryComponent {
|
|
3075
3045
|
}
|
|
3076
|
-
/** @nocollapse */ DaffImageGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3077
|
-
/** @nocollapse */ DaffImageGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3046
|
+
/** @nocollapse */ DaffImageGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3047
|
+
/** @nocollapse */ DaffImageGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageGalleryComponent, selector: "daff-image-gallery", ngImport: i0, template: "<div class=\"daff-image-gallery\">\n <div class=\"daff-image-gallery__active-image\">\n <ng-content select=\"[daff-active-image]\"></ng-content>\n </div>\n\n <daff-image-list class=\"daff-image-gallery__image-list\">\n <ng-content select=\"daff-gallery-image\"></ng-content>\n </daff-image-list>\n</div>\n", styles: [".daff-image-gallery{display:grid;flex-direction:column;grid-template-areas:\"active-image\" \"image-list\";max-height:100%}@media (min-width: 1024px){.daff-image-gallery{grid-template-areas:\"image-list active-image\";max-height:min-content}}.daff-image-gallery__active-image{grid-area:active-image}.daff-image-gallery__active-image img{display:block;max-width:100%}.daff-image-gallery__image-list{grid-area:image-list;margin:5px 0 0;max-height:100%}@media (min-width: 1024px){.daff-image-gallery__image-list{margin:0 25px 0 0;max-height:-webkit-fill-available}}.daff-image-gallery__daff-gallery-image img{display:block;opacity:.6;width:90px}.daff-image-gallery__daff-gallery-image--selected img{opacity:1}\n"], dependencies: [{ kind: "component", type: DaffImageListComponent, selector: "daff-image-list" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryComponent, decorators: [{
|
|
3079
3049
|
type: Component,
|
|
3080
3050
|
args: [{ selector: 'daff-image-gallery', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"daff-image-gallery\">\n <div class=\"daff-image-gallery__active-image\">\n <ng-content select=\"[daff-active-image]\"></ng-content>\n </div>\n\n <daff-image-list class=\"daff-image-gallery__image-list\">\n <ng-content select=\"daff-gallery-image\"></ng-content>\n </daff-image-list>\n</div>\n", styles: [".daff-image-gallery{display:grid;flex-direction:column;grid-template-areas:\"active-image\" \"image-list\";max-height:100%}@media (min-width: 1024px){.daff-image-gallery{grid-template-areas:\"image-list active-image\";max-height:min-content}}.daff-image-gallery__active-image{grid-area:active-image}.daff-image-gallery__active-image img{display:block;max-width:100%}.daff-image-gallery__image-list{grid-area:image-list;margin:5px 0 0;max-height:100%}@media (min-width: 1024px){.daff-image-gallery__image-list{margin:0 25px 0 0;max-height:-webkit-fill-available}}.daff-image-gallery__daff-gallery-image img{display:block;opacity:.6;width:90px}.daff-image-gallery__daff-gallery-image--selected img{opacity:1}\n"] }]
|
|
3081
3051
|
}] });
|
|
@@ -3088,9 +3058,9 @@ class DaffGalleryImageComponent {
|
|
|
3088
3058
|
this.class = true;
|
|
3089
3059
|
}
|
|
3090
3060
|
}
|
|
3091
|
-
/** @nocollapse */ DaffGalleryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3092
|
-
/** @nocollapse */ DaffGalleryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3061
|
+
/** @nocollapse */ DaffGalleryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffGalleryImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3062
|
+
/** @nocollapse */ DaffGalleryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffGalleryImageComponent, selector: "daff-gallery-image", inputs: { selected: "selected" }, host: { properties: { "class.daff-image-gallery__daff-gallery-image--selected": "this.selected", "class.daff-image-gallery__daff-gallery-image": "this.class" } }, ngImport: i0, template: "<div class=\"gallery-image__wrapper\">\n <ng-content></ng-content>\n</div>", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffGalleryImageComponent, decorators: [{
|
|
3094
3064
|
type: Component,
|
|
3095
3065
|
args: [{ selector: 'daff-gallery-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"gallery-image__wrapper\">\n <ng-content></ng-content>\n</div>" }]
|
|
3096
3066
|
}], propDecorators: { selected: [{
|
|
@@ -3105,12 +3075,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3105
3075
|
|
|
3106
3076
|
class DaffImageListModule {
|
|
3107
3077
|
}
|
|
3108
|
-
/** @nocollapse */ DaffImageListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3109
|
-
/** @nocollapse */ DaffImageListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3110
|
-
/** @nocollapse */ DaffImageListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3111
|
-
|
|
3112
|
-
]] });
|
|
3113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageListModule, decorators: [{
|
|
3078
|
+
/** @nocollapse */ DaffImageListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3079
|
+
/** @nocollapse */ DaffImageListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, declarations: [DaffImageListComponent], imports: [CommonModule], exports: [DaffImageListComponent] });
|
|
3080
|
+
/** @nocollapse */ DaffImageListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, imports: [CommonModule] });
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, decorators: [{
|
|
3114
3082
|
type: NgModule,
|
|
3115
3083
|
args: [{
|
|
3116
3084
|
imports: [
|
|
@@ -3127,16 +3095,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3127
3095
|
|
|
3128
3096
|
class DaffImageGalleryModule {
|
|
3129
3097
|
}
|
|
3130
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3131
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3098
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3099
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, declarations: [DaffImageGalleryComponent,
|
|
3132
3100
|
DaffGalleryImageComponent], imports: [CommonModule,
|
|
3133
3101
|
DaffImageListModule], exports: [DaffImageGalleryComponent,
|
|
3134
3102
|
DaffGalleryImageComponent] });
|
|
3135
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
]] });
|
|
3139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageGalleryModule, decorators: [{
|
|
3103
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, imports: [CommonModule,
|
|
3104
|
+
DaffImageListModule] });
|
|
3105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, decorators: [{
|
|
3140
3106
|
type: NgModule,
|
|
3141
3107
|
args: [{
|
|
3142
3108
|
imports: [
|
|
@@ -3178,9 +3144,9 @@ class DaffLinkSetComponent extends _daffLinkSetBase {
|
|
|
3178
3144
|
this.class = true;
|
|
3179
3145
|
}
|
|
3180
3146
|
}
|
|
3181
|
-
/** @nocollapse */ DaffLinkSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3182
|
-
/** @nocollapse */ DaffLinkSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3147
|
+
/** @nocollapse */ DaffLinkSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
3148
|
+
/** @nocollapse */ DaffLinkSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetComponent, selector: "daff-link-set", host: { properties: { "class.daff-link-set": "this.class" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-link-set{display:block;margin:0;padding:0}.daff-link-set__heading{font-weight:700;display:block;font-size:1rem;line-height:1em;margin-bottom:15px;text-transform:uppercase}.daff-link-set__subheading{display:block;font-size:1rem;line-height:1.5em}.daff-link-set__item{cursor:pointer;-webkit-user-select:none;user-select:none;color:currentColor;display:block;font-size:1em;line-height:1.5em;text-decoration:none;transition:color .15s ease}.daff-link-set__item:hover{text-decoration:underline}.daff-link-set__item[disabled]{cursor:not-allowed}.daff-link-set .daff-link-set{margin-left:10px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetComponent, decorators: [{
|
|
3184
3150
|
type: Component,
|
|
3185
3151
|
args: [{ selector: 'daff-link-set', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-link-set{display:block;margin:0;padding:0}.daff-link-set__heading{font-weight:700;display:block;font-size:1rem;line-height:1em;margin-bottom:15px;text-transform:uppercase}.daff-link-set__subheading{display:block;font-size:1rem;line-height:1.5em}.daff-link-set__item{cursor:pointer;-webkit-user-select:none;user-select:none;color:currentColor;display:block;font-size:1em;line-height:1.5em;text-decoration:none;transition:color .15s ease}.daff-link-set__item:hover{text-decoration:underline}.daff-link-set__item[disabled]{cursor:not-allowed}.daff-link-set .daff-link-set{margin-left:10px}\n"] }]
|
|
3186
3152
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -3199,9 +3165,9 @@ class DaffLinkSetHeadingDirective {
|
|
|
3199
3165
|
this.class = true;
|
|
3200
3166
|
}
|
|
3201
3167
|
}
|
|
3202
|
-
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3203
|
-
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3168
|
+
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3169
|
+
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetHeadingDirective, selector: "[daffLinkSetHeading]", host: { properties: { "class.daff-link-set__heading": "this.class" } }, ngImport: i0 });
|
|
3170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetHeadingDirective, decorators: [{
|
|
3205
3171
|
type: Directive,
|
|
3206
3172
|
args: [{
|
|
3207
3173
|
selector: '[daffLinkSetHeading]',
|
|
@@ -3219,9 +3185,9 @@ class DaffLinkSetItemComponent {
|
|
|
3219
3185
|
this.class = true;
|
|
3220
3186
|
}
|
|
3221
3187
|
}
|
|
3222
|
-
/** @nocollapse */ DaffLinkSetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3223
|
-
/** @nocollapse */ DaffLinkSetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3188
|
+
/** @nocollapse */ DaffLinkSetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3189
|
+
/** @nocollapse */ DaffLinkSetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetItemComponent, selector: "a[daff-link-set-item]", host: { properties: { "class.daff-link-set__item": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetItemComponent, decorators: [{
|
|
3225
3191
|
type: Component,
|
|
3226
3192
|
args: [{
|
|
3227
3193
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3246,9 +3212,9 @@ class DaffLinkSetSubheadingDirective {
|
|
|
3246
3212
|
this.class = true;
|
|
3247
3213
|
}
|
|
3248
3214
|
}
|
|
3249
|
-
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3250
|
-
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3215
|
+
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetSubheadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3216
|
+
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetSubheadingDirective, selector: "[daffLinkSetSubheading]", host: { properties: { "class.daff-link-set__subheading": "this.class" } }, ngImport: i0 });
|
|
3217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetSubheadingDirective, decorators: [{
|
|
3252
3218
|
type: Directive,
|
|
3253
3219
|
args: [{
|
|
3254
3220
|
selector: '[daffLinkSetSubheading]',
|
|
@@ -3260,18 +3226,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3260
3226
|
|
|
3261
3227
|
class DaffLinkSetModule {
|
|
3262
3228
|
}
|
|
3263
|
-
/** @nocollapse */ DaffLinkSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3264
|
-
/** @nocollapse */ DaffLinkSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3229
|
+
/** @nocollapse */ DaffLinkSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3230
|
+
/** @nocollapse */ DaffLinkSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, declarations: [DaffLinkSetComponent,
|
|
3265
3231
|
DaffLinkSetHeadingDirective,
|
|
3266
3232
|
DaffLinkSetSubheadingDirective,
|
|
3267
3233
|
DaffLinkSetItemComponent], imports: [CommonModule], exports: [DaffLinkSetComponent,
|
|
3268
3234
|
DaffLinkSetHeadingDirective,
|
|
3269
3235
|
DaffLinkSetSubheadingDirective,
|
|
3270
3236
|
DaffLinkSetItemComponent] });
|
|
3271
|
-
/** @nocollapse */ DaffLinkSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3272
|
-
|
|
3273
|
-
]] });
|
|
3274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLinkSetModule, decorators: [{
|
|
3237
|
+
/** @nocollapse */ DaffLinkSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, imports: [CommonModule] });
|
|
3238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, decorators: [{
|
|
3275
3239
|
type: NgModule,
|
|
3276
3240
|
args: [{
|
|
3277
3241
|
imports: [
|
|
@@ -3292,74 +3256,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3292
3256
|
}]
|
|
3293
3257
|
}] });
|
|
3294
3258
|
|
|
3295
|
-
class DaffListItemComponent {
|
|
3296
|
-
constructor(elementRef) {
|
|
3297
|
-
this.elementRef = elementRef;
|
|
3298
|
-
/**
|
|
3299
|
-
* @docs-private
|
|
3300
|
-
*/
|
|
3301
|
-
this.class = true;
|
|
3302
|
-
}
|
|
3303
|
-
/**
|
|
3304
|
-
* Sets the role for a regular `<daff-list-item>` to listitem.
|
|
3305
|
-
*
|
|
3306
|
-
* @docs-private
|
|
3307
|
-
*/
|
|
3308
|
-
get role() {
|
|
3309
|
-
return this._isAnchor() ? null : 'listitem';
|
|
3310
|
-
}
|
|
3311
|
-
;
|
|
3312
|
-
_getHostElement() {
|
|
3313
|
-
return this.elementRef.nativeElement;
|
|
3314
|
-
}
|
|
3315
|
-
/** Gets whether a list item has one of the given attributes. */
|
|
3316
|
-
_isAnchor() {
|
|
3317
|
-
return this.elementRef.nativeElement.localName === 'a';
|
|
3318
|
-
}
|
|
3319
|
-
}
|
|
3320
|
-
/** @nocollapse */ DaffListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3321
|
-
/** @nocollapse */ DaffListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffListItemComponent, selector: "daff-list-item,a[daff-list-item]", host: { properties: { "class.daff-list-item": "this.class", "attr.role": "this.role" } }, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true }, { propertyName: "_suffix", first: true, predicate: DaffSuffixDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListItemComponent, decorators: [{
|
|
3323
|
-
type: Component,
|
|
3324
|
-
args: [{ selector: 'daff-list-item' + ',' +
|
|
3325
|
-
'a[daff-list-item]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>" }]
|
|
3326
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
|
|
3327
|
-
type: HostBinding,
|
|
3328
|
-
args: ['class.daff-list-item']
|
|
3329
|
-
}], _prefix: [{
|
|
3330
|
-
type: ContentChild,
|
|
3331
|
-
args: [DaffPrefixDirective]
|
|
3332
|
-
}], _suffix: [{
|
|
3333
|
-
type: ContentChild,
|
|
3334
|
-
args: [DaffSuffixDirective]
|
|
3335
|
-
}], role: [{
|
|
3336
|
-
type: HostBinding,
|
|
3337
|
-
args: ['attr.role']
|
|
3338
|
-
}] } });
|
|
3339
|
-
|
|
3340
|
-
/**
|
|
3341
|
-
* @deprecated
|
|
3342
|
-
*/
|
|
3343
|
-
class DaffListSubheaderDirective {
|
|
3344
|
-
constructor() {
|
|
3345
|
-
/**
|
|
3346
|
-
* @docs-private
|
|
3347
|
-
*/
|
|
3348
|
-
this.class = true;
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
/** @nocollapse */ DaffListSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3352
|
-
/** @nocollapse */ DaffListSubheaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffListSubheaderDirective, selector: "[daffListSubheader]", host: { properties: { "class.daff-list__subheader": "this.class" } }, ngImport: i0 });
|
|
3353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListSubheaderDirective, decorators: [{
|
|
3354
|
-
type: Directive,
|
|
3355
|
-
args: [{
|
|
3356
|
-
selector: '[daffListSubheader]',
|
|
3357
|
-
}]
|
|
3358
|
-
}], propDecorators: { class: [{
|
|
3359
|
-
type: HostBinding,
|
|
3360
|
-
args: ['class.daff-list__subheader']
|
|
3361
|
-
}] } });
|
|
3362
|
-
|
|
3363
3259
|
var DaffListModeEnum;
|
|
3364
3260
|
(function (DaffListModeEnum) {
|
|
3365
3261
|
DaffListModeEnum["Multiline"] = "multi-line";
|
|
@@ -3439,12 +3335,12 @@ class DaffListComponent extends _daffListBase {
|
|
|
3439
3335
|
return this.elementRef.nativeElement;
|
|
3440
3336
|
}
|
|
3441
3337
|
}
|
|
3442
|
-
/** @nocollapse */ DaffListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3443
|
-
/** @nocollapse */ DaffListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3338
|
+
/** @nocollapse */ DaffListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
3339
|
+
/** @nocollapse */ DaffListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffListComponent, selector: "daff-list,daff-nav-list", inputs: { mode: "mode" }, host: { properties: { "class.daff-list": "this.list", "class.daff-list--multi-line": "this.multiline", "class.daff-list--link": "this.link", "class.daff-list--navigation": "this.navigation", "class.daff-nav-list": "this.nav", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-list{display:block;margin:0;padding:0}.daff-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-list .daff-list-item__content{flex-grow:1}.daff-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-list .daff-list-item .daff-prefix,.daff-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-list__subheader{font-weight:700;text-transform:uppercase;font-size:1rem;padding:0 0 25px}.daff-list--link a,.daff-list--navigation a{text-decoration:none}.daff-list--multi-line .daff-list-item{padding:15px 0}.daff-list--multi-line .daff-list-item:first-of-type{padding:0 0 15px}.daff-list--multi-line .daff-list-item:last-of-type{padding:15px 0 0}.daff-list--multi-line .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5rem;margin:0 0 10px;padding:0}.daff-list--multi-line .daff-list-item__content *:nth-child(n+2){margin:0;padding:0}.daff-nav-list{display:block;margin:0;padding:0}.daff-nav-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-nav-list .daff-list-item__content{flex-grow:1}.daff-nav-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-nav-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-nav-list .daff-list-item .daff-prefix,.daff-nav-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-nav-list .daff-list-item{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;text-decoration:none;position:relative}.daff-nav-list .daff-list-item__content{z-index:2}.daff-nav-list .daff-list-item:after{content:\"\";position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:opacity .3s;z-index:1}.daff-nav-list .daff-list-item:hover:after,.daff-nav-list .daff-list-item:active:after{opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListComponent, decorators: [{
|
|
3445
3341
|
type: Component,
|
|
3446
3342
|
args: [{ selector: 'daff-list' + ',' +
|
|
3447
|
-
'daff-nav-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-list{display:block;margin:0;padding:0}.daff-list .daff-list-item{display:flex;padding:12px 16px}.daff-list .daff-list-item__content{flex-grow:1}.daff-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-list .daff-list-item .daff-prefix,.daff-list .daff-list-item .daff-suffix{display:flex;align-items:center
|
|
3343
|
+
'daff-nav-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-list{display:block;margin:0;padding:0}.daff-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-list .daff-list-item__content{flex-grow:1}.daff-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-list .daff-list-item .daff-prefix,.daff-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-list__subheader{font-weight:700;text-transform:uppercase;font-size:1rem;padding:0 0 25px}.daff-list--link a,.daff-list--navigation a{text-decoration:none}.daff-list--multi-line .daff-list-item{padding:15px 0}.daff-list--multi-line .daff-list-item:first-of-type{padding:0 0 15px}.daff-list--multi-line .daff-list-item:last-of-type{padding:15px 0 0}.daff-list--multi-line .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5rem;margin:0 0 10px;padding:0}.daff-list--multi-line .daff-list-item__content *:nth-child(n+2){margin:0;padding:0}.daff-nav-list{display:block;margin:0;padding:0}.daff-nav-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-nav-list .daff-list-item__content{flex-grow:1}.daff-nav-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-nav-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-nav-list .daff-list-item .daff-prefix,.daff-nav-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-nav-list .daff-list-item{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;text-decoration:none;position:relative}.daff-nav-list .daff-list-item__content{z-index:2}.daff-nav-list .daff-list-item:after{content:\"\";position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:opacity .3s;z-index:1}.daff-nav-list .daff-list-item:hover:after,.daff-nav-list .daff-list-item:active:after{opacity:1}\n"] }]
|
|
3448
3344
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { mode: [{
|
|
3449
3345
|
type: Input
|
|
3450
3346
|
}], list: [{
|
|
@@ -3467,21 +3363,87 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3467
3363
|
args: ['attr.role']
|
|
3468
3364
|
}] } });
|
|
3469
3365
|
|
|
3366
|
+
class DaffListItemComponent {
|
|
3367
|
+
constructor(elementRef) {
|
|
3368
|
+
this.elementRef = elementRef;
|
|
3369
|
+
/**
|
|
3370
|
+
* @docs-private
|
|
3371
|
+
*/
|
|
3372
|
+
this.class = true;
|
|
3373
|
+
}
|
|
3374
|
+
/**
|
|
3375
|
+
* Sets the role for a regular `<daff-list-item>` to listitem.
|
|
3376
|
+
*
|
|
3377
|
+
* @docs-private
|
|
3378
|
+
*/
|
|
3379
|
+
get role() {
|
|
3380
|
+
return this._isAnchor() ? null : 'listitem';
|
|
3381
|
+
}
|
|
3382
|
+
;
|
|
3383
|
+
_getHostElement() {
|
|
3384
|
+
return this.elementRef.nativeElement;
|
|
3385
|
+
}
|
|
3386
|
+
/** Gets whether a list item has one of the given attributes. */
|
|
3387
|
+
_isAnchor() {
|
|
3388
|
+
return this.elementRef.nativeElement.localName === 'a';
|
|
3389
|
+
}
|
|
3390
|
+
}
|
|
3391
|
+
/** @nocollapse */ DaffListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3392
|
+
/** @nocollapse */ DaffListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffListItemComponent, selector: "daff-list-item,a[daff-list-item]", host: { properties: { "class.daff-list-item": "this.class", "attr.role": "this.role" } }, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true }, { propertyName: "_suffix", first: true, predicate: DaffSuffixDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListItemComponent, decorators: [{
|
|
3394
|
+
type: Component,
|
|
3395
|
+
args: [{ selector: 'daff-list-item' + ',' +
|
|
3396
|
+
'a[daff-list-item]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>" }]
|
|
3397
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
|
|
3398
|
+
type: HostBinding,
|
|
3399
|
+
args: ['class.daff-list-item']
|
|
3400
|
+
}], _prefix: [{
|
|
3401
|
+
type: ContentChild,
|
|
3402
|
+
args: [DaffPrefixDirective]
|
|
3403
|
+
}], _suffix: [{
|
|
3404
|
+
type: ContentChild,
|
|
3405
|
+
args: [DaffSuffixDirective]
|
|
3406
|
+
}], role: [{
|
|
3407
|
+
type: HostBinding,
|
|
3408
|
+
args: ['attr.role']
|
|
3409
|
+
}] } });
|
|
3410
|
+
|
|
3411
|
+
/**
|
|
3412
|
+
* @deprecated
|
|
3413
|
+
*/
|
|
3414
|
+
class DaffListSubheaderDirective {
|
|
3415
|
+
constructor() {
|
|
3416
|
+
/**
|
|
3417
|
+
* @docs-private
|
|
3418
|
+
*/
|
|
3419
|
+
this.class = true;
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
/** @nocollapse */ DaffListSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3423
|
+
/** @nocollapse */ DaffListSubheaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffListSubheaderDirective, selector: "[daffListSubheader]", host: { properties: { "class.daff-list__subheader": "this.class" } }, ngImport: i0 });
|
|
3424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListSubheaderDirective, decorators: [{
|
|
3425
|
+
type: Directive,
|
|
3426
|
+
args: [{
|
|
3427
|
+
selector: '[daffListSubheader]',
|
|
3428
|
+
}]
|
|
3429
|
+
}], propDecorators: { class: [{
|
|
3430
|
+
type: HostBinding,
|
|
3431
|
+
args: ['class.daff-list__subheader']
|
|
3432
|
+
}] } });
|
|
3433
|
+
|
|
3470
3434
|
class DaffListModule {
|
|
3471
3435
|
}
|
|
3472
|
-
/** @nocollapse */ DaffListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3473
|
-
/** @nocollapse */ DaffListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3436
|
+
/** @nocollapse */ DaffListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3437
|
+
/** @nocollapse */ DaffListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, declarations: [DaffListComponent,
|
|
3474
3438
|
DaffListSubheaderDirective,
|
|
3475
3439
|
DaffListItemComponent], imports: [CommonModule,
|
|
3476
3440
|
DaffPrefixSuffixModule], exports: [DaffListComponent,
|
|
3477
3441
|
DaffListSubheaderDirective,
|
|
3478
3442
|
DaffListItemComponent,
|
|
3479
3443
|
DaffPrefixSuffixModule] });
|
|
3480
|
-
/** @nocollapse */ DaffListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
], DaffPrefixSuffixModule] });
|
|
3484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListModule, decorators: [{
|
|
3444
|
+
/** @nocollapse */ DaffListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, imports: [CommonModule,
|
|
3445
|
+
DaffPrefixSuffixModule, DaffPrefixSuffixModule] });
|
|
3446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, decorators: [{
|
|
3485
3447
|
type: NgModule,
|
|
3486
3448
|
args: [{
|
|
3487
3449
|
imports: [
|
|
@@ -3565,9 +3527,9 @@ class DaffMenuService {
|
|
|
3565
3527
|
this.$_open.next(true);
|
|
3566
3528
|
}
|
|
3567
3529
|
}
|
|
3568
|
-
/** @nocollapse */ DaffMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3569
|
-
/** @nocollapse */ DaffMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3530
|
+
/** @nocollapse */ DaffMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService, deps: [{ token: i1$3.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3531
|
+
/** @nocollapse */ DaffMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService });
|
|
3532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService, decorators: [{
|
|
3571
3533
|
type: Injectable
|
|
3572
3534
|
}], ctorParameters: function () { return [{ type: i1$3.Overlay }]; } });
|
|
3573
3535
|
|
|
@@ -3597,9 +3559,9 @@ class DaffMenuActivatorDirective {
|
|
|
3597
3559
|
this.service.open(this.viewContainerRef, this.daffMenuActivator);
|
|
3598
3560
|
}
|
|
3599
3561
|
}
|
|
3600
|
-
/** @nocollapse */ DaffMenuActivatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3601
|
-
/** @nocollapse */ DaffMenuActivatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3562
|
+
/** @nocollapse */ DaffMenuActivatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuActivatorDirective, deps: [{ token: DaffMenuService }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3563
|
+
/** @nocollapse */ DaffMenuActivatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffMenuActivatorDirective, selector: "[daffMenuActivator]", inputs: { daffMenuActivator: "daffMenuActivator" }, host: { listeners: { "click": "openMenu($event)" }, properties: { "class.open": "this.openClass" } }, ngImport: i0 });
|
|
3564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuActivatorDirective, decorators: [{
|
|
3603
3565
|
type: Directive,
|
|
3604
3566
|
args: [{
|
|
3605
3567
|
selector: '[daffMenuActivator]',
|
|
@@ -3614,38 +3576,77 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3614
3576
|
args: ['click', ['$event']]
|
|
3615
3577
|
}] } });
|
|
3616
3578
|
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
this.
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
this.
|
|
3579
|
+
const daffFocusableElementsSelector = 'a[href],a[routerlink], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])';
|
|
3580
|
+
|
|
3581
|
+
class DaffFocusStackService {
|
|
3582
|
+
constructor(document) {
|
|
3583
|
+
this.document = document;
|
|
3584
|
+
this._stack = [];
|
|
3585
|
+
}
|
|
3586
|
+
/**
|
|
3587
|
+
* Return the current length of the stack.
|
|
3588
|
+
*/
|
|
3589
|
+
length() {
|
|
3590
|
+
return this._stack.length;
|
|
3591
|
+
}
|
|
3592
|
+
/**
|
|
3593
|
+
* Adds a HTML element to a focus stack and returns the new length of the stack.
|
|
3594
|
+
*
|
|
3595
|
+
* Generally, you will probably want to call this before you transition focus
|
|
3596
|
+
* onto a new element.
|
|
3597
|
+
*
|
|
3598
|
+
* ```ts
|
|
3599
|
+
* this._focusStack.push(this._doc.activeElement);
|
|
3600
|
+
* ```
|
|
3601
|
+
*/
|
|
3602
|
+
push(el = undefined) {
|
|
3603
|
+
this._stack.push(el !== null && el !== void 0 ? el : this.document.activeElement);
|
|
3604
|
+
return this._stack.length;
|
|
3605
|
+
}
|
|
3606
|
+
/**
|
|
3607
|
+
* Focuses on the HTML element at the top of a stack.
|
|
3608
|
+
*
|
|
3609
|
+
* ```ts
|
|
3610
|
+
* this._focusStack.push(this._doc.activeElement);
|
|
3611
|
+
* ```
|
|
3612
|
+
*/
|
|
3613
|
+
focus() {
|
|
3614
|
+
if (this._stack.length >= 1) {
|
|
3615
|
+
this._stack.slice(-1)[0].focus();
|
|
3616
|
+
}
|
|
3617
|
+
else {
|
|
3618
|
+
this.document.activeElement.blur();
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
3621
|
+
/**
|
|
3622
|
+
* Removes the HMTL element at the top of a stack and focuses on it.
|
|
3623
|
+
*/
|
|
3624
|
+
pop(focus = true) {
|
|
3625
|
+
let el = this._stack.pop();
|
|
3626
|
+
while (el === undefined && this._stack.length > 0) {
|
|
3627
|
+
el = this._stack.pop();
|
|
3628
|
+
}
|
|
3629
|
+
if (el) {
|
|
3630
|
+
if (focus) {
|
|
3631
|
+
el.focus();
|
|
3632
|
+
}
|
|
3633
|
+
return el;
|
|
3634
|
+
}
|
|
3635
|
+
this.document.activeElement.blur();
|
|
3636
|
+
return this.document.activeElement;
|
|
3629
3637
|
}
|
|
3630
3638
|
}
|
|
3631
|
-
/** @nocollapse */
|
|
3632
|
-
/** @nocollapse */
|
|
3633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3634
|
-
type:
|
|
3635
|
-
args: [{
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
args: ['attr.role']
|
|
3643
|
-
}], _prefix: [{
|
|
3644
|
-
type: ContentChild,
|
|
3645
|
-
args: [DaffPrefixDirective]
|
|
3646
|
-
}] } });
|
|
3647
|
-
|
|
3648
|
-
const daffFocusableElementsSelector = 'a[href],a[routerlink], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])';
|
|
3639
|
+
/** @nocollapse */ DaffFocusStackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3640
|
+
/** @nocollapse */ DaffFocusStackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, providedIn: 'root' });
|
|
3641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, decorators: [{
|
|
3642
|
+
type: Injectable,
|
|
3643
|
+
args: [{ providedIn: 'root' }]
|
|
3644
|
+
}], ctorParameters: function () {
|
|
3645
|
+
return [{ type: undefined, decorators: [{
|
|
3646
|
+
type: Inject,
|
|
3647
|
+
args: [DOCUMENT]
|
|
3648
|
+
}] }];
|
|
3649
|
+
} });
|
|
3649
3650
|
|
|
3650
3651
|
class DaffMenuComponent {
|
|
3651
3652
|
constructor(_focusTrapFactory, _ngZone, _elementRef, menuService) {
|
|
@@ -3686,9 +3687,9 @@ class DaffMenuComponent {
|
|
|
3686
3687
|
}
|
|
3687
3688
|
}
|
|
3688
3689
|
}
|
|
3689
|
-
/** @nocollapse */ DaffMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3690
|
-
/** @nocollapse */ DaffMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3690
|
+
/** @nocollapse */ DaffMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuComponent, deps: [{ token: i1$4.ConfigurableFocusTrapFactory }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: DaffMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3691
|
+
/** @nocollapse */ DaffMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMenuComponent, selector: "daff-menu", host: { properties: { "class.daff-menu": "this.class", "tabindex": "this.tabindex", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content select="[daff-menu-item]"></ng-content>', isInline: true, styles: [":host{display:block;min-width:112px;max-width:320px;border-radius:4px;padding:8px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuComponent, decorators: [{
|
|
3692
3693
|
type: Component,
|
|
3693
3694
|
args: [{ selector: 'daff-menu', template: '<ng-content select="[daff-menu-item]"></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;min-width:112px;max-width:320px;border-radius:4px;padding:8px}\n"] }]
|
|
3694
3695
|
}], ctorParameters: function () { return [{ type: i1$4.ConfigurableFocusTrapFactory }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: DaffMenuService }]; }, propDecorators: { class: [{
|
|
@@ -3702,22 +3703,51 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3702
3703
|
args: ['attr.role']
|
|
3703
3704
|
}] } });
|
|
3704
3705
|
|
|
3706
|
+
class DaffMenuItemComponent {
|
|
3707
|
+
constructor() {
|
|
3708
|
+
/**
|
|
3709
|
+
* @docs-private
|
|
3710
|
+
*/
|
|
3711
|
+
this.class = true;
|
|
3712
|
+
/**
|
|
3713
|
+
* Sets the role of the component to menuitem.
|
|
3714
|
+
*
|
|
3715
|
+
* @docs-private
|
|
3716
|
+
*/
|
|
3717
|
+
this.role = 'menuitem';
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3720
|
+
/** @nocollapse */ DaffMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3721
|
+
/** @nocollapse */ DaffMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMenuItemComponent, selector: "a[daff-menu-item],button[daff-menu-item]", host: { properties: { "class.daff-menu-item": "this.class", "attr.role": "this.role" } }, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-menu-item__content\">\n <ng-content></ng-content>\n</div>", styles: [":host{cursor:pointer;-webkit-user-select:none;user-select:none;display:block;border:none;border-radius:4px;margin:0;padding:12px 16px;text-decoration:none;width:100%}.daff-menu-item__content{display:flex;gap:8px;font-size:1rem;line-height:1.25rem;text-align:left}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuItemComponent, decorators: [{
|
|
3723
|
+
type: Component,
|
|
3724
|
+
args: [{ selector: 'a[daff-menu-item]' + ',' +
|
|
3725
|
+
'button[daff-menu-item]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-menu-item__content\">\n <ng-content></ng-content>\n</div>", styles: [":host{cursor:pointer;-webkit-user-select:none;user-select:none;display:block;border:none;border-radius:4px;margin:0;padding:12px 16px;text-decoration:none;width:100%}.daff-menu-item__content{display:flex;gap:8px;font-size:1rem;line-height:1.25rem;text-align:left}\n"] }]
|
|
3726
|
+
}], propDecorators: { class: [{
|
|
3727
|
+
type: HostBinding,
|
|
3728
|
+
args: ['class.daff-menu-item']
|
|
3729
|
+
}], role: [{
|
|
3730
|
+
type: HostBinding,
|
|
3731
|
+
args: ['attr.role']
|
|
3732
|
+
}], _prefix: [{
|
|
3733
|
+
type: ContentChild,
|
|
3734
|
+
args: [DaffPrefixDirective]
|
|
3735
|
+
}] } });
|
|
3736
|
+
|
|
3705
3737
|
class DaffMenuModule {
|
|
3706
3738
|
}
|
|
3707
|
-
/** @nocollapse */ DaffMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3708
|
-
/** @nocollapse */ DaffMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3739
|
+
/** @nocollapse */ DaffMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3740
|
+
/** @nocollapse */ DaffMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, declarations: [DaffMenuActivatorDirective,
|
|
3709
3741
|
DaffMenuComponent,
|
|
3710
3742
|
DaffMenuItemComponent], imports: [CommonModule,
|
|
3711
3743
|
OverlayModule], exports: [DaffMenuActivatorDirective,
|
|
3712
3744
|
DaffMenuComponent,
|
|
3713
3745
|
DaffMenuItemComponent] });
|
|
3714
|
-
/** @nocollapse */ DaffMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3746
|
+
/** @nocollapse */ DaffMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, providers: [
|
|
3715
3747
|
DaffMenuService,
|
|
3716
|
-
], imports: [
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
]] });
|
|
3720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuModule, decorators: [{
|
|
3748
|
+
], imports: [CommonModule,
|
|
3749
|
+
OverlayModule] });
|
|
3750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, decorators: [{
|
|
3721
3751
|
type: NgModule,
|
|
3722
3752
|
args: [{
|
|
3723
3753
|
imports: [
|
|
@@ -3813,9 +3843,9 @@ class DaffModalComponent {
|
|
|
3813
3843
|
}
|
|
3814
3844
|
}
|
|
3815
3845
|
}
|
|
3816
|
-
/** @nocollapse */ DaffModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3817
|
-
/** @nocollapse */ DaffModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3846
|
+
/** @nocollapse */ DaffModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalComponent, deps: [{ token: i1$4.ConfigurableFocusTrapFactory }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3847
|
+
/** @nocollapse */ DaffModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalComponent, selector: "daff-modal", inputs: { open: "open" }, host: { listeners: { "@fade.done": "animationDone($event)" }, properties: { "class.daff-modal": "this.modalClass", "@fade": "this.fadeState" } }, viewQueries: [{ propertyName: "_portalOutlet", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }], ngImport: i0, template: "<ng-template cdkPortalOutlet></ng-template>\n", styles: [":host{display:block;border-radius:4px;height:100%;max-width:80vw;overflow:hidden;padding:24px;z-index:3}@media (min-width: 480px){:host{height:auto}}\n"], dependencies: [{ kind: "directive", type: i2$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [daffFadeAnimations.fade], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalComponent, decorators: [{
|
|
3819
3849
|
type: Component,
|
|
3820
3850
|
args: [{ selector: 'daff-modal', animations: [daffFadeAnimations.fade], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template cdkPortalOutlet></ng-template>\n", styles: [":host{display:block;border-radius:4px;height:100%;max-width:80vw;overflow:hidden;padding:24px;z-index:3}@media (min-width: 480px){:host{height:auto}}\n"] }]
|
|
3821
3851
|
}], ctorParameters: function () { return [{ type: i1$4.ConfigurableFocusTrapFactory }, { type: i0.ElementRef }]; }, propDecorators: { modalClass: [{
|
|
@@ -3836,18 +3866,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3836
3866
|
|
|
3837
3867
|
class DaffModalActionsComponent {
|
|
3838
3868
|
}
|
|
3839
|
-
/** @nocollapse */ DaffModalActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3840
|
-
/** @nocollapse */ DaffModalActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3869
|
+
/** @nocollapse */ DaffModalActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3870
|
+
/** @nocollapse */ DaffModalActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalActionsComponent, selector: "daff-modal-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;padding-top:24px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalActionsComponent, decorators: [{
|
|
3842
3872
|
type: Component,
|
|
3843
3873
|
args: [{ selector: 'daff-modal-actions', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;padding-top:24px}\n"] }]
|
|
3844
3874
|
}] });
|
|
3845
3875
|
|
|
3846
3876
|
class DaffModalContentComponent {
|
|
3847
3877
|
}
|
|
3848
|
-
/** @nocollapse */ DaffModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3849
|
-
/** @nocollapse */ DaffModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3878
|
+
/** @nocollapse */ DaffModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3879
|
+
/** @nocollapse */ DaffModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalContentComponent, selector: "daff-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;margin:0 -24px;max-height:60vh;overflow:auto;padding:0 24px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalContentComponent, decorators: [{
|
|
3851
3881
|
type: Component,
|
|
3852
3882
|
args: [{ selector: 'daff-modal-content', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;margin:0 -24px;max-height:60vh;overflow:auto;padding:0 24px}\n"] }]
|
|
3853
3883
|
}] });
|
|
@@ -3860,9 +3890,9 @@ class DaffModalHeaderComponent {
|
|
|
3860
3890
|
this.class = true;
|
|
3861
3891
|
}
|
|
3862
3892
|
}
|
|
3863
|
-
/** @nocollapse */ DaffModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3864
|
-
/** @nocollapse */ DaffModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3893
|
+
/** @nocollapse */ DaffModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3894
|
+
/** @nocollapse */ DaffModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalHeaderComponent, selector: "daff-modal-header", host: { properties: { "class.daff-modal-header": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}.daff-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.daff-modal-header .daff-modal-title{font-weight:700;font-size:1.25rem;margin:0;padding:0}@media (min-width: 480px){.daff-modal-header .daff-modal-title{font-size:1.5rem}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalHeaderComponent, decorators: [{
|
|
3866
3896
|
type: Component,
|
|
3867
3897
|
args: [{ selector: 'daff-modal-header', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}.daff-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.daff-modal-header .daff-modal-title{font-weight:700;font-size:1.25rem;margin:0;padding:0}@media (min-width: 480px){.daff-modal-header .daff-modal-title{font-size:1.5rem}}\n"] }]
|
|
3868
3898
|
}], propDecorators: { class: [{
|
|
@@ -3878,9 +3908,9 @@ class DaffModalTitleDirective {
|
|
|
3878
3908
|
this.class = true;
|
|
3879
3909
|
}
|
|
3880
3910
|
}
|
|
3881
|
-
/** @nocollapse */ DaffModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3882
|
-
/** @nocollapse */ DaffModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3911
|
+
/** @nocollapse */ DaffModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3912
|
+
/** @nocollapse */ DaffModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalTitleDirective, selector: "[daffModalTitle]", host: { properties: { "class.daff-modal-title": "this.class" } }, ngImport: i0 });
|
|
3913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalTitleDirective, decorators: [{
|
|
3884
3914
|
type: Directive,
|
|
3885
3915
|
args: [{
|
|
3886
3916
|
selector: '[daffModalTitle]',
|
|
@@ -3892,8 +3922,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3892
3922
|
|
|
3893
3923
|
class DaffModalModule {
|
|
3894
3924
|
}
|
|
3895
|
-
/** @nocollapse */ DaffModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3896
|
-
/** @nocollapse */ DaffModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3925
|
+
/** @nocollapse */ DaffModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3926
|
+
/** @nocollapse */ DaffModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, declarations: [DaffModalComponent,
|
|
3897
3927
|
DaffModalHeaderComponent,
|
|
3898
3928
|
DaffModalTitleDirective,
|
|
3899
3929
|
DaffModalContentComponent,
|
|
@@ -3903,12 +3933,10 @@ class DaffModalModule {
|
|
|
3903
3933
|
DaffModalTitleDirective,
|
|
3904
3934
|
DaffModalContentComponent,
|
|
3905
3935
|
DaffModalActionsComponent] });
|
|
3906
|
-
/** @nocollapse */ DaffModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
]] });
|
|
3911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffModalModule, decorators: [{
|
|
3936
|
+
/** @nocollapse */ DaffModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, imports: [CommonModule,
|
|
3937
|
+
PortalModule,
|
|
3938
|
+
OverlayModule] });
|
|
3939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, decorators: [{
|
|
3912
3940
|
type: NgModule,
|
|
3913
3941
|
args: [{
|
|
3914
3942
|
imports: [
|
|
@@ -3986,9 +4014,9 @@ class DaffModalService {
|
|
|
3986
4014
|
modal.modal.instance.closedAnimationCompleted.subscribe((e) => this._removeModal(modal));
|
|
3987
4015
|
}
|
|
3988
4016
|
}
|
|
3989
|
-
/** @nocollapse */ DaffModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3990
|
-
/** @nocollapse */ DaffModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4017
|
+
/** @nocollapse */ DaffModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, deps: [{ token: i1$3.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4018
|
+
/** @nocollapse */ DaffModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, providedIn: DaffModalModule });
|
|
4019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, decorators: [{
|
|
3992
4020
|
type: Injectable,
|
|
3993
4021
|
args: [{
|
|
3994
4022
|
providedIn: DaffModalModule,
|
|
@@ -4041,9 +4069,9 @@ class DaffNavbarComponent extends _daffNavbarBase {
|
|
|
4041
4069
|
}
|
|
4042
4070
|
;
|
|
4043
4071
|
}
|
|
4044
|
-
/** @nocollapse */ DaffNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4045
|
-
/** @nocollapse */ DaffNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4072
|
+
/** @nocollapse */ DaffNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4073
|
+
/** @nocollapse */ DaffNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: { color: "color", raised: "raised" }, host: { properties: { "class.daff-navbar--raised": "this.raisedClass", "class.daff-navbar": "this.hostClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarComponent, decorators: [{
|
|
4047
4075
|
type: Component,
|
|
4048
4076
|
args: [{ selector: 'nav[daff-navbar]', template: '<ng-content></ng-content>', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"] }]
|
|
4049
4077
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { raised: [{
|
|
@@ -4058,10 +4086,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4058
4086
|
|
|
4059
4087
|
class DaffNavbarModule {
|
|
4060
4088
|
}
|
|
4061
|
-
/** @nocollapse */ DaffNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4062
|
-
/** @nocollapse */ DaffNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4063
|
-
/** @nocollapse */ DaffNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4089
|
+
/** @nocollapse */ DaffNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4090
|
+
/** @nocollapse */ DaffNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, declarations: [DaffNavbarComponent], exports: [DaffNavbarComponent] });
|
|
4091
|
+
/** @nocollapse */ DaffNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule });
|
|
4092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, decorators: [{
|
|
4065
4093
|
type: NgModule,
|
|
4066
4094
|
args: [{
|
|
4067
4095
|
declarations: [
|
|
@@ -4085,6 +4113,9 @@ class DaffPaginatorBase {
|
|
|
4085
4113
|
this._renderer = _renderer;
|
|
4086
4114
|
}
|
|
4087
4115
|
}
|
|
4116
|
+
/**
|
|
4117
|
+
* @deprecated in v1.0.0
|
|
4118
|
+
*/
|
|
4088
4119
|
const _daffPaginatorBase = daffColorMixin(DaffPaginatorBase);
|
|
4089
4120
|
const visiblePageRange = 2;
|
|
4090
4121
|
/**
|
|
@@ -4209,11 +4240,11 @@ class DaffPaginatorComponent extends _daffPaginatorBase {
|
|
|
4209
4240
|
return this.currentPage === this.numberOfPages;
|
|
4210
4241
|
}
|
|
4211
4242
|
}
|
|
4212
|
-
/** @nocollapse */ DaffPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4213
|
-
/** @nocollapse */ DaffPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4243
|
+
/** @nocollapse */ DaffPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4244
|
+
/** @nocollapse */ DaffPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffPaginatorComponent, selector: "daff-paginator", inputs: { color: "color", numberOfPages: "numberOfPages", currentPage: "currentPage" }, outputs: { notifyPageChange: "notifyPageChange" }, host: { properties: { "class.daff-paginator": "this.class", "attr.role": "this.role" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<button type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon> Previous\n</button>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n <span>1</span>\n</button>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showFirstEllipsis()\">...</span>\n\n<ng-container *ngFor=\"let pageNumber of _numberOfPagesArray\">\n <button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(pageNumber)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n aria-current=\"_isSelected(pageNumber)\"\n *ngIf=\"_showNumber(pageNumber)\"\n (click)=\"_onNotifyPageChange(pageNumber)\">\n <span>{{ pageNumber }}</span>\n </button>\n</ng-container>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showLastEllipsis()\">...</span>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n tabindex=\"0\"\n attr.aria-label=\"Go To Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(numberOfPages)\"\n *ngIf=\"!(numberOfPages < 2)\">\n <span>{{ numberOfPages }}</span>\n</button>\n\n<button class=\"daff-paginator__next\"\n [disabled]=\"_disableNext()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyNextPageChange()\">\n Next <fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n</button>\n", styles: [":host{display:flex;gap:4px}.daff-paginator__previous,.daff-paginator__next{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:3px;height:2rem;padding:0 8px}.daff-paginator__previous[disabled],.daff-paginator__next[disabled]{cursor:not-allowed;opacity:.5}.daff-paginator__ellipsis{height:2rem;width:2rem;text-align:center}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:3px;min-width:2rem;height:2rem;padding:0 4px;position:relative}.daff-paginator__page-link span{z-index:2}.daff-paginator__page-link:after{content:\"\";border-radius:3px;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-paginator__page-link:hover:after,.daff-paginator__page-link:active:after,.daff-paginator__page-link.selected:after{opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, decorators: [{
|
|
4215
4246
|
type: Component,
|
|
4216
|
-
args: [{ selector: 'daff-paginator', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\"></fa-icon> Previous\n</button>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n 1
|
|
4247
|
+
args: [{ selector: 'daff-paginator', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon> Previous\n</button>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n <span>1</span>\n</button>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showFirstEllipsis()\">...</span>\n\n<ng-container *ngFor=\"let pageNumber of _numberOfPagesArray\">\n <button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(pageNumber)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n aria-current=\"_isSelected(pageNumber)\"\n *ngIf=\"_showNumber(pageNumber)\"\n (click)=\"_onNotifyPageChange(pageNumber)\">\n <span>{{ pageNumber }}</span>\n </button>\n</ng-container>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showLastEllipsis()\">...</span>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n tabindex=\"0\"\n attr.aria-label=\"Go To Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(numberOfPages)\"\n *ngIf=\"!(numberOfPages < 2)\">\n <span>{{ numberOfPages }}</span>\n</button>\n\n<button class=\"daff-paginator__next\"\n [disabled]=\"_disableNext()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyNextPageChange()\">\n Next <fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n</button>\n", styles: [":host{display:flex;gap:4px}.daff-paginator__previous,.daff-paginator__next{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:3px;height:2rem;padding:0 8px}.daff-paginator__previous[disabled],.daff-paginator__next[disabled]{cursor:not-allowed;opacity:.5}.daff-paginator__ellipsis{height:2rem;width:2rem;text-align:center}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:3px;min-width:2rem;height:2rem;padding:0 4px;position:relative}.daff-paginator__page-link span{z-index:2}.daff-paginator__page-link:after{content:\"\";border-radius:3px;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-paginator__page-link:hover:after,.daff-paginator__page-link:active:after,.daff-paginator__page-link.selected:after{opacity:1}\n"] }]
|
|
4217
4248
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
4218
4249
|
type: HostBinding,
|
|
4219
4250
|
args: ['class.daff-paginator']
|
|
@@ -4230,16 +4261,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4230
4261
|
|
|
4231
4262
|
class DaffPaginatorModule {
|
|
4232
4263
|
}
|
|
4233
|
-
/** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4234
|
-
/** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4264
|
+
/** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4265
|
+
/** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, declarations: [DaffPaginatorComponent], imports: [CommonModule,
|
|
4235
4266
|
FontAwesomeModule,
|
|
4236
4267
|
DaffButtonModule], exports: [DaffPaginatorComponent] });
|
|
4237
|
-
/** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
]] });
|
|
4242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffPaginatorModule, decorators: [{
|
|
4268
|
+
/** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, imports: [CommonModule,
|
|
4269
|
+
FontAwesomeModule,
|
|
4270
|
+
DaffButtonModule] });
|
|
4271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, decorators: [{
|
|
4243
4272
|
type: NgModule,
|
|
4244
4273
|
args: [{
|
|
4245
4274
|
imports: [
|
|
@@ -4351,9 +4380,9 @@ class DaffQtyDropdownComponent {
|
|
|
4351
4380
|
});
|
|
4352
4381
|
}
|
|
4353
4382
|
}
|
|
4354
|
-
/** @nocollapse */ DaffQtyDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4355
|
-
/** @nocollapse */ DaffQtyDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4383
|
+
/** @nocollapse */ DaffQtyDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4384
|
+
/** @nocollapse */ DaffQtyDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQtyDropdownComponent, selector: "daff-qty-dropdown", inputs: { qty: "qty", id: "id" }, outputs: { qtyChanged: "qtyChanged" }, ngImport: i0, template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "component", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "component", type: DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }] });
|
|
4385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, decorators: [{
|
|
4357
4386
|
type: Component,
|
|
4358
4387
|
args: [{ selector: 'daff-qty-dropdown', template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"] }]
|
|
4359
4388
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { qty: [{
|
|
@@ -4366,20 +4395,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4366
4395
|
|
|
4367
4396
|
class DaffQtyDropdownModule {
|
|
4368
4397
|
}
|
|
4369
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4370
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4398
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4399
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, declarations: [DaffQtyDropdownComponent], imports: [CommonModule,
|
|
4371
4400
|
FormsModule,
|
|
4372
4401
|
DaffFormFieldModule,
|
|
4373
4402
|
DaffNativeSelectModule,
|
|
4374
4403
|
DaffInputModule], exports: [DaffQtyDropdownComponent] });
|
|
4375
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
]] });
|
|
4382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
|
|
4404
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, imports: [CommonModule,
|
|
4405
|
+
FormsModule,
|
|
4406
|
+
DaffFormFieldModule,
|
|
4407
|
+
DaffNativeSelectModule,
|
|
4408
|
+
DaffInputModule] });
|
|
4409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
|
|
4383
4410
|
type: NgModule,
|
|
4384
4411
|
args: [{
|
|
4385
4412
|
imports: [
|
|
@@ -4522,15 +4549,15 @@ class DaffSidebarComponent {
|
|
|
4522
4549
|
return this._elementRef.nativeElement.offsetWidth;
|
|
4523
4550
|
}
|
|
4524
4551
|
}
|
|
4525
|
-
/** @nocollapse */ DaffSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4526
|
-
/** @nocollapse */ DaffSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4552
|
+
/** @nocollapse */ DaffSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4553
|
+
/** @nocollapse */ DaffSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffSidebarComponent, selector: "daff-sidebar", inputs: { side: "side", mode: "mode", open: "open" }, outputs: { escapePressed: "escapePressed" }, host: { properties: { "class": "this.classes", "@transformSidebar": "this.transformSidebar" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;width:240px;flex-shrink:0;overflow:auto}:host.side-fixed{position:fixed;top:var(--daff-sidebar-side-fixed-top-shift);bottom:0;z-index:4;height:calc(100dvh - var(--daff-sidebar-side-fixed-top-shift))}:host.side-fixed.left{left:0}:host.side-fixed.right{right:0}:host.over,:host.under{position:absolute;top:0;bottom:0}:host.over.left,:host.under.left{left:0}:host.over.right,:host.under.right{right:0}:host.over{z-index:5}:host.under{z-index:2}\n"], animations: [
|
|
4527
4554
|
daffSidebarAnimations.transformSidebar,
|
|
4528
4555
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarComponent, decorators: [{
|
|
4530
4557
|
type: Component,
|
|
4531
4558
|
args: [{ selector: 'daff-sidebar', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
4532
4559
|
daffSidebarAnimations.transformSidebar,
|
|
4533
|
-
], styles: [":host{display:block;width:240px;flex-shrink:0;overflow:auto}:host.side-fixed{position:fixed;top:var(--daff-sidebar-side-fixed-top-shift);bottom:0;z-index:4;height:calc(100dvh - var(--daff-sidebar-side-fixed-top-shift))}:host.side-fixed.left{left:0}:host.side-fixed.right{right:0}:host.over,:host.under{position:absolute;top:0;bottom:0}:host.over.left,:host.under.left{left:0}:host.over.right,:host.under.right{right:0}:host.over{z-index:5}:host.under{z-index:2}
|
|
4560
|
+
], styles: [":host{display:block;width:240px;flex-shrink:0;overflow:auto}:host.side-fixed{position:fixed;top:var(--daff-sidebar-side-fixed-top-shift);bottom:0;z-index:4;height:calc(100dvh - var(--daff-sidebar-side-fixed-top-shift))}:host.side-fixed.left{left:0}:host.side-fixed.right{right:0}:host.over,:host.under{position:absolute;top:0;bottom:0}:host.over.left,:host.under.left{left:0}:host.over.right,:host.under.right{right:0}:host.over{z-index:5}:host.under{z-index:2}\n"] }]
|
|
4534
4561
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { classes: [{
|
|
4535
4562
|
type: HostBinding,
|
|
4536
4563
|
args: ['class']
|
|
@@ -4556,7 +4583,7 @@ const sidebarViewportBackdropInteractable = (sidebars) => sidebars.reduce((acc,
|
|
|
4556
4583
|
* Given a list of sidebars, compute the associated content shift.
|
|
4557
4584
|
*/
|
|
4558
4585
|
const sidebarViewportContentPadding = (sidebars, side) => sidebars.reduce((acc, sidebar) => {
|
|
4559
|
-
if (!(sidebar.mode === "side-fixed" /* SideFixed */ && sidebar.open)) {
|
|
4586
|
+
if (!(sidebar.mode === "side-fixed" /* DaffSidebarModeEnum.SideFixed */ && sidebar.open)) {
|
|
4560
4587
|
return acc;
|
|
4561
4588
|
}
|
|
4562
4589
|
if (sidebar.side === side) {
|
|
@@ -4688,11 +4715,11 @@ class DaffSidebarViewportComponent {
|
|
|
4688
4715
|
this.backdropClicked.emit();
|
|
4689
4716
|
}
|
|
4690
4717
|
}
|
|
4691
|
-
/** @nocollapse */ DaffSidebarViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4692
|
-
/** @nocollapse */ DaffSidebarViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4718
|
+
/** @nocollapse */ DaffSidebarViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarViewportComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4719
|
+
/** @nocollapse */ DaffSidebarViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffSidebarViewportComponent, selector: "daff-sidebar-viewport", outputs: { backdropClicked: "backdropClicked" }, queries: [{ propertyName: "sidebars", predicate: DaffSidebarComponent }], ngImport: i0, template: "<ng-content select=\"daff-sidebar:not([side=right])\"></ng-content>\n\n<daff-backdrop\n [@transformContent]=\"_animationState\"\n class=\"daff-sidebar-viewport__backdrop\"\n [interactable]=\"_backdropInteractable\"\n (backdropClicked)=\"_backdropClicked()\"></daff-backdrop>\n\n<div class=\"daff-sidebar-viewport__content\" [@transformContent]=\"_animationState\">\n <div class=\"daff-sidebar-viewport__nav\"><ng-content select=\"[daff-sidebar-viewport-nav]\"></ng-content></div>\n <div class=\"daff-sidebar-viewport__inner\" [style.padding-left.px]=\"_contentPadLeft\" [style.padding-right.px]=\"_contentPadRight\">\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-content select=\"daff-sidebar[side=right]\"></ng-content>", styles: [":host{overflow:hidden;display:flex;min-height:100%;position:relative;width:100%;z-index:1;height:100vh;height:100dvh}.daff-sidebar-viewport__content{flex:0 1 auto;width:100%;z-index:3;overflow-y:auto;height:100%}.daff-sidebar-viewport__sidebar{flex-shrink:0}.daff-sidebar-viewport__nav{position:fixed;top:0;width:100%;z-index:3}.daff-sidebar-viewport__nav:empty{display:none}.daff-sidebar-viewport__nav:not(:empty)+.daff-sidebar-viewport__inner{margin-top:var(--daff-sidebar-side-fixed-top-shift)}.daff-sidebar-viewport__backdrop{height:100%;position:absolute;width:100%;z-index:4}:host-context(daff-sidebar-viewport daff-sidebar-viewport) .daff-sidebar-viewport__inner{padding-left:0!important;padding-right:0!important}\n"], dependencies: [{ kind: "component", type: DaffBackdropComponent, selector: "daff-backdrop", inputs: ["transparent", "interactable", "fullscreen"], outputs: ["backdropClicked"] }], animations: [
|
|
4693
4720
|
daffSidebarAnimations.transformContent,
|
|
4694
4721
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarViewportComponent, decorators: [{
|
|
4696
4723
|
type: Component,
|
|
4697
4724
|
args: [{ selector: 'daff-sidebar-viewport', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
4698
4725
|
daffSidebarAnimations.transformContent,
|
|
@@ -4706,18 +4733,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4706
4733
|
|
|
4707
4734
|
class DaffSidebarModule {
|
|
4708
4735
|
}
|
|
4709
|
-
/** @nocollapse */ DaffSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4710
|
-
/** @nocollapse */ DaffSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4736
|
+
/** @nocollapse */ DaffSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4737
|
+
/** @nocollapse */ DaffSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, declarations: [DaffSidebarComponent,
|
|
4711
4738
|
DaffSidebarViewportComponent], imports: [CommonModule,
|
|
4712
4739
|
DaffBackdropModule,
|
|
4713
4740
|
A11yModule], exports: [DaffSidebarComponent,
|
|
4714
4741
|
DaffSidebarViewportComponent] });
|
|
4715
|
-
/** @nocollapse */ DaffSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
]] });
|
|
4720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffSidebarModule, decorators: [{
|
|
4742
|
+
/** @nocollapse */ DaffSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, imports: [CommonModule,
|
|
4743
|
+
DaffBackdropModule,
|
|
4744
|
+
A11yModule] });
|
|
4745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, decorators: [{
|
|
4721
4746
|
type: NgModule,
|
|
4722
4747
|
args: [{
|
|
4723
4748
|
imports: [
|
|
@@ -4736,138 +4761,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4736
4761
|
}]
|
|
4737
4762
|
}] });
|
|
4738
4763
|
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4764
|
+
function daffCompactableMixin(Base, defaultCompact = false) {
|
|
4765
|
+
return class extends Base {
|
|
4766
|
+
constructor(...args) {
|
|
4767
|
+
super(...args);
|
|
4768
|
+
this.compact = defaultCompact;
|
|
4769
|
+
}
|
|
4770
|
+
get compact() {
|
|
4771
|
+
return this._compact;
|
|
4772
|
+
}
|
|
4773
|
+
set compact(value) {
|
|
4774
|
+
// Handles the default compact
|
|
4775
|
+
const incomingCompact = value || defaultCompact;
|
|
4776
|
+
if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs
|
|
4777
|
+
return;
|
|
4778
|
+
}
|
|
4779
|
+
if (incomingCompact) {
|
|
4780
|
+
this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4781
|
+
}
|
|
4782
|
+
else {
|
|
4783
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4784
|
+
}
|
|
4785
|
+
this._compact = incomingCompact;
|
|
4786
|
+
}
|
|
4787
|
+
};
|
|
4746
4788
|
}
|
|
4747
|
-
/** @nocollapse */ DaffHeroBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4748
|
-
/** @nocollapse */ DaffHeroBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffHeroBodyDirective, selector: "[daffHeroBody]", host: { properties: { "class.daff-hero__body": "this.class" } }, ngImport: i0 });
|
|
4749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroBodyDirective, decorators: [{
|
|
4750
|
-
type: Directive,
|
|
4751
|
-
args: [{
|
|
4752
|
-
selector: '[daffHeroBody]',
|
|
4753
|
-
}]
|
|
4754
|
-
}], propDecorators: { class: [{
|
|
4755
|
-
type: HostBinding,
|
|
4756
|
-
args: ['class.daff-hero__body']
|
|
4757
|
-
}] } });
|
|
4758
4789
|
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
}
|
|
4766
|
-
}
|
|
4767
|
-
/** @nocollapse */ DaffHeroIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4768
|
-
/** @nocollapse */ DaffHeroIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffHeroIconDirective, selector: "[daffHeroIcon]", host: { properties: { "class.daff-hero__icon": "this.class" } }, ngImport: i0 });
|
|
4769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroIconDirective, decorators: [{
|
|
4770
|
-
type: Directive,
|
|
4771
|
-
args: [{
|
|
4772
|
-
selector: '[daffHeroIcon]',
|
|
4773
|
-
}]
|
|
4774
|
-
}], propDecorators: { class: [{
|
|
4775
|
-
type: HostBinding,
|
|
4776
|
-
args: ['class.daff-hero__icon']
|
|
4777
|
-
}] } });
|
|
4778
|
-
|
|
4779
|
-
class DaffHeroSubtitleDirective {
|
|
4780
|
-
constructor() {
|
|
4781
|
-
/**
|
|
4782
|
-
* @docs-private
|
|
4783
|
-
*/
|
|
4784
|
-
this.class = true;
|
|
4785
|
-
}
|
|
4786
|
-
}
|
|
4787
|
-
/** @nocollapse */ DaffHeroSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4788
|
-
/** @nocollapse */ DaffHeroSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]", host: { properties: { "class.daff-hero__subtitle": "this.class" } }, ngImport: i0 });
|
|
4789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroSubtitleDirective, decorators: [{
|
|
4790
|
-
type: Directive,
|
|
4791
|
-
args: [{
|
|
4792
|
-
selector: '[daffHeroSubtitle]',
|
|
4793
|
-
}]
|
|
4794
|
-
}], propDecorators: { class: [{
|
|
4795
|
-
type: HostBinding,
|
|
4796
|
-
args: ['class.daff-hero__subtitle']
|
|
4797
|
-
}] } });
|
|
4798
|
-
|
|
4799
|
-
class DaffHeroTaglineDirective {
|
|
4800
|
-
constructor() {
|
|
4801
|
-
/**
|
|
4802
|
-
* @docs-private
|
|
4803
|
-
*/
|
|
4804
|
-
this.class = true;
|
|
4805
|
-
}
|
|
4806
|
-
}
|
|
4807
|
-
/** @nocollapse */ DaffHeroTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4808
|
-
/** @nocollapse */ DaffHeroTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffHeroTaglineDirective, selector: "[daffHeroTagline]", host: { properties: { "class.daff-hero__tagline": "this.class" } }, ngImport: i0 });
|
|
4809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTaglineDirective, decorators: [{
|
|
4810
|
-
type: Directive,
|
|
4811
|
-
args: [{
|
|
4812
|
-
selector: '[daffHeroTagline]',
|
|
4813
|
-
}]
|
|
4814
|
-
}], propDecorators: { class: [{
|
|
4815
|
-
type: HostBinding,
|
|
4816
|
-
args: ['class.daff-hero__tagline']
|
|
4817
|
-
}] } });
|
|
4818
|
-
|
|
4819
|
-
class DaffHeroTitleDirective {
|
|
4820
|
-
constructor() {
|
|
4821
|
-
/**
|
|
4822
|
-
* @docs-private
|
|
4823
|
-
*/
|
|
4824
|
-
this.class = true;
|
|
4825
|
-
}
|
|
4826
|
-
}
|
|
4827
|
-
/** @nocollapse */ DaffHeroTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4828
|
-
/** @nocollapse */ DaffHeroTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffHeroTitleDirective, selector: "[daffHeroTitle]", host: { properties: { "class.daff-hero__title": "this.class" } }, ngImport: i0 });
|
|
4829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTitleDirective, decorators: [{
|
|
4830
|
-
type: Directive,
|
|
4831
|
-
args: [{
|
|
4832
|
-
selector: '[daffHeroTitle]',
|
|
4833
|
-
}]
|
|
4834
|
-
}], propDecorators: { class: [{
|
|
4835
|
-
type: HostBinding,
|
|
4836
|
-
args: ['class.daff-hero__title']
|
|
4837
|
-
}] } });
|
|
4838
|
-
|
|
4839
|
-
function daffCompactableMixin(Base, defaultCompact = false) {
|
|
4840
|
-
return class extends Base {
|
|
4841
|
-
constructor(...args) {
|
|
4842
|
-
super(...args);
|
|
4843
|
-
this.compact = defaultCompact;
|
|
4844
|
-
}
|
|
4845
|
-
get compact() {
|
|
4846
|
-
return this._compact;
|
|
4847
|
-
}
|
|
4848
|
-
set compact(value) {
|
|
4849
|
-
// Handles the default compact
|
|
4850
|
-
const incomingCompact = value || defaultCompact;
|
|
4851
|
-
if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs
|
|
4852
|
-
return;
|
|
4853
|
-
}
|
|
4854
|
-
if (incomingCompact) {
|
|
4855
|
-
this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4856
|
-
}
|
|
4857
|
-
else {
|
|
4858
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4859
|
-
}
|
|
4860
|
-
this._compact = incomingCompact;
|
|
4861
|
-
}
|
|
4862
|
-
};
|
|
4863
|
-
}
|
|
4864
|
-
|
|
4865
|
-
function daffTextAlignmentMixin(Base, defaultTextAlignment) {
|
|
4866
|
-
class DaffTextAlignableMixin extends Base {
|
|
4867
|
-
constructor(...args) {
|
|
4868
|
-
super(...args);
|
|
4869
|
-
this.textAlignment = defaultTextAlignment;
|
|
4870
|
-
}
|
|
4790
|
+
function daffTextAlignmentMixin(Base, defaultTextAlignment) {
|
|
4791
|
+
class DaffTextAlignableMixin extends Base {
|
|
4792
|
+
constructor(...args) {
|
|
4793
|
+
super(...args);
|
|
4794
|
+
this.textAlignment = defaultTextAlignment;
|
|
4795
|
+
}
|
|
4871
4796
|
/**
|
|
4872
4797
|
* Controls text alignment for component-specific UI
|
|
4873
4798
|
*/
|
|
@@ -4941,9 +4866,9 @@ class DaffHeroComponent extends _daffHeroBase {
|
|
|
4941
4866
|
return this.size === DaffHeroSizeEnum.Compact || this.compact === true || this.size === DaffHeroSizeEnum.Small;
|
|
4942
4867
|
}
|
|
4943
4868
|
}
|
|
4944
|
-
/** @nocollapse */ DaffHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4945
|
-
/** @nocollapse */ DaffHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4869
|
+
/** @nocollapse */ DaffHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4870
|
+
/** @nocollapse */ DaffHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroComponent, selector: "daff-hero", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment", layout: "layout", size: "size" }, host: { properties: { "class.daff-hero": "this.class", "class.daff-hero--centered": "this.centered", "class.daff-hero--compact": "this.compactClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero--centered .daff-hero__title{margin:0 auto;text-align:center}.daff-hero--centered .daff-hero__subtitle{margin:24px auto 0;text-align:center}.daff-hero--small,.daff-hero--compact{padding:50px 25px}@media (min-width: 480px){.daff-hero--small,.daff-hero--compact{padding:50px}}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
4871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroComponent, decorators: [{
|
|
4947
4872
|
type: Component,
|
|
4948
4873
|
args: [{ selector: 'daff-hero', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, inputs: ['color', 'compact', 'textAlignment'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero--centered .daff-hero__title{margin:0 auto;text-align:center}.daff-hero--centered .daff-hero__subtitle{margin:24px auto 0;text-align:center}.daff-hero--small,.daff-hero--compact{padding:50px 25px}@media (min-width: 480px){.daff-hero--small,.daff-hero--compact{padding:50px}}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"] }]
|
|
4949
4874
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
|
|
@@ -4961,49 +4886,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4961
4886
|
args: ['class.daff-hero--compact']
|
|
4962
4887
|
}] } });
|
|
4963
4888
|
|
|
4964
|
-
class
|
|
4965
|
-
}
|
|
4966
|
-
/** @nocollapse */ DaffHeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4967
|
-
/** @nocollapse */ DaffHeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, declarations: [DaffHeroComponent,
|
|
4968
|
-
DaffHeroIconDirective,
|
|
4969
|
-
DaffHeroTaglineDirective,
|
|
4970
|
-
DaffHeroTitleDirective,
|
|
4971
|
-
DaffHeroSubtitleDirective,
|
|
4972
|
-
DaffHeroBodyDirective], imports: [CommonModule], exports: [DaffHeroComponent,
|
|
4973
|
-
DaffHeroIconDirective,
|
|
4974
|
-
DaffHeroTaglineDirective,
|
|
4975
|
-
DaffHeroTitleDirective,
|
|
4976
|
-
DaffHeroSubtitleDirective,
|
|
4977
|
-
DaffHeroBodyDirective] });
|
|
4978
|
-
/** @nocollapse */ DaffHeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, imports: [[
|
|
4979
|
-
CommonModule,
|
|
4980
|
-
]] });
|
|
4981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, decorators: [{
|
|
4982
|
-
type: NgModule,
|
|
4983
|
-
args: [{
|
|
4984
|
-
imports: [
|
|
4985
|
-
CommonModule,
|
|
4986
|
-
],
|
|
4987
|
-
declarations: [
|
|
4988
|
-
DaffHeroComponent,
|
|
4989
|
-
DaffHeroIconDirective,
|
|
4990
|
-
DaffHeroTaglineDirective,
|
|
4991
|
-
DaffHeroTitleDirective,
|
|
4992
|
-
DaffHeroSubtitleDirective,
|
|
4993
|
-
DaffHeroBodyDirective,
|
|
4994
|
-
],
|
|
4995
|
-
exports: [
|
|
4996
|
-
DaffHeroComponent,
|
|
4997
|
-
DaffHeroIconDirective,
|
|
4998
|
-
DaffHeroTaglineDirective,
|
|
4999
|
-
DaffHeroTitleDirective,
|
|
5000
|
-
DaffHeroSubtitleDirective,
|
|
5001
|
-
DaffHeroBodyDirective,
|
|
5002
|
-
],
|
|
5003
|
-
}]
|
|
5004
|
-
}] });
|
|
5005
|
-
|
|
5006
|
-
class DaffCalloutBodyDirective {
|
|
4889
|
+
class DaffHeroBodyDirective {
|
|
5007
4890
|
constructor() {
|
|
5008
4891
|
/**
|
|
5009
4892
|
* @docs-private
|
|
@@ -5011,19 +4894,19 @@ class DaffCalloutBodyDirective {
|
|
|
5011
4894
|
this.class = true;
|
|
5012
4895
|
}
|
|
5013
4896
|
}
|
|
5014
|
-
/** @nocollapse */
|
|
5015
|
-
/** @nocollapse */
|
|
5016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4897
|
+
/** @nocollapse */ DaffHeroBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4898
|
+
/** @nocollapse */ DaffHeroBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroBodyDirective, selector: "[daffHeroBody]", host: { properties: { "class.daff-hero__body": "this.class" } }, ngImport: i0 });
|
|
4899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroBodyDirective, decorators: [{
|
|
5017
4900
|
type: Directive,
|
|
5018
4901
|
args: [{
|
|
5019
|
-
selector: '[
|
|
4902
|
+
selector: '[daffHeroBody]',
|
|
5020
4903
|
}]
|
|
5021
4904
|
}], propDecorators: { class: [{
|
|
5022
4905
|
type: HostBinding,
|
|
5023
|
-
args: ['class.daff-
|
|
4906
|
+
args: ['class.daff-hero__body']
|
|
5024
4907
|
}] } });
|
|
5025
4908
|
|
|
5026
|
-
class
|
|
4909
|
+
class DaffHeroIconDirective {
|
|
5027
4910
|
constructor() {
|
|
5028
4911
|
/**
|
|
5029
4912
|
* @docs-private
|
|
@@ -5031,19 +4914,19 @@ class DaffCalloutIconDirective {
|
|
|
5031
4914
|
this.class = true;
|
|
5032
4915
|
}
|
|
5033
4916
|
}
|
|
5034
|
-
/** @nocollapse */
|
|
5035
|
-
/** @nocollapse */
|
|
5036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4917
|
+
/** @nocollapse */ DaffHeroIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4918
|
+
/** @nocollapse */ DaffHeroIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroIconDirective, selector: "[daffHeroIcon]", host: { properties: { "class.daff-hero__icon": "this.class" } }, ngImport: i0 });
|
|
4919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroIconDirective, decorators: [{
|
|
5037
4920
|
type: Directive,
|
|
5038
4921
|
args: [{
|
|
5039
|
-
selector: '[
|
|
4922
|
+
selector: '[daffHeroIcon]',
|
|
5040
4923
|
}]
|
|
5041
4924
|
}], propDecorators: { class: [{
|
|
5042
4925
|
type: HostBinding,
|
|
5043
|
-
args: ['class.daff-
|
|
4926
|
+
args: ['class.daff-hero__icon']
|
|
5044
4927
|
}] } });
|
|
5045
4928
|
|
|
5046
|
-
class
|
|
4929
|
+
class DaffHeroSubtitleDirective {
|
|
5047
4930
|
constructor() {
|
|
5048
4931
|
/**
|
|
5049
4932
|
* @docs-private
|
|
@@ -5051,19 +4934,19 @@ class DaffCalloutSubtitleDirective {
|
|
|
5051
4934
|
this.class = true;
|
|
5052
4935
|
}
|
|
5053
4936
|
}
|
|
5054
|
-
/** @nocollapse */
|
|
5055
|
-
/** @nocollapse */
|
|
5056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4937
|
+
/** @nocollapse */ DaffHeroSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4938
|
+
/** @nocollapse */ DaffHeroSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]", host: { properties: { "class.daff-hero__subtitle": "this.class" } }, ngImport: i0 });
|
|
4939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroSubtitleDirective, decorators: [{
|
|
5057
4940
|
type: Directive,
|
|
5058
4941
|
args: [{
|
|
5059
|
-
selector: '[
|
|
4942
|
+
selector: '[daffHeroSubtitle]',
|
|
5060
4943
|
}]
|
|
5061
4944
|
}], propDecorators: { class: [{
|
|
5062
4945
|
type: HostBinding,
|
|
5063
|
-
args: ['class.daff-
|
|
4946
|
+
args: ['class.daff-hero__subtitle']
|
|
5064
4947
|
}] } });
|
|
5065
4948
|
|
|
5066
|
-
class
|
|
4949
|
+
class DaffHeroTaglineDirective {
|
|
5067
4950
|
constructor() {
|
|
5068
4951
|
/**
|
|
5069
4952
|
* @docs-private
|
|
@@ -5071,19 +4954,19 @@ class DaffCalloutTaglineDirective {
|
|
|
5071
4954
|
this.class = true;
|
|
5072
4955
|
}
|
|
5073
4956
|
}
|
|
5074
|
-
/** @nocollapse */
|
|
5075
|
-
/** @nocollapse */
|
|
5076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4957
|
+
/** @nocollapse */ DaffHeroTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4958
|
+
/** @nocollapse */ DaffHeroTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroTaglineDirective, selector: "[daffHeroTagline]", host: { properties: { "class.daff-hero__tagline": "this.class" } }, ngImport: i0 });
|
|
4959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTaglineDirective, decorators: [{
|
|
5077
4960
|
type: Directive,
|
|
5078
4961
|
args: [{
|
|
5079
|
-
selector: '[
|
|
4962
|
+
selector: '[daffHeroTagline]',
|
|
5080
4963
|
}]
|
|
5081
4964
|
}], propDecorators: { class: [{
|
|
5082
4965
|
type: HostBinding,
|
|
5083
|
-
args: ['class.daff-
|
|
4966
|
+
args: ['class.daff-hero__tagline']
|
|
5084
4967
|
}] } });
|
|
5085
4968
|
|
|
5086
|
-
class
|
|
4969
|
+
class DaffHeroTitleDirective {
|
|
5087
4970
|
constructor() {
|
|
5088
4971
|
/**
|
|
5089
4972
|
* @docs-private
|
|
@@ -5091,18 +4974,58 @@ class DaffCalloutTitleDirective {
|
|
|
5091
4974
|
this.class = true;
|
|
5092
4975
|
}
|
|
5093
4976
|
}
|
|
5094
|
-
/** @nocollapse */
|
|
5095
|
-
/** @nocollapse */
|
|
5096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4977
|
+
/** @nocollapse */ DaffHeroTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4978
|
+
/** @nocollapse */ DaffHeroTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroTitleDirective, selector: "[daffHeroTitle]", host: { properties: { "class.daff-hero__title": "this.class" } }, ngImport: i0 });
|
|
4979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTitleDirective, decorators: [{
|
|
5097
4980
|
type: Directive,
|
|
5098
4981
|
args: [{
|
|
5099
|
-
selector: '[
|
|
4982
|
+
selector: '[daffHeroTitle]',
|
|
5100
4983
|
}]
|
|
5101
4984
|
}], propDecorators: { class: [{
|
|
5102
4985
|
type: HostBinding,
|
|
5103
|
-
args: ['class.daff-
|
|
4986
|
+
args: ['class.daff-hero__title']
|
|
5104
4987
|
}] } });
|
|
5105
4988
|
|
|
4989
|
+
class DaffHeroModule {
|
|
4990
|
+
}
|
|
4991
|
+
/** @nocollapse */ DaffHeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4992
|
+
/** @nocollapse */ DaffHeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, declarations: [DaffHeroComponent,
|
|
4993
|
+
DaffHeroIconDirective,
|
|
4994
|
+
DaffHeroTaglineDirective,
|
|
4995
|
+
DaffHeroTitleDirective,
|
|
4996
|
+
DaffHeroSubtitleDirective,
|
|
4997
|
+
DaffHeroBodyDirective], imports: [CommonModule], exports: [DaffHeroComponent,
|
|
4998
|
+
DaffHeroIconDirective,
|
|
4999
|
+
DaffHeroTaglineDirective,
|
|
5000
|
+
DaffHeroTitleDirective,
|
|
5001
|
+
DaffHeroSubtitleDirective,
|
|
5002
|
+
DaffHeroBodyDirective] });
|
|
5003
|
+
/** @nocollapse */ DaffHeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, imports: [CommonModule] });
|
|
5004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, decorators: [{
|
|
5005
|
+
type: NgModule,
|
|
5006
|
+
args: [{
|
|
5007
|
+
imports: [
|
|
5008
|
+
CommonModule,
|
|
5009
|
+
],
|
|
5010
|
+
declarations: [
|
|
5011
|
+
DaffHeroComponent,
|
|
5012
|
+
DaffHeroIconDirective,
|
|
5013
|
+
DaffHeroTaglineDirective,
|
|
5014
|
+
DaffHeroTitleDirective,
|
|
5015
|
+
DaffHeroSubtitleDirective,
|
|
5016
|
+
DaffHeroBodyDirective,
|
|
5017
|
+
],
|
|
5018
|
+
exports: [
|
|
5019
|
+
DaffHeroComponent,
|
|
5020
|
+
DaffHeroIconDirective,
|
|
5021
|
+
DaffHeroTaglineDirective,
|
|
5022
|
+
DaffHeroTitleDirective,
|
|
5023
|
+
DaffHeroSubtitleDirective,
|
|
5024
|
+
DaffHeroBodyDirective,
|
|
5025
|
+
],
|
|
5026
|
+
}]
|
|
5027
|
+
}] });
|
|
5028
|
+
|
|
5106
5029
|
var DaffCalloutLayoutEnum;
|
|
5107
5030
|
(function (DaffCalloutLayoutEnum) {
|
|
5108
5031
|
DaffCalloutLayoutEnum["Centered"] = "centered";
|
|
@@ -5147,9 +5070,9 @@ class DaffCalloutComponent extends _daffCalloutBase {
|
|
|
5147
5070
|
return this.size === DaffCalloutSizeEnum.Compact;
|
|
5148
5071
|
}
|
|
5149
5072
|
}
|
|
5150
|
-
/** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5151
|
-
/** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5073
|
+
/** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5074
|
+
/** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutComponent, selector: "daff-callout", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment", layout: "layout", size: "size" }, host: { properties: { "class.daff-callout": "this.class", "class.daff-callout--centered": "this.centered", "class.daff-callout--compact": "this.compactClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
5075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, decorators: [{
|
|
5153
5076
|
type: Component,
|
|
5154
5077
|
args: [{ selector: 'daff-callout', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, inputs: ['color', 'compact', 'textAlignment'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"] }]
|
|
5155
5078
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
|
|
@@ -5167,49 +5090,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5167
5090
|
args: ['class.daff-callout--compact']
|
|
5168
5091
|
}] } });
|
|
5169
5092
|
|
|
5170
|
-
class
|
|
5171
|
-
}
|
|
5172
|
-
/** @nocollapse */ DaffCalloutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5173
|
-
/** @nocollapse */ DaffCalloutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, declarations: [DaffCalloutComponent,
|
|
5174
|
-
DaffCalloutIconDirective,
|
|
5175
|
-
DaffCalloutTitleDirective,
|
|
5176
|
-
DaffCalloutSubtitleDirective,
|
|
5177
|
-
DaffCalloutTaglineDirective,
|
|
5178
|
-
DaffCalloutBodyDirective], imports: [CommonModule], exports: [DaffCalloutComponent,
|
|
5179
|
-
DaffCalloutIconDirective,
|
|
5180
|
-
DaffCalloutSubtitleDirective,
|
|
5181
|
-
DaffCalloutTitleDirective,
|
|
5182
|
-
DaffCalloutTaglineDirective,
|
|
5183
|
-
DaffCalloutBodyDirective] });
|
|
5184
|
-
/** @nocollapse */ DaffCalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, imports: [[
|
|
5185
|
-
CommonModule,
|
|
5186
|
-
]] });
|
|
5187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, decorators: [{
|
|
5188
|
-
type: NgModule,
|
|
5189
|
-
args: [{
|
|
5190
|
-
imports: [
|
|
5191
|
-
CommonModule,
|
|
5192
|
-
],
|
|
5193
|
-
declarations: [
|
|
5194
|
-
DaffCalloutComponent,
|
|
5195
|
-
DaffCalloutIconDirective,
|
|
5196
|
-
DaffCalloutTitleDirective,
|
|
5197
|
-
DaffCalloutSubtitleDirective,
|
|
5198
|
-
DaffCalloutTaglineDirective,
|
|
5199
|
-
DaffCalloutBodyDirective,
|
|
5200
|
-
],
|
|
5201
|
-
exports: [
|
|
5202
|
-
DaffCalloutComponent,
|
|
5203
|
-
DaffCalloutIconDirective,
|
|
5204
|
-
DaffCalloutSubtitleDirective,
|
|
5205
|
-
DaffCalloutTitleDirective,
|
|
5206
|
-
DaffCalloutTaglineDirective,
|
|
5207
|
-
DaffCalloutBodyDirective,
|
|
5208
|
-
],
|
|
5209
|
-
}]
|
|
5210
|
-
}] });
|
|
5211
|
-
|
|
5212
|
-
class DaffFeatureIconDirective {
|
|
5093
|
+
class DaffCalloutBodyDirective {
|
|
5213
5094
|
constructor() {
|
|
5214
5095
|
/**
|
|
5215
5096
|
* @docs-private
|
|
@@ -5217,19 +5098,19 @@ class DaffFeatureIconDirective {
|
|
|
5217
5098
|
this.class = true;
|
|
5218
5099
|
}
|
|
5219
5100
|
}
|
|
5220
|
-
/** @nocollapse */
|
|
5221
|
-
/** @nocollapse */
|
|
5222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5101
|
+
/** @nocollapse */ DaffCalloutBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5102
|
+
/** @nocollapse */ DaffCalloutBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutBodyDirective, selector: "[daffCalloutBody]", host: { properties: { "class.daff-callout__body": "this.class" } }, ngImport: i0 });
|
|
5103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, decorators: [{
|
|
5223
5104
|
type: Directive,
|
|
5224
5105
|
args: [{
|
|
5225
|
-
selector: '[
|
|
5106
|
+
selector: '[daffCalloutBody]',
|
|
5226
5107
|
}]
|
|
5227
5108
|
}], propDecorators: { class: [{
|
|
5228
5109
|
type: HostBinding,
|
|
5229
|
-
args: ['class.daff-
|
|
5110
|
+
args: ['class.daff-callout__body']
|
|
5230
5111
|
}] } });
|
|
5231
5112
|
|
|
5232
|
-
class
|
|
5113
|
+
class DaffCalloutIconDirective {
|
|
5233
5114
|
constructor() {
|
|
5234
5115
|
/**
|
|
5235
5116
|
* @docs-private
|
|
@@ -5237,19 +5118,19 @@ class DaffFeatureSubheaderDirective {
|
|
|
5237
5118
|
this.class = true;
|
|
5238
5119
|
}
|
|
5239
5120
|
}
|
|
5240
|
-
/** @nocollapse */
|
|
5241
|
-
/** @nocollapse */
|
|
5242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5121
|
+
/** @nocollapse */ DaffCalloutIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5122
|
+
/** @nocollapse */ DaffCalloutIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutIconDirective, selector: "[daffCalloutIcon]", host: { properties: { "class.daff-callout__icon": "this.class" } }, ngImport: i0 });
|
|
5123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, decorators: [{
|
|
5243
5124
|
type: Directive,
|
|
5244
5125
|
args: [{
|
|
5245
|
-
selector: '[
|
|
5126
|
+
selector: '[daffCalloutIcon]',
|
|
5246
5127
|
}]
|
|
5247
5128
|
}], propDecorators: { class: [{
|
|
5248
5129
|
type: HostBinding,
|
|
5249
|
-
args: ['class.daff-
|
|
5130
|
+
args: ['class.daff-callout__icon']
|
|
5250
5131
|
}] } });
|
|
5251
5132
|
|
|
5252
|
-
class
|
|
5133
|
+
class DaffCalloutSubtitleDirective {
|
|
5253
5134
|
constructor() {
|
|
5254
5135
|
/**
|
|
5255
5136
|
* @docs-private
|
|
@@ -5257,19 +5138,19 @@ class DaffFeatureSubtitleDirective {
|
|
|
5257
5138
|
this.class = true;
|
|
5258
5139
|
}
|
|
5259
5140
|
}
|
|
5260
|
-
/** @nocollapse */
|
|
5261
|
-
/** @nocollapse */
|
|
5262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5141
|
+
/** @nocollapse */ DaffCalloutSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5142
|
+
/** @nocollapse */ DaffCalloutSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutSubtitleDirective, selector: "[daffCalloutSubtitle]", host: { properties: { "class.daff-callout__subtitle": "this.class" } }, ngImport: i0 });
|
|
5143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, decorators: [{
|
|
5263
5144
|
type: Directive,
|
|
5264
5145
|
args: [{
|
|
5265
|
-
selector: '[
|
|
5146
|
+
selector: '[daffCalloutSubtitle]',
|
|
5266
5147
|
}]
|
|
5267
5148
|
}], propDecorators: { class: [{
|
|
5268
5149
|
type: HostBinding,
|
|
5269
|
-
args: ['class.daff-
|
|
5150
|
+
args: ['class.daff-callout__subtitle']
|
|
5270
5151
|
}] } });
|
|
5271
5152
|
|
|
5272
|
-
class
|
|
5153
|
+
class DaffCalloutTaglineDirective {
|
|
5273
5154
|
constructor() {
|
|
5274
5155
|
/**
|
|
5275
5156
|
* @docs-private
|
|
@@ -5277,18 +5158,78 @@ class DaffFeatureTitleDirective {
|
|
|
5277
5158
|
this.class = true;
|
|
5278
5159
|
}
|
|
5279
5160
|
}
|
|
5280
|
-
/** @nocollapse */
|
|
5281
|
-
/** @nocollapse */
|
|
5282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5161
|
+
/** @nocollapse */ DaffCalloutTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5162
|
+
/** @nocollapse */ DaffCalloutTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutTaglineDirective, selector: "[daffCalloutTagline]", host: { properties: { "class.daff-callout__tagline": "this.class" } }, ngImport: i0 });
|
|
5163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, decorators: [{
|
|
5283
5164
|
type: Directive,
|
|
5284
5165
|
args: [{
|
|
5285
|
-
selector: '[
|
|
5166
|
+
selector: '[daffCalloutTagline]',
|
|
5286
5167
|
}]
|
|
5287
5168
|
}], propDecorators: { class: [{
|
|
5288
5169
|
type: HostBinding,
|
|
5289
|
-
args: ['class.daff-
|
|
5170
|
+
args: ['class.daff-callout__tagline']
|
|
5290
5171
|
}] } });
|
|
5291
5172
|
|
|
5173
|
+
class DaffCalloutTitleDirective {
|
|
5174
|
+
constructor() {
|
|
5175
|
+
/**
|
|
5176
|
+
* @docs-private
|
|
5177
|
+
*/
|
|
5178
|
+
this.class = true;
|
|
5179
|
+
}
|
|
5180
|
+
}
|
|
5181
|
+
/** @nocollapse */ DaffCalloutTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5182
|
+
/** @nocollapse */ DaffCalloutTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutTitleDirective, selector: "[daffCalloutTitle]", host: { properties: { "class.daff-callout__title": "this.class" } }, ngImport: i0 });
|
|
5183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, decorators: [{
|
|
5184
|
+
type: Directive,
|
|
5185
|
+
args: [{
|
|
5186
|
+
selector: '[daffCalloutTitle]',
|
|
5187
|
+
}]
|
|
5188
|
+
}], propDecorators: { class: [{
|
|
5189
|
+
type: HostBinding,
|
|
5190
|
+
args: ['class.daff-callout__title']
|
|
5191
|
+
}] } });
|
|
5192
|
+
|
|
5193
|
+
class DaffCalloutModule {
|
|
5194
|
+
}
|
|
5195
|
+
/** @nocollapse */ DaffCalloutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5196
|
+
/** @nocollapse */ DaffCalloutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, declarations: [DaffCalloutComponent,
|
|
5197
|
+
DaffCalloutIconDirective,
|
|
5198
|
+
DaffCalloutTitleDirective,
|
|
5199
|
+
DaffCalloutSubtitleDirective,
|
|
5200
|
+
DaffCalloutTaglineDirective,
|
|
5201
|
+
DaffCalloutBodyDirective], imports: [CommonModule], exports: [DaffCalloutComponent,
|
|
5202
|
+
DaffCalloutIconDirective,
|
|
5203
|
+
DaffCalloutSubtitleDirective,
|
|
5204
|
+
DaffCalloutTitleDirective,
|
|
5205
|
+
DaffCalloutTaglineDirective,
|
|
5206
|
+
DaffCalloutBodyDirective] });
|
|
5207
|
+
/** @nocollapse */ DaffCalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, imports: [CommonModule] });
|
|
5208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, decorators: [{
|
|
5209
|
+
type: NgModule,
|
|
5210
|
+
args: [{
|
|
5211
|
+
imports: [
|
|
5212
|
+
CommonModule,
|
|
5213
|
+
],
|
|
5214
|
+
declarations: [
|
|
5215
|
+
DaffCalloutComponent,
|
|
5216
|
+
DaffCalloutIconDirective,
|
|
5217
|
+
DaffCalloutTitleDirective,
|
|
5218
|
+
DaffCalloutSubtitleDirective,
|
|
5219
|
+
DaffCalloutTaglineDirective,
|
|
5220
|
+
DaffCalloutBodyDirective,
|
|
5221
|
+
],
|
|
5222
|
+
exports: [
|
|
5223
|
+
DaffCalloutComponent,
|
|
5224
|
+
DaffCalloutIconDirective,
|
|
5225
|
+
DaffCalloutSubtitleDirective,
|
|
5226
|
+
DaffCalloutTitleDirective,
|
|
5227
|
+
DaffCalloutTaglineDirective,
|
|
5228
|
+
DaffCalloutBodyDirective,
|
|
5229
|
+
],
|
|
5230
|
+
}]
|
|
5231
|
+
}] });
|
|
5232
|
+
|
|
5292
5233
|
var DaffFeatureModeEnum;
|
|
5293
5234
|
(function (DaffFeatureModeEnum) {
|
|
5294
5235
|
DaffFeatureModeEnum["Compact"] = "compact";
|
|
@@ -5318,9 +5259,9 @@ class DaffFeatureComponent {
|
|
|
5318
5259
|
return this.mode === DaffFeatureModeEnum.Normal;
|
|
5319
5260
|
}
|
|
5320
5261
|
}
|
|
5321
|
-
/** @nocollapse */ DaffFeatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5322
|
-
/** @nocollapse */ DaffFeatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5262
|
+
/** @nocollapse */ DaffFeatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5263
|
+
/** @nocollapse */ DaffFeatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureComponent, selector: "daff-feature", inputs: { mode: "mode" }, host: { properties: { "class.daff-feature": "this.class", "class.daff-feature--compact": "this.compact", "class.daff-feature--normal": "this.normal" } }, ngImport: i0, template: "<ng-content select=\"[daffFeatureIcon]\"></ng-content>\n<div class=\"daff-feature__content\">\n <ng-content select=\"[daffFeatureSubheader]\"></ng-content>\n <ng-content select=\"[daffFeatureTitle]\"></ng-content>\n <ng-content select=\"[daffFeatureSubtitle]\"></ng-content>\n <ng-content></ng-content>\n</div>", styles: [".daff-feature{border-radius:10px;display:flex}.daff-feature__icon{display:inline-block;max-width:30px}@media (min-width: 480px){.daff-feature__icon{max-width:50px}}.daff-feature__subheader{text-transform:uppercase;font-size:.75rem;letter-spacing:.075rem;line-height:1rem}@media (min-width: 480px){.daff-feature__subheader{font-size:.875rem}}.daff-feature__title{font-weight:700;margin:0 0 15px;padding:0}.daff-feature__subtitle{font-size:1rem;margin:0;padding:0}.daff-feature--normal{align-items:flex-start;flex-direction:column;padding:25px}@media (min-width: 480px){.daff-feature--normal{align-items:center;flex-direction:row;padding:50px}}.daff-feature--normal .daff-feature__icon{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__icon{margin:0 25px 0 0}}.daff-feature--normal .daff-feature__subheader{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__subheader{margin:0 0 30px}}.daff-feature--normal .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--normal .daff-feature__title{font-size:2rem;line-height:2rem}}.daff-feature--compact{align-items:flex-start;flex-direction:column;padding:25px}.daff-feature--compact .daff-feature__icon{margin:0 0 15px}.daff-feature--compact .daff-feature__subheader{margin:0 0 5px}.daff-feature--compact .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--compact .daff-feature__title{font-size:1.5rem;line-height:1.5rem}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
5264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureComponent, decorators: [{
|
|
5324
5265
|
type: Component,
|
|
5325
5266
|
args: [{ selector: 'daff-feature', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[daffFeatureIcon]\"></ng-content>\n<div class=\"daff-feature__content\">\n <ng-content select=\"[daffFeatureSubheader]\"></ng-content>\n <ng-content select=\"[daffFeatureTitle]\"></ng-content>\n <ng-content select=\"[daffFeatureSubtitle]\"></ng-content>\n <ng-content></ng-content>\n</div>", styles: [".daff-feature{border-radius:10px;display:flex}.daff-feature__icon{display:inline-block;max-width:30px}@media (min-width: 480px){.daff-feature__icon{max-width:50px}}.daff-feature__subheader{text-transform:uppercase;font-size:.75rem;letter-spacing:.075rem;line-height:1rem}@media (min-width: 480px){.daff-feature__subheader{font-size:.875rem}}.daff-feature__title{font-weight:700;margin:0 0 15px;padding:0}.daff-feature__subtitle{font-size:1rem;margin:0;padding:0}.daff-feature--normal{align-items:flex-start;flex-direction:column;padding:25px}@media (min-width: 480px){.daff-feature--normal{align-items:center;flex-direction:row;padding:50px}}.daff-feature--normal .daff-feature__icon{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__icon{margin:0 25px 0 0}}.daff-feature--normal .daff-feature__subheader{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__subheader{margin:0 0 30px}}.daff-feature--normal .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--normal .daff-feature__title{font-size:2rem;line-height:2rem}}.daff-feature--compact{align-items:flex-start;flex-direction:column;padding:25px}.daff-feature--compact .daff-feature__icon{margin:0 0 15px}.daff-feature--compact .daff-feature__subheader{margin:0 0 5px}.daff-feature--compact .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--compact .daff-feature__title{font-size:1.5rem;line-height:1.5rem}}\n"] }]
|
|
5326
5267
|
}], propDecorators: { class: [{
|
|
@@ -5336,65 +5277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5336
5277
|
args: ['class.daff-feature--normal']
|
|
5337
5278
|
}] } });
|
|
5338
5279
|
|
|
5339
|
-
class
|
|
5340
|
-
}
|
|
5341
|
-
/** @nocollapse */ DaffFeatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5342
|
-
/** @nocollapse */ DaffFeatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, declarations: [DaffFeatureComponent,
|
|
5343
|
-
DaffFeatureTitleDirective,
|
|
5344
|
-
DaffFeatureSubtitleDirective,
|
|
5345
|
-
DaffFeatureIconDirective,
|
|
5346
|
-
DaffFeatureSubheaderDirective], imports: [CommonModule], exports: [DaffFeatureComponent,
|
|
5347
|
-
DaffFeatureTitleDirective,
|
|
5348
|
-
DaffFeatureSubtitleDirective,
|
|
5349
|
-
DaffFeatureIconDirective,
|
|
5350
|
-
DaffFeatureSubheaderDirective] });
|
|
5351
|
-
/** @nocollapse */ DaffFeatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, imports: [[
|
|
5352
|
-
CommonModule,
|
|
5353
|
-
]] });
|
|
5354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, decorators: [{
|
|
5355
|
-
type: NgModule,
|
|
5356
|
-
args: [{
|
|
5357
|
-
imports: [
|
|
5358
|
-
CommonModule,
|
|
5359
|
-
],
|
|
5360
|
-
declarations: [
|
|
5361
|
-
DaffFeatureComponent,
|
|
5362
|
-
DaffFeatureTitleDirective,
|
|
5363
|
-
DaffFeatureSubtitleDirective,
|
|
5364
|
-
DaffFeatureIconDirective,
|
|
5365
|
-
DaffFeatureSubheaderDirective,
|
|
5366
|
-
],
|
|
5367
|
-
exports: [
|
|
5368
|
-
DaffFeatureComponent,
|
|
5369
|
-
DaffFeatureTitleDirective,
|
|
5370
|
-
DaffFeatureSubtitleDirective,
|
|
5371
|
-
DaffFeatureIconDirective,
|
|
5372
|
-
DaffFeatureSubheaderDirective,
|
|
5373
|
-
],
|
|
5374
|
-
}]
|
|
5375
|
-
}] });
|
|
5376
|
-
|
|
5377
|
-
class DaffCardActionsDirective {
|
|
5378
|
-
constructor() {
|
|
5379
|
-
/**
|
|
5380
|
-
* @docs-private
|
|
5381
|
-
*/
|
|
5382
|
-
this.class = true;
|
|
5383
|
-
}
|
|
5384
|
-
}
|
|
5385
|
-
/** @nocollapse */ DaffCardActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5386
|
-
/** @nocollapse */ DaffCardActionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCardActionsDirective, selector: "[daffCardActions]", host: { properties: { "class.daff-card__actions": "this.class" } }, ngImport: i0 });
|
|
5387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardActionsDirective, decorators: [{
|
|
5388
|
-
type: Directive,
|
|
5389
|
-
args: [{
|
|
5390
|
-
selector: '[daffCardActions]',
|
|
5391
|
-
}]
|
|
5392
|
-
}], propDecorators: { class: [{
|
|
5393
|
-
type: HostBinding,
|
|
5394
|
-
args: ['class.daff-card__actions']
|
|
5395
|
-
}] } });
|
|
5396
|
-
|
|
5397
|
-
class DaffCardContentDirective {
|
|
5280
|
+
class DaffFeatureIconDirective {
|
|
5398
5281
|
constructor() {
|
|
5399
5282
|
/**
|
|
5400
5283
|
* @docs-private
|
|
@@ -5402,19 +5285,19 @@ class DaffCardContentDirective {
|
|
|
5402
5285
|
this.class = true;
|
|
5403
5286
|
}
|
|
5404
5287
|
}
|
|
5405
|
-
/** @nocollapse */
|
|
5406
|
-
/** @nocollapse */
|
|
5407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5288
|
+
/** @nocollapse */ DaffFeatureIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5289
|
+
/** @nocollapse */ DaffFeatureIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureIconDirective, selector: "[daffFeatureIcon]", host: { properties: { "class.daff-feature__icon": "this.class" } }, ngImport: i0 });
|
|
5290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureIconDirective, decorators: [{
|
|
5408
5291
|
type: Directive,
|
|
5409
5292
|
args: [{
|
|
5410
|
-
selector: '[
|
|
5293
|
+
selector: '[daffFeatureIcon]',
|
|
5411
5294
|
}]
|
|
5412
5295
|
}], propDecorators: { class: [{
|
|
5413
5296
|
type: HostBinding,
|
|
5414
|
-
args: ['class.daff-
|
|
5297
|
+
args: ['class.daff-feature__icon']
|
|
5415
5298
|
}] } });
|
|
5416
5299
|
|
|
5417
|
-
class
|
|
5300
|
+
class DaffFeatureSubheaderDirective {
|
|
5418
5301
|
constructor() {
|
|
5419
5302
|
/**
|
|
5420
5303
|
* @docs-private
|
|
@@ -5422,19 +5305,19 @@ class DaffCardIconDirective {
|
|
|
5422
5305
|
this.class = true;
|
|
5423
5306
|
}
|
|
5424
5307
|
}
|
|
5425
|
-
/** @nocollapse */
|
|
5426
|
-
/** @nocollapse */
|
|
5427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5308
|
+
/** @nocollapse */ DaffFeatureSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5309
|
+
/** @nocollapse */ DaffFeatureSubheaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureSubheaderDirective, selector: "[daffFeatureSubheader]", host: { properties: { "class.daff-feature__subheader": "this.class" } }, ngImport: i0 });
|
|
5310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubheaderDirective, decorators: [{
|
|
5428
5311
|
type: Directive,
|
|
5429
5312
|
args: [{
|
|
5430
|
-
selector: '[
|
|
5313
|
+
selector: '[daffFeatureSubheader]',
|
|
5431
5314
|
}]
|
|
5432
5315
|
}], propDecorators: { class: [{
|
|
5433
5316
|
type: HostBinding,
|
|
5434
|
-
args: ['class.daff-
|
|
5317
|
+
args: ['class.daff-feature__subheader']
|
|
5435
5318
|
}] } });
|
|
5436
5319
|
|
|
5437
|
-
class
|
|
5320
|
+
class DaffFeatureSubtitleDirective {
|
|
5438
5321
|
constructor() {
|
|
5439
5322
|
/**
|
|
5440
5323
|
* @docs-private
|
|
@@ -5442,19 +5325,19 @@ class DaffCardImageDirective {
|
|
|
5442
5325
|
this.class = true;
|
|
5443
5326
|
}
|
|
5444
5327
|
}
|
|
5445
|
-
/** @nocollapse */
|
|
5446
|
-
/** @nocollapse */
|
|
5447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5328
|
+
/** @nocollapse */ DaffFeatureSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5329
|
+
/** @nocollapse */ DaffFeatureSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureSubtitleDirective, selector: "[daffFeatureSubtitle]", host: { properties: { "class.daff-feature__subtitle": "this.class" } }, ngImport: i0 });
|
|
5330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubtitleDirective, decorators: [{
|
|
5448
5331
|
type: Directive,
|
|
5449
5332
|
args: [{
|
|
5450
|
-
selector: '[
|
|
5333
|
+
selector: '[daffFeatureSubtitle]',
|
|
5451
5334
|
}]
|
|
5452
5335
|
}], propDecorators: { class: [{
|
|
5453
5336
|
type: HostBinding,
|
|
5454
|
-
args: ['class.daff-
|
|
5337
|
+
args: ['class.daff-feature__subtitle']
|
|
5455
5338
|
}] } });
|
|
5456
5339
|
|
|
5457
|
-
class
|
|
5340
|
+
class DaffFeatureTitleDirective {
|
|
5458
5341
|
constructor() {
|
|
5459
5342
|
/**
|
|
5460
5343
|
* @docs-private
|
|
@@ -5462,37 +5345,53 @@ class DaffCardTaglineDirective {
|
|
|
5462
5345
|
this.class = true;
|
|
5463
5346
|
}
|
|
5464
5347
|
}
|
|
5465
|
-
/** @nocollapse */
|
|
5466
|
-
/** @nocollapse */
|
|
5467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5348
|
+
/** @nocollapse */ DaffFeatureTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5349
|
+
/** @nocollapse */ DaffFeatureTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureTitleDirective, selector: "[daffFeatureTitle]", host: { properties: { "class.daff-feature__title": "this.class" } }, ngImport: i0 });
|
|
5350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureTitleDirective, decorators: [{
|
|
5468
5351
|
type: Directive,
|
|
5469
5352
|
args: [{
|
|
5470
|
-
selector: '[
|
|
5353
|
+
selector: '[daffFeatureTitle]',
|
|
5471
5354
|
}]
|
|
5472
5355
|
}], propDecorators: { class: [{
|
|
5473
5356
|
type: HostBinding,
|
|
5474
|
-
args: ['class.daff-
|
|
5357
|
+
args: ['class.daff-feature__title']
|
|
5475
5358
|
}] } });
|
|
5476
5359
|
|
|
5477
|
-
class
|
|
5478
|
-
constructor() {
|
|
5479
|
-
/**
|
|
5480
|
-
* @docs-private
|
|
5481
|
-
*/
|
|
5482
|
-
this.class = true;
|
|
5483
|
-
}
|
|
5360
|
+
class DaffFeatureModule {
|
|
5484
5361
|
}
|
|
5485
|
-
/** @nocollapse */
|
|
5486
|
-
/** @nocollapse */
|
|
5487
|
-
|
|
5488
|
-
|
|
5362
|
+
/** @nocollapse */ DaffFeatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5363
|
+
/** @nocollapse */ DaffFeatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, declarations: [DaffFeatureComponent,
|
|
5364
|
+
DaffFeatureTitleDirective,
|
|
5365
|
+
DaffFeatureSubtitleDirective,
|
|
5366
|
+
DaffFeatureIconDirective,
|
|
5367
|
+
DaffFeatureSubheaderDirective], imports: [CommonModule], exports: [DaffFeatureComponent,
|
|
5368
|
+
DaffFeatureTitleDirective,
|
|
5369
|
+
DaffFeatureSubtitleDirective,
|
|
5370
|
+
DaffFeatureIconDirective,
|
|
5371
|
+
DaffFeatureSubheaderDirective] });
|
|
5372
|
+
/** @nocollapse */ DaffFeatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, imports: [CommonModule] });
|
|
5373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, decorators: [{
|
|
5374
|
+
type: NgModule,
|
|
5489
5375
|
args: [{
|
|
5490
|
-
|
|
5376
|
+
imports: [
|
|
5377
|
+
CommonModule,
|
|
5378
|
+
],
|
|
5379
|
+
declarations: [
|
|
5380
|
+
DaffFeatureComponent,
|
|
5381
|
+
DaffFeatureTitleDirective,
|
|
5382
|
+
DaffFeatureSubtitleDirective,
|
|
5383
|
+
DaffFeatureIconDirective,
|
|
5384
|
+
DaffFeatureSubheaderDirective,
|
|
5385
|
+
],
|
|
5386
|
+
exports: [
|
|
5387
|
+
DaffFeatureComponent,
|
|
5388
|
+
DaffFeatureTitleDirective,
|
|
5389
|
+
DaffFeatureSubtitleDirective,
|
|
5390
|
+
DaffFeatureIconDirective,
|
|
5391
|
+
DaffFeatureSubheaderDirective,
|
|
5392
|
+
],
|
|
5491
5393
|
}]
|
|
5492
|
-
}]
|
|
5493
|
-
type: HostBinding,
|
|
5494
|
-
args: ['class.daff-card__title']
|
|
5495
|
-
}] } });
|
|
5394
|
+
}] });
|
|
5496
5395
|
|
|
5497
5396
|
var DaffCardTypeEnum;
|
|
5498
5397
|
(function (DaffCardTypeEnum) {
|
|
@@ -5580,16 +5479,16 @@ class DaffCardComponent extends _daffCardBase {
|
|
|
5580
5479
|
return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));
|
|
5581
5480
|
}
|
|
5582
5481
|
}
|
|
5583
|
-
/** @nocollapse */ DaffCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5584
|
-
/** @nocollapse */ DaffCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5482
|
+
/** @nocollapse */ DaffCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5483
|
+
/** @nocollapse */ DaffCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardComponent, selector: "daff-card,daff-raised-card,daff-stroked-card,a[daff-card],a[daff-raised-card],a[daff-stroked-card]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.daff-card": "this.class", "class.daff-card--vertical": "this.verticalClass", "class.daff-card--horizontal": "this.horizontalClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"[daffCardImage]\"></ng-content>\n<div class=\"daff-card__wrapper\">\n\t<div class=\"daff-card__body\">\n\t\t<ng-content select=\"[daffCardIcon]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTagline]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTitle]\"></ng-content>\n\t\t<ng-content select=\"[daffCardContent]\"></ng-content>\n\t</div>\n\t<ng-content select=\"[daffCardActions]\"></ng-content>\n</div>", styles: [".daff-card{display:flex;border-radius:8px;position:relative}.daff-card__image{display:inline-block;width:100%}.daff-card--vertical{flex-direction:column}.daff-card--vertical .daff-card__image,.daff-card--vertical .daff-card__image img{border-top-left-radius:7px;border-top-right-radius:7px}.daff-card--horizontal{flex-wrap:wrap}@media (min-width: 480px){.daff-card--horizontal{flex-direction:row;flex-wrap:nowrap}}.daff-card--horizontal .daff-card__image{border-top-left-radius:7px;border-bottom-left-radius:7px}.daff-card--horizontal .daff-card__image img{border-top-left-radius:7px;border-bottom-left-radius:7px;object-fit:cover;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;padding:0;margin:0 0 .25rem}.daff-card__title{font-weight:700;font-size:1.375rem;line-height:1.5rem;margin:0 0 1rem}@media (min-width: 480px){.daff-card__title{font-size:1.5rem;line-height:1.75rem}}.daff-card__body{padding:1.5rem;position:relative;z-index:2}.daff-card__content p:first-of-type{margin-top:0}.daff-card__content p:last-of-type{margin-bottom:0}.daff-card__actions{padding:0 1.5rem 1.5rem}a.daff-card,a.daff-raised-card,a.daff-stroked-card{text-decoration:none}a.daff-card .daff-card__wrapper,a.daff-raised-card .daff-card__wrapper,a.daff-stroked-card .daff-card__wrapper{position:relative}a.daff-card .daff-card__wrapper:after,a.daff-raised-card .daff-card__wrapper:after,a.daff-stroked-card .daff-card__wrapper:after{content:\"\";position:absolute;border-bottom-left-radius:7px;border-bottom-right-radius:7px;left:0;top:0;height:100%;width:100%;opacity:0;transition:opacity .3s;z-index:1}a.daff-card:hover .daff-card__wrapper:after,a.daff-card:focus .daff-card__wrapper:after,a.daff-card:active .daff-card__wrapper:after,a.daff-raised-card:hover .daff-card__wrapper:after,a.daff-raised-card:focus .daff-card__wrapper:after,a.daff-raised-card:active .daff-card__wrapper:after,a.daff-stroked-card:hover .daff-card__wrapper:after,a.daff-stroked-card:focus .daff-card__wrapper:after,a.daff-stroked-card:active .daff-card__wrapper:after{opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
5484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardComponent, decorators: [{
|
|
5586
5485
|
type: Component,
|
|
5587
5486
|
args: [{ selector: 'daff-card' + ',' +
|
|
5588
5487
|
'daff-raised-card' + ',' +
|
|
5589
5488
|
'daff-stroked-card' + ',' +
|
|
5590
5489
|
'a[daff-card]' + ',' +
|
|
5591
5490
|
'a[daff-raised-card]' + ',' +
|
|
5592
|
-
'a[daff-stroked-card]', encapsulation: ViewEncapsulation.None, inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[daffCardImage]\"></ng-content>\n<div class=\"daff-card__wrapper\">\n\t<div class=\"daff-card__body\">\n\t\t<ng-content select=\"[daffCardIcon]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTagline]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTitle]\"></ng-content>\n\t\t<ng-content select=\"[daffCardContent]\"></ng-content>\n\t</div>\n\t<ng-content select=\"[daffCardActions]\"></ng-content>\n</div>", styles: [".daff-card{display:flex;border-radius:8px}.daff-card__image{display:inline-block;width:100%}.daff-card--vertical{flex-direction:column}.daff-card--vertical .daff-card__image,.daff-card--vertical .daff-card__image img{border-top-left-radius:7px;border-top-right-radius:7px}.daff-card--horizontal{flex-wrap:wrap}@media (min-width: 480px){.daff-card--horizontal{flex-direction:row;flex-wrap:nowrap}}.daff-card--horizontal .daff-card__image{border-top-left-radius:7px;border-bottom-left-radius:7px}.daff-card--horizontal .daff-card__image img{border-top-left-radius:7px;border-bottom-left-radius:7px;object-fit:cover;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;padding:0;margin:0 0 .25rem}.daff-card__title{font-weight:700;font-size:1.375rem;line-height:1.5rem;margin:0 0 1rem}@media (min-width: 480px){.daff-card__title{font-size:1.5rem;line-height:1.75rem}}.daff-card__body{padding:1.5rem}.daff-card__content p:first-of-type{margin-top:0}.daff-card__content p:last-of-type{margin-bottom:0}.daff-card__actions{padding:0 1.5rem 1.5rem}a.daff-card,a.daff-raised-card,a.daff-stroked-card{text-decoration:none;transition:
|
|
5491
|
+
'a[daff-stroked-card]', encapsulation: ViewEncapsulation.None, inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[daffCardImage]\"></ng-content>\n<div class=\"daff-card__wrapper\">\n\t<div class=\"daff-card__body\">\n\t\t<ng-content select=\"[daffCardIcon]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTagline]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTitle]\"></ng-content>\n\t\t<ng-content select=\"[daffCardContent]\"></ng-content>\n\t</div>\n\t<ng-content select=\"[daffCardActions]\"></ng-content>\n</div>", styles: [".daff-card{display:flex;border-radius:8px;position:relative}.daff-card__image{display:inline-block;width:100%}.daff-card--vertical{flex-direction:column}.daff-card--vertical .daff-card__image,.daff-card--vertical .daff-card__image img{border-top-left-radius:7px;border-top-right-radius:7px}.daff-card--horizontal{flex-wrap:wrap}@media (min-width: 480px){.daff-card--horizontal{flex-direction:row;flex-wrap:nowrap}}.daff-card--horizontal .daff-card__image{border-top-left-radius:7px;border-bottom-left-radius:7px}.daff-card--horizontal .daff-card__image img{border-top-left-radius:7px;border-bottom-left-radius:7px;object-fit:cover;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;padding:0;margin:0 0 .25rem}.daff-card__title{font-weight:700;font-size:1.375rem;line-height:1.5rem;margin:0 0 1rem}@media (min-width: 480px){.daff-card__title{font-size:1.5rem;line-height:1.75rem}}.daff-card__body{padding:1.5rem;position:relative;z-index:2}.daff-card__content p:first-of-type{margin-top:0}.daff-card__content p:last-of-type{margin-bottom:0}.daff-card__actions{padding:0 1.5rem 1.5rem}a.daff-card,a.daff-raised-card,a.daff-stroked-card{text-decoration:none}a.daff-card .daff-card__wrapper,a.daff-raised-card .daff-card__wrapper,a.daff-stroked-card .daff-card__wrapper{position:relative}a.daff-card .daff-card__wrapper:after,a.daff-raised-card .daff-card__wrapper:after,a.daff-stroked-card .daff-card__wrapper:after{content:\"\";position:absolute;border-bottom-left-radius:7px;border-bottom-right-radius:7px;left:0;top:0;height:100%;width:100%;opacity:0;transition:opacity .3s;z-index:1}a.daff-card:hover .daff-card__wrapper:after,a.daff-card:focus .daff-card__wrapper:after,a.daff-card:active .daff-card__wrapper:after,a.daff-raised-card:hover .daff-card__wrapper:after,a.daff-raised-card:focus .daff-card__wrapper:after,a.daff-raised-card:active .daff-card__wrapper:after,a.daff-stroked-card:hover .daff-card__wrapper:after,a.daff-stroked-card:focus .daff-card__wrapper:after,a.daff-stroked-card:active .daff-card__wrapper:after{opacity:1}\n"] }]
|
|
5593
5492
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { orientation: [{
|
|
5594
5493
|
type: Input
|
|
5595
5494
|
}], class: [{
|
|
@@ -5603,10 +5502,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5603
5502
|
args: ['class.daff-card--horizontal']
|
|
5604
5503
|
}] } });
|
|
5605
5504
|
|
|
5505
|
+
class DaffCardActionsDirective {
|
|
5506
|
+
constructor() {
|
|
5507
|
+
/**
|
|
5508
|
+
* @docs-private
|
|
5509
|
+
*/
|
|
5510
|
+
this.class = true;
|
|
5511
|
+
}
|
|
5512
|
+
}
|
|
5513
|
+
/** @nocollapse */ DaffCardActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5514
|
+
/** @nocollapse */ DaffCardActionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardActionsDirective, selector: "[daffCardActions]", host: { properties: { "class.daff-card__actions": "this.class" } }, ngImport: i0 });
|
|
5515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardActionsDirective, decorators: [{
|
|
5516
|
+
type: Directive,
|
|
5517
|
+
args: [{
|
|
5518
|
+
selector: '[daffCardActions]',
|
|
5519
|
+
}]
|
|
5520
|
+
}], propDecorators: { class: [{
|
|
5521
|
+
type: HostBinding,
|
|
5522
|
+
args: ['class.daff-card__actions']
|
|
5523
|
+
}] } });
|
|
5524
|
+
|
|
5525
|
+
class DaffCardContentDirective {
|
|
5526
|
+
constructor() {
|
|
5527
|
+
/**
|
|
5528
|
+
* @docs-private
|
|
5529
|
+
*/
|
|
5530
|
+
this.class = true;
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
5533
|
+
/** @nocollapse */ DaffCardContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5534
|
+
/** @nocollapse */ DaffCardContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardContentDirective, selector: "[daffCardContent]", host: { properties: { "class.daff-card__content": "this.class" } }, ngImport: i0 });
|
|
5535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardContentDirective, decorators: [{
|
|
5536
|
+
type: Directive,
|
|
5537
|
+
args: [{
|
|
5538
|
+
selector: '[daffCardContent]',
|
|
5539
|
+
}]
|
|
5540
|
+
}], propDecorators: { class: [{
|
|
5541
|
+
type: HostBinding,
|
|
5542
|
+
args: ['class.daff-card__content']
|
|
5543
|
+
}] } });
|
|
5544
|
+
|
|
5545
|
+
class DaffCardIconDirective {
|
|
5546
|
+
constructor() {
|
|
5547
|
+
/**
|
|
5548
|
+
* @docs-private
|
|
5549
|
+
*/
|
|
5550
|
+
this.class = true;
|
|
5551
|
+
}
|
|
5552
|
+
}
|
|
5553
|
+
/** @nocollapse */ DaffCardIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5554
|
+
/** @nocollapse */ DaffCardIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardIconDirective, selector: "[daffCardIcon]", host: { properties: { "class.daff-card__icon": "this.class" } }, ngImport: i0 });
|
|
5555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardIconDirective, decorators: [{
|
|
5556
|
+
type: Directive,
|
|
5557
|
+
args: [{
|
|
5558
|
+
selector: '[daffCardIcon]',
|
|
5559
|
+
}]
|
|
5560
|
+
}], propDecorators: { class: [{
|
|
5561
|
+
type: HostBinding,
|
|
5562
|
+
args: ['class.daff-card__icon']
|
|
5563
|
+
}] } });
|
|
5564
|
+
|
|
5565
|
+
class DaffCardImageDirective {
|
|
5566
|
+
constructor() {
|
|
5567
|
+
/**
|
|
5568
|
+
* @docs-private
|
|
5569
|
+
*/
|
|
5570
|
+
this.class = true;
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5573
|
+
/** @nocollapse */ DaffCardImageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardImageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5574
|
+
/** @nocollapse */ DaffCardImageDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardImageDirective, selector: "[daffCardImage]", host: { properties: { "class.daff-card__image": "this.class" } }, ngImport: i0 });
|
|
5575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardImageDirective, decorators: [{
|
|
5576
|
+
type: Directive,
|
|
5577
|
+
args: [{
|
|
5578
|
+
selector: '[daffCardImage]',
|
|
5579
|
+
}]
|
|
5580
|
+
}], propDecorators: { class: [{
|
|
5581
|
+
type: HostBinding,
|
|
5582
|
+
args: ['class.daff-card__image']
|
|
5583
|
+
}] } });
|
|
5584
|
+
|
|
5585
|
+
class DaffCardTaglineDirective {
|
|
5586
|
+
constructor() {
|
|
5587
|
+
/**
|
|
5588
|
+
* @docs-private
|
|
5589
|
+
*/
|
|
5590
|
+
this.class = true;
|
|
5591
|
+
}
|
|
5592
|
+
}
|
|
5593
|
+
/** @nocollapse */ DaffCardTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5594
|
+
/** @nocollapse */ DaffCardTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardTaglineDirective, selector: "[daffCardTagline]", host: { properties: { "class.daff-card__tagline": "this.class" } }, ngImport: i0 });
|
|
5595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTaglineDirective, decorators: [{
|
|
5596
|
+
type: Directive,
|
|
5597
|
+
args: [{
|
|
5598
|
+
selector: '[daffCardTagline]',
|
|
5599
|
+
}]
|
|
5600
|
+
}], propDecorators: { class: [{
|
|
5601
|
+
type: HostBinding,
|
|
5602
|
+
args: ['class.daff-card__tagline']
|
|
5603
|
+
}] } });
|
|
5604
|
+
|
|
5605
|
+
class DaffCardTitleDirective {
|
|
5606
|
+
constructor() {
|
|
5607
|
+
/**
|
|
5608
|
+
* @docs-private
|
|
5609
|
+
*/
|
|
5610
|
+
this.class = true;
|
|
5611
|
+
}
|
|
5612
|
+
}
|
|
5613
|
+
/** @nocollapse */ DaffCardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5614
|
+
/** @nocollapse */ DaffCardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardTitleDirective, selector: "[daffCardTitle]", host: { properties: { "class.daff-card__title": "this.class" } }, ngImport: i0 });
|
|
5615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTitleDirective, decorators: [{
|
|
5616
|
+
type: Directive,
|
|
5617
|
+
args: [{
|
|
5618
|
+
selector: '[daffCardTitle]',
|
|
5619
|
+
}]
|
|
5620
|
+
}], propDecorators: { class: [{
|
|
5621
|
+
type: HostBinding,
|
|
5622
|
+
args: ['class.daff-card__title']
|
|
5623
|
+
}] } });
|
|
5624
|
+
|
|
5606
5625
|
class DaffCardModule {
|
|
5607
5626
|
}
|
|
5608
|
-
/** @nocollapse */ DaffCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5609
|
-
/** @nocollapse */ DaffCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
5627
|
+
/** @nocollapse */ DaffCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5628
|
+
/** @nocollapse */ DaffCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, declarations: [DaffCardComponent,
|
|
5610
5629
|
DaffCardIconDirective,
|
|
5611
5630
|
DaffCardImageDirective,
|
|
5612
5631
|
DaffCardTaglineDirective,
|
|
@@ -5619,10 +5638,8 @@ class DaffCardModule {
|
|
|
5619
5638
|
DaffCardTitleDirective,
|
|
5620
5639
|
DaffCardContentDirective,
|
|
5621
5640
|
DaffCardActionsDirective] });
|
|
5622
|
-
/** @nocollapse */ DaffCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5623
|
-
|
|
5624
|
-
]] });
|
|
5625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardModule, decorators: [{
|
|
5641
|
+
/** @nocollapse */ DaffCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, imports: [CommonModule] });
|
|
5642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, decorators: [{
|
|
5626
5643
|
type: NgModule,
|
|
5627
5644
|
args: [{
|
|
5628
5645
|
imports: [
|
|
@@ -5732,9 +5749,9 @@ class DaffOsThemeService {
|
|
|
5732
5749
|
return this.preference$;
|
|
5733
5750
|
}
|
|
5734
5751
|
}
|
|
5735
|
-
/** @nocollapse */ DaffOsThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5736
|
-
/** @nocollapse */ DaffOsThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5752
|
+
/** @nocollapse */ DaffOsThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5753
|
+
/** @nocollapse */ DaffOsThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, providedIn: 'root' });
|
|
5754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, decorators: [{
|
|
5738
5755
|
type: Injectable,
|
|
5739
5756
|
args: [{
|
|
5740
5757
|
providedIn: 'root',
|
|
@@ -5791,9 +5808,9 @@ class DaffThemeStorageService {
|
|
|
5791
5808
|
this.storage.removeItem(THEME_STORAGE_KEY);
|
|
5792
5809
|
}
|
|
5793
5810
|
}
|
|
5794
|
-
/** @nocollapse */ DaffThemeStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5795
|
-
/** @nocollapse */ DaffThemeStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5811
|
+
/** @nocollapse */ DaffThemeStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, deps: [{ token: DaffServerSafePersistenceServiceToken }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5812
|
+
/** @nocollapse */ DaffThemeStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, providedIn: 'root' });
|
|
5813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, decorators: [{
|
|
5797
5814
|
type: Injectable,
|
|
5798
5815
|
args: [{
|
|
5799
5816
|
providedIn: 'root',
|
|
@@ -5850,9 +5867,9 @@ class DaffThemingService {
|
|
|
5850
5867
|
: this.darkMode();
|
|
5851
5868
|
}
|
|
5852
5869
|
}
|
|
5853
|
-
/** @nocollapse */ DaffThemingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5854
|
-
/** @nocollapse */ DaffThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5870
|
+
/** @nocollapse */ DaffThemingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, deps: [{ token: DaffOsThemeService }, { token: DaffThemeStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5871
|
+
/** @nocollapse */ DaffThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, providedIn: 'root' });
|
|
5872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, decorators: [{
|
|
5856
5873
|
type: Injectable,
|
|
5857
5874
|
args: [{
|
|
5858
5875
|
providedIn: 'root',
|
|
@@ -5897,9 +5914,9 @@ class DaffThemeClassSetterService {
|
|
|
5897
5914
|
this.renderer.removeClass(this.doc.body, DAFF_THEME_DARK_CSS_CLASS);
|
|
5898
5915
|
}
|
|
5899
5916
|
}
|
|
5900
|
-
/** @nocollapse */ DaffThemeClassSetterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5901
|
-
/** @nocollapse */ DaffThemeClassSetterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5917
|
+
/** @nocollapse */ DaffThemeClassSetterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService, deps: [{ token: DOCUMENT }, { token: i0.RendererFactory2 }, { token: DaffThemingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5918
|
+
/** @nocollapse */ DaffThemeClassSetterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService });
|
|
5919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService, decorators: [{
|
|
5903
5920
|
type: Injectable
|
|
5904
5921
|
}], ctorParameters: function () {
|
|
5905
5922
|
return [{ type: undefined, decorators: [{
|
|
@@ -5928,10 +5945,11 @@ const DAFF_THEME_INITIALIZER = [
|
|
|
5928
5945
|
/*
|
|
5929
5946
|
* Public API Surface of @daffodil/design
|
|
5930
5947
|
*/
|
|
5948
|
+
// Atoms
|
|
5931
5949
|
|
|
5932
5950
|
/**
|
|
5933
5951
|
* Generated bundle index. Do not edit.
|
|
5934
5952
|
*/
|
|
5935
5953
|
|
|
5936
|
-
export { DAFF_THEME_INITIALIZER, DaffAccordionComponent, DaffAccordionItemComponent, DaffAccordionItemContentDirective, DaffAccordionItemTitleDirective, DaffAccordionModule, DaffArticleComponent, DaffArticleLeadDirective, DaffArticleMetaDirective, DaffArticleModule, DaffArticleTitleDirective, DaffBackdropComponent, DaffBackdropModule, DaffBreakpoints, DaffButtonComponent, DaffButtonModule, DaffButtonSetComponent, DaffButtonSetModule, DaffCalloutBodyDirective, DaffCalloutComponent, DaffCalloutIconDirective, DaffCalloutLayoutEnum, DaffCalloutModule, DaffCalloutSizeEnum, DaffCalloutSubtitleDirective, DaffCalloutTaglineDirective, DaffCalloutTitleDirective, DaffCardActionsDirective, DaffCardComponent, DaffCardContentDirective, DaffCardIconDirective, DaffCardImageDirective, DaffCardModule, DaffCardOrientationEnum, DaffCardTaglineDirective, DaffCardTitleDirective, DaffCheckboxComponent, DaffCheckboxControlValueAccessorDirective, DaffCheckboxModule, DaffCheckboxSetComponent, DaffContainerComponent, DaffContainerModule, DaffErrorMessageComponent, DaffErrorMessageModule, DaffErrorStateMatcher, DaffFeatureComponent, DaffFeatureIconDirective, DaffFeatureModeEnum, DaffFeatureModule, DaffFeatureSubheaderDirective, DaffFeatureSubtitleDirective, DaffFeatureTitleDirective, DaffFormFieldComponent, DaffFormFieldControl, DaffFormFieldModule, DaffFormLabelDirective, DaffFormLabelModule, DaffGalleryImageComponent, DaffHeroBodyDirective, DaffHeroComponent, DaffHeroIconDirective, DaffHeroLayoutEnum, DaffHeroModule, DaffHeroSizeEnum, DaffHeroSubtitleDirective, DaffHeroTaglineDirective, DaffHeroTitleDirective, DaffImageComponent, DaffImageGalleryComponent, DaffImageGalleryModule, DaffImageListComponent, DaffImageListModule, DaffImageModule, DaffInputComponent, DaffInputModule, DaffLinkSetComponent, DaffLinkSetHeadingDirective, DaffLinkSetItemComponent, DaffLinkSetModule, DaffLinkSetSubheadingDirective, DaffListComponent, DaffListItemComponent, DaffListModeEnum, DaffListModule, DaffListSubheaderDirective, DaffLoadingIconComponent, DaffLoadingIconModule, DaffMediaGalleryComponent, DaffMediaGalleryModule, DaffMenuActivatorDirective, DaffMenuComponent, DaffMenuItemComponent, DaffMenuModule, DaffMenuService, DaffModalActionsComponent, DaffModalComponent, DaffModalContentComponent, DaffModalHeaderComponent, DaffModalModule, DaffModalService, DaffModalTitleDirective, DaffNativeSelectComponent, DaffNativeSelectModule, DaffNavAccordionItemComponent, DaffNavbarComponent, DaffNavbarModule, DaffPaginatorComponent, DaffPaginatorModule, DaffPrefixDirective, DaffPrefixSuffixModule, DaffProgressIndicatorComponent, DaffProgressIndicatorModule, DaffQtyDropdownComponent, DaffQtyDropdownModule, DaffQuantityFieldComponent, DaffQuantityFieldModule, DaffQuantityInputComponent, DaffQuantitySelectComponent, DaffRadioComponent, DaffRadioControlValueAccessorDirective, DaffRadioModule, DaffRadioSetComponent, DaffSidebarComponent, DaffSidebarModule, DaffSidebarViewportComponent, DaffStatusEnum, DaffSuffixDirective, DaffTextAlignmentEnum, DaffTheme, DaffThemingService, DaffThumbnailDirective, daffArticleEncapsulatedMixin, daffColorMixin, daffCompactableMixin, daffFocusableElementsSelector, daffManageContainerLayoutMixin, daffMenuCreateOverlay, daffPrefixableMixin, daffStatusMixin, daffSuffixableMixin, daffThumbnailCompatToken };
|
|
5954
|
+
export { DAFF_THEME_INITIALIZER, DaffAccordionComponent, DaffAccordionItemComponent, DaffAccordionItemContentDirective, DaffAccordionItemTitleDirective, DaffAccordionModule, DaffArticleComponent, DaffArticleLeadDirective, DaffArticleMetaDirective, DaffArticleModule, DaffArticleTitleDirective, DaffBackdropComponent, DaffBackdropModule, DaffBreakpoints, DaffButtonComponent, DaffButtonModule, DaffButtonSetComponent, DaffButtonSetModule, DaffCalloutBodyDirective, DaffCalloutComponent, DaffCalloutIconDirective, DaffCalloutLayoutEnum, DaffCalloutModule, DaffCalloutSizeEnum, DaffCalloutSubtitleDirective, DaffCalloutTaglineDirective, DaffCalloutTitleDirective, DaffCardActionsDirective, DaffCardComponent, DaffCardContentDirective, DaffCardIconDirective, DaffCardImageDirective, DaffCardModule, DaffCardOrientationEnum, DaffCardTaglineDirective, DaffCardTitleDirective, DaffCheckboxComponent, DaffCheckboxControlValueAccessorDirective, DaffCheckboxModule, DaffCheckboxSetComponent, DaffContainerComponent, DaffContainerModule, DaffErrorMessageComponent, DaffErrorMessageModule, DaffErrorStateMatcher, DaffFeatureComponent, DaffFeatureIconDirective, DaffFeatureModeEnum, DaffFeatureModule, DaffFeatureSubheaderDirective, DaffFeatureSubtitleDirective, DaffFeatureTitleDirective, DaffFocusStackService, DaffFormFieldComponent, DaffFormFieldControl, DaffFormFieldModule, DaffFormLabelDirective, DaffFormLabelModule, DaffGalleryImageComponent, DaffHeroBodyDirective, DaffHeroComponent, DaffHeroIconDirective, DaffHeroLayoutEnum, DaffHeroModule, DaffHeroSizeEnum, DaffHeroSubtitleDirective, DaffHeroTaglineDirective, DaffHeroTitleDirective, DaffImageComponent, DaffImageGalleryComponent, DaffImageGalleryModule, DaffImageListComponent, DaffImageListModule, DaffImageModule, DaffInputComponent, DaffInputModule, DaffLinkSetComponent, DaffLinkSetHeadingDirective, DaffLinkSetItemComponent, DaffLinkSetModule, DaffLinkSetSubheadingDirective, DaffListComponent, DaffListItemComponent, DaffListModeEnum, DaffListModule, DaffListSubheaderDirective, DaffLoadingIconComponent, DaffLoadingIconModule, DaffMediaGalleryComponent, DaffMediaGalleryModule, DaffMenuActivatorDirective, DaffMenuComponent, DaffMenuItemComponent, DaffMenuModule, DaffMenuService, DaffModalActionsComponent, DaffModalComponent, DaffModalContentComponent, DaffModalHeaderComponent, DaffModalModule, DaffModalService, DaffModalTitleDirective, DaffNativeSelectComponent, DaffNativeSelectModule, DaffNavAccordionItemComponent, DaffNavbarComponent, DaffNavbarModule, DaffPaginatorComponent, DaffPaginatorModule, DaffPrefixDirective, DaffPrefixSuffixModule, DaffProgressIndicatorComponent, DaffProgressIndicatorModule, DaffQtyDropdownComponent, DaffQtyDropdownModule, DaffQuantityFieldComponent, DaffQuantityFieldModule, DaffQuantityInputComponent, DaffQuantitySelectComponent, DaffRadioComponent, DaffRadioControlValueAccessorDirective, DaffRadioModule, DaffRadioSetComponent, DaffSidebarComponent, DaffSidebarModule, DaffSidebarViewportComponent, DaffStatusEnum, DaffSuffixDirective, DaffTextAlignmentEnum, DaffTheme, DaffThemingService, DaffThumbnailDirective, daffArticleEncapsulatedMixin, daffColorMixin, daffCompactableMixin, daffFocusableElementsSelector, daffManageContainerLayoutMixin, daffMenuCreateOverlay, daffPrefixableMixin, daffStatusMixin, daffSuffixableMixin, daffThumbnailCompatToken };
|
|
5937
5955
|
//# sourceMappingURL=daffodil-design.mjs.map
|