@daffodil/design 0.39.13 → 0.40.1
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 +3 -0
- package/accordion/examples/basic-accordion/basic-accordion.module.d.ts +6 -0
- package/accordion/examples/daffodil-design-accordion-examples.d.ts +1 -2
- package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +3 -0
- package/accordion/examples/nav-accordion/nav-accordion.module.d.ts +6 -0
- package/accordion/examples/package.json +5 -6
- package/accordion/examples/public_api.d.ts +2 -0
- package/article/examples/article-blockquote/article-blockquote.component.d.ts +3 -0
- package/article/examples/article-code-block/article-code-block.component.d.ts +3 -0
- package/article/examples/article-code-inline/article-code-inline.component.d.ts +3 -0
- package/article/examples/article-examples.module.d.ts +17 -0
- package/article/examples/article-headings/article-headings.component.d.ts +3 -0
- package/article/examples/article-hr/article-hr.component.d.ts +3 -0
- package/article/examples/article-lead/article-lead.component.d.ts +3 -0
- package/article/examples/article-link/article-link.component.d.ts +3 -0
- package/article/examples/article-meta/article-meta.component.d.ts +3 -0
- package/article/examples/article-ol/article-ol.component.d.ts +3 -0
- package/article/examples/article-table/article-table.component.d.ts +3 -0
- package/article/examples/article-ul/article-ul.component.d.ts +3 -0
- package/article/examples/daffodil-design-article-examples.d.ts +1 -1
- package/article/examples/package.json +5 -6
- package/atoms/button/button.component.d.ts +4 -1
- package/atoms/button/button.module.d.ts +7 -0
- package/atoms/container/container.component.d.ts +3 -0
- package/atoms/container/container.module.d.ts +6 -0
- package/atoms/form/checkbox/checkbox.component.d.ts +3 -0
- package/atoms/form/checkbox/checkbox.module.d.ts +8 -0
- package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +3 -0
- package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -0
- package/atoms/form/error-message/error-message.component.d.ts +3 -0
- package/atoms/form/error-message/error-message.module.d.ts +5 -0
- package/atoms/form/form-field/form-field/form-field.component.d.ts +3 -0
- package/atoms/form/form-field/form-field.module.d.ts +8 -0
- package/atoms/form/input/input.component.d.ts +3 -0
- package/atoms/form/input/input.module.d.ts +6 -0
- package/atoms/form/quantity-field/quantity-field.component.d.ts +3 -0
- package/atoms/form/quantity-field/quantity-field.module.d.ts +11 -0
- package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +3 -0
- package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +3 -0
- package/atoms/form/radio/cva/radio-cva.directive.d.ts +3 -0
- package/atoms/form/radio/radio.component.d.ts +3 -0
- package/atoms/form/radio/radio.module.d.ts +8 -0
- package/atoms/form/radio/registry/radio-registry.d.ts +3 -0
- package/atoms/form/radio-set/radio-set.component.d.ts +3 -0
- package/atoms/form/select/select/select.component.d.ts +3 -0
- package/atoms/form/select/select.module.d.ts +6 -0
- package/atoms/image/image.component.d.ts +3 -0
- package/atoms/image/image.module.d.ts +6 -0
- package/atoms/loading-icon/loading-icon.component.d.ts +3 -0
- package/atoms/loading-icon/loading-icon.module.d.ts +6 -0
- package/atoms/progress-indicator/progress-indicator.component.d.ts +3 -0
- package/atoms/progress-indicator/progress-indicator.module.d.ts +6 -0
- package/button/examples/basic-button/basic-button.component.d.ts +3 -0
- package/button/examples/basic-button/basic-button.module.d.ts +7 -0
- package/button/examples/daffodil-design-button-examples.d.ts +1 -7
- package/button/examples/icon-button/icon-button.component.d.ts +3 -0
- package/button/examples/icon-button/icon-button.module.d.ts +7 -0
- package/button/examples/package.json +5 -6
- package/button/examples/public_api.d.ts +5 -0
- package/button/examples/raised-button/raised-button.component.d.ts +3 -0
- package/button/examples/raised-button/raised-button.module.d.ts +7 -0
- package/button/examples/sizeable-button/sizeable-button.component.d.ts +3 -0
- package/button/examples/sizeable-button/sizeable-button.module.d.ts +7 -0
- package/button/examples/statusable-button/statusable-button.component.d.ts +3 -0
- package/button/examples/statusable-button/statusable-button.module.d.ts +7 -0
- package/button/examples/stroked-button/stroked-button.component.d.ts +3 -0
- package/button/examples/stroked-button/stroked-button.module.d.ts +7 -0
- package/button/examples/underline-button/underline-button.component.d.ts +3 -0
- package/button/examples/underline-button/underline-button.module.d.ts +7 -0
- package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -0
- package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +9 -0
- package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -0
- package/callout/examples/callout-theming/callout-theming.module.d.ts +9 -0
- package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +3 -0
- package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +9 -0
- package/callout/examples/compact-callout/compact-callout.component.d.ts +3 -0
- package/callout/examples/compact-callout/compact-callout.module.d.ts +8 -0
- package/callout/examples/daffodil-design-callout-examples.d.ts +1 -0
- package/callout/examples/package.json +5 -6
- package/card/examples/basic-card/basic-card.component.d.ts +3 -0
- package/card/examples/basic-card/basic-card.module.d.ts +8 -0
- package/card/examples/card-orientation/card-orientation.component.d.ts +3 -0
- package/card/examples/card-orientation/card-orientation.module.d.ts +9 -0
- package/card/examples/card-theming/card-theming.component.d.ts +3 -0
- package/card/examples/card-theming/card-theming.module.d.ts +8 -0
- package/card/examples/daffodil-design-card-examples.d.ts +1 -6
- package/card/examples/linkable-card/linkable-card.component.d.ts +3 -0
- package/card/examples/linkable-card/linkable-card.module.d.ts +9 -0
- package/card/examples/package.json +5 -6
- package/card/examples/public_api.d.ts +4 -0
- package/card/examples/raised-card/raised-card.component.d.ts +3 -0
- package/card/examples/raised-card/raised-card.module.d.ts +8 -0
- package/card/examples/stroked-card/stroked-card.component.d.ts +3 -0
- package/card/examples/stroked-card/stroked-card.module.d.ts +9 -0
- package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -0
- package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +7 -0
- package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -0
- package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +7 -0
- package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +1 -4
- package/checkbox/examples/package.json +5 -6
- package/container/examples/container-sizes/container-sizes.component.d.ts +3 -0
- package/container/examples/container-sizes/container-sizes.module.d.ts +8 -0
- package/container/examples/daffodil-design-container-examples.d.ts +1 -0
- package/container/examples/package.json +5 -6
- package/core/prefix-suffix/prefix-suffix.module.d.ts +6 -0
- package/core/prefix-suffix/prefix.directive.d.ts +3 -0
- package/core/prefix-suffix/suffix.directive.d.ts +3 -0
- package/core/public_api.d.ts +1 -0
- package/core/theming/functions/computer.d.ts +6 -0
- package/core/theming/initializer.d.ts +8 -0
- package/core/theming/public_api.d.ts +3 -0
- package/core/theming/services/class-setter/theme-class-setter.service.d.ts +31 -0
- package/core/theming/services/os-theme/ostheme.service.d.ts +20 -0
- package/core/theming/services/storage/theme-storage.service.d.ts +28 -0
- package/core/theming/services/theming.service.d.ts +33 -0
- package/core/theming/types/theme.d.ts +8 -0
- package/daff-global.scss +1 -1
- package/daff-theme.scss +9 -9
- package/daff-typography.scss +2 -0
- package/daff-util.scss +2 -0
- package/daffodil-design.d.ts +1 -11
- package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +12 -0
- package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +26 -0
- package/esm2020/accordion/examples/daffodil-design-accordion-examples.mjs +5 -0
- package/{esm2015/accordion/examples/index.js → esm2020/accordion/examples/index.mjs} +0 -0
- package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +12 -0
- package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +26 -0
- package/esm2020/accordion/examples/public_api.mjs +10 -0
- package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +12 -0
- package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +12 -0
- package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +12 -0
- package/esm2020/article/examples/article-examples.module.mjs +41 -0
- package/esm2020/article/examples/article-headings/article-headings.component.mjs +12 -0
- package/esm2020/article/examples/article-hr/article-hr.component.mjs +12 -0
- package/esm2020/article/examples/article-lead/article-lead.component.mjs +12 -0
- package/esm2020/article/examples/article-link/article-link.component.mjs +12 -0
- package/esm2020/article/examples/article-meta/article-meta.component.mjs +12 -0
- package/esm2020/article/examples/article-ol/article-ol.component.mjs +12 -0
- package/esm2020/article/examples/article-table/article-table.component.mjs +12 -0
- package/esm2020/article/examples/article-ul/article-ul.component.mjs +12 -0
- package/esm2020/article/examples/daffodil-design-article-examples.mjs +5 -0
- package/{esm2015/article/examples/examples.js → esm2020/article/examples/examples.mjs} +0 -0
- package/{esm2015/article/examples/index.js → esm2020/article/examples/index.mjs} +0 -0
- package/{esm2015/article/examples/public_api.js → esm2020/article/examples/public_api.mjs} +0 -0
- package/esm2020/atoms/button/button.component.mjs +132 -0
- package/esm2020/atoms/button/button.module.mjs +32 -0
- package/{esm2015/atoms/button/public_api.js → esm2020/atoms/button/public_api.mjs} +0 -0
- package/esm2020/atoms/container/container.component.mjs +37 -0
- package/esm2020/atoms/container/container.module.mjs +26 -0
- package/{esm2015/atoms/container/public_api.js → esm2020/atoms/container/public_api.mjs} +0 -0
- package/esm2020/atoms/form/checkbox/checkbox.component.mjs +142 -0
- package/esm2020/atoms/form/checkbox/checkbox.module.mjs +41 -0
- package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +94 -0
- package/{esm2015/atoms/form/checkbox/public_api.js → esm2020/atoms/form/checkbox/public_api.mjs} +0 -0
- package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +38 -0
- package/{esm2015/atoms/form/core/error-state-matcher/error-state-matcher.js → esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs} +0 -0
- package/{esm2015/atoms/form/core/public_api.js → esm2020/atoms/form/core/public_api.mjs} +0 -0
- package/esm2020/atoms/form/error-message/error-message.component.mjs +11 -0
- package/esm2020/atoms/form/error-message/error-message.module.mjs +20 -0
- package/{esm2015/atoms/form/error-message/public_api.js → esm2020/atoms/form/error-message/public_api.mjs} +0 -0
- package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +102 -0
- package/{esm2015/atoms/form/form-field/form-field-control.js → esm2020/atoms/form/form-field/form-field-control.mjs} +0 -0
- package/{esm2015/atoms/form/form-field/form-field-errors.js → esm2020/atoms/form/form-field/form-field-errors.mjs} +0 -0
- package/esm2020/atoms/form/form-field/form-field.module.mjs +36 -0
- package/{esm2015/atoms/form/form-field/public_api.js → esm2020/atoms/form/form-field/public_api.mjs} +0 -0
- package/esm2020/atoms/form/input/input.component.mjs +59 -0
- package/esm2020/atoms/form/input/input.module.mjs +26 -0
- package/{esm2015/atoms/form/input/public_api.js → esm2020/atoms/form/input/public_api.mjs} +0 -0
- package/{esm2015/atoms/form/quantity-field/public_api.js → esm2020/atoms/form/quantity-field/public_api.mjs} +0 -0
- package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +133 -0
- package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +48 -0
- package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +99 -0
- package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +81 -0
- package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +89 -0
- package/{esm2015/atoms/form/radio/public_api.js → esm2020/atoms/form/radio/public_api.mjs} +0 -0
- package/esm2020/atoms/form/radio/radio.component.mjs +132 -0
- package/esm2020/atoms/form/radio/radio.module.mjs +36 -0
- package/esm2020/atoms/form/radio/registry/radio-registry.mjs +54 -0
- package/esm2020/atoms/form/radio-set/radio-set.component.mjs +22 -0
- package/{esm2015/atoms/form/select/public_api.js → esm2020/atoms/form/select/public_api.mjs} +0 -0
- package/esm2020/atoms/form/select/select/select.component.mjs +64 -0
- package/esm2020/atoms/form/select/select.module.mjs +26 -0
- package/esm2020/atoms/image/image.component.mjs +111 -0
- package/esm2020/atoms/image/image.module.mjs +29 -0
- package/{esm2015/atoms/image/public_api.js → esm2020/atoms/image/public_api.mjs} +0 -0
- package/esm2020/atoms/loading-icon/loading-icon.component.mjs +53 -0
- package/esm2020/atoms/loading-icon/loading-icon.module.mjs +26 -0
- package/{esm2015/atoms/loading-icon/public_api.js → esm2020/atoms/loading-icon/public_api.mjs} +0 -0
- package/{esm2015/atoms/progress-indicator/animation/progress-indicator-animation.js → esm2020/atoms/progress-indicator/animation/progress-indicator-animation.mjs} +0 -0
- package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +81 -0
- package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +22 -0
- package/{esm2015/atoms/progress-indicator/public_api.js → esm2020/atoms/progress-indicator/public_api.mjs} +0 -0
- package/esm2020/button/examples/basic-button/basic-button.component.mjs +23 -0
- package/esm2020/button/examples/basic-button/basic-button.module.mjs +30 -0
- package/esm2020/button/examples/daffodil-design-button-examples.mjs +5 -0
- package/esm2020/button/examples/icon-button/icon-button.component.mjs +22 -0
- package/esm2020/button/examples/icon-button/icon-button.module.mjs +30 -0
- package/{esm2015/button/examples/index.js → esm2020/button/examples/index.mjs} +0 -0
- package/esm2020/button/examples/public_api.mjs +25 -0
- package/esm2020/button/examples/raised-button/raised-button.component.mjs +23 -0
- package/esm2020/button/examples/raised-button/raised-button.module.mjs +30 -0
- package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +21 -0
- package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +30 -0
- package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +27 -0
- package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +30 -0
- package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +23 -0
- package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +30 -0
- package/esm2020/button/examples/underline-button/underline-button.component.mjs +23 -0
- package/esm2020/button/examples/underline-button/underline-button.module.mjs +30 -0
- package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +27 -0
- package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +41 -0
- package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +31 -0
- package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +38 -0
- package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +17 -0
- package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +41 -0
- package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +17 -0
- package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +37 -0
- package/{esm2015/callout/examples/daffodil-design-callout-examples.js → esm2020/callout/examples/daffodil-design-callout-examples.mjs} +0 -0
- package/{esm2015/callout/examples/examples.js → esm2020/callout/examples/examples.mjs} +0 -0
- package/{esm2015/callout/examples/index.js → esm2020/callout/examples/index.mjs} +0 -0
- package/{esm2015/callout/examples/public_api.js → esm2020/callout/examples/public_api.mjs} +0 -0
- package/esm2020/card/examples/basic-card/basic-card.component.mjs +17 -0
- package/esm2020/card/examples/basic-card/basic-card.module.mjs +40 -0
- package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +26 -0
- package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +44 -0
- package/esm2020/card/examples/card-theming/card-theming.component.mjs +32 -0
- package/esm2020/card/examples/card-theming/card-theming.module.mjs +37 -0
- package/esm2020/card/examples/daffodil-design-card-examples.mjs +5 -0
- package/{esm2015/card/examples/index.js → esm2020/card/examples/index.mjs} +0 -0
- package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +30 -0
- package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +44 -0
- package/esm2020/card/examples/public_api.mjs +22 -0
- package/esm2020/card/examples/raised-card/raised-card.component.mjs +28 -0
- package/esm2020/card/examples/raised-card/raised-card.module.mjs +40 -0
- package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +28 -0
- package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +44 -0
- package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +26 -0
- package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +34 -0
- package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +28 -0
- package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +34 -0
- package/esm2020/checkbox/examples/daffodil-design-checkbox-examples.mjs +5 -0
- package/{esm2015/checkbox/examples/examples.js → esm2020/checkbox/examples/examples.mjs} +0 -0
- package/{esm2015/checkbox/examples/index.js → esm2020/checkbox/examples/index.mjs} +0 -0
- package/{esm2015/checkbox/examples/public_api.js → esm2020/checkbox/examples/public_api.mjs} +0 -0
- package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +25 -0
- package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +34 -0
- package/{esm2015/container/examples/daffodil-design-container-examples.js → esm2020/container/examples/daffodil-design-container-examples.mjs} +0 -0
- package/{esm2015/container/examples/examples.js → esm2020/container/examples/examples.mjs} +0 -0
- package/{esm2015/container/examples/index.js → esm2020/container/examples/index.mjs} +0 -0
- package/{esm2015/container/examples/public_api.js → esm2020/container/examples/public_api.mjs} +0 -0
- package/{esm2015/core/article-encapsulated/article-encapsulated-mixin.js → esm2020/core/article-encapsulated/article-encapsulated-mixin.mjs} +0 -0
- package/{esm2015/core/article-encapsulated/public_api.js → esm2020/core/article-encapsulated/public_api.mjs} +0 -0
- package/{esm2015/core/breakpoints/breakpoints.js → esm2020/core/breakpoints/breakpoints.mjs} +0 -0
- package/{esm2015/core/colorable/color-in-palette.js → esm2020/core/colorable/color-in-palette.mjs} +0 -0
- package/{esm2015/core/colorable/colorable-enum.js → esm2020/core/colorable/colorable-enum.mjs} +0 -0
- package/esm2020/core/colorable/colorable-mixin.mjs +42 -0
- package/{esm2015/core/colorable/colorable.js → esm2020/core/colorable/colorable.mjs} +0 -0
- package/{esm2015/core/colorable/public_api.js → esm2020/core/colorable/public_api.mjs} +0 -0
- package/{esm2015/core/compactable/compactable-mixin.js → esm2020/core/compactable/compactable-mixin.mjs} +0 -0
- package/{esm2015/core/compactable/compactable.js → esm2020/core/compactable/compactable.mjs} +0 -0
- package/{esm2015/core/compactable/public_api.js → esm2020/core/compactable/public_api.mjs} +0 -0
- package/{esm2015/core/constructor/constructor.js → esm2020/core/constructor/constructor.mjs} +0 -0
- package/{esm2015/core/manage-container-layout/manage-container-layout-mixin.js → esm2020/core/manage-container-layout/manage-container-layout-mixin.mjs} +0 -0
- package/{esm2015/core/manage-container-layout/public_api.js → esm2020/core/manage-container-layout/public_api.mjs} +0 -0
- package/{esm2015/core/mutable/mutable.js → esm2020/core/mutable/mutable.mjs} +0 -0
- package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +26 -0
- package/esm2020/core/prefix-suffix/prefix.directive.mjs +24 -0
- package/{esm2015/core/prefix-suffix/prefixable/prefixable-interface.js → esm2020/core/prefix-suffix/prefixable/prefixable-interface.mjs} +0 -0
- package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +23 -0
- package/{esm2015/core/prefix-suffix/public_api.js → esm2020/core/prefix-suffix/public_api.mjs} +0 -0
- package/esm2020/core/prefix-suffix/suffix.directive.mjs +24 -0
- package/{esm2015/core/prefix-suffix/suffixable/suffixable-interface.js → esm2020/core/prefix-suffix/suffixable/suffixable-interface.mjs} +0 -0
- package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +23 -0
- package/esm2020/core/public_api.mjs +14 -0
- package/esm2020/core/sizeable/sizeable-mixin.mjs +31 -0
- package/{esm2015/core/sizeable/sizeable.js → esm2020/core/sizeable/sizeable.mjs} +0 -0
- package/{esm2015/core/skeletonable/skeletonable.js → esm2020/core/skeletonable/skeletonable.mjs} +0 -0
- package/esm2020/core/statusable/statusable-mixin.mjs +32 -0
- package/{esm2015/core/statusable/statusable.js → esm2020/core/statusable/statusable.mjs} +0 -0
- package/esm2020/core/text-alignable/text-alignable-mixin.mjs +35 -0
- package/{esm2015/core/text-alignable/text-alignable.js → esm2020/core/text-alignable/text-alignable.mjs} +0 -0
- package/esm2020/core/theming/functions/computer.mjs +18 -0
- package/esm2020/core/theming/initializer.mjs +17 -0
- package/esm2020/core/theming/public_api.mjs +4 -0
- package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +52 -0
- package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +49 -0
- package/esm2020/core/theming/services/storage/theme-storage.service.mjs +65 -0
- package/esm2020/core/theming/services/theming.service.mjs +61 -0
- package/esm2020/core/theming/types/theme.mjs +10 -0
- package/esm2020/daffodil-design.mjs +5 -0
- package/{esm2015/examples/examples.js → esm2020/examples/examples.mjs} +0 -0
- package/{esm2015/examples/public_api.js → esm2020/examples/public_api.mjs} +0 -0
- package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +17 -0
- package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +41 -0
- package/{esm2015/hero/examples/daffodil-design-hero-examples.js → esm2020/hero/examples/daffodil-design-hero-examples.mjs} +0 -0
- package/{esm2015/hero/examples/examples.js → esm2020/hero/examples/examples.mjs} +0 -0
- package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +27 -0
- package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +41 -0
- package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +21 -0
- package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +41 -0
- package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +17 -0
- package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +41 -0
- package/{esm2015/hero/examples/index.js → esm2020/hero/examples/index.mjs} +0 -0
- package/{esm2015/hero/examples/public_api.js → esm2020/hero/examples/public_api.mjs} +0 -0
- package/esm2020/list/examples/basic-list/basic-list.component.mjs +12 -0
- package/esm2020/list/examples/basic-list/basic-list.module.mjs +30 -0
- package/esm2020/list/examples/daffodil-design-list-examples.mjs +5 -0
- package/{esm2015/list/examples/examples.js → esm2020/list/examples/examples.mjs} +0 -0
- package/esm2020/list/examples/icon-list/icon-list.component.mjs +17 -0
- package/esm2020/list/examples/icon-list/icon-list.module.mjs +34 -0
- package/{esm2015/list/examples/index.js → esm2020/list/examples/index.mjs} +0 -0
- package/esm2020/list/examples/list-examples.module.mjs +39 -0
- package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +12 -0
- package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +34 -0
- package/esm2020/list/examples/nav-list/nav-list.component.mjs +17 -0
- package/esm2020/list/examples/nav-list/nav-list.module.mjs +34 -0
- package/{esm2015/list/examples/public_api.js → esm2020/list/examples/public_api.mjs} +0 -0
- package/esm2020/loading-icon/examples/daffodil-design-loading-icon-examples.mjs +5 -0
- package/{esm2015/loading-icon/examples/examples.js → esm2020/loading-icon/examples/examples.mjs} +0 -0
- package/{esm2015/loading-icon/examples/index.js → esm2020/loading-icon/examples/index.mjs} +0 -0
- package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +19 -0
- package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +33 -0
- package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +12 -0
- package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +26 -0
- package/{esm2015/loading-icon/examples/public_api.js → esm2020/loading-icon/examples/public_api.mjs} +0 -0
- package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +12 -0
- package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +30 -0
- package/esm2020/media-gallery/examples/daffodil-design-media-gallery-examples.mjs +5 -0
- package/{esm2015/media-gallery/examples/examples.js → esm2020/media-gallery/examples/examples.mjs} +0 -0
- package/{esm2015/media-gallery/examples/index.js → esm2020/media-gallery/examples/index.mjs} +0 -0
- package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +12 -0
- package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +30 -0
- package/esm2020/media-gallery/examples/public_api.mjs +6 -0
- package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +20 -0
- package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +32 -0
- package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +12 -0
- package/esm2020/modal/examples/daffodil-design-modal-examples.mjs +5 -0
- package/{esm2015/modal/examples/index.js → esm2020/modal/examples/index.mjs} +0 -0
- package/{esm2015/modal/examples/public_api.js → esm2020/modal/examples/public_api.mjs} +0 -0
- package/esm2020/molecules/accordion/accordion/accordion.component.mjs +27 -0
- package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +54 -0
- package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +22 -0
- package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +22 -0
- package/esm2020/molecules/accordion/accordion.module.mjs +54 -0
- package/{esm2015/molecules/accordion/animation/accordion-animation-state.js → esm2020/molecules/accordion/animation/accordion-animation-state.mjs} +0 -0
- package/{esm2015/molecules/accordion/animation/accordion-animation.js → esm2020/molecules/accordion/animation/accordion-animation.mjs} +0 -0
- package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +78 -0
- package/esm2020/molecules/accordion/public_api.mjs +7 -0
- package/esm2020/molecules/article/article/article.component.mjs +30 -0
- package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +22 -0
- package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +22 -0
- package/esm2020/molecules/article/article-title/article-title.directive.mjs +22 -0
- package/esm2020/molecules/article/article.module.mjs +41 -0
- package/{esm2015/molecules/article/public_api.js → esm2020/molecules/article/public_api.mjs} +0 -0
- package/{esm2015/molecules/backdrop/animation/backdrop-animation.js → esm2020/molecules/backdrop/animation/backdrop-animation.mjs} +0 -0
- package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +52 -0
- package/esm2020/molecules/backdrop/backdrop.module.mjs +29 -0
- package/{esm2015/molecules/backdrop/public_api.js → esm2020/molecules/backdrop/public_api.mjs} +0 -0
- package/esm2020/molecules/button-set/button-set.component.mjs +20 -0
- package/esm2020/molecules/button-set/button-set.module.mjs +20 -0
- package/{esm2015/molecules/button-set/public_api.js → esm2020/molecules/button-set/public_api.mjs} +0 -0
- package/esm2020/molecules/callout/callout/callout.component.mjs +71 -0
- package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +22 -0
- package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +22 -0
- package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +22 -0
- package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +22 -0
- package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +22 -0
- package/esm2020/molecules/callout/callout.module.mjs +51 -0
- package/{esm2015/molecules/callout/public_api.js → esm2020/molecules/callout/public_api.mjs} +0 -0
- package/esm2020/molecules/card/card/card.component.mjs +113 -0
- package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +22 -0
- package/esm2020/molecules/card/card-content/card-content.directive.mjs +22 -0
- package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +22 -0
- package/esm2020/molecules/card/card-image/card-image.directive.mjs +22 -0
- package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +22 -0
- package/esm2020/molecules/card/card-title/card-title.directive.mjs +22 -0
- package/esm2020/molecules/card/card.module.mjs +56 -0
- package/{esm2015/molecules/card/public_api.js → esm2020/molecules/card/public_api.mjs} +0 -0
- package/esm2020/molecules/feature/feature/feature.component.mjs +49 -0
- package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +22 -0
- package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +22 -0
- package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +22 -0
- package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +22 -0
- package/esm2020/molecules/feature/feature.module.mjs +46 -0
- package/{esm2015/molecules/feature/public_api.js → esm2020/molecules/feature/public_api.mjs} +0 -0
- package/esm2020/molecules/hero/hero/hero.component.mjs +72 -0
- package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +22 -0
- package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +22 -0
- package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +22 -0
- package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +22 -0
- package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +22 -0
- package/esm2020/molecules/hero/hero.module.mjs +51 -0
- package/{esm2015/molecules/hero/public_api.js → esm2020/molecules/hero/public_api.mjs} +0 -0
- package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +25 -0
- package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +15 -0
- package/esm2020/molecules/image-gallery/image-gallery.module.mjs +35 -0
- package/{esm2015/molecules/image-gallery/public_api.js → esm2020/molecules/image-gallery/public_api.mjs} +0 -0
- package/esm2020/molecules/image-list/image-list.component.mjs +20 -0
- package/esm2020/molecules/image-list/image-list.module.mjs +26 -0
- package/{esm2015/molecules/image-list/public_api.js → esm2020/molecules/image-list/public_api.mjs} +0 -0
- package/esm2020/molecules/link-set/link-set/link-set.component.mjs +37 -0
- package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +25 -0
- package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +26 -0
- package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +25 -0
- package/esm2020/molecules/link-set/link-set.module.mjs +41 -0
- package/{esm2015/molecules/link-set/public_api.js → esm2020/molecules/link-set/public_api.mjs} +0 -0
- package/esm2020/molecules/list/list/list.component.mjs +110 -0
- package/esm2020/molecules/list/list-item/list-item.component.mjs +49 -0
- package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +25 -0
- package/esm2020/molecules/list/list.module.mjs +42 -0
- package/{esm2015/molecules/list/public_api.js → esm2020/molecules/list/public_api.mjs} +0 -0
- package/{esm2015/molecules/media-gallery/media-gallery-registration.interface.js → esm2020/molecules/media-gallery/media-gallery-registration.interface.mjs} +0 -0
- package/{esm2015/molecules/media-gallery/media-gallery-token.js → esm2020/molecules/media-gallery/media-gallery-token.mjs} +0 -0
- package/esm2020/molecules/media-gallery/media-gallery.component.mjs +59 -0
- package/esm2020/molecules/media-gallery/media-gallery.module.mjs +34 -0
- package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +76 -0
- package/{esm2015/molecules/media-gallery/public_api.js → esm2020/molecules/media-gallery/public_api.mjs} +0 -0
- package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +97 -0
- package/{esm2015/molecules/media-gallery/thumbnail/thumbnail-compat.token.js → esm2020/molecules/media-gallery/thumbnail/thumbnail-compat.token.mjs} +0 -0
- package/{esm2015/molecules/media-gallery/thumbnail/thumbnail-registration.interface.js → esm2020/molecules/media-gallery/thumbnail/thumbnail-registration.interface.mjs} +0 -0
- package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +88 -0
- package/{esm2015/molecules/modal/animations/modal-animation-state.js → esm2020/molecules/modal/animations/modal-animation-state.mjs} +0 -0
- package/{esm2015/molecules/modal/animations/modal-animation.js → esm2020/molecules/modal/animations/modal-animation.mjs} +0 -0
- package/{esm2015/molecules/modal/modal/modal-config.js → esm2020/molecules/modal/modal/modal-config.mjs} +0 -0
- package/esm2020/molecules/modal/modal/modal.component.mjs +79 -0
- package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +11 -0
- package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +11 -0
- package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +20 -0
- package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +22 -0
- package/{esm2015/molecules/modal/modal.js → esm2020/molecules/modal/modal.mjs} +0 -0
- package/esm2020/molecules/modal/modal.module.mjs +52 -0
- package/{esm2015/molecules/modal/public_api.js → esm2020/molecules/modal/public_api.mjs} +0 -0
- package/esm2020/molecules/modal/service/modal.service.mjs +70 -0
- package/esm2020/molecules/navbar/navbar.component.mjs +51 -0
- package/esm2020/molecules/navbar/navbar.module.mjs +20 -0
- package/{esm2015/molecules/navbar/public_api.js → esm2020/molecules/navbar/public_api.mjs} +0 -0
- package/{esm2015/molecules/paginator/paginator-errors.js → esm2020/molecules/paginator/paginator-errors.mjs} +0 -0
- package/esm2020/molecules/paginator/paginator.component.mjs +159 -0
- package/esm2020/molecules/paginator/paginator.module.mjs +34 -0
- package/{esm2015/molecules/paginator/public_api.js → esm2020/molecules/paginator/public_api.mjs} +0 -0
- package/{esm2015/molecules/qty-dropdown/public_api.js → esm2020/molecules/qty-dropdown/public_api.mjs} +0 -0
- package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +115 -0
- package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +42 -0
- package/{esm2015/molecules/sidebar/animation/sidebar-animation-state.js → esm2020/molecules/sidebar/animation/sidebar-animation-state.mjs} +0 -0
- package/{esm2015/molecules/sidebar/animation/sidebar-animation.js → esm2020/molecules/sidebar/animation/sidebar-animation.mjs} +0 -0
- package/{esm2015/molecules/sidebar/helper/sidebar-mode.js → esm2020/molecules/sidebar/helper/sidebar-mode.mjs} +0 -0
- package/{esm2015/molecules/sidebar/public_api.js → esm2020/molecules/sidebar/public_api.mjs} +0 -0
- package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +44 -0
- package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +121 -0
- package/esm2020/molecules/sidebar/sidebar.module.mjs +39 -0
- package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +12 -0
- package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +33 -0
- package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -0
- package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +33 -0
- package/{esm2015/navbar/examples/daffodil-design-navbar-examples.js → esm2020/navbar/examples/daffodil-design-navbar-examples.mjs} +0 -0
- package/{esm2015/navbar/examples/examples.js → esm2020/navbar/examples/examples.mjs} +0 -0
- package/{esm2015/navbar/examples/index.js → esm2020/navbar/examples/index.mjs} +0 -0
- package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +28 -0
- package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +34 -0
- package/{esm2015/navbar/examples/public_api.js → esm2020/navbar/examples/public_api.mjs} +0 -0
- package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +12 -0
- package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +30 -0
- package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +19 -0
- package/esm2020/paginator/examples/daffodil-design-paginator-examples.mjs +5 -0
- package/esm2020/paginator/examples/examples.mjs +5 -0
- package/esm2020/paginator/examples/index.mjs +2 -0
- package/esm2020/paginator/examples/paginator-examples.module.mjs +31 -0
- package/esm2020/paginator/examples/public_api.mjs +4 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/esm2020/quantity-field/examples/basic/basic-quantity-field.component.mjs +17 -0
- package/esm2020/quantity-field/examples/basic/basic-quantity-field.module.mjs +37 -0
- package/esm2020/quantity-field/examples/customRange/custom-range-quantity-field.component.mjs +17 -0
- package/esm2020/quantity-field/examples/customRange/custom-range-quantity-field.module.mjs +37 -0
- package/esm2020/quantity-field/examples/daffodil-design-quantity-field-examples.mjs +5 -0
- package/esm2020/quantity-field/examples/disabled/disabled-quantity-field.component.mjs +17 -0
- package/esm2020/quantity-field/examples/disabled/disabled-quantity-field.module.mjs +37 -0
- package/{esm2015/quantity-field/examples/examples.js → esm2020/quantity-field/examples/examples.mjs} +0 -0
- package/{esm2015/quantity-field/examples/index.js → esm2020/quantity-field/examples/index.mjs} +0 -0
- package/esm2020/quantity-field/examples/public_api.mjs +10 -0
- package/esm2020/quantity-field/examples/selectMax/select-max-quantity-field.component.mjs +17 -0
- package/esm2020/quantity-field/examples/selectMax/select-max-quantity-field.module.mjs +37 -0
- package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +21 -0
- package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +31 -0
- package/esm2020/radio/examples/daffodil-design-radio-examples.mjs +5 -0
- package/{esm2015/radio/examples/examples.js → esm2020/radio/examples/examples.mjs} +0 -0
- package/{esm2015/radio/examples/index.js → esm2020/radio/examples/index.mjs} +0 -0
- package/{esm2015/radio/examples/public_api.js → esm2020/radio/examples/public_api.mjs} +0 -0
- package/fesm2015/daffodil-design-accordion-examples.mjs +78 -0
- package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-article-examples.mjs +150 -0
- package/fesm2015/daffodil-design-article-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-button-examples.mjs +326 -0
- package/fesm2015/daffodil-design-button-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-callout-examples.mjs +221 -0
- package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-card-examples.mjs +362 -0
- package/fesm2015/daffodil-design-card-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-checkbox-examples.mjs +123 -0
- package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-container-examples.mjs +66 -0
- package/fesm2015/daffodil-design-container-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-hero-examples.mjs +218 -0
- package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-list-examples.mjs +204 -0
- package/fesm2015/daffodil-design-list-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-loading-icon-examples.mjs +91 -0
- package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-media-gallery-examples.mjs +86 -0
- package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-modal-examples.mjs +66 -0
- package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-navbar-examples.mjs +180 -0
- package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-paginator-examples.mjs +57 -0
- package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-quantity-field-examples.mjs +193 -0
- package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design-radio-examples.mjs +62 -0
- package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -0
- package/fesm2015/daffodil-design.mjs +5393 -0
- package/fesm2015/daffodil-design.mjs.map +1 -0
- package/fesm2020/daffodil-design-accordion-examples.mjs +78 -0
- package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-article-examples.mjs +150 -0
- package/fesm2020/daffodil-design-article-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-button-examples.mjs +326 -0
- package/fesm2020/daffodil-design-button-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-callout-examples.mjs +221 -0
- package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-card-examples.mjs +362 -0
- package/fesm2020/daffodil-design-card-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-checkbox-examples.mjs +123 -0
- package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-container-examples.mjs +66 -0
- package/fesm2020/daffodil-design-container-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-hero-examples.mjs +218 -0
- package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-list-examples.mjs +204 -0
- package/fesm2020/daffodil-design-list-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-loading-icon-examples.mjs +91 -0
- package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-media-gallery-examples.mjs +86 -0
- package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-modal-examples.mjs +66 -0
- package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-navbar-examples.mjs +180 -0
- package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-paginator-examples.mjs +57 -0
- package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-quantity-field-examples.mjs +193 -0
- package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design-radio-examples.mjs +62 -0
- package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -0
- package/fesm2020/daffodil-design.mjs +5380 -0
- package/fesm2020/daffodil-design.mjs.map +1 -0
- package/hero/examples/compact-hero/compact-hero.component.d.ts +3 -0
- package/hero/examples/compact-hero/compact-hero.module.d.ts +9 -0
- package/hero/examples/daffodil-design-hero-examples.d.ts +1 -0
- package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -0
- package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +9 -0
- package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -0
- package/hero/examples/hero-theming/hero-theming.module.d.ts +9 -0
- package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +3 -0
- package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +9 -0
- package/hero/examples/package.json +5 -6
- package/list/examples/basic-list/basic-list.component.d.ts +3 -0
- package/list/examples/basic-list/basic-list.module.d.ts +7 -0
- package/list/examples/daffodil-design-list-examples.d.ts +1 -4
- package/list/examples/icon-list/icon-list.component.d.ts +3 -0
- package/list/examples/icon-list/icon-list.module.d.ts +8 -0
- package/list/examples/list-examples.module.d.ts +9 -0
- package/list/examples/multiline-list/multiline-list.component.d.ts +3 -0
- package/list/examples/multiline-list/multiline-list.module.d.ts +8 -0
- package/list/examples/nav-list/nav-list.component.d.ts +3 -0
- package/list/examples/nav-list/nav-list.module.d.ts +8 -0
- package/list/examples/package.json +5 -6
- package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +1 -1
- package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -0
- package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +7 -0
- package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +3 -0
- package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +6 -0
- package/loading-icon/examples/package.json +5 -6
- package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +3 -0
- package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +6 -0
- package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +1 -2
- package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +3 -0
- package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +6 -0
- package/media-gallery/examples/package.json +5 -6
- package/media-gallery/examples/public_api.d.ts +2 -0
- package/modal/examples/basic-modal/basic-modal.component.d.ts +3 -0
- package/modal/examples/basic-modal/basic-modal.module.d.ts +7 -0
- package/modal/examples/basic-modal/modal-content.component.d.ts +3 -0
- package/modal/examples/daffodil-design-modal-examples.d.ts +1 -3
- package/modal/examples/package.json +5 -6
- package/molecules/accordion/accordion/accordion.component.d.ts +3 -0
- package/molecules/accordion/accordion-item/accordion-item.component.d.ts +3 -0
- package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +3 -0
- package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +3 -0
- package/molecules/accordion/accordion.module.d.ts +12 -0
- package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +3 -0
- package/molecules/accordion/public_api.d.ts +1 -0
- package/molecules/article/article/article.component.d.ts +3 -0
- package/molecules/article/article-lead/article-lead.directive.d.ts +3 -0
- package/molecules/article/article-meta/article-meta.directive.d.ts +3 -0
- package/molecules/article/article-title/article-title.directive.d.ts +3 -0
- package/molecules/article/article.module.d.ts +9 -0
- package/molecules/backdrop/backdrop/backdrop.component.d.ts +3 -0
- package/molecules/backdrop/backdrop.module.d.ts +6 -0
- package/molecules/button-set/button-set.component.d.ts +3 -0
- package/molecules/button-set/button-set.module.d.ts +5 -0
- package/molecules/callout/callout/callout.component.d.ts +3 -0
- package/molecules/callout/callout-body/callout-body.directive.d.ts +3 -0
- package/molecules/callout/callout-icon/callout-icon.directive.d.ts +3 -0
- package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +3 -0
- package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +3 -0
- package/molecules/callout/callout-title/callout-title.directive.d.ts +3 -0
- package/molecules/callout/callout.module.d.ts +11 -0
- package/molecules/card/card/card.component.d.ts +3 -0
- package/molecules/card/card-actions/card-actions.directive.d.ts +3 -0
- package/molecules/card/card-content/card-content.directive.d.ts +3 -0
- package/molecules/card/card-icon/card-icon.directive.d.ts +3 -0
- package/molecules/card/card-image/card-image.directive.d.ts +3 -0
- package/molecules/card/card-tagline/card-tagline.directive.d.ts +3 -0
- package/molecules/card/card-title/card-title.directive.d.ts +3 -0
- package/molecules/card/card.module.d.ts +12 -0
- package/molecules/feature/feature/feature.component.d.ts +3 -0
- package/molecules/feature/feature-icon/feature-icon.directive.d.ts +3 -0
- package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +3 -0
- package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +3 -0
- package/molecules/feature/feature-title/feature-title.directive.d.ts +3 -0
- package/molecules/feature/feature.module.d.ts +10 -0
- package/molecules/hero/hero/hero.component.d.ts +3 -0
- package/molecules/hero/hero-body/hero-body.directive.d.ts +3 -0
- package/molecules/hero/hero-icon/hero-icon.directive.d.ts +3 -0
- package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +3 -0
- package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +3 -0
- package/molecules/hero/hero-title/hero-title.directive.d.ts +3 -0
- package/molecules/hero/hero.module.d.ts +11 -0
- package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +3 -0
- package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +3 -0
- package/molecules/image-gallery/image-gallery.module.d.ts +8 -0
- package/molecules/image-list/image-list.component.d.ts +3 -0
- package/molecules/image-list/image-list.module.d.ts +6 -0
- package/molecules/link-set/link-set/link-set.component.d.ts +3 -0
- package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +3 -0
- package/molecules/link-set/link-set-item/link-set-item.component.d.ts +3 -0
- package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +3 -0
- package/molecules/link-set/link-set.module.d.ts +9 -0
- package/molecules/list/list/list.component.d.ts +4 -1
- package/molecules/list/list-item/list-item.component.d.ts +3 -0
- package/molecules/list/list-subheader/list-subheader.directive.d.ts +3 -0
- package/molecules/list/list.module.d.ts +9 -0
- package/molecules/media-gallery/media-gallery.component.d.ts +3 -0
- package/molecules/media-gallery/media-gallery.module.d.ts +8 -0
- package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +3 -0
- package/molecules/media-gallery/registry/media-gallery.registry.d.ts +3 -0
- package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +3 -0
- package/molecules/modal/modal/modal.component.d.ts +3 -0
- package/molecules/modal/modal-actions/modal-actions.component.d.ts +3 -0
- package/molecules/modal/modal-content/modal-content.component.d.ts +3 -0
- package/molecules/modal/modal-header/modal-header.component.d.ts +3 -0
- package/molecules/modal/modal-title/modal-title.directive.d.ts +3 -0
- package/molecules/modal/modal.module.d.ts +12 -0
- package/molecules/modal/service/modal.service.d.ts +3 -0
- package/molecules/navbar/navbar.component.d.ts +3 -0
- package/molecules/navbar/navbar.module.d.ts +5 -0
- package/molecules/paginator/paginator.component.d.ts +3 -0
- package/molecules/paginator/paginator.module.d.ts +8 -0
- package/molecules/qty-dropdown/qty-dropdown.component.d.ts +3 -0
- package/molecules/qty-dropdown/qty-dropdown.module.d.ts +10 -0
- package/molecules/sidebar/sidebar/sidebar.component.d.ts +3 -0
- package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +3 -0
- package/molecules/sidebar/sidebar.module.d.ts +9 -0
- package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +3 -0
- package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +7 -0
- package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +3 -0
- package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +7 -0
- package/navbar/examples/daffodil-design-navbar-examples.d.ts +1 -0
- package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -0
- package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +8 -0
- package/navbar/examples/package.json +5 -6
- package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +3 -0
- package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +7 -0
- package/package.json +154 -14
- package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +8 -0
- package/paginator/examples/daffodil-design-paginator-examples.d.ts +5 -0
- package/paginator/examples/examples.d.ts +2 -0
- package/paginator/examples/index.d.ts +1 -0
- package/paginator/examples/package.json +10 -0
- package/paginator/examples/paginator-examples.module.d.ts +9 -0
- package/paginator/examples/public_api.d.ts +3 -0
- package/quantity-field/examples/basic/basic-quantity-field.component.d.ts +3 -0
- package/quantity-field/examples/basic/basic-quantity-field.module.d.ts +8 -0
- package/quantity-field/examples/customRange/custom-range-quantity-field.component.d.ts +3 -0
- package/quantity-field/examples/customRange/custom-range-quantity-field.module.d.ts +8 -0
- package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +1 -4
- package/quantity-field/examples/disabled/disabled-quantity-field.component.d.ts +3 -0
- package/quantity-field/examples/disabled/disabled-quantity-field.module.d.ts +8 -0
- package/quantity-field/examples/package.json +5 -6
- package/quantity-field/examples/public_api.d.ts +4 -0
- package/quantity-field/examples/selectMax/select-max-quantity-field.component.d.ts +3 -0
- package/quantity-field/examples/selectMax/select-max-quantity-field.module.d.ts +8 -0
- package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -0
- package/radio/examples/basic-radio/basic-radio.module.d.ts +7 -0
- package/radio/examples/daffodil-design-radio-examples.d.ts +1 -2
- package/radio/examples/package.json +5 -6
- package/src/atoms/button/README.md +53 -0
- package/src/atoms/container/README.md +18 -0
- 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 +11 -0
- package/src/atoms/form/form-field/README.md +36 -0
- package/src/atoms/form/form-label/README.md +0 -0
- package/src/atoms/form/input/README.md +11 -0
- package/src/atoms/form/quantity-field/README.md +25 -0
- package/src/atoms/form/radio/README.md +55 -0
- package/src/atoms/form/radio-set/README.md +0 -0
- package/src/atoms/form/select/README.md +13 -0
- package/src/atoms/image/README.md +21 -0
- package/src/atoms/loading-icon/README.md +7 -0
- package/src/atoms/progress-indicator/README.md +2 -0
- package/src/molecules/accordion/README.md +21 -0
- package/src/molecules/article/README.md +49 -0
- package/src/molecules/backdrop/README.md +13 -0
- package/src/molecules/button-set/README.md +13 -0
- package/src/molecules/callout/README.md +54 -0
- package/src/molecules/card/README.md +60 -0
- package/src/molecules/feature/README.md +48 -0
- package/src/molecules/hero/README.md +54 -0
- package/src/molecules/image-gallery/README.md +31 -0
- package/src/molecules/image-list/README.md +14 -0
- package/src/molecules/link-set/README.md +44 -0
- package/src/molecules/list/README.md +69 -0
- package/src/molecules/media-gallery/README.md +19 -0
- package/src/molecules/modal/README.md +47 -0
- package/src/molecules/navbar/README.md +41 -0
- package/src/molecules/paginator/README.md +11 -0
- package/src/molecules/qty-dropdown/README.md +0 -0
- package/src/molecules/sidebar/README.md +10 -0
- package/src/scss/README.md +7 -0
- package/accordion/examples/daffodil-design-accordion-examples.metadata.json +0 -1
- package/article/examples/daffodil-design-article-examples.metadata.json +0 -1
- package/bundles/daffodil-design-accordion-examples.umd.js +0 -91
- package/bundles/daffodil-design-accordion-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-accordion-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-accordion-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-article-examples.umd.js +0 -530
- package/bundles/daffodil-design-article-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-article-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-article-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-button-examples.umd.js +0 -298
- package/bundles/daffodil-design-button-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-button-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-button-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-callout-examples.umd.js +0 -195
- package/bundles/daffodil-design-callout-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-callout-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-callout-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-card-examples.umd.js +0 -321
- package/bundles/daffodil-design-card-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-card-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-card-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-checkbox-examples.umd.js +0 -123
- package/bundles/daffodil-design-checkbox-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-checkbox-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-checkbox-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-container-examples.umd.js +0 -65
- package/bundles/daffodil-design-container-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-container-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-container-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-hero-examples.umd.js +0 -192
- package/bundles/daffodil-design-hero-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-hero-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-hero-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-list-examples.umd.js +0 -509
- package/bundles/daffodil-design-list-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-list-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-list-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-loading-icon-examples.umd.js +0 -94
- package/bundles/daffodil-design-loading-icon-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-loading-icon-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-loading-icon-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-media-gallery-examples.umd.js +0 -95
- package/bundles/daffodil-design-media-gallery-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-media-gallery-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-media-gallery-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-modal-examples.umd.js +0 -80
- package/bundles/daffodil-design-modal-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-modal-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-modal-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-navbar-examples.umd.js +0 -177
- package/bundles/daffodil-design-navbar-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-navbar-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-navbar-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-quantity-field-examples.umd.js +0 -183
- package/bundles/daffodil-design-quantity-field-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-quantity-field-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-quantity-field-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design-radio-examples.umd.js +0 -68
- package/bundles/daffodil-design-radio-examples.umd.js.map +0 -1
- package/bundles/daffodil-design-radio-examples.umd.min.js +0 -2
- package/bundles/daffodil-design-radio-examples.umd.min.js.map +0 -1
- package/bundles/daffodil-design.umd.js +0 -5781
- package/bundles/daffodil-design.umd.js.map +0 -1
- package/bundles/daffodil-design.umd.min.js +0 -16
- package/bundles/daffodil-design.umd.min.js.map +0 -1
- package/button/examples/daffodil-design-button-examples.metadata.json +0 -1
- package/callout/examples/daffodil-design-callout-examples.metadata.json +0 -1
- package/card/examples/daffodil-design-card-examples.metadata.json +0 -1
- package/checkbox/examples/daffodil-design-checkbox-examples.metadata.json +0 -1
- package/container/examples/daffodil-design-container-examples.metadata.json +0 -1
- package/daffodil-design.metadata.json +0 -1
- package/esm2015/accordion/examples/basic-accordion/basic-accordion.component.js +0 -12
- package/esm2015/accordion/examples/basic-accordion/basic-accordion.module.js +0 -19
- package/esm2015/accordion/examples/daffodil-design-accordion-examples.js +0 -7
- package/esm2015/accordion/examples/nav-accordion/nav-accordion.component.js +0 -12
- package/esm2015/accordion/examples/nav-accordion/nav-accordion.module.js +0 -19
- package/esm2015/accordion/examples/public_api.js +0 -9
- package/esm2015/article/examples/article-blockquote/article-blockquote.component.js +0 -12
- package/esm2015/article/examples/article-code-block/article-code-block.component.js +0 -12
- package/esm2015/article/examples/article-code-inline/article-code-inline.component.js +0 -12
- package/esm2015/article/examples/article-examples.module.js +0 -21
- package/esm2015/article/examples/article-headings/article-headings.component.js +0 -12
- package/esm2015/article/examples/article-hr/article-hr.component.js +0 -12
- package/esm2015/article/examples/article-lead/article-lead.component.js +0 -12
- package/esm2015/article/examples/article-link/article-link.component.js +0 -12
- package/esm2015/article/examples/article-meta/article-meta.component.js +0 -12
- package/esm2015/article/examples/article-ol/article-ol.component.js +0 -12
- package/esm2015/article/examples/article-table/article-table.component.js +0 -12
- package/esm2015/article/examples/article-ul/article-ul.component.js +0 -12
- package/esm2015/article/examples/daffodil-design-article-examples.js +0 -6
- package/esm2015/atoms/button/button.component.js +0 -134
- package/esm2015/atoms/button/button.module.js +0 -22
- package/esm2015/atoms/container/container.component.js +0 -46
- package/esm2015/atoms/container/container.module.js +0 -19
- package/esm2015/atoms/form/checkbox/checkbox.component.js +0 -131
- package/esm2015/atoms/form/checkbox/checkbox.module.js +0 -28
- package/esm2015/atoms/form/checkbox/cva/checkbox-cva.directive.js +0 -89
- package/esm2015/atoms/form/checkbox-set/checkbox-set.component.js +0 -34
- package/esm2015/atoms/form/error-message/error-message.component.js +0 -12
- package/esm2015/atoms/form/error-message/error-message.module.js +0 -15
- package/esm2015/atoms/form/form-field/form-field/form-field.component.js +0 -100
- package/esm2015/atoms/form/form-field/form-field.module.js +0 -24
- package/esm2015/atoms/form/input/input.component.js +0 -56
- package/esm2015/atoms/form/input/input.module.js +0 -19
- package/esm2015/atoms/form/quantity-field/quantity-field.component.js +0 -120
- package/esm2015/atoms/form/quantity-field/quantity-field.module.js +0 -31
- package/esm2015/atoms/form/quantity-field/quantity-input/quantity-input.component.js +0 -100
- package/esm2015/atoms/form/quantity-field/quantity-select/quantity-select.component.js +0 -80
- package/esm2015/atoms/form/radio/cva/radio-cva.directive.js +0 -84
- package/esm2015/atoms/form/radio/radio.component.js +0 -122
- package/esm2015/atoms/form/radio/radio.module.js +0 -25
- package/esm2015/atoms/form/radio/registry/radio-registry.js +0 -52
- package/esm2015/atoms/form/radio-set/radio-set.component.js +0 -24
- package/esm2015/atoms/form/select/select/select.component.js +0 -60
- package/esm2015/atoms/form/select/select.module.js +0 -19
- package/esm2015/atoms/image/image.component.js +0 -109
- package/esm2015/atoms/image/image.module.js +0 -22
- package/esm2015/atoms/loading-icon/loading-icon.component.js +0 -59
- package/esm2015/atoms/loading-icon/loading-icon.module.js +0 -19
- package/esm2015/atoms/progress-indicator/progress-indicator.component.js +0 -87
- package/esm2015/atoms/progress-indicator/progress-indicator.module.js +0 -15
- package/esm2015/button/examples/basic-button/basic-button.component.js +0 -23
- package/esm2015/button/examples/basic-button/basic-button.module.js +0 -21
- package/esm2015/button/examples/daffodil-design-button-examples.js +0 -12
- package/esm2015/button/examples/icon-button/icon-button.component.js +0 -22
- package/esm2015/button/examples/icon-button/icon-button.module.js +0 -21
- package/esm2015/button/examples/public_api.js +0 -24
- package/esm2015/button/examples/raised-button/raised-button.component.js +0 -23
- package/esm2015/button/examples/raised-button/raised-button.module.js +0 -21
- package/esm2015/button/examples/sizeable-button/sizeable-button.component.js +0 -21
- package/esm2015/button/examples/sizeable-button/sizeable-button.module.js +0 -21
- package/esm2015/button/examples/statusable-button/statusable-button.component.js +0 -27
- package/esm2015/button/examples/statusable-button/statusable-button.module.js +0 -21
- package/esm2015/button/examples/stroked-button/stroked-button.component.js +0 -23
- package/esm2015/button/examples/stroked-button/stroked-button.module.js +0 -21
- package/esm2015/button/examples/underline-button/underline-button.component.js +0 -23
- package/esm2015/button/examples/underline-button/underline-button.module.js +0 -21
- package/esm2015/callout/examples/callout-text-alignment/callout-text-alignment.component.js +0 -25
- package/esm2015/callout/examples/callout-text-alignment/callout-text-alignment.module.js +0 -24
- package/esm2015/callout/examples/callout-theming/callout-theming.component.js +0 -29
- package/esm2015/callout/examples/callout-theming/callout-theming.module.js +0 -23
- package/esm2015/callout/examples/callout-with-grid/callout-with-grid.component.js +0 -17
- package/esm2015/callout/examples/callout-with-grid/callout-with-grid.module.js +0 -24
- package/esm2015/callout/examples/compact-callout/compact-callout.component.js +0 -17
- package/esm2015/callout/examples/compact-callout/compact-callout.module.js +0 -22
- package/esm2015/card/examples/basic-card/basic-card.component.js +0 -17
- package/esm2015/card/examples/basic-card/basic-card.module.js +0 -25
- package/esm2015/card/examples/card-orientation/card-orientation.component.js +0 -24
- package/esm2015/card/examples/card-orientation/card-orientation.module.js +0 -27
- package/esm2015/card/examples/card-theming/card-theming.component.js +0 -31
- package/esm2015/card/examples/card-theming/card-theming.module.js +0 -24
- package/esm2015/card/examples/daffodil-design-card-examples.js +0 -11
- package/esm2015/card/examples/linkable-card/linkable-card.component.js +0 -29
- package/esm2015/card/examples/linkable-card/linkable-card.module.js +0 -27
- package/esm2015/card/examples/public_api.js +0 -21
- package/esm2015/card/examples/raised-card/raised-card.component.js +0 -27
- package/esm2015/card/examples/raised-card/raised-card.module.js +0 -25
- package/esm2015/card/examples/stroked-card/stroked-card.component.js +0 -27
- package/esm2015/card/examples/stroked-card/stroked-card.module.js +0 -27
- package/esm2015/checkbox/examples/basic-checkbox/basic-checkbox.component.js +0 -25
- package/esm2015/checkbox/examples/basic-checkbox/basic-checkbox.module.js +0 -23
- package/esm2015/checkbox/examples/checkbox-set/checkbox-set.component.js +0 -27
- package/esm2015/checkbox/examples/checkbox-set/checkbox-set.module.js +0 -23
- package/esm2015/checkbox/examples/daffodil-design-checkbox-examples.js +0 -9
- package/esm2015/container/examples/container-sizes/container-sizes.component.js +0 -23
- package/esm2015/container/examples/container-sizes/container-sizes.module.js +0 -23
- package/esm2015/core/colorable/colorable-mixin.js +0 -43
- package/esm2015/core/prefix-suffix/prefix-suffix.module.js +0 -19
- package/esm2015/core/prefix-suffix/prefix.directive.js +0 -20
- package/esm2015/core/prefix-suffix/prefixable/prefixable.js +0 -24
- package/esm2015/core/prefix-suffix/suffix.directive.js +0 -20
- package/esm2015/core/prefix-suffix/suffixable/suffixable.js +0 -24
- package/esm2015/core/public_api.js +0 -13
- package/esm2015/core/sizeable/sizeable-mixin.js +0 -32
- package/esm2015/core/statusable/statusable-mixin.js +0 -33
- package/esm2015/core/text-alignable/text-alignable-mixin.js +0 -36
- package/esm2015/daffodil-design.js +0 -15
- package/esm2015/hero/examples/compact-hero/compact-hero.component.js +0 -17
- package/esm2015/hero/examples/compact-hero/compact-hero.module.js +0 -26
- package/esm2015/hero/examples/hero-text-alignment/hero-text-alignment.component.js +0 -25
- package/esm2015/hero/examples/hero-text-alignment/hero-text-alignment.module.js +0 -24
- package/esm2015/hero/examples/hero-theming/hero-theming.component.js +0 -20
- package/esm2015/hero/examples/hero-theming/hero-theming.module.js +0 -26
- package/esm2015/hero/examples/hero-with-grid/hero-with-grid.component.js +0 -17
- package/esm2015/hero/examples/hero-with-grid/hero-with-grid.module.js +0 -24
- package/esm2015/list/examples/basic-list/basic-list.component.js +0 -12
- package/esm2015/list/examples/basic-list/basic-list.module.js +0 -21
- package/esm2015/list/examples/daffodil-design-list-examples.js +0 -9
- package/esm2015/list/examples/icon-list/icon-list.component.js +0 -16
- package/esm2015/list/examples/icon-list/icon-list.module.js +0 -23
- package/esm2015/list/examples/list-examples.module.js +0 -24
- package/esm2015/list/examples/multiline-list/multiline-list.component.js +0 -12
- package/esm2015/list/examples/multiline-list/multiline-list.module.js +0 -23
- package/esm2015/list/examples/nav-list/nav-list.component.js +0 -16
- package/esm2015/list/examples/nav-list/nav-list.module.js +0 -23
- package/esm2015/loading-icon/examples/daffodil-design-loading-icon-examples.js +0 -6
- package/esm2015/loading-icon/examples/loading-icon-color/loading-icon-color.component.js +0 -18
- package/esm2015/loading-icon/examples/loading-icon-color/loading-icon-color.module.js +0 -22
- package/esm2015/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.js +0 -12
- package/esm2015/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.js +0 -19
- package/esm2015/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.js +0 -12
- package/esm2015/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.js +0 -21
- package/esm2015/media-gallery/examples/daffodil-design-media-gallery-examples.js +0 -7
- package/esm2015/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.js +0 -12
- package/esm2015/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.js +0 -21
- package/esm2015/media-gallery/examples/public_api.js +0 -4
- package/esm2015/modal/examples/basic-modal/basic-modal.component.js +0 -24
- package/esm2015/modal/examples/basic-modal/basic-modal.module.js +0 -22
- package/esm2015/modal/examples/basic-modal/modal-content.component.js +0 -12
- package/esm2015/modal/examples/daffodil-design-modal-examples.js +0 -8
- package/esm2015/molecules/accordion/accordion/accordion.component.js +0 -33
- package/esm2015/molecules/accordion/accordion-item/accordion-item.component.js +0 -52
- package/esm2015/molecules/accordion/accordion-item-content/accordion-item-content.directive.js +0 -18
- package/esm2015/molecules/accordion/accordion-item-title/accordion-item-title.directive.js +0 -18
- package/esm2015/molecules/accordion/accordion.module.js +0 -35
- package/esm2015/molecules/accordion/nav-accordion-item/nav-accordion-item.component.js +0 -72
- package/esm2015/molecules/accordion/public_api.js +0 -6
- package/esm2015/molecules/article/article/article.component.js +0 -30
- package/esm2015/molecules/article/article-lead/article-lead.directive.js +0 -18
- package/esm2015/molecules/article/article-meta/article-meta.directive.js +0 -18
- package/esm2015/molecules/article/article-title/article-title.directive.js +0 -18
- package/esm2015/molecules/article/article.module.js +0 -28
- package/esm2015/molecules/backdrop/backdrop/backdrop.component.js +0 -46
- package/esm2015/molecules/backdrop/backdrop.module.js +0 -22
- package/esm2015/molecules/button-set/button-set.component.js +0 -22
- package/esm2015/molecules/button-set/button-set.module.js +0 -15
- package/esm2015/molecules/callout/callout/callout.component.js +0 -75
- package/esm2015/molecules/callout/callout-body/callout-body.directive.js +0 -18
- package/esm2015/molecules/callout/callout-icon/callout-icon.directive.js +0 -18
- package/esm2015/molecules/callout/callout-subtitle/callout-subtitle.directive.js +0 -18
- package/esm2015/molecules/callout/callout-tagline/callout-tagline.directive.js +0 -18
- package/esm2015/molecules/callout/callout-title/callout-title.directive.js +0 -18
- package/esm2015/molecules/callout/callout.module.js +0 -34
- package/esm2015/molecules/card/card/card.component.js +0 -118
- package/esm2015/molecules/card/card-actions/card-actions.directive.js +0 -18
- package/esm2015/molecules/card/card-content/card-content.directive.js +0 -18
- package/esm2015/molecules/card/card-icon/card-icon.directive.js +0 -18
- package/esm2015/molecules/card/card-image/card-image.directive.js +0 -18
- package/esm2015/molecules/card/card-tagline/card-tagline.directive.js +0 -18
- package/esm2015/molecules/card/card-title/card-title.directive.js +0 -18
- package/esm2015/molecules/card/card.module.js +0 -37
- package/esm2015/molecules/feature/feature/feature.component.js +0 -46
- package/esm2015/molecules/feature/feature-icon/feature-icon.directive.js +0 -18
- package/esm2015/molecules/feature/feature-subheader/feature-subheader.directive.js +0 -18
- package/esm2015/molecules/feature/feature-subtitle/feature-subtitle.directive.js +0 -18
- package/esm2015/molecules/feature/feature-title/feature-title.directive.js +0 -18
- package/esm2015/molecules/feature/feature.module.js +0 -31
- package/esm2015/molecules/hero/hero/hero.component.js +0 -76
- package/esm2015/molecules/hero/hero-body/hero-body.directive.js +0 -18
- package/esm2015/molecules/hero/hero-icon/hero-icon.directive.js +0 -18
- package/esm2015/molecules/hero/hero-subtitle/hero-subtitle.directive.js +0 -18
- package/esm2015/molecules/hero/hero-tagline/hero-tagline.directive.js +0 -18
- package/esm2015/molecules/hero/hero-title/hero-title.directive.js +0 -18
- package/esm2015/molecules/hero/hero.module.js +0 -34
- package/esm2015/molecules/image-gallery/gallery-image/gallery-image.component.js +0 -21
- package/esm2015/molecules/image-gallery/image-gallery/image-gallery.component.js +0 -16
- package/esm2015/molecules/image-gallery/image-gallery.module.js +0 -24
- package/esm2015/molecules/image-list/image-list.component.js +0 -22
- package/esm2015/molecules/image-list/image-list.module.js +0 -19
- package/esm2015/molecules/link-set/link-set/link-set.component.js +0 -44
- package/esm2015/molecules/link-set/link-set-heading/link-set-heading.directive.js +0 -21
- package/esm2015/molecules/link-set/link-set-item/link-set-item.component.js +0 -22
- package/esm2015/molecules/link-set/link-set-subheading/link-set-subheading.directive.js +0 -21
- package/esm2015/molecules/link-set/link-set.module.js +0 -28
- package/esm2015/molecules/list/list/list.component.js +0 -106
- package/esm2015/molecules/list/list-item/list-item.component.js +0 -46
- package/esm2015/molecules/list/list-subheader/list-subheader.directive.js +0 -21
- package/esm2015/molecules/list/list.module.js +0 -28
- package/esm2015/molecules/media-gallery/media-gallery.component.js +0 -61
- package/esm2015/molecules/media-gallery/media-gallery.module.js +0 -24
- package/esm2015/molecules/media-gallery/media-renderer/media-renderer.component.js +0 -78
- package/esm2015/molecules/media-gallery/registry/media-gallery.registry.js +0 -86
- package/esm2015/molecules/media-gallery/thumbnail/thumbnail.directive.js +0 -79
- package/esm2015/molecules/modal/modal/modal.component.js +0 -73
- package/esm2015/molecules/modal/modal-actions/modal-actions.component.js +0 -12
- package/esm2015/molecules/modal/modal-content/modal-content.component.js +0 -12
- package/esm2015/molecules/modal/modal-header/modal-header.component.js +0 -22
- package/esm2015/molecules/modal/modal-title/modal-title.directive.js +0 -18
- package/esm2015/molecules/modal/modal.module.js +0 -34
- package/esm2015/molecules/modal/service/modal.service.js +0 -73
- package/esm2015/molecules/navbar/navbar.component.js +0 -58
- package/esm2015/molecules/navbar/navbar.module.js +0 -15
- package/esm2015/molecules/paginator/paginator.component.js +0 -161
- package/esm2015/molecules/paginator/paginator.module.js +0 -23
- package/esm2015/molecules/qty-dropdown/qty-dropdown.component.js +0 -110
- package/esm2015/molecules/qty-dropdown/qty-dropdown.module.js +0 -27
- package/esm2015/molecules/sidebar/sidebar/sidebar.component.js +0 -50
- package/esm2015/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.js +0 -117
- package/esm2015/molecules/sidebar/sidebar.module.js +0 -26
- package/esm2015/navbar/examples/basic-navbar/basic-navbar.component.js +0 -13
- package/esm2015/navbar/examples/basic-navbar/basic-navbar.module.js +0 -20
- package/esm2015/navbar/examples/contained-navbar/contained-navbar.component.js +0 -13
- package/esm2015/navbar/examples/contained-navbar/contained-navbar.module.js +0 -20
- package/esm2015/navbar/examples/navbar-theming/navbar-theming.component.js +0 -27
- package/esm2015/navbar/examples/navbar-theming/navbar-theming.module.js +0 -21
- package/esm2015/navbar/examples/raised-navbar/raised-navbar.component.js +0 -13
- package/esm2015/navbar/examples/raised-navbar/raised-navbar.module.js +0 -19
- package/esm2015/quantity-field/examples/basic/basic-quantity-field.component.js +0 -17
- package/esm2015/quantity-field/examples/basic/basic-quantity-field.module.js +0 -24
- package/esm2015/quantity-field/examples/customRange/custom-range-quantity-field.component.js +0 -17
- package/esm2015/quantity-field/examples/customRange/custom-range-quantity-field.module.js +0 -24
- package/esm2015/quantity-field/examples/daffodil-design-quantity-field-examples.js +0 -9
- package/esm2015/quantity-field/examples/disabled/disabled-quantity-field.component.js +0 -17
- package/esm2015/quantity-field/examples/disabled/disabled-quantity-field.module.js +0 -24
- package/esm2015/quantity-field/examples/public_api.js +0 -6
- package/esm2015/quantity-field/examples/selectMax/select-max-quantity-field.component.js +0 -17
- package/esm2015/quantity-field/examples/selectMax/select-max-quantity-field.module.js +0 -24
- package/esm2015/radio/examples/basic-radio/basic-radio.component.js +0 -22
- package/esm2015/radio/examples/basic-radio/basic-radio.module.js +0 -22
- package/esm2015/radio/examples/daffodil-design-radio-examples.js +0 -7
- package/fesm2015/daffodil-design-accordion-examples.js +0 -68
- package/fesm2015/daffodil-design-accordion-examples.js.map +0 -1
- package/fesm2015/daffodil-design-article-examples.js +0 -162
- package/fesm2015/daffodil-design-article-examples.js.map +0 -1
- package/fesm2015/daffodil-design-button-examples.js +0 -288
- package/fesm2015/daffodil-design-button-examples.js.map +0 -1
- package/fesm2015/daffodil-design-callout-examples.js +0 -168
- package/fesm2015/daffodil-design-callout-examples.js.map +0 -1
- package/fesm2015/daffodil-design-card-examples.js +0 -287
- package/fesm2015/daffodil-design-card-examples.js.map +0 -1
- package/fesm2015/daffodil-design-checkbox-examples.js +0 -104
- package/fesm2015/daffodil-design-checkbox-examples.js.map +0 -1
- package/fesm2015/daffodil-design-container-examples.js +0 -54
- package/fesm2015/daffodil-design-container-examples.js.map +0 -1
- package/fesm2015/daffodil-design-hero-examples.js +0 -165
- package/fesm2015/daffodil-design-hero-examples.js.map +0 -1
- package/fesm2015/daffodil-design-list-examples.js +0 -157
- package/fesm2015/daffodil-design-list-examples.js.map +0 -1
- package/fesm2015/daffodil-design-loading-icon-examples.js +0 -76
- package/fesm2015/daffodil-design-loading-icon-examples.js.map +0 -1
- package/fesm2015/daffodil-design-media-gallery-examples.js +0 -72
- package/fesm2015/daffodil-design-media-gallery-examples.js.map +0 -1
- package/fesm2015/daffodil-design-modal-examples.js +0 -63
- package/fesm2015/daffodil-design-modal-examples.js.map +0 -1
- package/fesm2015/daffodil-design-navbar-examples.js +0 -142
- package/fesm2015/daffodil-design-navbar-examples.js.map +0 -1
- package/fesm2015/daffodil-design-quantity-field-examples.js +0 -154
- package/fesm2015/daffodil-design-quantity-field-examples.js.map +0 -1
- package/fesm2015/daffodil-design-radio-examples.js +0 -55
- package/fesm2015/daffodil-design-radio-examples.js.map +0 -1
- package/fesm2015/daffodil-design.js +0 -4776
- package/fesm2015/daffodil-design.js.map +0 -1
- package/hero/examples/daffodil-design-hero-examples.metadata.json +0 -1
- package/list/examples/daffodil-design-list-examples.metadata.json +0 -1
- package/loading-icon/examples/daffodil-design-loading-icon-examples.metadata.json +0 -1
- package/media-gallery/examples/daffodil-design-media-gallery-examples.metadata.json +0 -1
- package/modal/examples/daffodil-design-modal-examples.metadata.json +0 -1
- package/navbar/examples/daffodil-design-navbar-examples.metadata.json +0 -1
- package/quantity-field/examples/daffodil-design-quantity-field-examples.metadata.json +0 -1
- package/radio/examples/daffodil-design-radio-examples.metadata.json +0 -1
@@ -1,16 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/common"),require("@fortawesome/angular-fontawesome"),require("@fortawesome/free-solid-svg-icons"),require("@angular/platform-browser"),require("rxjs"),require("rxjs/operators"),require("@angular/forms"),require("@angular/cdk/coercion"),require("@angular/animations"),require("@angular/cdk/portal"),require("@angular/cdk/overlay"),require("@angular/cdk/a11y")):"function"==typeof define&&define.amd?define("@daffodil/design",["exports","@angular/core","@angular/common","@fortawesome/angular-fontawesome","@fortawesome/free-solid-svg-icons","@angular/platform-browser","rxjs","rxjs/operators","@angular/forms","@angular/cdk/coercion","@angular/animations","@angular/cdk/portal","@angular/cdk/overlay","@angular/cdk/a11y"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).daffodil=e.daffodil||{},e.daffodil.design={}),e.ng.core,e.ng.common,e.angularFontawesome,e.freeSolidSvgIcons,e.ng.platformBrowser,e.rxjs,e.rxjs.operators,e.ng.forms,e.ng.cdk.coercion,e.ng.animations,e.ng.cdk.portal,e.ng.cdk.overlay,e.ng.cdk.a11y)}(this,(function(e,t,n,a,o,r,i,s,f,c,l,d,p,u){"use strict";
|
2
|
-
/*! *****************************************************************************
|
3
|
-
Copyright (c) Microsoft Corporation.
|
4
|
-
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
-
purpose with or without fee is hereby granted.
|
7
|
-
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
10
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
12
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
13
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
14
|
-
PERFORMANCE OF THIS SOFTWARE.
|
15
|
-
***************************************************************************** */var g=function(e,t){return(g=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}g(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}Object.create;function m(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],a=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function y(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var a,o,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(a=r.next()).done;)i.push(a.value)}catch(e){o={error:e}}finally{try{a&&!a.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return i}function b(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(y(arguments[t]));return e}var _;Object.create;function v(e){return function(e){function t(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var a=e.apply(this,b(t))||this;return a._renderer.addClass(a._elementRef.nativeElement,"daff-ae"),a}return h(t,e),t}(e)}function x(e,n){var a=function(e){function t(){for(var t=[],a=0;a<arguments.length;a++)t[a]=arguments[a];var o=e.apply(this,b(t))||this;return o.color=n,o}return h(t,e),Object.defineProperty(t.prototype,"color",{get:function(){return this._color},set:function(e){var t,a=e||n;if(void 0!==a&&(t=a,!Object.values(_).includes(t)))throw new TypeError(a+" is not a valid color for the DaffPalette");a!==this._color&&(this._color&&this._renderer.removeClass(this._elementRef.nativeElement,"daff-"+this._color),a&&this._renderer.addClass(this._elementRef.nativeElement,"daff-"+a),this._color=a)},enumerable:!1,configurable:!0}),t}(e);return a.propDecorators={color:[{type:t.Input}]},a}!function(e){e.PRIMARY="primary",e.SECONDARY="secondary",e.ACCENT="accent",e.TERTIARY="tertiary",e.BLACK="black",e.WHITE="white",e.THEME="theme",e.THEMECONTRAST="theme-contrast"}(_||(_={}));var C=function(){this.class=!0};C.decorators=[{type:t.Directive,args:[{selector:"[daffPrefix]"}]}],C.propDecorators={class:[{type:t.HostBinding,args:["class.daff-prefix"]}]};var D=function(){this.class=!0};D.decorators=[{type:t.Directive,args:[{selector:"[daffSuffix]"}]}],D.propDecorators={class:[{type:t.HostBinding,args:["class.daff-suffix"]}]};var w=function(){};function k(e){var n=function(e){function t(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.apply(this,b(t))||this}return h(t,e),t}(e);return n.decorators=[{type:t.Directive}],n.ctorParameters=function(){return[{type:Array}]},n.propDecorators={_suffix:[{type:t.ContentChild,args:[D,{static:!0}]}]},n}function P(e){var n=function(e){function t(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.apply(this,b(t))||this}return h(t,e),t}(e);return n.decorators=[{type:t.Directive}],n.ctorParameters=function(){return[{type:Array}]},n.propDecorators={_prefix:[{type:t.ContentChild,args:[C,{static:!0}]}]},n}function O(e,n){var a=function(e){function t(){for(var t=[],a=0;a<arguments.length;a++)t[a]=arguments[a];var o=e.apply(this,b(t))||this;return o.size=n,o}return h(t,e),Object.defineProperty(t.prototype,"size",{get:function(){return this._size},set:function(e){var t=e||n;t!==this._size&&(this._size&&this._renderer.removeClass(this._elementRef.nativeElement,"daff-"+this._size),t&&this._renderer.addClass(this._elementRef.nativeElement,"daff-"+t),this._size=t)},enumerable:!1,configurable:!0}),t}(e);return a.propDecorators={size:[{type:t.Input}]},a}w.decorators=[{type:t.NgModule,args:[{imports:[],exports:[C,D],declarations:[C,D]}]}];var I,E,S,M,H=["daff-button","daff-stroked-button","daff-raised-button","daff-icon-button","daff-underline-button"],B=v(P(k(x((I=O((function(e,t){this._elementRef=e,this._renderer=t}),"md"),(S=function(e){function t(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var a=e.apply(this,b(t))||this;return a.status=E,a}return h(t,e),Object.defineProperty(t.prototype,"status",{get:function(){return this._status},set:function(e){var t=e||E;t!==this._status&&(this._status&&this._renderer.removeClass(this._elementRef.nativeElement,"daff-"+this._status),t&&this._renderer.addClass(this._elementRef.nativeElement,"daff-"+t),this._status=t)},enumerable:!1,configurable:!0}),t}(I)).propDecorators={status:[{type:t.Input}]},S)))));!function(e){e.Default="daff-button",e.Stroked="daff-stroked-button",e.Raised="daff-raised-button",e.Icon="daff-icon-button",e.Underline="daff-underline-button"}(M||(M={}));var z=function(e){function t(t,n){var a,o,r=e.call(this,t,n)||this;r.elementRef=t,r.renderer=n;try{for(var i=m(H),s=i.next();!s.done;s=i.next()){var f=s.value;r._hasHostAttributes(f)&&t.nativeElement.classList.add(f)}}catch(e){a={error:e}}finally{try{s&&!s.done&&(o=i.return)&&o.call(i)}finally{if(a)throw a.error}}return r}return h(t,e),t.prototype.ngOnInit=function(){var e,t;try{for(var n=m(H),a=n.next();!a.done;a=n.next()){var o=a.value;this._hasHostAttributes(o)&&(this.buttonType=o)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},Object.defineProperty(t.prototype,"button",{get:function(){return this.buttonType===M.Default||void 0===this.buttonType},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"stroked",{get:function(){return this.buttonType===M.Stroked},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"raised",{get:function(){return this.buttonType===M.Raised},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"icon",{get:function(){return this.buttonType===M.Icon},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"underline",{get:function(){return this.buttonType===M.Underline},enumerable:!1,configurable:!0}),t.prototype._getHostElement=function(){return this.elementRef.nativeElement},t.prototype._hasHostAttributes=function(){for(var e=this,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.some((function(t){return e._getHostElement().hasAttribute(t)}))},t}(B);z.decorators=[{type:t.Component,args:[{selector:"button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]",template:'<ng-container *ngIf="_prefix">\n <ng-content select="[daffPrefix]"></ng-content>\n</ng-container>\n<span><ng-content></ng-content></span>\n<ng-container *ngIf="_suffix">\n <ng-content select="[daffSuffix]"></ng-content>\n</ng-container>',inputs:["color","size","status"],encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,styles:['.daff-button,.daff-raised-button,.daff-stroked-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;position:relative;text-align:center;text-decoration:none;transition:background-color .3s,border-color .3s,box-shadow .3s,color .3s,transform .3s;will-change:background-color,border-color,box-shadow,color;min-width:96px}.daff-button[disabled],.daff-raised-button[disabled],.daff-stroked-button[disabled]{cursor:not-allowed}.daff-button .daff-prefix,.daff-button .daff-suffix,.daff-raised-button .daff-prefix,.daff-raised-button .daff-suffix,.daff-stroked-button .daff-prefix,.daff-stroked-button .daff-suffix{vertical-align:middle}.daff-button .daff-prefix,.daff-raised-button .daff-prefix,.daff-stroked-button .daff-prefix{margin-right:8px}.daff-button .daff-suffix,.daff-raised-button .daff-suffix,.daff-stroked-button .daff-suffix{margin-left:8px}.daff-button.daff-sm,.daff-raised-button.daff-sm,.daff-stroked-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{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{font-size:1.25rem;line-height:3.5rem;height:3.5rem;padding:0 1.5rem}.daff-icon-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;position:relative;text-align:center;text-decoration:none;background:none;border:0;padding:0}.daff-icon-button[disabled]{cursor:not-allowed}.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:2.5rem;height:2.5rem;width:2.5rem}.daff-icon-button.daff-lg{font-size:1.25rem;line-height:3rem;height:3rem;width:3rem}.daff-underline-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;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 .daff-prefix,.daff-underline-button .daff-suffix{vertical-align:middle}.daff-underline-button .daff-prefix{margin-right:8px}.daff-underline-button .daff-suffix{margin-left:8px}.daff-underline-button[disabled]{cursor:not-allowed}.daff-underline-button[disabled]:active:after,.daff-underline-button[disabled]:hover:after{-webkit-animation:none;animation:none}.daff-underline-button:focus{border-radius:4px}.daff-underline-button:after{bottom:0;content:"";height:2px;left:0;opacity:1;position:absolute;width:100%}.daff-underline-button:hover:after{-webkit-animation:none;animation:none}@media (min-width:1024px){.daff-underline-button:hover:after{-webkit-animation:underline-button-hover .7s ease;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}@-webkit-keyframes underline-button-hover{0%{transform:translateX(0)}50%{transform:translateX(100%)}51%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes underline-button-hover{0%{transform:translateX(0)}50%{transform:translateX(100%)}51%{transform:translateX(-100%)}to{transform:translateX(0)}}']}]}],z.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},z.propDecorators={button:[{type:t.HostBinding,args:["class.daff-button"]}],stroked:[{type:t.HostBinding,args:["class.daff-stroked-button"]}],raised:[{type:t.HostBinding,args:["class.daff-raised-button"]}],icon:[{type:t.HostBinding,args:["class.daff-icon-button"]}],underline:[{type:t.HostBinding,args:["class.daff-underline-button"]}]};var R=function(){};R.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,w],declarations:[z],exports:[z,w]}]}];var A=function(){function e(){}return e.prototype.isErrorState=function(e,t){return e.errors&&(e.touched||t)},e}(),j=function(){};j.decorators=[{type:t.Component,args:[{selector:"daff-error-message",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:block;font-size:.875rem;margin-top:5px}"]}]}];var N=function(){};N.decorators=[{type:t.NgModule,args:[{exports:[j],declarations:[j]}]}];var T=function(){},F=function(){function e(){this.faChevronDown=o.faChevronDown,this.class=!0,this.formSubmitted=!1,this.isError=!1,this.isValid=!1}return Object.defineProperty(e.prototype,"isFocused",{get:function(){var e;return null===(e=this._control)||void 0===e?void 0:e.focused},enumerable:!1,configurable:!0}),e.prototype.ngDoCheck=function(){var e;(null===(e=this._control)||void 0===e?void 0:e.ngControl)&&(this.isError=this._control.ngControl.errors&&this._control.ngControl.touched,this.isValid=!this._control.ngControl.errors&&this._control.ngControl.touched)},e.prototype._validateFormControl=function(){if(!this._control)throw new Error("A DaffFormFieldComponent must contain a DaffFormFieldControl")},e.prototype.ngAfterContentInit=function(){this._validateFormControl()},e.prototype.ngAfterContentChecked=function(){this._validateFormControl()},e}();F.decorators=[{type:t.Component,args:[{selector:"daff-form-field",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',encapsulation:t.ViewEncapsulation.None,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}"]}]}],F.propDecorators={class:[{type:t.HostBinding,args:["class.daff-form-field"]}],formSubmitted:[{type:t.Input}],_control:[{type:t.ContentChild,args:[T]}]};var L=function(){};L.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,a.FontAwesomeModule,N],exports:[F,N],declarations:[F]}]}];var V=new t.InjectionToken("DAFF_MEDIA_GALLERY_TOKEN"),q=function(){function e(){this.galleries={}}return e.prototype.add=function(e,t){if(this.galleries[e.name]){var n=this.galleries[e.name].getValue();t&&(n=Object.assign(Object.assign({},n),{thumbnails:b(n.thumbnails.filter((function(e){return e!==t})),[t])})),this.galleries[e.name].next(n)}else this.galleries[e.name]=new i.BehaviorSubject({gallery:e,thumbnails:t?[t]:[]});1===this.galleries[e.name].getValue().thumbnails.length&&t.select()},e.prototype.remove=function(e){!function(e){return!("gallery"in e)}(e)?this.removeThumbnail(e):this.removeGallery(e)},e.prototype.removeThumbnail=function(e){if(this.galleries[e.gallery.name]){var t=this.galleries[e.gallery.name].getValue(),n=t.thumbnails.indexOf(e);-1!==n&&this.galleries[e.gallery.name].next(Object.assign(Object.assign({},t),{thumbnails:b(t.thumbnails.slice(0,n),t.thumbnails.slice(n+1))}))}},e.prototype.removeGallery=function(e){delete this.galleries[e.name]},e.prototype.select=function(e){if(this.galleries[e.gallery.name]){var t=this.galleries[e.gallery.name].getValue(),n=t.thumbnails.indexOf(e);e.selected||-1===n||this.galleries[e.gallery.name].next(Object.assign(Object.assign({},t),{thumbnails:b(t.thumbnails.filter((function(t){return t!==e})).map((function(e){return e.deselect()})),[e.select()])}))}},e}();q.ɵprov=t.ɵɵdefineInjectable({factory:function(){return new q},token:q,providedIn:"root"}),q.decorators=[{type:t.Injectable,args:[{providedIn:"root"}]}];var G=0,U=function(e){function t(t,n,a){var o=e.call(this,t,n)||this;return o.elementRef=t,o.renderer=n,o.registry=a,o.class=!0,o.name=""+G,G++,o}return h(t,e),t.prototype.ngOnInit=function(){this.registry.add(this)},t.prototype.ngOnDestroy=function(){this.registry.remove(this)},t}(v((function(e,t){this._elementRef=e,this._renderer=t})));U.decorators=[{type:t.Component,args:[{selector:"daff-media-gallery",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>',changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:V,useExisting:U}],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;-moz-user-select:none;-ms-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}}.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}@media (min-width:1024px){.daff-media-gallery__selected-thumbnail{order:2}}"]}]}],U.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:q}]},U.propDecorators={class:[{type:t.HostBinding,args:["class.daff-media-gallery"]}],name:[{type:t.Input}]};var Q=function(){function e(e,t,n){this.componentFactoryResolver=e,this.registry=t,this.gallery=n,this._destroy$=new i.Subject}return e.prototype.ngOnInit=function(){var e=this;this.registry.galleries[this.gallery.name].pipe(s.takeUntil(this._destroy$)).subscribe((function(t){e.slot.clear();var n=t.thumbnails.filter((function(e){return e.selected})).shift();if(n){var a=n.component,o=e.componentFactoryResolver.resolveComponentFactory(a.constructor),r=e.slot.createComponent(o);o.inputs.forEach((function(e){r.instance[e.propName]=a[e.propName]})),r.changeDetectorRef.detectChanges()}}))},e.prototype.ngOnDestroy=function(){this._destroy$.next(!0),this._destroy$.unsubscribe()},e}();Q.decorators=[{type:t.Component,args:[{selector:"daff-media-renderer",template:"<ng-template></ng-template>\n",changeDetection:t.ChangeDetectionStrategy.OnPush}]}],Q.ctorParameters=function(){return[{type:t.ComponentFactoryResolver},{type:q},{type:void 0,decorators:[{type:t.Inject,args:[V]}]}]},Q.propDecorators={slot:[{type:t.ViewChild,args:[t.TemplateRef,{static:!0,read:t.ViewContainerRef}]}]};var $=new t.InjectionToken("thumbnailCompatToken"),W=function(){function e(e,n,a,o){this.component=e,this.cd=n,this.registry=a,this.gallery=o,this.class=!0,this.selected=!1,this.becameSelected=new t.EventEmitter}return Object.defineProperty(e.prototype,"selectedClass",{get:function(){return this.selected},enumerable:!1,configurable:!0}),e.prototype.onClick=function(e){this.registry.select(this)},e.prototype.ngOnInit=function(){this.registry.add(this.gallery,this)},e.prototype.ngOnDestroy=function(){this.registry.remove(this)},e.prototype.select=function(){return this.selected=!0,this.becameSelected.emit(),this.cd.markForCheck(),this},e.prototype.deselect=function(){return this.selected=!1,this.cd.markForCheck(),this},e}();W.decorators=[{type:t.Directive,args:[{selector:"[daffThumbnail]"}]}],W.ctorParameters=function(){return[{type:t.Type,decorators:[{type:t.Inject,args:[$]}]},{type:t.ChangeDetectorRef},{type:q},{type:void 0,decorators:[{type:t.Inject,args:[V]}]}]},W.propDecorators={selectedClass:[{type:t.HostBinding,args:["class.daff-thumbnail--selected"]}],class:[{type:t.HostBinding,args:["class.daff-thumbnail"]}],becameSelected:[{type:t.Output}],onClick:[{type:t.HostListener,args:["click",["$event"]]}]};var X=function(){};X.decorators=[{type:t.NgModule,args:[{declarations:[U,W,Q],imports:[n.CommonModule],exports:[W,U]}]}];var Y=function(e,t){if(null===e[t]||void 0===e[t]||""===e[t])throw new Error("DaffImageComponent must have a defined "+t+" attribute.")},Z=function(e,t){var n=t.filter((function(t){try{Y(e,t)}catch(e){return!0}return!1}));if(n.length)throw new Error("DaffImageComponent must have the "+n.join(",")+" attributes defined.")},K=function(){function e(e){this.sanitizer=e,this.load=new t.EventEmitter}return Object.defineProperty(e.prototype,"src",{get:function(){return this._src},set:function(e){this._src=e,Y(this,"src")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"alt",{get:function(){return this._alt},set:function(e){this._alt=e,Y(this,"alt")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,Y(this,"width")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,Y(this,"height")},enumerable:!1,configurable:!0}),e.prototype.ngOnInit=function(){Z(this,["src","alt","width","height"])},Object.defineProperty(e.prototype,"_paddingTop",{get:function(){if(this.height&&this.width)return this.sanitizer.bypassSecurityTrustStyle("calc("+this.height+" / "+this.width+" * 100%)")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"maxWidth",{get:function(){return this.width+"px"},enumerable:!1,configurable:!0}),e}();K.decorators=[{type:t.Component,args:[{selector:"daff-image",template:'<div class="daff-image__wrapper" [style.paddingTop]="_paddingTop">\n\t<img [src]="src" [alt]="alt" (load)="load.emit" loading="lazy"/>\n</div>',changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:$,useExisting:K}],styles:[":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host img{position:absolute;left:0;right:0;top:0;bottom:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}"]}]}],K.ctorParameters=function(){return[{type:r.DomSanitizer}]},K.propDecorators={src:[{type:t.Input}],alt:[{type:t.Input}],width:[{type:t.Input}],height:[{type:t.Input}],load:[{type:t.Output}],maxWidth:[{type:t.HostBinding,args:["style.max-width"]}]};var J=function(){};J.decorators=[{type:t.NgModule,args:[{declarations:[K],imports:[n.CommonModule],exports:[K],entryComponents:[K]}]}];var ee=function(){function e(e,t){this.ngControl=e,this._elementRef=t,this.focused=!1}return e.prototype.focus=function(){this.focused=!0},e.prototype.blur=function(){this.focused=!1},e.prototype.onFocus=function(){this._elementRef.nativeElement.focus()},e}();ee.decorators=[{type:t.Component,args:[{selector:"input[daff-input]",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:T,useExisting:ee}],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}"]}]}],ee.ctorParameters=function(){return[{type:f.NgControl,decorators:[{type:t.Optional},{type:t.Self}]},{type:t.ElementRef}]},ee.propDecorators={formSubmitted:[{type:t.Input}],focus:[{type:t.HostListener,args:["focus"]}],blur:[{type:t.HostListener,args:["blur"]}]};var te=function(){};te.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],exports:[ee],declarations:[ee]}]}];var ne=function(){function e(e,t){this.ngControl=e,this._elementRef=t,this.controlType="native-select",this.class=!0,this.focused=!1}return e.prototype.focus=function(){this.focused=!0},e.prototype.blur=function(){this.focused=!1},e.prototype.onFocus=function(){this._elementRef.nativeElement.focus()},e}();ne.decorators=[{type:t.Component,args:[{selector:"select[daff-native-select]",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:T,useExisting:ne}],styles:[".daff-native-select{-webkit-appearance:none;-moz-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}"]}]}],ne.ctorParameters=function(){return[{type:f.NgControl,decorators:[{type:t.Optional},{type:t.Self}]},{type:t.ElementRef}]},ne.propDecorators={class:[{type:t.HostBinding,args:["class.daff-native-select"]}],formSubmitted:[{type:t.Input}],focus:[{type:t.HostListener,args:["focus"]}],blur:[{type:t.HostListener,args:["blur"]}]};var ae=function(){};ae.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],exports:[ne],declarations:[ne]}]}];var oe=0,re=function(){function e(e){this._cdRef=e,this._checked=!1,this.id="daff-checkbox-"+oe,this.label="",this.becameChecked=new t.EventEmitter,this.becameUnchecked=new t.EventEmitter,this.role="checkbox",oe++}return Object.defineProperty(e.prototype,"checked",{get:function(){return this._checked},set:function(e){this._checked!==e&&(!0===e?(this.nativeCheckbox.nativeElement.checked=!0,this.becameChecked.emit(this._checked)):(this.nativeCheckbox.nativeElement.checked=!1,this.becameUnchecked.emit()),this._checked=e)},enumerable:!1,configurable:!0}),e.prototype._onChange=function(e){e.target.checked?this.select():this.deselect()},Object.defineProperty(e.prototype,"focusClass",{get:function(){return!0===this.focused},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"disabledClass",{get:function(){return!0===this.disabled},enumerable:!1,configurable:!0}),e.prototype.onBlur=function(){this.focused=!1},e.prototype.onFocus=function(){this.focused=!0},e.prototype.select=function(){this.checked=!0,this._cdRef.markForCheck()},e.prototype.deselect=function(){this.checked=!1,this._cdRef.markForCheck()},e}();re.decorators=[{type:t.Component,args:[{selector:"daff-checkbox",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>',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[""]}]}],re.ctorParameters=function(){return[{type:t.ChangeDetectorRef}]},re.propDecorators={nativeCheckbox:[{type:t.ViewChild,args:["inputElement",{static:!0,read:t.ElementRef}]}],name:[{type:t.Input}],value:[{type:t.Input}],checked:[{type:t.Input}],id:[{type:t.Input}],label:[{type:t.Input,args:["aria-label"]}],labeledBy:[{type:t.Input,args:["aria-labelledby"]}],becameChecked:[{type:t.Output}],becameUnchecked:[{type:t.Output}],role:[{type:t.HostBinding,args:["attr.role"]}],focusClass:[{type:t.HostBinding,args:["class.focused"]}],disabledClass:[{type:t.HostBinding,args:["class.disabled"]}]};var ie=function(){function e(){this.role="group",this.valueList=new t.EventEmitter}return e.prototype.getValues=function(){var e=this.checkboxes.toArray();return this.formArray.value.map((function(t,n){return!0===t&&e[n].value})).filter((function(e){return!1!==e}))},e}();ie.decorators=[{type:t.Component,args:[{selector:"daff-checkbox-set",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[""]}]}],ie.propDecorators={formArray:[{type:t.Input}],name:[{type:t.Input}],role:[{type:t.HostBinding,args:["attr.role"]}],checkboxes:[{type:t.ContentChildren,args:[re]}],valueList:[{type:t.Output}]};var se=function(){function e(e,t){this._control=e,this._checkbox=t,null!=this._control&&(this._control.valueAccessor=this)}return e.prototype.ngOnInit=function(){var e=this;this.writeValue(this._control.value),this._checkbox.becameChecked.subscribe((function(){e._onChange(!0)})),this._checkbox.becameUnchecked.subscribe((function(){e._onChange(!1)}))},e.prototype.writeValue=function(e){!0===(e=!!e)?this.fireSelect():this.fireDeselect()},e.prototype.registerOnChange=function(e){this._onChange=function(t){e(t)}},e.prototype.registerOnTouched=function(e){this._onTouched=e},e.prototype.setDisabledState=function(e){this._checkbox.disabled=e},e.prototype.fireSelect=function(){this._checkbox.select()},e.prototype.fireDeselect=function(){this._checkbox.deselect()},e}();se.decorators=[{type:t.Directive,args:[{selector:"daff-checkbox[ngModel], daff-checkbox[formControl], daff-checkbox[formControlName]"}]}],se.ctorParameters=function(){return[{type:f.NgControl,decorators:[{type:t.Optional},{type:t.Self}]},{type:re}]},se.propDecorators={value:[{type:t.Input}],name:[{type:t.Input}]};var fe=function(){};fe.decorators=[{type:t.NgModule,args:[{exports:[re,ie,se],declarations:[re,ie,se],imports:[n.CommonModule],providers:[ie]}]}];var ce=function(){function e(e,t){this.ngControl=e,this.changeDetectorRef=t,this.min=1,this.max=10,this._inputControl=new f.FormControl,this.focused=!1,this._destroyed=new i.Subject}return Object.defineProperty(e.prototype,"value",{get:function(){return this.ngControl.control.value},set:function(e){var t=Math.min(Math.round(c.coerceNumberProperty(e)),this.max);this.ngControl.control.patchValue(t),this._inputControl.patchValue(t),this.changeDetectorRef.markForCheck()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this.ngControl.control.disabled},enumerable:!1,configurable:!0}),e.prototype.ngOnInit=function(){var e=this;this._inputControl.patchValue(this.ngControl.control.value),this.setInputDisabled(),this.ngControl.statusChanges.pipe(s.takeUntil(this._destroyed)).subscribe((function(){e.setInputDisabled()}))},e.prototype.ngOnDestroy=function(){this._destroyed.next(!0)},e.prototype.focus=function(){this.focused=!0,this.input.focus()},e.prototype.onFocus=function(){this.focused=!0,this.ngControl.control.markAsTouched()},e.prototype.onBlur=function(){null!==this.value&&void 0!==this.value||(this.value=1,this.changeDetectorRef.markForCheck())},e.prototype.onValueChange=function(e){this.value=e.target.value},e.prototype.setInputDisabled=function(){this.ngControl.disabled?this._inputControl.disable():this._inputControl.enable()},e}();ce.decorators=[{type:t.Component,args:[{selector:"daff-quantity-input",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',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],ce.ctorParameters=function(){return[{type:f.NgControl},{type:t.ChangeDetectorRef}]},ce.propDecorators={input:[{type:t.ViewChild,args:[ee]}],min:[{type:t.Input}],max:[{type:t.Input}]};var le=function(){function e(e,t){this.ngControl=e,this.changeDetectorRef=t,this.min=1,this.max=10,this.extendable=!0,this.increment=1,this._value=1}return Object.defineProperty(e.prototype,"value",{get:function(){return this._value},set:function(e){this._value=e,this.ngControl.control.patchValue(this._value),this.changeDetectorRef.markForCheck()},enumerable:!1,configurable:!0}),e.prototype.onValueChange=function(e){this.value=e.target.value},Object.defineProperty(e.prototype,"focused",{get:function(){return this.select.focused},enumerable:!1,configurable:!0}),e.prototype.focus=function(){this.select.focus()},Object.defineProperty(e.prototype,"valueArray",{get:function(){return e=this.min,t=this.max,n=this.increment,Array(t-e).fill(0).map((function(t,a){return a*n+e}));var e,t,n},enumerable:!1,configurable:!0}),e}();le.decorators=[{type:t.Component,args:[{selector:"daff-quantity-select",template:'<select daff-native-select [formControl]="ngControl.control">\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',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],le.ctorParameters=function(){return[{type:f.NgControl},{type:t.ChangeDetectorRef}]},le.propDecorators={select:[{type:t.ViewChild,args:[ne]}],min:[{type:t.Input}],max:[{type:t.Input}],extendable:[{type:t.Input}]};var de=function(){function e(e,t){this.ngControl=e,this.cd=t,this.min=1,this.max=500,this.selectMax=10,this.focused=!1,this.disabled=!1,this._quantity=1,this._inputHasBeenShown=!1,null!=this.ngControl&&(this.ngControl.valueAccessor=this)}return Object.defineProperty(e.prototype,"quantity",{get:function(){return this._quantity},set:function(e){this._quantity=c.coerceNumberProperty(e,1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"_maxFloor",{get:function(){return Math.min(this.max,this.selectMax)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"controlType",{get:function(){return this.showInputField?"native-input":"native-select"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"showInputField",{get:function(){var e=this._inputHasBeenShown||(this.ngControl?this.ngControl.value>=this.selectMax:this.quantity>=this.selectMax);return e&&(this._inputHasBeenShown=!0),e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"showSelectField",{get:function(){return!this.showInputField},enumerable:!1,configurable:!0}),e.prototype.onChange=function(e){},e.prototype.onTouched=function(e){},e.prototype.writeValue=function(e){this.quantity=e,this.cd.markForCheck()},e.prototype.registerOnChange=function(e){this.onChange=e},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this.disabled=e},e.prototype.focus=function(){this.select&&this.select.focus(),this.input&&this.input.focus(),this.focused=!0},e}();de.decorators=[{type:t.Component,args:[{selector:"daff-quantity-field",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',providers:[{provide:T,useExisting:de}],changeDetection:t.ChangeDetectionStrategy.OnPush}]}],de.ctorParameters=function(){return[{type:f.NgControl,decorators:[{type:t.Optional},{type:t.Self}]},{type:t.ChangeDetectorRef}]},de.propDecorators={input:[{type:t.ViewChild,args:[ce]}],select:[{type:t.ViewChild,args:[le]}],min:[{type:t.Input}],max:[{type:t.Input}],selectMax:[{type:t.Input}]};var pe=function(){};pe.decorators=[{type:t.NgModule,args:[{declarations:[de,ce,le],imports:[n.CommonModule,ae,te,f.ReactiveFormsModule],exports:[de,ce,le]}]}];var ue=function(e){function t(t,n){var a=e.call(this,t,n)||this;return a.elementRef=t,a.renderer=n,a.class=!0,a}return h(t,e),t}(O((function(e,t){this._elementRef=e,this._renderer=t})));ue.decorators=[{type:t.Component,args:[{selector:"daff-container",template:"<ng-content></ng-content>",inputs:["size"],changeDetection:t.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;-moz-column-gap: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}"]}]}],ue.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},ue.propDecorators={class:[{type:t.HostBinding,args:["class.daff-container"]}]};var ge=function(){};ge.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[ue],exports:[ue]}]}];var he=function(e){function t(t,n){var a=e.call(this,t,n)||this;return a.elementRef=t,a.renderer=n,a.diameter=60,a.class=!0,a}return h(t,e),Object.defineProperty(t.prototype,"maxWidth",{get:function(){return this.diameter+"px"},enumerable:!1,configurable:!0}),t}(x((function(e,t){this._elementRef=e,this._renderer=t}),"primary"));he.decorators=[{type:t.Component,args:[{selector:"daff-loading-icon",template:'<svg focusable="false" preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100">\n <circle cx="50%" cy="50%" r="46"></circle>\n</svg>',inputs:["color"],changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:block}circle{-webkit-animation:rotation linear,circle-animation linear;animation:rotation linear,circle-animation linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@-webkit-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 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}}@-webkit-keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0deg)}50.5%{transform:rotate(0deg)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0deg)}50.5%{transform:rotate(0deg)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}"]}]}],he.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},he.propDecorators={diameter:[{type:t.Input}],class:[{type:t.HostBinding,args:["class.daff-loading-icon"]}],maxWidth:[{type:t.HostBinding,args:["style.max-width"]}]};var me=function(){};me.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[he],exports:[he]}]}];var ye={fill:l.trigger("fill",[l.state("*",l.style({width:"{{ percentage }}%"}),{params:{percentage:0}}),l.transition("* <=> *",l.animate(1e3))])},be=function(e){function n(n,a){var o=e.call(this,n,a)||this;return o.elementRef=n,o.renderer=a,o.class=!0,o.percentage=0,o.finished=new t.EventEmitter,o}return h(n,e),n.prototype.onAnimationComplete=function(e){"100"!==e.toState&&100!==e.toState||this.finished.emit()},Object.defineProperty(n.prototype,"fillState",{get:function(){return{value:this.percentage,params:{percentage:this.percentage}}},enumerable:!1,configurable:!0}),n}(x((function(e,t){this._elementRef=e,this._renderer=t}),"primary"));be.decorators=[{type:t.Component,args:[{selector:"daff-progress-indicator",template:'<div class="daff-progress-indicator__fill" [@fill]="fillState" (@fill.done)="onAnimationComplete($event)"></div>',changeDetection:t.ChangeDetectionStrategy.OnPush,inputs:["color"],animations:[ye.fill],styles:[":host{display:flex;height:3px;width:100%}"]}]}],be.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},be.propDecorators={class:[{type:t.HostBinding,args:["class.daff-progress-indicator"]}],percentage:[{type:t.Input}],finished:[{type:t.Output}]};var _e=function(){};_e.decorators=[{type:t.NgModule,args:[{declarations:[be],imports:[n.CommonModule],exports:[be]}]}];var ve=function(){this.role="radiogroup"};ve.decorators=[{type:t.Component,args:[{selector:"daff-radio-set",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[""]}]}],ve.ctorParameters=function(){return[]},ve.propDecorators={name:[{type:t.Input}],role:[{type:t.HostBinding,args:["attr.role"]}]};var xe=0,Ce=function(){function e(e){this.radioset=e,this.role="radio",this._checked=!1,this.selectionChange=new t.EventEmitter,this.id="daff-radio-"+xe,this.name="",this.label=this.name,this.disabled=!1,this.focused=!1,xe++}return Object.defineProperty(e.prototype,"focusClass",{get:function(){return!0===this.focused},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"disabledClass",{get:function(){return!0===this.disabled},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"checked",{get:function(){return this._checked},set:function(e){this._checked!==e&&(this._checked=e,this.selectionChange.emit(this.value))},enumerable:!1,configurable:!0}),e.prototype.ngOnInit=function(){this.name=this.radioset?this.radioset.name:this.name},e.prototype.onFocus=function(){this.focused=!0},e.prototype.onBlur=function(){this.focused=!1},e.prototype.select=function(){this.checked=!0},e.prototype.deselect=function(){this.checked=!1},e.prototype.onChange=function(){this.select()},e}();Ce.decorators=[{type:t.Component,args:[{selector:"daff-radio",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>',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[""]}]}],Ce.ctorParameters=function(){return[{type:ve,decorators:[{type:t.Optional}]}]},Ce.propDecorators={role:[{type:t.HostBinding,args:["attr.role"]}],focusClass:[{type:t.HostBinding,args:["class.focused"]}],disabledClass:[{type:t.HostBinding,args:["class.disabled"]}],selectionChange:[{type:t.Output}],checked:[{type:t.Input}],value:[{type:t.Input}],id:[{type:t.Input}],name:[{type:t.Input}],label:[{type:t.Input,args:["aria-label"]}],labelledby:[{type:t.Input,args:["aria-labelledby"]}]};var De=function(){function e(){this._accessors=[]}return e.prototype.add=function(e,t){this._accessors.push({control:e,accessor:t})},e.prototype.remove=function(e){for(var t=this._accessors.length-1;t>=0;--t)if(this._accessors[t].accessor===e)return void this._accessors.splice(t,1)},e.prototype.select=function(e){var t=this;this._accessors.forEach((function(n){t._isSameGroup(n,e)&&n.accessor!==e&&n.accessor.fireDeselect()}))},e.prototype._isSameGroup=function(e,t){return!!e.control.control&&(e.control.control.parent===t._control.control.parent&&e.accessor.name===t.name)},e}();De.ɵprov=t.ɵɵdefineInjectable({factory:function(){return new De},token:De,providedIn:"root"}),De.decorators=[{type:t.Injectable,args:[{providedIn:"root"}]}];var we=function(){function e(e,t,n){this._control=e,this._registry=t,this._radio=n,null!=this._control&&(this._control.valueAccessor=this)}return e.prototype.ngOnInit=function(){var e=this;this.writeValue(this._control.value),this._registry.add(this._control,this),this._radio.selectionChange.subscribe((function(t){return t?e._onChange():null}))},e.prototype.writeValue=function(e){this.value===e&&this._onChange&&(this._onChange(),this.fireSelect())},e.prototype.registerOnChange=function(e){var t=this;this._onChange=function(){e(t.value),t._registry.select(t)}},e.prototype.registerOnTouched=function(e){this._onTouched=e},e.prototype.setDisabledState=function(e){this._radio.disabled=e},e.prototype.fireSelect=function(){this._radio.select()},e.prototype.fireDeselect=function(){this._radio.deselect()},e}();we.decorators=[{type:t.Directive,args:[{selector:"daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]"}]}],we.ctorParameters=function(){return[{type:f.NgControl,decorators:[{type:t.Optional},{type:t.Self}]},{type:De},{type:Ce}]},we.propDecorators={value:[{type:t.Input}],name:[{type:t.Input}]};var ke=function(){};ke.decorators=[{type:t.NgModule,args:[{exports:[Ce,ve,we],declarations:[we,Ce,ve],imports:[n.CommonModule]}]}];var Pe=function(){this.class=!0};Pe.decorators=[{type:t.Directive,args:[{selector:"[daffAccordionItemContent]"}]}],Pe.propDecorators={class:[{type:t.HostBinding,args:["class.daff-accordion-item__content"]}]};var Oe=function(){this.class=!0};Oe.decorators=[{type:t.Directive,args:[{selector:"[daffAccordionItemTitle]"}]}],Oe.propDecorators={class:[{type:t.HostBinding,args:["class.daff-accordion-item__title"]}]};var Ie={openAccordion:l.trigger("openAccordion",[l.state("open",l.style({visibility:"visible",opacity:"1",height:"*"})),l.state("void",l.style({visibility:"hidden",overflow:"hidden",opacity:"0",height:"0"})),l.transition("void <=> open",l.animate("150ms ease-in"))])},Ee=function(e){return e?"open":"void"},Se=function(){function e(){this.faChevronDown=o.faChevronDown,this.faChevronUp=o.faChevronUp,this.class=!0,this._open=!1}return e.prototype.ngOnInit=function(){this._open=this.initiallyActive?this.initiallyActive:this._open,this._animationState=Ee(this._open)},e.prototype.toggleActive=function(){this._open=!this._open,this._animationState=Ee(this._open)},e}();Se.decorators=[{type:t.Component,args:[{selector:"daff-accordion-item",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>',encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,animations:[Ie.openAccordion],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;-moz-user-select:none;-ms-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}}"]}]}],Se.propDecorators={class:[{type:t.HostBinding,args:["class.daff-accordion-item"]}],initiallyActive:[{type:t.Input}]};var Me=function(e){function t(t,n){var a=e.call(this,t,n)||this;return a.elementRef=t,a.renderer=n,a}return h(t,e),t}(v((function(e,t){this._elementRef=e,this._renderer=t})));Me.decorators=[{type:t.Component,args:[{selector:"daff-accordion",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:block;width:100%}"]}]}],Me.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]};var He=function(){function e(e,t){this.accordion=e,this.navAccordionItemParent=t,this.faChevronDown=o.faChevronDown,this.faChevronUp=o.faChevronUp,this._open=!1,this._level=0}return Object.defineProperty(e.prototype,"classes",{get:function(){return["daff-nav-accordion-item","daff-nav-accordion-item--level-"+this._level]},enumerable:!1,configurable:!0}),e.prototype.ngOnInit=function(){this.navAccordionItemParent&&this.accordion===this.navAccordionItemParent.accordion&&(this._level=this.navAccordionItemParent._level+1),this._open=this.initiallyActive?this.initiallyActive:this._open,this._animationState=Ee(this._open)},e.prototype.toggleActive=function(){this._open=!this._open,this._animationState=Ee(this._open)},e}();He.decorators=[{type:t.Component,args:[{selector:"daff-nav-accordion-item",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',changeDetection:t.ChangeDetectionStrategy.OnPush,animations:[Ie.openAccordion],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;-moz-user-select:none;-ms-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}"]}]}],He.ctorParameters=function(){return[{type:Me},{type:He,decorators:[{type:t.SkipSelf},{type:t.Optional}]}]},He.propDecorators={classes:[{type:t.HostBinding,args:["class"]}],initiallyActive:[{type:t.Input}],_navAccordionItemChild:[{type:t.ContentChildren,args:[He,{descendants:!0}]}]};var Be=function(){};Be.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,a.FontAwesomeModule,w],declarations:[Me,Se,He,Oe,Pe],exports:[Me,Se,He,Oe,Pe]}]}];var ze=function(){this.class=!0,this.role="article"};ze.decorators=[{type:t.Component,args:[{selector:"daff-article",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.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:.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:2rem}.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;margin:0;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:0;padding:1rem 1.5rem}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.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}"]}]}],ze.propDecorators={class:[{type:t.HostBinding,args:["class.daff-article"]}],role:[{type:t.HostBinding,args:["attr.role"]}]};var Re=function(){this.class=!0};Re.decorators=[{type:t.Directive,args:[{selector:"[daffArticleLead]"}]}],Re.propDecorators={class:[{type:t.HostBinding,args:["class.daff-article__lead"]}]};var Ae=function(){this.class=!0};Ae.decorators=[{type:t.Directive,args:[{selector:"[daffArticleMeta]"}]}],Ae.propDecorators={class:[{type:t.HostBinding,args:["class.daff-article__meta"]}]};var je=function(){this.class=!0};je.decorators=[{type:t.Directive,args:[{selector:"[daffArticleTitle]"}]}],je.propDecorators={class:[{type:t.HostBinding,args:["class.daff-article__title"]}]};var Ne=function(){};Ne.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[ze,je,Re,Ae],exports:[ze,je,Re,Ae]}]}];var Te={fadeBackdrop:l.trigger("fadeBackdrop",[l.transition(":enter",[l.style({opacity:0}),l.animate("350ms cubic-bezier(0.0, 0.0, 0.2, 1)",l.style({opacity:1}))]),l.transition(":leave",[l.animate("350ms cubic-bezier(0.4, 0.0, 1, 1)",l.style({opacity:0}))])])},Fe=function(){function e(){this.transparent=!1,this.fullscreen=!1,this.backdropClicked=new t.EventEmitter}return e.prototype.onBackdropClicked=function(){this.backdropClicked.emit()},e}();Fe.decorators=[{type:t.Component,args:[{selector:"daff-backdrop",template:'<div class="daff-backdrop" [class.daff-backdrop--fullscreen]="fullscreen" [class.daff-backdrop--transparent]="transparent"></div>\n',animations:[Te.fadeBackdrop],changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0)}.daff-backdrop{background:rgba(0,0,0,.3);height:100%;width:100%}.daff-backdrop--transparent{background:none}.daff-backdrop:active,.daff-backdrop:focus,.daff-backdrop:visited{outline:0}.daff-backdrop--fullscreen{position:absolute}"]}]}],Fe.propDecorators={transparent:[{type:t.Input}],fullscreen:[{type:t.Input}],backdropClicked:[{type:t.Output}],onBackdropClicked:[{type:t.HostBinding,args:["@fadeBackdrop"]},{type:t.HostListener,args:["click"]}]};var Le=function(){};Le.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[Fe],exports:[Fe],entryComponents:[Fe]}]}];var Ve=function(){this.class=!0};Ve.decorators=[{type:t.Component,args:[{selector:"daff-button-set",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.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}}"]}]}],Ve.propDecorators={class:[{type:t.HostBinding,args:["class.daff-button-set"]}]};var qe=function(){};qe.decorators=[{type:t.NgModule,args:[{declarations:[Ve],exports:[Ve]}]}];var Ge=function(){};Ge.decorators=[{type:t.Component,args:[{selector:"daff-image-gallery",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',encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,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:-webkit-min-content;max-height:-moz-min-content;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}']}]}];var Ue=function(){this.class=!0};Ue.decorators=[{type:t.Component,args:[{selector:"daff-gallery-image",template:'<div class="gallery-image__wrapper">\n <ng-content></ng-content>\n</div>',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],Ue.propDecorators={selected:[{type:t.HostBinding,args:["class.daff-image-gallery__daff-gallery-image--selected"]},{type:t.Input}],class:[{type:t.HostBinding,args:["class.daff-image-gallery__daff-gallery-image"]}]};var Qe=function(){this.class=!0};Qe.decorators=[{type:t.Component,args:[{selector:"daff-image-list",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".daff-image-list{overflow:scroll;white-space:nowrap}.daff-image-list>*{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;margin:0 5px 0 0}@media (min-width:1024px){.daff-image-list>*{display:block;margin:0 0 5px}}.daff-image-list>:last-child{margin:0}::-webkit-scrollbar{height:2px;width:2px}::-webkit-scrollbar-thumb{box-shadow:inset 0 0 3px #b6b6b6;-webkit-box-shadow:inset 0 0 3px #b6b6b6}"]}]}],Qe.propDecorators={class:[{type:t.HostBinding,args:["class.daff-image-list"]}]};var $e=function(){};$e.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[Qe],exports:[Qe]}]}];var We=function(){};We.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,$e],declarations:[Ge,Ue],exports:[Ge,Ue]}]}];var Xe=function(e){function t(t,n){var a=e.call(this,t,n)||this;return a.elementRef=t,a.renderer=n,a.class=!0,a}return h(t,e),t}(v((function(e,t){this._elementRef=e,this._renderer=t})));Xe.decorators=[{type:t.Component,args:[{selector:"daff-link-set",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.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;-moz-user-select:none;-ms-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}"]}]}],Xe.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},Xe.propDecorators={class:[{type:t.HostBinding,args:["class.daff-link-set"]}]};var Ye=function(){this.class=!0};Ye.decorators=[{type:t.Directive,args:[{selector:"[daffLinkSetHeading]"}]}],Ye.propDecorators={class:[{type:t.HostBinding,args:["class.daff-link-set__heading"]}]};var Ze=function(){this.class=!0};Ze.decorators=[{type:t.Component,args:[{selector:"a[daff-link-set-item]",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush}]}],Ze.propDecorators={class:[{type:t.HostBinding,args:["class.daff-link-set__item"]}]};var Ke=function(){this.class=!0};Ke.decorators=[{type:t.Directive,args:[{selector:"[daffLinkSetSubheading]"}]}],Ke.propDecorators={class:[{type:t.HostBinding,args:["class.daff-link-set__subheading"]}]};var Je=function(){};Je.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],exports:[Xe,Ye,Ke,Ze],declarations:[Xe,Ye,Ke,Ze]}]}];var et=function(){function e(e){this.elementRef=e,this.class=!0}return Object.defineProperty(e.prototype,"role",{get:function(){return this._isAnchor()?null:"listitem"},enumerable:!1,configurable:!0}),e.prototype._getHostElement=function(){return this.elementRef.nativeElement},e.prototype._isAnchor=function(){return"a"===this.elementRef.nativeElement.localName},e}();et.decorators=[{type:t.Component,args:[{selector:"daff-list-item,a[daff-list-item]",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>',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],et.ctorParameters=function(){return[{type:t.ElementRef}]},et.propDecorators={class:[{type:t.HostBinding,args:["class.daff-list-item"]}],_prefix:[{type:t.ContentChild,args:[C]}],_suffix:[{type:t.ContentChild,args:[D]}],role:[{type:t.HostBinding,args:["attr.role"]}]};var tt,nt,at=function(){this.class=!0};at.decorators=[{type:t.Directive,args:[{selector:"[daffListSubheader]"}]}],at.propDecorators={class:[{type:t.HostBinding,args:["class.daff-list__subheader"]}]},(tt=e.DaffListModeEnum||(e.DaffListModeEnum={})).Multiline="multi-line",tt.Link="link",tt.Navigation="navigation",function(e){e.Default="daff-list",e.Nav="daff-nav-list"}(nt||(nt={}));var ot=function(t){function n(e,n){var a=t.call(this,e,n)||this;return a.elementRef=e,a.renderer=n,a}return h(n,t),Object.defineProperty(n.prototype,"list",{get:function(){return this.listType===nt.Default},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"multiline",{get:function(){return this.mode===e.DaffListModeEnum.Multiline},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"link",{get:function(){return this.mode===e.DaffListModeEnum.Link},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"navigation",{get:function(){return this.mode===e.DaffListModeEnum.Navigation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"listType",{get:function(){return this._getHostElement().localName},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"nav",{get:function(){return this.listType===nt.Nav},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"role",{get:function(){return this.listType===nt.Nav?"navigation":"list"},enumerable:!1,configurable:!0}),n.prototype._getHostElement=function(){return this.elementRef.nativeElement},n}(v((function(e,t){this._elementRef=e,this._renderer=t})));ot.decorators=[{type:t.Component,args:[{selector:"daff-list,daff-nav-list",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.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 :first-child{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}.daff-list .daff-list-item .daff-prefix{margin-right:24px}.daff-list .daff-list-item .daff-suffix{margin-left:24px}.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--link a:hover,.daff-list--navigation a:hover{color:#474747}.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 :first-child{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),.daff-nav-list{margin:0;padding:0}.daff-nav-list{display:block}.daff-nav-list .daff-list-item{display:flex;padding:12px 16px}.daff-nav-list .daff-list-item__content{flex-grow:1}.daff-nav-list .daff-list-item__content :first-child{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}.daff-nav-list .daff-list-item .daff-prefix{margin-right:24px}.daff-nav-list .daff-list-item .daff-suffix{margin-left:24px}.daff-nav-list .daff-list-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;text-decoration:none}"]}]}],ot.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},ot.propDecorators={mode:[{type:t.Input}],list:[{type:t.HostBinding,args:["class.daff-list"]}],multiline:[{type:t.HostBinding,args:["class.daff-list--multi-line"]}],link:[{type:t.HostBinding,args:["class.daff-list--link"]}],navigation:[{type:t.HostBinding,args:["class.daff-list--navigation"]}],nav:[{type:t.HostBinding,args:["class.daff-nav-list"]}],role:[{type:t.HostBinding,args:["attr.role"]}]};var rt=function(){};rt.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,w],declarations:[ot,at,et],exports:[ot,at,et,w]}]}];var it={fade:l.trigger("fade",[l.state("open",l.style({opacity:1})),l.state("closed",l.style({opacity:0})),l.transition("open <=> closed",l.animate("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])},st=function(){function e(){this.open=!1,this.animationCompleted=new t.EventEmitter,this.closedAnimationCompleted=new t.EventEmitter,this.hide=new t.EventEmitter,this.modalClass=!0}return e.prototype.attachContent=function(e){this._portalOutlet.attachComponentPortal(e)},Object.defineProperty(e.prototype,"fadeState",{get:function(){return this.open?"open":"closed"},enumerable:!1,configurable:!0}),e.prototype.animationDone=function(e){this.animationCompleted.emit(e),"closed"===e.toState&&this.closedAnimationCompleted.emit(e)},e}();st.decorators=[{type:t.Component,args:[{selector:"daff-modal",template:"<ng-template cdkPortalOutlet></ng-template>\n",animations:[it.fade],changeDetection:t.ChangeDetectionStrategy.OnPush,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}}"]}]}],st.propDecorators={open:[{type:t.Input}],_portalOutlet:[{type:t.ViewChild,args:[d.CdkPortalOutlet,{static:!0}]}],modalClass:[{type:t.HostBinding,args:["class.daff-modal"]}],fadeState:[{type:t.HostBinding,args:["@fade"]}],animationDone:[{type:t.HostListener,args:["@fade.done",["$event"]]}]};var ft=function(){};ft.decorators=[{type:t.Component,args:[{selector:"daff-modal-actions",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:block;padding-top:24px}"]}]}];var ct=function(){};ct.decorators=[{type:t.Component,args:[{selector:"daff-modal-content",template:"<ng-content></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:block;margin:0 -24px;max-height:60vh;overflow:auto;padding:0 24px}"]}]}];var lt=function(){this.class=!0};lt.decorators=[{type:t.Component,args:[{selector:"daff-modal-header",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.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}}"]}]}],lt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-modal-header"]}]};var dt=function(){this.class=!0};dt.decorators=[{type:t.Directive,args:[{selector:"[daffModalTitle]"}]}],dt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-modal-title"]}]};var pt=function(){};pt.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,d.PortalModule,p.OverlayModule],exports:[lt,dt,ct,ft],declarations:[st,lt,dt,ct,ft]}]}];var ut=function(){function e(e){this.overlay=e,this._modals=[],this.defaultConfiguration={}}return e.prototype._attachModal=function(e){var t=e.attach(new d.ComponentPortal(st));return t.instance.open=!0,t},e.prototype._attachModalContent=function(e,t){t.instance.attachContent(new d.ComponentPortal(e))},e.prototype._createOverlayRef=function(){return this.overlay.create({hasBackdrop:!0,positionStrategy:(new p.GlobalPositionStrategy).centerHorizontally().centerVertically(),scrollStrategy:this.overlay.scrollStrategies.block()})},e.prototype._removeModal=function(e){if(-1===this._modals.indexOf(e))throw new Error("The Modal that you are trying to remove does not exist.");e.overlay.dispose(),this._modals=this._modals.filter((function(t){return t!==e}))},e.prototype.open=function(e,t){var n=this,a=Object.assign(Object.assign({},this.defaultConfiguration),t),o=this._createOverlayRef(),r=this._attachModal(o),i=(this._attachModalContent(e,r),{modal:r,overlay:o});return this._modals.push(i),o.backdropClick().subscribe((function(){return a.onBackdropClicked?a.onBackdropClicked():n.close(i)})),i},e.prototype.close=function(e){var t=this;e.modal.instance.open=!1,e.overlay.detachBackdrop(),e.modal.instance.closedAnimationCompleted.subscribe((function(n){return t._removeModal(e)}))},e}();function gt(e){return function(e){function t(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var a=e.apply(this,b(t))||this;return a._renderer.addClass(a._elementRef.nativeElement,"daff-manage-container-layout"),a}return h(t,e),t}(e)}ut.ɵprov=t.ɵɵdefineInjectable({factory:function(){return new ut(t.ɵɵinject(p.Overlay))},token:ut,providedIn:pt}),ut.decorators=[{type:t.Injectable,args:[{providedIn:pt}]}],ut.ctorParameters=function(){return[{type:p.Overlay}]};var ht=function(e){function t(t,n){var a=e.call(this,t,n)||this;return a.elementRef=t,a.renderer=n,a.raised=!1,a.hostClass=!0,a}return h(t,e),Object.defineProperty(t.prototype,"raisedClass",{get:function(){return this.raised},enumerable:!1,configurable:!0}),t}(gt(x((function(e,t){this._elementRef=e,this._renderer=t}))));ht.decorators=[{type:t.Component,args:[{selector:"nav[daff-navbar]",template:"<ng-content></ng-content>",inputs:["color"],changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}"]}]}],ht.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},ht.propDecorators={raised:[{type:t.Input}],raisedClass:[{type:t.HostBinding,args:["class.daff-navbar--raised"]}],hostClass:[{type:t.HostBinding,args:["class.daff-navbar"]}]};var mt=function(){};mt.decorators=[{type:t.NgModule,args:[{declarations:[ht],exports:[ht]}]}];var yt=x((function(e,t){this._elementRef=e,this._renderer=t})),bt=function(e){function n(n,a){var r=e.call(this,n,a)||this;r.elementRef=n,r.renderer=a,r.class=!0,r.role="navigation",r.faChevronRight=o.faChevronRight,r.faChevronLeft=o.faChevronLeft,r.notifyPageChange=new t.EventEmitter;var i=n.nativeElement.attributes["aria-label"];return r._paginatorId=i?i.nodeValue:null,r}return h(n,e),n.prototype.ngOnChanges=function(){if(this.numberOfPages<1)throw new Error("The numberOfPages in the daff-paginator must not be less than 1");if(this.numberOfPages<this.currentPage)throw new Error("The numberOfPages in the daff-paginator should not be less than the currentPage");this._numberOfPagesArray=this.numberOfPages<2?[]:Array(this.numberOfPages-2).fill(this.numberOfPages-2).map((function(e,t){return t+2}))},n.prototype._onNotifyPrevPageChange=function(){this.notifyPageChange.emit(this.currentPage-1)},n.prototype._onNotifyNextPageChange=function(){this.notifyPageChange.emit(this.currentPage+1)},n.prototype._onNotifyPageChange=function(e){this.notifyPageChange.emit(e)},n.prototype._isSelected=function(e){return e===this.currentPage},n.prototype._showFirstEllipsis=function(){return this.currentPage>=4},n.prototype._showLastEllipsis=function(){return this.currentPage<this.numberOfPages-2},n.prototype._showNumber=function(e){return Math.abs(this.currentPage-e)<2||this.currentPage<=2&&e<=4||this.currentPage>this.numberOfPages-2&&e>this.numberOfPages-4},n.prototype._disablePrev=function(){return 1===this.currentPage},n.prototype._disableNext=function(){return this.currentPage===this.numberOfPages},n}(yt);bt.decorators=[{type:t.Component,args:[{selector:"daff-paginator",template:'<button type="button" class="daff-paginator__previous"\n [disabled]="_disablePrev()"\n tabindex="0"\n attr.aria-label="Go to Previous Page of {{_paginatorId}} Paginator"\n (click)="_onNotifyPrevPageChange()">\n <fa-icon [icon]="faChevronLeft"></fa-icon> Previous\n</button>\n\n<button type="button" class="daff-paginator__page-link"\n [class.selected]="_isSelected(1)"\n tabindex="0"\n attr.aria-label="Go to Page 1 of {{_paginatorId}} Paginator"\n (click)="_onNotifyPageChange(1)">\n 1\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 {{ pageNumber }}\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 {{ numberOfPages }}\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"></fa-icon>\n</button>\n',inputs:["color"],changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:flex}.daff-paginator__next,.daff-paginator__previous{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:3px;display:flex;line-height:1em;padding:5px 10px}.daff-paginator__previous fa-icon{margin-right:10px}.daff-paginator__next fa-icon{margin-left:10px}.daff-paginator__ellipsis{padding:5px 10px}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;border-radius:3px;display:inline-block;margin:0 5px;padding:5px 10px;transition:background .15s ease}"]}]}],bt.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},bt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-paginator"]}],role:[{type:t.HostBinding,args:["attr.role"]}],numberOfPages:[{type:t.Input}],currentPage:[{type:t.Input}],notifyPageChange:[{type:t.Output}]};var _t=function(){};_t.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,a.FontAwesomeModule,R],declarations:[bt],exports:[bt]}]}];var vt=function(){function e(e){this.renderer=e,this.dropdownRange=9,this.qtyChanged=new t.EventEmitter,this.onChange=function(e){},this.onTouched=function(){}}return e.prototype.ngOnInit=function(){this.dropdownItemCounter=Array.from(Array(this.dropdownRange),(function(e,t){return t})),this.qty||(this.qty=1)},e.prototype.writeValue=function(e){this.qty=e,this.onChange(this.qty)},e.prototype.registerOnChange=function(e){this.onChange=e},e.prototype.registerOnTouched=function(e){this.onTouched=e},e.prototype.setDisabledState=function(e){this.inputHasBeenShown?this.renderer.setProperty(document.getElementById("input_"+this.id),"disabled",e):this.renderer.setProperty(document.getElementById("select_"+this.id),"disabled",e)},Object.defineProperty(e.prototype,"showQtyInputField",{get:function(){return!(!this.isQtyOutsideDropdownRange()&&!this.inputHasBeenShown)&&(this.inputHasBeenShown=!0,!0)},enumerable:!1,configurable:!0}),e.prototype.onChangedWrapper=function(e){10===(e=parseInt(e,10))&&this.selectInput(),this.qtyChanged.emit(e),this.onChange(e)},e.prototype.isQtyOutsideDropdownRange=function(){return this.qty>this.dropdownRange},e.prototype.selectInput=function(){var e=this;setTimeout((function(){document.getElementById("input_"+e.id).select()}))},e}();vt.decorators=[{type:t.Component,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}"]}]}],vt.ctorParameters=function(){return[{type:t.Renderer2}]},vt.propDecorators={qty:[{type:t.Input}],id:[{type:t.Input}],qtyChanged:[{type:t.Output}]};var xt=function(){};xt.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,f.FormsModule,L,ae,te],declarations:[vt],exports:[vt]}]}];var Ct,Dt="cubic-bezier(0.0, 0.0, 0.2, 1)",wt={transformSidebar:l.trigger("transformSidebar",[l.state("open",l.style({transform:"none",visibility:"visible"})),l.transition("open => closed",l.animate("350ms cubic-bezier(0.4, 0.0, 1, 1)")),l.transition("closed => open",l.animate("350ms "+Dt))]),transformContent:l.trigger("transformContent",[l.state("closed",l.style({transform:"none"})),l.transition("open => closed",l.animate("350ms cubic-bezier(0.4, 0.0, 1, 1)")),l.transition("closed => open",l.animate("350ms "+Dt))])};!function(e){e.OPEN="open",e.CLOSED="closed"}(Ct||(Ct={}));var kt=function(e,t){return void 0===t&&(t=!0),t?e&&t?"open":"closed":"open"},Pt=function(e,n){var a=this;this._elementRef=e,this._ngZone=n,this.class=!0,this.escapePressed=new t.EventEmitter,this._ngZone.runOutsideAngular((function(){i.fromEvent(a._elementRef.nativeElement,"keydown").pipe(s.filter((function(e){return"Escape"===e.key}))).subscribe((function(e){return a._ngZone.run((function(){a.escapePressed.emit(),e.stopPropagation()}))}))}))};Pt.decorators=[{type:t.Component,args:[{selector:"daff-sidebar",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:block}.daff-sidebar{display:block;height:100%}"]}]}],Pt.ctorParameters=function(){return[{type:t.ElementRef},{type:t.NgZone}]},Pt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-sidebar"]}],escapePressed:[{type:t.Output}]};var Ot=function(){function e(e){this.ref=e,this._opened=!1,this._mode="side",this.backdropIsVisible=!0,this.backdropClicked=new t.EventEmitter}return Object.defineProperty(e.prototype,"mode",{get:function(){return this._mode},set:function(e){this._mode=e,this._animationState=kt(this.opened,this.animationsEnabled)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opened",{get:function(){return this._opened},set:function(e){this._opened=e,this._animationState=kt(e,this.animationsEnabled)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"animationsEnabled",{get:function(){return"over"===this.mode||"push"===this.mode},enumerable:!1,configurable:!0}),e.prototype.ngOnInit=function(){this._animationState=kt(this.opened,this.animationsEnabled)},e.prototype.ngAfterViewInit=function(){var e=this;this.sidebar&&this.sidebar.escapePressed.subscribe((function(){e.onEscape()}))},e.prototype._backdropClicked=function(){this.backdropClicked.emit()},Object.defineProperty(e.prototype,"hasBackdrop",{get:function(){return"over"===this.mode||"push"===this.mode},enumerable:!1,configurable:!0}),e.prototype.onEscape=function(){this.hasBackdrop&&(this.opened=!1,this.ref.markForCheck())},e}();Ot.decorators=[{type:t.Component,args:[{selector:"daff-sidebar-viewport",template:'<div class="daff-sidebar-viewport {{ mode }}">\n <div class="daff-sidebar-viewport__sidebar" [@transformSidebar]="_animationState" [cdkTrapFocus]="opened && (mode === \'over\' || mode === \'push\')">\n <ng-content select="daff-sidebar" (escapePressed)="onEscape($event)"></ng-content>\n </div>\n\n <daff-backdrop \n class="daff-sidebar-viewport__backdrop" \n *ngIf="hasBackdrop && _opened"\n [transparent]="!backdropIsVisible" \n (backdropClicked)="_backdropClicked()"></daff-backdrop>\n\n <div class="daff-sidebar-viewport__content" [@transformContent]="_animationState">\n <ng-content></ng-content>\n </div>\n</div>',changeDetection:t.ChangeDetectionStrategy.OnPush,animations:[wt.transformSidebar,wt.transformContent],styles:[".daff-sidebar-viewport{display:flex;min-height:100%;position:relative;width:100%;z-index:1}.daff-sidebar-viewport__content{flex:0 1 auto;width:100%;will-change:transform;z-index:2}.daff-sidebar-viewport__sidebar{flex-shrink:0;width:250px;will-change:transform,visibility;z-index:4}.daff-sidebar-viewport__backdrop{cursor:pointer;height:100%;position:absolute;width:100%;z-index:3}.daff-sidebar-viewport.push>.daff-sidebar-viewport__sidebar{bottom:0;height:100%;left:0;position:absolute;top:0;transform:translate3d(-250px,0,0);visibility:hidden}.daff-sidebar-viewport.push>.daff-sidebar-viewport__content{transform:translate3d(250px,0,0)}.daff-sidebar-viewport.over>.daff-sidebar-viewport__sidebar{bottom:0;height:100%;left:0;position:absolute;top:0;transform:translate3d(-250px,0,0);visibility:hidden}"]}]}],Ot.ctorParameters=function(){return[{type:t.ChangeDetectorRef}]},Ot.propDecorators={sidebar:[{type:t.ContentChild,args:[Pt]}],mode:[{type:t.Input}],backdropIsVisible:[{type:t.Input}],opened:[{type:t.Input}],backdropClicked:[{type:t.Output}]};var It=function(){};It.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,Le,u.A11yModule],declarations:[Pt,Ot],exports:[Pt,Ot]}]}];var Et=function(){this.class=!0};Et.decorators=[{type:t.Directive,args:[{selector:"[daffHeroBody]"}]}],Et.propDecorators={class:[{type:t.HostBinding,args:["class.daff-hero__body"]}]};var St=function(){this.class=!0};St.decorators=[{type:t.Directive,args:[{selector:"[daffHeroIcon]"}]}],St.propDecorators={class:[{type:t.HostBinding,args:["class.daff-hero__icon"]}]};var Mt=function(){this.class=!0};Mt.decorators=[{type:t.Directive,args:[{selector:"[daffHeroSubtitle]"}]}],Mt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-hero__subtitle"]}]};var Ht=function(){this.class=!0};Ht.decorators=[{type:t.Directive,args:[{selector:"[daffHeroTagline]"}]}],Ht.propDecorators={class:[{type:t.HostBinding,args:["class.daff-hero__tagline"]}]};var Bt,zt=function(){this.class=!0};function Rt(e,t){return void 0===t&&(t=!1),function(e){function n(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];var o=e.apply(this,b(n))||this;return o.compact=t,o}return h(n,e),Object.defineProperty(n.prototype,"compact",{get:function(){return this._compact},set:function(e){var n=e||t;n!==this._compact&&(n?this._renderer.addClass(this._elementRef.nativeElement,"daff-compact"):this._renderer.removeClass(this._elementRef.nativeElement,"daff-compact"),this._compact=n)},enumerable:!1,configurable:!0}),n}(e)}function At(e,n){var a=function(e){function t(){for(var t=[],a=0;a<arguments.length;a++)t[a]=arguments[a];var o=e.apply(this,b(t))||this;return o.textAlignment=n,o}return h(t,e),Object.defineProperty(t.prototype,"textAlignment",{get:function(){return this._textAlignment},set:function(e){var t=e||n;t!==this._textAlignment&&(this._textAlignment&&this._renderer.removeClass(this._elementRef.nativeElement,"daff-"+this._textAlignment),t&&this._renderer.addClass(this._elementRef.nativeElement,"daff-"+t),this._textAlignment=t)},enumerable:!1,configurable:!0}),t}(e);return a.propDecorators={textAlignment:[{type:t.Input}]},a}zt.decorators=[{type:t.Directive,args:[{selector:"[daffHeroTitle]"}]}],zt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-hero__title"]}]},(e.DaffHeroLayoutEnum||(e.DaffHeroLayoutEnum={})).Centered="centered",(Bt=e.DaffHeroSizeEnum||(e.DaffHeroSizeEnum={})).Compact="compact",Bt.Small="small";var jt=function(t){function n(e,n){var a=t.call(this,e,n)||this;return a.elementRef=e,a.renderer=n,a.class=!0,a}return h(n,t),Object.defineProperty(n.prototype,"centered",{get:function(){return this.layout===e.DaffHeroLayoutEnum.Centered},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"compactClass",{get:function(){return this.size===e.DaffHeroSizeEnum.Compact||!0===this.compact||this.size===e.DaffHeroSizeEnum.Small},enumerable:!1,configurable:!0}),n}(v(gt(x(Rt(At((function(e,t){this._elementRef=e,this._renderer=t}),"left"))))));jt.decorators=[{type:t.Component,args:[{selector:"daff-hero",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,inputs:["color","compact","textAlignment"],changeDetection:t.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{text-transform:uppercase;font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;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--compact,.daff-hero--small{padding:50px 25px}@media (min-width:480px){.daff-hero--compact,.daff-hero--small{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__subtitle,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__subtitle,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__subtitle,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title{margin-left:auto;text-align:right}"]}]}],jt.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},jt.propDecorators={layout:[{type:t.Input}],size:[{type:t.Input}],class:[{type:t.HostBinding,args:["class.daff-hero"]}],centered:[{type:t.HostBinding,args:["class.daff-hero--centered"]}],compactClass:[{type:t.HostBinding,args:["class.daff-hero--compact"]}]};var Nt=function(){};Nt.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[jt,St,Ht,zt,Mt,Et],exports:[jt,St,Ht,zt,Mt,Et]}]}];var Tt=function(){this.class=!0};Tt.decorators=[{type:t.Directive,args:[{selector:"[daffCalloutBody]"}]}],Tt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-callout__body"]}]};var Ft=function(){this.class=!0};Ft.decorators=[{type:t.Directive,args:[{selector:"[daffCalloutIcon]"}]}],Ft.propDecorators={class:[{type:t.HostBinding,args:["class.daff-callout__icon"]}]};var Lt=function(){this.class=!0};Lt.decorators=[{type:t.Directive,args:[{selector:"[daffCalloutSubtitle]"}]}],Lt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-callout__subtitle"]}]};var Vt=function(){this.class=!0};Vt.decorators=[{type:t.Directive,args:[{selector:"[daffCalloutTagline]"}]}],Vt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-callout__tagline"]}]};var qt=function(){this.class=!0};qt.decorators=[{type:t.Directive,args:[{selector:"[daffCalloutTitle]"}]}],qt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-callout__title"]}]},(e.DaffCalloutLayoutEnum||(e.DaffCalloutLayoutEnum={})).Centered="centered",(e.DaffCalloutSizeEnum||(e.DaffCalloutSizeEnum={})).Compact="compact";var Gt=function(t){function n(e,n){var a=t.call(this,e,n)||this;return a.elementRef=e,a.renderer=n,a.class=!0,a}return h(n,t),Object.defineProperty(n.prototype,"centered",{get:function(){return this.layout===e.DaffCalloutLayoutEnum.Centered},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"compactClass",{get:function(){return this.size===e.DaffCalloutSizeEnum.Compact},enumerable:!1,configurable:!0}),n}(v(gt(x(Rt(At((function(e,t){this._elementRef=e,this._renderer=t}),"left"))))));Gt.decorators=[{type:t.Component,args:[{selector:"daff-callout",template:"<ng-content></ng-content>",encapsulation:t.ViewEncapsulation.None,inputs:["color","compact","textAlignment"],changeDetection:t.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{text-transform:uppercase;font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;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__subtitle,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__subtitle,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__subtitle,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title{margin-left:auto;text-align:right}"]}]}],Gt.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},Gt.propDecorators={layout:[{type:t.Input}],size:[{type:t.Input}],class:[{type:t.HostBinding,args:["class.daff-callout"]}],centered:[{type:t.HostBinding,args:["class.daff-callout--centered"]}],compactClass:[{type:t.HostBinding,args:["class.daff-callout--compact"]}]};var Ut=function(){};Ut.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[Gt,Ft,qt,Lt,Vt,Tt],exports:[Gt,Ft,Lt,qt,Vt,Tt]}]}];var Qt=function(){this.class=!0};Qt.decorators=[{type:t.Directive,args:[{selector:"[daffFeatureIcon]"}]}],Qt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-feature__icon"]}]};var $t=function(){this.class=!0};$t.decorators=[{type:t.Directive,args:[{selector:"[daffFeatureSubheader]"}]}],$t.propDecorators={class:[{type:t.HostBinding,args:["class.daff-feature__subheader"]}]};var Wt=function(){this.class=!0};Wt.decorators=[{type:t.Directive,args:[{selector:"[daffFeatureSubtitle]"}]}],Wt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-feature__subtitle"]}]};var Xt,Yt=function(){this.class=!0};Yt.decorators=[{type:t.Directive,args:[{selector:"[daffFeatureTitle]"}]}],Yt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-feature__title"]}]},(Xt=e.DaffFeatureModeEnum||(e.DaffFeatureModeEnum={})).Compact="compact",Xt.Normal="normal";var Zt=function(){function t(){this.class=!0,this.mode=e.DaffFeatureModeEnum.Normal}return Object.defineProperty(t.prototype,"compact",{get:function(){return this.mode===e.DaffFeatureModeEnum.Compact},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"normal",{get:function(){return this.mode===e.DaffFeatureModeEnum.Normal},enumerable:!1,configurable:!0}),t}();Zt.decorators=[{type:t.Component,args:[{selector:"daff-feature",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>',encapsulation:t.ViewEncapsulation.None,changeDetection:t.ChangeDetectionStrategy.OnPush,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}}"]}]}],Zt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-feature"]}],mode:[{type:t.Input}],compact:[{type:t.HostBinding,args:["class.daff-feature--compact"]}],normal:[{type:t.HostBinding,args:["class.daff-feature--normal"]}]};var Kt=function(){};Kt.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[Zt,Yt,Wt,Qt,$t],exports:[Zt,Yt,Wt,Qt,$t]}]}];var Jt=function(){this.class=!0};Jt.decorators=[{type:t.Directive,args:[{selector:"[daffCardActions]"}]}],Jt.propDecorators={class:[{type:t.HostBinding,args:["class.daff-card__actions"]}]};var en=function(){this.class=!0};en.decorators=[{type:t.Directive,args:[{selector:"[daffCardContent]"}]}],en.propDecorators={class:[{type:t.HostBinding,args:["class.daff-card__content"]}]};var tn=function(){this.class=!0};tn.decorators=[{type:t.Directive,args:[{selector:"[daffCardIcon]"}]}],tn.propDecorators={class:[{type:t.HostBinding,args:["class.daff-card__icon"]}]};var nn=function(){this.class=!0};nn.decorators=[{type:t.Directive,args:[{selector:"[daffCardImage]"}]}],nn.propDecorators={class:[{type:t.HostBinding,args:["class.daff-card__image"]}]};var an=function(){this.class=!0};an.decorators=[{type:t.Directive,args:[{selector:"[daffCardTagline]"}]}],an.propDecorators={class:[{type:t.HostBinding,args:["class.daff-card__tagline"]}]};var on,rn,sn=function(){this.class=!0};sn.decorators=[{type:t.Directive,args:[{selector:"[daffCardTitle]"}]}],sn.propDecorators={class:[{type:t.HostBinding,args:["class.daff-card__title"]}]},function(e){e.Raised="daff-raised-card",e.Stroked="daff-stroked-card"}(on||(on={})),(rn=e.DaffCardOrientationEnum||(e.DaffCardOrientationEnum={})).Vertical="vertical",rn.Horizontal="horizontal";var fn=function(t){function n(n,a){var o=t.call(this,n,a)||this;return o.elementRef=n,o.renderer=a,o._orientation=e.DaffCardOrientationEnum.Vertical,o.class=!0,o.cardType=o.initCardType(),o}return h(n,t),Object.defineProperty(n.prototype,"orientation",{get:function(){return this._orientation},set:function(t){this._orientation=null==t||""===t?e.DaffCardOrientationEnum.Vertical:t},enumerable:!1,configurable:!0}),n.prototype.initCardType=function(){var e,t,n=Object.keys(on).map((function(e){return on[e]}));if(n.indexOf(this._getHostElement().localName)>=0)return this._getHostElement().localName;try{for(var a=m(n),o=a.next();!o.done;o=a.next()){var r=o.value;if(this._hasHostAttributes(r))return r}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return null},n.prototype.ngOnInit=function(){this.cardType&&this.elementRef.nativeElement.classList.add(this.cardType)},Object.defineProperty(n.prototype,"verticalClass",{get:function(){return this.orientation===e.DaffCardOrientationEnum.Vertical},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"horizontalClass",{get:function(){return this.orientation===e.DaffCardOrientationEnum.Horizontal},enumerable:!1,configurable:!0}),n.prototype._getHostElement=function(){return this.elementRef.nativeElement},n.prototype._hasHostAttributes=function(){for(var e=this,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t.some((function(t){return e._getHostElement().hasAttribute(t)}))},n}(v(x((function(e,t){this._elementRef=e,this._renderer=t}))));fn.decorators=[{type:t.Component,args:[{selector:"daff-card,daff-raised-card,daff-stroked-card,a[daff-card],a[daff-raised-card],a[daff-stroked-card]",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>',encapsulation:t.ViewEncapsulation.None,inputs:["color"],changeDetection:t.ChangeDetectionStrategy.OnPush,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:calc(8px - 1px);border-top-right-radius:calc(8px - 1px)}.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,.daff-card--horizontal .daff-card__image img{border-top-left-radius:calc(8px - 1px);border-bottom-left-radius:calc(8px - 1px)}.daff-card--horizontal .daff-card__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;height:100%!important;width:100%}.daff-card__icon{display:block;margin:0 0 .5rem}.daff-card__tagline{text-transform:uppercase;font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;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:background-color .3s,box-shadow .3s}"]}]}],fn.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},fn.propDecorators={orientation:[{type:t.Input}],class:[{type:t.HostBinding,args:["class.daff-card"]}],verticalClass:[{type:t.HostBinding,args:["class.daff-card--vertical"]}],horizontalClass:[{type:t.HostBinding,args:["class.daff-card--horizontal"]}]};var cn,ln,dn,pn=function(){};pn.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[fn,tn,nn,an,sn,en,Jt],exports:[fn,tn,nn,an,sn,en,Jt]}]}],(cn=e.DaffBreakpoints||(e.DaffBreakpoints={})).DESKTOP="(min-width: 1920px)",cn.LAPTOP="(min-width: 1440px)",cn.SMALL_LAPTOP="(min-width: 1200px)",cn.BIG_TABLET="(min-width: 1024px)",cn.TABLET="(min-width: 768px)",cn.MOBILE="(min-width: 480px)",(ln=e.DaffStatusEnum||(e.DaffStatusEnum={})).Warn="warn",ln.Danger="danger",ln.Success="success",(dn=e.DaffTextAlignmentEnum||(e.DaffTextAlignmentEnum={})).Left="left",dn.Center="center",dn.Right="right",e.DaffAccordionComponent=Me,e.DaffAccordionItemComponent=Se,e.DaffAccordionItemContentDirective=Pe,e.DaffAccordionItemTitleDirective=Oe,e.DaffAccordionModule=Be,e.DaffArticleComponent=ze,e.DaffArticleLeadDirective=Re,e.DaffArticleMetaDirective=Ae,e.DaffArticleModule=Ne,e.DaffArticleTitleDirective=je,e.DaffBackdropComponent=Fe,e.DaffBackdropModule=Le,e.DaffButtonComponent=z,e.DaffButtonModule=R,e.DaffButtonSetComponent=Ve,e.DaffButtonSetModule=qe,e.DaffCalloutBodyDirective=Tt,e.DaffCalloutComponent=Gt,e.DaffCalloutIconDirective=Ft,e.DaffCalloutModule=Ut,e.DaffCalloutSubtitleDirective=Lt,e.DaffCalloutTaglineDirective=Vt,e.DaffCalloutTitleDirective=qt,e.DaffCardActionsDirective=Jt,e.DaffCardComponent=fn,e.DaffCardContentDirective=en,e.DaffCardIconDirective=tn,e.DaffCardImageDirective=nn,e.DaffCardModule=pn,e.DaffCardTaglineDirective=an,e.DaffCardTitleDirective=sn,e.DaffCheckboxComponent=re,e.DaffCheckboxControlValueAccessorDirective=se,e.DaffCheckboxModule=fe,e.DaffCheckboxSetComponent=ie,e.DaffContainerComponent=ue,e.DaffContainerModule=ge,e.DaffErrorMessageComponent=j,e.DaffErrorMessageModule=N,e.DaffErrorStateMatcher=A,e.DaffFeatureComponent=Zt,e.DaffFeatureIconDirective=Qt,e.DaffFeatureModule=Kt,e.DaffFeatureSubheaderDirective=$t,e.DaffFeatureSubtitleDirective=Wt,e.DaffFeatureTitleDirective=Yt,e.DaffFormFieldComponent=F,e.DaffFormFieldControl=T,e.DaffFormFieldModule=L,e.DaffGalleryImageComponent=Ue,e.DaffHeroBodyDirective=Et,e.DaffHeroComponent=jt,e.DaffHeroIconDirective=St,e.DaffHeroModule=Nt,e.DaffHeroSubtitleDirective=Mt,e.DaffHeroTaglineDirective=Ht,e.DaffHeroTitleDirective=zt,e.DaffImageComponent=K,e.DaffImageGalleryComponent=Ge,e.DaffImageGalleryModule=We,e.DaffImageListComponent=Qe,e.DaffImageListModule=$e,e.DaffImageModule=J,e.DaffInputComponent=ee,e.DaffInputModule=te,e.DaffLinkSetComponent=Xe,e.DaffLinkSetHeadingDirective=Ye,e.DaffLinkSetItemComponent=Ze,e.DaffLinkSetModule=Je,e.DaffLinkSetSubheadingDirective=Ke,e.DaffListComponent=ot,e.DaffListItemComponent=et,e.DaffListModule=rt,e.DaffListSubheaderDirective=at,e.DaffLoadingIconComponent=he,e.DaffLoadingIconModule=me,e.DaffMediaGalleryComponent=U,e.DaffMediaGalleryModule=X,e.DaffModalActionsComponent=ft,e.DaffModalComponent=st,e.DaffModalContentComponent=ct,e.DaffModalHeaderComponent=lt,e.DaffModalModule=pt,e.DaffModalService=ut,e.DaffModalTitleDirective=dt,e.DaffNativeSelectComponent=ne,e.DaffNativeSelectModule=ae,e.DaffNavbarComponent=ht,e.DaffNavbarModule=mt,e.DaffPaginatorComponent=bt,e.DaffPaginatorModule=_t,e.DaffPrefixDirective=C,e.DaffPrefixSuffixModule=w,e.DaffProgressIndicatorComponent=be,e.DaffProgressIndicatorModule=_e,e.DaffQtyDropdownComponent=vt,e.DaffQtyDropdownModule=xt,e.DaffQuantityFieldComponent=de,e.DaffQuantityFieldModule=pe,e.DaffQuantityInputComponent=ce,e.DaffQuantitySelectComponent=le,e.DaffRadioComponent=Ce,e.DaffRadioControlValueAccessorDirective=we,e.DaffRadioModule=ke,e.DaffRadioSetComponent=ve,e.DaffSidebarComponent=Pt,e.DaffSidebarModule=It,e.DaffSidebarViewportComponent=Ot,e.DaffSuffixDirective=D,e.DaffThumbnailDirective=W,e.daffArticleEncapsulatedMixin=v,e.daffCompactableMixin=Rt,e.daffManageContainerLayoutMixin=gt,e.daffPrefixableMixin=P,e.daffSuffixableMixin=k,e.daffThumbnailCompatToken=$,e.ɵa=ye,e.ɵb=De,e.ɵc=Ie,e.ɵd=He,e.ɵe=Te,e.ɵf=V,e.ɵg=q,e.ɵi=Q,e.ɵj=it,e.ɵk=wt,Object.defineProperty(e,"__esModule",{value:!0})}));
|
16
|
-
//# sourceMappingURL=daffodil-design.umd.min.js.map
|