@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 { BehaviorSubject, Subject, map, takeUntil as takeUntil$1, fromEvent, filter, fromEventPattern, of, merge, EMPTY, combineLatest } from 'rxjs';
|
|
10
10
|
import { takeUntil, filter as filter$1, startWith, map as map$1, catchError, shareReplay } from 'rxjs/operators';
|
|
11
11
|
import * as i1$1 from '@angular/platform-browser';
|
|
12
12
|
import * as i1$2 from '@angular/forms';
|
|
13
|
-
import {
|
|
13
|
+
import { UntypedFormControl, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
14
14
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
15
15
|
import { __awaiter } from 'tslib';
|
|
16
16
|
import * as i2$1 from '@angular/cdk/portal';
|
|
@@ -99,9 +99,9 @@ class DaffPrefixDirective {
|
|
|
99
99
|
this.class = true;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
/** @nocollapse */ DaffPrefixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
/** @nocollapse */ DaffPrefixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
102
|
+
/** @nocollapse */ DaffPrefixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
103
|
+
/** @nocollapse */ DaffPrefixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffPrefixDirective, selector: "[daffPrefix]", host: { properties: { "class.daff-prefix": "this.class" } }, ngImport: i0 });
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixDirective, decorators: [{
|
|
105
105
|
type: Directive,
|
|
106
106
|
args: [{
|
|
107
107
|
selector: '[daffPrefix]',
|
|
@@ -121,9 +121,9 @@ class DaffSuffixDirective {
|
|
|
121
121
|
this.class = true;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
/** @nocollapse */ DaffSuffixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
125
|
-
/** @nocollapse */ DaffSuffixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
124
|
+
/** @nocollapse */ DaffSuffixDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSuffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
125
|
+
/** @nocollapse */ DaffSuffixDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffSuffixDirective, selector: "[daffSuffix]", host: { properties: { "class.daff-suffix": "this.class" } }, ngImport: i0 });
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSuffixDirective, decorators: [{
|
|
127
127
|
type: Directive,
|
|
128
128
|
args: [{
|
|
129
129
|
selector: '[daffSuffix]',
|
|
@@ -135,12 +135,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
135
135
|
|
|
136
136
|
class DaffPrefixSuffixModule {
|
|
137
137
|
}
|
|
138
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
139
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
138
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
139
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, declarations: [DaffPrefixDirective,
|
|
140
140
|
DaffSuffixDirective], exports: [DaffPrefixDirective,
|
|
141
141
|
DaffSuffixDirective] });
|
|
142
|
-
/** @nocollapse */ DaffPrefixSuffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
142
|
+
/** @nocollapse */ DaffPrefixSuffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule });
|
|
143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPrefixSuffixModule, decorators: [{
|
|
144
144
|
type: NgModule,
|
|
145
145
|
args: [{
|
|
146
146
|
imports: [],
|
|
@@ -164,9 +164,9 @@ function daffSuffixableMixin(Base) {
|
|
|
164
164
|
super(...args);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
/** @nocollapse */ SuffixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
168
|
-
/** @nocollapse */ SuffixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
167
|
+
/** @nocollapse */ SuffixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SuffixableDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
168
|
+
/** @nocollapse */ SuffixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: SuffixableDirective, queries: [{ propertyName: "_suffix", first: true, predicate: DaffSuffixDirective, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SuffixableDirective, decorators: [{
|
|
170
170
|
type: Directive
|
|
171
171
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { _suffix: [{
|
|
172
172
|
type: ContentChild,
|
|
@@ -184,9 +184,9 @@ function daffPrefixableMixin(Base) {
|
|
|
184
184
|
super(...args);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
/** @nocollapse */ PrefixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
188
|
-
/** @nocollapse */ PrefixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
187
|
+
/** @nocollapse */ PrefixableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PrefixableDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
188
|
+
/** @nocollapse */ PrefixableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: PrefixableDirective, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PrefixableDirective, decorators: [{
|
|
190
190
|
type: Directive
|
|
191
191
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { _prefix: [{
|
|
192
192
|
type: ContentChild,
|
|
@@ -290,9 +290,9 @@ class DaffLoadingIconComponent extends _daffLoadingIconBase {
|
|
|
290
290
|
return this.diameter + 'px';
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
|
-
/** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
294
|
-
/** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
293
|
+
/** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
294
|
+
/** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLoadingIconComponent, selector: "daff-loading-icon", inputs: { color: "color", diameter: "diameter" }, host: { properties: { "class.daff-loading-icon": "this.class", "style.max-width": "this.maxWidth" } }, usesInheritance: true, ngImport: i0, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, decorators: [{
|
|
296
296
|
type: Component,
|
|
297
297
|
args: [{ selector: 'daff-loading-icon', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"] }]
|
|
298
298
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { diameter: [{
|
|
@@ -429,9 +429,9 @@ class DaffButtonComponent extends _daffButtonBase {
|
|
|
429
429
|
return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
|
-
/** @nocollapse */ DaffButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
433
|
-
/** @nocollapse */ DaffButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
/** @nocollapse */ DaffButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
433
|
+
/** @nocollapse */ DaffButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: { color: "color", size: "size", status: "status", loading: "loading", tabindex: "tabindex", disabled: "disabled" }, host: { properties: { "class.daff-button": "this.button", "class.daff-stroked-button": "this.stroked", "class.daff-raised-button": "this.raised", "class.daff-flat-button": "this.flat", "class.daff-icon-button": "this.icon", "class.daff-underline-button": "this.underline", "class.daff-button--disabled": "this.disabledClass", "attr.disabled": "this.disabledAttribute", "attr.aria-disabled": "this.ariaDisabled", "attr.tabindex": "this.disabledTabIndex" } }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<span class=\"daff-button__content\" *ngIf=\"!loading\"><ng-content></ng-content></span>\n<daff-loading-icon *ngIf=\"loading\" [diameter]=\"24\"></daff-loading-icon>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>", styles: [".daff-button,.daff-raised-button,.daff-stroked-button,.daff-flat-button{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;border:none;border-radius:4px;position:relative;text-align:center;text-decoration:none;min-width:96px}.daff-button[disabled],.daff-button.daff-button--disabled,.daff-raised-button[disabled],.daff-raised-button.daff-button--disabled,.daff-stroked-button[disabled],.daff-stroked-button.daff-button--disabled,.daff-flat-button[disabled],.daff-flat-button.daff-button--disabled{cursor:not-allowed}.daff-button[disabled]:hover:after,.daff-button.daff-button--disabled:hover:after,.daff-raised-button[disabled]:hover:after,.daff-raised-button.daff-button--disabled:hover:after,.daff-stroked-button[disabled]:hover:after,.daff-stroked-button.daff-button--disabled:hover:after,.daff-flat-button[disabled]:hover:after,.daff-flat-button.daff-button--disabled:hover:after{opacity:0}.daff-button .daff-button__content,.daff-button .daff-prefix,.daff-button .daff-suffix,.daff-raised-button .daff-button__content,.daff-raised-button .daff-prefix,.daff-raised-button .daff-suffix,.daff-stroked-button .daff-button__content,.daff-stroked-button .daff-prefix,.daff-stroked-button .daff-suffix,.daff-flat-button .daff-button__content,.daff-flat-button .daff-prefix,.daff-flat-button .daff-suffix{z-index:2}.daff-button.daff-sm,.daff-raised-button.daff-sm,.daff-stroked-button.daff-sm,.daff-flat-button.daff-sm{font-size:.875rem;line-height:2rem;height:2rem;padding:0 1rem}.daff-button.daff-md,.daff-raised-button.daff-md,.daff-stroked-button.daff-md,.daff-flat-button.daff-md{font-size:1rem;line-height:3rem;height:3rem;padding:0 1.5rem}.daff-button.daff-lg,.daff-raised-button.daff-lg,.daff-stroked-button.daff-lg,.daff-flat-button.daff-lg{font-size:1.25rem;line-height:3.5rem;height:3.5rem;padding:0 1.5rem}.daff-button:after,.daff-flat-button:after{content:\"\";border-radius:4px;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-button:hover:after,.daff-button:active:after,.daff-flat-button:hover:after,.daff-flat-button:active:after{opacity:1}.daff-raised-button:after{content:\"\";border-radius:0;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-raised-button:hover:after,.daff-raised-button:active:after{opacity:1}.daff-stroked-button:after{content:\"\";border-radius:3px;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-stroked-button:hover:after,.daff-stroked-button:active:after{opacity:1}.daff-flat-button{background:none;border:none}.daff-icon-button{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;border:none;border-radius:4px;position:relative;text-align:center;text-decoration:none;background:none;border:0;padding:0}.daff-icon-button[disabled],.daff-icon-button.daff-button--disabled{cursor:not-allowed}.daff-icon-button[disabled]:hover:after,.daff-icon-button.daff-button--disabled:hover:after{opacity:0}.daff-icon-button .daff-button__content,.daff-icon-button .daff-prefix,.daff-icon-button .daff-suffix{z-index:2}.daff-icon-button.daff-sm{font-size:.875rem;line-height:2rem;height:2rem;width:2rem}.daff-icon-button.daff-md{font-size:1rem;line-height:3rem;height:3rem;width:3rem}.daff-icon-button.daff-lg{font-size:1.25rem;line-height:3.5rem;height:3.5rem;width:3.5rem}.daff-underline-button{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;border:none;position:relative;text-align:center;background:transparent;border:0;border-radius:0;line-height:1.25rem;overflow:hidden;text-decoration:none;vertical-align:middle}.daff-underline-button[disabled]:hover:after,.daff-underline-button.daff-button--disabled:hover:after{opacity:0}.daff-underline-button .daff-button__content,.daff-underline-button .daff-prefix,.daff-underline-button .daff-suffix{z-index:2}.daff-underline-button[disabled],.daff-underline-button.daff-button--disabled{cursor:not-allowed}.daff-underline-button[disabled]:hover:after,.daff-underline-button[disabled]:active:after,.daff-underline-button.daff-button--disabled:hover:after,.daff-underline-button.daff-button--disabled:active:after{animation:none}.daff-underline-button:after{bottom:0;content:\"\";height:2px;left:0;opacity:1;position:absolute;width:100%}.daff-underline-button:hover:after{animation:none}@media (min-width: 1024px){.daff-underline-button:hover:after{animation:underline-button-hover .7s ease}}.daff-underline-button.daff-sm{font-size:.875rem;height:1.25rem;padding:0}.daff-underline-button.daff-md{font-size:1rem;height:1.5rem;padding:0 0 4px}.daff-underline-button.daff-lg{font-size:1.25rem;height:1.75rem;padding:0 0 8px}@keyframes underline-button-hover{0%{transform:translate(0)}50%{transform:translate(100%)}51%{transform:translate(-100%)}to{transform:translate(0)}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DaffLoadingIconComponent, selector: "daff-loading-icon", inputs: ["color", "diameter"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonComponent, decorators: [{
|
|
435
435
|
type: Component,
|
|
436
436
|
args: [{ selector: '' +
|
|
437
437
|
'button[daff-button]' + ',' +
|
|
@@ -486,12 +486,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
486
486
|
|
|
487
487
|
class DaffLoadingIconModule {
|
|
488
488
|
}
|
|
489
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
490
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
491
|
-
/** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
492
|
-
|
|
493
|
-
]] });
|
|
494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
|
|
489
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
490
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, declarations: [DaffLoadingIconComponent], imports: [CommonModule], exports: [DaffLoadingIconComponent] });
|
|
491
|
+
/** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, imports: [CommonModule] });
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
|
|
495
493
|
type: NgModule,
|
|
496
494
|
args: [{
|
|
497
495
|
imports: [
|
|
@@ -508,17 +506,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
508
506
|
|
|
509
507
|
class DaffButtonModule {
|
|
510
508
|
}
|
|
511
|
-
/** @nocollapse */ DaffButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
512
|
-
/** @nocollapse */ DaffButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
509
|
+
/** @nocollapse */ DaffButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
510
|
+
/** @nocollapse */ DaffButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, declarations: [DaffButtonComponent], imports: [CommonModule,
|
|
513
511
|
DaffPrefixSuffixModule,
|
|
514
512
|
DaffLoadingIconModule], exports: [DaffButtonComponent,
|
|
515
513
|
DaffPrefixSuffixModule] });
|
|
516
|
-
/** @nocollapse */ DaffButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
], DaffPrefixSuffixModule] });
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonModule, decorators: [{
|
|
514
|
+
/** @nocollapse */ DaffButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, imports: [CommonModule,
|
|
515
|
+
DaffPrefixSuffixModule,
|
|
516
|
+
DaffLoadingIconModule, DaffPrefixSuffixModule] });
|
|
517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonModule, decorators: [{
|
|
522
518
|
type: NgModule,
|
|
523
519
|
args: [{
|
|
524
520
|
imports: [
|
|
@@ -542,38 +538,6 @@ class DaffErrorStateMatcher {
|
|
|
542
538
|
}
|
|
543
539
|
}
|
|
544
540
|
|
|
545
|
-
class DaffErrorMessageComponent {
|
|
546
|
-
constructor() {
|
|
547
|
-
this.class = true;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
/** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
-
/** @nocollapse */ DaffErrorMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffErrorMessageComponent, selector: "daff-error-message", host: { properties: { "class.daff-error-message": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
|
|
553
|
-
type: Component,
|
|
554
|
-
args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
|
|
555
|
-
}], propDecorators: { class: [{
|
|
556
|
-
type: HostBinding,
|
|
557
|
-
args: ['class.daff-error-message']
|
|
558
|
-
}] } });
|
|
559
|
-
|
|
560
|
-
class DaffErrorMessageModule {
|
|
561
|
-
}
|
|
562
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
563
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
|
|
564
|
-
/** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule });
|
|
565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
|
|
566
|
-
type: NgModule,
|
|
567
|
-
args: [{
|
|
568
|
-
exports: [
|
|
569
|
-
DaffErrorMessageComponent,
|
|
570
|
-
],
|
|
571
|
-
declarations: [
|
|
572
|
-
DaffErrorMessageComponent,
|
|
573
|
-
],
|
|
574
|
-
}]
|
|
575
|
-
}] });
|
|
576
|
-
|
|
577
541
|
/**
|
|
578
542
|
*
|
|
579
543
|
* The class that a form control must **implement** in order to be
|
|
@@ -673,9 +637,9 @@ class DaffFormFieldComponent {
|
|
|
673
637
|
this._validateFormControl();
|
|
674
638
|
}
|
|
675
639
|
}
|
|
676
|
-
/** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
677
|
-
/** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
640
|
+
/** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
641
|
+
/** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffFormFieldComponent, selector: "daff-form-field", inputs: { formSubmitted: "formSubmitted" }, host: { properties: { "class.daff-form-field": "this.class" } }, queries: [{ propertyName: "_control", first: true, predicate: DaffFormFieldControl, descendants: true }], ngImport: i0, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, decorators: [{
|
|
679
643
|
type: Component,
|
|
680
644
|
args: [{ selector: 'daff-form-field', encapsulation: ViewEncapsulation.None, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"] }]
|
|
681
645
|
}], propDecorators: { class: [{
|
|
@@ -688,19 +652,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
688
652
|
args: [DaffFormFieldControl]
|
|
689
653
|
}] } });
|
|
690
654
|
|
|
655
|
+
class DaffErrorMessageComponent {
|
|
656
|
+
constructor() {
|
|
657
|
+
this.class = true;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
/** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
661
|
+
/** @nocollapse */ DaffErrorMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffErrorMessageComponent, selector: "daff-error-message", host: { properties: { "class.daff-error-message": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
|
|
663
|
+
type: Component,
|
|
664
|
+
args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
|
|
665
|
+
}], propDecorators: { class: [{
|
|
666
|
+
type: HostBinding,
|
|
667
|
+
args: ['class.daff-error-message']
|
|
668
|
+
}] } });
|
|
669
|
+
|
|
670
|
+
class DaffErrorMessageModule {
|
|
671
|
+
}
|
|
672
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
673
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
|
|
674
|
+
/** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule });
|
|
675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
|
|
676
|
+
type: NgModule,
|
|
677
|
+
args: [{
|
|
678
|
+
exports: [
|
|
679
|
+
DaffErrorMessageComponent,
|
|
680
|
+
],
|
|
681
|
+
declarations: [
|
|
682
|
+
DaffErrorMessageComponent,
|
|
683
|
+
],
|
|
684
|
+
}]
|
|
685
|
+
}] });
|
|
686
|
+
|
|
691
687
|
class DaffFormFieldModule {
|
|
692
688
|
}
|
|
693
|
-
/** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
694
|
-
/** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
689
|
+
/** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
690
|
+
/** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, declarations: [DaffFormFieldComponent], imports: [CommonModule,
|
|
695
691
|
FontAwesomeModule,
|
|
696
692
|
DaffErrorMessageModule], exports: [DaffFormFieldComponent,
|
|
697
693
|
DaffErrorMessageModule] });
|
|
698
|
-
/** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
], DaffErrorMessageModule] });
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, decorators: [{
|
|
694
|
+
/** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, imports: [CommonModule,
|
|
695
|
+
FontAwesomeModule,
|
|
696
|
+
DaffErrorMessageModule, DaffErrorMessageModule] });
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, decorators: [{
|
|
704
698
|
type: NgModule,
|
|
705
699
|
args: [{
|
|
706
700
|
imports: [
|
|
@@ -824,9 +818,9 @@ class DaffMediaGalleryRegistry {
|
|
|
824
818
|
] }));
|
|
825
819
|
}
|
|
826
820
|
}
|
|
827
|
-
/** @nocollapse */ DaffMediaGalleryRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
828
|
-
/** @nocollapse */ DaffMediaGalleryRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
821
|
+
/** @nocollapse */ DaffMediaGalleryRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
822
|
+
/** @nocollapse */ DaffMediaGalleryRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, providedIn: 'root' });
|
|
823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryRegistry, decorators: [{
|
|
830
824
|
type: Injectable,
|
|
831
825
|
args: [{ providedIn: 'root' }]
|
|
832
826
|
}] });
|
|
@@ -887,9 +881,9 @@ class DaffMediaRendererComponent {
|
|
|
887
881
|
this._destroy$.unsubscribe();
|
|
888
882
|
}
|
|
889
883
|
}
|
|
890
|
-
/** @nocollapse */ DaffMediaRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
891
|
-
/** @nocollapse */ DaffMediaRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
884
|
+
/** @nocollapse */ DaffMediaRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaRendererComponent, deps: [{ token: i0.ComponentFactoryResolver }, { token: DaffMediaGalleryRegistry }, { token: DAFF_MEDIA_GALLERY_TOKEN }], target: i0.ɵɵFactoryTarget.Component });
|
|
885
|
+
/** @nocollapse */ DaffMediaRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMediaRendererComponent, selector: "daff-media-renderer", viewQueries: [{ propertyName: "slot", first: true, predicate: TemplateRef, descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<ng-template></ng-template>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaRendererComponent, decorators: [{
|
|
893
887
|
type: Component,
|
|
894
888
|
args: [{ selector: 'daff-media-renderer', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template></ng-template>\n" }]
|
|
895
889
|
}], ctorParameters: function () {
|
|
@@ -936,12 +930,12 @@ class DaffMediaGalleryComponent extends _daffMediaGalleryBase {
|
|
|
936
930
|
this.registry.remove(this);
|
|
937
931
|
}
|
|
938
932
|
}
|
|
939
|
-
/** @nocollapse */ DaffMediaGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
940
|
-
/** @nocollapse */ DaffMediaGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
933
|
+
/** @nocollapse */ DaffMediaGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DaffMediaGalleryRegistry }], target: i0.ɵɵFactoryTarget.Component });
|
|
934
|
+
/** @nocollapse */ DaffMediaGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: { skeleton: "skeleton", name: "name" }, host: { properties: { "class.daff-media-gallery": "this.class" } }, providers: [
|
|
941
935
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
942
936
|
{ provide: DAFF_MEDIA_GALLERY_TOKEN, useExisting: DaffMediaGalleryComponent },
|
|
943
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"],
|
|
944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
937
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"], dependencies: [{ kind: "component", type: DaffMediaRendererComponent, selector: "daff-media-renderer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryComponent, decorators: [{
|
|
945
939
|
type: Component,
|
|
946
940
|
args: [{ selector: 'daff-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
947
941
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1015,9 +1009,9 @@ class DaffThumbnailDirective {
|
|
|
1015
1009
|
return this;
|
|
1016
1010
|
}
|
|
1017
1011
|
}
|
|
1018
|
-
/** @nocollapse */ DaffThumbnailDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1019
|
-
/** @nocollapse */ DaffThumbnailDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1012
|
+
/** @nocollapse */ DaffThumbnailDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThumbnailDirective, deps: [{ token: daffThumbnailCompatToken }, { token: i0.ChangeDetectorRef }, { token: DaffMediaGalleryRegistry }, { token: DAFF_MEDIA_GALLERY_TOKEN }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1013
|
+
/** @nocollapse */ DaffThumbnailDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: { becameSelected: "becameSelected" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.daff-thumbnail--selected": "this.selectedClass", "class.daff-thumbnail": "this.class" } }, ngImport: i0 });
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThumbnailDirective, decorators: [{
|
|
1021
1015
|
type: Directive,
|
|
1022
1016
|
args: [{
|
|
1023
1017
|
selector: '[daffThumbnail]',
|
|
@@ -1045,15 +1039,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1045
1039
|
|
|
1046
1040
|
class DaffMediaGalleryModule {
|
|
1047
1041
|
}
|
|
1048
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1049
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1042
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1043
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, declarations: [DaffMediaGalleryComponent,
|
|
1050
1044
|
DaffThumbnailDirective,
|
|
1051
1045
|
DaffMediaRendererComponent], imports: [CommonModule], exports: [DaffThumbnailDirective,
|
|
1052
1046
|
DaffMediaGalleryComponent] });
|
|
1053
|
-
/** @nocollapse */ DaffMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1054
|
-
|
|
1055
|
-
]] });
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMediaGalleryModule, decorators: [{
|
|
1047
|
+
/** @nocollapse */ DaffMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, imports: [CommonModule] });
|
|
1048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMediaGalleryModule, decorators: [{
|
|
1057
1049
|
type: NgModule,
|
|
1058
1050
|
args: [{
|
|
1059
1051
|
declarations: [
|
|
@@ -1160,21 +1152,21 @@ class DaffImageComponent extends _daffImageBase {
|
|
|
1160
1152
|
return this.width + 'px';
|
|
1161
1153
|
}
|
|
1162
1154
|
}
|
|
1163
|
-
/** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1164
|
-
/** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1155
|
+
/** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, deps: [{ token: i1$1.DomSanitizer }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1156
|
+
/** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageComponent, selector: "daff-image", inputs: { skeleton: "skeleton", src: "src", alt: "alt", width: "width", height: "height" }, outputs: { load: "load" }, host: { properties: { "style.max-width": "this.maxWidth" } }, providers: [
|
|
1165
1157
|
{
|
|
1166
1158
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1167
1159
|
provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
|
|
1168
1160
|
},
|
|
1169
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;
|
|
1170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1161
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;inset:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, decorators: [{
|
|
1171
1163
|
type: Component,
|
|
1172
1164
|
args: [{ selector: 'daff-image', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1173
1165
|
{
|
|
1174
1166
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1175
1167
|
provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
|
|
1176
1168
|
},
|
|
1177
|
-
], inputs: ['skeleton'], template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;
|
|
1169
|
+
], inputs: ['skeleton'], template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;inset:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"] }]
|
|
1178
1170
|
}], ctorParameters: function () { return [{ type: i1$1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { src: [{
|
|
1179
1171
|
type: Input
|
|
1180
1172
|
}], alt: [{
|
|
@@ -1192,12 +1184,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1192
1184
|
|
|
1193
1185
|
class DaffImageModule {
|
|
1194
1186
|
}
|
|
1195
|
-
/** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1196
|
-
/** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1197
|
-
/** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1198
|
-
|
|
1199
|
-
]] });
|
|
1200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, decorators: [{
|
|
1187
|
+
/** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1188
|
+
/** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, declarations: [DaffImageComponent], imports: [CommonModule], exports: [DaffImageComponent] });
|
|
1189
|
+
/** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, imports: [CommonModule] });
|
|
1190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, decorators: [{
|
|
1201
1191
|
type: NgModule,
|
|
1202
1192
|
args: [{
|
|
1203
1193
|
declarations: [
|
|
@@ -1209,9 +1199,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1209
1199
|
exports: [
|
|
1210
1200
|
DaffImageComponent,
|
|
1211
1201
|
],
|
|
1212
|
-
entryComponents: [
|
|
1213
|
-
DaffImageComponent,
|
|
1214
|
-
],
|
|
1215
1202
|
}]
|
|
1216
1203
|
}] });
|
|
1217
1204
|
|
|
@@ -1244,12 +1231,12 @@ class DaffInputComponent {
|
|
|
1244
1231
|
this._elementRef.nativeElement.focus();
|
|
1245
1232
|
}
|
|
1246
1233
|
}
|
|
1247
|
-
/** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1248
|
-
/** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1234
|
+
/** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1235
|
+
/** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffInputComponent, selector: "input[daff-input]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" } }, providers: [
|
|
1249
1236
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1250
1237
|
{ provide: DaffFormFieldControl, useExisting: DaffInputComponent },
|
|
1251
1238
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{border:none;border-radius:4px;box-shadow:none;font-size:1rem;line-height:1.5rem;margin:0;padding:0;width:100%;box-sizing:border-box}:host:focus{border:none;box-shadow:none;outline:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, decorators: [{
|
|
1253
1240
|
type: Component,
|
|
1254
1241
|
args: [{ selector: 'input[daff-input]', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1255
1242
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1273,12 +1260,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1273
1260
|
|
|
1274
1261
|
class DaffInputModule {
|
|
1275
1262
|
}
|
|
1276
|
-
/** @nocollapse */ DaffInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1277
|
-
/** @nocollapse */ DaffInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1278
|
-
/** @nocollapse */ DaffInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1279
|
-
|
|
1280
|
-
]] });
|
|
1281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputModule, decorators: [{
|
|
1263
|
+
/** @nocollapse */ DaffInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1264
|
+
/** @nocollapse */ DaffInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, declarations: [DaffInputComponent], imports: [CommonModule], exports: [DaffInputComponent] });
|
|
1265
|
+
/** @nocollapse */ DaffInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, imports: [CommonModule] });
|
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, decorators: [{
|
|
1282
1267
|
type: NgModule,
|
|
1283
1268
|
args: [{
|
|
1284
1269
|
imports: [
|
|
@@ -1324,12 +1309,12 @@ class DaffNativeSelectComponent {
|
|
|
1324
1309
|
this._elementRef.nativeElement.focus();
|
|
1325
1310
|
}
|
|
1326
1311
|
}
|
|
1327
|
-
/** @nocollapse */ DaffNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1328
|
-
/** @nocollapse */ DaffNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1312
|
+
/** @nocollapse */ DaffNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1313
|
+
/** @nocollapse */ DaffNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" }, properties: { "class.daff-native-select": "this.class" } }, providers: [
|
|
1329
1314
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1330
1315
|
{ provide: DaffFormFieldControl, useExisting: DaffNativeSelectComponent },
|
|
1331
1316
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-native-select{-webkit-appearance:none;appearance:none;background:transparent;background-clip:padding-box;border:0;box-shadow:none;font-size:1rem;line-height:1.5rem;margin:0;min-width:45px;width:100%}.daff-native-select:focus{border:0;box-shadow:none;outline:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectComponent, decorators: [{
|
|
1333
1318
|
type: Component,
|
|
1334
1319
|
args: [{ selector: 'select[daff-native-select]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1335
1320
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
@@ -1356,12 +1341,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1356
1341
|
|
|
1357
1342
|
class DaffNativeSelectModule {
|
|
1358
1343
|
}
|
|
1359
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1360
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1361
|
-
/** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1362
|
-
|
|
1363
|
-
]] });
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
|
|
1344
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1345
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, declarations: [DaffNativeSelectComponent], imports: [CommonModule], exports: [DaffNativeSelectComponent] });
|
|
1346
|
+
/** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, imports: [CommonModule] });
|
|
1347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
|
|
1365
1348
|
type: NgModule,
|
|
1366
1349
|
args: [{
|
|
1367
1350
|
imports: [
|
|
@@ -1479,11 +1462,11 @@ class DaffCheckboxComponent {
|
|
|
1479
1462
|
this._cdRef.markForCheck();
|
|
1480
1463
|
}
|
|
1481
1464
|
}
|
|
1482
|
-
/** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1483
|
-
/** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1465
|
+
/** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1466
|
+
/** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxComponent, selector: "daff-checkbox", inputs: { name: "name", value: "value", checked: "checked", id: "id", label: ["aria-label", "label"], labeledBy: ["aria-labelledby", "labeledBy"] }, outputs: { becameChecked: "becameChecked", becameUnchecked: "becameUnchecked" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, viewQueries: [{ propertyName: "nativeCheckbox", first: true, predicate: ["inputElement"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, decorators: [{
|
|
1485
1468
|
type: Component,
|
|
1486
|
-
args: [{ selector: 'daff-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>"
|
|
1469
|
+
args: [{ selector: 'daff-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>" }]
|
|
1487
1470
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { nativeCheckbox: [{
|
|
1488
1471
|
type: ViewChild,
|
|
1489
1472
|
args: ['inputElement', { static: true, read: ElementRef }]
|
|
@@ -1516,40 +1499,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1516
1499
|
args: ['class.disabled']
|
|
1517
1500
|
}] } });
|
|
1518
1501
|
|
|
1519
|
-
class DaffCheckboxSetComponent {
|
|
1520
|
-
constructor() {
|
|
1521
|
-
/**
|
|
1522
|
-
* The role of the component. Set to "checkbox".
|
|
1523
|
-
*
|
|
1524
|
-
* @docs-private
|
|
1525
|
-
*/
|
|
1526
|
-
this.role = 'group';
|
|
1527
|
-
this.valueList = new EventEmitter();
|
|
1528
|
-
}
|
|
1529
|
-
getValues() {
|
|
1530
|
-
const checkboxes = this.checkboxes.toArray();
|
|
1531
|
-
return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
/** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1535
|
-
/** @nocollapse */ DaffCheckboxSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffCheckboxSetComponent, selector: "daff-checkbox-set", inputs: { formArray: "formArray", name: "name" }, outputs: { valueList: "valueList" }, host: { properties: { "attr.role": "this.role" } }, queries: [{ propertyName: "checkboxes", predicate: DaffCheckboxComponent }], ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
|
|
1537
|
-
type: Component,
|
|
1538
|
-
args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
|
|
1539
|
-
}], propDecorators: { formArray: [{
|
|
1540
|
-
type: Input
|
|
1541
|
-
}], name: [{
|
|
1542
|
-
type: Input
|
|
1543
|
-
}], role: [{
|
|
1544
|
-
type: HostBinding,
|
|
1545
|
-
args: ['attr.role']
|
|
1546
|
-
}], checkboxes: [{
|
|
1547
|
-
type: ContentChildren,
|
|
1548
|
-
args: [DaffCheckboxComponent]
|
|
1549
|
-
}], valueList: [{
|
|
1550
|
-
type: Output
|
|
1551
|
-
}] } });
|
|
1552
|
-
|
|
1553
1502
|
/**
|
|
1554
1503
|
* A directive for binding the DaffCheckboxComponent and the Control Value Accessor.
|
|
1555
1504
|
*/
|
|
@@ -1620,9 +1569,9 @@ class DaffCheckboxControlValueAccessorDirective {
|
|
|
1620
1569
|
this._checkbox.deselect();
|
|
1621
1570
|
}
|
|
1622
1571
|
}
|
|
1623
|
-
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1624
|
-
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1572
|
+
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: DaffCheckboxComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1573
|
+
/** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxControlValueAccessorDirective, selector: "daff-checkbox[ngModel], daff-checkbox[formControl], daff-checkbox[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, decorators: [{
|
|
1626
1575
|
type: Directive,
|
|
1627
1576
|
args: [{
|
|
1628
1577
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -1640,20 +1589,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1640
1589
|
type: Input
|
|
1641
1590
|
}] } });
|
|
1642
1591
|
|
|
1592
|
+
class DaffCheckboxSetComponent {
|
|
1593
|
+
constructor() {
|
|
1594
|
+
/**
|
|
1595
|
+
* The role of the component. Set to "checkbox".
|
|
1596
|
+
*
|
|
1597
|
+
* @docs-private
|
|
1598
|
+
*/
|
|
1599
|
+
this.role = 'group';
|
|
1600
|
+
this.valueList = new EventEmitter();
|
|
1601
|
+
}
|
|
1602
|
+
getValues() {
|
|
1603
|
+
const checkboxes = this.checkboxes.toArray();
|
|
1604
|
+
return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
/** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1608
|
+
/** @nocollapse */ DaffCheckboxSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxSetComponent, selector: "daff-checkbox-set", inputs: { formArray: "formArray", name: "name" }, outputs: { valueList: "valueList" }, host: { properties: { "attr.role": "this.role" } }, queries: [{ propertyName: "checkboxes", predicate: DaffCheckboxComponent }], ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
|
|
1610
|
+
type: Component,
|
|
1611
|
+
args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
|
|
1612
|
+
}], propDecorators: { formArray: [{
|
|
1613
|
+
type: Input
|
|
1614
|
+
}], name: [{
|
|
1615
|
+
type: Input
|
|
1616
|
+
}], role: [{
|
|
1617
|
+
type: HostBinding,
|
|
1618
|
+
args: ['attr.role']
|
|
1619
|
+
}], checkboxes: [{
|
|
1620
|
+
type: ContentChildren,
|
|
1621
|
+
args: [DaffCheckboxComponent]
|
|
1622
|
+
}], valueList: [{
|
|
1623
|
+
type: Output
|
|
1624
|
+
}] } });
|
|
1625
|
+
|
|
1643
1626
|
class DaffCheckboxModule {
|
|
1644
1627
|
}
|
|
1645
|
-
/** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1646
|
-
/** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1628
|
+
/** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1629
|
+
/** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, declarations: [DaffCheckboxComponent,
|
|
1647
1630
|
DaffCheckboxSetComponent,
|
|
1648
1631
|
DaffCheckboxControlValueAccessorDirective], imports: [CommonModule], exports: [DaffCheckboxComponent,
|
|
1649
1632
|
DaffCheckboxSetComponent,
|
|
1650
1633
|
DaffCheckboxControlValueAccessorDirective] });
|
|
1651
|
-
/** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1634
|
+
/** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, providers: [
|
|
1652
1635
|
DaffCheckboxSetComponent,
|
|
1653
|
-
], imports: [
|
|
1654
|
-
|
|
1655
|
-
]] });
|
|
1656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, decorators: [{
|
|
1636
|
+
], imports: [CommonModule] });
|
|
1637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, decorators: [{
|
|
1657
1638
|
type: NgModule,
|
|
1658
1639
|
args: [{
|
|
1659
1640
|
exports: [
|
|
@@ -1695,7 +1676,7 @@ class DaffQuantityInputComponent {
|
|
|
1695
1676
|
* to avoid triggering updates on the input event.
|
|
1696
1677
|
* Instead, we listen for the change event and manually patch form control values.
|
|
1697
1678
|
*/
|
|
1698
|
-
this._inputControl = new
|
|
1679
|
+
this._inputControl = new UntypedFormControl();
|
|
1699
1680
|
this._destroyed = new Subject();
|
|
1700
1681
|
}
|
|
1701
1682
|
get focused() {
|
|
@@ -1750,9 +1731,9 @@ class DaffQuantityInputComponent {
|
|
|
1750
1731
|
: this._inputControl.enable();
|
|
1751
1732
|
}
|
|
1752
1733
|
}
|
|
1753
|
-
/** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1754
|
-
/** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1734
|
+
/** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, deps: [{ token: i1$2.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1735
|
+
/** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: { min: "min", max: "max" }, viewQueries: [{ propertyName: "input", first: true, predicate: DaffInputComponent, descendants: true }], ngImport: i0, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n", dependencies: [{ kind: "component", type: DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.MinValidator, selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]", inputs: ["min"] }, { kind: "directive", type: i1$2.MaxValidator, selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]", inputs: ["max"] }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, decorators: [{
|
|
1756
1737
|
type: Component,
|
|
1757
1738
|
args: [{ selector: 'daff-quantity-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n" }]
|
|
1758
1739
|
}], ctorParameters: function () { return [{ type: i1$2.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { input: [{
|
|
@@ -1825,9 +1806,9 @@ class DaffQuantitySelectComponent {
|
|
|
1825
1806
|
return makeValueArray(this.min, this.max, this.increment);
|
|
1826
1807
|
}
|
|
1827
1808
|
}
|
|
1828
|
-
/** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1829
|
-
/** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1809
|
+
/** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, deps: [{ token: i1$2.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1810
|
+
/** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: { min: "min", max: "max", extendable: "extendable" }, viewQueries: [{ propertyName: "select", first: true, predicate: DaffNativeSelectComponent, descendants: true }], ngImport: i0, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "directive", type: i1$2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, decorators: [{
|
|
1831
1812
|
type: Component,
|
|
1832
1813
|
args: [{ selector: 'daff-quantity-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n" }]
|
|
1833
1814
|
}], ctorParameters: function () { return [{ type: i1$2.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { select: [{
|
|
@@ -1930,15 +1911,15 @@ class DaffQuantityFieldComponent {
|
|
|
1930
1911
|
}
|
|
1931
1912
|
}
|
|
1932
1913
|
}
|
|
1933
|
-
/** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1934
|
-
/** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1914
|
+
/** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1915
|
+
/** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: { min: "min", max: "max", selectMax: "selectMax" }, providers: [
|
|
1935
1916
|
{
|
|
1936
1917
|
provide: DaffFormFieldControl,
|
|
1937
1918
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
1938
1919
|
useExisting: DaffQuantityFieldComponent,
|
|
1939
1920
|
},
|
|
1940
|
-
], viewQueries: [{ propertyName: "input", first: true, predicate: DaffQuantityInputComponent, descendants: true }, { propertyName: "select", first: true, predicate: DaffQuantitySelectComponent, descendants: true }], ngImport: i0, template: "<daff-quantity-select\n *ngIf=\"showSelectField\"\n [min]=\"min\" [max]=\"_maxFloor\" [extendable]=\"max > selectMax\">\n</daff-quantity-select>\n<daff-quantity-input\n *ngIf=\"showInputField\"\n [min]=\"min\" [max]=\"max\">\n</daff-quantity-input>\n",
|
|
1941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1921
|
+
], viewQueries: [{ propertyName: "input", first: true, predicate: DaffQuantityInputComponent, descendants: true }, { propertyName: "select", first: true, predicate: DaffQuantitySelectComponent, descendants: true }], ngImport: i0, template: "<daff-quantity-select\n *ngIf=\"showSelectField\"\n [min]=\"min\" [max]=\"_maxFloor\" [extendable]=\"max > selectMax\">\n</daff-quantity-select>\n<daff-quantity-input\n *ngIf=\"showInputField\"\n [min]=\"min\" [max]=\"max\">\n</daff-quantity-input>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: ["min", "max"] }, { kind: "component", type: DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: ["min", "max", "extendable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, decorators: [{
|
|
1942
1923
|
type: Component,
|
|
1943
1924
|
args: [{ selector: 'daff-quantity-field', providers: [
|
|
1944
1925
|
{
|
|
@@ -1969,8 +1950,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
1969
1950
|
|
|
1970
1951
|
class DaffQuantityFieldModule {
|
|
1971
1952
|
}
|
|
1972
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1973
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1953
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1954
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, declarations: [DaffQuantityFieldComponent,
|
|
1974
1955
|
DaffQuantityInputComponent,
|
|
1975
1956
|
DaffQuantitySelectComponent], imports: [CommonModule,
|
|
1976
1957
|
DaffNativeSelectModule,
|
|
@@ -1978,13 +1959,11 @@ class DaffQuantityFieldModule {
|
|
|
1978
1959
|
ReactiveFormsModule], exports: [DaffQuantityFieldComponent,
|
|
1979
1960
|
DaffQuantityInputComponent,
|
|
1980
1961
|
DaffQuantitySelectComponent] });
|
|
1981
|
-
/** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
]] });
|
|
1987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
|
|
1962
|
+
/** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, imports: [CommonModule,
|
|
1963
|
+
DaffNativeSelectModule,
|
|
1964
|
+
DaffInputModule,
|
|
1965
|
+
ReactiveFormsModule] });
|
|
1966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
|
|
1988
1967
|
type: NgModule,
|
|
1989
1968
|
args: [{
|
|
1990
1969
|
declarations: [
|
|
@@ -2030,9 +2009,9 @@ class DaffContainerComponent extends _daffContainerBase {
|
|
|
2030
2009
|
this.class = true;
|
|
2031
2010
|
}
|
|
2032
2011
|
}
|
|
2033
|
-
/** @nocollapse */ DaffContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2034
|
-
/** @nocollapse */ DaffContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2012
|
+
/** @nocollapse */ DaffContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2013
|
+
/** @nocollapse */ DaffContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffContainerComponent, selector: "daff-container", inputs: { size: "size" }, host: { properties: { "class.daff-container": "this.class" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host-context(.daff-manage-container-layout){display:inherit;flex:inherit;flex-direction:inherit;flex-flow:inherit;flex-wrap:inherit;justify-content:inherit;justify-items:inherit;align-items:inherit;align-content:inherit;gap:inherit;grid-template-columns:inherit;grid-template-rows:inherit;grid-template-areas:inherit;grid-template:inherit;grid-auto-columns:inherit;grid-auto-rows:inherit;grid-auto-flow:inherit;grid:inherit;column-gap:inherit;row-gap:inherit;grid-gap:inherit;grid-column-gap:inherit;grid-row-gap:inherit;place-items:inherit;place-content:inherit}:host{display:block;margin:0 auto;padding:0;width:100%}:host.daff-xs{max-width:640px}:host.daff-sm{max-width:800px}:host.daff-md{max-width:1040px}:host.daff-lg{max-width:1340px}:host.daff-xl{max-width:1920px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerComponent, decorators: [{
|
|
2036
2015
|
type: Component,
|
|
2037
2016
|
args: [{ selector: 'daff-container', template: '<ng-content></ng-content>', inputs: ['size'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host-context(.daff-manage-container-layout){display:inherit;flex:inherit;flex-direction:inherit;flex-flow:inherit;flex-wrap:inherit;justify-content:inherit;justify-items:inherit;align-items:inherit;align-content:inherit;gap:inherit;grid-template-columns:inherit;grid-template-rows:inherit;grid-template-areas:inherit;grid-template:inherit;grid-auto-columns:inherit;grid-auto-rows:inherit;grid-auto-flow:inherit;grid:inherit;column-gap:inherit;row-gap:inherit;grid-gap:inherit;grid-column-gap:inherit;grid-row-gap:inherit;place-items:inherit;place-content:inherit}:host{display:block;margin:0 auto;padding:0;width:100%}:host.daff-xs{max-width:640px}:host.daff-sm{max-width:800px}:host.daff-md{max-width:1040px}:host.daff-lg{max-width:1340px}:host.daff-xl{max-width:1920px}\n"] }]
|
|
2038
2017
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -2042,12 +2021,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2042
2021
|
|
|
2043
2022
|
class DaffContainerModule {
|
|
2044
2023
|
}
|
|
2045
|
-
/** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2046
|
-
/** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2047
|
-
/** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2048
|
-
|
|
2049
|
-
]] });
|
|
2050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, decorators: [{
|
|
2024
|
+
/** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2025
|
+
/** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, declarations: [DaffContainerComponent], imports: [CommonModule], exports: [DaffContainerComponent] });
|
|
2026
|
+
/** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, imports: [CommonModule] });
|
|
2027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, decorators: [{
|
|
2051
2028
|
type: NgModule,
|
|
2052
2029
|
args: [{
|
|
2053
2030
|
imports: [
|
|
@@ -2128,11 +2105,11 @@ class DaffProgressIndicatorComponent extends _daffProgressIndicatorBase {
|
|
|
2128
2105
|
};
|
|
2129
2106
|
}
|
|
2130
2107
|
}
|
|
2131
|
-
/** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2132
|
-
/** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2108
|
+
/** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2109
|
+
/** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffProgressIndicatorComponent, selector: "daff-progress-indicator", inputs: { color: "color", percentage: "percentage" }, outputs: { finished: "finished" }, host: { properties: { "class.daff-progress-indicator": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"daff-progress-indicator__fill\" [@fill]=\"fillState\" (@fill.done)=\"onAnimationComplete($event)\"></div>", styles: [":host{display:flex;height:3px;width:100%}\n"], animations: [
|
|
2133
2110
|
daffProgressIndicatorAnimation.fill,
|
|
2134
2111
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, decorators: [{
|
|
2136
2113
|
type: Component,
|
|
2137
2114
|
args: [{ selector: 'daff-progress-indicator', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['color'], animations: [
|
|
2138
2115
|
daffProgressIndicatorAnimation.fill,
|
|
@@ -2148,12 +2125,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2148
2125
|
|
|
2149
2126
|
class DaffProgressIndicatorModule {
|
|
2150
2127
|
}
|
|
2151
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2152
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2153
|
-
/** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2154
|
-
|
|
2155
|
-
]] });
|
|
2156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
|
|
2128
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2129
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, declarations: [DaffProgressIndicatorComponent], imports: [CommonModule], exports: [DaffProgressIndicatorComponent] });
|
|
2130
|
+
/** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, imports: [CommonModule] });
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
|
|
2157
2132
|
type: NgModule,
|
|
2158
2133
|
args: [{
|
|
2159
2134
|
declarations: [DaffProgressIndicatorComponent],
|
|
@@ -2164,26 +2139,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2164
2139
|
}]
|
|
2165
2140
|
}] });
|
|
2166
2141
|
|
|
2167
|
-
class DaffRadioSetComponent {
|
|
2168
|
-
constructor() {
|
|
2169
|
-
/**
|
|
2170
|
-
* @docs-private
|
|
2171
|
-
*/
|
|
2172
|
-
this.role = 'radiogroup';
|
|
2173
|
-
}
|
|
2174
|
-
}
|
|
2175
|
-
/** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2176
|
-
/** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffRadioSetComponent, selector: "daff-radio-set", inputs: { name: "name" }, host: { properties: { "attr.role": "this.role" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
|
|
2178
|
-
type: Component,
|
|
2179
|
-
args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
|
|
2180
|
-
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
2181
|
-
type: Input
|
|
2182
|
-
}], role: [{
|
|
2183
|
-
type: HostBinding,
|
|
2184
|
-
args: ['attr.role']
|
|
2185
|
-
}] } });
|
|
2186
|
-
|
|
2187
2142
|
class DaffRadioRegistry {
|
|
2188
2143
|
constructor() {
|
|
2189
2144
|
this._accessors = [];
|
|
@@ -2229,13 +2184,33 @@ class DaffRadioRegistry {
|
|
|
2229
2184
|
&& controlPair['accessor'].name === accessor.name;
|
|
2230
2185
|
}
|
|
2231
2186
|
}
|
|
2232
|
-
/** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2233
|
-
/** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2187
|
+
/** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2188
|
+
/** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, providedIn: 'root' });
|
|
2189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, decorators: [{
|
|
2235
2190
|
type: Injectable,
|
|
2236
2191
|
args: [{ providedIn: 'root' }]
|
|
2237
2192
|
}] });
|
|
2238
2193
|
|
|
2194
|
+
class DaffRadioSetComponent {
|
|
2195
|
+
constructor() {
|
|
2196
|
+
/**
|
|
2197
|
+
* @docs-private
|
|
2198
|
+
*/
|
|
2199
|
+
this.role = 'radiogroup';
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
/** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2203
|
+
/** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioSetComponent, selector: "daff-radio-set", inputs: { name: "name" }, host: { properties: { "attr.role": "this.role" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
|
|
2205
|
+
type: Component,
|
|
2206
|
+
args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
|
|
2207
|
+
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
2208
|
+
type: Input
|
|
2209
|
+
}], role: [{
|
|
2210
|
+
type: HostBinding,
|
|
2211
|
+
args: ['attr.role']
|
|
2212
|
+
}] } });
|
|
2213
|
+
|
|
2239
2214
|
let radioUniqueId = 0;
|
|
2240
2215
|
class DaffRadioComponent {
|
|
2241
2216
|
constructor(radioset) {
|
|
@@ -2330,11 +2305,11 @@ class DaffRadioComponent {
|
|
|
2330
2305
|
}
|
|
2331
2306
|
;
|
|
2332
2307
|
}
|
|
2333
|
-
/** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2334
|
-
/** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2308
|
+
/** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, deps: [{ token: DaffRadioSetComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
+
/** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioComponent, selector: "daff-radio", inputs: { checked: "checked", value: "value", id: "id", name: "name", label: ["aria-label", "label"], labelledby: ["aria-labelledby", "labelledby"] }, outputs: { selectionChange: "selectionChange" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, ngImport: i0, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, decorators: [{
|
|
2336
2311
|
type: Component,
|
|
2337
|
-
args: [{ selector: 'daff-radio', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>"
|
|
2312
|
+
args: [{ selector: 'daff-radio', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>" }]
|
|
2338
2313
|
}], ctorParameters: function () {
|
|
2339
2314
|
return [{ type: DaffRadioSetComponent, decorators: [{
|
|
2340
2315
|
type: Optional
|
|
@@ -2429,9 +2404,9 @@ class DaffRadioControlValueAccessorDirective {
|
|
|
2429
2404
|
this._radio.deselect();
|
|
2430
2405
|
}
|
|
2431
2406
|
}
|
|
2432
|
-
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2433
|
-
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2407
|
+
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: DaffRadioRegistry }, { token: DaffRadioComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2408
|
+
/** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioControlValueAccessorDirective, selector: "daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, decorators: [{
|
|
2435
2410
|
type: Directive,
|
|
2436
2411
|
args: [{
|
|
2437
2412
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2451,16 +2426,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2451
2426
|
|
|
2452
2427
|
class DaffRadioModule {
|
|
2453
2428
|
}
|
|
2454
|
-
/** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2455
|
-
/** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2429
|
+
/** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2430
|
+
/** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, declarations: [DaffRadioControlValueAccessorDirective,
|
|
2456
2431
|
DaffRadioComponent,
|
|
2457
2432
|
DaffRadioSetComponent], imports: [CommonModule], exports: [DaffRadioComponent,
|
|
2458
2433
|
DaffRadioSetComponent,
|
|
2459
2434
|
DaffRadioControlValueAccessorDirective] });
|
|
2460
|
-
/** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2461
|
-
|
|
2462
|
-
]] });
|
|
2463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, decorators: [{
|
|
2435
|
+
/** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, imports: [CommonModule] });
|
|
2436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, decorators: [{
|
|
2464
2437
|
type: NgModule,
|
|
2465
2438
|
args: [{
|
|
2466
2439
|
exports: [
|
|
@@ -2484,9 +2457,9 @@ class DaffFormLabelDirective {
|
|
|
2484
2457
|
this.class = true;
|
|
2485
2458
|
}
|
|
2486
2459
|
}
|
|
2487
|
-
/** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2488
|
-
/** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2460
|
+
/** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2461
|
+
/** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFormLabelDirective, selector: "[daffFormLabel]", host: { properties: { "class.daff-form-label": "this.class" } }, ngImport: i0 });
|
|
2462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, decorators: [{
|
|
2490
2463
|
type: Directive,
|
|
2491
2464
|
args: [{
|
|
2492
2465
|
selector: '[daffFormLabel]',
|
|
@@ -2498,10 +2471,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2498
2471
|
|
|
2499
2472
|
class DaffFormLabelModule {
|
|
2500
2473
|
}
|
|
2501
|
-
/** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2502
|
-
/** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2503
|
-
/** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2474
|
+
/** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2475
|
+
/** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, declarations: [DaffFormLabelDirective], exports: [DaffFormLabelDirective] });
|
|
2476
|
+
/** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule });
|
|
2477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, decorators: [{
|
|
2505
2478
|
type: NgModule,
|
|
2506
2479
|
args: [{
|
|
2507
2480
|
exports: [
|
|
@@ -2513,45 +2486,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2513
2486
|
}]
|
|
2514
2487
|
}] });
|
|
2515
2488
|
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
this.
|
|
2489
|
+
/**
|
|
2490
|
+
* An _elementRef and an instance of renderer2 are needed for the link set mixins
|
|
2491
|
+
*/
|
|
2492
|
+
class DaffAccordionBase {
|
|
2493
|
+
constructor(_elementRef, _renderer) {
|
|
2494
|
+
this._elementRef = _elementRef;
|
|
2495
|
+
this._renderer = _renderer;
|
|
2522
2496
|
}
|
|
2523
2497
|
}
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
}]
|
|
2531
|
-
}], propDecorators: { class: [{
|
|
2532
|
-
type: HostBinding,
|
|
2533
|
-
args: ['class.daff-accordion-item__content']
|
|
2534
|
-
}] } });
|
|
2535
|
-
|
|
2536
|
-
class DaffAccordionItemTitleDirective {
|
|
2537
|
-
constructor() {
|
|
2538
|
-
/**
|
|
2539
|
-
* @docs-private
|
|
2540
|
-
*/
|
|
2541
|
-
this.class = true;
|
|
2498
|
+
const _daffAccordionBase = daffArticleEncapsulatedMixin((DaffAccordionBase));
|
|
2499
|
+
class DaffAccordionComponent extends _daffAccordionBase {
|
|
2500
|
+
constructor(elementRef, renderer) {
|
|
2501
|
+
super(elementRef, renderer);
|
|
2502
|
+
this.elementRef = elementRef;
|
|
2503
|
+
this.renderer = renderer;
|
|
2542
2504
|
}
|
|
2543
2505
|
}
|
|
2544
|
-
/** @nocollapse */
|
|
2545
|
-
/** @nocollapse */
|
|
2546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2547
|
-
type:
|
|
2548
|
-
args: [{
|
|
2549
|
-
|
|
2550
|
-
}]
|
|
2551
|
-
}], propDecorators: { class: [{
|
|
2552
|
-
type: HostBinding,
|
|
2553
|
-
args: ['class.daff-accordion-item__title']
|
|
2554
|
-
}] } });
|
|
2506
|
+
/** @nocollapse */ DaffAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2507
|
+
/** @nocollapse */ DaffAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionComponent, selector: "daff-accordion", usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionComponent, decorators: [{
|
|
2509
|
+
type: Component,
|
|
2510
|
+
args: [{ selector: 'daff-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"] }]
|
|
2511
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
2555
2512
|
|
|
2556
2513
|
const daffAccordionAnimations = {
|
|
2557
2514
|
openAccordion: trigger('openAccordion', [
|
|
@@ -2610,11 +2567,11 @@ class DaffAccordionItemComponent {
|
|
|
2610
2567
|
this._animationState = getAnimationState$3(this._open);
|
|
2611
2568
|
}
|
|
2612
2569
|
}
|
|
2613
|
-
/** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2614
|
-
/** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2570
|
+
/** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2571
|
+
/** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class.daff-accordion-item": "this.class" } }, ngImport: i0, template: "<div class=\"daff-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>", styles: [".daff-accordion-item{display:block;padding:15px 0;width:100%}@media (min-width: 768px){.daff-accordion-item{padding:30px 0}}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%}.daff-accordion-item__header .daff-suffix{margin:0 10px}.daff-accordion-item__title{font-weight:700;text-transform:uppercase;font-size:1rem;margin:0}.daff-accordion-item__content{padding-top:15px}@media (min-width: 768px){.daff-accordion-item__content{padding-top:30px}}\n"], dependencies: [{ kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
|
|
2615
2572
|
daffAccordionAnimations.openAccordion,
|
|
2616
2573
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, decorators: [{
|
|
2618
2575
|
type: Component,
|
|
2619
2576
|
args: [{ selector: 'daff-accordion-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
2620
2577
|
daffAccordionAnimations.openAccordion,
|
|
@@ -2626,30 +2583,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2626
2583
|
type: Input
|
|
2627
2584
|
}] } });
|
|
2628
2585
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
this.
|
|
2635
|
-
this._renderer = _renderer;
|
|
2586
|
+
class DaffAccordionItemContentDirective {
|
|
2587
|
+
constructor() {
|
|
2588
|
+
/**
|
|
2589
|
+
* @docs-private
|
|
2590
|
+
*/
|
|
2591
|
+
this.class = true;
|
|
2636
2592
|
}
|
|
2637
2593
|
}
|
|
2638
|
-
|
|
2639
|
-
class
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2594
|
+
/** @nocollapse */ DaffAccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2595
|
+
/** @nocollapse */ DaffAccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]", host: { properties: { "class.daff-accordion-item__content": "this.class" } }, ngImport: i0 });
|
|
2596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, decorators: [{
|
|
2597
|
+
type: Directive,
|
|
2598
|
+
args: [{
|
|
2599
|
+
selector: '[daffAccordionItemContent]',
|
|
2600
|
+
}]
|
|
2601
|
+
}], propDecorators: { class: [{
|
|
2602
|
+
type: HostBinding,
|
|
2603
|
+
args: ['class.daff-accordion-item__content']
|
|
2604
|
+
}] } });
|
|
2605
|
+
|
|
2606
|
+
class DaffAccordionItemTitleDirective {
|
|
2607
|
+
constructor() {
|
|
2608
|
+
/**
|
|
2609
|
+
* @docs-private
|
|
2610
|
+
*/
|
|
2611
|
+
this.class = true;
|
|
2644
2612
|
}
|
|
2645
2613
|
}
|
|
2646
|
-
/** @nocollapse */
|
|
2647
|
-
/** @nocollapse */
|
|
2648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2649
|
-
type:
|
|
2650
|
-
args: [{
|
|
2651
|
-
|
|
2614
|
+
/** @nocollapse */ DaffAccordionItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2615
|
+
/** @nocollapse */ DaffAccordionItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]", host: { properties: { "class.daff-accordion-item__title": "this.class" } }, ngImport: i0 });
|
|
2616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, decorators: [{
|
|
2617
|
+
type: Directive,
|
|
2618
|
+
args: [{
|
|
2619
|
+
selector: '[daffAccordionItemTitle]',
|
|
2620
|
+
}]
|
|
2621
|
+
}], propDecorators: { class: [{
|
|
2622
|
+
type: HostBinding,
|
|
2623
|
+
args: ['class.daff-accordion-item__title']
|
|
2624
|
+
}] } });
|
|
2652
2625
|
|
|
2626
|
+
/**
|
|
2627
|
+
* @deprecated in v1.0.0. Use DaffTreeComponent instead.
|
|
2628
|
+
*/
|
|
2653
2629
|
class DaffNavAccordionItemComponent {
|
|
2654
2630
|
constructor(accordion, navAccordionItemParent) {
|
|
2655
2631
|
this.accordion = accordion;
|
|
@@ -2695,11 +2671,11 @@ class DaffNavAccordionItemComponent {
|
|
|
2695
2671
|
this._animationState = getAnimationState$3(this._open);
|
|
2696
2672
|
}
|
|
2697
2673
|
}
|
|
2698
|
-
/** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2699
|
-
/** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2674
|
+
/** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, deps: [{ token: DaffAccordionComponent }, { token: DaffNavAccordionItemComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2675
|
+
/** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class": "this.classes" } }, queries: [{ propertyName: "_navAccordionItemChild", predicate: i0.forwardRef(function () { return DaffNavAccordionItemComponent; }), descendants: true }], ngImport: i0, template: "<div class=\"daff-nav-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>\n", styles: [":host(.daff-nav-accordion-item--level-1) .daff-nav-accordion-item__header{padding-left:15px}:host(.daff-nav-accordion-item--level-2) .daff-nav-accordion-item__header{padding-left:30px}:host(.daff-nav-accordion-item--level-3) .daff-nav-accordion-item__header{padding-left:45px}:host{display:block;padding-top:6px}.daff-nav-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:6px}.daff-nav-accordion-item__header .daff-suffix{margin:0 10px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
|
|
2700
2676
|
daffAccordionAnimations.openAccordion,
|
|
2701
2677
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, decorators: [{
|
|
2703
2679
|
type: Component,
|
|
2704
2680
|
args: [{ selector: 'daff-nav-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
2705
2681
|
daffAccordionAnimations.openAccordion,
|
|
@@ -2717,13 +2693,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2717
2693
|
type: Input
|
|
2718
2694
|
}], _navAccordionItemChild: [{
|
|
2719
2695
|
type: ContentChildren,
|
|
2720
|
-
args: [DaffNavAccordionItemComponent, { descendants: true }]
|
|
2696
|
+
args: [forwardRef(() => DaffNavAccordionItemComponent), { descendants: true }]
|
|
2721
2697
|
}] } });
|
|
2722
2698
|
|
|
2723
2699
|
class DaffAccordionModule {
|
|
2724
2700
|
}
|
|
2725
|
-
/** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2726
|
-
/** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2701
|
+
/** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2702
|
+
/** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
|
|
2727
2703
|
DaffAccordionItemComponent,
|
|
2728
2704
|
DaffNavAccordionItemComponent,
|
|
2729
2705
|
DaffAccordionItemTitleDirective,
|
|
@@ -2734,12 +2710,10 @@ class DaffAccordionModule {
|
|
|
2734
2710
|
DaffNavAccordionItemComponent,
|
|
2735
2711
|
DaffAccordionItemTitleDirective,
|
|
2736
2712
|
DaffAccordionItemContentDirective] });
|
|
2737
|
-
/** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
]] });
|
|
2742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, decorators: [{
|
|
2713
|
+
/** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, imports: [CommonModule,
|
|
2714
|
+
FontAwesomeModule,
|
|
2715
|
+
DaffPrefixSuffixModule] });
|
|
2716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, decorators: [{
|
|
2743
2717
|
type: NgModule,
|
|
2744
2718
|
args: [{
|
|
2745
2719
|
imports: [
|
|
@@ -2779,11 +2753,11 @@ class DaffArticleComponent {
|
|
|
2779
2753
|
this.role = 'article';
|
|
2780
2754
|
}
|
|
2781
2755
|
}
|
|
2782
|
-
/** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2783
|
-
/** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2756
|
+
/** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2757
|
+
/** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre:not(.daff-ae *,.daff-ae){margin:1.5rem 0}.daff-article pre:not(.daff-ae *,.daff-ae):last-child{margin-bottom:0}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, decorators: [{
|
|
2785
2759
|
type: Component,
|
|
2786
|
-
args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;
|
|
2760
|
+
args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre:not(.daff-ae *,.daff-ae){margin:1.5rem 0}.daff-article pre:not(.daff-ae *,.daff-ae):last-child{margin-bottom:0}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
|
|
2787
2761
|
}], propDecorators: { class: [{
|
|
2788
2762
|
type: HostBinding,
|
|
2789
2763
|
args: ['class.daff-article']
|
|
@@ -2800,9 +2774,9 @@ class DaffArticleLeadDirective {
|
|
|
2800
2774
|
this.class = true;
|
|
2801
2775
|
}
|
|
2802
2776
|
}
|
|
2803
|
-
/** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2804
|
-
/** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2777
|
+
/** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2778
|
+
/** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleLeadDirective, selector: "[daffArticleLead]", host: { properties: { "class.daff-article__lead": "this.class" } }, ngImport: i0 });
|
|
2779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, decorators: [{
|
|
2806
2780
|
type: Directive,
|
|
2807
2781
|
args: [{
|
|
2808
2782
|
selector: '[daffArticleLead]',
|
|
@@ -2820,9 +2794,9 @@ class DaffArticleMetaDirective {
|
|
|
2820
2794
|
this.class = true;
|
|
2821
2795
|
}
|
|
2822
2796
|
}
|
|
2823
|
-
/** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2824
|
-
/** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2797
|
+
/** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2798
|
+
/** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleMetaDirective, selector: "[daffArticleMeta]", host: { properties: { "class.daff-article__meta": "this.class" } }, ngImport: i0 });
|
|
2799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, decorators: [{
|
|
2826
2800
|
type: Directive,
|
|
2827
2801
|
args: [{
|
|
2828
2802
|
selector: '[daffArticleMeta]',
|
|
@@ -2840,9 +2814,9 @@ class DaffArticleTitleDirective {
|
|
|
2840
2814
|
this.class = true;
|
|
2841
2815
|
}
|
|
2842
2816
|
}
|
|
2843
|
-
/** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2844
|
-
/** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2817
|
+
/** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2818
|
+
/** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleTitleDirective, selector: "[daffArticleTitle]", host: { properties: { "class.daff-article__title": "this.class" } }, ngImport: i0 });
|
|
2819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, decorators: [{
|
|
2846
2820
|
type: Directive,
|
|
2847
2821
|
args: [{
|
|
2848
2822
|
selector: '[daffArticleTitle]',
|
|
@@ -2854,18 +2828,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2854
2828
|
|
|
2855
2829
|
class DaffArticleModule {
|
|
2856
2830
|
}
|
|
2857
|
-
/** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2858
|
-
/** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2831
|
+
/** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2832
|
+
/** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, declarations: [DaffArticleComponent,
|
|
2859
2833
|
DaffArticleTitleDirective,
|
|
2860
2834
|
DaffArticleLeadDirective,
|
|
2861
2835
|
DaffArticleMetaDirective], imports: [CommonModule], exports: [DaffArticleComponent,
|
|
2862
2836
|
DaffArticleTitleDirective,
|
|
2863
2837
|
DaffArticleLeadDirective,
|
|
2864
2838
|
DaffArticleMetaDirective] });
|
|
2865
|
-
/** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2866
|
-
|
|
2867
|
-
]] });
|
|
2868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, decorators: [{
|
|
2839
|
+
/** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, imports: [CommonModule] });
|
|
2840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, decorators: [{
|
|
2869
2841
|
type: NgModule,
|
|
2870
2842
|
args: [{
|
|
2871
2843
|
imports: [
|
|
@@ -2956,11 +2928,11 @@ class DaffBackdropComponent {
|
|
|
2956
2928
|
this.backdropClicked.emit();
|
|
2957
2929
|
}
|
|
2958
2930
|
}
|
|
2959
|
-
/** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2960
|
-
/** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2931
|
+
/** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2932
|
+
/** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffBackdropComponent, selector: "daff-backdrop", inputs: { transparent: "transparent", interactable: "interactable", fullscreen: "fullscreen" }, outputs: { backdropClicked: "backdropClicked" }, host: { listeners: { "@fadeBackdrop.done": "animationDone($event)", "@fadeBackdrop.start": "animationStart($event)", "click": "onBackdropClicked()" }, properties: { "class.interactable": "this.interactableClass", "@fadeBackdrop": "this.fadeBackdropTrigger" } }, ngImport: i0, template: "<div class=\"daff-backdrop\" [class.daff-backdrop--fullscreen]=\"fullscreen\" [class.daff-backdrop--transparent]=\"transparent\"></div>\n", styles: [":host{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);visibility:hidden;pointer-events:none}:host.interactable{visibility:visible;pointer-events:all;cursor:pointer;-webkit-user-select:none;user-select:none}.daff-backdrop{background:rgba(0,0,0,.3);height:100%;width:100%}.daff-backdrop--transparent{background:none}.daff-backdrop:focus,.daff-backdrop:active,.daff-backdrop:visited{outline:0}.daff-backdrop--fullscreen{position:absolute}\n"], animations: [
|
|
2961
2933
|
daffBackdropAnimations.fadeBackdrop,
|
|
2962
2934
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, decorators: [{
|
|
2964
2936
|
type: Component,
|
|
2965
2937
|
args: [{ selector: 'daff-backdrop', animations: [
|
|
2966
2938
|
daffBackdropAnimations.fadeBackdrop,
|
|
@@ -2992,12 +2964,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
2992
2964
|
|
|
2993
2965
|
class DaffBackdropModule {
|
|
2994
2966
|
}
|
|
2995
|
-
/** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2996
|
-
/** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2997
|
-
/** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2998
|
-
|
|
2999
|
-
]] });
|
|
3000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, decorators: [{
|
|
2967
|
+
/** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2968
|
+
/** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, declarations: [DaffBackdropComponent], imports: [CommonModule], exports: [DaffBackdropComponent] });
|
|
2969
|
+
/** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, imports: [CommonModule] });
|
|
2970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, decorators: [{
|
|
3001
2971
|
type: NgModule,
|
|
3002
2972
|
args: [{
|
|
3003
2973
|
imports: [
|
|
@@ -3009,9 +2979,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3009
2979
|
exports: [
|
|
3010
2980
|
DaffBackdropComponent,
|
|
3011
2981
|
],
|
|
3012
|
-
entryComponents: [
|
|
3013
|
-
DaffBackdropComponent,
|
|
3014
|
-
],
|
|
3015
2982
|
}]
|
|
3016
2983
|
}] });
|
|
3017
2984
|
|
|
@@ -3026,9 +2993,9 @@ class DaffButtonSetComponent {
|
|
|
3026
2993
|
this.class = true;
|
|
3027
2994
|
}
|
|
3028
2995
|
}
|
|
3029
|
-
/** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3030
|
-
/** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2996
|
+
/** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2997
|
+
/** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffButtonSetComponent, selector: "daff-button-set", host: { properties: { "class.daff-button-set": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, decorators: [{
|
|
3032
2999
|
type: Component,
|
|
3033
3000
|
args: [{ selector: 'daff-button-set', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"] }]
|
|
3034
3001
|
}], propDecorators: { class: [{
|
|
@@ -3038,10 +3005,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3038
3005
|
|
|
3039
3006
|
class DaffButtonSetModule {
|
|
3040
3007
|
}
|
|
3041
|
-
/** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3042
|
-
/** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3043
|
-
/** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3008
|
+
/** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3009
|
+
/** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, declarations: [DaffButtonSetComponent], exports: [DaffButtonSetComponent] });
|
|
3010
|
+
/** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule });
|
|
3011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, decorators: [{
|
|
3045
3012
|
type: NgModule,
|
|
3046
3013
|
args: [{
|
|
3047
3014
|
declarations: [
|
|
@@ -3061,11 +3028,11 @@ class DaffImageListComponent {
|
|
|
3061
3028
|
this.class = true;
|
|
3062
3029
|
}
|
|
3063
3030
|
}
|
|
3064
|
-
/** @nocollapse */ DaffImageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3065
|
-
/** @nocollapse */ DaffImageListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3031
|
+
/** @nocollapse */ DaffImageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3032
|
+
/** @nocollapse */ DaffImageListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageListComponent, selector: "daff-image-list", host: { properties: { "class.daff-image-list": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListComponent, decorators: [{
|
|
3067
3034
|
type: Component,
|
|
3068
|
-
args: [{ selector: 'daff-image-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush
|
|
3035
|
+
args: [{ selector: 'daff-image-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush }]
|
|
3069
3036
|
}], propDecorators: { class: [{
|
|
3070
3037
|
type: HostBinding,
|
|
3071
3038
|
args: ['class.daff-image-list']
|
|
@@ -3076,9 +3043,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3076
3043
|
*/
|
|
3077
3044
|
class DaffImageGalleryComponent {
|
|
3078
3045
|
}
|
|
3079
|
-
/** @nocollapse */ DaffImageGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3080
|
-
/** @nocollapse */ DaffImageGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3046
|
+
/** @nocollapse */ DaffImageGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3047
|
+
/** @nocollapse */ DaffImageGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageGalleryComponent, selector: "daff-image-gallery", ngImport: i0, template: "<div class=\"daff-image-gallery\">\n <div class=\"daff-image-gallery__active-image\">\n <ng-content select=\"[daff-active-image]\"></ng-content>\n </div>\n\n <daff-image-list class=\"daff-image-gallery__image-list\">\n <ng-content select=\"daff-gallery-image\"></ng-content>\n </daff-image-list>\n</div>\n", styles: [".daff-image-gallery{display:grid;flex-direction:column;grid-template-areas:\"active-image\" \"image-list\";max-height:100%}@media (min-width: 1024px){.daff-image-gallery{grid-template-areas:\"image-list active-image\";max-height:min-content}}.daff-image-gallery__active-image{grid-area:active-image}.daff-image-gallery__active-image img{display:block;max-width:100%}.daff-image-gallery__image-list{grid-area:image-list;margin:5px 0 0;max-height:100%}@media (min-width: 1024px){.daff-image-gallery__image-list{margin:0 25px 0 0;max-height:-webkit-fill-available}}.daff-image-gallery__daff-gallery-image img{display:block;opacity:.6;width:90px}.daff-image-gallery__daff-gallery-image--selected img{opacity:1}\n"], dependencies: [{ kind: "component", type: DaffImageListComponent, selector: "daff-image-list" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryComponent, decorators: [{
|
|
3082
3049
|
type: Component,
|
|
3083
3050
|
args: [{ selector: 'daff-image-gallery', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"daff-image-gallery\">\n <div class=\"daff-image-gallery__active-image\">\n <ng-content select=\"[daff-active-image]\"></ng-content>\n </div>\n\n <daff-image-list class=\"daff-image-gallery__image-list\">\n <ng-content select=\"daff-gallery-image\"></ng-content>\n </daff-image-list>\n</div>\n", styles: [".daff-image-gallery{display:grid;flex-direction:column;grid-template-areas:\"active-image\" \"image-list\";max-height:100%}@media (min-width: 1024px){.daff-image-gallery{grid-template-areas:\"image-list active-image\";max-height:min-content}}.daff-image-gallery__active-image{grid-area:active-image}.daff-image-gallery__active-image img{display:block;max-width:100%}.daff-image-gallery__image-list{grid-area:image-list;margin:5px 0 0;max-height:100%}@media (min-width: 1024px){.daff-image-gallery__image-list{margin:0 25px 0 0;max-height:-webkit-fill-available}}.daff-image-gallery__daff-gallery-image img{display:block;opacity:.6;width:90px}.daff-image-gallery__daff-gallery-image--selected img{opacity:1}\n"] }]
|
|
3084
3051
|
}] });
|
|
@@ -3091,9 +3058,9 @@ class DaffGalleryImageComponent {
|
|
|
3091
3058
|
this.class = true;
|
|
3092
3059
|
}
|
|
3093
3060
|
}
|
|
3094
|
-
/** @nocollapse */ DaffGalleryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3095
|
-
/** @nocollapse */ DaffGalleryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3061
|
+
/** @nocollapse */ DaffGalleryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffGalleryImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3062
|
+
/** @nocollapse */ DaffGalleryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffGalleryImageComponent, selector: "daff-gallery-image", inputs: { selected: "selected" }, host: { properties: { "class.daff-image-gallery__daff-gallery-image--selected": "this.selected", "class.daff-image-gallery__daff-gallery-image": "this.class" } }, ngImport: i0, template: "<div class=\"gallery-image__wrapper\">\n <ng-content></ng-content>\n</div>", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffGalleryImageComponent, decorators: [{
|
|
3097
3064
|
type: Component,
|
|
3098
3065
|
args: [{ selector: 'daff-gallery-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"gallery-image__wrapper\">\n <ng-content></ng-content>\n</div>" }]
|
|
3099
3066
|
}], propDecorators: { selected: [{
|
|
@@ -3108,12 +3075,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3108
3075
|
|
|
3109
3076
|
class DaffImageListModule {
|
|
3110
3077
|
}
|
|
3111
|
-
/** @nocollapse */ DaffImageListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3112
|
-
/** @nocollapse */ DaffImageListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3113
|
-
/** @nocollapse */ DaffImageListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3114
|
-
|
|
3115
|
-
]] });
|
|
3116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageListModule, decorators: [{
|
|
3078
|
+
/** @nocollapse */ DaffImageListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3079
|
+
/** @nocollapse */ DaffImageListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, declarations: [DaffImageListComponent], imports: [CommonModule], exports: [DaffImageListComponent] });
|
|
3080
|
+
/** @nocollapse */ DaffImageListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, imports: [CommonModule] });
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageListModule, decorators: [{
|
|
3117
3082
|
type: NgModule,
|
|
3118
3083
|
args: [{
|
|
3119
3084
|
imports: [
|
|
@@ -3130,16 +3095,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3130
3095
|
|
|
3131
3096
|
class DaffImageGalleryModule {
|
|
3132
3097
|
}
|
|
3133
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3134
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3098
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3099
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, declarations: [DaffImageGalleryComponent,
|
|
3135
3100
|
DaffGalleryImageComponent], imports: [CommonModule,
|
|
3136
3101
|
DaffImageListModule], exports: [DaffImageGalleryComponent,
|
|
3137
3102
|
DaffGalleryImageComponent] });
|
|
3138
|
-
/** @nocollapse */ DaffImageGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
]] });
|
|
3142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageGalleryModule, decorators: [{
|
|
3103
|
+
/** @nocollapse */ DaffImageGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, imports: [CommonModule,
|
|
3104
|
+
DaffImageListModule] });
|
|
3105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageGalleryModule, decorators: [{
|
|
3143
3106
|
type: NgModule,
|
|
3144
3107
|
args: [{
|
|
3145
3108
|
imports: [
|
|
@@ -3181,9 +3144,9 @@ class DaffLinkSetComponent extends _daffLinkSetBase {
|
|
|
3181
3144
|
this.class = true;
|
|
3182
3145
|
}
|
|
3183
3146
|
}
|
|
3184
|
-
/** @nocollapse */ DaffLinkSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3185
|
-
/** @nocollapse */ DaffLinkSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3147
|
+
/** @nocollapse */ DaffLinkSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
3148
|
+
/** @nocollapse */ DaffLinkSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetComponent, selector: "daff-link-set", host: { properties: { "class.daff-link-set": "this.class" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-link-set{display:block;margin:0;padding:0}.daff-link-set__heading{font-weight:700;display:block;font-size:1rem;line-height:1em;margin-bottom:15px;text-transform:uppercase}.daff-link-set__subheading{display:block;font-size:1rem;line-height:1.5em}.daff-link-set__item{cursor:pointer;-webkit-user-select:none;user-select:none;color:currentColor;display:block;font-size:1em;line-height:1.5em;text-decoration:none;transition:color .15s ease}.daff-link-set__item:hover{text-decoration:underline}.daff-link-set__item[disabled]{cursor:not-allowed}.daff-link-set .daff-link-set{margin-left:10px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetComponent, decorators: [{
|
|
3187
3150
|
type: Component,
|
|
3188
3151
|
args: [{ selector: 'daff-link-set', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-link-set{display:block;margin:0;padding:0}.daff-link-set__heading{font-weight:700;display:block;font-size:1rem;line-height:1em;margin-bottom:15px;text-transform:uppercase}.daff-link-set__subheading{display:block;font-size:1rem;line-height:1.5em}.daff-link-set__item{cursor:pointer;-webkit-user-select:none;user-select:none;color:currentColor;display:block;font-size:1em;line-height:1.5em;text-decoration:none;transition:color .15s ease}.daff-link-set__item:hover{text-decoration:underline}.daff-link-set__item[disabled]{cursor:not-allowed}.daff-link-set .daff-link-set{margin-left:10px}\n"] }]
|
|
3189
3152
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -3202,9 +3165,9 @@ class DaffLinkSetHeadingDirective {
|
|
|
3202
3165
|
this.class = true;
|
|
3203
3166
|
}
|
|
3204
3167
|
}
|
|
3205
|
-
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3206
|
-
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3168
|
+
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3169
|
+
/** @nocollapse */ DaffLinkSetHeadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetHeadingDirective, selector: "[daffLinkSetHeading]", host: { properties: { "class.daff-link-set__heading": "this.class" } }, ngImport: i0 });
|
|
3170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetHeadingDirective, decorators: [{
|
|
3208
3171
|
type: Directive,
|
|
3209
3172
|
args: [{
|
|
3210
3173
|
selector: '[daffLinkSetHeading]',
|
|
@@ -3222,9 +3185,9 @@ class DaffLinkSetItemComponent {
|
|
|
3222
3185
|
this.class = true;
|
|
3223
3186
|
}
|
|
3224
3187
|
}
|
|
3225
|
-
/** @nocollapse */ DaffLinkSetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3226
|
-
/** @nocollapse */ DaffLinkSetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3188
|
+
/** @nocollapse */ DaffLinkSetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3189
|
+
/** @nocollapse */ DaffLinkSetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetItemComponent, selector: "a[daff-link-set-item]", host: { properties: { "class.daff-link-set__item": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetItemComponent, decorators: [{
|
|
3228
3191
|
type: Component,
|
|
3229
3192
|
args: [{
|
|
3230
3193
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3249,9 +3212,9 @@ class DaffLinkSetSubheadingDirective {
|
|
|
3249
3212
|
this.class = true;
|
|
3250
3213
|
}
|
|
3251
3214
|
}
|
|
3252
|
-
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3253
|
-
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3215
|
+
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetSubheadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3216
|
+
/** @nocollapse */ DaffLinkSetSubheadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffLinkSetSubheadingDirective, selector: "[daffLinkSetSubheading]", host: { properties: { "class.daff-link-set__subheading": "this.class" } }, ngImport: i0 });
|
|
3217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetSubheadingDirective, decorators: [{
|
|
3255
3218
|
type: Directive,
|
|
3256
3219
|
args: [{
|
|
3257
3220
|
selector: '[daffLinkSetSubheading]',
|
|
@@ -3263,18 +3226,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3263
3226
|
|
|
3264
3227
|
class DaffLinkSetModule {
|
|
3265
3228
|
}
|
|
3266
|
-
/** @nocollapse */ DaffLinkSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3267
|
-
/** @nocollapse */ DaffLinkSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3229
|
+
/** @nocollapse */ DaffLinkSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3230
|
+
/** @nocollapse */ DaffLinkSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, declarations: [DaffLinkSetComponent,
|
|
3268
3231
|
DaffLinkSetHeadingDirective,
|
|
3269
3232
|
DaffLinkSetSubheadingDirective,
|
|
3270
3233
|
DaffLinkSetItemComponent], imports: [CommonModule], exports: [DaffLinkSetComponent,
|
|
3271
3234
|
DaffLinkSetHeadingDirective,
|
|
3272
3235
|
DaffLinkSetSubheadingDirective,
|
|
3273
3236
|
DaffLinkSetItemComponent] });
|
|
3274
|
-
/** @nocollapse */ DaffLinkSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3275
|
-
|
|
3276
|
-
]] });
|
|
3277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLinkSetModule, decorators: [{
|
|
3237
|
+
/** @nocollapse */ DaffLinkSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, imports: [CommonModule] });
|
|
3238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLinkSetModule, decorators: [{
|
|
3278
3239
|
type: NgModule,
|
|
3279
3240
|
args: [{
|
|
3280
3241
|
imports: [
|
|
@@ -3295,74 +3256,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3295
3256
|
}]
|
|
3296
3257
|
}] });
|
|
3297
3258
|
|
|
3298
|
-
class DaffListItemComponent {
|
|
3299
|
-
constructor(elementRef) {
|
|
3300
|
-
this.elementRef = elementRef;
|
|
3301
|
-
/**
|
|
3302
|
-
* @docs-private
|
|
3303
|
-
*/
|
|
3304
|
-
this.class = true;
|
|
3305
|
-
}
|
|
3306
|
-
/**
|
|
3307
|
-
* Sets the role for a regular `<daff-list-item>` to listitem.
|
|
3308
|
-
*
|
|
3309
|
-
* @docs-private
|
|
3310
|
-
*/
|
|
3311
|
-
get role() {
|
|
3312
|
-
return this._isAnchor() ? null : 'listitem';
|
|
3313
|
-
}
|
|
3314
|
-
;
|
|
3315
|
-
_getHostElement() {
|
|
3316
|
-
return this.elementRef.nativeElement;
|
|
3317
|
-
}
|
|
3318
|
-
/** Gets whether a list item has one of the given attributes. */
|
|
3319
|
-
_isAnchor() {
|
|
3320
|
-
return this.elementRef.nativeElement.localName === 'a';
|
|
3321
|
-
}
|
|
3322
|
-
}
|
|
3323
|
-
/** @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 });
|
|
3324
|
-
/** @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 });
|
|
3325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListItemComponent, decorators: [{
|
|
3326
|
-
type: Component,
|
|
3327
|
-
args: [{ selector: 'daff-list-item' + ',' +
|
|
3328
|
-
'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>" }]
|
|
3329
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
|
|
3330
|
-
type: HostBinding,
|
|
3331
|
-
args: ['class.daff-list-item']
|
|
3332
|
-
}], _prefix: [{
|
|
3333
|
-
type: ContentChild,
|
|
3334
|
-
args: [DaffPrefixDirective]
|
|
3335
|
-
}], _suffix: [{
|
|
3336
|
-
type: ContentChild,
|
|
3337
|
-
args: [DaffSuffixDirective]
|
|
3338
|
-
}], role: [{
|
|
3339
|
-
type: HostBinding,
|
|
3340
|
-
args: ['attr.role']
|
|
3341
|
-
}] } });
|
|
3342
|
-
|
|
3343
|
-
/**
|
|
3344
|
-
* @deprecated
|
|
3345
|
-
*/
|
|
3346
|
-
class DaffListSubheaderDirective {
|
|
3347
|
-
constructor() {
|
|
3348
|
-
/**
|
|
3349
|
-
* @docs-private
|
|
3350
|
-
*/
|
|
3351
|
-
this.class = true;
|
|
3352
|
-
}
|
|
3353
|
-
}
|
|
3354
|
-
/** @nocollapse */ DaffListSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3355
|
-
/** @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 });
|
|
3356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListSubheaderDirective, decorators: [{
|
|
3357
|
-
type: Directive,
|
|
3358
|
-
args: [{
|
|
3359
|
-
selector: '[daffListSubheader]',
|
|
3360
|
-
}]
|
|
3361
|
-
}], propDecorators: { class: [{
|
|
3362
|
-
type: HostBinding,
|
|
3363
|
-
args: ['class.daff-list__subheader']
|
|
3364
|
-
}] } });
|
|
3365
|
-
|
|
3366
3259
|
var DaffListModeEnum;
|
|
3367
3260
|
(function (DaffListModeEnum) {
|
|
3368
3261
|
DaffListModeEnum["Multiline"] = "multi-line";
|
|
@@ -3442,12 +3335,12 @@ class DaffListComponent extends _daffListBase {
|
|
|
3442
3335
|
return this.elementRef.nativeElement;
|
|
3443
3336
|
}
|
|
3444
3337
|
}
|
|
3445
|
-
/** @nocollapse */ DaffListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3446
|
-
/** @nocollapse */ DaffListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3338
|
+
/** @nocollapse */ DaffListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
3339
|
+
/** @nocollapse */ DaffListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffListComponent, selector: "daff-list,daff-nav-list", inputs: { mode: "mode" }, host: { properties: { "class.daff-list": "this.list", "class.daff-list--multi-line": "this.multiline", "class.daff-list--link": "this.link", "class.daff-list--navigation": "this.navigation", "class.daff-nav-list": "this.nav", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-list{display:block;margin:0;padding:0}.daff-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-list .daff-list-item__content{flex-grow:1}.daff-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-list .daff-list-item .daff-prefix,.daff-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-list__subheader{font-weight:700;text-transform:uppercase;font-size:1rem;padding:0 0 25px}.daff-list--link a,.daff-list--navigation a{text-decoration:none}.daff-list--multi-line .daff-list-item{padding:15px 0}.daff-list--multi-line .daff-list-item:first-of-type{padding:0 0 15px}.daff-list--multi-line .daff-list-item:last-of-type{padding:15px 0 0}.daff-list--multi-line .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5rem;margin:0 0 10px;padding:0}.daff-list--multi-line .daff-list-item__content *:nth-child(n+2){margin:0;padding:0}.daff-nav-list{display:block;margin:0;padding:0}.daff-nav-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-nav-list .daff-list-item__content{flex-grow:1}.daff-nav-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-nav-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-nav-list .daff-list-item .daff-prefix,.daff-nav-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-nav-list .daff-list-item{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;text-decoration:none;position:relative}.daff-nav-list .daff-list-item__content{z-index:2}.daff-nav-list .daff-list-item:after{content:\"\";position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:opacity .3s;z-index:1}.daff-nav-list .daff-list-item:hover:after,.daff-nav-list .daff-list-item:active:after{opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListComponent, decorators: [{
|
|
3448
3341
|
type: Component,
|
|
3449
3342
|
args: [{ selector: 'daff-list' + ',' +
|
|
3450
|
-
'daff-nav-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-list{display:block;margin:0;padding:0}.daff-list .daff-list-item{display:flex;padding:12px 16px}.daff-list .daff-list-item__content{flex-grow:1}.daff-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-list .daff-list-item .daff-prefix,.daff-list .daff-list-item .daff-suffix{display:flex;align-items:center
|
|
3343
|
+
'daff-nav-list', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-list{display:block;margin:0;padding:0}.daff-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-list .daff-list-item__content{flex-grow:1}.daff-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-list .daff-list-item .daff-prefix,.daff-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-list__subheader{font-weight:700;text-transform:uppercase;font-size:1rem;padding:0 0 25px}.daff-list--link a,.daff-list--navigation a{text-decoration:none}.daff-list--multi-line .daff-list-item{padding:15px 0}.daff-list--multi-line .daff-list-item:first-of-type{padding:0 0 15px}.daff-list--multi-line .daff-list-item:last-of-type{padding:15px 0 0}.daff-list--multi-line .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5rem;margin:0 0 10px;padding:0}.daff-list--multi-line .daff-list-item__content *:nth-child(n+2){margin:0;padding:0}.daff-nav-list{display:block;margin:0;padding:0}.daff-nav-list .daff-list-item{display:flex;gap:16px;padding:12px 16px}.daff-nav-list .daff-list-item__content{flex-grow:1}.daff-nav-list .daff-list-item__content *:nth-child(1){font-weight:700;font-size:1rem;line-height:1.5em;margin:0;padding:0}.daff-nav-list .daff-list-item__content *:nth-child(n+2){font-size:1rem;margin:0;padding:0}.daff-nav-list .daff-list-item .daff-prefix,.daff-nav-list .daff-list-item .daff-suffix{display:flex;align-items:center;z-index:2}.daff-nav-list .daff-list-item{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;text-decoration:none;position:relative}.daff-nav-list .daff-list-item__content{z-index:2}.daff-nav-list .daff-list-item:after{content:\"\";position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:opacity .3s;z-index:1}.daff-nav-list .daff-list-item:hover:after,.daff-nav-list .daff-list-item:active:after{opacity:1}\n"] }]
|
|
3451
3344
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { mode: [{
|
|
3452
3345
|
type: Input
|
|
3453
3346
|
}], list: [{
|
|
@@ -3470,21 +3363,87 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3470
3363
|
args: ['attr.role']
|
|
3471
3364
|
}] } });
|
|
3472
3365
|
|
|
3366
|
+
class DaffListItemComponent {
|
|
3367
|
+
constructor(elementRef) {
|
|
3368
|
+
this.elementRef = elementRef;
|
|
3369
|
+
/**
|
|
3370
|
+
* @docs-private
|
|
3371
|
+
*/
|
|
3372
|
+
this.class = true;
|
|
3373
|
+
}
|
|
3374
|
+
/**
|
|
3375
|
+
* Sets the role for a regular `<daff-list-item>` to listitem.
|
|
3376
|
+
*
|
|
3377
|
+
* @docs-private
|
|
3378
|
+
*/
|
|
3379
|
+
get role() {
|
|
3380
|
+
return this._isAnchor() ? null : 'listitem';
|
|
3381
|
+
}
|
|
3382
|
+
;
|
|
3383
|
+
_getHostElement() {
|
|
3384
|
+
return this.elementRef.nativeElement;
|
|
3385
|
+
}
|
|
3386
|
+
/** Gets whether a list item has one of the given attributes. */
|
|
3387
|
+
_isAnchor() {
|
|
3388
|
+
return this.elementRef.nativeElement.localName === 'a';
|
|
3389
|
+
}
|
|
3390
|
+
}
|
|
3391
|
+
/** @nocollapse */ DaffListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3392
|
+
/** @nocollapse */ DaffListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffListItemComponent, selector: "daff-list-item,a[daff-list-item]", host: { properties: { "class.daff-list-item": "this.class", "attr.role": "this.role" } }, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true }, { propertyName: "_suffix", first: true, predicate: DaffSuffixDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListItemComponent, decorators: [{
|
|
3394
|
+
type: Component,
|
|
3395
|
+
args: [{ selector: 'daff-list-item' + ',' +
|
|
3396
|
+
'a[daff-list-item]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-container *ngIf=\"_suffix\">\n <ng-content select=\"[daffSuffix]\"></ng-content>\n</ng-container>" }]
|
|
3397
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
|
|
3398
|
+
type: HostBinding,
|
|
3399
|
+
args: ['class.daff-list-item']
|
|
3400
|
+
}], _prefix: [{
|
|
3401
|
+
type: ContentChild,
|
|
3402
|
+
args: [DaffPrefixDirective]
|
|
3403
|
+
}], _suffix: [{
|
|
3404
|
+
type: ContentChild,
|
|
3405
|
+
args: [DaffSuffixDirective]
|
|
3406
|
+
}], role: [{
|
|
3407
|
+
type: HostBinding,
|
|
3408
|
+
args: ['attr.role']
|
|
3409
|
+
}] } });
|
|
3410
|
+
|
|
3411
|
+
/**
|
|
3412
|
+
* @deprecated
|
|
3413
|
+
*/
|
|
3414
|
+
class DaffListSubheaderDirective {
|
|
3415
|
+
constructor() {
|
|
3416
|
+
/**
|
|
3417
|
+
* @docs-private
|
|
3418
|
+
*/
|
|
3419
|
+
this.class = true;
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
/** @nocollapse */ DaffListSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3423
|
+
/** @nocollapse */ DaffListSubheaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffListSubheaderDirective, selector: "[daffListSubheader]", host: { properties: { "class.daff-list__subheader": "this.class" } }, ngImport: i0 });
|
|
3424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListSubheaderDirective, decorators: [{
|
|
3425
|
+
type: Directive,
|
|
3426
|
+
args: [{
|
|
3427
|
+
selector: '[daffListSubheader]',
|
|
3428
|
+
}]
|
|
3429
|
+
}], propDecorators: { class: [{
|
|
3430
|
+
type: HostBinding,
|
|
3431
|
+
args: ['class.daff-list__subheader']
|
|
3432
|
+
}] } });
|
|
3433
|
+
|
|
3473
3434
|
class DaffListModule {
|
|
3474
3435
|
}
|
|
3475
|
-
/** @nocollapse */ DaffListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3476
|
-
/** @nocollapse */ DaffListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3436
|
+
/** @nocollapse */ DaffListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3437
|
+
/** @nocollapse */ DaffListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, declarations: [DaffListComponent,
|
|
3477
3438
|
DaffListSubheaderDirective,
|
|
3478
3439
|
DaffListItemComponent], imports: [CommonModule,
|
|
3479
3440
|
DaffPrefixSuffixModule], exports: [DaffListComponent,
|
|
3480
3441
|
DaffListSubheaderDirective,
|
|
3481
3442
|
DaffListItemComponent,
|
|
3482
3443
|
DaffPrefixSuffixModule] });
|
|
3483
|
-
/** @nocollapse */ DaffListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
], DaffPrefixSuffixModule] });
|
|
3487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffListModule, decorators: [{
|
|
3444
|
+
/** @nocollapse */ DaffListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, imports: [CommonModule,
|
|
3445
|
+
DaffPrefixSuffixModule, DaffPrefixSuffixModule] });
|
|
3446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffListModule, decorators: [{
|
|
3488
3447
|
type: NgModule,
|
|
3489
3448
|
args: [{
|
|
3490
3449
|
imports: [
|
|
@@ -3568,9 +3527,9 @@ class DaffMenuService {
|
|
|
3568
3527
|
this.$_open.next(true);
|
|
3569
3528
|
}
|
|
3570
3529
|
}
|
|
3571
|
-
/** @nocollapse */ DaffMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3572
|
-
/** @nocollapse */ DaffMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3530
|
+
/** @nocollapse */ DaffMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService, deps: [{ token: i1$3.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3531
|
+
/** @nocollapse */ DaffMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService });
|
|
3532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuService, decorators: [{
|
|
3574
3533
|
type: Injectable
|
|
3575
3534
|
}], ctorParameters: function () { return [{ type: i1$3.Overlay }]; } });
|
|
3576
3535
|
|
|
@@ -3600,9 +3559,9 @@ class DaffMenuActivatorDirective {
|
|
|
3600
3559
|
this.service.open(this.viewContainerRef, this.daffMenuActivator);
|
|
3601
3560
|
}
|
|
3602
3561
|
}
|
|
3603
|
-
/** @nocollapse */ DaffMenuActivatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3604
|
-
/** @nocollapse */ DaffMenuActivatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3562
|
+
/** @nocollapse */ DaffMenuActivatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuActivatorDirective, deps: [{ token: DaffMenuService }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3563
|
+
/** @nocollapse */ DaffMenuActivatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffMenuActivatorDirective, selector: "[daffMenuActivator]", inputs: { daffMenuActivator: "daffMenuActivator" }, host: { listeners: { "click": "openMenu($event)" }, properties: { "class.open": "this.openClass" } }, ngImport: i0 });
|
|
3564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuActivatorDirective, decorators: [{
|
|
3606
3565
|
type: Directive,
|
|
3607
3566
|
args: [{
|
|
3608
3567
|
selector: '[daffMenuActivator]',
|
|
@@ -3617,37 +3576,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3617
3576
|
args: ['click', ['$event']]
|
|
3618
3577
|
}] } });
|
|
3619
3578
|
|
|
3620
|
-
class DaffMenuItemComponent {
|
|
3621
|
-
constructor() {
|
|
3622
|
-
/**
|
|
3623
|
-
* @docs-private
|
|
3624
|
-
*/
|
|
3625
|
-
this.class = true;
|
|
3626
|
-
/**
|
|
3627
|
-
* Sets the role of the component to menuitem.
|
|
3628
|
-
*
|
|
3629
|
-
* @docs-private
|
|
3630
|
-
*/
|
|
3631
|
-
this.role = 'menuitem';
|
|
3632
|
-
}
|
|
3633
|
-
}
|
|
3634
|
-
/** @nocollapse */ DaffMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3635
|
-
/** @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 });
|
|
3636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuItemComponent, decorators: [{
|
|
3637
|
-
type: Component,
|
|
3638
|
-
args: [{ selector: 'a[daff-menu-item]' + ',' +
|
|
3639
|
-
'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"] }]
|
|
3640
|
-
}], propDecorators: { class: [{
|
|
3641
|
-
type: HostBinding,
|
|
3642
|
-
args: ['class.daff-menu-item']
|
|
3643
|
-
}], role: [{
|
|
3644
|
-
type: HostBinding,
|
|
3645
|
-
args: ['attr.role']
|
|
3646
|
-
}], _prefix: [{
|
|
3647
|
-
type: ContentChild,
|
|
3648
|
-
args: [DaffPrefixDirective]
|
|
3649
|
-
}] } });
|
|
3650
|
-
|
|
3651
3579
|
const daffFocusableElementsSelector = 'a[href],a[routerlink], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])';
|
|
3652
3580
|
|
|
3653
3581
|
class DaffFocusStackService {
|
|
@@ -3671,8 +3599,8 @@ class DaffFocusStackService {
|
|
|
3671
3599
|
* this._focusStack.push(this._doc.activeElement);
|
|
3672
3600
|
* ```
|
|
3673
3601
|
*/
|
|
3674
|
-
push(el) {
|
|
3675
|
-
this._stack.push(el);
|
|
3602
|
+
push(el = undefined) {
|
|
3603
|
+
this._stack.push(el !== null && el !== void 0 ? el : this.document.activeElement);
|
|
3676
3604
|
return this._stack.length;
|
|
3677
3605
|
}
|
|
3678
3606
|
/**
|
|
@@ -3708,9 +3636,9 @@ class DaffFocusStackService {
|
|
|
3708
3636
|
return this.document.activeElement;
|
|
3709
3637
|
}
|
|
3710
3638
|
}
|
|
3711
|
-
/** @nocollapse */ DaffFocusStackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3712
|
-
/** @nocollapse */ DaffFocusStackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3639
|
+
/** @nocollapse */ DaffFocusStackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3640
|
+
/** @nocollapse */ DaffFocusStackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, providedIn: 'root' });
|
|
3641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFocusStackService, decorators: [{
|
|
3714
3642
|
type: Injectable,
|
|
3715
3643
|
args: [{ providedIn: 'root' }]
|
|
3716
3644
|
}], ctorParameters: function () {
|
|
@@ -3759,9 +3687,9 @@ class DaffMenuComponent {
|
|
|
3759
3687
|
}
|
|
3760
3688
|
}
|
|
3761
3689
|
}
|
|
3762
|
-
/** @nocollapse */ DaffMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3763
|
-
/** @nocollapse */ DaffMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3690
|
+
/** @nocollapse */ DaffMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuComponent, deps: [{ token: i1$4.ConfigurableFocusTrapFactory }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: DaffMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3691
|
+
/** @nocollapse */ DaffMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMenuComponent, selector: "daff-menu", host: { properties: { "class.daff-menu": "this.class", "tabindex": "this.tabindex", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content select="[daff-menu-item]"></ng-content>', isInline: true, styles: [":host{display:block;min-width:112px;max-width:320px;border-radius:4px;padding:8px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuComponent, decorators: [{
|
|
3765
3693
|
type: Component,
|
|
3766
3694
|
args: [{ selector: 'daff-menu', template: '<ng-content select="[daff-menu-item]"></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;min-width:112px;max-width:320px;border-radius:4px;padding:8px}\n"] }]
|
|
3767
3695
|
}], ctorParameters: function () { return [{ type: i1$4.ConfigurableFocusTrapFactory }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: DaffMenuService }]; }, propDecorators: { class: [{
|
|
@@ -3775,22 +3703,51 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3775
3703
|
args: ['attr.role']
|
|
3776
3704
|
}] } });
|
|
3777
3705
|
|
|
3706
|
+
class DaffMenuItemComponent {
|
|
3707
|
+
constructor() {
|
|
3708
|
+
/**
|
|
3709
|
+
* @docs-private
|
|
3710
|
+
*/
|
|
3711
|
+
this.class = true;
|
|
3712
|
+
/**
|
|
3713
|
+
* Sets the role of the component to menuitem.
|
|
3714
|
+
*
|
|
3715
|
+
* @docs-private
|
|
3716
|
+
*/
|
|
3717
|
+
this.role = 'menuitem';
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3720
|
+
/** @nocollapse */ DaffMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3721
|
+
/** @nocollapse */ DaffMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffMenuItemComponent, selector: "a[daff-menu-item],button[daff-menu-item]", host: { properties: { "class.daff-menu-item": "this.class", "attr.role": "this.role" } }, queries: [{ propertyName: "_prefix", first: true, predicate: DaffPrefixDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-menu-item__content\">\n <ng-content></ng-content>\n</div>", styles: [":host{cursor:pointer;-webkit-user-select:none;user-select:none;display:block;border:none;border-radius:4px;margin:0;padding:12px 16px;text-decoration:none;width:100%}.daff-menu-item__content{display:flex;gap:8px;font-size:1rem;line-height:1.25rem;text-align:left}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuItemComponent, decorators: [{
|
|
3723
|
+
type: Component,
|
|
3724
|
+
args: [{ selector: 'a[daff-menu-item]' + ',' +
|
|
3725
|
+
'button[daff-menu-item]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_prefix\">\n <ng-content select=\"[daffPrefix]\"></ng-content>\n</ng-container>\n<div class=\"daff-menu-item__content\">\n <ng-content></ng-content>\n</div>", styles: [":host{cursor:pointer;-webkit-user-select:none;user-select:none;display:block;border:none;border-radius:4px;margin:0;padding:12px 16px;text-decoration:none;width:100%}.daff-menu-item__content{display:flex;gap:8px;font-size:1rem;line-height:1.25rem;text-align:left}\n"] }]
|
|
3726
|
+
}], propDecorators: { class: [{
|
|
3727
|
+
type: HostBinding,
|
|
3728
|
+
args: ['class.daff-menu-item']
|
|
3729
|
+
}], role: [{
|
|
3730
|
+
type: HostBinding,
|
|
3731
|
+
args: ['attr.role']
|
|
3732
|
+
}], _prefix: [{
|
|
3733
|
+
type: ContentChild,
|
|
3734
|
+
args: [DaffPrefixDirective]
|
|
3735
|
+
}] } });
|
|
3736
|
+
|
|
3778
3737
|
class DaffMenuModule {
|
|
3779
3738
|
}
|
|
3780
|
-
/** @nocollapse */ DaffMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3781
|
-
/** @nocollapse */ DaffMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3739
|
+
/** @nocollapse */ DaffMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3740
|
+
/** @nocollapse */ DaffMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, declarations: [DaffMenuActivatorDirective,
|
|
3782
3741
|
DaffMenuComponent,
|
|
3783
3742
|
DaffMenuItemComponent], imports: [CommonModule,
|
|
3784
3743
|
OverlayModule], exports: [DaffMenuActivatorDirective,
|
|
3785
3744
|
DaffMenuComponent,
|
|
3786
3745
|
DaffMenuItemComponent] });
|
|
3787
|
-
/** @nocollapse */ DaffMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3746
|
+
/** @nocollapse */ DaffMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, providers: [
|
|
3788
3747
|
DaffMenuService,
|
|
3789
|
-
], imports: [
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
]] });
|
|
3793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffMenuModule, decorators: [{
|
|
3748
|
+
], imports: [CommonModule,
|
|
3749
|
+
OverlayModule] });
|
|
3750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffMenuModule, decorators: [{
|
|
3794
3751
|
type: NgModule,
|
|
3795
3752
|
args: [{
|
|
3796
3753
|
imports: [
|
|
@@ -3886,9 +3843,9 @@ class DaffModalComponent {
|
|
|
3886
3843
|
}
|
|
3887
3844
|
}
|
|
3888
3845
|
}
|
|
3889
|
-
/** @nocollapse */ DaffModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3890
|
-
/** @nocollapse */ DaffModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3846
|
+
/** @nocollapse */ DaffModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalComponent, deps: [{ token: i1$4.ConfigurableFocusTrapFactory }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3847
|
+
/** @nocollapse */ DaffModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalComponent, selector: "daff-modal", inputs: { open: "open" }, host: { listeners: { "@fade.done": "animationDone($event)" }, properties: { "class.daff-modal": "this.modalClass", "@fade": "this.fadeState" } }, viewQueries: [{ propertyName: "_portalOutlet", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }], ngImport: i0, template: "<ng-template cdkPortalOutlet></ng-template>\n", styles: [":host{display:block;border-radius:4px;height:100%;max-width:80vw;overflow:hidden;padding:24px;z-index:3}@media (min-width: 480px){:host{height:auto}}\n"], dependencies: [{ kind: "directive", type: i2$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [daffFadeAnimations.fade], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalComponent, decorators: [{
|
|
3892
3849
|
type: Component,
|
|
3893
3850
|
args: [{ selector: 'daff-modal', animations: [daffFadeAnimations.fade], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template cdkPortalOutlet></ng-template>\n", styles: [":host{display:block;border-radius:4px;height:100%;max-width:80vw;overflow:hidden;padding:24px;z-index:3}@media (min-width: 480px){:host{height:auto}}\n"] }]
|
|
3894
3851
|
}], ctorParameters: function () { return [{ type: i1$4.ConfigurableFocusTrapFactory }, { type: i0.ElementRef }]; }, propDecorators: { modalClass: [{
|
|
@@ -3909,18 +3866,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3909
3866
|
|
|
3910
3867
|
class DaffModalActionsComponent {
|
|
3911
3868
|
}
|
|
3912
|
-
/** @nocollapse */ DaffModalActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3913
|
-
/** @nocollapse */ DaffModalActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3869
|
+
/** @nocollapse */ DaffModalActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3870
|
+
/** @nocollapse */ DaffModalActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalActionsComponent, selector: "daff-modal-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;padding-top:24px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalActionsComponent, decorators: [{
|
|
3915
3872
|
type: Component,
|
|
3916
3873
|
args: [{ selector: 'daff-modal-actions', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;padding-top:24px}\n"] }]
|
|
3917
3874
|
}] });
|
|
3918
3875
|
|
|
3919
3876
|
class DaffModalContentComponent {
|
|
3920
3877
|
}
|
|
3921
|
-
/** @nocollapse */ DaffModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3922
|
-
/** @nocollapse */ DaffModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3878
|
+
/** @nocollapse */ DaffModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3879
|
+
/** @nocollapse */ DaffModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalContentComponent, selector: "daff-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;margin:0 -24px;max-height:60vh;overflow:auto;padding:0 24px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalContentComponent, decorators: [{
|
|
3924
3881
|
type: Component,
|
|
3925
3882
|
args: [{ selector: 'daff-modal-content', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;margin:0 -24px;max-height:60vh;overflow:auto;padding:0 24px}\n"] }]
|
|
3926
3883
|
}] });
|
|
@@ -3933,9 +3890,9 @@ class DaffModalHeaderComponent {
|
|
|
3933
3890
|
this.class = true;
|
|
3934
3891
|
}
|
|
3935
3892
|
}
|
|
3936
|
-
/** @nocollapse */ DaffModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3937
|
-
/** @nocollapse */ DaffModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3893
|
+
/** @nocollapse */ DaffModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3894
|
+
/** @nocollapse */ DaffModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalHeaderComponent, selector: "daff-modal-header", host: { properties: { "class.daff-modal-header": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}.daff-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.daff-modal-header .daff-modal-title{font-weight:700;font-size:1.25rem;margin:0;padding:0}@media (min-width: 480px){.daff-modal-header .daff-modal-title{font-size:1.5rem}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalHeaderComponent, decorators: [{
|
|
3939
3896
|
type: Component,
|
|
3940
3897
|
args: [{ selector: 'daff-modal-header', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}.daff-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.daff-modal-header .daff-modal-title{font-weight:700;font-size:1.25rem;margin:0;padding:0}@media (min-width: 480px){.daff-modal-header .daff-modal-title{font-size:1.5rem}}\n"] }]
|
|
3941
3898
|
}], propDecorators: { class: [{
|
|
@@ -3951,9 +3908,9 @@ class DaffModalTitleDirective {
|
|
|
3951
3908
|
this.class = true;
|
|
3952
3909
|
}
|
|
3953
3910
|
}
|
|
3954
|
-
/** @nocollapse */ DaffModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3955
|
-
/** @nocollapse */ DaffModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3911
|
+
/** @nocollapse */ DaffModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3912
|
+
/** @nocollapse */ DaffModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffModalTitleDirective, selector: "[daffModalTitle]", host: { properties: { "class.daff-modal-title": "this.class" } }, ngImport: i0 });
|
|
3913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalTitleDirective, decorators: [{
|
|
3957
3914
|
type: Directive,
|
|
3958
3915
|
args: [{
|
|
3959
3916
|
selector: '[daffModalTitle]',
|
|
@@ -3965,8 +3922,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
3965
3922
|
|
|
3966
3923
|
class DaffModalModule {
|
|
3967
3924
|
}
|
|
3968
|
-
/** @nocollapse */ DaffModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3969
|
-
/** @nocollapse */ DaffModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
3925
|
+
/** @nocollapse */ DaffModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3926
|
+
/** @nocollapse */ DaffModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, declarations: [DaffModalComponent,
|
|
3970
3927
|
DaffModalHeaderComponent,
|
|
3971
3928
|
DaffModalTitleDirective,
|
|
3972
3929
|
DaffModalContentComponent,
|
|
@@ -3976,12 +3933,10 @@ class DaffModalModule {
|
|
|
3976
3933
|
DaffModalTitleDirective,
|
|
3977
3934
|
DaffModalContentComponent,
|
|
3978
3935
|
DaffModalActionsComponent] });
|
|
3979
|
-
/** @nocollapse */ DaffModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
]] });
|
|
3984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffModalModule, decorators: [{
|
|
3936
|
+
/** @nocollapse */ DaffModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, imports: [CommonModule,
|
|
3937
|
+
PortalModule,
|
|
3938
|
+
OverlayModule] });
|
|
3939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalModule, decorators: [{
|
|
3985
3940
|
type: NgModule,
|
|
3986
3941
|
args: [{
|
|
3987
3942
|
imports: [
|
|
@@ -4059,9 +4014,9 @@ class DaffModalService {
|
|
|
4059
4014
|
modal.modal.instance.closedAnimationCompleted.subscribe((e) => this._removeModal(modal));
|
|
4060
4015
|
}
|
|
4061
4016
|
}
|
|
4062
|
-
/** @nocollapse */ DaffModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4063
|
-
/** @nocollapse */ DaffModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4017
|
+
/** @nocollapse */ DaffModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, deps: [{ token: i1$3.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4018
|
+
/** @nocollapse */ DaffModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, providedIn: DaffModalModule });
|
|
4019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffModalService, decorators: [{
|
|
4065
4020
|
type: Injectable,
|
|
4066
4021
|
args: [{
|
|
4067
4022
|
providedIn: DaffModalModule,
|
|
@@ -4114,9 +4069,9 @@ class DaffNavbarComponent extends _daffNavbarBase {
|
|
|
4114
4069
|
}
|
|
4115
4070
|
;
|
|
4116
4071
|
}
|
|
4117
|
-
/** @nocollapse */ DaffNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4118
|
-
/** @nocollapse */ DaffNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4072
|
+
/** @nocollapse */ DaffNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4073
|
+
/** @nocollapse */ DaffNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: { color: "color", raised: "raised" }, host: { properties: { "class.daff-navbar--raised": "this.raisedClass", "class.daff-navbar": "this.hostClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarComponent, decorators: [{
|
|
4120
4075
|
type: Component,
|
|
4121
4076
|
args: [{ selector: 'nav[daff-navbar]', template: '<ng-content></ng-content>', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"] }]
|
|
4122
4077
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { raised: [{
|
|
@@ -4131,10 +4086,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4131
4086
|
|
|
4132
4087
|
class DaffNavbarModule {
|
|
4133
4088
|
}
|
|
4134
|
-
/** @nocollapse */ DaffNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4135
|
-
/** @nocollapse */ DaffNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4136
|
-
/** @nocollapse */ DaffNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4089
|
+
/** @nocollapse */ DaffNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4090
|
+
/** @nocollapse */ DaffNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, declarations: [DaffNavbarComponent], exports: [DaffNavbarComponent] });
|
|
4091
|
+
/** @nocollapse */ DaffNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule });
|
|
4092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavbarModule, decorators: [{
|
|
4138
4093
|
type: NgModule,
|
|
4139
4094
|
args: [{
|
|
4140
4095
|
declarations: [
|
|
@@ -4285,9 +4240,9 @@ class DaffPaginatorComponent extends _daffPaginatorBase {
|
|
|
4285
4240
|
return this.currentPage === this.numberOfPages;
|
|
4286
4241
|
}
|
|
4287
4242
|
}
|
|
4288
|
-
/** @nocollapse */ DaffPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4289
|
-
/** @nocollapse */ DaffPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4243
|
+
/** @nocollapse */ DaffPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4244
|
+
/** @nocollapse */ DaffPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffPaginatorComponent, selector: "daff-paginator", inputs: { color: "color", numberOfPages: "numberOfPages", currentPage: "currentPage" }, outputs: { notifyPageChange: "notifyPageChange" }, host: { properties: { "class.daff-paginator": "this.class", "attr.role": "this.role" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<button type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon> Previous\n</button>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n <span>1</span>\n</button>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showFirstEllipsis()\">...</span>\n\n<ng-container *ngFor=\"let pageNumber of _numberOfPagesArray\">\n <button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(pageNumber)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n aria-current=\"_isSelected(pageNumber)\"\n *ngIf=\"_showNumber(pageNumber)\"\n (click)=\"_onNotifyPageChange(pageNumber)\">\n <span>{{ pageNumber }}</span>\n </button>\n</ng-container>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showLastEllipsis()\">...</span>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n tabindex=\"0\"\n attr.aria-label=\"Go To Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(numberOfPages)\"\n *ngIf=\"!(numberOfPages < 2)\">\n <span>{{ numberOfPages }}</span>\n</button>\n\n<button class=\"daff-paginator__next\"\n [disabled]=\"_disableNext()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyNextPageChange()\">\n Next <fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n</button>\n", styles: [":host{display:flex;gap:4px}.daff-paginator__previous,.daff-paginator__next{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:3px;height:2rem;padding:0 8px}.daff-paginator__previous[disabled],.daff-paginator__next[disabled]{cursor:not-allowed;opacity:.5}.daff-paginator__ellipsis{height:2rem;width:2rem;text-align:center}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:3px;min-width:2rem;height:2rem;padding:0 4px;position:relative}.daff-paginator__page-link span{z-index:2}.daff-paginator__page-link:after{content:\"\";border-radius:3px;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-paginator__page-link:hover:after,.daff-paginator__page-link:active:after,.daff-paginator__page-link.selected:after{opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, decorators: [{
|
|
4291
4246
|
type: Component,
|
|
4292
4247
|
args: [{ selector: 'daff-paginator', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon> Previous\n</button>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n <span>1</span>\n</button>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showFirstEllipsis()\">...</span>\n\n<ng-container *ngFor=\"let pageNumber of _numberOfPagesArray\">\n <button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(pageNumber)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n aria-current=\"_isSelected(pageNumber)\"\n *ngIf=\"_showNumber(pageNumber)\"\n (click)=\"_onNotifyPageChange(pageNumber)\">\n <span>{{ pageNumber }}</span>\n </button>\n</ng-container>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showLastEllipsis()\">...</span>\n\n<button type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n tabindex=\"0\"\n attr.aria-label=\"Go To Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(numberOfPages)\"\n *ngIf=\"!(numberOfPages < 2)\">\n <span>{{ numberOfPages }}</span>\n</button>\n\n<button class=\"daff-paginator__next\"\n [disabled]=\"_disableNext()\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyNextPageChange()\">\n Next <fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n</button>\n", styles: [":host{display:flex;gap:4px}.daff-paginator__previous,.daff-paginator__next{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:8px;-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:3px;height:2rem;padding:0 8px}.daff-paginator__previous[disabled],.daff-paginator__next[disabled]{cursor:not-allowed;opacity:.5}.daff-paginator__ellipsis{height:2rem;width:2rem;text-align:center}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:3px;min-width:2rem;height:2rem;padding:0 4px;position:relative}.daff-paginator__page-link span{z-index:2}.daff-paginator__page-link:after{content:\"\";border-radius:3px;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-paginator__page-link:hover:after,.daff-paginator__page-link:active:after,.daff-paginator__page-link.selected:after{opacity:1}\n"] }]
|
|
4293
4248
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -4306,16 +4261,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4306
4261
|
|
|
4307
4262
|
class DaffPaginatorModule {
|
|
4308
4263
|
}
|
|
4309
|
-
/** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4310
|
-
/** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4264
|
+
/** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4265
|
+
/** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, declarations: [DaffPaginatorComponent], imports: [CommonModule,
|
|
4311
4266
|
FontAwesomeModule,
|
|
4312
4267
|
DaffButtonModule], exports: [DaffPaginatorComponent] });
|
|
4313
|
-
/** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
]] });
|
|
4318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffPaginatorModule, decorators: [{
|
|
4268
|
+
/** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, imports: [CommonModule,
|
|
4269
|
+
FontAwesomeModule,
|
|
4270
|
+
DaffButtonModule] });
|
|
4271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, decorators: [{
|
|
4319
4272
|
type: NgModule,
|
|
4320
4273
|
args: [{
|
|
4321
4274
|
imports: [
|
|
@@ -4427,9 +4380,9 @@ class DaffQtyDropdownComponent {
|
|
|
4427
4380
|
});
|
|
4428
4381
|
}
|
|
4429
4382
|
}
|
|
4430
|
-
/** @nocollapse */ DaffQtyDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4431
|
-
/** @nocollapse */ DaffQtyDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4383
|
+
/** @nocollapse */ DaffQtyDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4384
|
+
/** @nocollapse */ DaffQtyDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQtyDropdownComponent, selector: "daff-qty-dropdown", inputs: { qty: "qty", id: "id" }, outputs: { qtyChanged: "qtyChanged" }, ngImport: i0, template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "component", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "component", type: DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }] });
|
|
4385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, decorators: [{
|
|
4433
4386
|
type: Component,
|
|
4434
4387
|
args: [{ selector: 'daff-qty-dropdown', template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"] }]
|
|
4435
4388
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { qty: [{
|
|
@@ -4442,20 +4395,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4442
4395
|
|
|
4443
4396
|
class DaffQtyDropdownModule {
|
|
4444
4397
|
}
|
|
4445
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4446
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4398
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4399
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, declarations: [DaffQtyDropdownComponent], imports: [CommonModule,
|
|
4447
4400
|
FormsModule,
|
|
4448
4401
|
DaffFormFieldModule,
|
|
4449
4402
|
DaffNativeSelectModule,
|
|
4450
4403
|
DaffInputModule], exports: [DaffQtyDropdownComponent] });
|
|
4451
|
-
/** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
]] });
|
|
4458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
|
|
4404
|
+
/** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, imports: [CommonModule,
|
|
4405
|
+
FormsModule,
|
|
4406
|
+
DaffFormFieldModule,
|
|
4407
|
+
DaffNativeSelectModule,
|
|
4408
|
+
DaffInputModule] });
|
|
4409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
|
|
4459
4410
|
type: NgModule,
|
|
4460
4411
|
args: [{
|
|
4461
4412
|
imports: [
|
|
@@ -4598,15 +4549,15 @@ class DaffSidebarComponent {
|
|
|
4598
4549
|
return this._elementRef.nativeElement.offsetWidth;
|
|
4599
4550
|
}
|
|
4600
4551
|
}
|
|
4601
|
-
/** @nocollapse */ DaffSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4602
|
-
/** @nocollapse */ DaffSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4552
|
+
/** @nocollapse */ DaffSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4553
|
+
/** @nocollapse */ DaffSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffSidebarComponent, selector: "daff-sidebar", inputs: { side: "side", mode: "mode", open: "open" }, outputs: { escapePressed: "escapePressed" }, host: { properties: { "class": "this.classes", "@transformSidebar": "this.transformSidebar" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;width:240px;flex-shrink:0;overflow:auto}:host.side-fixed{position:fixed;top:var(--daff-sidebar-side-fixed-top-shift);bottom:0;z-index:4;height:calc(100dvh - var(--daff-sidebar-side-fixed-top-shift))}:host.side-fixed.left{left:0}:host.side-fixed.right{right:0}:host.over,:host.under{position:absolute;top:0;bottom:0}:host.over.left,:host.under.left{left:0}:host.over.right,:host.under.right{right:0}:host.over{z-index:5}:host.under{z-index:2}\n"], animations: [
|
|
4603
4554
|
daffSidebarAnimations.transformSidebar,
|
|
4604
4555
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarComponent, decorators: [{
|
|
4606
4557
|
type: Component,
|
|
4607
4558
|
args: [{ selector: 'daff-sidebar', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
4608
4559
|
daffSidebarAnimations.transformSidebar,
|
|
4609
|
-
], styles: [":host{display:block;width:240px;flex-shrink:0;overflow:auto}:host.side-fixed{position:fixed;top:var(--daff-sidebar-side-fixed-top-shift);bottom:0;z-index:4;height:calc(100dvh - var(--daff-sidebar-side-fixed-top-shift))}:host.side-fixed.left{left:0}:host.side-fixed.right{right:0}:host.over,:host.under{position:absolute;top:0;bottom:0}:host.over.left,:host.under.left{left:0}:host.over.right,:host.under.right{right:0}:host.over{z-index:5}:host.under{z-index:2}
|
|
4560
|
+
], styles: [":host{display:block;width:240px;flex-shrink:0;overflow:auto}:host.side-fixed{position:fixed;top:var(--daff-sidebar-side-fixed-top-shift);bottom:0;z-index:4;height:calc(100dvh - var(--daff-sidebar-side-fixed-top-shift))}:host.side-fixed.left{left:0}:host.side-fixed.right{right:0}:host.over,:host.under{position:absolute;top:0;bottom:0}:host.over.left,:host.under.left{left:0}:host.over.right,:host.under.right{right:0}:host.over{z-index:5}:host.under{z-index:2}\n"] }]
|
|
4610
4561
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { classes: [{
|
|
4611
4562
|
type: HostBinding,
|
|
4612
4563
|
args: ['class']
|
|
@@ -4632,7 +4583,7 @@ const sidebarViewportBackdropInteractable = (sidebars) => sidebars.reduce((acc,
|
|
|
4632
4583
|
* Given a list of sidebars, compute the associated content shift.
|
|
4633
4584
|
*/
|
|
4634
4585
|
const sidebarViewportContentPadding = (sidebars, side) => sidebars.reduce((acc, sidebar) => {
|
|
4635
|
-
if (!(sidebar.mode === "side-fixed" /* SideFixed */ && sidebar.open)) {
|
|
4586
|
+
if (!(sidebar.mode === "side-fixed" /* DaffSidebarModeEnum.SideFixed */ && sidebar.open)) {
|
|
4636
4587
|
return acc;
|
|
4637
4588
|
}
|
|
4638
4589
|
if (sidebar.side === side) {
|
|
@@ -4764,11 +4715,11 @@ class DaffSidebarViewportComponent {
|
|
|
4764
4715
|
this.backdropClicked.emit();
|
|
4765
4716
|
}
|
|
4766
4717
|
}
|
|
4767
|
-
/** @nocollapse */ DaffSidebarViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4768
|
-
/** @nocollapse */ DaffSidebarViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4718
|
+
/** @nocollapse */ DaffSidebarViewportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarViewportComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4719
|
+
/** @nocollapse */ DaffSidebarViewportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffSidebarViewportComponent, selector: "daff-sidebar-viewport", outputs: { backdropClicked: "backdropClicked" }, queries: [{ propertyName: "sidebars", predicate: DaffSidebarComponent }], ngImport: i0, template: "<ng-content select=\"daff-sidebar:not([side=right])\"></ng-content>\n\n<daff-backdrop\n [@transformContent]=\"_animationState\"\n class=\"daff-sidebar-viewport__backdrop\"\n [interactable]=\"_backdropInteractable\"\n (backdropClicked)=\"_backdropClicked()\"></daff-backdrop>\n\n<div class=\"daff-sidebar-viewport__content\" [@transformContent]=\"_animationState\">\n <div class=\"daff-sidebar-viewport__nav\"><ng-content select=\"[daff-sidebar-viewport-nav]\"></ng-content></div>\n <div class=\"daff-sidebar-viewport__inner\" [style.padding-left.px]=\"_contentPadLeft\" [style.padding-right.px]=\"_contentPadRight\">\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-content select=\"daff-sidebar[side=right]\"></ng-content>", styles: [":host{overflow:hidden;display:flex;min-height:100%;position:relative;width:100%;z-index:1;height:100vh;height:100dvh}.daff-sidebar-viewport__content{flex:0 1 auto;width:100%;z-index:3;overflow-y:auto;height:100%}.daff-sidebar-viewport__sidebar{flex-shrink:0}.daff-sidebar-viewport__nav{position:fixed;top:0;width:100%;z-index:3}.daff-sidebar-viewport__nav:empty{display:none}.daff-sidebar-viewport__nav:not(:empty)+.daff-sidebar-viewport__inner{margin-top:var(--daff-sidebar-side-fixed-top-shift)}.daff-sidebar-viewport__backdrop{height:100%;position:absolute;width:100%;z-index:4}:host-context(daff-sidebar-viewport daff-sidebar-viewport) .daff-sidebar-viewport__inner{padding-left:0!important;padding-right:0!important}\n"], dependencies: [{ kind: "component", type: DaffBackdropComponent, selector: "daff-backdrop", inputs: ["transparent", "interactable", "fullscreen"], outputs: ["backdropClicked"] }], animations: [
|
|
4769
4720
|
daffSidebarAnimations.transformContent,
|
|
4770
4721
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarViewportComponent, decorators: [{
|
|
4772
4723
|
type: Component,
|
|
4773
4724
|
args: [{ selector: 'daff-sidebar-viewport', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
4774
4725
|
daffSidebarAnimations.transformContent,
|
|
@@ -4782,18 +4733,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4782
4733
|
|
|
4783
4734
|
class DaffSidebarModule {
|
|
4784
4735
|
}
|
|
4785
|
-
/** @nocollapse */ DaffSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4786
|
-
/** @nocollapse */ DaffSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
4736
|
+
/** @nocollapse */ DaffSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4737
|
+
/** @nocollapse */ DaffSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, declarations: [DaffSidebarComponent,
|
|
4787
4738
|
DaffSidebarViewportComponent], imports: [CommonModule,
|
|
4788
4739
|
DaffBackdropModule,
|
|
4789
4740
|
A11yModule], exports: [DaffSidebarComponent,
|
|
4790
4741
|
DaffSidebarViewportComponent] });
|
|
4791
|
-
/** @nocollapse */ DaffSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
]] });
|
|
4796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffSidebarModule, decorators: [{
|
|
4742
|
+
/** @nocollapse */ DaffSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, imports: [CommonModule,
|
|
4743
|
+
DaffBackdropModule,
|
|
4744
|
+
A11yModule] });
|
|
4745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffSidebarModule, decorators: [{
|
|
4797
4746
|
type: NgModule,
|
|
4798
4747
|
args: [{
|
|
4799
4748
|
imports: [
|
|
@@ -4812,164 +4761,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
4812
4761
|
}]
|
|
4813
4762
|
}] });
|
|
4814
4763
|
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4764
|
+
function daffCompactableMixin(Base, defaultCompact = false) {
|
|
4765
|
+
return class extends Base {
|
|
4766
|
+
constructor(...args) {
|
|
4767
|
+
super(...args);
|
|
4768
|
+
this.compact = defaultCompact;
|
|
4769
|
+
}
|
|
4770
|
+
get compact() {
|
|
4771
|
+
return this._compact;
|
|
4772
|
+
}
|
|
4773
|
+
set compact(value) {
|
|
4774
|
+
// Handles the default compact
|
|
4775
|
+
const incomingCompact = value || defaultCompact;
|
|
4776
|
+
if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs
|
|
4777
|
+
return;
|
|
4778
|
+
}
|
|
4779
|
+
if (incomingCompact) {
|
|
4780
|
+
this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4781
|
+
}
|
|
4782
|
+
else {
|
|
4783
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4784
|
+
}
|
|
4785
|
+
this._compact = incomingCompact;
|
|
4786
|
+
}
|
|
4787
|
+
};
|
|
4822
4788
|
}
|
|
4823
|
-
/** @nocollapse */ DaffHeroBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4824
|
-
/** @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 });
|
|
4825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroBodyDirective, decorators: [{
|
|
4826
|
-
type: Directive,
|
|
4827
|
-
args: [{
|
|
4828
|
-
selector: '[daffHeroBody]',
|
|
4829
|
-
}]
|
|
4830
|
-
}], propDecorators: { class: [{
|
|
4831
|
-
type: HostBinding,
|
|
4832
|
-
args: ['class.daff-hero__body']
|
|
4833
|
-
}] } });
|
|
4834
4789
|
|
|
4835
|
-
|
|
4836
|
-
|
|
4790
|
+
function daffTextAlignmentMixin(Base, defaultTextAlignment) {
|
|
4791
|
+
class DaffTextAlignableMixin extends Base {
|
|
4792
|
+
constructor(...args) {
|
|
4793
|
+
super(...args);
|
|
4794
|
+
this.textAlignment = defaultTextAlignment;
|
|
4795
|
+
}
|
|
4837
4796
|
/**
|
|
4838
|
-
*
|
|
4797
|
+
* Controls text alignment for component-specific UI
|
|
4839
4798
|
*/
|
|
4840
|
-
|
|
4799
|
+
get textAlignment() {
|
|
4800
|
+
return this._textAlignment;
|
|
4801
|
+
}
|
|
4802
|
+
set textAlignment(value) {
|
|
4803
|
+
// Handles the default text alignment
|
|
4804
|
+
const incomingTextAlignment = value || defaultTextAlignment;
|
|
4805
|
+
if (incomingTextAlignment === this._textAlignment) { // Only run the dom-render if a change occurs
|
|
4806
|
+
return;
|
|
4807
|
+
}
|
|
4808
|
+
// Removes the old text alignment
|
|
4809
|
+
if (this._textAlignment) {
|
|
4810
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `daff-${this._textAlignment}`);
|
|
4811
|
+
}
|
|
4812
|
+
if (incomingTextAlignment) {
|
|
4813
|
+
this._renderer.addClass(this._elementRef.nativeElement, `daff-${incomingTextAlignment}`);
|
|
4814
|
+
}
|
|
4815
|
+
this._textAlignment = incomingTextAlignment;
|
|
4816
|
+
}
|
|
4841
4817
|
}
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
type: Directive,
|
|
4847
|
-
args: [{
|
|
4848
|
-
selector: '[daffHeroIcon]',
|
|
4849
|
-
}]
|
|
4850
|
-
}], propDecorators: { class: [{
|
|
4851
|
-
type: HostBinding,
|
|
4852
|
-
args: ['class.daff-hero__icon']
|
|
4853
|
-
}] } });
|
|
4854
|
-
|
|
4855
|
-
class DaffHeroSubtitleDirective {
|
|
4856
|
-
constructor() {
|
|
4857
|
-
/**
|
|
4858
|
-
* @docs-private
|
|
4859
|
-
*/
|
|
4860
|
-
this.class = true;
|
|
4861
|
-
}
|
|
4862
|
-
}
|
|
4863
|
-
/** @nocollapse */ DaffHeroSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4864
|
-
/** @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 });
|
|
4865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroSubtitleDirective, decorators: [{
|
|
4866
|
-
type: Directive,
|
|
4867
|
-
args: [{
|
|
4868
|
-
selector: '[daffHeroSubtitle]',
|
|
4869
|
-
}]
|
|
4870
|
-
}], propDecorators: { class: [{
|
|
4871
|
-
type: HostBinding,
|
|
4872
|
-
args: ['class.daff-hero__subtitle']
|
|
4873
|
-
}] } });
|
|
4874
|
-
|
|
4875
|
-
class DaffHeroTaglineDirective {
|
|
4876
|
-
constructor() {
|
|
4877
|
-
/**
|
|
4878
|
-
* @docs-private
|
|
4879
|
-
*/
|
|
4880
|
-
this.class = true;
|
|
4881
|
-
}
|
|
4882
|
-
}
|
|
4883
|
-
/** @nocollapse */ DaffHeroTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4884
|
-
/** @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 });
|
|
4885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTaglineDirective, decorators: [{
|
|
4886
|
-
type: Directive,
|
|
4887
|
-
args: [{
|
|
4888
|
-
selector: '[daffHeroTagline]',
|
|
4889
|
-
}]
|
|
4890
|
-
}], propDecorators: { class: [{
|
|
4891
|
-
type: HostBinding,
|
|
4892
|
-
args: ['class.daff-hero__tagline']
|
|
4893
|
-
}] } });
|
|
4894
|
-
|
|
4895
|
-
class DaffHeroTitleDirective {
|
|
4896
|
-
constructor() {
|
|
4897
|
-
/**
|
|
4898
|
-
* @docs-private
|
|
4899
|
-
*/
|
|
4900
|
-
this.class = true;
|
|
4901
|
-
}
|
|
4902
|
-
}
|
|
4903
|
-
/** @nocollapse */ DaffHeroTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4904
|
-
/** @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 });
|
|
4905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroTitleDirective, decorators: [{
|
|
4906
|
-
type: Directive,
|
|
4907
|
-
args: [{
|
|
4908
|
-
selector: '[daffHeroTitle]',
|
|
4909
|
-
}]
|
|
4910
|
-
}], propDecorators: { class: [{
|
|
4911
|
-
type: HostBinding,
|
|
4912
|
-
args: ['class.daff-hero__title']
|
|
4913
|
-
}] } });
|
|
4914
|
-
|
|
4915
|
-
function daffCompactableMixin(Base, defaultCompact = false) {
|
|
4916
|
-
return class extends Base {
|
|
4917
|
-
constructor(...args) {
|
|
4918
|
-
super(...args);
|
|
4919
|
-
this.compact = defaultCompact;
|
|
4920
|
-
}
|
|
4921
|
-
get compact() {
|
|
4922
|
-
return this._compact;
|
|
4923
|
-
}
|
|
4924
|
-
set compact(value) {
|
|
4925
|
-
// Handles the default compact
|
|
4926
|
-
const incomingCompact = value || defaultCompact;
|
|
4927
|
-
if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs
|
|
4928
|
-
return;
|
|
4929
|
-
}
|
|
4930
|
-
if (incomingCompact) {
|
|
4931
|
-
this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4932
|
-
}
|
|
4933
|
-
else {
|
|
4934
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);
|
|
4935
|
-
}
|
|
4936
|
-
this._compact = incomingCompact;
|
|
4937
|
-
}
|
|
4938
|
-
};
|
|
4939
|
-
}
|
|
4940
|
-
|
|
4941
|
-
function daffTextAlignmentMixin(Base, defaultTextAlignment) {
|
|
4942
|
-
class DaffTextAlignableMixin extends Base {
|
|
4943
|
-
constructor(...args) {
|
|
4944
|
-
super(...args);
|
|
4945
|
-
this.textAlignment = defaultTextAlignment;
|
|
4946
|
-
}
|
|
4947
|
-
/**
|
|
4948
|
-
* Controls text alignment for component-specific UI
|
|
4949
|
-
*/
|
|
4950
|
-
get textAlignment() {
|
|
4951
|
-
return this._textAlignment;
|
|
4952
|
-
}
|
|
4953
|
-
set textAlignment(value) {
|
|
4954
|
-
// Handles the default text alignment
|
|
4955
|
-
const incomingTextAlignment = value || defaultTextAlignment;
|
|
4956
|
-
if (incomingTextAlignment === this._textAlignment) { // Only run the dom-render if a change occurs
|
|
4957
|
-
return;
|
|
4958
|
-
}
|
|
4959
|
-
// Removes the old text alignment
|
|
4960
|
-
if (this._textAlignment) {
|
|
4961
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `daff-${this._textAlignment}`);
|
|
4962
|
-
}
|
|
4963
|
-
if (incomingTextAlignment) {
|
|
4964
|
-
this._renderer.addClass(this._elementRef.nativeElement, `daff-${incomingTextAlignment}`);
|
|
4965
|
-
}
|
|
4966
|
-
this._textAlignment = incomingTextAlignment;
|
|
4967
|
-
}
|
|
4968
|
-
}
|
|
4969
|
-
;
|
|
4970
|
-
// TODO: ugly workaround for https://github.com/microsoft/TypeScript/issues/7342#issuecomment-624298133
|
|
4971
|
-
Input()(DaffTextAlignableMixin.prototype, 'textAlignment');
|
|
4972
|
-
return DaffTextAlignableMixin;
|
|
4818
|
+
;
|
|
4819
|
+
// TODO: ugly workaround for https://github.com/microsoft/TypeScript/issues/7342#issuecomment-624298133
|
|
4820
|
+
Input()(DaffTextAlignableMixin.prototype, 'textAlignment');
|
|
4821
|
+
return DaffTextAlignableMixin;
|
|
4973
4822
|
}
|
|
4974
4823
|
|
|
4975
4824
|
var DaffHeroLayoutEnum;
|
|
@@ -5017,9 +4866,9 @@ class DaffHeroComponent extends _daffHeroBase {
|
|
|
5017
4866
|
return this.size === DaffHeroSizeEnum.Compact || this.compact === true || this.size === DaffHeroSizeEnum.Small;
|
|
5018
4867
|
}
|
|
5019
4868
|
}
|
|
5020
|
-
/** @nocollapse */ DaffHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5021
|
-
/** @nocollapse */ DaffHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4869
|
+
/** @nocollapse */ DaffHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4870
|
+
/** @nocollapse */ DaffHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroComponent, selector: "daff-hero", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment", layout: "layout", size: "size" }, host: { properties: { "class.daff-hero": "this.class", "class.daff-hero--centered": "this.centered", "class.daff-hero--compact": "this.compactClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero--centered .daff-hero__title{margin:0 auto;text-align:center}.daff-hero--centered .daff-hero__subtitle{margin:24px auto 0;text-align:center}.daff-hero--small,.daff-hero--compact{padding:50px 25px}@media (min-width: 480px){.daff-hero--small,.daff-hero--compact{padding:50px}}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
4871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroComponent, decorators: [{
|
|
5023
4872
|
type: Component,
|
|
5024
4873
|
args: [{ selector: 'daff-hero', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, inputs: ['color', 'compact', 'textAlignment'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero--centered .daff-hero__title{margin:0 auto;text-align:center}.daff-hero--centered .daff-hero__subtitle{margin:24px auto 0;text-align:center}.daff-hero--small,.daff-hero--compact{padding:50px 25px}@media (min-width: 480px){.daff-hero--small,.daff-hero--compact{padding:50px}}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"] }]
|
|
5025
4874
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
|
|
@@ -5037,49 +4886,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5037
4886
|
args: ['class.daff-hero--compact']
|
|
5038
4887
|
}] } });
|
|
5039
4888
|
|
|
5040
|
-
class
|
|
5041
|
-
}
|
|
5042
|
-
/** @nocollapse */ DaffHeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5043
|
-
/** @nocollapse */ DaffHeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, declarations: [DaffHeroComponent,
|
|
5044
|
-
DaffHeroIconDirective,
|
|
5045
|
-
DaffHeroTaglineDirective,
|
|
5046
|
-
DaffHeroTitleDirective,
|
|
5047
|
-
DaffHeroSubtitleDirective,
|
|
5048
|
-
DaffHeroBodyDirective], imports: [CommonModule], exports: [DaffHeroComponent,
|
|
5049
|
-
DaffHeroIconDirective,
|
|
5050
|
-
DaffHeroTaglineDirective,
|
|
5051
|
-
DaffHeroTitleDirective,
|
|
5052
|
-
DaffHeroSubtitleDirective,
|
|
5053
|
-
DaffHeroBodyDirective] });
|
|
5054
|
-
/** @nocollapse */ DaffHeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, imports: [[
|
|
5055
|
-
CommonModule,
|
|
5056
|
-
]] });
|
|
5057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffHeroModule, decorators: [{
|
|
5058
|
-
type: NgModule,
|
|
5059
|
-
args: [{
|
|
5060
|
-
imports: [
|
|
5061
|
-
CommonModule,
|
|
5062
|
-
],
|
|
5063
|
-
declarations: [
|
|
5064
|
-
DaffHeroComponent,
|
|
5065
|
-
DaffHeroIconDirective,
|
|
5066
|
-
DaffHeroTaglineDirective,
|
|
5067
|
-
DaffHeroTitleDirective,
|
|
5068
|
-
DaffHeroSubtitleDirective,
|
|
5069
|
-
DaffHeroBodyDirective,
|
|
5070
|
-
],
|
|
5071
|
-
exports: [
|
|
5072
|
-
DaffHeroComponent,
|
|
5073
|
-
DaffHeroIconDirective,
|
|
5074
|
-
DaffHeroTaglineDirective,
|
|
5075
|
-
DaffHeroTitleDirective,
|
|
5076
|
-
DaffHeroSubtitleDirective,
|
|
5077
|
-
DaffHeroBodyDirective,
|
|
5078
|
-
],
|
|
5079
|
-
}]
|
|
5080
|
-
}] });
|
|
5081
|
-
|
|
5082
|
-
class DaffCalloutBodyDirective {
|
|
4889
|
+
class DaffHeroBodyDirective {
|
|
5083
4890
|
constructor() {
|
|
5084
4891
|
/**
|
|
5085
4892
|
* @docs-private
|
|
@@ -5087,19 +4894,19 @@ class DaffCalloutBodyDirective {
|
|
|
5087
4894
|
this.class = true;
|
|
5088
4895
|
}
|
|
5089
4896
|
}
|
|
5090
|
-
/** @nocollapse */
|
|
5091
|
-
/** @nocollapse */
|
|
5092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4897
|
+
/** @nocollapse */ DaffHeroBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4898
|
+
/** @nocollapse */ DaffHeroBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroBodyDirective, selector: "[daffHeroBody]", host: { properties: { "class.daff-hero__body": "this.class" } }, ngImport: i0 });
|
|
4899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroBodyDirective, decorators: [{
|
|
5093
4900
|
type: Directive,
|
|
5094
4901
|
args: [{
|
|
5095
|
-
selector: '[
|
|
4902
|
+
selector: '[daffHeroBody]',
|
|
5096
4903
|
}]
|
|
5097
4904
|
}], propDecorators: { class: [{
|
|
5098
4905
|
type: HostBinding,
|
|
5099
|
-
args: ['class.daff-
|
|
4906
|
+
args: ['class.daff-hero__body']
|
|
5100
4907
|
}] } });
|
|
5101
4908
|
|
|
5102
|
-
class
|
|
4909
|
+
class DaffHeroIconDirective {
|
|
5103
4910
|
constructor() {
|
|
5104
4911
|
/**
|
|
5105
4912
|
* @docs-private
|
|
@@ -5107,19 +4914,19 @@ class DaffCalloutIconDirective {
|
|
|
5107
4914
|
this.class = true;
|
|
5108
4915
|
}
|
|
5109
4916
|
}
|
|
5110
|
-
/** @nocollapse */
|
|
5111
|
-
/** @nocollapse */
|
|
5112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4917
|
+
/** @nocollapse */ DaffHeroIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4918
|
+
/** @nocollapse */ DaffHeroIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroIconDirective, selector: "[daffHeroIcon]", host: { properties: { "class.daff-hero__icon": "this.class" } }, ngImport: i0 });
|
|
4919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroIconDirective, decorators: [{
|
|
5113
4920
|
type: Directive,
|
|
5114
4921
|
args: [{
|
|
5115
|
-
selector: '[
|
|
4922
|
+
selector: '[daffHeroIcon]',
|
|
5116
4923
|
}]
|
|
5117
4924
|
}], propDecorators: { class: [{
|
|
5118
4925
|
type: HostBinding,
|
|
5119
|
-
args: ['class.daff-
|
|
4926
|
+
args: ['class.daff-hero__icon']
|
|
5120
4927
|
}] } });
|
|
5121
4928
|
|
|
5122
|
-
class
|
|
4929
|
+
class DaffHeroSubtitleDirective {
|
|
5123
4930
|
constructor() {
|
|
5124
4931
|
/**
|
|
5125
4932
|
* @docs-private
|
|
@@ -5127,19 +4934,19 @@ class DaffCalloutSubtitleDirective {
|
|
|
5127
4934
|
this.class = true;
|
|
5128
4935
|
}
|
|
5129
4936
|
}
|
|
5130
|
-
/** @nocollapse */
|
|
5131
|
-
/** @nocollapse */
|
|
5132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4937
|
+
/** @nocollapse */ DaffHeroSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4938
|
+
/** @nocollapse */ DaffHeroSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]", host: { properties: { "class.daff-hero__subtitle": "this.class" } }, ngImport: i0 });
|
|
4939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroSubtitleDirective, decorators: [{
|
|
5133
4940
|
type: Directive,
|
|
5134
4941
|
args: [{
|
|
5135
|
-
selector: '[
|
|
4942
|
+
selector: '[daffHeroSubtitle]',
|
|
5136
4943
|
}]
|
|
5137
4944
|
}], propDecorators: { class: [{
|
|
5138
4945
|
type: HostBinding,
|
|
5139
|
-
args: ['class.daff-
|
|
4946
|
+
args: ['class.daff-hero__subtitle']
|
|
5140
4947
|
}] } });
|
|
5141
4948
|
|
|
5142
|
-
class
|
|
4949
|
+
class DaffHeroTaglineDirective {
|
|
5143
4950
|
constructor() {
|
|
5144
4951
|
/**
|
|
5145
4952
|
* @docs-private
|
|
@@ -5147,19 +4954,19 @@ class DaffCalloutTaglineDirective {
|
|
|
5147
4954
|
this.class = true;
|
|
5148
4955
|
}
|
|
5149
4956
|
}
|
|
5150
|
-
/** @nocollapse */
|
|
5151
|
-
/** @nocollapse */
|
|
5152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4957
|
+
/** @nocollapse */ DaffHeroTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4958
|
+
/** @nocollapse */ DaffHeroTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroTaglineDirective, selector: "[daffHeroTagline]", host: { properties: { "class.daff-hero__tagline": "this.class" } }, ngImport: i0 });
|
|
4959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTaglineDirective, decorators: [{
|
|
5153
4960
|
type: Directive,
|
|
5154
4961
|
args: [{
|
|
5155
|
-
selector: '[
|
|
4962
|
+
selector: '[daffHeroTagline]',
|
|
5156
4963
|
}]
|
|
5157
4964
|
}], propDecorators: { class: [{
|
|
5158
4965
|
type: HostBinding,
|
|
5159
|
-
args: ['class.daff-
|
|
4966
|
+
args: ['class.daff-hero__tagline']
|
|
5160
4967
|
}] } });
|
|
5161
4968
|
|
|
5162
|
-
class
|
|
4969
|
+
class DaffHeroTitleDirective {
|
|
5163
4970
|
constructor() {
|
|
5164
4971
|
/**
|
|
5165
4972
|
* @docs-private
|
|
@@ -5167,18 +4974,58 @@ class DaffCalloutTitleDirective {
|
|
|
5167
4974
|
this.class = true;
|
|
5168
4975
|
}
|
|
5169
4976
|
}
|
|
5170
|
-
/** @nocollapse */
|
|
5171
|
-
/** @nocollapse */
|
|
5172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4977
|
+
/** @nocollapse */ DaffHeroTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4978
|
+
/** @nocollapse */ DaffHeroTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffHeroTitleDirective, selector: "[daffHeroTitle]", host: { properties: { "class.daff-hero__title": "this.class" } }, ngImport: i0 });
|
|
4979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroTitleDirective, decorators: [{
|
|
5173
4980
|
type: Directive,
|
|
5174
4981
|
args: [{
|
|
5175
|
-
selector: '[
|
|
4982
|
+
selector: '[daffHeroTitle]',
|
|
5176
4983
|
}]
|
|
5177
4984
|
}], propDecorators: { class: [{
|
|
5178
4985
|
type: HostBinding,
|
|
5179
|
-
args: ['class.daff-
|
|
4986
|
+
args: ['class.daff-hero__title']
|
|
5180
4987
|
}] } });
|
|
5181
4988
|
|
|
4989
|
+
class DaffHeroModule {
|
|
4990
|
+
}
|
|
4991
|
+
/** @nocollapse */ DaffHeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4992
|
+
/** @nocollapse */ DaffHeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, declarations: [DaffHeroComponent,
|
|
4993
|
+
DaffHeroIconDirective,
|
|
4994
|
+
DaffHeroTaglineDirective,
|
|
4995
|
+
DaffHeroTitleDirective,
|
|
4996
|
+
DaffHeroSubtitleDirective,
|
|
4997
|
+
DaffHeroBodyDirective], imports: [CommonModule], exports: [DaffHeroComponent,
|
|
4998
|
+
DaffHeroIconDirective,
|
|
4999
|
+
DaffHeroTaglineDirective,
|
|
5000
|
+
DaffHeroTitleDirective,
|
|
5001
|
+
DaffHeroSubtitleDirective,
|
|
5002
|
+
DaffHeroBodyDirective] });
|
|
5003
|
+
/** @nocollapse */ DaffHeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, imports: [CommonModule] });
|
|
5004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffHeroModule, decorators: [{
|
|
5005
|
+
type: NgModule,
|
|
5006
|
+
args: [{
|
|
5007
|
+
imports: [
|
|
5008
|
+
CommonModule,
|
|
5009
|
+
],
|
|
5010
|
+
declarations: [
|
|
5011
|
+
DaffHeroComponent,
|
|
5012
|
+
DaffHeroIconDirective,
|
|
5013
|
+
DaffHeroTaglineDirective,
|
|
5014
|
+
DaffHeroTitleDirective,
|
|
5015
|
+
DaffHeroSubtitleDirective,
|
|
5016
|
+
DaffHeroBodyDirective,
|
|
5017
|
+
],
|
|
5018
|
+
exports: [
|
|
5019
|
+
DaffHeroComponent,
|
|
5020
|
+
DaffHeroIconDirective,
|
|
5021
|
+
DaffHeroTaglineDirective,
|
|
5022
|
+
DaffHeroTitleDirective,
|
|
5023
|
+
DaffHeroSubtitleDirective,
|
|
5024
|
+
DaffHeroBodyDirective,
|
|
5025
|
+
],
|
|
5026
|
+
}]
|
|
5027
|
+
}] });
|
|
5028
|
+
|
|
5182
5029
|
var DaffCalloutLayoutEnum;
|
|
5183
5030
|
(function (DaffCalloutLayoutEnum) {
|
|
5184
5031
|
DaffCalloutLayoutEnum["Centered"] = "centered";
|
|
@@ -5223,9 +5070,9 @@ class DaffCalloutComponent extends _daffCalloutBase {
|
|
|
5223
5070
|
return this.size === DaffCalloutSizeEnum.Compact;
|
|
5224
5071
|
}
|
|
5225
5072
|
}
|
|
5226
|
-
/** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5227
|
-
/** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5073
|
+
/** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5074
|
+
/** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutComponent, selector: "daff-callout", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment", layout: "layout", size: "size" }, host: { properties: { "class.daff-callout": "this.class", "class.daff-callout--centered": "this.centered", "class.daff-callout--compact": "this.compactClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
5075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, decorators: [{
|
|
5229
5076
|
type: Component,
|
|
5230
5077
|
args: [{ selector: 'daff-callout', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, inputs: ['color', 'compact', 'textAlignment'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"] }]
|
|
5231
5078
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
|
|
@@ -5243,49 +5090,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5243
5090
|
args: ['class.daff-callout--compact']
|
|
5244
5091
|
}] } });
|
|
5245
5092
|
|
|
5246
|
-
class
|
|
5093
|
+
class DaffCalloutBodyDirective {
|
|
5094
|
+
constructor() {
|
|
5095
|
+
/**
|
|
5096
|
+
* @docs-private
|
|
5097
|
+
*/
|
|
5098
|
+
this.class = true;
|
|
5099
|
+
}
|
|
5247
5100
|
}
|
|
5248
|
-
/** @nocollapse */
|
|
5249
|
-
/** @nocollapse */
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
DaffCalloutSubtitleDirective,
|
|
5253
|
-
DaffCalloutTaglineDirective,
|
|
5254
|
-
DaffCalloutBodyDirective], imports: [CommonModule], exports: [DaffCalloutComponent,
|
|
5255
|
-
DaffCalloutIconDirective,
|
|
5256
|
-
DaffCalloutSubtitleDirective,
|
|
5257
|
-
DaffCalloutTitleDirective,
|
|
5258
|
-
DaffCalloutTaglineDirective,
|
|
5259
|
-
DaffCalloutBodyDirective] });
|
|
5260
|
-
/** @nocollapse */ DaffCalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, imports: [[
|
|
5261
|
-
CommonModule,
|
|
5262
|
-
]] });
|
|
5263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutModule, decorators: [{
|
|
5264
|
-
type: NgModule,
|
|
5101
|
+
/** @nocollapse */ DaffCalloutBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5102
|
+
/** @nocollapse */ DaffCalloutBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutBodyDirective, selector: "[daffCalloutBody]", host: { properties: { "class.daff-callout__body": "this.class" } }, ngImport: i0 });
|
|
5103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, decorators: [{
|
|
5104
|
+
type: Directive,
|
|
5265
5105
|
args: [{
|
|
5266
|
-
|
|
5267
|
-
CommonModule,
|
|
5268
|
-
],
|
|
5269
|
-
declarations: [
|
|
5270
|
-
DaffCalloutComponent,
|
|
5271
|
-
DaffCalloutIconDirective,
|
|
5272
|
-
DaffCalloutTitleDirective,
|
|
5273
|
-
DaffCalloutSubtitleDirective,
|
|
5274
|
-
DaffCalloutTaglineDirective,
|
|
5275
|
-
DaffCalloutBodyDirective,
|
|
5276
|
-
],
|
|
5277
|
-
exports: [
|
|
5278
|
-
DaffCalloutComponent,
|
|
5279
|
-
DaffCalloutIconDirective,
|
|
5280
|
-
DaffCalloutSubtitleDirective,
|
|
5281
|
-
DaffCalloutTitleDirective,
|
|
5282
|
-
DaffCalloutTaglineDirective,
|
|
5283
|
-
DaffCalloutBodyDirective,
|
|
5284
|
-
],
|
|
5106
|
+
selector: '[daffCalloutBody]',
|
|
5285
5107
|
}]
|
|
5286
|
-
}]
|
|
5108
|
+
}], propDecorators: { class: [{
|
|
5109
|
+
type: HostBinding,
|
|
5110
|
+
args: ['class.daff-callout__body']
|
|
5111
|
+
}] } });
|
|
5287
5112
|
|
|
5288
|
-
class
|
|
5113
|
+
class DaffCalloutIconDirective {
|
|
5289
5114
|
constructor() {
|
|
5290
5115
|
/**
|
|
5291
5116
|
* @docs-private
|
|
@@ -5293,19 +5118,19 @@ class DaffFeatureIconDirective {
|
|
|
5293
5118
|
this.class = true;
|
|
5294
5119
|
}
|
|
5295
5120
|
}
|
|
5296
|
-
/** @nocollapse */
|
|
5297
|
-
/** @nocollapse */
|
|
5298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5121
|
+
/** @nocollapse */ DaffCalloutIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5122
|
+
/** @nocollapse */ DaffCalloutIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutIconDirective, selector: "[daffCalloutIcon]", host: { properties: { "class.daff-callout__icon": "this.class" } }, ngImport: i0 });
|
|
5123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, decorators: [{
|
|
5299
5124
|
type: Directive,
|
|
5300
5125
|
args: [{
|
|
5301
|
-
selector: '[
|
|
5126
|
+
selector: '[daffCalloutIcon]',
|
|
5302
5127
|
}]
|
|
5303
5128
|
}], propDecorators: { class: [{
|
|
5304
5129
|
type: HostBinding,
|
|
5305
|
-
args: ['class.daff-
|
|
5130
|
+
args: ['class.daff-callout__icon']
|
|
5306
5131
|
}] } });
|
|
5307
5132
|
|
|
5308
|
-
class
|
|
5133
|
+
class DaffCalloutSubtitleDirective {
|
|
5309
5134
|
constructor() {
|
|
5310
5135
|
/**
|
|
5311
5136
|
* @docs-private
|
|
@@ -5313,19 +5138,19 @@ class DaffFeatureSubheaderDirective {
|
|
|
5313
5138
|
this.class = true;
|
|
5314
5139
|
}
|
|
5315
5140
|
}
|
|
5316
|
-
/** @nocollapse */
|
|
5317
|
-
/** @nocollapse */
|
|
5318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5141
|
+
/** @nocollapse */ DaffCalloutSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5142
|
+
/** @nocollapse */ DaffCalloutSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutSubtitleDirective, selector: "[daffCalloutSubtitle]", host: { properties: { "class.daff-callout__subtitle": "this.class" } }, ngImport: i0 });
|
|
5143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, decorators: [{
|
|
5319
5144
|
type: Directive,
|
|
5320
5145
|
args: [{
|
|
5321
|
-
selector: '[
|
|
5146
|
+
selector: '[daffCalloutSubtitle]',
|
|
5322
5147
|
}]
|
|
5323
5148
|
}], propDecorators: { class: [{
|
|
5324
5149
|
type: HostBinding,
|
|
5325
|
-
args: ['class.daff-
|
|
5150
|
+
args: ['class.daff-callout__subtitle']
|
|
5326
5151
|
}] } });
|
|
5327
5152
|
|
|
5328
|
-
class
|
|
5153
|
+
class DaffCalloutTaglineDirective {
|
|
5329
5154
|
constructor() {
|
|
5330
5155
|
/**
|
|
5331
5156
|
* @docs-private
|
|
@@ -5333,19 +5158,19 @@ class DaffFeatureSubtitleDirective {
|
|
|
5333
5158
|
this.class = true;
|
|
5334
5159
|
}
|
|
5335
5160
|
}
|
|
5336
|
-
/** @nocollapse */
|
|
5337
|
-
/** @nocollapse */
|
|
5338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5161
|
+
/** @nocollapse */ DaffCalloutTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5162
|
+
/** @nocollapse */ DaffCalloutTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutTaglineDirective, selector: "[daffCalloutTagline]", host: { properties: { "class.daff-callout__tagline": "this.class" } }, ngImport: i0 });
|
|
5163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, decorators: [{
|
|
5339
5164
|
type: Directive,
|
|
5340
5165
|
args: [{
|
|
5341
|
-
selector: '[
|
|
5166
|
+
selector: '[daffCalloutTagline]',
|
|
5342
5167
|
}]
|
|
5343
5168
|
}], propDecorators: { class: [{
|
|
5344
5169
|
type: HostBinding,
|
|
5345
|
-
args: ['class.daff-
|
|
5170
|
+
args: ['class.daff-callout__tagline']
|
|
5346
5171
|
}] } });
|
|
5347
5172
|
|
|
5348
|
-
class
|
|
5173
|
+
class DaffCalloutTitleDirective {
|
|
5349
5174
|
constructor() {
|
|
5350
5175
|
/**
|
|
5351
5176
|
* @docs-private
|
|
@@ -5353,18 +5178,58 @@ class DaffFeatureTitleDirective {
|
|
|
5353
5178
|
this.class = true;
|
|
5354
5179
|
}
|
|
5355
5180
|
}
|
|
5356
|
-
/** @nocollapse */
|
|
5357
|
-
/** @nocollapse */
|
|
5358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5181
|
+
/** @nocollapse */ DaffCalloutTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5182
|
+
/** @nocollapse */ DaffCalloutTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutTitleDirective, selector: "[daffCalloutTitle]", host: { properties: { "class.daff-callout__title": "this.class" } }, ngImport: i0 });
|
|
5183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, decorators: [{
|
|
5359
5184
|
type: Directive,
|
|
5360
5185
|
args: [{
|
|
5361
|
-
selector: '[
|
|
5186
|
+
selector: '[daffCalloutTitle]',
|
|
5362
5187
|
}]
|
|
5363
5188
|
}], propDecorators: { class: [{
|
|
5364
5189
|
type: HostBinding,
|
|
5365
|
-
args: ['class.daff-
|
|
5190
|
+
args: ['class.daff-callout__title']
|
|
5366
5191
|
}] } });
|
|
5367
5192
|
|
|
5193
|
+
class DaffCalloutModule {
|
|
5194
|
+
}
|
|
5195
|
+
/** @nocollapse */ DaffCalloutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5196
|
+
/** @nocollapse */ DaffCalloutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, declarations: [DaffCalloutComponent,
|
|
5197
|
+
DaffCalloutIconDirective,
|
|
5198
|
+
DaffCalloutTitleDirective,
|
|
5199
|
+
DaffCalloutSubtitleDirective,
|
|
5200
|
+
DaffCalloutTaglineDirective,
|
|
5201
|
+
DaffCalloutBodyDirective], imports: [CommonModule], exports: [DaffCalloutComponent,
|
|
5202
|
+
DaffCalloutIconDirective,
|
|
5203
|
+
DaffCalloutSubtitleDirective,
|
|
5204
|
+
DaffCalloutTitleDirective,
|
|
5205
|
+
DaffCalloutTaglineDirective,
|
|
5206
|
+
DaffCalloutBodyDirective] });
|
|
5207
|
+
/** @nocollapse */ DaffCalloutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, imports: [CommonModule] });
|
|
5208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutModule, decorators: [{
|
|
5209
|
+
type: NgModule,
|
|
5210
|
+
args: [{
|
|
5211
|
+
imports: [
|
|
5212
|
+
CommonModule,
|
|
5213
|
+
],
|
|
5214
|
+
declarations: [
|
|
5215
|
+
DaffCalloutComponent,
|
|
5216
|
+
DaffCalloutIconDirective,
|
|
5217
|
+
DaffCalloutTitleDirective,
|
|
5218
|
+
DaffCalloutSubtitleDirective,
|
|
5219
|
+
DaffCalloutTaglineDirective,
|
|
5220
|
+
DaffCalloutBodyDirective,
|
|
5221
|
+
],
|
|
5222
|
+
exports: [
|
|
5223
|
+
DaffCalloutComponent,
|
|
5224
|
+
DaffCalloutIconDirective,
|
|
5225
|
+
DaffCalloutSubtitleDirective,
|
|
5226
|
+
DaffCalloutTitleDirective,
|
|
5227
|
+
DaffCalloutTaglineDirective,
|
|
5228
|
+
DaffCalloutBodyDirective,
|
|
5229
|
+
],
|
|
5230
|
+
}]
|
|
5231
|
+
}] });
|
|
5232
|
+
|
|
5368
5233
|
var DaffFeatureModeEnum;
|
|
5369
5234
|
(function (DaffFeatureModeEnum) {
|
|
5370
5235
|
DaffFeatureModeEnum["Compact"] = "compact";
|
|
@@ -5394,9 +5259,9 @@ class DaffFeatureComponent {
|
|
|
5394
5259
|
return this.mode === DaffFeatureModeEnum.Normal;
|
|
5395
5260
|
}
|
|
5396
5261
|
}
|
|
5397
|
-
/** @nocollapse */ DaffFeatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5398
|
-
/** @nocollapse */ DaffFeatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5262
|
+
/** @nocollapse */ DaffFeatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5263
|
+
/** @nocollapse */ DaffFeatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureComponent, selector: "daff-feature", inputs: { mode: "mode" }, host: { properties: { "class.daff-feature": "this.class", "class.daff-feature--compact": "this.compact", "class.daff-feature--normal": "this.normal" } }, ngImport: i0, template: "<ng-content select=\"[daffFeatureIcon]\"></ng-content>\n<div class=\"daff-feature__content\">\n <ng-content select=\"[daffFeatureSubheader]\"></ng-content>\n <ng-content select=\"[daffFeatureTitle]\"></ng-content>\n <ng-content select=\"[daffFeatureSubtitle]\"></ng-content>\n <ng-content></ng-content>\n</div>", styles: [".daff-feature{border-radius:10px;display:flex}.daff-feature__icon{display:inline-block;max-width:30px}@media (min-width: 480px){.daff-feature__icon{max-width:50px}}.daff-feature__subheader{text-transform:uppercase;font-size:.75rem;letter-spacing:.075rem;line-height:1rem}@media (min-width: 480px){.daff-feature__subheader{font-size:.875rem}}.daff-feature__title{font-weight:700;margin:0 0 15px;padding:0}.daff-feature__subtitle{font-size:1rem;margin:0;padding:0}.daff-feature--normal{align-items:flex-start;flex-direction:column;padding:25px}@media (min-width: 480px){.daff-feature--normal{align-items:center;flex-direction:row;padding:50px}}.daff-feature--normal .daff-feature__icon{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__icon{margin:0 25px 0 0}}.daff-feature--normal .daff-feature__subheader{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__subheader{margin:0 0 30px}}.daff-feature--normal .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--normal .daff-feature__title{font-size:2rem;line-height:2rem}}.daff-feature--compact{align-items:flex-start;flex-direction:column;padding:25px}.daff-feature--compact .daff-feature__icon{margin:0 0 15px}.daff-feature--compact .daff-feature__subheader{margin:0 0 5px}.daff-feature--compact .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--compact .daff-feature__title{font-size:1.5rem;line-height:1.5rem}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
5264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureComponent, decorators: [{
|
|
5400
5265
|
type: Component,
|
|
5401
5266
|
args: [{ selector: 'daff-feature', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[daffFeatureIcon]\"></ng-content>\n<div class=\"daff-feature__content\">\n <ng-content select=\"[daffFeatureSubheader]\"></ng-content>\n <ng-content select=\"[daffFeatureTitle]\"></ng-content>\n <ng-content select=\"[daffFeatureSubtitle]\"></ng-content>\n <ng-content></ng-content>\n</div>", styles: [".daff-feature{border-radius:10px;display:flex}.daff-feature__icon{display:inline-block;max-width:30px}@media (min-width: 480px){.daff-feature__icon{max-width:50px}}.daff-feature__subheader{text-transform:uppercase;font-size:.75rem;letter-spacing:.075rem;line-height:1rem}@media (min-width: 480px){.daff-feature__subheader{font-size:.875rem}}.daff-feature__title{font-weight:700;margin:0 0 15px;padding:0}.daff-feature__subtitle{font-size:1rem;margin:0;padding:0}.daff-feature--normal{align-items:flex-start;flex-direction:column;padding:25px}@media (min-width: 480px){.daff-feature--normal{align-items:center;flex-direction:row;padding:50px}}.daff-feature--normal .daff-feature__icon{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__icon{margin:0 25px 0 0}}.daff-feature--normal .daff-feature__subheader{margin:0 0 15px}@media (min-width: 480px){.daff-feature--normal .daff-feature__subheader{margin:0 0 30px}}.daff-feature--normal .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--normal .daff-feature__title{font-size:2rem;line-height:2rem}}.daff-feature--compact{align-items:flex-start;flex-direction:column;padding:25px}.daff-feature--compact .daff-feature__icon{margin:0 0 15px}.daff-feature--compact .daff-feature__subheader{margin:0 0 5px}.daff-feature--compact .daff-feature__title{font-size:1.25rem;line-height:1.25rem}@media (min-width: 480px){.daff-feature--compact .daff-feature__title{font-size:1.5rem;line-height:1.5rem}}\n"] }]
|
|
5402
5267
|
}], propDecorators: { class: [{
|
|
@@ -5412,65 +5277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5412
5277
|
args: ['class.daff-feature--normal']
|
|
5413
5278
|
}] } });
|
|
5414
5279
|
|
|
5415
|
-
class
|
|
5416
|
-
}
|
|
5417
|
-
/** @nocollapse */ DaffFeatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5418
|
-
/** @nocollapse */ DaffFeatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, declarations: [DaffFeatureComponent,
|
|
5419
|
-
DaffFeatureTitleDirective,
|
|
5420
|
-
DaffFeatureSubtitleDirective,
|
|
5421
|
-
DaffFeatureIconDirective,
|
|
5422
|
-
DaffFeatureSubheaderDirective], imports: [CommonModule], exports: [DaffFeatureComponent,
|
|
5423
|
-
DaffFeatureTitleDirective,
|
|
5424
|
-
DaffFeatureSubtitleDirective,
|
|
5425
|
-
DaffFeatureIconDirective,
|
|
5426
|
-
DaffFeatureSubheaderDirective] });
|
|
5427
|
-
/** @nocollapse */ DaffFeatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, imports: [[
|
|
5428
|
-
CommonModule,
|
|
5429
|
-
]] });
|
|
5430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFeatureModule, decorators: [{
|
|
5431
|
-
type: NgModule,
|
|
5432
|
-
args: [{
|
|
5433
|
-
imports: [
|
|
5434
|
-
CommonModule,
|
|
5435
|
-
],
|
|
5436
|
-
declarations: [
|
|
5437
|
-
DaffFeatureComponent,
|
|
5438
|
-
DaffFeatureTitleDirective,
|
|
5439
|
-
DaffFeatureSubtitleDirective,
|
|
5440
|
-
DaffFeatureIconDirective,
|
|
5441
|
-
DaffFeatureSubheaderDirective,
|
|
5442
|
-
],
|
|
5443
|
-
exports: [
|
|
5444
|
-
DaffFeatureComponent,
|
|
5445
|
-
DaffFeatureTitleDirective,
|
|
5446
|
-
DaffFeatureSubtitleDirective,
|
|
5447
|
-
DaffFeatureIconDirective,
|
|
5448
|
-
DaffFeatureSubheaderDirective,
|
|
5449
|
-
],
|
|
5450
|
-
}]
|
|
5451
|
-
}] });
|
|
5452
|
-
|
|
5453
|
-
class DaffCardActionsDirective {
|
|
5454
|
-
constructor() {
|
|
5455
|
-
/**
|
|
5456
|
-
* @docs-private
|
|
5457
|
-
*/
|
|
5458
|
-
this.class = true;
|
|
5459
|
-
}
|
|
5460
|
-
}
|
|
5461
|
-
/** @nocollapse */ DaffCardActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5462
|
-
/** @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 });
|
|
5463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardActionsDirective, decorators: [{
|
|
5464
|
-
type: Directive,
|
|
5465
|
-
args: [{
|
|
5466
|
-
selector: '[daffCardActions]',
|
|
5467
|
-
}]
|
|
5468
|
-
}], propDecorators: { class: [{
|
|
5469
|
-
type: HostBinding,
|
|
5470
|
-
args: ['class.daff-card__actions']
|
|
5471
|
-
}] } });
|
|
5472
|
-
|
|
5473
|
-
class DaffCardContentDirective {
|
|
5280
|
+
class DaffFeatureIconDirective {
|
|
5474
5281
|
constructor() {
|
|
5475
5282
|
/**
|
|
5476
5283
|
* @docs-private
|
|
@@ -5478,19 +5285,19 @@ class DaffCardContentDirective {
|
|
|
5478
5285
|
this.class = true;
|
|
5479
5286
|
}
|
|
5480
5287
|
}
|
|
5481
|
-
/** @nocollapse */
|
|
5482
|
-
/** @nocollapse */
|
|
5483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5288
|
+
/** @nocollapse */ DaffFeatureIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5289
|
+
/** @nocollapse */ DaffFeatureIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureIconDirective, selector: "[daffFeatureIcon]", host: { properties: { "class.daff-feature__icon": "this.class" } }, ngImport: i0 });
|
|
5290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureIconDirective, decorators: [{
|
|
5484
5291
|
type: Directive,
|
|
5485
5292
|
args: [{
|
|
5486
|
-
selector: '[
|
|
5293
|
+
selector: '[daffFeatureIcon]',
|
|
5487
5294
|
}]
|
|
5488
5295
|
}], propDecorators: { class: [{
|
|
5489
5296
|
type: HostBinding,
|
|
5490
|
-
args: ['class.daff-
|
|
5297
|
+
args: ['class.daff-feature__icon']
|
|
5491
5298
|
}] } });
|
|
5492
5299
|
|
|
5493
|
-
class
|
|
5300
|
+
class DaffFeatureSubheaderDirective {
|
|
5494
5301
|
constructor() {
|
|
5495
5302
|
/**
|
|
5496
5303
|
* @docs-private
|
|
@@ -5498,19 +5305,19 @@ class DaffCardIconDirective {
|
|
|
5498
5305
|
this.class = true;
|
|
5499
5306
|
}
|
|
5500
5307
|
}
|
|
5501
|
-
/** @nocollapse */
|
|
5502
|
-
/** @nocollapse */
|
|
5503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5308
|
+
/** @nocollapse */ DaffFeatureSubheaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubheaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5309
|
+
/** @nocollapse */ DaffFeatureSubheaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureSubheaderDirective, selector: "[daffFeatureSubheader]", host: { properties: { "class.daff-feature__subheader": "this.class" } }, ngImport: i0 });
|
|
5310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubheaderDirective, decorators: [{
|
|
5504
5311
|
type: Directive,
|
|
5505
5312
|
args: [{
|
|
5506
|
-
selector: '[
|
|
5313
|
+
selector: '[daffFeatureSubheader]',
|
|
5507
5314
|
}]
|
|
5508
5315
|
}], propDecorators: { class: [{
|
|
5509
5316
|
type: HostBinding,
|
|
5510
|
-
args: ['class.daff-
|
|
5317
|
+
args: ['class.daff-feature__subheader']
|
|
5511
5318
|
}] } });
|
|
5512
5319
|
|
|
5513
|
-
class
|
|
5320
|
+
class DaffFeatureSubtitleDirective {
|
|
5514
5321
|
constructor() {
|
|
5515
5322
|
/**
|
|
5516
5323
|
* @docs-private
|
|
@@ -5518,19 +5325,19 @@ class DaffCardImageDirective {
|
|
|
5518
5325
|
this.class = true;
|
|
5519
5326
|
}
|
|
5520
5327
|
}
|
|
5521
|
-
/** @nocollapse */
|
|
5522
|
-
/** @nocollapse */
|
|
5523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5328
|
+
/** @nocollapse */ DaffFeatureSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5329
|
+
/** @nocollapse */ DaffFeatureSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureSubtitleDirective, selector: "[daffFeatureSubtitle]", host: { properties: { "class.daff-feature__subtitle": "this.class" } }, ngImport: i0 });
|
|
5330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureSubtitleDirective, decorators: [{
|
|
5524
5331
|
type: Directive,
|
|
5525
5332
|
args: [{
|
|
5526
|
-
selector: '[
|
|
5333
|
+
selector: '[daffFeatureSubtitle]',
|
|
5527
5334
|
}]
|
|
5528
5335
|
}], propDecorators: { class: [{
|
|
5529
5336
|
type: HostBinding,
|
|
5530
|
-
args: ['class.daff-
|
|
5337
|
+
args: ['class.daff-feature__subtitle']
|
|
5531
5338
|
}] } });
|
|
5532
5339
|
|
|
5533
|
-
class
|
|
5340
|
+
class DaffFeatureTitleDirective {
|
|
5534
5341
|
constructor() {
|
|
5535
5342
|
/**
|
|
5536
5343
|
* @docs-private
|
|
@@ -5538,37 +5345,53 @@ class DaffCardTaglineDirective {
|
|
|
5538
5345
|
this.class = true;
|
|
5539
5346
|
}
|
|
5540
5347
|
}
|
|
5541
|
-
/** @nocollapse */
|
|
5542
|
-
/** @nocollapse */
|
|
5543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5348
|
+
/** @nocollapse */ DaffFeatureTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5349
|
+
/** @nocollapse */ DaffFeatureTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFeatureTitleDirective, selector: "[daffFeatureTitle]", host: { properties: { "class.daff-feature__title": "this.class" } }, ngImport: i0 });
|
|
5350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureTitleDirective, decorators: [{
|
|
5544
5351
|
type: Directive,
|
|
5545
5352
|
args: [{
|
|
5546
|
-
selector: '[
|
|
5353
|
+
selector: '[daffFeatureTitle]',
|
|
5547
5354
|
}]
|
|
5548
5355
|
}], propDecorators: { class: [{
|
|
5549
5356
|
type: HostBinding,
|
|
5550
|
-
args: ['class.daff-
|
|
5357
|
+
args: ['class.daff-feature__title']
|
|
5551
5358
|
}] } });
|
|
5552
5359
|
|
|
5553
|
-
class
|
|
5554
|
-
constructor() {
|
|
5555
|
-
/**
|
|
5556
|
-
* @docs-private
|
|
5557
|
-
*/
|
|
5558
|
-
this.class = true;
|
|
5559
|
-
}
|
|
5360
|
+
class DaffFeatureModule {
|
|
5560
5361
|
}
|
|
5561
|
-
/** @nocollapse */
|
|
5562
|
-
/** @nocollapse */
|
|
5563
|
-
|
|
5564
|
-
|
|
5362
|
+
/** @nocollapse */ DaffFeatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5363
|
+
/** @nocollapse */ DaffFeatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, declarations: [DaffFeatureComponent,
|
|
5364
|
+
DaffFeatureTitleDirective,
|
|
5365
|
+
DaffFeatureSubtitleDirective,
|
|
5366
|
+
DaffFeatureIconDirective,
|
|
5367
|
+
DaffFeatureSubheaderDirective], imports: [CommonModule], exports: [DaffFeatureComponent,
|
|
5368
|
+
DaffFeatureTitleDirective,
|
|
5369
|
+
DaffFeatureSubtitleDirective,
|
|
5370
|
+
DaffFeatureIconDirective,
|
|
5371
|
+
DaffFeatureSubheaderDirective] });
|
|
5372
|
+
/** @nocollapse */ DaffFeatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, imports: [CommonModule] });
|
|
5373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFeatureModule, decorators: [{
|
|
5374
|
+
type: NgModule,
|
|
5565
5375
|
args: [{
|
|
5566
|
-
|
|
5376
|
+
imports: [
|
|
5377
|
+
CommonModule,
|
|
5378
|
+
],
|
|
5379
|
+
declarations: [
|
|
5380
|
+
DaffFeatureComponent,
|
|
5381
|
+
DaffFeatureTitleDirective,
|
|
5382
|
+
DaffFeatureSubtitleDirective,
|
|
5383
|
+
DaffFeatureIconDirective,
|
|
5384
|
+
DaffFeatureSubheaderDirective,
|
|
5385
|
+
],
|
|
5386
|
+
exports: [
|
|
5387
|
+
DaffFeatureComponent,
|
|
5388
|
+
DaffFeatureTitleDirective,
|
|
5389
|
+
DaffFeatureSubtitleDirective,
|
|
5390
|
+
DaffFeatureIconDirective,
|
|
5391
|
+
DaffFeatureSubheaderDirective,
|
|
5392
|
+
],
|
|
5567
5393
|
}]
|
|
5568
|
-
}]
|
|
5569
|
-
type: HostBinding,
|
|
5570
|
-
args: ['class.daff-card__title']
|
|
5571
|
-
}] } });
|
|
5394
|
+
}] });
|
|
5572
5395
|
|
|
5573
5396
|
var DaffCardTypeEnum;
|
|
5574
5397
|
(function (DaffCardTypeEnum) {
|
|
@@ -5656,16 +5479,16 @@ class DaffCardComponent extends _daffCardBase {
|
|
|
5656
5479
|
return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));
|
|
5657
5480
|
}
|
|
5658
5481
|
}
|
|
5659
|
-
/** @nocollapse */ DaffCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5660
|
-
/** @nocollapse */ DaffCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5482
|
+
/** @nocollapse */ DaffCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5483
|
+
/** @nocollapse */ DaffCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardComponent, selector: "daff-card,daff-raised-card,daff-stroked-card,a[daff-card],a[daff-raised-card],a[daff-stroked-card]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.daff-card": "this.class", "class.daff-card--vertical": "this.verticalClass", "class.daff-card--horizontal": "this.horizontalClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"[daffCardImage]\"></ng-content>\n<div class=\"daff-card__wrapper\">\n\t<div class=\"daff-card__body\">\n\t\t<ng-content select=\"[daffCardIcon]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTagline]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTitle]\"></ng-content>\n\t\t<ng-content select=\"[daffCardContent]\"></ng-content>\n\t</div>\n\t<ng-content select=\"[daffCardActions]\"></ng-content>\n</div>", styles: [".daff-card{display:flex;border-radius:8px;position:relative}.daff-card__image{display:inline-block;width:100%}.daff-card--vertical{flex-direction:column}.daff-card--vertical .daff-card__image,.daff-card--vertical .daff-card__image img{border-top-left-radius:7px;border-top-right-radius:7px}.daff-card--horizontal{flex-wrap:wrap}@media (min-width: 480px){.daff-card--horizontal{flex-direction:row;flex-wrap:nowrap}}.daff-card--horizontal .daff-card__image{border-top-left-radius:7px;border-bottom-left-radius:7px}.daff-card--horizontal .daff-card__image img{border-top-left-radius:7px;border-bottom-left-radius:7px;object-fit:cover;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;padding:0;margin:0 0 .25rem}.daff-card__title{font-weight:700;font-size:1.375rem;line-height:1.5rem;margin:0 0 1rem}@media (min-width: 480px){.daff-card__title{font-size:1.5rem;line-height:1.75rem}}.daff-card__body{padding:1.5rem;position:relative;z-index:2}.daff-card__content p:first-of-type{margin-top:0}.daff-card__content p:last-of-type{margin-bottom:0}.daff-card__actions{padding:0 1.5rem 1.5rem}a.daff-card,a.daff-raised-card,a.daff-stroked-card{text-decoration:none}a.daff-card .daff-card__wrapper,a.daff-raised-card .daff-card__wrapper,a.daff-stroked-card .daff-card__wrapper{position:relative}a.daff-card .daff-card__wrapper:after,a.daff-raised-card .daff-card__wrapper:after,a.daff-stroked-card .daff-card__wrapper:after{content:\"\";position:absolute;border-bottom-left-radius:7px;border-bottom-right-radius:7px;left:0;top:0;height:100%;width:100%;opacity:0;transition:opacity .3s;z-index:1}a.daff-card:hover .daff-card__wrapper:after,a.daff-card:focus .daff-card__wrapper:after,a.daff-card:active .daff-card__wrapper:after,a.daff-raised-card:hover .daff-card__wrapper:after,a.daff-raised-card:focus .daff-card__wrapper:after,a.daff-raised-card:active .daff-card__wrapper:after,a.daff-stroked-card:hover .daff-card__wrapper:after,a.daff-stroked-card:focus .daff-card__wrapper:after,a.daff-stroked-card:active .daff-card__wrapper:after{opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
5484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardComponent, decorators: [{
|
|
5662
5485
|
type: Component,
|
|
5663
5486
|
args: [{ selector: 'daff-card' + ',' +
|
|
5664
5487
|
'daff-raised-card' + ',' +
|
|
5665
5488
|
'daff-stroked-card' + ',' +
|
|
5666
5489
|
'a[daff-card]' + ',' +
|
|
5667
5490
|
'a[daff-raised-card]' + ',' +
|
|
5668
|
-
'a[daff-stroked-card]', encapsulation: ViewEncapsulation.None, inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[daffCardImage]\"></ng-content>\n<div class=\"daff-card__wrapper\">\n\t<div class=\"daff-card__body\">\n\t\t<ng-content select=\"[daffCardIcon]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTagline]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTitle]\"></ng-content>\n\t\t<ng-content select=\"[daffCardContent]\"></ng-content>\n\t</div>\n\t<ng-content select=\"[daffCardActions]\"></ng-content>\n</div>", styles: [".daff-card{display:flex;border-radius:8px}.daff-card__image{display:inline-block;width:100%}.daff-card--vertical{flex-direction:column}.daff-card--vertical .daff-card__image,.daff-card--vertical .daff-card__image img{border-top-left-radius:7px;border-top-right-radius:7px}.daff-card--horizontal{flex-wrap:wrap}@media (min-width: 480px){.daff-card--horizontal{flex-direction:row;flex-wrap:nowrap}}.daff-card--horizontal .daff-card__image{border-top-left-radius:7px;border-bottom-left-radius:7px}.daff-card--horizontal .daff-card__image img{border-top-left-radius:7px;border-bottom-left-radius:7px;object-fit:cover;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;padding:0;margin:0 0 .25rem}.daff-card__title{font-weight:700;font-size:1.375rem;line-height:1.5rem;margin:0 0 1rem}@media (min-width: 480px){.daff-card__title{font-size:1.5rem;line-height:1.75rem}}.daff-card__body{padding:1.5rem}.daff-card__content p:first-of-type{margin-top:0}.daff-card__content p:last-of-type{margin-bottom:0}.daff-card__actions{padding:0 1.5rem 1.5rem}a.daff-card,a.daff-raised-card,a.daff-stroked-card{text-decoration:none;transition:
|
|
5491
|
+
'a[daff-stroked-card]', encapsulation: ViewEncapsulation.None, inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[daffCardImage]\"></ng-content>\n<div class=\"daff-card__wrapper\">\n\t<div class=\"daff-card__body\">\n\t\t<ng-content select=\"[daffCardIcon]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTagline]\"></ng-content>\n\t\t<ng-content select=\"[daffCardTitle]\"></ng-content>\n\t\t<ng-content select=\"[daffCardContent]\"></ng-content>\n\t</div>\n\t<ng-content select=\"[daffCardActions]\"></ng-content>\n</div>", styles: [".daff-card{display:flex;border-radius:8px;position:relative}.daff-card__image{display:inline-block;width:100%}.daff-card--vertical{flex-direction:column}.daff-card--vertical .daff-card__image,.daff-card--vertical .daff-card__image img{border-top-left-radius:7px;border-top-right-radius:7px}.daff-card--horizontal{flex-wrap:wrap}@media (min-width: 480px){.daff-card--horizontal{flex-direction:row;flex-wrap:nowrap}}.daff-card--horizontal .daff-card__image{border-top-left-radius:7px;border-bottom-left-radius:7px}.daff-card--horizontal .daff-card__image img{border-top-left-radius:7px;border-bottom-left-radius:7px;object-fit:cover;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;padding:0;margin:0 0 .25rem}.daff-card__title{font-weight:700;font-size:1.375rem;line-height:1.5rem;margin:0 0 1rem}@media (min-width: 480px){.daff-card__title{font-size:1.5rem;line-height:1.75rem}}.daff-card__body{padding:1.5rem;position:relative;z-index:2}.daff-card__content p:first-of-type{margin-top:0}.daff-card__content p:last-of-type{margin-bottom:0}.daff-card__actions{padding:0 1.5rem 1.5rem}a.daff-card,a.daff-raised-card,a.daff-stroked-card{text-decoration:none}a.daff-card .daff-card__wrapper,a.daff-raised-card .daff-card__wrapper,a.daff-stroked-card .daff-card__wrapper{position:relative}a.daff-card .daff-card__wrapper:after,a.daff-raised-card .daff-card__wrapper:after,a.daff-stroked-card .daff-card__wrapper:after{content:\"\";position:absolute;border-bottom-left-radius:7px;border-bottom-right-radius:7px;left:0;top:0;height:100%;width:100%;opacity:0;transition:opacity .3s;z-index:1}a.daff-card:hover .daff-card__wrapper:after,a.daff-card:focus .daff-card__wrapper:after,a.daff-card:active .daff-card__wrapper:after,a.daff-raised-card:hover .daff-card__wrapper:after,a.daff-raised-card:focus .daff-card__wrapper:after,a.daff-raised-card:active .daff-card__wrapper:after,a.daff-stroked-card:hover .daff-card__wrapper:after,a.daff-stroked-card:focus .daff-card__wrapper:after,a.daff-stroked-card:active .daff-card__wrapper:after{opacity:1}\n"] }]
|
|
5669
5492
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { orientation: [{
|
|
5670
5493
|
type: Input
|
|
5671
5494
|
}], class: [{
|
|
@@ -5679,10 +5502,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
5679
5502
|
args: ['class.daff-card--horizontal']
|
|
5680
5503
|
}] } });
|
|
5681
5504
|
|
|
5505
|
+
class DaffCardActionsDirective {
|
|
5506
|
+
constructor() {
|
|
5507
|
+
/**
|
|
5508
|
+
* @docs-private
|
|
5509
|
+
*/
|
|
5510
|
+
this.class = true;
|
|
5511
|
+
}
|
|
5512
|
+
}
|
|
5513
|
+
/** @nocollapse */ DaffCardActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5514
|
+
/** @nocollapse */ DaffCardActionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardActionsDirective, selector: "[daffCardActions]", host: { properties: { "class.daff-card__actions": "this.class" } }, ngImport: i0 });
|
|
5515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardActionsDirective, decorators: [{
|
|
5516
|
+
type: Directive,
|
|
5517
|
+
args: [{
|
|
5518
|
+
selector: '[daffCardActions]',
|
|
5519
|
+
}]
|
|
5520
|
+
}], propDecorators: { class: [{
|
|
5521
|
+
type: HostBinding,
|
|
5522
|
+
args: ['class.daff-card__actions']
|
|
5523
|
+
}] } });
|
|
5524
|
+
|
|
5525
|
+
class DaffCardContentDirective {
|
|
5526
|
+
constructor() {
|
|
5527
|
+
/**
|
|
5528
|
+
* @docs-private
|
|
5529
|
+
*/
|
|
5530
|
+
this.class = true;
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
5533
|
+
/** @nocollapse */ DaffCardContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5534
|
+
/** @nocollapse */ DaffCardContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardContentDirective, selector: "[daffCardContent]", host: { properties: { "class.daff-card__content": "this.class" } }, ngImport: i0 });
|
|
5535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardContentDirective, decorators: [{
|
|
5536
|
+
type: Directive,
|
|
5537
|
+
args: [{
|
|
5538
|
+
selector: '[daffCardContent]',
|
|
5539
|
+
}]
|
|
5540
|
+
}], propDecorators: { class: [{
|
|
5541
|
+
type: HostBinding,
|
|
5542
|
+
args: ['class.daff-card__content']
|
|
5543
|
+
}] } });
|
|
5544
|
+
|
|
5545
|
+
class DaffCardIconDirective {
|
|
5546
|
+
constructor() {
|
|
5547
|
+
/**
|
|
5548
|
+
* @docs-private
|
|
5549
|
+
*/
|
|
5550
|
+
this.class = true;
|
|
5551
|
+
}
|
|
5552
|
+
}
|
|
5553
|
+
/** @nocollapse */ DaffCardIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5554
|
+
/** @nocollapse */ DaffCardIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardIconDirective, selector: "[daffCardIcon]", host: { properties: { "class.daff-card__icon": "this.class" } }, ngImport: i0 });
|
|
5555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardIconDirective, decorators: [{
|
|
5556
|
+
type: Directive,
|
|
5557
|
+
args: [{
|
|
5558
|
+
selector: '[daffCardIcon]',
|
|
5559
|
+
}]
|
|
5560
|
+
}], propDecorators: { class: [{
|
|
5561
|
+
type: HostBinding,
|
|
5562
|
+
args: ['class.daff-card__icon']
|
|
5563
|
+
}] } });
|
|
5564
|
+
|
|
5565
|
+
class DaffCardImageDirective {
|
|
5566
|
+
constructor() {
|
|
5567
|
+
/**
|
|
5568
|
+
* @docs-private
|
|
5569
|
+
*/
|
|
5570
|
+
this.class = true;
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5573
|
+
/** @nocollapse */ DaffCardImageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardImageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5574
|
+
/** @nocollapse */ DaffCardImageDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardImageDirective, selector: "[daffCardImage]", host: { properties: { "class.daff-card__image": "this.class" } }, ngImport: i0 });
|
|
5575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardImageDirective, decorators: [{
|
|
5576
|
+
type: Directive,
|
|
5577
|
+
args: [{
|
|
5578
|
+
selector: '[daffCardImage]',
|
|
5579
|
+
}]
|
|
5580
|
+
}], propDecorators: { class: [{
|
|
5581
|
+
type: HostBinding,
|
|
5582
|
+
args: ['class.daff-card__image']
|
|
5583
|
+
}] } });
|
|
5584
|
+
|
|
5585
|
+
class DaffCardTaglineDirective {
|
|
5586
|
+
constructor() {
|
|
5587
|
+
/**
|
|
5588
|
+
* @docs-private
|
|
5589
|
+
*/
|
|
5590
|
+
this.class = true;
|
|
5591
|
+
}
|
|
5592
|
+
}
|
|
5593
|
+
/** @nocollapse */ DaffCardTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5594
|
+
/** @nocollapse */ DaffCardTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardTaglineDirective, selector: "[daffCardTagline]", host: { properties: { "class.daff-card__tagline": "this.class" } }, ngImport: i0 });
|
|
5595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTaglineDirective, decorators: [{
|
|
5596
|
+
type: Directive,
|
|
5597
|
+
args: [{
|
|
5598
|
+
selector: '[daffCardTagline]',
|
|
5599
|
+
}]
|
|
5600
|
+
}], propDecorators: { class: [{
|
|
5601
|
+
type: HostBinding,
|
|
5602
|
+
args: ['class.daff-card__tagline']
|
|
5603
|
+
}] } });
|
|
5604
|
+
|
|
5605
|
+
class DaffCardTitleDirective {
|
|
5606
|
+
constructor() {
|
|
5607
|
+
/**
|
|
5608
|
+
* @docs-private
|
|
5609
|
+
*/
|
|
5610
|
+
this.class = true;
|
|
5611
|
+
}
|
|
5612
|
+
}
|
|
5613
|
+
/** @nocollapse */ DaffCardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5614
|
+
/** @nocollapse */ DaffCardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCardTitleDirective, selector: "[daffCardTitle]", host: { properties: { "class.daff-card__title": "this.class" } }, ngImport: i0 });
|
|
5615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardTitleDirective, decorators: [{
|
|
5616
|
+
type: Directive,
|
|
5617
|
+
args: [{
|
|
5618
|
+
selector: '[daffCardTitle]',
|
|
5619
|
+
}]
|
|
5620
|
+
}], propDecorators: { class: [{
|
|
5621
|
+
type: HostBinding,
|
|
5622
|
+
args: ['class.daff-card__title']
|
|
5623
|
+
}] } });
|
|
5624
|
+
|
|
5682
5625
|
class DaffCardModule {
|
|
5683
5626
|
}
|
|
5684
|
-
/** @nocollapse */ DaffCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5685
|
-
/** @nocollapse */ DaffCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
5627
|
+
/** @nocollapse */ DaffCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5628
|
+
/** @nocollapse */ DaffCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, declarations: [DaffCardComponent,
|
|
5686
5629
|
DaffCardIconDirective,
|
|
5687
5630
|
DaffCardImageDirective,
|
|
5688
5631
|
DaffCardTaglineDirective,
|
|
@@ -5695,10 +5638,8 @@ class DaffCardModule {
|
|
|
5695
5638
|
DaffCardTitleDirective,
|
|
5696
5639
|
DaffCardContentDirective,
|
|
5697
5640
|
DaffCardActionsDirective] });
|
|
5698
|
-
/** @nocollapse */ DaffCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5699
|
-
|
|
5700
|
-
]] });
|
|
5701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCardModule, decorators: [{
|
|
5641
|
+
/** @nocollapse */ DaffCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, imports: [CommonModule] });
|
|
5642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCardModule, decorators: [{
|
|
5702
5643
|
type: NgModule,
|
|
5703
5644
|
args: [{
|
|
5704
5645
|
imports: [
|
|
@@ -5808,9 +5749,9 @@ class DaffOsThemeService {
|
|
|
5808
5749
|
return this.preference$;
|
|
5809
5750
|
}
|
|
5810
5751
|
}
|
|
5811
|
-
/** @nocollapse */ DaffOsThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5812
|
-
/** @nocollapse */ DaffOsThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5752
|
+
/** @nocollapse */ DaffOsThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5753
|
+
/** @nocollapse */ DaffOsThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, providedIn: 'root' });
|
|
5754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffOsThemeService, decorators: [{
|
|
5814
5755
|
type: Injectable,
|
|
5815
5756
|
args: [{
|
|
5816
5757
|
providedIn: 'root',
|
|
@@ -5867,9 +5808,9 @@ class DaffThemeStorageService {
|
|
|
5867
5808
|
this.storage.removeItem(THEME_STORAGE_KEY);
|
|
5868
5809
|
}
|
|
5869
5810
|
}
|
|
5870
|
-
/** @nocollapse */ DaffThemeStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5871
|
-
/** @nocollapse */ DaffThemeStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5811
|
+
/** @nocollapse */ DaffThemeStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, deps: [{ token: DaffServerSafePersistenceServiceToken }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5812
|
+
/** @nocollapse */ DaffThemeStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, providedIn: 'root' });
|
|
5813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeStorageService, decorators: [{
|
|
5873
5814
|
type: Injectable,
|
|
5874
5815
|
args: [{
|
|
5875
5816
|
providedIn: 'root',
|
|
@@ -5926,9 +5867,9 @@ class DaffThemingService {
|
|
|
5926
5867
|
: this.darkMode();
|
|
5927
5868
|
}
|
|
5928
5869
|
}
|
|
5929
|
-
/** @nocollapse */ DaffThemingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5930
|
-
/** @nocollapse */ DaffThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5870
|
+
/** @nocollapse */ DaffThemingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, deps: [{ token: DaffOsThemeService }, { token: DaffThemeStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5871
|
+
/** @nocollapse */ DaffThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, providedIn: 'root' });
|
|
5872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemingService, decorators: [{
|
|
5932
5873
|
type: Injectable,
|
|
5933
5874
|
args: [{
|
|
5934
5875
|
providedIn: 'root',
|
|
@@ -5973,9 +5914,9 @@ class DaffThemeClassSetterService {
|
|
|
5973
5914
|
this.renderer.removeClass(this.doc.body, DAFF_THEME_DARK_CSS_CLASS);
|
|
5974
5915
|
}
|
|
5975
5916
|
}
|
|
5976
|
-
/** @nocollapse */ DaffThemeClassSetterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5977
|
-
/** @nocollapse */ DaffThemeClassSetterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5917
|
+
/** @nocollapse */ DaffThemeClassSetterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService, deps: [{ token: DOCUMENT }, { token: i0.RendererFactory2 }, { token: DaffThemingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5918
|
+
/** @nocollapse */ DaffThemeClassSetterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService });
|
|
5919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffThemeClassSetterService, decorators: [{
|
|
5979
5920
|
type: Injectable
|
|
5980
5921
|
}], ctorParameters: function () {
|
|
5981
5922
|
return [{ type: undefined, decorators: [{
|
|
@@ -6004,6 +5945,7 @@ const DAFF_THEME_INITIALIZER = [
|
|
|
6004
5945
|
/*
|
|
6005
5946
|
* Public API Surface of @daffodil/design
|
|
6006
5947
|
*/
|
|
5948
|
+
// Atoms
|
|
6007
5949
|
|
|
6008
5950
|
/**
|
|
6009
5951
|
* Generated bundle index. Do not edit.
|