@daffodil/design 0.63.2 → 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/stack.service.d.ts +1 -1
- 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/stack.service.mjs +6 -6
- 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 +3 -3
- 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 +7 -7
- 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 +974 -1032
- 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 +983 -1041
- 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 +1 -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 +1 -1
- 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/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 -15
- 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 * as i1$1 from '@angular/platform-browser';
|
|
10
10
|
import { BehaviorSubject, Subject, map, takeUntil as takeUntil$1, fromEvent, filter, fromEventPattern, of, merge, EMPTY, combineLatest } from 'rxjs';
|
|
11
11
|
import { takeUntil, filter as filter$1, startWith, map as map$1, catchError, shareReplay } from 'rxjs/operators';
|
|
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 * as i1$3 from '@angular/cdk/overlay';
|
|
16
16
|
import { OverlayModule, GlobalPositionStrategy } from '@angular/cdk/overlay';
|
|
@@ -98,9 +98,9 @@ class DaffPrefixDirective {
|
|
|
98
98
|
this.class = true;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
/** @nocollapse */ DaffPrefixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
102
|
-
/** @nocollapse */ DaffPrefixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
101
|
+
/** @nocollapse */ DaffPrefixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
102
|
+
/** @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 });
|
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixDirective, decorators: [{
|
|
104
104
|
type: Directive,
|
|
105
105
|
args: [{
|
|
106
106
|
selector: '[daffPrefix]',
|
|
@@ -120,9 +120,9 @@ class DaffSuffixDirective {
|
|
|
120
120
|
this.class = true;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
/** @nocollapse */ DaffSuffixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
124
|
-
/** @nocollapse */ DaffSuffixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
123
|
+
/** @nocollapse */ DaffSuffixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSuffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
124
|
+
/** @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 });
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSuffixDirective, decorators: [{
|
|
126
126
|
type: Directive,
|
|
127
127
|
args: [{
|
|
128
128
|
selector: '[daffSuffix]',
|
|
@@ -134,12 +134,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
134
134
|
|
|
135
135
|
class DaffPrefixSuffixModule {
|
|
136
136
|
}
|
|
137
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
138
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
137
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
138
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, declarations: [DaffPrefixDirective,
|
|
139
139
|
DaffSuffixDirective], exports: [DaffPrefixDirective,
|
|
140
140
|
DaffSuffixDirective] });
|
|
141
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
141
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule });
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, decorators: [{
|
|
143
143
|
type: NgModule,
|
|
144
144
|
args: [{
|
|
145
145
|
imports: [],
|
|
@@ -163,9 +163,9 @@ function daffSuffixableMixin(Base) {
|
|
|
163
163
|
super(...args);
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
|
-
/** @nocollapse */ SuffixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
167
|
-
/** @nocollapse */ SuffixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
/** @nocollapse */ SuffixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SuffixableDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
167
|
+
/** @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 });
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SuffixableDirective, decorators: [{
|
|
169
169
|
type: Directive
|
|
170
170
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { _suffix: [{
|
|
171
171
|
type: ContentChild,
|
|
@@ -183,9 +183,9 @@ function daffPrefixableMixin(Base) {
|
|
|
183
183
|
super(...args);
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
/** @nocollapse */ PrefixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
187
|
-
/** @nocollapse */ PrefixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
186
|
+
/** @nocollapse */ PrefixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PrefixableDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
187
|
+
/** @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 });
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PrefixableDirective, decorators: [{
|
|
189
189
|
type: Directive
|
|
190
190
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { _prefix: [{
|
|
191
191
|
type: ContentChild,
|
|
@@ -289,9 +289,9 @@ class DaffLoadingIconComponent extends _daffLoadingIconBase {
|
|
|
289
289
|
return this.diameter + 'px';
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
/** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
293
|
-
/** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
292
|
+
/** @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 });
|
|
293
|
+
/** @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 });
|
|
294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, decorators: [{
|
|
295
295
|
type: Component,
|
|
296
296
|
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"] }]
|
|
297
297
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { diameter: [{
|
|
@@ -428,9 +428,9 @@ class DaffButtonComponent extends _daffButtonBase {
|
|
|
428
428
|
return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
/** @nocollapse */ DaffButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
432
|
-
/** @nocollapse */ DaffButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
431
|
+
/** @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 });
|
|
432
|
+
/** @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 });
|
|
433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonComponent, decorators: [{
|
|
434
434
|
type: Component,
|
|
435
435
|
args: [{ selector: '' +
|
|
436
436
|
'button[daff-button]' + ',' +
|
|
@@ -485,12 +485,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
485
485
|
|
|
486
486
|
class DaffLoadingIconModule {
|
|
487
487
|
}
|
|
488
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
489
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
490
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
491
|
-
|
|
492
|
-
]] });
|
|
493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
|
|
488
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
489
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, declarations: [DaffLoadingIconComponent], imports: [CommonModule], exports: [DaffLoadingIconComponent] });
|
|
490
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, imports: [CommonModule] });
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
|
|
494
492
|
type: NgModule,
|
|
495
493
|
args: [{
|
|
496
494
|
imports: [
|
|
@@ -507,17 +505,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
507
505
|
|
|
508
506
|
class DaffButtonModule {
|
|
509
507
|
}
|
|
510
|
-
/** @nocollapse */ DaffButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
511
|
-
/** @nocollapse */ DaffButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
508
|
+
/** @nocollapse */ DaffButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
509
|
+
/** @nocollapse */ DaffButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, declarations: [DaffButtonComponent], imports: [CommonModule,
|
|
512
510
|
DaffPrefixSuffixModule,
|
|
513
511
|
DaffLoadingIconModule], exports: [DaffButtonComponent,
|
|
514
512
|
DaffPrefixSuffixModule] });
|
|
515
|
-
/** @nocollapse */ DaffButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
], DaffPrefixSuffixModule] });
|
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonModule, decorators: [{
|
|
513
|
+
/** @nocollapse */ DaffButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, imports: [CommonModule,
|
|
514
|
+
DaffPrefixSuffixModule,
|
|
515
|
+
DaffLoadingIconModule, DaffPrefixSuffixModule] });
|
|
516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, decorators: [{
|
|
521
517
|
type: NgModule,
|
|
522
518
|
args: [{
|
|
523
519
|
imports: [
|
|
@@ -541,38 +537,6 @@ class DaffErrorStateMatcher {
|
|
|
541
537
|
}
|
|
542
538
|
}
|
|
543
539
|
|
|
544
|
-
class DaffErrorMessageComponent {
|
|
545
|
-
constructor() {
|
|
546
|
-
this.class = true;
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
/** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
550
|
-
/** @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 });
|
|
551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
|
|
552
|
-
type: Component,
|
|
553
|
-
args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
|
|
554
|
-
}], propDecorators: { class: [{
|
|
555
|
-
type: HostBinding,
|
|
556
|
-
args: ['class.daff-error-message']
|
|
557
|
-
}] } });
|
|
558
|
-
|
|
559
|
-
class DaffErrorMessageModule {
|
|
560
|
-
}
|
|
561
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
562
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
|
|
563
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule });
|
|
564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
|
|
565
|
-
type: NgModule,
|
|
566
|
-
args: [{
|
|
567
|
-
exports: [
|
|
568
|
-
DaffErrorMessageComponent,
|
|
569
|
-
],
|
|
570
|
-
declarations: [
|
|
571
|
-
DaffErrorMessageComponent,
|
|
572
|
-
],
|
|
573
|
-
}]
|
|
574
|
-
}] });
|
|
575
|
-
|
|
576
540
|
/**
|
|
577
541
|
*
|
|
578
542
|
* The class that a form control must **implement** in order to be
|
|
@@ -670,9 +634,9 @@ class DaffFormFieldComponent {
|
|
|
670
634
|
this._validateFormControl();
|
|
671
635
|
}
|
|
672
636
|
}
|
|
673
|
-
/** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
674
|
-
/** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
637
|
+
/** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
638
|
+
/** @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 });
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, decorators: [{
|
|
676
640
|
type: Component,
|
|
677
641
|
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"] }]
|
|
678
642
|
}], propDecorators: { class: [{
|
|
@@ -685,19 +649,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
685
649
|
args: [DaffFormFieldControl]
|
|
686
650
|
}] } });
|
|
687
651
|
|
|
652
|
+
class DaffErrorMessageComponent {
|
|
653
|
+
constructor() {
|
|
654
|
+
this.class = true;
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
/** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
658
|
+
/** @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 });
|
|
659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
|
|
660
|
+
type: Component,
|
|
661
|
+
args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
|
|
662
|
+
}], propDecorators: { class: [{
|
|
663
|
+
type: HostBinding,
|
|
664
|
+
args: ['class.daff-error-message']
|
|
665
|
+
}] } });
|
|
666
|
+
|
|
667
|
+
class DaffErrorMessageModule {
|
|
668
|
+
}
|
|
669
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
670
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
|
|
671
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule });
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
|
|
673
|
+
type: NgModule,
|
|
674
|
+
args: [{
|
|
675
|
+
exports: [
|
|
676
|
+
DaffErrorMessageComponent,
|
|
677
|
+
],
|
|
678
|
+
declarations: [
|
|
679
|
+
DaffErrorMessageComponent,
|
|
680
|
+
],
|
|
681
|
+
}]
|
|
682
|
+
}] });
|
|
683
|
+
|
|
688
684
|
class DaffFormFieldModule {
|
|
689
685
|
}
|
|
690
|
-
/** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
691
|
-
/** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
686
|
+
/** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
687
|
+
/** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, declarations: [DaffFormFieldComponent], imports: [CommonModule,
|
|
692
688
|
FontAwesomeModule,
|
|
693
689
|
DaffErrorMessageModule], exports: [DaffFormFieldComponent,
|
|
694
690
|
DaffErrorMessageModule] });
|
|
695
|
-
/** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
], DaffErrorMessageModule] });
|
|
700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, decorators: [{
|
|
691
|
+
/** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, imports: [CommonModule,
|
|
692
|
+
FontAwesomeModule,
|
|
693
|
+
DaffErrorMessageModule, DaffErrorMessageModule] });
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, decorators: [{
|
|
701
695
|
type: NgModule,
|
|
702
696
|
args: [{
|
|
703
697
|
imports: [
|
|
@@ -830,9 +824,9 @@ class DaffMediaGalleryRegistry {
|
|
|
830
824
|
});
|
|
831
825
|
}
|
|
832
826
|
}
|
|
833
|
-
/** @nocollapse */ DaffMediaGalleryRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
834
|
-
/** @nocollapse */ DaffMediaGalleryRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
827
|
+
/** @nocollapse */ DaffMediaGalleryRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
828
|
+
/** @nocollapse */ DaffMediaGalleryRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, providedIn: 'root' });
|
|
829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, decorators: [{
|
|
836
830
|
type: Injectable,
|
|
837
831
|
args: [{ providedIn: 'root' }]
|
|
838
832
|
}] });
|
|
@@ -893,9 +887,9 @@ class DaffMediaRendererComponent {
|
|
|
893
887
|
this._destroy$.unsubscribe();
|
|
894
888
|
}
|
|
895
889
|
}
|
|
896
|
-
/** @nocollapse */ DaffMediaRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
897
|
-
/** @nocollapse */ DaffMediaRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
890
|
+
/** @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 });
|
|
891
|
+
/** @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 });
|
|
892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaRendererComponent, decorators: [{
|
|
899
893
|
type: Component,
|
|
900
894
|
args: [{ selector: 'daff-media-renderer', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template></ng-template>\n" }]
|
|
901
895
|
}], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: DaffMediaGalleryRegistry }, { type: undefined, decorators: [{
|
|
@@ -940,12 +934,12 @@ class DaffMediaGalleryComponent extends _daffMediaGalleryBase {
|
|
|
940
934
|
this.registry.remove(this);
|
|
941
935
|
}
|
|
942
936
|
}
|
|
943
|
-
/** @nocollapse */ DaffMediaGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
944
|
-
/** @nocollapse */ DaffMediaGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
937
|
+
/** @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 });
|
|
938
|
+
/** @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: [
|
|
945
939
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
946
940
|
{ provide: DAFF_MEDIA_GALLERY_TOKEN, useExisting: DaffMediaGalleryComponent },
|
|
947
|
-
], 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"],
|
|
948
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
941
|
+
], 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 });
|
|
942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryComponent, decorators: [{
|
|
949
943
|
type: Component,
|
|
950
944
|
args: [{ selector: 'daff-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
951
945
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1019,9 +1013,9 @@ class DaffThumbnailDirective {
|
|
|
1019
1013
|
return this;
|
|
1020
1014
|
}
|
|
1021
1015
|
}
|
|
1022
|
-
/** @nocollapse */ DaffThumbnailDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1023
|
-
/** @nocollapse */ DaffThumbnailDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1016
|
+
/** @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 });
|
|
1017
|
+
/** @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 });
|
|
1018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThumbnailDirective, decorators: [{
|
|
1025
1019
|
type: Directive,
|
|
1026
1020
|
args: [{
|
|
1027
1021
|
selector: '[daffThumbnail]',
|
|
@@ -1047,15 +1041,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1047
1041
|
|
|
1048
1042
|
class DaffMediaGalleryModule {
|
|
1049
1043
|
}
|
|
1050
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1051
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1044
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1045
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, declarations: [DaffMediaGalleryComponent,
|
|
1052
1046
|
DaffThumbnailDirective,
|
|
1053
1047
|
DaffMediaRendererComponent], imports: [CommonModule], exports: [DaffThumbnailDirective,
|
|
1054
1048
|
DaffMediaGalleryComponent] });
|
|
1055
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1056
|
-
|
|
1057
|
-
]] });
|
|
1058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMediaGalleryModule, decorators: [{
|
|
1049
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, imports: [CommonModule] });
|
|
1050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, decorators: [{
|
|
1059
1051
|
type: NgModule,
|
|
1060
1052
|
args: [{
|
|
1061
1053
|
declarations: [
|
|
@@ -1162,21 +1154,21 @@ class DaffImageComponent extends _daffImageBase {
|
|
|
1162
1154
|
return this.width + 'px';
|
|
1163
1155
|
}
|
|
1164
1156
|
}
|
|
1165
|
-
/** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1166
|
-
/** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1157
|
+
/** @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 });
|
|
1158
|
+
/** @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: [
|
|
1167
1159
|
{
|
|
1168
1160
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1169
1161
|
provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
|
|
1170
1162
|
},
|
|
1171
|
-
], 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;
|
|
1172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1163
|
+
], 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 });
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, decorators: [{
|
|
1173
1165
|
type: Component,
|
|
1174
1166
|
args: [{ selector: 'daff-image', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1175
1167
|
{
|
|
1176
1168
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1177
1169
|
provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
|
|
1178
1170
|
},
|
|
1179
|
-
], 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;
|
|
1171
|
+
], 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"] }]
|
|
1180
1172
|
}], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { src: [{
|
|
1181
1173
|
type: Input
|
|
1182
1174
|
}], alt: [{
|
|
@@ -1194,12 +1186,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1194
1186
|
|
|
1195
1187
|
class DaffImageModule {
|
|
1196
1188
|
}
|
|
1197
|
-
/** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1198
|
-
/** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1199
|
-
/** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1200
|
-
|
|
1201
|
-
]] });
|
|
1202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, decorators: [{
|
|
1189
|
+
/** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1190
|
+
/** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, declarations: [DaffImageComponent], imports: [CommonModule], exports: [DaffImageComponent] });
|
|
1191
|
+
/** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, imports: [CommonModule] });
|
|
1192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, decorators: [{
|
|
1203
1193
|
type: NgModule,
|
|
1204
1194
|
args: [{
|
|
1205
1195
|
declarations: [
|
|
@@ -1211,9 +1201,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1211
1201
|
exports: [
|
|
1212
1202
|
DaffImageComponent,
|
|
1213
1203
|
],
|
|
1214
|
-
entryComponents: [
|
|
1215
|
-
DaffImageComponent,
|
|
1216
|
-
],
|
|
1217
1204
|
}]
|
|
1218
1205
|
}] });
|
|
1219
1206
|
|
|
@@ -1246,12 +1233,12 @@ class DaffInputComponent {
|
|
|
1246
1233
|
this._elementRef.nativeElement.focus();
|
|
1247
1234
|
}
|
|
1248
1235
|
}
|
|
1249
|
-
/** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1250
|
-
/** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1236
|
+
/** @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 });
|
|
1237
|
+
/** @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: [
|
|
1251
1238
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1252
1239
|
{ provide: DaffFormFieldControl, useExisting: DaffInputComponent },
|
|
1253
1240
|
], 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 });
|
|
1254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, decorators: [{
|
|
1255
1242
|
type: Component,
|
|
1256
1243
|
args: [{ selector: 'input[daff-input]', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1257
1244
|
// 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
|
|
@@ -1354,12 +1339,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1354
1339
|
|
|
1355
1340
|
class DaffNativeSelectModule {
|
|
1356
1341
|
}
|
|
1357
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1358
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1359
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1360
|
-
|
|
1361
|
-
]] });
|
|
1362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
|
|
1342
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1343
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, declarations: [DaffNativeSelectComponent], imports: [CommonModule], exports: [DaffNativeSelectComponent] });
|
|
1344
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, imports: [CommonModule] });
|
|
1345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
|
|
1363
1346
|
type: NgModule,
|
|
1364
1347
|
args: [{
|
|
1365
1348
|
imports: [
|
|
@@ -1477,11 +1460,11 @@ class DaffCheckboxComponent {
|
|
|
1477
1460
|
this._cdRef.markForCheck();
|
|
1478
1461
|
}
|
|
1479
1462
|
}
|
|
1480
|
-
/** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1481
|
-
/** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1463
|
+
/** @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 });
|
|
1464
|
+
/** @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 });
|
|
1465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, decorators: [{
|
|
1483
1466
|
type: Component,
|
|
1484
|
-
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>"
|
|
1467
|
+
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>" }]
|
|
1485
1468
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { nativeCheckbox: [{
|
|
1486
1469
|
type: ViewChild,
|
|
1487
1470
|
args: ['inputElement', { static: true, read: ElementRef }]
|
|
@@ -1514,40 +1497,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1514
1497
|
args: ['class.disabled']
|
|
1515
1498
|
}] } });
|
|
1516
1499
|
|
|
1517
|
-
class DaffCheckboxSetComponent {
|
|
1518
|
-
constructor() {
|
|
1519
|
-
/**
|
|
1520
|
-
* The role of the component. Set to "checkbox".
|
|
1521
|
-
*
|
|
1522
|
-
* @docs-private
|
|
1523
|
-
*/
|
|
1524
|
-
this.role = 'group';
|
|
1525
|
-
this.valueList = new EventEmitter();
|
|
1526
|
-
}
|
|
1527
|
-
getValues() {
|
|
1528
|
-
const checkboxes = this.checkboxes.toArray();
|
|
1529
|
-
return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
/** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1533
|
-
/** @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 });
|
|
1534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
|
|
1535
|
-
type: Component,
|
|
1536
|
-
args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
|
|
1537
|
-
}], propDecorators: { formArray: [{
|
|
1538
|
-
type: Input
|
|
1539
|
-
}], name: [{
|
|
1540
|
-
type: Input
|
|
1541
|
-
}], role: [{
|
|
1542
|
-
type: HostBinding,
|
|
1543
|
-
args: ['attr.role']
|
|
1544
|
-
}], checkboxes: [{
|
|
1545
|
-
type: ContentChildren,
|
|
1546
|
-
args: [DaffCheckboxComponent]
|
|
1547
|
-
}], valueList: [{
|
|
1548
|
-
type: Output
|
|
1549
|
-
}] } });
|
|
1550
|
-
|
|
1551
1500
|
/**
|
|
1552
1501
|
* A directive for binding the DaffCheckboxComponent and the Control Value Accessor.
|
|
1553
1502
|
*/
|
|
@@ -1618,9 +1567,9 @@ class DaffCheckboxControlValueAccessorDirective {
|
|
|
1618
1567
|
this._checkbox.deselect();
|
|
1619
1568
|
}
|
|
1620
1569
|
}
|
|
1621
|
-
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1622
|
-
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1570
|
+
/** @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 });
|
|
1571
|
+
/** @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 });
|
|
1572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, decorators: [{
|
|
1624
1573
|
type: Directive,
|
|
1625
1574
|
args: [{
|
|
1626
1575
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -1636,20 +1585,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1636
1585
|
type: Input
|
|
1637
1586
|
}] } });
|
|
1638
1587
|
|
|
1588
|
+
class DaffCheckboxSetComponent {
|
|
1589
|
+
constructor() {
|
|
1590
|
+
/**
|
|
1591
|
+
* The role of the component. Set to "checkbox".
|
|
1592
|
+
*
|
|
1593
|
+
* @docs-private
|
|
1594
|
+
*/
|
|
1595
|
+
this.role = 'group';
|
|
1596
|
+
this.valueList = new EventEmitter();
|
|
1597
|
+
}
|
|
1598
|
+
getValues() {
|
|
1599
|
+
const checkboxes = this.checkboxes.toArray();
|
|
1600
|
+
return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
/** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1604
|
+
/** @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 });
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
|
|
1606
|
+
type: Component,
|
|
1607
|
+
args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
|
|
1608
|
+
}], propDecorators: { formArray: [{
|
|
1609
|
+
type: Input
|
|
1610
|
+
}], name: [{
|
|
1611
|
+
type: Input
|
|
1612
|
+
}], role: [{
|
|
1613
|
+
type: HostBinding,
|
|
1614
|
+
args: ['attr.role']
|
|
1615
|
+
}], checkboxes: [{
|
|
1616
|
+
type: ContentChildren,
|
|
1617
|
+
args: [DaffCheckboxComponent]
|
|
1618
|
+
}], valueList: [{
|
|
1619
|
+
type: Output
|
|
1620
|
+
}] } });
|
|
1621
|
+
|
|
1639
1622
|
class DaffCheckboxModule {
|
|
1640
1623
|
}
|
|
1641
|
-
/** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1642
|
-
/** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1624
|
+
/** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1625
|
+
/** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, declarations: [DaffCheckboxComponent,
|
|
1643
1626
|
DaffCheckboxSetComponent,
|
|
1644
1627
|
DaffCheckboxControlValueAccessorDirective], imports: [CommonModule], exports: [DaffCheckboxComponent,
|
|
1645
1628
|
DaffCheckboxSetComponent,
|
|
1646
1629
|
DaffCheckboxControlValueAccessorDirective] });
|
|
1647
|
-
/** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1630
|
+
/** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, providers: [
|
|
1648
1631
|
DaffCheckboxSetComponent,
|
|
1649
|
-
], imports: [
|
|
1650
|
-
|
|
1651
|
-
]] });
|
|
1652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, decorators: [{
|
|
1632
|
+
], imports: [CommonModule] });
|
|
1633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, decorators: [{
|
|
1653
1634
|
type: NgModule,
|
|
1654
1635
|
args: [{
|
|
1655
1636
|
exports: [
|
|
@@ -1691,7 +1672,7 @@ class DaffQuantityInputComponent {
|
|
|
1691
1672
|
* to avoid triggering updates on the input event.
|
|
1692
1673
|
* Instead, we listen for the change event and manually patch form control values.
|
|
1693
1674
|
*/
|
|
1694
|
-
this._inputControl = new
|
|
1675
|
+
this._inputControl = new UntypedFormControl();
|
|
1695
1676
|
this._destroyed = new Subject();
|
|
1696
1677
|
}
|
|
1697
1678
|
get focused() {
|
|
@@ -1745,9 +1726,9 @@ class DaffQuantityInputComponent {
|
|
|
1745
1726
|
: this._inputControl.enable();
|
|
1746
1727
|
}
|
|
1747
1728
|
}
|
|
1748
|
-
/** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1749
|
-
/** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1729
|
+
/** @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 });
|
|
1730
|
+
/** @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 });
|
|
1731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, decorators: [{
|
|
1751
1732
|
type: Component,
|
|
1752
1733
|
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" }]
|
|
1753
1734
|
}], ctorParameters: function () { return [{ type: i1$2.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { input: [{
|
|
@@ -1820,9 +1801,9 @@ class DaffQuantitySelectComponent {
|
|
|
1820
1801
|
return makeValueArray(this.min, this.max, this.increment);
|
|
1821
1802
|
}
|
|
1822
1803
|
}
|
|
1823
|
-
/** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1824
|
-
/** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1804
|
+
/** @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 });
|
|
1805
|
+
/** @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 });
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, decorators: [{
|
|
1826
1807
|
type: Component,
|
|
1827
1808
|
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" }]
|
|
1828
1809
|
}], ctorParameters: function () { return [{ type: i1$2.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { select: [{
|
|
@@ -1924,15 +1905,15 @@ class DaffQuantityFieldComponent {
|
|
|
1924
1905
|
}
|
|
1925
1906
|
}
|
|
1926
1907
|
}
|
|
1927
|
-
/** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1928
|
-
/** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1908
|
+
/** @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 });
|
|
1909
|
+
/** @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: [
|
|
1929
1910
|
{
|
|
1930
1911
|
provide: DaffFormFieldControl,
|
|
1931
1912
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1932
1913
|
useExisting: DaffQuantityFieldComponent,
|
|
1933
1914
|
},
|
|
1934
|
-
], 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",
|
|
1935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1915
|
+
], 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 });
|
|
1916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, decorators: [{
|
|
1936
1917
|
type: Component,
|
|
1937
1918
|
args: [{ selector: 'daff-quantity-field', providers: [
|
|
1938
1919
|
{
|
|
@@ -1961,8 +1942,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1961
1942
|
|
|
1962
1943
|
class DaffQuantityFieldModule {
|
|
1963
1944
|
}
|
|
1964
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1965
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1945
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1946
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, declarations: [DaffQuantityFieldComponent,
|
|
1966
1947
|
DaffQuantityInputComponent,
|
|
1967
1948
|
DaffQuantitySelectComponent], imports: [CommonModule,
|
|
1968
1949
|
DaffNativeSelectModule,
|
|
@@ -1970,13 +1951,11 @@ class DaffQuantityFieldModule {
|
|
|
1970
1951
|
ReactiveFormsModule], exports: [DaffQuantityFieldComponent,
|
|
1971
1952
|
DaffQuantityInputComponent,
|
|
1972
1953
|
DaffQuantitySelectComponent] });
|
|
1973
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
]] });
|
|
1979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
|
|
1954
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, imports: [CommonModule,
|
|
1955
|
+
DaffNativeSelectModule,
|
|
1956
|
+
DaffInputModule,
|
|
1957
|
+
ReactiveFormsModule] });
|
|
1958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
|
|
1980
1959
|
type: NgModule,
|
|
1981
1960
|
args: [{
|
|
1982
1961
|
declarations: [
|
|
@@ -2022,9 +2001,9 @@ class DaffContainerComponent extends _daffContainerBase {
|
|
|
2022
2001
|
this.class = true;
|
|
2023
2002
|
}
|
|
2024
2003
|
}
|
|
2025
|
-
/** @nocollapse */ DaffContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2026
|
-
/** @nocollapse */ DaffContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2004
|
+
/** @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 });
|
|
2005
|
+
/** @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 });
|
|
2006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerComponent, decorators: [{
|
|
2028
2007
|
type: Component,
|
|
2029
2008
|
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"] }]
|
|
2030
2009
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -2034,12 +2013,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2034
2013
|
|
|
2035
2014
|
class DaffContainerModule {
|
|
2036
2015
|
}
|
|
2037
|
-
/** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2038
|
-
/** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2039
|
-
/** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2040
|
-
|
|
2041
|
-
]] });
|
|
2042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, decorators: [{
|
|
2016
|
+
/** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2017
|
+
/** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, declarations: [DaffContainerComponent], imports: [CommonModule], exports: [DaffContainerComponent] });
|
|
2018
|
+
/** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, imports: [CommonModule] });
|
|
2019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, decorators: [{
|
|
2043
2020
|
type: NgModule,
|
|
2044
2021
|
args: [{
|
|
2045
2022
|
imports: [
|
|
@@ -2120,11 +2097,11 @@ class DaffProgressIndicatorComponent extends _daffProgressIndicatorBase {
|
|
|
2120
2097
|
};
|
|
2121
2098
|
}
|
|
2122
2099
|
}
|
|
2123
|
-
/** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2124
|
-
/** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2100
|
+
/** @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 });
|
|
2101
|
+
/** @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: [
|
|
2125
2102
|
daffProgressIndicatorAnimation.fill,
|
|
2126
2103
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, decorators: [{
|
|
2128
2105
|
type: Component,
|
|
2129
2106
|
args: [{ selector: 'daff-progress-indicator', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['color'], animations: [
|
|
2130
2107
|
daffProgressIndicatorAnimation.fill,
|
|
@@ -2140,12 +2117,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2140
2117
|
|
|
2141
2118
|
class DaffProgressIndicatorModule {
|
|
2142
2119
|
}
|
|
2143
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2144
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2145
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2146
|
-
|
|
2147
|
-
]] });
|
|
2148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
|
|
2120
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2121
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, declarations: [DaffProgressIndicatorComponent], imports: [CommonModule], exports: [DaffProgressIndicatorComponent] });
|
|
2122
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, imports: [CommonModule] });
|
|
2123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
|
|
2149
2124
|
type: NgModule,
|
|
2150
2125
|
args: [{
|
|
2151
2126
|
declarations: [DaffProgressIndicatorComponent],
|
|
@@ -2164,11 +2139,11 @@ class DaffRadioSetComponent {
|
|
|
2164
2139
|
this.role = 'radiogroup';
|
|
2165
2140
|
}
|
|
2166
2141
|
}
|
|
2167
|
-
/** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2168
|
-
/** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2142
|
+
/** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2143
|
+
/** @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 });
|
|
2144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
|
|
2170
2145
|
type: Component,
|
|
2171
|
-
args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>"
|
|
2146
|
+
args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
|
|
2172
2147
|
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
2173
2148
|
type: Input
|
|
2174
2149
|
}], role: [{
|
|
@@ -2270,11 +2245,11 @@ class DaffRadioComponent {
|
|
|
2270
2245
|
}
|
|
2271
2246
|
;
|
|
2272
2247
|
}
|
|
2273
|
-
/** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2274
|
-
/** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2248
|
+
/** @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 });
|
|
2249
|
+
/** @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 });
|
|
2250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, decorators: [{
|
|
2276
2251
|
type: Component,
|
|
2277
|
-
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>"
|
|
2252
|
+
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>" }]
|
|
2278
2253
|
}], ctorParameters: function () { return [{ type: DaffRadioSetComponent, decorators: [{
|
|
2279
2254
|
type: Optional
|
|
2280
2255
|
}] }]; }, propDecorators: { role: [{
|
|
@@ -2349,9 +2324,9 @@ class DaffRadioRegistry {
|
|
|
2349
2324
|
&& controlPair['accessor'].name === accessor.name;
|
|
2350
2325
|
}
|
|
2351
2326
|
}
|
|
2352
|
-
/** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2353
|
-
/** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2327
|
+
/** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2328
|
+
/** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, providedIn: 'root' });
|
|
2329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, decorators: [{
|
|
2355
2330
|
type: Injectable,
|
|
2356
2331
|
args: [{ providedIn: 'root' }]
|
|
2357
2332
|
}] });
|
|
@@ -2419,9 +2394,9 @@ class DaffRadioControlValueAccessorDirective {
|
|
|
2419
2394
|
this._radio.deselect();
|
|
2420
2395
|
}
|
|
2421
2396
|
}
|
|
2422
|
-
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2423
|
-
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2397
|
+
/** @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 });
|
|
2398
|
+
/** @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 });
|
|
2399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, decorators: [{
|
|
2425
2400
|
type: Directive,
|
|
2426
2401
|
args: [{
|
|
2427
2402
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2439,16 +2414,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2439
2414
|
|
|
2440
2415
|
class DaffRadioModule {
|
|
2441
2416
|
}
|
|
2442
|
-
/** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2443
|
-
/** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2417
|
+
/** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2418
|
+
/** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, declarations: [DaffRadioControlValueAccessorDirective,
|
|
2444
2419
|
DaffRadioComponent,
|
|
2445
2420
|
DaffRadioSetComponent], imports: [CommonModule], exports: [DaffRadioComponent,
|
|
2446
2421
|
DaffRadioSetComponent,
|
|
2447
2422
|
DaffRadioControlValueAccessorDirective] });
|
|
2448
|
-
/** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2449
|
-
|
|
2450
|
-
]] });
|
|
2451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, decorators: [{
|
|
2423
|
+
/** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, imports: [CommonModule] });
|
|
2424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, decorators: [{
|
|
2452
2425
|
type: NgModule,
|
|
2453
2426
|
args: [{
|
|
2454
2427
|
exports: [
|
|
@@ -2472,9 +2445,9 @@ class DaffFormLabelDirective {
|
|
|
2472
2445
|
this.class = true;
|
|
2473
2446
|
}
|
|
2474
2447
|
}
|
|
2475
|
-
/** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2476
|
-
/** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2448
|
+
/** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2449
|
+
/** @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 });
|
|
2450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, decorators: [{
|
|
2478
2451
|
type: Directive,
|
|
2479
2452
|
args: [{
|
|
2480
2453
|
selector: '[daffFormLabel]',
|
|
@@ -2486,10 +2459,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2486
2459
|
|
|
2487
2460
|
class DaffFormLabelModule {
|
|
2488
2461
|
}
|
|
2489
|
-
/** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2490
|
-
/** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2491
|
-
/** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2462
|
+
/** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2463
|
+
/** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, declarations: [DaffFormLabelDirective], exports: [DaffFormLabelDirective] });
|
|
2464
|
+
/** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule });
|
|
2465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, decorators: [{
|
|
2493
2466
|
type: NgModule,
|
|
2494
2467
|
args: [{
|
|
2495
2468
|
exports: [
|
|
@@ -2501,45 +2474,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2501
2474
|
}]
|
|
2502
2475
|
}] });
|
|
2503
2476
|
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
this.
|
|
2477
|
+
/**
|
|
2478
|
+
* An _elementRef and an instance of renderer2 are needed for the link set mixins
|
|
2479
|
+
*/
|
|
2480
|
+
class DaffAccordionBase {
|
|
2481
|
+
constructor(_elementRef, _renderer) {
|
|
2482
|
+
this._elementRef = _elementRef;
|
|
2483
|
+
this._renderer = _renderer;
|
|
2510
2484
|
}
|
|
2511
2485
|
}
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
}]
|
|
2519
|
-
}], propDecorators: { class: [{
|
|
2520
|
-
type: HostBinding,
|
|
2521
|
-
args: ['class.daff-accordion-item__content']
|
|
2522
|
-
}] } });
|
|
2523
|
-
|
|
2524
|
-
class DaffAccordionItemTitleDirective {
|
|
2525
|
-
constructor() {
|
|
2526
|
-
/**
|
|
2527
|
-
* @docs-private
|
|
2528
|
-
*/
|
|
2529
|
-
this.class = true;
|
|
2486
|
+
const _daffAccordionBase = daffArticleEncapsulatedMixin((DaffAccordionBase));
|
|
2487
|
+
class DaffAccordionComponent extends _daffAccordionBase {
|
|
2488
|
+
constructor(elementRef, renderer) {
|
|
2489
|
+
super(elementRef, renderer);
|
|
2490
|
+
this.elementRef = elementRef;
|
|
2491
|
+
this.renderer = renderer;
|
|
2530
2492
|
}
|
|
2531
2493
|
}
|
|
2532
|
-
/** @nocollapse */
|
|
2533
|
-
/** @nocollapse */
|
|
2534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2535
|
-
type:
|
|
2536
|
-
args: [{
|
|
2537
|
-
|
|
2538
|
-
}]
|
|
2539
|
-
}], propDecorators: { class: [{
|
|
2540
|
-
type: HostBinding,
|
|
2541
|
-
args: ['class.daff-accordion-item__title']
|
|
2542
|
-
}] } });
|
|
2494
|
+
/** @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 });
|
|
2495
|
+
/** @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 });
|
|
2496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionComponent, decorators: [{
|
|
2497
|
+
type: Component,
|
|
2498
|
+
args: [{ selector: 'daff-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"] }]
|
|
2499
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
2543
2500
|
|
|
2544
2501
|
const daffAccordionAnimations = {
|
|
2545
2502
|
openAccordion: trigger('openAccordion', [
|
|
@@ -2598,11 +2555,11 @@ class DaffAccordionItemComponent {
|
|
|
2598
2555
|
this._animationState = getAnimationState$3(this._open);
|
|
2599
2556
|
}
|
|
2600
2557
|
}
|
|
2601
|
-
/** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2602
|
-
/** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2558
|
+
/** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2559
|
+
/** @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: [
|
|
2603
2560
|
daffAccordionAnimations.openAccordion,
|
|
2604
2561
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, decorators: [{
|
|
2606
2563
|
type: Component,
|
|
2607
2564
|
args: [{ selector: 'daff-accordion-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
2608
2565
|
daffAccordionAnimations.openAccordion,
|
|
@@ -2614,30 +2571,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2614
2571
|
type: Input
|
|
2615
2572
|
}] } });
|
|
2616
2573
|
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
this.
|
|
2623
|
-
this._renderer = _renderer;
|
|
2574
|
+
class DaffAccordionItemContentDirective {
|
|
2575
|
+
constructor() {
|
|
2576
|
+
/**
|
|
2577
|
+
* @docs-private
|
|
2578
|
+
*/
|
|
2579
|
+
this.class = true;
|
|
2624
2580
|
}
|
|
2625
2581
|
}
|
|
2626
|
-
|
|
2627
|
-
class
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2582
|
+
/** @nocollapse */ DaffAccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2583
|
+
/** @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 });
|
|
2584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, decorators: [{
|
|
2585
|
+
type: Directive,
|
|
2586
|
+
args: [{
|
|
2587
|
+
selector: '[daffAccordionItemContent]',
|
|
2588
|
+
}]
|
|
2589
|
+
}], propDecorators: { class: [{
|
|
2590
|
+
type: HostBinding,
|
|
2591
|
+
args: ['class.daff-accordion-item__content']
|
|
2592
|
+
}] } });
|
|
2593
|
+
|
|
2594
|
+
class DaffAccordionItemTitleDirective {
|
|
2595
|
+
constructor() {
|
|
2596
|
+
/**
|
|
2597
|
+
* @docs-private
|
|
2598
|
+
*/
|
|
2599
|
+
this.class = true;
|
|
2632
2600
|
}
|
|
2633
2601
|
}
|
|
2634
|
-
/** @nocollapse */
|
|
2635
|
-
/** @nocollapse */
|
|
2636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2637
|
-
type:
|
|
2638
|
-
args: [{
|
|
2639
|
-
|
|
2602
|
+
/** @nocollapse */ DaffAccordionItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2603
|
+
/** @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 });
|
|
2604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, decorators: [{
|
|
2605
|
+
type: Directive,
|
|
2606
|
+
args: [{
|
|
2607
|
+
selector: '[daffAccordionItemTitle]',
|
|
2608
|
+
}]
|
|
2609
|
+
}], propDecorators: { class: [{
|
|
2610
|
+
type: HostBinding,
|
|
2611
|
+
args: ['class.daff-accordion-item__title']
|
|
2612
|
+
}] } });
|
|
2640
2613
|
|
|
2614
|
+
/**
|
|
2615
|
+
* @deprecated in v1.0.0. Use DaffTreeComponent instead.
|
|
2616
|
+
*/
|
|
2641
2617
|
class DaffNavAccordionItemComponent {
|
|
2642
2618
|
constructor(accordion, navAccordionItemParent) {
|
|
2643
2619
|
this.accordion = accordion;
|
|
@@ -2683,11 +2659,11 @@ class DaffNavAccordionItemComponent {
|
|
|
2683
2659
|
this._animationState = getAnimationState$3(this._open);
|
|
2684
2660
|
}
|
|
2685
2661
|
}
|
|
2686
|
-
/** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2687
|
-
/** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2662
|
+
/** @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 });
|
|
2663
|
+
/** @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: [
|
|
2688
2664
|
daffAccordionAnimations.openAccordion,
|
|
2689
2665
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, decorators: [{
|
|
2691
2667
|
type: Component,
|
|
2692
2668
|
args: [{ selector: 'daff-nav-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
2693
2669
|
daffAccordionAnimations.openAccordion,
|
|
@@ -2703,13 +2679,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2703
2679
|
type: Input
|
|
2704
2680
|
}], _navAccordionItemChild: [{
|
|
2705
2681
|
type: ContentChildren,
|
|
2706
|
-
args: [DaffNavAccordionItemComponent, { descendants: true }]
|
|
2682
|
+
args: [forwardRef(() => DaffNavAccordionItemComponent), { descendants: true }]
|
|
2707
2683
|
}] } });
|
|
2708
2684
|
|
|
2709
2685
|
class DaffAccordionModule {
|
|
2710
2686
|
}
|
|
2711
|
-
/** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2712
|
-
/** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2687
|
+
/** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2688
|
+
/** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
|
|
2713
2689
|
DaffAccordionItemComponent,
|
|
2714
2690
|
DaffNavAccordionItemComponent,
|
|
2715
2691
|
DaffAccordionItemTitleDirective,
|
|
@@ -2720,12 +2696,10 @@ class DaffAccordionModule {
|
|
|
2720
2696
|
DaffNavAccordionItemComponent,
|
|
2721
2697
|
DaffAccordionItemTitleDirective,
|
|
2722
2698
|
DaffAccordionItemContentDirective] });
|
|
2723
|
-
/** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
]] });
|
|
2728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, decorators: [{
|
|
2699
|
+
/** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, imports: [CommonModule,
|
|
2700
|
+
FontAwesomeModule,
|
|
2701
|
+
DaffPrefixSuffixModule] });
|
|
2702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, decorators: [{
|
|
2729
2703
|
type: NgModule,
|
|
2730
2704
|
args: [{
|
|
2731
2705
|
imports: [
|
|
@@ -2765,11 +2739,11 @@ class DaffArticleComponent {
|
|
|
2765
2739
|
this.role = 'article';
|
|
2766
2740
|
}
|
|
2767
2741
|
}
|
|
2768
|
-
/** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2769
|
-
/** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2742
|
+
/** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2743
|
+
/** @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 });
|
|
2744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, decorators: [{
|
|
2771
2745
|
type: Component,
|
|
2772
|
-
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;
|
|
2746
|
+
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"] }]
|
|
2773
2747
|
}], propDecorators: { class: [{
|
|
2774
2748
|
type: HostBinding,
|
|
2775
2749
|
args: ['class.daff-article']
|
|
@@ -2786,9 +2760,9 @@ class DaffArticleLeadDirective {
|
|
|
2786
2760
|
this.class = true;
|
|
2787
2761
|
}
|
|
2788
2762
|
}
|
|
2789
|
-
/** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2790
|
-
/** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2763
|
+
/** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2764
|
+
/** @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 });
|
|
2765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, decorators: [{
|
|
2792
2766
|
type: Directive,
|
|
2793
2767
|
args: [{
|
|
2794
2768
|
selector: '[daffArticleLead]',
|
|
@@ -2806,9 +2780,9 @@ class DaffArticleMetaDirective {
|
|
|
2806
2780
|
this.class = true;
|
|
2807
2781
|
}
|
|
2808
2782
|
}
|
|
2809
|
-
/** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2810
|
-
/** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2783
|
+
/** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2784
|
+
/** @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 });
|
|
2785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, decorators: [{
|
|
2812
2786
|
type: Directive,
|
|
2813
2787
|
args: [{
|
|
2814
2788
|
selector: '[daffArticleMeta]',
|
|
@@ -2826,9 +2800,9 @@ class DaffArticleTitleDirective {
|
|
|
2826
2800
|
this.class = true;
|
|
2827
2801
|
}
|
|
2828
2802
|
}
|
|
2829
|
-
/** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2830
|
-
/** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2803
|
+
/** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2804
|
+
/** @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 });
|
|
2805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, decorators: [{
|
|
2832
2806
|
type: Directive,
|
|
2833
2807
|
args: [{
|
|
2834
2808
|
selector: '[daffArticleTitle]',
|
|
@@ -2840,18 +2814,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2840
2814
|
|
|
2841
2815
|
class DaffArticleModule {
|
|
2842
2816
|
}
|
|
2843
|
-
/** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2844
|
-
/** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2817
|
+
/** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2818
|
+
/** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, declarations: [DaffArticleComponent,
|
|
2845
2819
|
DaffArticleTitleDirective,
|
|
2846
2820
|
DaffArticleLeadDirective,
|
|
2847
2821
|
DaffArticleMetaDirective], imports: [CommonModule], exports: [DaffArticleComponent,
|
|
2848
2822
|
DaffArticleTitleDirective,
|
|
2849
2823
|
DaffArticleLeadDirective,
|
|
2850
2824
|
DaffArticleMetaDirective] });
|
|
2851
|
-
/** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2852
|
-
|
|
2853
|
-
]] });
|
|
2854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, decorators: [{
|
|
2825
|
+
/** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, imports: [CommonModule] });
|
|
2826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, decorators: [{
|
|
2855
2827
|
type: NgModule,
|
|
2856
2828
|
args: [{
|
|
2857
2829
|
imports: [
|
|
@@ -2942,11 +2914,11 @@ class DaffBackdropComponent {
|
|
|
2942
2914
|
this.backdropClicked.emit();
|
|
2943
2915
|
}
|
|
2944
2916
|
}
|
|
2945
|
-
/** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2946
|
-
/** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2917
|
+
/** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2918
|
+
/** @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: [
|
|
2947
2919
|
daffBackdropAnimations.fadeBackdrop,
|
|
2948
2920
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, decorators: [{
|
|
2950
2922
|
type: Component,
|
|
2951
2923
|
args: [{ selector: 'daff-backdrop', animations: [
|
|
2952
2924
|
daffBackdropAnimations.fadeBackdrop,
|
|
@@ -2978,12 +2950,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2978
2950
|
|
|
2979
2951
|
class DaffBackdropModule {
|
|
2980
2952
|
}
|
|
2981
|
-
/** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2982
|
-
/** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2983
|
-
/** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2984
|
-
|
|
2985
|
-
]] });
|
|
2986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, decorators: [{
|
|
2953
|
+
/** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2954
|
+
/** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, declarations: [DaffBackdropComponent], imports: [CommonModule], exports: [DaffBackdropComponent] });
|
|
2955
|
+
/** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, imports: [CommonModule] });
|
|
2956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, decorators: [{
|
|
2987
2957
|
type: NgModule,
|
|
2988
2958
|
args: [{
|
|
2989
2959
|
imports: [
|
|
@@ -2995,9 +2965,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2995
2965
|
exports: [
|
|
2996
2966
|
DaffBackdropComponent,
|
|
2997
2967
|
],
|
|
2998
|
-
entryComponents: [
|
|
2999
|
-
DaffBackdropComponent,
|
|
3000
|
-
],
|
|
3001
2968
|
}]
|
|
3002
2969
|
}] });
|
|
3003
2970
|
|
|
@@ -3012,9 +2979,9 @@ class DaffButtonSetComponent {
|
|
|
3012
2979
|
this.class = true;
|
|
3013
2980
|
}
|
|
3014
2981
|
}
|
|
3015
|
-
/** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3016
|
-
/** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2982
|
+
/** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2983
|
+
/** @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 });
|
|
2984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, decorators: [{
|
|
3018
2985
|
type: Component,
|
|
3019
2986
|
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"] }]
|
|
3020
2987
|
}], propDecorators: { class: [{
|
|
@@ -3024,10 +2991,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3024
2991
|
|
|
3025
2992
|
class DaffButtonSetModule {
|
|
3026
2993
|
}
|
|
3027
|
-
/** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3028
|
-
/** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3029
|
-
/** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2994
|
+
/** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2995
|
+
/** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, declarations: [DaffButtonSetComponent], exports: [DaffButtonSetComponent] });
|
|
2996
|
+
/** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule });
|
|
2997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, decorators: [{
|
|
3031
2998
|
type: NgModule,
|
|
3032
2999
|
args: [{
|
|
3033
3000
|
declarations: [
|
|
@@ -3047,11 +3014,11 @@ class DaffImageListComponent {
|
|
|
3047
3014
|
this.class = true;
|
|
3048
3015
|
}
|
|
3049
3016
|
}
|
|
3050
|
-
/** @nocollapse */ DaffImageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3051
|
-
/** @nocollapse */ DaffImageListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3017
|
+
/** @nocollapse */ DaffImageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3018
|
+
/** @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 });
|
|
3019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListComponent, decorators: [{
|
|
3053
3020
|
type: Component,
|
|
3054
|
-
args: [{ selector: 'daff-image-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush
|
|
3021
|
+
args: [{ selector: 'daff-image-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush }]
|
|
3055
3022
|
}], propDecorators: { class: [{
|
|
3056
3023
|
type: HostBinding,
|
|
3057
3024
|
args: ['class.daff-image-list']
|
|
@@ -3062,9 +3029,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3062
3029
|
*/
|
|
3063
3030
|
class DaffImageGalleryComponent {
|
|
3064
3031
|
}
|
|
3065
|
-
/** @nocollapse */ DaffImageGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3066
|
-
/** @nocollapse */ DaffImageGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3032
|
+
/** @nocollapse */ DaffImageGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3033
|
+
/** @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 });
|
|
3034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryComponent, decorators: [{
|
|
3068
3035
|
type: Component,
|
|
3069
3036
|
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"] }]
|
|
3070
3037
|
}] });
|
|
@@ -3077,9 +3044,9 @@ class DaffGalleryImageComponent {
|
|
|
3077
3044
|
this.class = true;
|
|
3078
3045
|
}
|
|
3079
3046
|
}
|
|
3080
|
-
/** @nocollapse */ DaffGalleryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3081
|
-
/** @nocollapse */ DaffGalleryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3047
|
+
/** @nocollapse */ DaffGalleryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffGalleryImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3048
|
+
/** @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 });
|
|
3049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffGalleryImageComponent, decorators: [{
|
|
3083
3050
|
type: Component,
|
|
3084
3051
|
args: [{ selector: 'daff-gallery-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"gallery-image__wrapper\">\n <ng-content></ng-content>\n</div>" }]
|
|
3085
3052
|
}], propDecorators: { selected: [{
|
|
@@ -3094,12 +3061,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3094
3061
|
|
|
3095
3062
|
class DaffImageListModule {
|
|
3096
3063
|
}
|
|
3097
|
-
/** @nocollapse */ DaffImageListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3098
|
-
/** @nocollapse */ DaffImageListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3099
|
-
/** @nocollapse */ DaffImageListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3100
|
-
|
|
3101
|
-
]] });
|
|
3102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageListModule, decorators: [{
|
|
3064
|
+
/** @nocollapse */ DaffImageListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3065
|
+
/** @nocollapse */ DaffImageListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, declarations: [DaffImageListComponent], imports: [CommonModule], exports: [DaffImageListComponent] });
|
|
3066
|
+
/** @nocollapse */ DaffImageListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, imports: [CommonModule] });
|
|
3067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, decorators: [{
|
|
3103
3068
|
type: NgModule,
|
|
3104
3069
|
args: [{
|
|
3105
3070
|
imports: [
|
|
@@ -3116,16 +3081,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3116
3081
|
|
|
3117
3082
|
class DaffImageGalleryModule {
|
|
3118
3083
|
}
|
|
3119
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3120
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3084
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3085
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, declarations: [DaffImageGalleryComponent,
|
|
3121
3086
|
DaffGalleryImageComponent], imports: [CommonModule,
|
|
3122
3087
|
DaffImageListModule], exports: [DaffImageGalleryComponent,
|
|
3123
3088
|
DaffGalleryImageComponent] });
|
|
3124
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
]] });
|
|
3128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageGalleryModule, decorators: [{
|
|
3089
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, imports: [CommonModule,
|
|
3090
|
+
DaffImageListModule] });
|
|
3091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, decorators: [{
|
|
3129
3092
|
type: NgModule,
|
|
3130
3093
|
args: [{
|
|
3131
3094
|
imports: [
|
|
@@ -3167,9 +3130,9 @@ class DaffLinkSetComponent extends _daffLinkSetBase {
|
|
|
3167
3130
|
this.class = true;
|
|
3168
3131
|
}
|
|
3169
3132
|
}
|
|
3170
|
-
/** @nocollapse */ DaffLinkSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3171
|
-
/** @nocollapse */ DaffLinkSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3133
|
+
/** @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 });
|
|
3134
|
+
/** @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 });
|
|
3135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetComponent, decorators: [{
|
|
3173
3136
|
type: Component,
|
|
3174
3137
|
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"] }]
|
|
3175
3138
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -3188,9 +3151,9 @@ class DaffLinkSetHeadingDirective {
|
|
|
3188
3151
|
this.class = true;
|
|
3189
3152
|
}
|
|
3190
3153
|
}
|
|
3191
|
-
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3192
|
-
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3154
|
+
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3155
|
+
/** @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 });
|
|
3156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetHeadingDirective, decorators: [{
|
|
3194
3157
|
type: Directive,
|
|
3195
3158
|
args: [{
|
|
3196
3159
|
selector: '[daffLinkSetHeading]',
|
|
@@ -3208,9 +3171,9 @@ class DaffLinkSetItemComponent {
|
|
|
3208
3171
|
this.class = true;
|
|
3209
3172
|
}
|
|
3210
3173
|
}
|
|
3211
|
-
/** @nocollapse */ DaffLinkSetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3212
|
-
/** @nocollapse */ DaffLinkSetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3174
|
+
/** @nocollapse */ DaffLinkSetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3175
|
+
/** @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 });
|
|
3176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetItemComponent, decorators: [{
|
|
3214
3177
|
type: Component,
|
|
3215
3178
|
args: [{
|
|
3216
3179
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3235,9 +3198,9 @@ class DaffLinkSetSubheadingDirective {
|
|
|
3235
3198
|
this.class = true;
|
|
3236
3199
|
}
|
|
3237
3200
|
}
|
|
3238
|
-
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3239
|
-
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3201
|
+
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetSubheadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3202
|
+
/** @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 });
|
|
3203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetSubheadingDirective, decorators: [{
|
|
3241
3204
|
type: Directive,
|
|
3242
3205
|
args: [{
|
|
3243
3206
|
selector: '[daffLinkSetSubheading]',
|
|
@@ -3249,18 +3212,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3249
3212
|
|
|
3250
3213
|
class DaffLinkSetModule {
|
|
3251
3214
|
}
|
|
3252
|
-
/** @nocollapse */ DaffLinkSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3253
|
-
/** @nocollapse */ DaffLinkSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3215
|
+
/** @nocollapse */ DaffLinkSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3216
|
+
/** @nocollapse */ DaffLinkSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, declarations: [DaffLinkSetComponent,
|
|
3254
3217
|
DaffLinkSetHeadingDirective,
|
|
3255
3218
|
DaffLinkSetSubheadingDirective,
|
|
3256
3219
|
DaffLinkSetItemComponent], imports: [CommonModule], exports: [DaffLinkSetComponent,
|
|
3257
3220
|
DaffLinkSetHeadingDirective,
|
|
3258
3221
|
DaffLinkSetSubheadingDirective,
|
|
3259
3222
|
DaffLinkSetItemComponent] });
|
|
3260
|
-
/** @nocollapse */ DaffLinkSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3261
|
-
|
|
3262
|
-
]] });
|
|
3263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLinkSetModule, decorators: [{
|
|
3223
|
+
/** @nocollapse */ DaffLinkSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, imports: [CommonModule] });
|
|
3224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, decorators: [{
|
|
3264
3225
|
type: NgModule,
|
|
3265
3226
|
args: [{
|
|
3266
3227
|
imports: [
|
|
@@ -3281,106 +3242,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3281
3242
|
}]
|
|
3282
3243
|
}] });
|
|
3283
3244
|
|
|
3284
|
-
|
|
3285
|
-
|
|
3245
|
+
var DaffListModeEnum;
|
|
3246
|
+
(function (DaffListModeEnum) {
|
|
3247
|
+
DaffListModeEnum["Multiline"] = "multi-line";
|
|
3248
|
+
DaffListModeEnum["Link"] = "link";
|
|
3249
|
+
DaffListModeEnum["Navigation"] = "navigation";
|
|
3250
|
+
})(DaffListModeEnum || (DaffListModeEnum = {}));
|
|
3251
|
+
var DaffListTypeEnum;
|
|
3252
|
+
(function (DaffListTypeEnum) {
|
|
3253
|
+
DaffListTypeEnum["Default"] = "daff-list";
|
|
3254
|
+
DaffListTypeEnum["Nav"] = "daff-nav-list";
|
|
3255
|
+
})(DaffListTypeEnum || (DaffListTypeEnum = {}));
|
|
3256
|
+
/**
|
|
3257
|
+
* An _elementRef and an instance of renderer2 are needed for the list mixins
|
|
3258
|
+
*/
|
|
3259
|
+
class DaffListBase {
|
|
3260
|
+
constructor(_elementRef, _renderer) {
|
|
3261
|
+
this._elementRef = _elementRef;
|
|
3262
|
+
this._renderer = _renderer;
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
const _daffListBase = daffArticleEncapsulatedMixin((DaffListBase));
|
|
3266
|
+
class DaffListComponent extends _daffListBase {
|
|
3267
|
+
constructor(elementRef, renderer) {
|
|
3268
|
+
super(elementRef, renderer);
|
|
3286
3269
|
this.elementRef = elementRef;
|
|
3287
|
-
|
|
3288
|
-
* @docs-private
|
|
3289
|
-
*/
|
|
3290
|
-
this.class = true;
|
|
3270
|
+
this.renderer = renderer;
|
|
3291
3271
|
}
|
|
3292
3272
|
/**
|
|
3293
|
-
* Sets the role for a regular `<daff-list-item>` to listitem.
|
|
3294
|
-
*
|
|
3295
3273
|
* @docs-private
|
|
3296
3274
|
*/
|
|
3297
|
-
get
|
|
3298
|
-
return this.
|
|
3299
|
-
}
|
|
3300
|
-
;
|
|
3301
|
-
_getHostElement() {
|
|
3302
|
-
return this.elementRef.nativeElement;
|
|
3303
|
-
}
|
|
3304
|
-
/** Gets whether a list item has one of the given attributes. */
|
|
3305
|
-
_isAnchor() {
|
|
3306
|
-
return this.elementRef.nativeElement.localName === 'a';
|
|
3307
|
-
}
|
|
3308
|
-
}
|
|
3309
|
-
/** @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 });
|
|
3310
|
-
/** @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 });
|
|
3311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListItemComponent, decorators: [{
|
|
3312
|
-
type: Component,
|
|
3313
|
-
args: [{ selector: 'daff-list-item' + ',' +
|
|
3314
|
-
'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>" }]
|
|
3315
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
|
|
3316
|
-
type: HostBinding,
|
|
3317
|
-
args: ['class.daff-list-item']
|
|
3318
|
-
}], _prefix: [{
|
|
3319
|
-
type: ContentChild,
|
|
3320
|
-
args: [DaffPrefixDirective]
|
|
3321
|
-
}], _suffix: [{
|
|
3322
|
-
type: ContentChild,
|
|
3323
|
-
args: [DaffSuffixDirective]
|
|
3324
|
-
}], role: [{
|
|
3325
|
-
type: HostBinding,
|
|
3326
|
-
args: ['attr.role']
|
|
3327
|
-
}] } });
|
|
3328
|
-
|
|
3329
|
-
/**
|
|
3330
|
-
* @deprecated
|
|
3331
|
-
*/
|
|
3332
|
-
class DaffListSubheaderDirective {
|
|
3333
|
-
constructor() {
|
|
3334
|
-
/**
|
|
3335
|
-
* @docs-private
|
|
3336
|
-
*/
|
|
3337
|
-
this.class = true;
|
|
3338
|
-
}
|
|
3339
|
-
}
|
|
3340
|
-
/** @nocollapse */ DaffListSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3341
|
-
/** @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 });
|
|
3342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListSubheaderDirective, decorators: [{
|
|
3343
|
-
type: Directive,
|
|
3344
|
-
args: [{
|
|
3345
|
-
selector: '[daffListSubheader]',
|
|
3346
|
-
}]
|
|
3347
|
-
}], propDecorators: { class: [{
|
|
3348
|
-
type: HostBinding,
|
|
3349
|
-
args: ['class.daff-list__subheader']
|
|
3350
|
-
}] } });
|
|
3351
|
-
|
|
3352
|
-
var DaffListModeEnum;
|
|
3353
|
-
(function (DaffListModeEnum) {
|
|
3354
|
-
DaffListModeEnum["Multiline"] = "multi-line";
|
|
3355
|
-
DaffListModeEnum["Link"] = "link";
|
|
3356
|
-
DaffListModeEnum["Navigation"] = "navigation";
|
|
3357
|
-
})(DaffListModeEnum || (DaffListModeEnum = {}));
|
|
3358
|
-
var DaffListTypeEnum;
|
|
3359
|
-
(function (DaffListTypeEnum) {
|
|
3360
|
-
DaffListTypeEnum["Default"] = "daff-list";
|
|
3361
|
-
DaffListTypeEnum["Nav"] = "daff-nav-list";
|
|
3362
|
-
})(DaffListTypeEnum || (DaffListTypeEnum = {}));
|
|
3363
|
-
/**
|
|
3364
|
-
* An _elementRef and an instance of renderer2 are needed for the list mixins
|
|
3365
|
-
*/
|
|
3366
|
-
class DaffListBase {
|
|
3367
|
-
constructor(_elementRef, _renderer) {
|
|
3368
|
-
this._elementRef = _elementRef;
|
|
3369
|
-
this._renderer = _renderer;
|
|
3370
|
-
}
|
|
3371
|
-
}
|
|
3372
|
-
const _daffListBase = daffArticleEncapsulatedMixin((DaffListBase));
|
|
3373
|
-
class DaffListComponent extends _daffListBase {
|
|
3374
|
-
constructor(elementRef, renderer) {
|
|
3375
|
-
super(elementRef, renderer);
|
|
3376
|
-
this.elementRef = elementRef;
|
|
3377
|
-
this.renderer = renderer;
|
|
3378
|
-
}
|
|
3379
|
-
/**
|
|
3380
|
-
* @docs-private
|
|
3381
|
-
*/
|
|
3382
|
-
get list() {
|
|
3383
|
-
return this.listType === DaffListTypeEnum.Default;
|
|
3275
|
+
get list() {
|
|
3276
|
+
return this.listType === DaffListTypeEnum.Default;
|
|
3384
3277
|
}
|
|
3385
3278
|
/**
|
|
3386
3279
|
* @docs-private
|
|
@@ -3428,12 +3321,12 @@ class DaffListComponent extends _daffListBase {
|
|
|
3428
3321
|
return this.elementRef.nativeElement;
|
|
3429
3322
|
}
|
|
3430
3323
|
}
|
|
3431
|
-
/** @nocollapse */ DaffListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3432
|
-
/** @nocollapse */ DaffListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3324
|
+
/** @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 });
|
|
3325
|
+
/** @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 });
|
|
3326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListComponent, decorators: [{
|
|
3434
3327
|
type: Component,
|
|
3435
3328
|
args: [{ selector: 'daff-list' + ',' +
|
|
3436
|
-
'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
|
|
3329
|
+
'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"] }]
|
|
3437
3330
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { mode: [{
|
|
3438
3331
|
type: Input
|
|
3439
3332
|
}], list: [{
|
|
@@ -3456,21 +3349,87 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3456
3349
|
args: ['attr.role']
|
|
3457
3350
|
}] } });
|
|
3458
3351
|
|
|
3352
|
+
class DaffListItemComponent {
|
|
3353
|
+
constructor(elementRef) {
|
|
3354
|
+
this.elementRef = elementRef;
|
|
3355
|
+
/**
|
|
3356
|
+
* @docs-private
|
|
3357
|
+
*/
|
|
3358
|
+
this.class = true;
|
|
3359
|
+
}
|
|
3360
|
+
/**
|
|
3361
|
+
* Sets the role for a regular `<daff-list-item>` to listitem.
|
|
3362
|
+
*
|
|
3363
|
+
* @docs-private
|
|
3364
|
+
*/
|
|
3365
|
+
get role() {
|
|
3366
|
+
return this._isAnchor() ? null : 'listitem';
|
|
3367
|
+
}
|
|
3368
|
+
;
|
|
3369
|
+
_getHostElement() {
|
|
3370
|
+
return this.elementRef.nativeElement;
|
|
3371
|
+
}
|
|
3372
|
+
/** Gets whether a list item has one of the given attributes. */
|
|
3373
|
+
_isAnchor() {
|
|
3374
|
+
return this.elementRef.nativeElement.localName === 'a';
|
|
3375
|
+
}
|
|
3376
|
+
}
|
|
3377
|
+
/** @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 });
|
|
3378
|
+
/** @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 });
|
|
3379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListItemComponent, decorators: [{
|
|
3380
|
+
type: Component,
|
|
3381
|
+
args: [{ selector: 'daff-list-item' + ',' +
|
|
3382
|
+
'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>" }]
|
|
3383
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
|
|
3384
|
+
type: HostBinding,
|
|
3385
|
+
args: ['class.daff-list-item']
|
|
3386
|
+
}], _prefix: [{
|
|
3387
|
+
type: ContentChild,
|
|
3388
|
+
args: [DaffPrefixDirective]
|
|
3389
|
+
}], _suffix: [{
|
|
3390
|
+
type: ContentChild,
|
|
3391
|
+
args: [DaffSuffixDirective]
|
|
3392
|
+
}], role: [{
|
|
3393
|
+
type: HostBinding,
|
|
3394
|
+
args: ['attr.role']
|
|
3395
|
+
}] } });
|
|
3396
|
+
|
|
3397
|
+
/**
|
|
3398
|
+
* @deprecated
|
|
3399
|
+
*/
|
|
3400
|
+
class DaffListSubheaderDirective {
|
|
3401
|
+
constructor() {
|
|
3402
|
+
/**
|
|
3403
|
+
* @docs-private
|
|
3404
|
+
*/
|
|
3405
|
+
this.class = true;
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3408
|
+
/** @nocollapse */ DaffListSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3409
|
+
/** @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 });
|
|
3410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListSubheaderDirective, decorators: [{
|
|
3411
|
+
type: Directive,
|
|
3412
|
+
args: [{
|
|
3413
|
+
selector: '[daffListSubheader]',
|
|
3414
|
+
}]
|
|
3415
|
+
}], propDecorators: { class: [{
|
|
3416
|
+
type: HostBinding,
|
|
3417
|
+
args: ['class.daff-list__subheader']
|
|
3418
|
+
}] } });
|
|
3419
|
+
|
|
3459
3420
|
class DaffListModule {
|
|
3460
3421
|
}
|
|
3461
|
-
/** @nocollapse */ DaffListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3462
|
-
/** @nocollapse */ DaffListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3422
|
+
/** @nocollapse */ DaffListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3423
|
+
/** @nocollapse */ DaffListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, declarations: [DaffListComponent,
|
|
3463
3424
|
DaffListSubheaderDirective,
|
|
3464
3425
|
DaffListItemComponent], imports: [CommonModule,
|
|
3465
3426
|
DaffPrefixSuffixModule], exports: [DaffListComponent,
|
|
3466
3427
|
DaffListSubheaderDirective,
|
|
3467
3428
|
DaffListItemComponent,
|
|
3468
3429
|
DaffPrefixSuffixModule] });
|
|
3469
|
-
/** @nocollapse */ DaffListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
], DaffPrefixSuffixModule] });
|
|
3473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListModule, decorators: [{
|
|
3430
|
+
/** @nocollapse */ DaffListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, imports: [CommonModule,
|
|
3431
|
+
DaffPrefixSuffixModule, DaffPrefixSuffixModule] });
|
|
3432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, decorators: [{
|
|
3474
3433
|
type: NgModule,
|
|
3475
3434
|
args: [{
|
|
3476
3435
|
imports: [
|
|
@@ -3559,9 +3518,9 @@ class DaffMenuService {
|
|
|
3559
3518
|
this.$_open.next(true);
|
|
3560
3519
|
}
|
|
3561
3520
|
}
|
|
3562
|
-
/** @nocollapse */ DaffMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3563
|
-
/** @nocollapse */ DaffMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3521
|
+
/** @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 });
|
|
3522
|
+
/** @nocollapse */ DaffMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService });
|
|
3523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService, decorators: [{
|
|
3565
3524
|
type: Injectable
|
|
3566
3525
|
}], ctorParameters: function () { return [{ type: i1$3.Overlay }]; } });
|
|
3567
3526
|
|
|
@@ -3591,9 +3550,9 @@ class DaffMenuActivatorDirective {
|
|
|
3591
3550
|
this.service.open(this.viewContainerRef, this.daffMenuActivator);
|
|
3592
3551
|
}
|
|
3593
3552
|
}
|
|
3594
|
-
/** @nocollapse */ DaffMenuActivatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3595
|
-
/** @nocollapse */ DaffMenuActivatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3553
|
+
/** @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 });
|
|
3554
|
+
/** @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 });
|
|
3555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuActivatorDirective, decorators: [{
|
|
3597
3556
|
type: Directive,
|
|
3598
3557
|
args: [{
|
|
3599
3558
|
selector: '[daffMenuActivator]',
|
|
@@ -3608,37 +3567,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3608
3567
|
args: ['click', ['$event']]
|
|
3609
3568
|
}] } });
|
|
3610
3569
|
|
|
3611
|
-
class DaffMenuItemComponent {
|
|
3612
|
-
constructor() {
|
|
3613
|
-
/**
|
|
3614
|
-
* @docs-private
|
|
3615
|
-
*/
|
|
3616
|
-
this.class = true;
|
|
3617
|
-
/**
|
|
3618
|
-
* Sets the role of the component to menuitem.
|
|
3619
|
-
*
|
|
3620
|
-
* @docs-private
|
|
3621
|
-
*/
|
|
3622
|
-
this.role = 'menuitem';
|
|
3623
|
-
}
|
|
3624
|
-
}
|
|
3625
|
-
/** @nocollapse */ DaffMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3626
|
-
/** @nocollapse */ DaffMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuItemComponent, decorators: [{
|
|
3628
|
-
type: Component,
|
|
3629
|
-
args: [{ selector: 'a[daff-menu-item]' + ',' +
|
|
3630
|
-
'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"] }]
|
|
3631
|
-
}], propDecorators: { class: [{
|
|
3632
|
-
type: HostBinding,
|
|
3633
|
-
args: ['class.daff-menu-item']
|
|
3634
|
-
}], role: [{
|
|
3635
|
-
type: HostBinding,
|
|
3636
|
-
args: ['attr.role']
|
|
3637
|
-
}], _prefix: [{
|
|
3638
|
-
type: ContentChild,
|
|
3639
|
-
args: [DaffPrefixDirective]
|
|
3640
|
-
}] } });
|
|
3641
|
-
|
|
3642
3570
|
const daffFocusableElementsSelector = 'a[href],a[routerlink], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])';
|
|
3643
3571
|
|
|
3644
3572
|
class DaffFocusStackService {
|
|
@@ -3662,8 +3590,8 @@ class DaffFocusStackService {
|
|
|
3662
3590
|
* this._focusStack.push(this._doc.activeElement);
|
|
3663
3591
|
* ```
|
|
3664
3592
|
*/
|
|
3665
|
-
push(el) {
|
|
3666
|
-
this._stack.push(el);
|
|
3593
|
+
push(el = undefined) {
|
|
3594
|
+
this._stack.push(el ?? this.document.activeElement);
|
|
3667
3595
|
return this._stack.length;
|
|
3668
3596
|
}
|
|
3669
3597
|
/**
|
|
@@ -3699,9 +3627,9 @@ class DaffFocusStackService {
|
|
|
3699
3627
|
return this.document.activeElement;
|
|
3700
3628
|
}
|
|
3701
3629
|
}
|
|
3702
|
-
/** @nocollapse */ DaffFocusStackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3703
|
-
/** @nocollapse */ DaffFocusStackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3630
|
+
/** @nocollapse */ DaffFocusStackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3631
|
+
/** @nocollapse */ DaffFocusStackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, providedIn: 'root' });
|
|
3632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, decorators: [{
|
|
3705
3633
|
type: Injectable,
|
|
3706
3634
|
args: [{ providedIn: 'root' }]
|
|
3707
3635
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -3748,9 +3676,9 @@ class DaffMenuComponent {
|
|
|
3748
3676
|
}
|
|
3749
3677
|
}
|
|
3750
3678
|
}
|
|
3751
|
-
/** @nocollapse */ DaffMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3752
|
-
/** @nocollapse */ DaffMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3679
|
+
/** @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 });
|
|
3680
|
+
/** @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 });
|
|
3681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuComponent, decorators: [{
|
|
3754
3682
|
type: Component,
|
|
3755
3683
|
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"] }]
|
|
3756
3684
|
}], ctorParameters: function () { return [{ type: i1$4.ConfigurableFocusTrapFactory }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: DaffMenuService }]; }, propDecorators: { class: [{
|
|
@@ -3764,22 +3692,51 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3764
3692
|
args: ['attr.role']
|
|
3765
3693
|
}] } });
|
|
3766
3694
|
|
|
3695
|
+
class DaffMenuItemComponent {
|
|
3696
|
+
constructor() {
|
|
3697
|
+
/**
|
|
3698
|
+
* @docs-private
|
|
3699
|
+
*/
|
|
3700
|
+
this.class = true;
|
|
3701
|
+
/**
|
|
3702
|
+
* Sets the role of the component to menuitem.
|
|
3703
|
+
*
|
|
3704
|
+
* @docs-private
|
|
3705
|
+
*/
|
|
3706
|
+
this.role = 'menuitem';
|
|
3707
|
+
}
|
|
3708
|
+
}
|
|
3709
|
+
/** @nocollapse */ DaffMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3710
|
+
/** @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 });
|
|
3711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuItemComponent, decorators: [{
|
|
3712
|
+
type: Component,
|
|
3713
|
+
args: [{ selector: 'a[daff-menu-item]' + ',' +
|
|
3714
|
+
'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"] }]
|
|
3715
|
+
}], propDecorators: { class: [{
|
|
3716
|
+
type: HostBinding,
|
|
3717
|
+
args: ['class.daff-menu-item']
|
|
3718
|
+
}], role: [{
|
|
3719
|
+
type: HostBinding,
|
|
3720
|
+
args: ['attr.role']
|
|
3721
|
+
}], _prefix: [{
|
|
3722
|
+
type: ContentChild,
|
|
3723
|
+
args: [DaffPrefixDirective]
|
|
3724
|
+
}] } });
|
|
3725
|
+
|
|
3767
3726
|
class DaffMenuModule {
|
|
3768
3727
|
}
|
|
3769
|
-
/** @nocollapse */ DaffMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3770
|
-
/** @nocollapse */ DaffMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3728
|
+
/** @nocollapse */ DaffMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3729
|
+
/** @nocollapse */ DaffMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, declarations: [DaffMenuActivatorDirective,
|
|
3771
3730
|
DaffMenuComponent,
|
|
3772
3731
|
DaffMenuItemComponent], imports: [CommonModule,
|
|
3773
3732
|
OverlayModule], exports: [DaffMenuActivatorDirective,
|
|
3774
3733
|
DaffMenuComponent,
|
|
3775
3734
|
DaffMenuItemComponent] });
|
|
3776
|
-
/** @nocollapse */ DaffMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3735
|
+
/** @nocollapse */ DaffMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, providers: [
|
|
3777
3736
|
DaffMenuService,
|
|
3778
|
-
], imports: [
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
]] });
|
|
3782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuModule, decorators: [{
|
|
3737
|
+
], imports: [CommonModule,
|
|
3738
|
+
OverlayModule] });
|
|
3739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, decorators: [{
|
|
3783
3740
|
type: NgModule,
|
|
3784
3741
|
args: [{
|
|
3785
3742
|
imports: [
|
|
@@ -3875,9 +3832,9 @@ class DaffModalComponent {
|
|
|
3875
3832
|
}
|
|
3876
3833
|
}
|
|
3877
3834
|
}
|
|
3878
|
-
/** @nocollapse */ DaffModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3879
|
-
/** @nocollapse */ DaffModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3835
|
+
/** @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 });
|
|
3836
|
+
/** @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 });
|
|
3837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalComponent, decorators: [{
|
|
3881
3838
|
type: Component,
|
|
3882
3839
|
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"] }]
|
|
3883
3840
|
}], ctorParameters: function () { return [{ type: i1$4.ConfigurableFocusTrapFactory }, { type: i0.ElementRef }]; }, propDecorators: { modalClass: [{
|
|
@@ -3898,18 +3855,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3898
3855
|
|
|
3899
3856
|
class DaffModalActionsComponent {
|
|
3900
3857
|
}
|
|
3901
|
-
/** @nocollapse */ DaffModalActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3902
|
-
/** @nocollapse */ DaffModalActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3858
|
+
/** @nocollapse */ DaffModalActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3859
|
+
/** @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 });
|
|
3860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalActionsComponent, decorators: [{
|
|
3904
3861
|
type: Component,
|
|
3905
3862
|
args: [{ selector: 'daff-modal-actions', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;padding-top:24px}\n"] }]
|
|
3906
3863
|
}] });
|
|
3907
3864
|
|
|
3908
3865
|
class DaffModalContentComponent {
|
|
3909
3866
|
}
|
|
3910
|
-
/** @nocollapse */ DaffModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3911
|
-
/** @nocollapse */ DaffModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3867
|
+
/** @nocollapse */ DaffModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3868
|
+
/** @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 });
|
|
3869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalContentComponent, decorators: [{
|
|
3913
3870
|
type: Component,
|
|
3914
3871
|
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"] }]
|
|
3915
3872
|
}] });
|
|
@@ -3922,9 +3879,9 @@ class DaffModalHeaderComponent {
|
|
|
3922
3879
|
this.class = true;
|
|
3923
3880
|
}
|
|
3924
3881
|
}
|
|
3925
|
-
/** @nocollapse */ DaffModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3926
|
-
/** @nocollapse */ DaffModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3882
|
+
/** @nocollapse */ DaffModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3883
|
+
/** @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 });
|
|
3884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalHeaderComponent, decorators: [{
|
|
3928
3885
|
type: Component,
|
|
3929
3886
|
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"] }]
|
|
3930
3887
|
}], propDecorators: { class: [{
|
|
@@ -3940,9 +3897,9 @@ class DaffModalTitleDirective {
|
|
|
3940
3897
|
this.class = true;
|
|
3941
3898
|
}
|
|
3942
3899
|
}
|
|
3943
|
-
/** @nocollapse */ DaffModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3944
|
-
/** @nocollapse */ DaffModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3900
|
+
/** @nocollapse */ DaffModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3901
|
+
/** @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 });
|
|
3902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalTitleDirective, decorators: [{
|
|
3946
3903
|
type: Directive,
|
|
3947
3904
|
args: [{
|
|
3948
3905
|
selector: '[daffModalTitle]',
|
|
@@ -3954,8 +3911,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3954
3911
|
|
|
3955
3912
|
class DaffModalModule {
|
|
3956
3913
|
}
|
|
3957
|
-
/** @nocollapse */ DaffModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3958
|
-
/** @nocollapse */ DaffModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3914
|
+
/** @nocollapse */ DaffModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3915
|
+
/** @nocollapse */ DaffModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, declarations: [DaffModalComponent,
|
|
3959
3916
|
DaffModalHeaderComponent,
|
|
3960
3917
|
DaffModalTitleDirective,
|
|
3961
3918
|
DaffModalContentComponent,
|
|
@@ -3965,12 +3922,10 @@ class DaffModalModule {
|
|
|
3965
3922
|
DaffModalTitleDirective,
|
|
3966
3923
|
DaffModalContentComponent,
|
|
3967
3924
|
DaffModalActionsComponent] });
|
|
3968
|
-
/** @nocollapse */ DaffModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
]] });
|
|
3973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffModalModule, decorators: [{
|
|
3925
|
+
/** @nocollapse */ DaffModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, imports: [CommonModule,
|
|
3926
|
+
PortalModule,
|
|
3927
|
+
OverlayModule] });
|
|
3928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, decorators: [{
|
|
3974
3929
|
type: NgModule,
|
|
3975
3930
|
args: [{
|
|
3976
3931
|
imports: [
|
|
@@ -4048,9 +4003,9 @@ class DaffModalService {
|
|
|
4048
4003
|
modal.modal.instance.closedAnimationCompleted.subscribe((e) => this._removeModal(modal));
|
|
4049
4004
|
}
|
|
4050
4005
|
}
|
|
4051
|
-
/** @nocollapse */ DaffModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4052
|
-
/** @nocollapse */ DaffModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4006
|
+
/** @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 });
|
|
4007
|
+
/** @nocollapse */ DaffModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, providedIn: DaffModalModule });
|
|
4008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, decorators: [{
|
|
4054
4009
|
type: Injectable,
|
|
4055
4010
|
args: [{
|
|
4056
4011
|
providedIn: DaffModalModule,
|
|
@@ -4103,9 +4058,9 @@ class DaffNavbarComponent extends _daffNavbarBase {
|
|
|
4103
4058
|
}
|
|
4104
4059
|
;
|
|
4105
4060
|
}
|
|
4106
|
-
/** @nocollapse */ DaffNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4107
|
-
/** @nocollapse */ DaffNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4061
|
+
/** @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 });
|
|
4062
|
+
/** @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 });
|
|
4063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarComponent, decorators: [{
|
|
4109
4064
|
type: Component,
|
|
4110
4065
|
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"] }]
|
|
4111
4066
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { raised: [{
|
|
@@ -4120,10 +4075,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4120
4075
|
|
|
4121
4076
|
class DaffNavbarModule {
|
|
4122
4077
|
}
|
|
4123
|
-
/** @nocollapse */ DaffNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4124
|
-
/** @nocollapse */ DaffNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4125
|
-
/** @nocollapse */ DaffNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4078
|
+
/** @nocollapse */ DaffNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4079
|
+
/** @nocollapse */ DaffNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, declarations: [DaffNavbarComponent], exports: [DaffNavbarComponent] });
|
|
4080
|
+
/** @nocollapse */ DaffNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule });
|
|
4081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, decorators: [{
|
|
4127
4082
|
type: NgModule,
|
|
4128
4083
|
args: [{
|
|
4129
4084
|
declarations: [
|
|
@@ -4274,9 +4229,9 @@ class DaffPaginatorComponent extends _daffPaginatorBase {
|
|
|
4274
4229
|
return this.currentPage === this.numberOfPages;
|
|
4275
4230
|
}
|
|
4276
4231
|
}
|
|
4277
|
-
/** @nocollapse */ DaffPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4278
|
-
/** @nocollapse */ DaffPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4232
|
+
/** @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 });
|
|
4233
|
+
/** @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 });
|
|
4234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, decorators: [{
|
|
4280
4235
|
type: Component,
|
|
4281
4236
|
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"] }]
|
|
4282
4237
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -4295,16 +4250,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4295
4250
|
|
|
4296
4251
|
class DaffPaginatorModule {
|
|
4297
4252
|
}
|
|
4298
|
-
/** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4299
|
-
/** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4253
|
+
/** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4254
|
+
/** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, declarations: [DaffPaginatorComponent], imports: [CommonModule,
|
|
4300
4255
|
FontAwesomeModule,
|
|
4301
4256
|
DaffButtonModule], exports: [DaffPaginatorComponent] });
|
|
4302
|
-
/** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
]] });
|
|
4307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffPaginatorModule, decorators: [{
|
|
4257
|
+
/** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, imports: [CommonModule,
|
|
4258
|
+
FontAwesomeModule,
|
|
4259
|
+
DaffButtonModule] });
|
|
4260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, decorators: [{
|
|
4308
4261
|
type: NgModule,
|
|
4309
4262
|
args: [{
|
|
4310
4263
|
imports: [
|
|
@@ -4416,9 +4369,9 @@ class DaffQtyDropdownComponent {
|
|
|
4416
4369
|
});
|
|
4417
4370
|
}
|
|
4418
4371
|
}
|
|
4419
|
-
/** @nocollapse */ DaffQtyDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4420
|
-
/** @nocollapse */ DaffQtyDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4372
|
+
/** @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 });
|
|
4373
|
+
/** @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"] }] });
|
|
4374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, decorators: [{
|
|
4422
4375
|
type: Component,
|
|
4423
4376
|
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"] }]
|
|
4424
4377
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { qty: [{
|
|
@@ -4431,20 +4384,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4431
4384
|
|
|
4432
4385
|
class DaffQtyDropdownModule {
|
|
4433
4386
|
}
|
|
4434
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4435
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4387
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4388
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, declarations: [DaffQtyDropdownComponent], imports: [CommonModule,
|
|
4436
4389
|
FormsModule,
|
|
4437
4390
|
DaffFormFieldModule,
|
|
4438
4391
|
DaffNativeSelectModule,
|
|
4439
4392
|
DaffInputModule], exports: [DaffQtyDropdownComponent] });
|
|
4440
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
]] });
|
|
4447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
|
|
4393
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, imports: [CommonModule,
|
|
4394
|
+
FormsModule,
|
|
4395
|
+
DaffFormFieldModule,
|
|
4396
|
+
DaffNativeSelectModule,
|
|
4397
|
+
DaffInputModule] });
|
|
4398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
|
|
4448
4399
|
type: NgModule,
|
|
4449
4400
|
args: [{
|
|
4450
4401
|
imports: [
|
|
@@ -4587,15 +4538,15 @@ class DaffSidebarComponent {
|
|
|
4587
4538
|
return this._elementRef.nativeElement.offsetWidth;
|
|
4588
4539
|
}
|
|
4589
4540
|
}
|
|
4590
|
-
/** @nocollapse */ DaffSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4591
|
-
/** @nocollapse */ DaffSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4541
|
+
/** @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 });
|
|
4542
|
+
/** @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: [
|
|
4592
4543
|
daffSidebarAnimations.transformSidebar,
|
|
4593
4544
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarComponent, decorators: [{
|
|
4595
4546
|
type: Component,
|
|
4596
4547
|
args: [{ selector: 'daff-sidebar', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
4597
4548
|
daffSidebarAnimations.transformSidebar,
|
|
4598
|
-
], 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}
|
|
4549
|
+
], 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"] }]
|
|
4599
4550
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { classes: [{
|
|
4600
4551
|
type: HostBinding,
|
|
4601
4552
|
args: ['class']
|
|
@@ -4621,7 +4572,7 @@ const sidebarViewportBackdropInteractable = (sidebars) => sidebars.reduce((acc,
|
|
|
4621
4572
|
* Given a list of sidebars, compute the associated content shift.
|
|
4622
4573
|
*/
|
|
4623
4574
|
const sidebarViewportContentPadding = (sidebars, side) => sidebars.reduce((acc, sidebar) => {
|
|
4624
|
-
if (!(sidebar.mode === "side-fixed" /* SideFixed */ && sidebar.open)) {
|
|
4575
|
+
if (!(sidebar.mode === "side-fixed" /* DaffSidebarModeEnum.SideFixed */ && sidebar.open)) {
|
|
4625
4576
|
return acc;
|
|
4626
4577
|
}
|
|
4627
4578
|
if (sidebar.side === side) {
|
|
@@ -4753,11 +4704,11 @@ class DaffSidebarViewportComponent {
|
|
|
4753
4704
|
this.backdropClicked.emit();
|
|
4754
4705
|
}
|
|
4755
4706
|
}
|
|
4756
|
-
/** @nocollapse */ DaffSidebarViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4757
|
-
/** @nocollapse */ DaffSidebarViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4707
|
+
/** @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 });
|
|
4708
|
+
/** @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: [
|
|
4758
4709
|
daffSidebarAnimations.transformContent,
|
|
4759
4710
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarViewportComponent, decorators: [{
|
|
4761
4712
|
type: Component,
|
|
4762
4713
|
args: [{ selector: 'daff-sidebar-viewport', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
4763
4714
|
daffSidebarAnimations.transformContent,
|
|
@@ -4771,18 +4722,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4771
4722
|
|
|
4772
4723
|
class DaffSidebarModule {
|
|
4773
4724
|
}
|
|
4774
|
-
/** @nocollapse */ DaffSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4775
|
-
/** @nocollapse */ DaffSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4725
|
+
/** @nocollapse */ DaffSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4726
|
+
/** @nocollapse */ DaffSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, declarations: [DaffSidebarComponent,
|
|
4776
4727
|
DaffSidebarViewportComponent], imports: [CommonModule,
|
|
4777
4728
|
DaffBackdropModule,
|
|
4778
4729
|
A11yModule], exports: [DaffSidebarComponent,
|
|
4779
4730
|
DaffSidebarViewportComponent] });
|
|
4780
|
-
/** @nocollapse */ DaffSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
]] });
|
|
4785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffSidebarModule, decorators: [{
|
|
4731
|
+
/** @nocollapse */ DaffSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, imports: [CommonModule,
|
|
4732
|
+
DaffBackdropModule,
|
|
4733
|
+
A11yModule] });
|
|
4734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, decorators: [{
|
|
4786
4735
|
type: NgModule,
|
|
4787
4736
|
args: [{
|
|
4788
4737
|
imports: [
|
|
@@ -4801,140 +4750,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4801
4750
|
}]
|
|
4802
4751
|
}] });
|
|
4803
4752
|
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4753
|
+
function daffCompactableMixin(Base, defaultCompact = false) {
|
|
4754
|
+
return class extends Base {
|
|
4755
|
+
constructor(...args) {
|
|
4756
|
+
super(...args);
|
|
4757
|
+
this.compact = defaultCompact;
|
|
4758
|
+
}
|
|
4759
|
+
get compact() {
|
|
4760
|
+
return this._compact;
|
|
4761
|
+
}
|
|
4762
|
+
set compact(value) {
|
|
4763
|
+
// Handles the default compact
|
|
4764
|
+
const incomingCompact = value || defaultCompact;
|
|
4765
|
+
if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs
|
|
4766
|
+
return;
|
|
4767
|
+
}
|
|
4768
|
+
if (incomingCompact) {
|
|
4769
|
+
this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4770
|
+
}
|
|
4771
|
+
else {
|
|
4772
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4773
|
+
}
|
|
4774
|
+
this._compact = incomingCompact;
|
|
4775
|
+
}
|
|
4776
|
+
};
|
|
4811
4777
|
}
|
|
4812
|
-
/** @nocollapse */ DaffHeroBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4813
|
-
/** @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 });
|
|
4814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroBodyDirective, decorators: [{
|
|
4815
|
-
type: Directive,
|
|
4816
|
-
args: [{
|
|
4817
|
-
selector: '[daffHeroBody]',
|
|
4818
|
-
}]
|
|
4819
|
-
}], propDecorators: { class: [{
|
|
4820
|
-
type: HostBinding,
|
|
4821
|
-
args: ['class.daff-hero__body']
|
|
4822
|
-
}] } });
|
|
4823
4778
|
|
|
4824
|
-
|
|
4825
|
-
|
|
4779
|
+
function daffTextAlignmentMixin(Base, defaultTextAlignment) {
|
|
4780
|
+
class DaffTextAlignableMixin extends Base {
|
|
4781
|
+
constructor(...args) {
|
|
4782
|
+
super(...args);
|
|
4783
|
+
this.textAlignment = defaultTextAlignment;
|
|
4784
|
+
}
|
|
4826
4785
|
/**
|
|
4827
|
-
*
|
|
4828
|
-
*/
|
|
4829
|
-
this.class = true;
|
|
4830
|
-
}
|
|
4831
|
-
}
|
|
4832
|
-
/** @nocollapse */ DaffHeroIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4833
|
-
/** @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 });
|
|
4834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroIconDirective, decorators: [{
|
|
4835
|
-
type: Directive,
|
|
4836
|
-
args: [{
|
|
4837
|
-
selector: '[daffHeroIcon]',
|
|
4838
|
-
}]
|
|
4839
|
-
}], propDecorators: { class: [{
|
|
4840
|
-
type: HostBinding,
|
|
4841
|
-
args: ['class.daff-hero__icon']
|
|
4842
|
-
}] } });
|
|
4843
|
-
|
|
4844
|
-
class DaffHeroSubtitleDirective {
|
|
4845
|
-
constructor() {
|
|
4846
|
-
/**
|
|
4847
|
-
* @docs-private
|
|
4848
|
-
*/
|
|
4849
|
-
this.class = true;
|
|
4850
|
-
}
|
|
4851
|
-
}
|
|
4852
|
-
/** @nocollapse */ DaffHeroSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4853
|
-
/** @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 });
|
|
4854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroSubtitleDirective, decorators: [{
|
|
4855
|
-
type: Directive,
|
|
4856
|
-
args: [{
|
|
4857
|
-
selector: '[daffHeroSubtitle]',
|
|
4858
|
-
}]
|
|
4859
|
-
}], propDecorators: { class: [{
|
|
4860
|
-
type: HostBinding,
|
|
4861
|
-
args: ['class.daff-hero__subtitle']
|
|
4862
|
-
}] } });
|
|
4863
|
-
|
|
4864
|
-
class DaffHeroTaglineDirective {
|
|
4865
|
-
constructor() {
|
|
4866
|
-
/**
|
|
4867
|
-
* @docs-private
|
|
4868
|
-
*/
|
|
4869
|
-
this.class = true;
|
|
4870
|
-
}
|
|
4871
|
-
}
|
|
4872
|
-
/** @nocollapse */ DaffHeroTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4873
|
-
/** @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 });
|
|
4874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTaglineDirective, decorators: [{
|
|
4875
|
-
type: Directive,
|
|
4876
|
-
args: [{
|
|
4877
|
-
selector: '[daffHeroTagline]',
|
|
4878
|
-
}]
|
|
4879
|
-
}], propDecorators: { class: [{
|
|
4880
|
-
type: HostBinding,
|
|
4881
|
-
args: ['class.daff-hero__tagline']
|
|
4882
|
-
}] } });
|
|
4883
|
-
|
|
4884
|
-
class DaffHeroTitleDirective {
|
|
4885
|
-
constructor() {
|
|
4886
|
-
/**
|
|
4887
|
-
* @docs-private
|
|
4888
|
-
*/
|
|
4889
|
-
this.class = true;
|
|
4890
|
-
}
|
|
4891
|
-
}
|
|
4892
|
-
/** @nocollapse */ DaffHeroTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4893
|
-
/** @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 });
|
|
4894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTitleDirective, decorators: [{
|
|
4895
|
-
type: Directive,
|
|
4896
|
-
args: [{
|
|
4897
|
-
selector: '[daffHeroTitle]',
|
|
4898
|
-
}]
|
|
4899
|
-
}], propDecorators: { class: [{
|
|
4900
|
-
type: HostBinding,
|
|
4901
|
-
args: ['class.daff-hero__title']
|
|
4902
|
-
}] } });
|
|
4903
|
-
|
|
4904
|
-
function daffCompactableMixin(Base, defaultCompact = false) {
|
|
4905
|
-
return class extends Base {
|
|
4906
|
-
constructor(...args) {
|
|
4907
|
-
super(...args);
|
|
4908
|
-
this.compact = defaultCompact;
|
|
4909
|
-
}
|
|
4910
|
-
get compact() {
|
|
4911
|
-
return this._compact;
|
|
4912
|
-
}
|
|
4913
|
-
set compact(value) {
|
|
4914
|
-
// Handles the default compact
|
|
4915
|
-
const incomingCompact = value || defaultCompact;
|
|
4916
|
-
if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs
|
|
4917
|
-
return;
|
|
4918
|
-
}
|
|
4919
|
-
if (incomingCompact) {
|
|
4920
|
-
this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4921
|
-
}
|
|
4922
|
-
else {
|
|
4923
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4924
|
-
}
|
|
4925
|
-
this._compact = incomingCompact;
|
|
4926
|
-
}
|
|
4927
|
-
};
|
|
4928
|
-
}
|
|
4929
|
-
|
|
4930
|
-
function daffTextAlignmentMixin(Base, defaultTextAlignment) {
|
|
4931
|
-
class DaffTextAlignableMixin extends Base {
|
|
4932
|
-
constructor(...args) {
|
|
4933
|
-
super(...args);
|
|
4934
|
-
this.textAlignment = defaultTextAlignment;
|
|
4935
|
-
}
|
|
4936
|
-
/**
|
|
4937
|
-
* Controls text alignment for component-specific UI
|
|
4786
|
+
* Controls text alignment for component-specific UI
|
|
4938
4787
|
*/
|
|
4939
4788
|
get textAlignment() {
|
|
4940
4789
|
return this._textAlignment;
|
|
@@ -5006,9 +4855,9 @@ class DaffHeroComponent extends _daffHeroBase {
|
|
|
5006
4855
|
return this.size === DaffHeroSizeEnum.Compact || this.compact === true || this.size === DaffHeroSizeEnum.Small;
|
|
5007
4856
|
}
|
|
5008
4857
|
}
|
|
5009
|
-
/** @nocollapse */ DaffHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5010
|
-
/** @nocollapse */ DaffHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4858
|
+
/** @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 });
|
|
4859
|
+
/** @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 });
|
|
4860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroComponent, decorators: [{
|
|
5012
4861
|
type: Component,
|
|
5013
4862
|
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"] }]
|
|
5014
4863
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
|
|
@@ -5026,49 +4875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5026
4875
|
args: ['class.daff-hero--compact']
|
|
5027
4876
|
}] } });
|
|
5028
4877
|
|
|
5029
|
-
class
|
|
5030
|
-
}
|
|
5031
|
-
/** @nocollapse */ DaffHeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5032
|
-
/** @nocollapse */ DaffHeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, declarations: [DaffHeroComponent,
|
|
5033
|
-
DaffHeroIconDirective,
|
|
5034
|
-
DaffHeroTaglineDirective,
|
|
5035
|
-
DaffHeroTitleDirective,
|
|
5036
|
-
DaffHeroSubtitleDirective,
|
|
5037
|
-
DaffHeroBodyDirective], imports: [CommonModule], exports: [DaffHeroComponent,
|
|
5038
|
-
DaffHeroIconDirective,
|
|
5039
|
-
DaffHeroTaglineDirective,
|
|
5040
|
-
DaffHeroTitleDirective,
|
|
5041
|
-
DaffHeroSubtitleDirective,
|
|
5042
|
-
DaffHeroBodyDirective] });
|
|
5043
|
-
/** @nocollapse */ DaffHeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, imports: [[
|
|
5044
|
-
CommonModule,
|
|
5045
|
-
]] });
|
|
5046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, decorators: [{
|
|
5047
|
-
type: NgModule,
|
|
5048
|
-
args: [{
|
|
5049
|
-
imports: [
|
|
5050
|
-
CommonModule,
|
|
5051
|
-
],
|
|
5052
|
-
declarations: [
|
|
5053
|
-
DaffHeroComponent,
|
|
5054
|
-
DaffHeroIconDirective,
|
|
5055
|
-
DaffHeroTaglineDirective,
|
|
5056
|
-
DaffHeroTitleDirective,
|
|
5057
|
-
DaffHeroSubtitleDirective,
|
|
5058
|
-
DaffHeroBodyDirective,
|
|
5059
|
-
],
|
|
5060
|
-
exports: [
|
|
5061
|
-
DaffHeroComponent,
|
|
5062
|
-
DaffHeroIconDirective,
|
|
5063
|
-
DaffHeroTaglineDirective,
|
|
5064
|
-
DaffHeroTitleDirective,
|
|
5065
|
-
DaffHeroSubtitleDirective,
|
|
5066
|
-
DaffHeroBodyDirective,
|
|
5067
|
-
],
|
|
5068
|
-
}]
|
|
5069
|
-
}] });
|
|
5070
|
-
|
|
5071
|
-
class DaffCalloutBodyDirective {
|
|
4878
|
+
class DaffHeroBodyDirective {
|
|
5072
4879
|
constructor() {
|
|
5073
4880
|
/**
|
|
5074
4881
|
* @docs-private
|
|
@@ -5076,19 +4883,19 @@ class DaffCalloutBodyDirective {
|
|
|
5076
4883
|
this.class = true;
|
|
5077
4884
|
}
|
|
5078
4885
|
}
|
|
5079
|
-
/** @nocollapse */
|
|
5080
|
-
/** @nocollapse */
|
|
5081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4886
|
+
/** @nocollapse */ DaffHeroBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4887
|
+
/** @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 });
|
|
4888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroBodyDirective, decorators: [{
|
|
5082
4889
|
type: Directive,
|
|
5083
4890
|
args: [{
|
|
5084
|
-
selector: '[
|
|
4891
|
+
selector: '[daffHeroBody]',
|
|
5085
4892
|
}]
|
|
5086
4893
|
}], propDecorators: { class: [{
|
|
5087
4894
|
type: HostBinding,
|
|
5088
|
-
args: ['class.daff-
|
|
4895
|
+
args: ['class.daff-hero__body']
|
|
5089
4896
|
}] } });
|
|
5090
4897
|
|
|
5091
|
-
class
|
|
4898
|
+
class DaffHeroIconDirective {
|
|
5092
4899
|
constructor() {
|
|
5093
4900
|
/**
|
|
5094
4901
|
* @docs-private
|
|
@@ -5096,19 +4903,19 @@ class DaffCalloutIconDirective {
|
|
|
5096
4903
|
this.class = true;
|
|
5097
4904
|
}
|
|
5098
4905
|
}
|
|
5099
|
-
/** @nocollapse */
|
|
5100
|
-
/** @nocollapse */
|
|
5101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4906
|
+
/** @nocollapse */ DaffHeroIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4907
|
+
/** @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 });
|
|
4908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroIconDirective, decorators: [{
|
|
5102
4909
|
type: Directive,
|
|
5103
4910
|
args: [{
|
|
5104
|
-
selector: '[
|
|
4911
|
+
selector: '[daffHeroIcon]',
|
|
5105
4912
|
}]
|
|
5106
4913
|
}], propDecorators: { class: [{
|
|
5107
4914
|
type: HostBinding,
|
|
5108
|
-
args: ['class.daff-
|
|
4915
|
+
args: ['class.daff-hero__icon']
|
|
5109
4916
|
}] } });
|
|
5110
4917
|
|
|
5111
|
-
class
|
|
4918
|
+
class DaffHeroSubtitleDirective {
|
|
5112
4919
|
constructor() {
|
|
5113
4920
|
/**
|
|
5114
4921
|
* @docs-private
|
|
@@ -5116,19 +4923,19 @@ class DaffCalloutSubtitleDirective {
|
|
|
5116
4923
|
this.class = true;
|
|
5117
4924
|
}
|
|
5118
4925
|
}
|
|
5119
|
-
/** @nocollapse */
|
|
5120
|
-
/** @nocollapse */
|
|
5121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4926
|
+
/** @nocollapse */ DaffHeroSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4927
|
+
/** @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 });
|
|
4928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroSubtitleDirective, decorators: [{
|
|
5122
4929
|
type: Directive,
|
|
5123
4930
|
args: [{
|
|
5124
|
-
selector: '[
|
|
4931
|
+
selector: '[daffHeroSubtitle]',
|
|
5125
4932
|
}]
|
|
5126
4933
|
}], propDecorators: { class: [{
|
|
5127
4934
|
type: HostBinding,
|
|
5128
|
-
args: ['class.daff-
|
|
4935
|
+
args: ['class.daff-hero__subtitle']
|
|
5129
4936
|
}] } });
|
|
5130
4937
|
|
|
5131
|
-
class
|
|
4938
|
+
class DaffHeroTaglineDirective {
|
|
5132
4939
|
constructor() {
|
|
5133
4940
|
/**
|
|
5134
4941
|
* @docs-private
|
|
@@ -5136,19 +4943,19 @@ class DaffCalloutTaglineDirective {
|
|
|
5136
4943
|
this.class = true;
|
|
5137
4944
|
}
|
|
5138
4945
|
}
|
|
5139
|
-
/** @nocollapse */
|
|
5140
|
-
/** @nocollapse */
|
|
5141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4946
|
+
/** @nocollapse */ DaffHeroTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4947
|
+
/** @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 });
|
|
4948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTaglineDirective, decorators: [{
|
|
5142
4949
|
type: Directive,
|
|
5143
4950
|
args: [{
|
|
5144
|
-
selector: '[
|
|
4951
|
+
selector: '[daffHeroTagline]',
|
|
5145
4952
|
}]
|
|
5146
4953
|
}], propDecorators: { class: [{
|
|
5147
4954
|
type: HostBinding,
|
|
5148
|
-
args: ['class.daff-
|
|
4955
|
+
args: ['class.daff-hero__tagline']
|
|
5149
4956
|
}] } });
|
|
5150
4957
|
|
|
5151
|
-
class
|
|
4958
|
+
class DaffHeroTitleDirective {
|
|
5152
4959
|
constructor() {
|
|
5153
4960
|
/**
|
|
5154
4961
|
* @docs-private
|
|
@@ -5156,18 +4963,58 @@ class DaffCalloutTitleDirective {
|
|
|
5156
4963
|
this.class = true;
|
|
5157
4964
|
}
|
|
5158
4965
|
}
|
|
5159
|
-
/** @nocollapse */
|
|
5160
|
-
/** @nocollapse */
|
|
5161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4966
|
+
/** @nocollapse */ DaffHeroTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4967
|
+
/** @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 });
|
|
4968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTitleDirective, decorators: [{
|
|
5162
4969
|
type: Directive,
|
|
5163
4970
|
args: [{
|
|
5164
|
-
selector: '[
|
|
4971
|
+
selector: '[daffHeroTitle]',
|
|
5165
4972
|
}]
|
|
5166
4973
|
}], propDecorators: { class: [{
|
|
5167
4974
|
type: HostBinding,
|
|
5168
|
-
args: ['class.daff-
|
|
4975
|
+
args: ['class.daff-hero__title']
|
|
5169
4976
|
}] } });
|
|
5170
4977
|
|
|
4978
|
+
class DaffHeroModule {
|
|
4979
|
+
}
|
|
4980
|
+
/** @nocollapse */ DaffHeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4981
|
+
/** @nocollapse */ DaffHeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, declarations: [DaffHeroComponent,
|
|
4982
|
+
DaffHeroIconDirective,
|
|
4983
|
+
DaffHeroTaglineDirective,
|
|
4984
|
+
DaffHeroTitleDirective,
|
|
4985
|
+
DaffHeroSubtitleDirective,
|
|
4986
|
+
DaffHeroBodyDirective], imports: [CommonModule], exports: [DaffHeroComponent,
|
|
4987
|
+
DaffHeroIconDirective,
|
|
4988
|
+
DaffHeroTaglineDirective,
|
|
4989
|
+
DaffHeroTitleDirective,
|
|
4990
|
+
DaffHeroSubtitleDirective,
|
|
4991
|
+
DaffHeroBodyDirective] });
|
|
4992
|
+
/** @nocollapse */ DaffHeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, imports: [CommonModule] });
|
|
4993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, decorators: [{
|
|
4994
|
+
type: NgModule,
|
|
4995
|
+
args: [{
|
|
4996
|
+
imports: [
|
|
4997
|
+
CommonModule,
|
|
4998
|
+
],
|
|
4999
|
+
declarations: [
|
|
5000
|
+
DaffHeroComponent,
|
|
5001
|
+
DaffHeroIconDirective,
|
|
5002
|
+
DaffHeroTaglineDirective,
|
|
5003
|
+
DaffHeroTitleDirective,
|
|
5004
|
+
DaffHeroSubtitleDirective,
|
|
5005
|
+
DaffHeroBodyDirective,
|
|
5006
|
+
],
|
|
5007
|
+
exports: [
|
|
5008
|
+
DaffHeroComponent,
|
|
5009
|
+
DaffHeroIconDirective,
|
|
5010
|
+
DaffHeroTaglineDirective,
|
|
5011
|
+
DaffHeroTitleDirective,
|
|
5012
|
+
DaffHeroSubtitleDirective,
|
|
5013
|
+
DaffHeroBodyDirective,
|
|
5014
|
+
],
|
|
5015
|
+
}]
|
|
5016
|
+
}] });
|
|
5017
|
+
|
|
5171
5018
|
var DaffCalloutLayoutEnum;
|
|
5172
5019
|
(function (DaffCalloutLayoutEnum) {
|
|
5173
5020
|
DaffCalloutLayoutEnum["Centered"] = "centered";
|
|
@@ -5212,9 +5059,9 @@ class DaffCalloutComponent extends _daffCalloutBase {
|
|
|
5212
5059
|
return this.size === DaffCalloutSizeEnum.Compact;
|
|
5213
5060
|
}
|
|
5214
5061
|
}
|
|
5215
|
-
/** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5216
|
-
/** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5062
|
+
/** @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 });
|
|
5063
|
+
/** @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 });
|
|
5064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, decorators: [{
|
|
5218
5065
|
type: Component,
|
|
5219
5066
|
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"] }]
|
|
5220
5067
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
|
|
@@ -5232,49 +5079,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5232
5079
|
args: ['class.daff-callout--compact']
|
|
5233
5080
|
}] } });
|
|
5234
5081
|
|
|
5235
|
-
class
|
|
5082
|
+
class DaffCalloutBodyDirective {
|
|
5083
|
+
constructor() {
|
|
5084
|
+
/**
|
|
5085
|
+
* @docs-private
|
|
5086
|
+
*/
|
|
5087
|
+
this.class = true;
|
|
5088
|
+
}
|
|
5236
5089
|
}
|
|
5237
|
-
/** @nocollapse */
|
|
5238
|
-
/** @nocollapse */
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
DaffCalloutSubtitleDirective,
|
|
5242
|
-
DaffCalloutTaglineDirective,
|
|
5243
|
-
DaffCalloutBodyDirective], imports: [CommonModule], exports: [DaffCalloutComponent,
|
|
5244
|
-
DaffCalloutIconDirective,
|
|
5245
|
-
DaffCalloutSubtitleDirective,
|
|
5246
|
-
DaffCalloutTitleDirective,
|
|
5247
|
-
DaffCalloutTaglineDirective,
|
|
5248
|
-
DaffCalloutBodyDirective] });
|
|
5249
|
-
/** @nocollapse */ DaffCalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, imports: [[
|
|
5250
|
-
CommonModule,
|
|
5251
|
-
]] });
|
|
5252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, decorators: [{
|
|
5253
|
-
type: NgModule,
|
|
5090
|
+
/** @nocollapse */ DaffCalloutBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5091
|
+
/** @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 });
|
|
5092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, decorators: [{
|
|
5093
|
+
type: Directive,
|
|
5254
5094
|
args: [{
|
|
5255
|
-
|
|
5256
|
-
CommonModule,
|
|
5257
|
-
],
|
|
5258
|
-
declarations: [
|
|
5259
|
-
DaffCalloutComponent,
|
|
5260
|
-
DaffCalloutIconDirective,
|
|
5261
|
-
DaffCalloutTitleDirective,
|
|
5262
|
-
DaffCalloutSubtitleDirective,
|
|
5263
|
-
DaffCalloutTaglineDirective,
|
|
5264
|
-
DaffCalloutBodyDirective,
|
|
5265
|
-
],
|
|
5266
|
-
exports: [
|
|
5267
|
-
DaffCalloutComponent,
|
|
5268
|
-
DaffCalloutIconDirective,
|
|
5269
|
-
DaffCalloutSubtitleDirective,
|
|
5270
|
-
DaffCalloutTitleDirective,
|
|
5271
|
-
DaffCalloutTaglineDirective,
|
|
5272
|
-
DaffCalloutBodyDirective,
|
|
5273
|
-
],
|
|
5095
|
+
selector: '[daffCalloutBody]',
|
|
5274
5096
|
}]
|
|
5275
|
-
}]
|
|
5097
|
+
}], propDecorators: { class: [{
|
|
5098
|
+
type: HostBinding,
|
|
5099
|
+
args: ['class.daff-callout__body']
|
|
5100
|
+
}] } });
|
|
5276
5101
|
|
|
5277
|
-
class
|
|
5102
|
+
class DaffCalloutIconDirective {
|
|
5278
5103
|
constructor() {
|
|
5279
5104
|
/**
|
|
5280
5105
|
* @docs-private
|
|
@@ -5282,19 +5107,19 @@ class DaffFeatureIconDirective {
|
|
|
5282
5107
|
this.class = true;
|
|
5283
5108
|
}
|
|
5284
5109
|
}
|
|
5285
|
-
/** @nocollapse */
|
|
5286
|
-
/** @nocollapse */
|
|
5287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5110
|
+
/** @nocollapse */ DaffCalloutIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5111
|
+
/** @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 });
|
|
5112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, decorators: [{
|
|
5288
5113
|
type: Directive,
|
|
5289
5114
|
args: [{
|
|
5290
|
-
selector: '[
|
|
5115
|
+
selector: '[daffCalloutIcon]',
|
|
5291
5116
|
}]
|
|
5292
5117
|
}], propDecorators: { class: [{
|
|
5293
5118
|
type: HostBinding,
|
|
5294
|
-
args: ['class.daff-
|
|
5119
|
+
args: ['class.daff-callout__icon']
|
|
5295
5120
|
}] } });
|
|
5296
5121
|
|
|
5297
|
-
class
|
|
5122
|
+
class DaffCalloutSubtitleDirective {
|
|
5298
5123
|
constructor() {
|
|
5299
5124
|
/**
|
|
5300
5125
|
* @docs-private
|
|
@@ -5302,19 +5127,19 @@ class DaffFeatureSubheaderDirective {
|
|
|
5302
5127
|
this.class = true;
|
|
5303
5128
|
}
|
|
5304
5129
|
}
|
|
5305
|
-
/** @nocollapse */
|
|
5306
|
-
/** @nocollapse */
|
|
5307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5130
|
+
/** @nocollapse */ DaffCalloutSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5131
|
+
/** @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 });
|
|
5132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, decorators: [{
|
|
5308
5133
|
type: Directive,
|
|
5309
5134
|
args: [{
|
|
5310
|
-
selector: '[
|
|
5135
|
+
selector: '[daffCalloutSubtitle]',
|
|
5311
5136
|
}]
|
|
5312
5137
|
}], propDecorators: { class: [{
|
|
5313
5138
|
type: HostBinding,
|
|
5314
|
-
args: ['class.daff-
|
|
5139
|
+
args: ['class.daff-callout__subtitle']
|
|
5315
5140
|
}] } });
|
|
5316
5141
|
|
|
5317
|
-
class
|
|
5142
|
+
class DaffCalloutTaglineDirective {
|
|
5318
5143
|
constructor() {
|
|
5319
5144
|
/**
|
|
5320
5145
|
* @docs-private
|
|
@@ -5322,19 +5147,19 @@ class DaffFeatureSubtitleDirective {
|
|
|
5322
5147
|
this.class = true;
|
|
5323
5148
|
}
|
|
5324
5149
|
}
|
|
5325
|
-
/** @nocollapse */
|
|
5326
|
-
/** @nocollapse */
|
|
5327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5150
|
+
/** @nocollapse */ DaffCalloutTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5151
|
+
/** @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 });
|
|
5152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, decorators: [{
|
|
5328
5153
|
type: Directive,
|
|
5329
5154
|
args: [{
|
|
5330
|
-
selector: '[
|
|
5155
|
+
selector: '[daffCalloutTagline]',
|
|
5331
5156
|
}]
|
|
5332
5157
|
}], propDecorators: { class: [{
|
|
5333
5158
|
type: HostBinding,
|
|
5334
|
-
args: ['class.daff-
|
|
5159
|
+
args: ['class.daff-callout__tagline']
|
|
5335
5160
|
}] } });
|
|
5336
5161
|
|
|
5337
|
-
class
|
|
5162
|
+
class DaffCalloutTitleDirective {
|
|
5338
5163
|
constructor() {
|
|
5339
5164
|
/**
|
|
5340
5165
|
* @docs-private
|
|
@@ -5342,17 +5167,57 @@ class DaffFeatureTitleDirective {
|
|
|
5342
5167
|
this.class = true;
|
|
5343
5168
|
}
|
|
5344
5169
|
}
|
|
5345
|
-
/** @nocollapse */
|
|
5346
|
-
/** @nocollapse */
|
|
5347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5170
|
+
/** @nocollapse */ DaffCalloutTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5171
|
+
/** @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 });
|
|
5172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, decorators: [{
|
|
5348
5173
|
type: Directive,
|
|
5349
5174
|
args: [{
|
|
5350
|
-
selector: '[
|
|
5175
|
+
selector: '[daffCalloutTitle]',
|
|
5176
|
+
}]
|
|
5177
|
+
}], propDecorators: { class: [{
|
|
5178
|
+
type: HostBinding,
|
|
5179
|
+
args: ['class.daff-callout__title']
|
|
5180
|
+
}] } });
|
|
5181
|
+
|
|
5182
|
+
class DaffCalloutModule {
|
|
5183
|
+
}
|
|
5184
|
+
/** @nocollapse */ DaffCalloutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5185
|
+
/** @nocollapse */ DaffCalloutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, declarations: [DaffCalloutComponent,
|
|
5186
|
+
DaffCalloutIconDirective,
|
|
5187
|
+
DaffCalloutTitleDirective,
|
|
5188
|
+
DaffCalloutSubtitleDirective,
|
|
5189
|
+
DaffCalloutTaglineDirective,
|
|
5190
|
+
DaffCalloutBodyDirective], imports: [CommonModule], exports: [DaffCalloutComponent,
|
|
5191
|
+
DaffCalloutIconDirective,
|
|
5192
|
+
DaffCalloutSubtitleDirective,
|
|
5193
|
+
DaffCalloutTitleDirective,
|
|
5194
|
+
DaffCalloutTaglineDirective,
|
|
5195
|
+
DaffCalloutBodyDirective] });
|
|
5196
|
+
/** @nocollapse */ DaffCalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, imports: [CommonModule] });
|
|
5197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, decorators: [{
|
|
5198
|
+
type: NgModule,
|
|
5199
|
+
args: [{
|
|
5200
|
+
imports: [
|
|
5201
|
+
CommonModule,
|
|
5202
|
+
],
|
|
5203
|
+
declarations: [
|
|
5204
|
+
DaffCalloutComponent,
|
|
5205
|
+
DaffCalloutIconDirective,
|
|
5206
|
+
DaffCalloutTitleDirective,
|
|
5207
|
+
DaffCalloutSubtitleDirective,
|
|
5208
|
+
DaffCalloutTaglineDirective,
|
|
5209
|
+
DaffCalloutBodyDirective,
|
|
5210
|
+
],
|
|
5211
|
+
exports: [
|
|
5212
|
+
DaffCalloutComponent,
|
|
5213
|
+
DaffCalloutIconDirective,
|
|
5214
|
+
DaffCalloutSubtitleDirective,
|
|
5215
|
+
DaffCalloutTitleDirective,
|
|
5216
|
+
DaffCalloutTaglineDirective,
|
|
5217
|
+
DaffCalloutBodyDirective,
|
|
5218
|
+
],
|
|
5351
5219
|
}]
|
|
5352
|
-
}]
|
|
5353
|
-
type: HostBinding,
|
|
5354
|
-
args: ['class.daff-feature__title']
|
|
5355
|
-
}] } });
|
|
5220
|
+
}] });
|
|
5356
5221
|
|
|
5357
5222
|
var DaffFeatureModeEnum;
|
|
5358
5223
|
(function (DaffFeatureModeEnum) {
|
|
@@ -5383,9 +5248,9 @@ class DaffFeatureComponent {
|
|
|
5383
5248
|
return this.mode === DaffFeatureModeEnum.Normal;
|
|
5384
5249
|
}
|
|
5385
5250
|
}
|
|
5386
|
-
/** @nocollapse */ DaffFeatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5387
|
-
/** @nocollapse */ DaffFeatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5251
|
+
/** @nocollapse */ DaffFeatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5252
|
+
/** @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 });
|
|
5253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureComponent, decorators: [{
|
|
5389
5254
|
type: Component,
|
|
5390
5255
|
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"] }]
|
|
5391
5256
|
}], propDecorators: { class: [{
|
|
@@ -5401,65 +5266,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5401
5266
|
args: ['class.daff-feature--normal']
|
|
5402
5267
|
}] } });
|
|
5403
5268
|
|
|
5404
|
-
class
|
|
5405
|
-
}
|
|
5406
|
-
/** @nocollapse */ DaffFeatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5407
|
-
/** @nocollapse */ DaffFeatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, declarations: [DaffFeatureComponent,
|
|
5408
|
-
DaffFeatureTitleDirective,
|
|
5409
|
-
DaffFeatureSubtitleDirective,
|
|
5410
|
-
DaffFeatureIconDirective,
|
|
5411
|
-
DaffFeatureSubheaderDirective], imports: [CommonModule], exports: [DaffFeatureComponent,
|
|
5412
|
-
DaffFeatureTitleDirective,
|
|
5413
|
-
DaffFeatureSubtitleDirective,
|
|
5414
|
-
DaffFeatureIconDirective,
|
|
5415
|
-
DaffFeatureSubheaderDirective] });
|
|
5416
|
-
/** @nocollapse */ DaffFeatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, imports: [[
|
|
5417
|
-
CommonModule,
|
|
5418
|
-
]] });
|
|
5419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, decorators: [{
|
|
5420
|
-
type: NgModule,
|
|
5421
|
-
args: [{
|
|
5422
|
-
imports: [
|
|
5423
|
-
CommonModule,
|
|
5424
|
-
],
|
|
5425
|
-
declarations: [
|
|
5426
|
-
DaffFeatureComponent,
|
|
5427
|
-
DaffFeatureTitleDirective,
|
|
5428
|
-
DaffFeatureSubtitleDirective,
|
|
5429
|
-
DaffFeatureIconDirective,
|
|
5430
|
-
DaffFeatureSubheaderDirective,
|
|
5431
|
-
],
|
|
5432
|
-
exports: [
|
|
5433
|
-
DaffFeatureComponent,
|
|
5434
|
-
DaffFeatureTitleDirective,
|
|
5435
|
-
DaffFeatureSubtitleDirective,
|
|
5436
|
-
DaffFeatureIconDirective,
|
|
5437
|
-
DaffFeatureSubheaderDirective,
|
|
5438
|
-
],
|
|
5439
|
-
}]
|
|
5440
|
-
}] });
|
|
5441
|
-
|
|
5442
|
-
class DaffCardActionsDirective {
|
|
5443
|
-
constructor() {
|
|
5444
|
-
/**
|
|
5445
|
-
* @docs-private
|
|
5446
|
-
*/
|
|
5447
|
-
this.class = true;
|
|
5448
|
-
}
|
|
5449
|
-
}
|
|
5450
|
-
/** @nocollapse */ DaffCardActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5451
|
-
/** @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 });
|
|
5452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardActionsDirective, decorators: [{
|
|
5453
|
-
type: Directive,
|
|
5454
|
-
args: [{
|
|
5455
|
-
selector: '[daffCardActions]',
|
|
5456
|
-
}]
|
|
5457
|
-
}], propDecorators: { class: [{
|
|
5458
|
-
type: HostBinding,
|
|
5459
|
-
args: ['class.daff-card__actions']
|
|
5460
|
-
}] } });
|
|
5461
|
-
|
|
5462
|
-
class DaffCardContentDirective {
|
|
5269
|
+
class DaffFeatureIconDirective {
|
|
5463
5270
|
constructor() {
|
|
5464
5271
|
/**
|
|
5465
5272
|
* @docs-private
|
|
@@ -5467,19 +5274,19 @@ class DaffCardContentDirective {
|
|
|
5467
5274
|
this.class = true;
|
|
5468
5275
|
}
|
|
5469
5276
|
}
|
|
5470
|
-
/** @nocollapse */
|
|
5471
|
-
/** @nocollapse */
|
|
5472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5277
|
+
/** @nocollapse */ DaffFeatureIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5278
|
+
/** @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 });
|
|
5279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureIconDirective, decorators: [{
|
|
5473
5280
|
type: Directive,
|
|
5474
5281
|
args: [{
|
|
5475
|
-
selector: '[
|
|
5282
|
+
selector: '[daffFeatureIcon]',
|
|
5476
5283
|
}]
|
|
5477
5284
|
}], propDecorators: { class: [{
|
|
5478
5285
|
type: HostBinding,
|
|
5479
|
-
args: ['class.daff-
|
|
5286
|
+
args: ['class.daff-feature__icon']
|
|
5480
5287
|
}] } });
|
|
5481
5288
|
|
|
5482
|
-
class
|
|
5289
|
+
class DaffFeatureSubheaderDirective {
|
|
5483
5290
|
constructor() {
|
|
5484
5291
|
/**
|
|
5485
5292
|
* @docs-private
|
|
@@ -5487,19 +5294,19 @@ class DaffCardIconDirective {
|
|
|
5487
5294
|
this.class = true;
|
|
5488
5295
|
}
|
|
5489
5296
|
}
|
|
5490
|
-
/** @nocollapse */
|
|
5491
|
-
/** @nocollapse */
|
|
5492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5297
|
+
/** @nocollapse */ DaffFeatureSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5298
|
+
/** @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 });
|
|
5299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubheaderDirective, decorators: [{
|
|
5493
5300
|
type: Directive,
|
|
5494
5301
|
args: [{
|
|
5495
|
-
selector: '[
|
|
5302
|
+
selector: '[daffFeatureSubheader]',
|
|
5496
5303
|
}]
|
|
5497
5304
|
}], propDecorators: { class: [{
|
|
5498
5305
|
type: HostBinding,
|
|
5499
|
-
args: ['class.daff-
|
|
5306
|
+
args: ['class.daff-feature__subheader']
|
|
5500
5307
|
}] } });
|
|
5501
5308
|
|
|
5502
|
-
class
|
|
5309
|
+
class DaffFeatureSubtitleDirective {
|
|
5503
5310
|
constructor() {
|
|
5504
5311
|
/**
|
|
5505
5312
|
* @docs-private
|
|
@@ -5507,19 +5314,19 @@ class DaffCardImageDirective {
|
|
|
5507
5314
|
this.class = true;
|
|
5508
5315
|
}
|
|
5509
5316
|
}
|
|
5510
|
-
/** @nocollapse */
|
|
5511
|
-
/** @nocollapse */
|
|
5512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5317
|
+
/** @nocollapse */ DaffFeatureSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5318
|
+
/** @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 });
|
|
5319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubtitleDirective, decorators: [{
|
|
5513
5320
|
type: Directive,
|
|
5514
5321
|
args: [{
|
|
5515
|
-
selector: '[
|
|
5322
|
+
selector: '[daffFeatureSubtitle]',
|
|
5516
5323
|
}]
|
|
5517
5324
|
}], propDecorators: { class: [{
|
|
5518
5325
|
type: HostBinding,
|
|
5519
|
-
args: ['class.daff-
|
|
5326
|
+
args: ['class.daff-feature__subtitle']
|
|
5520
5327
|
}] } });
|
|
5521
5328
|
|
|
5522
|
-
class
|
|
5329
|
+
class DaffFeatureTitleDirective {
|
|
5523
5330
|
constructor() {
|
|
5524
5331
|
/**
|
|
5525
5332
|
* @docs-private
|
|
@@ -5527,37 +5334,53 @@ class DaffCardTaglineDirective {
|
|
|
5527
5334
|
this.class = true;
|
|
5528
5335
|
}
|
|
5529
5336
|
}
|
|
5530
|
-
/** @nocollapse */
|
|
5531
|
-
/** @nocollapse */
|
|
5532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5337
|
+
/** @nocollapse */ DaffFeatureTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5338
|
+
/** @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 });
|
|
5339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureTitleDirective, decorators: [{
|
|
5533
5340
|
type: Directive,
|
|
5534
5341
|
args: [{
|
|
5535
|
-
selector: '[
|
|
5342
|
+
selector: '[daffFeatureTitle]',
|
|
5536
5343
|
}]
|
|
5537
5344
|
}], propDecorators: { class: [{
|
|
5538
5345
|
type: HostBinding,
|
|
5539
|
-
args: ['class.daff-
|
|
5346
|
+
args: ['class.daff-feature__title']
|
|
5540
5347
|
}] } });
|
|
5541
5348
|
|
|
5542
|
-
class
|
|
5543
|
-
constructor() {
|
|
5544
|
-
/**
|
|
5545
|
-
* @docs-private
|
|
5546
|
-
*/
|
|
5547
|
-
this.class = true;
|
|
5548
|
-
}
|
|
5349
|
+
class DaffFeatureModule {
|
|
5549
5350
|
}
|
|
5550
|
-
/** @nocollapse */
|
|
5551
|
-
/** @nocollapse */
|
|
5552
|
-
|
|
5553
|
-
|
|
5351
|
+
/** @nocollapse */ DaffFeatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5352
|
+
/** @nocollapse */ DaffFeatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, declarations: [DaffFeatureComponent,
|
|
5353
|
+
DaffFeatureTitleDirective,
|
|
5354
|
+
DaffFeatureSubtitleDirective,
|
|
5355
|
+
DaffFeatureIconDirective,
|
|
5356
|
+
DaffFeatureSubheaderDirective], imports: [CommonModule], exports: [DaffFeatureComponent,
|
|
5357
|
+
DaffFeatureTitleDirective,
|
|
5358
|
+
DaffFeatureSubtitleDirective,
|
|
5359
|
+
DaffFeatureIconDirective,
|
|
5360
|
+
DaffFeatureSubheaderDirective] });
|
|
5361
|
+
/** @nocollapse */ DaffFeatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, imports: [CommonModule] });
|
|
5362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, decorators: [{
|
|
5363
|
+
type: NgModule,
|
|
5554
5364
|
args: [{
|
|
5555
|
-
|
|
5365
|
+
imports: [
|
|
5366
|
+
CommonModule,
|
|
5367
|
+
],
|
|
5368
|
+
declarations: [
|
|
5369
|
+
DaffFeatureComponent,
|
|
5370
|
+
DaffFeatureTitleDirective,
|
|
5371
|
+
DaffFeatureSubtitleDirective,
|
|
5372
|
+
DaffFeatureIconDirective,
|
|
5373
|
+
DaffFeatureSubheaderDirective,
|
|
5374
|
+
],
|
|
5375
|
+
exports: [
|
|
5376
|
+
DaffFeatureComponent,
|
|
5377
|
+
DaffFeatureTitleDirective,
|
|
5378
|
+
DaffFeatureSubtitleDirective,
|
|
5379
|
+
DaffFeatureIconDirective,
|
|
5380
|
+
DaffFeatureSubheaderDirective,
|
|
5381
|
+
],
|
|
5556
5382
|
}]
|
|
5557
|
-
}]
|
|
5558
|
-
type: HostBinding,
|
|
5559
|
-
args: ['class.daff-card__title']
|
|
5560
|
-
}] } });
|
|
5383
|
+
}] });
|
|
5561
5384
|
|
|
5562
5385
|
var DaffCardTypeEnum;
|
|
5563
5386
|
(function (DaffCardTypeEnum) {
|
|
@@ -5645,16 +5468,16 @@ class DaffCardComponent extends _daffCardBase {
|
|
|
5645
5468
|
return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));
|
|
5646
5469
|
}
|
|
5647
5470
|
}
|
|
5648
|
-
/** @nocollapse */ DaffCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5649
|
-
/** @nocollapse */ DaffCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5471
|
+
/** @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 });
|
|
5472
|
+
/** @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 });
|
|
5473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardComponent, decorators: [{
|
|
5651
5474
|
type: Component,
|
|
5652
5475
|
args: [{ selector: 'daff-card' + ',' +
|
|
5653
5476
|
'daff-raised-card' + ',' +
|
|
5654
5477
|
'daff-stroked-card' + ',' +
|
|
5655
5478
|
'a[daff-card]' + ',' +
|
|
5656
5479
|
'a[daff-raised-card]' + ',' +
|
|
5657
|
-
'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:
|
|
5480
|
+
'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"] }]
|
|
5658
5481
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { orientation: [{
|
|
5659
5482
|
type: Input
|
|
5660
5483
|
}], class: [{
|
|
@@ -5668,10 +5491,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5668
5491
|
args: ['class.daff-card--horizontal']
|
|
5669
5492
|
}] } });
|
|
5670
5493
|
|
|
5494
|
+
class DaffCardActionsDirective {
|
|
5495
|
+
constructor() {
|
|
5496
|
+
/**
|
|
5497
|
+
* @docs-private
|
|
5498
|
+
*/
|
|
5499
|
+
this.class = true;
|
|
5500
|
+
}
|
|
5501
|
+
}
|
|
5502
|
+
/** @nocollapse */ DaffCardActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5503
|
+
/** @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 });
|
|
5504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardActionsDirective, decorators: [{
|
|
5505
|
+
type: Directive,
|
|
5506
|
+
args: [{
|
|
5507
|
+
selector: '[daffCardActions]',
|
|
5508
|
+
}]
|
|
5509
|
+
}], propDecorators: { class: [{
|
|
5510
|
+
type: HostBinding,
|
|
5511
|
+
args: ['class.daff-card__actions']
|
|
5512
|
+
}] } });
|
|
5513
|
+
|
|
5514
|
+
class DaffCardContentDirective {
|
|
5515
|
+
constructor() {
|
|
5516
|
+
/**
|
|
5517
|
+
* @docs-private
|
|
5518
|
+
*/
|
|
5519
|
+
this.class = true;
|
|
5520
|
+
}
|
|
5521
|
+
}
|
|
5522
|
+
/** @nocollapse */ DaffCardContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5523
|
+
/** @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 });
|
|
5524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardContentDirective, decorators: [{
|
|
5525
|
+
type: Directive,
|
|
5526
|
+
args: [{
|
|
5527
|
+
selector: '[daffCardContent]',
|
|
5528
|
+
}]
|
|
5529
|
+
}], propDecorators: { class: [{
|
|
5530
|
+
type: HostBinding,
|
|
5531
|
+
args: ['class.daff-card__content']
|
|
5532
|
+
}] } });
|
|
5533
|
+
|
|
5534
|
+
class DaffCardIconDirective {
|
|
5535
|
+
constructor() {
|
|
5536
|
+
/**
|
|
5537
|
+
* @docs-private
|
|
5538
|
+
*/
|
|
5539
|
+
this.class = true;
|
|
5540
|
+
}
|
|
5541
|
+
}
|
|
5542
|
+
/** @nocollapse */ DaffCardIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5543
|
+
/** @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 });
|
|
5544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardIconDirective, decorators: [{
|
|
5545
|
+
type: Directive,
|
|
5546
|
+
args: [{
|
|
5547
|
+
selector: '[daffCardIcon]',
|
|
5548
|
+
}]
|
|
5549
|
+
}], propDecorators: { class: [{
|
|
5550
|
+
type: HostBinding,
|
|
5551
|
+
args: ['class.daff-card__icon']
|
|
5552
|
+
}] } });
|
|
5553
|
+
|
|
5554
|
+
class DaffCardImageDirective {
|
|
5555
|
+
constructor() {
|
|
5556
|
+
/**
|
|
5557
|
+
* @docs-private
|
|
5558
|
+
*/
|
|
5559
|
+
this.class = true;
|
|
5560
|
+
}
|
|
5561
|
+
}
|
|
5562
|
+
/** @nocollapse */ DaffCardImageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardImageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5563
|
+
/** @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 });
|
|
5564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardImageDirective, decorators: [{
|
|
5565
|
+
type: Directive,
|
|
5566
|
+
args: [{
|
|
5567
|
+
selector: '[daffCardImage]',
|
|
5568
|
+
}]
|
|
5569
|
+
}], propDecorators: { class: [{
|
|
5570
|
+
type: HostBinding,
|
|
5571
|
+
args: ['class.daff-card__image']
|
|
5572
|
+
}] } });
|
|
5573
|
+
|
|
5574
|
+
class DaffCardTaglineDirective {
|
|
5575
|
+
constructor() {
|
|
5576
|
+
/**
|
|
5577
|
+
* @docs-private
|
|
5578
|
+
*/
|
|
5579
|
+
this.class = true;
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5582
|
+
/** @nocollapse */ DaffCardTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5583
|
+
/** @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 });
|
|
5584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTaglineDirective, decorators: [{
|
|
5585
|
+
type: Directive,
|
|
5586
|
+
args: [{
|
|
5587
|
+
selector: '[daffCardTagline]',
|
|
5588
|
+
}]
|
|
5589
|
+
}], propDecorators: { class: [{
|
|
5590
|
+
type: HostBinding,
|
|
5591
|
+
args: ['class.daff-card__tagline']
|
|
5592
|
+
}] } });
|
|
5593
|
+
|
|
5594
|
+
class DaffCardTitleDirective {
|
|
5595
|
+
constructor() {
|
|
5596
|
+
/**
|
|
5597
|
+
* @docs-private
|
|
5598
|
+
*/
|
|
5599
|
+
this.class = true;
|
|
5600
|
+
}
|
|
5601
|
+
}
|
|
5602
|
+
/** @nocollapse */ DaffCardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5603
|
+
/** @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 });
|
|
5604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTitleDirective, decorators: [{
|
|
5605
|
+
type: Directive,
|
|
5606
|
+
args: [{
|
|
5607
|
+
selector: '[daffCardTitle]',
|
|
5608
|
+
}]
|
|
5609
|
+
}], propDecorators: { class: [{
|
|
5610
|
+
type: HostBinding,
|
|
5611
|
+
args: ['class.daff-card__title']
|
|
5612
|
+
}] } });
|
|
5613
|
+
|
|
5671
5614
|
class DaffCardModule {
|
|
5672
5615
|
}
|
|
5673
|
-
/** @nocollapse */ DaffCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5674
|
-
/** @nocollapse */ DaffCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
5616
|
+
/** @nocollapse */ DaffCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5617
|
+
/** @nocollapse */ DaffCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, declarations: [DaffCardComponent,
|
|
5675
5618
|
DaffCardIconDirective,
|
|
5676
5619
|
DaffCardImageDirective,
|
|
5677
5620
|
DaffCardTaglineDirective,
|
|
@@ -5684,10 +5627,8 @@ class DaffCardModule {
|
|
|
5684
5627
|
DaffCardTitleDirective,
|
|
5685
5628
|
DaffCardContentDirective,
|
|
5686
5629
|
DaffCardActionsDirective] });
|
|
5687
|
-
/** @nocollapse */ DaffCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5688
|
-
|
|
5689
|
-
]] });
|
|
5690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardModule, decorators: [{
|
|
5630
|
+
/** @nocollapse */ DaffCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, imports: [CommonModule] });
|
|
5631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, decorators: [{
|
|
5691
5632
|
type: NgModule,
|
|
5692
5633
|
args: [{
|
|
5693
5634
|
imports: [
|
|
@@ -5754,23 +5695,6 @@ var DaffTheme;
|
|
|
5754
5695
|
DaffTheme["None"] = "none";
|
|
5755
5696
|
})(DaffTheme || (DaffTheme = {}));
|
|
5756
5697
|
|
|
5757
|
-
/**
|
|
5758
|
-
* Computes the appropriate application theme from the specified values.
|
|
5759
|
-
* It cascades from `storedPreference` to `osPreference` to `defaultTheme`.
|
|
5760
|
-
*/
|
|
5761
|
-
const daffComputeThemeSetting = (osPreference, storedPreference, defaultTheme = DaffTheme.Dark) => {
|
|
5762
|
-
if (storedPreference) {
|
|
5763
|
-
return storedPreference;
|
|
5764
|
-
}
|
|
5765
|
-
if (osPreference === 'dark') {
|
|
5766
|
-
return DaffTheme.Dark;
|
|
5767
|
-
}
|
|
5768
|
-
if (osPreference === 'light') {
|
|
5769
|
-
return DaffTheme.Light;
|
|
5770
|
-
}
|
|
5771
|
-
return defaultTheme;
|
|
5772
|
-
};
|
|
5773
|
-
|
|
5774
5698
|
const mediaQueryDarkPreference = '(prefers-color-scheme: dark)';
|
|
5775
5699
|
const addHandlerFactory = (window) => (handler) => {
|
|
5776
5700
|
const query = window.matchMedia(mediaQueryDarkPreference);
|
|
@@ -5802,9 +5726,9 @@ class DaffOsThemeService {
|
|
|
5802
5726
|
return this.preference$;
|
|
5803
5727
|
}
|
|
5804
5728
|
}
|
|
5805
|
-
/** @nocollapse */ DaffOsThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5806
|
-
/** @nocollapse */ DaffOsThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5729
|
+
/** @nocollapse */ DaffOsThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5730
|
+
/** @nocollapse */ DaffOsThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, providedIn: 'root' });
|
|
5731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, decorators: [{
|
|
5808
5732
|
type: Injectable,
|
|
5809
5733
|
args: [{
|
|
5810
5734
|
providedIn: 'root',
|
|
@@ -5859,9 +5783,9 @@ class DaffThemeStorageService {
|
|
|
5859
5783
|
this.storage.removeItem(THEME_STORAGE_KEY);
|
|
5860
5784
|
}
|
|
5861
5785
|
}
|
|
5862
|
-
/** @nocollapse */ DaffThemeStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5863
|
-
/** @nocollapse */ DaffThemeStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5786
|
+
/** @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 });
|
|
5787
|
+
/** @nocollapse */ DaffThemeStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, providedIn: 'root' });
|
|
5788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, decorators: [{
|
|
5865
5789
|
type: Injectable,
|
|
5866
5790
|
args: [{
|
|
5867
5791
|
providedIn: 'root',
|
|
@@ -5874,6 +5798,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5874
5798
|
args: [DOCUMENT]
|
|
5875
5799
|
}] }]; } });
|
|
5876
5800
|
|
|
5801
|
+
/**
|
|
5802
|
+
* Computes the appropriate application theme from the specified values.
|
|
5803
|
+
* It cascades from `storedPreference` to `osPreference` to `defaultTheme`.
|
|
5804
|
+
*/
|
|
5805
|
+
const daffComputeThemeSetting = (osPreference, storedPreference, defaultTheme = DaffTheme.Dark) => {
|
|
5806
|
+
if (storedPreference) {
|
|
5807
|
+
return storedPreference;
|
|
5808
|
+
}
|
|
5809
|
+
if (osPreference === 'dark') {
|
|
5810
|
+
return DaffTheme.Dark;
|
|
5811
|
+
}
|
|
5812
|
+
if (osPreference === 'light') {
|
|
5813
|
+
return DaffTheme.Light;
|
|
5814
|
+
}
|
|
5815
|
+
return defaultTheme;
|
|
5816
|
+
};
|
|
5817
|
+
|
|
5877
5818
|
/**
|
|
5878
5819
|
* A service for controlling the application's theme.
|
|
5879
5820
|
*/
|
|
@@ -5916,9 +5857,9 @@ class DaffThemingService {
|
|
|
5916
5857
|
: this.darkMode();
|
|
5917
5858
|
}
|
|
5918
5859
|
}
|
|
5919
|
-
/** @nocollapse */ DaffThemingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5920
|
-
/** @nocollapse */ DaffThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5860
|
+
/** @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 });
|
|
5861
|
+
/** @nocollapse */ DaffThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, providedIn: 'root' });
|
|
5862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, decorators: [{
|
|
5922
5863
|
type: Injectable,
|
|
5923
5864
|
args: [{
|
|
5924
5865
|
providedIn: 'root',
|
|
@@ -5962,9 +5903,9 @@ class DaffThemeClassSetterService {
|
|
|
5962
5903
|
this.renderer.removeClass(this.doc.body, DAFF_THEME_DARK_CSS_CLASS);
|
|
5963
5904
|
}
|
|
5964
5905
|
}
|
|
5965
|
-
/** @nocollapse */ DaffThemeClassSetterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5966
|
-
/** @nocollapse */ DaffThemeClassSetterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5906
|
+
/** @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 });
|
|
5907
|
+
/** @nocollapse */ DaffThemeClassSetterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService });
|
|
5908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService, decorators: [{
|
|
5968
5909
|
type: Injectable
|
|
5969
5910
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
5970
5911
|
type: Inject,
|
|
@@ -5991,6 +5932,7 @@ const DAFF_THEME_INITIALIZER = [
|
|
|
5991
5932
|
/*
|
|
5992
5933
|
* Public API Surface of @daffodil/design
|
|
5993
5934
|
*/
|
|
5935
|
+
// Atoms
|
|
5994
5936
|
|
|
5995
5937
|
/**
|
|
5996
5938
|
* Generated bundle index. Do not edit.
|