@daffodil/design 0.74.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion/accordion/accordion.component.d.ts +3 -19
- package/article/README.md +19 -13
- package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
- package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
- package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
- package/article/examples/article-headings/article-headings.component.d.ts +1 -1
- package/article/examples/article-hr/article-hr.component.d.ts +1 -1
- package/article/examples/article-link/article-link.component.d.ts +1 -1
- package/article/examples/article-meta/article-meta.component.d.ts +1 -1
- package/article/examples/article-ol/article-ol.component.d.ts +1 -1
- package/article/examples/article-table/article-table.component.d.ts +1 -1
- package/article/examples/article-ul/article-ul.component.d.ts +1 -1
- package/article/examples/public_api.d.ts +0 -1
- package/article/src/article-theme.scss +18 -8
- package/breadcrumb/README.md +52 -0
- package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +7 -0
- package/breadcrumb/breadcrumb-item/breadcrumb-item.directive.d.ts +9 -0
- package/breadcrumb/breadcrumb.d.ts +3 -0
- package/breadcrumb/breadcrumb.module.d.ts +9 -0
- package/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.d.ts +5 -0
- package/breadcrumb/examples/index.d.ts +1 -0
- package/breadcrumb/examples/public_api.d.ts +2 -0
- package/breadcrumb/index.d.ts +1 -0
- package/breadcrumb/public_api.d.ts +4 -0
- package/breadcrumb/src/breadcrumb-theme.scss +13 -0
- package/button/button/button-sizable.directive.d.ts +10 -0
- package/button/button/button.component.d.ts +17 -27
- package/button/examples/basic-button/basic-button.component.d.ts +1 -1
- package/button/examples/flat-button/flat-button.component.d.ts +1 -1
- package/button/examples/icon-button/icon-button.component.d.ts +1 -1
- package/button/examples/public_api.d.ts +0 -8
- package/button/examples/raised-button/raised-button.component.d.ts +1 -1
- package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
- package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
- package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
- package/button/examples/underline-button/underline-button.component.d.ts +1 -1
- package/button/public_api.d.ts +1 -0
- package/callout/callout/callout.component.d.ts +6 -38
- package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +1 -1
- package/callout/examples/callout-theming/callout-theming.component.d.ts +1 -1
- package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
- package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
- package/callout/examples/public_api.d.ts +0 -4
- package/card/card/card.component.d.ts +3 -21
- package/card/examples/basic-card/basic-card.component.d.ts +1 -1
- package/card/examples/card-orientation/card-orientation.component.d.ts +1 -1
- package/card/examples/card-theming/card-theming.component.d.ts +1 -1
- package/card/examples/linkable-card/linkable-card.component.d.ts +1 -1
- package/card/examples/public_api.d.ts +0 -6
- package/card/examples/raised-card/raised-card.component.d.ts +1 -1
- package/card/examples/stroked-card/stroked-card.component.d.ts +1 -1
- package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +1 -1
- package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +1 -1
- package/checkbox/examples/examples.d.ts +0 -2
- package/checkbox/examples/public_api.d.ts +0 -1
- package/container/container/container.component.d.ts +3 -22
- package/container/examples/container-sizes/container-sizes.component.d.ts +1 -1
- package/container/examples/public_api.d.ts +0 -1
- package/core/article-encapsulated/article-encapsulated.directive.d.ts +31 -0
- package/core/article-encapsulated/public_api.d.ts +1 -1
- package/core/breakpoints/noop.service.d.ts +13 -0
- package/core/breakpoints/provider.d.ts +6 -0
- package/core/breakpoints/public_api.d.ts +3 -0
- package/core/colorable/colorable.d.ts +36 -2
- package/core/colorable/colorable.directive.d.ts +82 -0
- package/core/colorable/public_api.d.ts +1 -1
- package/core/compactable/compactable.directive.d.ts +54 -0
- package/core/compactable/public_api.d.ts +1 -1
- package/core/manage-container-layout/manage-container-layout.directive.d.ts +66 -0
- package/core/manage-container-layout/public_api.d.ts +1 -1
- package/core/public_api.d.ts +1 -1
- package/core/sizable/public_api.d.ts +1 -1
- package/core/sizable/sizable.d.ts +4 -2
- package/core/sizable/sizable.directive.d.ts +81 -0
- package/core/skeletonable/public_api.d.ts +1 -1
- package/core/skeletonable/skeletonable.d.ts +0 -1
- package/core/skeletonable/skeletonable.directive.d.ts +50 -0
- package/core/statusable/public_api.d.ts +1 -1
- package/core/statusable/statusable.d.ts +16 -0
- package/core/statusable/statusable.directive.d.ts +65 -0
- package/core/text-alignable/public_api.d.ts +1 -1
- package/core/text-alignable/text-alignable.d.ts +1 -2
- package/core/text-alignable/text-alignable.directive.d.ts +73 -0
- package/esm2022/accordion/accordion/accordion/accordion.component.mjs +11 -23
- package/esm2022/article/article/article.component.mjs +2 -2
- package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +4 -3
- package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +4 -3
- package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +4 -3
- package/esm2022/article/examples/article-headings/article-headings.component.mjs +3 -3
- package/esm2022/article/examples/article-hr/article-hr.component.mjs +4 -3
- package/esm2022/article/examples/article-link/article-link.component.mjs +4 -3
- package/esm2022/article/examples/article-meta/article-meta.component.mjs +4 -3
- package/esm2022/article/examples/article-ol/article-ol.component.mjs +4 -3
- package/esm2022/article/examples/article-table/article-table.component.mjs +4 -3
- package/esm2022/article/examples/article-ul/article-ul.component.mjs +4 -3
- package/esm2022/article/examples/public_api.mjs +1 -2
- package/esm2022/breadcrumb/breadcrumb/breadcrumb.component.mjs +25 -0
- package/esm2022/breadcrumb/breadcrumb-item/breadcrumb-item.directive.mjs +33 -0
- package/esm2022/breadcrumb/breadcrumb.mjs +7 -0
- package/esm2022/breadcrumb/breadcrumb.module.mjs +26 -0
- package/esm2022/breadcrumb/daffodil-design-breadcrumb.mjs +5 -0
- package/esm2022/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.mjs +15 -0
- package/esm2022/breadcrumb/examples/daffodil-design-breadcrumb-examples.mjs +5 -0
- package/esm2022/breadcrumb/examples/index.mjs +2 -0
- package/esm2022/breadcrumb/examples/public_api.mjs +5 -0
- package/esm2022/breadcrumb/index.mjs +2 -0
- package/esm2022/breadcrumb/public_api.mjs +5 -0
- package/esm2022/button/button/button-sizable.directive.mjs +14 -0
- package/esm2022/button/button/button.component.mjs +32 -10
- package/esm2022/button/examples/basic-button/basic-button.component.mjs +10 -4
- package/esm2022/button/examples/flat-button/flat-button.component.mjs +10 -4
- package/esm2022/button/examples/icon-button/icon-button.component.mjs +5 -4
- package/esm2022/button/examples/public_api.mjs +1 -9
- package/esm2022/button/examples/raised-button/raised-button.component.mjs +10 -4
- package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +5 -4
- package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +5 -4
- package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +10 -4
- package/esm2022/button/examples/underline-button/underline-button.component.mjs +10 -4
- package/esm2022/button/public_api.mjs +2 -1
- package/esm2022/callout/callout/callout.component.mjs +28 -22
- package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +20 -10
- package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +17 -9
- package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +12 -4
- package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +12 -4
- package/esm2022/callout/examples/public_api.mjs +1 -5
- package/esm2022/card/card/card.component.mjs +12 -16
- package/esm2022/card/examples/basic-card/basic-card.component.mjs +12 -4
- package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +20 -10
- package/esm2022/card/examples/card-theming/card-theming.component.mjs +11 -6
- package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +15 -8
- package/esm2022/card/examples/public_api.mjs +1 -7
- package/esm2022/card/examples/raised-card/raised-card.component.mjs +15 -8
- package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +15 -8
- package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +12 -6
- package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +12 -7
- package/esm2022/checkbox/examples/examples.mjs +1 -7
- package/esm2022/checkbox/examples/public_api.mjs +1 -2
- package/esm2022/container/container/container.component.mjs +15 -22
- package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +11 -6
- package/esm2022/container/examples/public_api.mjs +1 -2
- package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +45 -0
- package/esm2022/core/article-encapsulated/public_api.mjs +2 -2
- package/esm2022/core/breakpoints/noop.service.mjs +25 -0
- package/esm2022/core/breakpoints/provider.mjs +13 -0
- package/esm2022/core/breakpoints/public_api.mjs +4 -0
- package/esm2022/core/colorable/colorable.directive.mjs +104 -0
- package/esm2022/core/colorable/colorable.mjs +37 -2
- package/esm2022/core/colorable/public_api.mjs +2 -2
- package/esm2022/core/compactable/compactable.directive.mjs +70 -0
- package/esm2022/core/compactable/public_api.mjs +2 -2
- package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +80 -0
- package/esm2022/core/manage-container-layout/public_api.mjs +2 -2
- package/esm2022/core/public_api.mjs +2 -2
- package/esm2022/core/sizable/public_api.mjs +2 -2
- package/esm2022/core/sizable/sizable.directive.mjs +96 -0
- package/esm2022/core/sizable/sizable.mjs +2 -3
- package/esm2022/core/skeletonable/public_api.mjs +2 -2
- package/esm2022/core/skeletonable/skeletonable.directive.mjs +66 -0
- package/esm2022/core/skeletonable/skeletonable.mjs +1 -1
- package/esm2022/core/statusable/public_api.mjs +2 -2
- package/esm2022/core/statusable/statusable.directive.mjs +77 -0
- package/esm2022/core/statusable/statusable.mjs +4 -1
- package/esm2022/core/text-alignable/public_api.mjs +2 -2
- package/esm2022/core/text-alignable/text-alignable.directive.mjs +84 -0
- package/esm2022/core/text-alignable/text-alignable.mjs +1 -1
- package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +10 -4
- package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +20 -10
- package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +15 -8
- package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +12 -4
- package/esm2022/hero/examples/public_api.mjs +1 -5
- package/esm2022/hero/hero/hero.component.mjs +28 -22
- package/esm2022/image/examples/basic-image/basic-image.component.mjs +4 -3
- package/esm2022/image/examples/load-image/load-image.component.mjs +6 -5
- package/esm2022/image/examples/public_api.mjs +4 -7
- package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +4 -3
- package/esm2022/image/image/image.component.mjs +14 -23
- package/esm2022/input/examples/basic-input/basic-input.component.mjs +4 -3
- package/esm2022/input/examples/examples.mjs +5 -9
- package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +4 -3
- package/esm2022/input/examples/input-error/input-error.component.mjs +9 -4
- package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +4 -3
- package/esm2022/link-set/link-set/link-set.component.mjs +12 -22
- package/esm2022/list/examples/basic-list/basic-list.component.mjs +4 -3
- package/esm2022/list/examples/icon-list/icon-list.component.mjs +10 -4
- package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +4 -3
- package/esm2022/list/examples/nav-list/nav-list.component.mjs +10 -4
- package/esm2022/list/examples/public_api.mjs +1 -2
- package/esm2022/list/list/list.component.mjs +12 -21
- package/esm2022/loading-icon/examples/examples.mjs +1 -3
- package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +12 -7
- package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +4 -3
- package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +21 -28
- package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +7 -5
- package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +7 -5
- package/esm2022/media-gallery/examples/public_api.mjs +1 -4
- package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +7 -5
- package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +17 -23
- package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +5 -3
- package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +5 -4
- package/esm2022/menu/examples/public_api.mjs +2 -3
- package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +6 -5
- package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +5 -3
- package/esm2022/modal/examples/public_api.mjs +2 -3
- package/esm2022/modal/modal/modal-config.mjs +1 -1
- package/esm2022/modal/modal/modal.component.mjs +42 -6
- package/esm2022/modal/modal-actions/modal-actions.component.mjs +15 -5
- package/esm2022/modal/modal-close/modal-close.directive.mjs +47 -0
- package/esm2022/modal/modal-content/modal-content.component.mjs +15 -5
- package/esm2022/modal/modal-header/modal-header.component.mjs +16 -4
- package/esm2022/modal/modal-title/modal-title.directive.mjs +33 -6
- package/esm2022/modal/modal.module.mjs +18 -5
- package/esm2022/modal/public_api.mjs +2 -1
- package/esm2022/modal/service/modal.service.mjs +6 -2
- package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +5 -3
- package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -5
- package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +15 -8
- package/esm2022/navbar/examples/public_api.mjs +1 -5
- package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +5 -3
- package/esm2022/navbar/navbar/navbar.component.mjs +22 -28
- package/esm2022/notification/examples/default-notification/default-notification.component.mjs +16 -8
- package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +14 -7
- package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +15 -6
- package/esm2022/notification/examples/notification-status/notification-status.component.mjs +19 -9
- package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +14 -8
- package/esm2022/notification/examples/public_api.mjs +6 -11
- package/esm2022/notification/notification/notification.component.mjs +31 -36
- package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +6 -3
- package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +8 -4
- package/esm2022/paginator/examples/public_api.mjs +1 -2
- package/esm2022/paginator/paginator/paginator.component.mjs +1 -1
- package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +4 -3
- package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +4 -3
- package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +5 -4
- package/esm2022/progress-bar/examples/public_api.mjs +4 -7
- package/esm2022/progress-bar/progress-bar.component.mjs +18 -23
- package/esm2022/public_api.mjs +1 -3
- package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +11 -6
- package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +11 -6
- package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +11 -6
- package/esm2022/quantity-field/examples/public_api.mjs +1 -5
- package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +11 -6
- package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +5 -4
- package/esm2022/radio/examples/examples.mjs +1 -5
- package/esm2022/radio/examples/public_api.mjs +1 -2
- package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +4 -3
- package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +15 -8
- package/esm2022/sidebar/examples/public_api.mjs +5 -9
- package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +5 -3
- package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +4 -3
- package/esm2022/sidebar/helper/is-docked-mode.mjs +9 -0
- package/esm2022/sidebar/helper/is-floating-mode.mjs +9 -0
- package/esm2022/sidebar/public_api.mjs +5 -1
- package/esm2022/sidebar/service/registration.type.mjs +2 -0
- package/esm2022/sidebar/service/sidebar.service.mjs +36 -0
- package/esm2022/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +3 -3
- package/esm2022/toast/examples/default-toast/default-toast.component.mjs +4 -3
- package/esm2022/toast/examples/public_api.mjs +5 -9
- package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +22 -5
- package/esm2022/toast/examples/toast-status/toast-status.component.mjs +5 -4
- package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +4 -3
- package/esm2022/toast/toast/toast-template.component.mjs +2 -2
- package/esm2022/toast/toast/toast.component.mjs +16 -22
- package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +6 -5
- package/esm2022/tree/examples/public_api.mjs +1 -2
- package/esm2022/tree/tree/tree.component.mjs +13 -23
- package/esm2022/tree/tree-item/tree-item.directive.mjs +3 -3
- package/fesm2022/daffodil-design-accordion.mjs +9 -21
- package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
- package/fesm2022/daffodil-design-article-examples.mjs +22 -43
- package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-article.mjs +2 -2
- package/fesm2022/daffodil-design-article.mjs.map +1 -1
- package/fesm2022/daffodil-design-breadcrumb-examples.mjs +26 -0
- package/fesm2022/daffodil-design-breadcrumb-examples.mjs.map +1 -0
- package/fesm2022/daffodil-design-breadcrumb.mjs +90 -0
- package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -0
- package/fesm2022/daffodil-design-button-examples.mjs +41 -205
- package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-button.mjs +42 -11
- package/fesm2022/daffodil-design-button.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout-examples.mjs +29 -130
- package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout.mjs +25 -20
- package/fesm2022/daffodil-design-callout.mjs.map +1 -1
- package/fesm2022/daffodil-design-card-examples.mjs +39 -209
- package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-card.mjs +11 -15
- package/fesm2022/daffodil-design-card.mjs.map +1 -1
- package/fesm2022/daffodil-design-checkbox-examples.mjs +14 -64
- package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-container-examples.mjs +9 -32
- package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-container.mjs +13 -20
- package/fesm2022/daffodil-design-container.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero-examples.mjs +27 -136
- package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero.mjs +25 -20
- package/fesm2022/daffodil-design-hero.mjs.map +1 -1
- package/fesm2022/daffodil-design-image-examples.mjs +11 -75
- package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-image.mjs +12 -21
- package/fesm2022/daffodil-design-image.mjs.map +1 -1
- package/fesm2022/daffodil-design-input-examples.mjs +15 -94
- package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-link-set.mjs +10 -20
- package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
- package/fesm2022/daffodil-design-list-examples.mjs +20 -140
- package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-list.mjs +12 -21
- package/fesm2022/daffodil-design-list.mjs.map +1 -1
- package/fesm2022/daffodil-design-loading-icon-examples.mjs +10 -53
- package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-loading-icon.mjs +19 -26
- package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery-examples.mjs +10 -82
- package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery.mjs +14 -20
- package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu-examples.mjs +10 -39
- package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal-examples.mjs +9 -34
- package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal.mjs +172 -23
- package/fesm2022/daffodil-design-modal.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar-examples.mjs +20 -113
- package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar.mjs +20 -26
- package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification-examples.mjs +41 -164
- package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +29 -34
- package/fesm2022/daffodil-design-notification.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator-examples.mjs +12 -28
- package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar-examples.mjs +10 -73
- package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar.mjs +16 -21
- package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
- package/fesm2022/daffodil-design-quantity-field-examples.mjs +25 -126
- package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-radio-examples.mjs +4 -31
- package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar-examples.mjs +22 -130
- package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar.mjs +57 -5
- package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast-examples.mjs +20 -142
- package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast.mjs +15 -21
- package/fesm2022/daffodil-design-toast.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree-examples.mjs +6 -34
- package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree.mjs +13 -23
- package/fesm2022/daffodil-design-tree.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +643 -199
- package/fesm2022/daffodil-design.mjs.map +1 -1
- package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
- package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +1 -1
- package/hero/examples/hero-theming/hero-theming.component.d.ts +1 -1
- package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
- package/hero/examples/public_api.d.ts +0 -4
- package/hero/hero/hero.component.d.ts +6 -38
- package/image/examples/basic-image/basic-image.component.d.ts +1 -1
- package/image/examples/load-image/load-image.component.d.ts +1 -1
- package/image/examples/public_api.d.ts +2 -2
- package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
- package/image/image/image.component.d.ts +5 -22
- package/input/examples/basic-input/basic-input.component.d.ts +1 -1
- package/input/examples/examples.d.ts +2 -2
- package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
- package/input/examples/input-error/input-error.component.d.ts +1 -1
- package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
- package/link-set/link-set/link-set.component.d.ts +3 -22
- package/list/examples/basic-list/basic-list.component.d.ts +1 -1
- package/list/examples/icon-list/icon-list.component.d.ts +1 -1
- package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
- package/list/examples/nav-list/nav-list.component.d.ts +1 -1
- package/list/examples/public_api.d.ts +0 -1
- package/list/list/list.component.d.ts +5 -18
- package/loading-icon/examples/examples.d.ts +0 -2
- package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +1 -1
- package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
- package/loading-icon/loading-icon/loading-icon.component.d.ts +3 -22
- package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
- package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
- package/media-gallery/examples/public_api.d.ts +0 -3
- package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
- package/media-gallery/media-gallery/media-gallery.component.d.ts +5 -25
- package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
- package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
- package/menu/examples/public_api.d.ts +2 -2
- package/modal/README.md +33 -35
- package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
- package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
- package/modal/examples/public_api.d.ts +2 -2
- package/modal/modal/modal-config.d.ts +2 -0
- package/modal/modal/modal.component.d.ts +17 -1
- package/modal/modal-actions/modal-actions.component.d.ts +1 -0
- package/modal/modal-close/modal-close.directive.d.ts +24 -0
- package/modal/modal-content/modal-content.component.d.ts +1 -0
- package/modal/modal-header/modal-header.component.d.ts +6 -1
- package/modal/modal-title/modal-title.directive.d.ts +12 -1
- package/modal/modal.module.d.ts +7 -4
- package/modal/public_api.d.ts +1 -0
- package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
- package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
- package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +1 -1
- package/navbar/examples/public_api.d.ts +0 -4
- package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
- package/navbar/navbar/navbar.component.d.ts +3 -25
- package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
- package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +1 -1
- package/notification/examples/notification-orientations/notification-orientations.component.d.ts +1 -1
- package/notification/examples/notification-status/notification-status.component.d.ts +1 -1
- package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +1 -1
- package/notification/examples/public_api.d.ts +6 -2
- package/notification/notification/notification.component.d.ts +7 -25
- package/notification/src/notification-theme.scss +1 -1
- package/package.json +1 -1
- package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
- package/paginator/examples/link-paginator/link-paginator.component.d.ts +1 -1
- package/paginator/examples/public_api.d.ts +0 -1
- package/progress-bar/examples/progress-bar-default/progress-bar-default.component.d.ts +1 -1
- package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.d.ts +1 -1
- package/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.d.ts +1 -1
- package/progress-bar/examples/public_api.d.ts +2 -2
- package/progress-bar/progress-bar.component.d.ts +7 -22
- package/public_api.d.ts +0 -1
- package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +1 -1
- package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +1 -1
- package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +1 -1
- package/quantity-field/examples/public_api.d.ts +0 -4
- package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +1 -1
- package/radio/examples/basic-radio/basic-radio.component.d.ts +1 -1
- package/radio/examples/examples.d.ts +0 -2
- package/radio/examples/public_api.d.ts +0 -1
- package/scss/state/skeleton/_mixins.scss +1 -1
- package/scss/theme.scss +2 -0
- package/scss/theming/_theme-css-variables.scss +1 -1
- package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
- package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +1 -1
- package/sidebar/examples/public_api.d.ts +2 -2
- package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.d.ts +1 -1
- package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts +1 -1
- package/sidebar/helper/is-docked-mode.d.ts +5 -0
- package/sidebar/helper/is-floating-mode.d.ts +5 -0
- package/sidebar/public_api.d.ts +4 -0
- package/sidebar/service/registration.type.d.ts +11 -0
- package/sidebar/service/sidebar.service.d.ts +25 -0
- package/toast/examples/default-toast/default-toast.component.d.ts +1 -1
- package/toast/examples/public_api.d.ts +5 -2
- package/toast/examples/toast-positions/toast-positions.component.d.ts +1 -1
- package/toast/examples/toast-status/toast-status.component.d.ts +1 -1
- package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.d.ts +1 -1
- package/toast/toast/toast.component.d.ts +7 -25
- package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
- package/tree/examples/public_api.d.ts +0 -1
- package/tree/tree/tree.component.d.ts +5 -19
- package/article/examples/article-examples.module.d.ts +0 -18
- package/button/examples/basic-button/basic-button.module.d.ts +0 -9
- package/button/examples/flat-button/flat-button.module.d.ts +0 -9
- package/button/examples/icon-button/icon-button.module.d.ts +0 -9
- package/button/examples/raised-button/raised-button.module.d.ts +0 -9
- package/button/examples/sizeable-button/sizeable-button.module.d.ts +0 -9
- package/button/examples/statusable-button/statusable-button.module.d.ts +0 -9
- package/button/examples/stroked-button/stroked-button.module.d.ts +0 -9
- package/button/examples/underline-button/underline-button.module.d.ts +0 -9
- package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +0 -13
- package/callout/examples/callout-theming/callout-theming.module.d.ts +0 -12
- package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +0 -13
- package/callout/examples/compact-callout/compact-callout.module.d.ts +0 -12
- package/card/examples/basic-card/basic-card.module.d.ts +0 -12
- package/card/examples/card-orientation/card-orientation.module.d.ts +0 -13
- package/card/examples/card-theming/card-theming.module.d.ts +0 -11
- package/card/examples/linkable-card/linkable-card.module.d.ts +0 -13
- package/card/examples/raised-card/raised-card.module.d.ts +0 -12
- package/card/examples/stroked-card/stroked-card.module.d.ts +0 -13
- package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +0 -10
- package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +0 -10
- package/container/examples/container-sizes/container-sizes.module.d.ts +0 -10
- package/core/article-encapsulated/article-encapsulated-mixin.d.ts +0 -15
- package/core/colorable/color-in-palette.d.ts +0 -1
- package/core/colorable/colorable-enum.d.ts +0 -10
- package/core/colorable/colorable-mixin.d.ts +0 -23
- package/core/compactable/compactable-mixin.d.ts +0 -14
- package/core/manage-container-layout/manage-container-layout-mixin.d.ts +0 -17
- package/core/sizable/sizable-mixin.d.ts +0 -15
- package/core/skeletonable/skeletonable-mixin.d.ts +0 -15
- package/core/statusable/statusable-mixin.d.ts +0 -16
- package/core/text-alignable/text-alignable-mixin.d.ts +0 -19
- package/esm2022/article/examples/article-examples.module.mjs +0 -35
- package/esm2022/button/examples/basic-button/basic-button.module.mjs +0 -28
- package/esm2022/button/examples/flat-button/flat-button.module.mjs +0 -28
- package/esm2022/button/examples/icon-button/icon-button.module.mjs +0 -28
- package/esm2022/button/examples/raised-button/raised-button.module.mjs +0 -28
- package/esm2022/button/examples/sizeable-button/sizeable-button.module.mjs +0 -28
- package/esm2022/button/examples/statusable-button/statusable-button.module.mjs +0 -28
- package/esm2022/button/examples/stroked-button/stroked-button.module.mjs +0 -28
- package/esm2022/button/examples/underline-button/underline-button.module.mjs +0 -28
- package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +0 -41
- package/esm2022/callout/examples/callout-theming/callout-theming.module.mjs +0 -37
- package/esm2022/callout/examples/callout-with-grid/callout-with-grid.module.mjs +0 -41
- package/esm2022/callout/examples/compact-callout/compact-callout.module.mjs +0 -37
- package/esm2022/card/examples/basic-card/basic-card.module.mjs +0 -40
- package/esm2022/card/examples/card-orientation/card-orientation.module.mjs +0 -44
- package/esm2022/card/examples/card-theming/card-theming.module.mjs +0 -36
- package/esm2022/card/examples/linkable-card/linkable-card.module.mjs +0 -44
- package/esm2022/card/examples/raised-card/raised-card.module.mjs +0 -40
- package/esm2022/card/examples/stroked-card/stroked-card.module.mjs +0 -44
- package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +0 -33
- package/esm2022/checkbox/examples/checkbox-set/checkbox-set.module.mjs +0 -33
- package/esm2022/container/examples/container-sizes/container-sizes.module.mjs +0 -32
- package/esm2022/core/article-encapsulated/article-encapsulated-mixin.mjs +0 -12
- package/esm2022/core/colorable/color-in-palette.mjs +0 -5
- package/esm2022/core/colorable/colorable-enum.mjs +0 -12
- package/esm2022/core/colorable/colorable-mixin.mjs +0 -42
- package/esm2022/core/compactable/compactable-mixin.mjs +0 -26
- package/esm2022/core/manage-container-layout/manage-container-layout-mixin.mjs +0 -14
- package/esm2022/core/sizable/sizable-mixin.mjs +0 -31
- package/esm2022/core/skeletonable/skeletonable-mixin.mjs +0 -26
- package/esm2022/core/statusable/statusable-mixin.mjs +0 -32
- package/esm2022/core/text-alignable/text-alignable-mixin.mjs +0 -35
- package/esm2022/examples/examples.mjs +0 -2
- package/esm2022/examples/public_api.mjs +0 -2
- package/esm2022/hero/examples/compact-hero/compact-hero.module.mjs +0 -40
- package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +0 -41
- package/esm2022/hero/examples/hero-theming/hero-theming.module.mjs +0 -40
- package/esm2022/hero/examples/hero-with-grid/hero-with-grid.module.mjs +0 -41
- package/esm2022/image/examples/basic-image/basic-image.module.mjs +0 -24
- package/esm2022/image/examples/load-image/load-image.module.mjs +0 -28
- package/esm2022/image/examples/skeleton-image/skeleton-image.module.mjs +0 -24
- package/esm2022/input/examples/basic-input/basic-input.module.mjs +0 -24
- package/esm2022/input/examples/input-disabled/input-disabled.module.mjs +0 -24
- package/esm2022/input/examples/input-error/input-error.module.mjs +0 -28
- package/esm2022/input/examples/input-with-form-field/input-with-form-field.module.mjs +0 -24
- package/esm2022/list/examples/basic-list/basic-list.module.mjs +0 -28
- package/esm2022/list/examples/icon-list/icon-list.module.mjs +0 -32
- package/esm2022/list/examples/list-examples.module.mjs +0 -33
- package/esm2022/list/examples/multiline-list/multiline-list.module.mjs +0 -32
- package/esm2022/list/examples/nav-list/nav-list.module.mjs +0 -32
- package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +0 -32
- package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +0 -24
- package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +0 -29
- package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +0 -29
- package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +0 -29
- package/esm2022/menu/examples/basic-menu/basic-menu.module.mjs +0 -35
- package/esm2022/modal/examples/basic-modal/basic-modal.module.mjs +0 -31
- package/esm2022/navbar/examples/basic-navbar/basic-navbar.module.mjs +0 -33
- package/esm2022/navbar/examples/contained-navbar/contained-navbar.module.mjs +0 -33
- package/esm2022/navbar/examples/navbar-theming/navbar-theming.module.mjs +0 -33
- package/esm2022/navbar/examples/raised-navbar/raised-navbar.module.mjs +0 -29
- package/esm2022/notification/examples/default-notification/default-notification.module.mjs +0 -36
- package/esm2022/notification/examples/dismissible-notification/dismissible-notification.module.mjs +0 -36
- package/esm2022/notification/examples/notification-orientations/notification-orientations.module.mjs +0 -40
- package/esm2022/notification/examples/notification-status/notification-status.module.mjs +0 -40
- package/esm2022/notification/examples/notification-with-actions/notification-with-actions.module.mjs +0 -36
- package/esm2022/paginator/examples/paginator-examples.module.mjs +0 -27
- package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.module.mjs +0 -24
- package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.mjs +0 -24
- package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.mjs +0 -28
- package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +0 -35
- package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +0 -35
- package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +0 -35
- package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +0 -35
- package/esm2022/radio/examples/basic-radio/basic-radio.module.mjs +0 -29
- package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +0 -32
- package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.mjs +0 -44
- package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.mjs +0 -32
- package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.mjs +0 -28
- package/esm2022/toast/examples/default-toast/default-toast.module.mjs +0 -36
- package/esm2022/toast/examples/toast-positions/toast-positions.module.mjs +0 -57
- package/esm2022/toast/examples/toast-status/toast-status.module.mjs +0 -40
- package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.mjs +0 -32
- package/esm2022/tree/examples/basic-tree/basic-tree.module.mjs +0 -32
- package/examples/examples.d.ts +0 -12
- package/examples/public_api.d.ts +0 -1
- package/hero/examples/compact-hero/compact-hero.module.d.ts +0 -12
- package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +0 -13
- package/hero/examples/hero-theming/hero-theming.module.d.ts +0 -12
- package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +0 -13
- package/image/examples/basic-image/basic-image.module.d.ts +0 -8
- package/image/examples/load-image/load-image.module.d.ts +0 -9
- package/image/examples/skeleton-image/skeleton-image.module.d.ts +0 -8
- package/input/examples/basic-input/basic-input.module.d.ts +0 -8
- package/input/examples/input-disabled/input-disabled.module.d.ts +0 -8
- package/input/examples/input-error/input-error.module.d.ts +0 -9
- package/input/examples/input-with-form-field/input-with-form-field.module.d.ts +0 -8
- package/list/examples/basic-list/basic-list.module.d.ts +0 -9
- package/list/examples/icon-list/icon-list.module.d.ts +0 -10
- package/list/examples/list-examples.module.d.ts +0 -11
- package/list/examples/multiline-list/multiline-list.module.d.ts +0 -10
- package/list/examples/nav-list/nav-list.module.d.ts +0 -10
- package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +0 -10
- package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +0 -8
- package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +0 -9
- package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +0 -9
- package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.d.ts +0 -9
- package/menu/examples/basic-menu/basic-menu.module.d.ts +0 -11
- package/modal/examples/basic-modal/basic-modal.module.d.ts +0 -10
- package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +0 -11
- package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +0 -11
- package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +0 -11
- package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +0 -10
- package/notification/examples/default-notification/default-notification.module.d.ts +0 -11
- package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +0 -11
- package/notification/examples/notification-orientations/notification-orientations.module.d.ts +0 -12
- package/notification/examples/notification-status/notification-status.module.d.ts +0 -12
- package/notification/examples/notification-with-actions/notification-with-actions.module.d.ts +0 -11
- package/paginator/examples/paginator-examples.module.d.ts +0 -10
- package/progress-bar/examples/progress-bar-default/progress-bar-default.module.d.ts +0 -8
- package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.d.ts +0 -8
- package/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.d.ts +0 -9
- package/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.d.ts +0 -10
- package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.d.ts +0 -10
- package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.d.ts +0 -10
- package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.d.ts +0 -10
- package/radio/examples/basic-radio/basic-radio.module.d.ts +0 -9
- package/sidebar/examples/basic-sidebar/basic-sidebar.module.d.ts +0 -10
- package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.d.ts +0 -13
- package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.d.ts +0 -10
- package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.d.ts +0 -9
- package/toast/examples/default-toast/default-toast.module.d.ts +0 -11
- package/toast/examples/toast-positions/toast-positions.module.d.ts +0 -12
- package/toast/examples/toast-status/toast-status.module.d.ts +0 -12
- package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.d.ts +0 -10
- package/tree/examples/basic-tree/basic-tree.module.d.ts +0 -10
@@ -1,15 +1,16 @@
|
|
1
1
|
import * as i2 from '@angular/common';
|
2
|
-
import { CommonModule, DOCUMENT } from '@angular/common';
|
2
|
+
import { CommonModule, isPlatformBrowser, DOCUMENT } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Component, ViewEncapsulation, HostBinding, Input, ContentChild, ChangeDetectionStrategy, NgModule, Optional, Self, HostListener, EventEmitter, ElementRef, ViewChild, Output, Directive, ContentChildren, Injectable, Inject, APP_INITIALIZER } from '@angular/core';
|
4
|
+
import { Component, ViewEncapsulation, HostBinding, Input, ContentChild, ChangeDetectionStrategy, NgModule, Optional, Self, HostListener, EventEmitter, ElementRef, ViewChild, Output, Directive, ContentChildren, Injectable, InjectionToken, inject, PLATFORM_ID, Inject, APP_INITIALIZER } from '@angular/core';
|
5
5
|
import * as i2$1 from '@fortawesome/angular-fontawesome';
|
6
6
|
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
7
7
|
import { faChevronDown } from '@fortawesome/free-solid-svg-icons';
|
8
8
|
import * as i1 from '@angular/forms';
|
9
9
|
import { UntypedFormControl, ReactiveFormsModule } from '@angular/forms';
|
10
10
|
import { coerceNumberProperty } from '@angular/cdk/coercion';
|
11
|
-
import { Subject,
|
11
|
+
import { Subject, of, fromEventPattern, merge, fromEvent, EMPTY, combineLatest } from 'rxjs';
|
12
12
|
import { takeUntil, startWith, map, catchError, filter, shareReplay } from 'rxjs/operators';
|
13
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
13
14
|
import { DaffServerSafePersistenceServiceToken } from '@daffodil/core';
|
14
15
|
|
15
16
|
class DaffErrorStateMatcher {
|
@@ -1415,61 +1416,143 @@ function daffPrefixableMixin(Base) {
|
|
1415
1416
|
return PrefixableDirective;
|
1416
1417
|
}
|
1417
1418
|
|
1419
|
+
/**
|
1420
|
+
* Enumerates the available color palette options for a component.
|
1421
|
+
* These values can be used to apply specific color styles to components within the
|
1422
|
+
* application.
|
1423
|
+
*/
|
1418
1424
|
var DaffPaletteEnum;
|
1419
1425
|
(function (DaffPaletteEnum) {
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
DaffPaletteEnum["
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
DaffPaletteEnum["
|
1426
|
+
/**
|
1427
|
+
* Your primary color.
|
1428
|
+
*/
|
1429
|
+
DaffPaletteEnum["Primary"] = "primary";
|
1430
|
+
/**
|
1431
|
+
* Your secondary color.
|
1432
|
+
*/
|
1433
|
+
DaffPaletteEnum["Secondary"] = "secondary";
|
1434
|
+
/**
|
1435
|
+
* Your tertiary color.
|
1436
|
+
*/
|
1437
|
+
DaffPaletteEnum["Tertiary"] = "tertiary";
|
1438
|
+
/**
|
1439
|
+
* Black. It's dark.
|
1440
|
+
*/
|
1441
|
+
DaffPaletteEnum["Black"] = "black";
|
1442
|
+
/**
|
1443
|
+
* White. It's bright.
|
1444
|
+
*/
|
1445
|
+
DaffPaletteEnum["White"] = "white";
|
1446
|
+
/**
|
1447
|
+
* The default color for your theme.
|
1448
|
+
*/
|
1449
|
+
DaffPaletteEnum["Theme"] = "theme";
|
1450
|
+
/**
|
1451
|
+
* A color that constrats against your defined theme.
|
1452
|
+
*/
|
1453
|
+
DaffPaletteEnum["ThemeContrast"] = "theme-contrast";
|
1428
1454
|
})(DaffPaletteEnum || (DaffPaletteEnum = {}));
|
1429
1455
|
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1456
|
+
const colorInPalette = (color) => Object.values(DaffPaletteEnum).includes(color);
|
1457
|
+
const validateColor = (color) => {
|
1458
|
+
if (color !== undefined && !colorInPalette(color)) {
|
1459
|
+
console.warn(color + ' is not a valid color in DaffPalette');
|
1460
|
+
}
|
1461
|
+
};
|
1434
1462
|
/**
|
1435
|
-
*
|
1436
|
-
*
|
1463
|
+
* `DaffColorableDirective` allows a component to conditionally apply color-specific
|
1464
|
+
* styles by setting CSS classes based on the specified color. This directive is useful
|
1465
|
+
* for applying different color palettes to a component in an Angular application.
|
1466
|
+
*
|
1467
|
+
* ## Usage
|
1468
|
+
*
|
1469
|
+
* ### Implementing it as an attribute directive
|
1470
|
+
*
|
1471
|
+
* ```html
|
1472
|
+
* <div daffColorable [color]="componentColor">Colored content</div>
|
1473
|
+
* ```
|
1474
|
+
*
|
1475
|
+
* ### Implementing it as an Angular host directive
|
1476
|
+
*
|
1477
|
+
* ```ts
|
1478
|
+
* @Component({
|
1479
|
+
* standalone: true,
|
1480
|
+
* selector: 'custom-component',
|
1481
|
+
* template: 'custom-component.html',
|
1482
|
+
* hostDirectives: [
|
1483
|
+
* {
|
1484
|
+
* directive: DaffColorableDirective,
|
1485
|
+
* inputs: ['color'],
|
1486
|
+
* },
|
1487
|
+
* ],
|
1488
|
+
* })
|
1489
|
+
* export class CustomComponent { }
|
1490
|
+
* ```
|
1437
1491
|
*
|
1438
|
-
*
|
1439
|
-
*
|
1492
|
+
* ```scss
|
1493
|
+
* .custom-component {
|
1494
|
+
*
|
1495
|
+
* &.daff-primary {
|
1496
|
+
* background: daff-color($primary, 10);
|
1497
|
+
* color: daff-color($primary, 90);
|
1498
|
+
* }
|
1499
|
+
* }
|
1500
|
+
* ```
|
1501
|
+
*
|
1502
|
+
* ## Styles
|
1503
|
+
*
|
1504
|
+
* The directive applies the following CSS classes based on the color:
|
1505
|
+
*
|
1506
|
+
* - `daff-primary`: Applied when the color is `primary`.
|
1507
|
+
* - `daff-secondary`: Applied when the color is `secondary`.
|
1508
|
+
* - `daff-tertiary`: Applied when the color is `tertiary`.
|
1509
|
+
* - `daff-black`: Applied when the color is `black`.
|
1510
|
+
* - `daff-white`: Applied when the color is `white`.
|
1511
|
+
* - `daff-theme`: Applied when the color is `theme`.
|
1512
|
+
* - `daff-theme-contrast`: Applied when the color is `theme-contrast`.
|
1440
1513
|
*/
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
this._color = incomingColor;
|
1461
|
-
}
|
1514
|
+
class DaffColorableDirective {
|
1515
|
+
/**
|
1516
|
+
* Dynamically sets the CSS classes based on the color.
|
1517
|
+
* @docs-private
|
1518
|
+
*/
|
1519
|
+
get class() {
|
1520
|
+
return {
|
1521
|
+
'daff-primary': this.color === DaffPaletteEnum.Primary,
|
1522
|
+
'daff-secondary': this.color === DaffPaletteEnum.Secondary,
|
1523
|
+
'daff-tertiary': this.color === DaffPaletteEnum.Tertiary,
|
1524
|
+
'daff-black': this.color === DaffPaletteEnum.Black,
|
1525
|
+
'daff-white': this.color === DaffPaletteEnum.White,
|
1526
|
+
'daff-theme': this.color === DaffPaletteEnum.Theme,
|
1527
|
+
'daff-theme-contrast': this.color === DaffPaletteEnum.ThemeContrast,
|
1528
|
+
};
|
1529
|
+
}
|
1530
|
+
ngOnChanges(changes) {
|
1531
|
+
if (!changes.color.currentValue) {
|
1532
|
+
this.color = this.defaultColor;
|
1462
1533
|
}
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1534
|
+
}
|
1535
|
+
ngOnInit() {
|
1536
|
+
validateColor(this.color);
|
1537
|
+
if (!this.color) {
|
1538
|
+
this.color = this.defaultColor;
|
1466
1539
|
}
|
1467
1540
|
}
|
1468
|
-
;
|
1469
|
-
|
1470
|
-
Input()(DaffColorableMixinClass.prototype, 'color');
|
1471
|
-
return DaffColorableMixinClass;
|
1541
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffColorableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1542
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffColorableDirective, isStandalone: true, selector: "[daffColorable]", inputs: { color: "color" }, host: { properties: { "class": "this.class" } }, usesOnChanges: true, ngImport: i0 }); }
|
1472
1543
|
}
|
1544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffColorableDirective, decorators: [{
|
1545
|
+
type: Directive,
|
1546
|
+
args: [{
|
1547
|
+
selector: '[daffColorable]',
|
1548
|
+
standalone: true,
|
1549
|
+
}]
|
1550
|
+
}], propDecorators: { class: [{
|
1551
|
+
type: HostBinding,
|
1552
|
+
args: ['class']
|
1553
|
+
}], color: [{
|
1554
|
+
type: Input
|
1555
|
+
}] } });
|
1473
1556
|
|
1474
1557
|
var DaffBreakpoints;
|
1475
1558
|
(function (DaffBreakpoints) {
|
@@ -1481,12 +1564,46 @@ var DaffBreakpoints;
|
|
1481
1564
|
DaffBreakpoints["MOBILE"] = "(min-width: 480px)";
|
1482
1565
|
})(DaffBreakpoints || (DaffBreakpoints = {}));
|
1483
1566
|
|
1567
|
+
/**
|
1568
|
+
* A stubbed out breakpoint observer service.
|
1569
|
+
*/
|
1570
|
+
class NoopBreakpointObserver {
|
1571
|
+
// eslint-disable-next-line @angular-eslint/no-empty-lifecycle-method, @angular-eslint/use-lifecycle-interface
|
1572
|
+
ngOnDestroy() { }
|
1573
|
+
isMatched(value) {
|
1574
|
+
return false;
|
1575
|
+
}
|
1576
|
+
observe(value) {
|
1577
|
+
return of();
|
1578
|
+
}
|
1579
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NoopBreakpointObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
1580
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NoopBreakpointObserver, providedIn: 'root' }); }
|
1581
|
+
}
|
1582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NoopBreakpointObserver, decorators: [{
|
1583
|
+
type: Injectable,
|
1584
|
+
args: [{
|
1585
|
+
providedIn: 'root',
|
1586
|
+
}]
|
1587
|
+
}] });
|
1588
|
+
|
1589
|
+
/**
|
1590
|
+
* Provides a {@link NoopBreakpointObserver} if the platform is not browser.
|
1591
|
+
*/
|
1592
|
+
const SERVER_SAFE_BREAKPOINT_OBSERVER = new InjectionToken('SERVER_SAFE_BREAKPOINT_OBSERVER', {
|
1593
|
+
factory: () => isPlatformBrowser(inject(PLATFORM_ID))
|
1594
|
+
? inject(BreakpointObserver)
|
1595
|
+
: inject(NoopBreakpointObserver),
|
1596
|
+
});
|
1597
|
+
|
1484
1598
|
/**
|
1485
1599
|
* A basic constructor type useful for mixins
|
1486
1600
|
* See https://blog.mariusschulz.com/2017/05/26/typescript-2-2-mixin-classes
|
1487
1601
|
* for a really good explanation of why mixins are useful.
|
1488
1602
|
*/
|
1489
1603
|
|
1604
|
+
/**
|
1605
|
+
* The `DaffStatusEnum` enumerates the possible status values for a component.
|
1606
|
+
*/
|
1490
1607
|
var DaffStatusEnum;
|
1491
1608
|
(function (DaffStatusEnum) {
|
1492
1609
|
DaffStatusEnum["Warn"] = "warn";
|
@@ -1494,62 +1611,143 @@ var DaffStatusEnum;
|
|
1494
1611
|
DaffStatusEnum["Success"] = "success";
|
1495
1612
|
})(DaffStatusEnum || (DaffStatusEnum = {}));
|
1496
1613
|
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1614
|
+
/**
|
1615
|
+
* `DaffStatusableDirective` allows a component to conditionally apply status-specific
|
1616
|
+
* styles by setting CSS classes based on the specified status. This directive is useful
|
1617
|
+
* for indicating different statuses such as warning, danger, or success states.
|
1618
|
+
*
|
1619
|
+
* ## Usage
|
1620
|
+
*
|
1621
|
+
* ### Implementing it as an attribute directive
|
1622
|
+
*
|
1623
|
+
* ```html
|
1624
|
+
* <div daffStatusable [status]="componentStatus">Status content</div>
|
1625
|
+
* ```
|
1626
|
+
*
|
1627
|
+
* ### Implementing it as an Angular host directive
|
1628
|
+
*
|
1629
|
+
* ```ts
|
1630
|
+
* @Component({
|
1631
|
+
* standalone: true,
|
1632
|
+
* selector: 'custom-component',
|
1633
|
+
* template: 'custom-component.html',
|
1634
|
+
* hostDirectives: [
|
1635
|
+
* {
|
1636
|
+
* directive: DaffStatusableDirective,
|
1637
|
+
* inputs: ['status'],
|
1638
|
+
* },
|
1639
|
+
* ],
|
1640
|
+
* })
|
1641
|
+
* export class CustomComponent { }
|
1642
|
+
*
|
1643
|
+
* ```scss
|
1644
|
+
* .custom-component {
|
1645
|
+
*
|
1646
|
+
* &.daff-danger {
|
1647
|
+
* background: daff-color($red, 10);
|
1648
|
+
* color: daff-color($red, 90);
|
1649
|
+
* }
|
1650
|
+
* }
|
1651
|
+
* ```
|
1652
|
+
* ## Styles
|
1653
|
+
*
|
1654
|
+
* The directive applies the following CSS classes based on the status:
|
1655
|
+
*
|
1656
|
+
* - `daff-warn`: Applied when the status is `warn`.
|
1657
|
+
* - `daff-danger`: Applied when the status is `danger`.
|
1658
|
+
* - `daff-success`: Applied when the status is `success`.
|
1659
|
+
*/
|
1660
|
+
class DaffStatusableDirective {
|
1661
|
+
/**
|
1662
|
+
* Dynamically sets the CSS classes based on the status.
|
1663
|
+
* @docs-private
|
1664
|
+
*/
|
1665
|
+
get class() {
|
1666
|
+
return {
|
1667
|
+
'daff-warn': this.status === DaffStatusEnum.Warn,
|
1668
|
+
'daff-danger': this.status === DaffStatusEnum.Danger,
|
1669
|
+
'daff-success': this.status === DaffStatusEnum.Success,
|
1670
|
+
};
|
1521
1671
|
}
|
1522
|
-
;
|
1523
|
-
|
1524
|
-
Input()(DaffStatusMixinClass.prototype, 'status');
|
1525
|
-
return DaffStatusMixinClass;
|
1672
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffStatusableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1673
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffStatusableDirective, isStandalone: true, selector: "[daffStatusable]", inputs: { status: "status" }, host: { properties: { "class": "this.class" } }, ngImport: i0 }); }
|
1526
1674
|
}
|
1675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffStatusableDirective, decorators: [{
|
1676
|
+
type: Directive,
|
1677
|
+
args: [{
|
1678
|
+
selector: '[daffStatusable]',
|
1679
|
+
standalone: true,
|
1680
|
+
}]
|
1681
|
+
}], propDecorators: { class: [{
|
1682
|
+
type: HostBinding,
|
1683
|
+
args: ['class']
|
1684
|
+
}], status: [{
|
1685
|
+
type: Input
|
1686
|
+
}] } });
|
1527
1687
|
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1688
|
+
/**
|
1689
|
+
* `DaffSkeletonableDirective` allows a component to display a skeleton loading
|
1690
|
+
* state by conditionally applying a CSS class. This is useful for indicating to
|
1691
|
+
* users that content is loading or being processed. This directive can be used to
|
1692
|
+
* apply a skeleton loading state to any component by toggling the `skeleton`
|
1693
|
+
* input property. When `skeleton` is `true`, the `daff-skeleton` CSS class
|
1694
|
+
* is applied, which should style the component to look like a loading placeholder.
|
1695
|
+
*
|
1696
|
+
* ## Usage
|
1697
|
+
*
|
1698
|
+
* ### Implementing it as an attribute directive
|
1699
|
+
*
|
1700
|
+
* ```html
|
1701
|
+
* <div daffSkeletonable [skeleton]="isLoading">Content</div>
|
1702
|
+
* ```
|
1703
|
+
*
|
1704
|
+
* ### Implementing it as an Angular host directive
|
1705
|
+
*
|
1706
|
+
* ```ts
|
1707
|
+
* @Component({
|
1708
|
+
* standalone: true,
|
1709
|
+
* selector: 'custom-component',
|
1710
|
+
* template: 'custom-component.html',
|
1711
|
+
* hostDirectives: [
|
1712
|
+
* {
|
1713
|
+
* directive: DaffSkeletonableDirective,
|
1714
|
+
* inputs: ['skeleton'],
|
1715
|
+
* },
|
1716
|
+
* ],
|
1717
|
+
* })
|
1718
|
+
* export class CustomComponent { }
|
1719
|
+
* ```
|
1720
|
+
*
|
1721
|
+
* ```scss
|
1722
|
+
* .daff-skeleton {
|
1723
|
+
* @include state.skeleton-screen(48px, 24px);
|
1724
|
+
* }
|
1725
|
+
* ```
|
1726
|
+
*
|
1727
|
+
* ## Styles
|
1728
|
+
*
|
1729
|
+
* The `daff-skeleton` class should be defined in your styles to display the loading
|
1730
|
+
* state as desired. It can be used in conjuction with the `skeleton-screen` mixin, which provides predefined loading styles.
|
1731
|
+
*/
|
1732
|
+
class DaffSkeletonableDirective {
|
1733
|
+
constructor() {
|
1734
|
+
this.skeleton = false;
|
1735
|
+
}
|
1736
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffSkeletonableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1737
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffSkeletonableDirective, isStandalone: true, selector: "[daffSkeletonable]", inputs: { skeleton: "skeleton" }, host: { properties: { "class.daff-skeleton": "this.skeleton" } }, ngImport: i0 }); }
|
1552
1738
|
}
|
1739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffSkeletonableDirective, decorators: [{
|
1740
|
+
type: Directive,
|
1741
|
+
args: [{
|
1742
|
+
selector: '[daffSkeletonable]',
|
1743
|
+
standalone: true,
|
1744
|
+
}]
|
1745
|
+
}], propDecorators: { skeleton: [{
|
1746
|
+
type: Input
|
1747
|
+
}, {
|
1748
|
+
type: HostBinding,
|
1749
|
+
args: ['class.daff-skeleton']
|
1750
|
+
}] } });
|
1553
1751
|
|
1554
1752
|
var DaffTextAlignmentEnum;
|
1555
1753
|
(function (DaffTextAlignmentEnum) {
|
@@ -1558,91 +1756,275 @@ var DaffTextAlignmentEnum;
|
|
1558
1756
|
DaffTextAlignmentEnum["Right"] = "right";
|
1559
1757
|
})(DaffTextAlignmentEnum || (DaffTextAlignmentEnum = {}));
|
1560
1758
|
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1759
|
+
/**
|
1760
|
+
* `DaffTextAlignableDirective` allows for dynamic text alignment of a component by
|
1761
|
+
* setting CSS classes based on the specified text alignment. This directive is
|
1762
|
+
* useful when text alignment needs to be managed dynamically in an Angular component.
|
1763
|
+
*
|
1764
|
+
* ## Usage
|
1765
|
+
*
|
1766
|
+
* ### Implementing it as an attribute directive
|
1767
|
+
*
|
1768
|
+
* ```html
|
1769
|
+
* <div daffTextAlignable textAlignment="center">Aligned text</div>
|
1770
|
+
*
|
1771
|
+
* In this example, the `daff-center` class is added to the `div` element, allowing
|
1772
|
+
* you to style the `div` as you wish using the class.
|
1773
|
+
*
|
1774
|
+
* ```
|
1775
|
+
*
|
1776
|
+
* ### Implementing it as an Angular host directive
|
1777
|
+
*
|
1778
|
+
* ```ts
|
1779
|
+
* @Component({
|
1780
|
+
* standalone: true,
|
1781
|
+
* selector: 'custom-component',
|
1782
|
+
* template: 'custom-component.html',
|
1783
|
+
* hostDirectives: [
|
1784
|
+
* {
|
1785
|
+
* directive: DaffTextAlignableDirective,
|
1786
|
+
* inputs: ['textAlignment'],
|
1787
|
+
* },
|
1788
|
+
* ],
|
1789
|
+
* })
|
1790
|
+
* export class CustomComponent { }
|
1791
|
+
* ```
|
1792
|
+
*
|
1793
|
+
* ```scss
|
1794
|
+
* .custom-component {
|
1795
|
+
* &.daff-left {
|
1796
|
+
* text-align: left;
|
1797
|
+
* }
|
1798
|
+
* }
|
1799
|
+
* ```
|
1800
|
+
*
|
1801
|
+
* ## Why not just use CSS?
|
1802
|
+
*
|
1803
|
+
* While the native CSS `text-align` property can be used for static text alignment,
|
1804
|
+
* the `DaffTextAlignableDirective` provides a structured and consistent way to handle
|
1805
|
+
* dynamic text alignment within Angular components in more complex use-cases where the
|
1806
|
+
* application of `text-align:center` would cause unexpected side effects.
|
1807
|
+
*/
|
1808
|
+
class DaffTextAlignableDirective {
|
1809
|
+
/**
|
1810
|
+
* @docs-private
|
1811
|
+
*/
|
1812
|
+
get class() {
|
1813
|
+
return {
|
1814
|
+
'daff-left': this.textAlignment === DaffTextAlignmentEnum.Left,
|
1815
|
+
'daff-center': this.textAlignment === DaffTextAlignmentEnum.Center,
|
1816
|
+
'daff-right': this.textAlignment === DaffTextAlignmentEnum.Right,
|
1817
|
+
};
|
1818
|
+
}
|
1819
|
+
ngOnChanges(changes) {
|
1820
|
+
if (!changes.textAlignment?.currentValue) {
|
1821
|
+
this.textAlignment = this.defaultAlignment;
|
1587
1822
|
}
|
1588
1823
|
}
|
1589
|
-
;
|
1590
|
-
|
1591
|
-
Input()(DaffTextAlignableMixin.prototype, 'textAlignment');
|
1592
|
-
return DaffTextAlignableMixin;
|
1824
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffTextAlignableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1825
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffTextAlignableDirective, isStandalone: true, selector: "[daffTextAlignable]", inputs: { textAlignment: "textAlignment" }, host: { properties: { "class": "this.class" } }, usesOnChanges: true, ngImport: i0 }); }
|
1593
1826
|
}
|
1827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffTextAlignableDirective, decorators: [{
|
1828
|
+
type: Directive,
|
1829
|
+
args: [{
|
1830
|
+
selector: '[daffTextAlignable]',
|
1831
|
+
standalone: true,
|
1832
|
+
}]
|
1833
|
+
}], propDecorators: { class: [{
|
1834
|
+
type: HostBinding,
|
1835
|
+
args: ['class']
|
1836
|
+
}], textAlignment: [{
|
1837
|
+
type: Input
|
1838
|
+
}] } });
|
1594
1839
|
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1840
|
+
/**
|
1841
|
+
* `DaffCompactableDirective` allows a component to conditionally apply a compact
|
1842
|
+
* style by toggling a CSS class. This is useful for creating components that can
|
1843
|
+
* switch between regular and compact styles based on the `compact` property.
|
1844
|
+
*
|
1845
|
+
* ## Usage
|
1846
|
+
*
|
1847
|
+
* ### Implementing it as an attribute directive
|
1848
|
+
*
|
1849
|
+
* ```html
|
1850
|
+
* <div daffCompactable [compact]="isCompact">Content goes here</div>
|
1851
|
+
* ```
|
1852
|
+
*
|
1853
|
+
* In this example, the `daff-compact` class is applied to the `div` element when
|
1854
|
+
* `isCompact` is `true`, making the `div` display its compact state.
|
1855
|
+
*
|
1856
|
+
* ### Implementing it as an Angular host directive
|
1857
|
+
*
|
1858
|
+
* ```ts
|
1859
|
+
* @Component({
|
1860
|
+
* standalone: true,
|
1861
|
+
* selector: 'custom-component',
|
1862
|
+
* template: 'custom-component.html',
|
1863
|
+
* hostDirectives: [
|
1864
|
+
* {
|
1865
|
+
* directive: DaffCompactableDirective,
|
1866
|
+
* inputs: ['compact'],
|
1867
|
+
* },
|
1868
|
+
* ],
|
1869
|
+
* })
|
1870
|
+
* export class CustomComponent { }
|
1871
|
+
* ```
|
1872
|
+
*
|
1873
|
+
* ```scss
|
1874
|
+
* .custom-component {
|
1875
|
+
* padding: 8px 16px;
|
1876
|
+
*
|
1877
|
+
* &.daff-compact {
|
1878
|
+
* padding: 4px 8px;
|
1879
|
+
* }
|
1880
|
+
* }
|
1881
|
+
* ```
|
1882
|
+
*
|
1883
|
+
* ## Styles
|
1884
|
+
*
|
1885
|
+
* The `daff-compact` class should be defined in your styles to display the compact
|
1886
|
+
* state as desired.
|
1887
|
+
*/
|
1888
|
+
class DaffCompactableDirective {
|
1889
|
+
constructor() {
|
1890
|
+
this.compact = false;
|
1891
|
+
}
|
1892
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffCompactableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1893
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffCompactableDirective, isStandalone: true, selector: "[daffCompactable]", inputs: { compact: "compact" }, host: { properties: { "class.daff-compact": "this.compact" } }, ngImport: i0 }); }
|
1619
1894
|
}
|
1895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffCompactableDirective, decorators: [{
|
1896
|
+
type: Directive,
|
1897
|
+
args: [{
|
1898
|
+
selector: '[daffCompactable]',
|
1899
|
+
standalone: true,
|
1900
|
+
}]
|
1901
|
+
}], propDecorators: { compact: [{
|
1902
|
+
type: Input
|
1903
|
+
}, {
|
1904
|
+
type: HostBinding,
|
1905
|
+
args: ['class.daff-compact']
|
1906
|
+
}] } });
|
1620
1907
|
|
1621
1908
|
/**
|
1622
|
-
*
|
1623
|
-
*
|
1624
|
-
*
|
1909
|
+
* `DaffManageContainerLayoutDirective` gives a component the ability to manage a `DaffContainerComponent`'s layout.
|
1910
|
+
* By including this directive, predetermined layout styles are passed down to the container.
|
1911
|
+
*
|
1912
|
+
* To understand the motivation for this directive, consider:
|
1913
|
+
*
|
1914
|
+
* ```html
|
1915
|
+
* <daff-container>
|
1916
|
+
* <daff-hero></daff-hero>
|
1917
|
+
* </daff-container>
|
1918
|
+
* ```
|
1919
|
+
* vs.
|
1920
|
+
*
|
1921
|
+
* ```html
|
1922
|
+
* <daff-hero>
|
1923
|
+
* <daff-container></daff-container>
|
1924
|
+
* </daff-hero>
|
1925
|
+
* ```
|
1926
|
+
*
|
1927
|
+
* The former may inappropriately constrain the width of its child elements,
|
1928
|
+
* while the latter (without `DaffManageContainerLayoutDirective`) may unexpectedly
|
1929
|
+
* interfere in the layout features of its parent element (i.e. display: grid, display: flex).
|
1930
|
+
*
|
1931
|
+
* ## Usage
|
1932
|
+
*
|
1933
|
+
* ### Implementing it as an attribute directive
|
1934
|
+
*
|
1935
|
+
* ```html
|
1936
|
+
* <my-custom-component daffManageContainerLayout>
|
1937
|
+
* <daff-container size="lg"></daff-container>
|
1938
|
+
* </my-custom-component>
|
1939
|
+
* ```
|
1940
|
+
*
|
1941
|
+
* ```scss
|
1942
|
+
* :host {
|
1943
|
+
* display: grid;
|
1944
|
+
* grid-template-columns: 1fr 1fr;
|
1945
|
+
* }
|
1946
|
+
* ```
|
1947
|
+
*
|
1948
|
+
* ### Implementing it as an Angular host directive
|
1949
|
+
*
|
1950
|
+
* ```ts
|
1951
|
+
* @Component({
|
1952
|
+
* standalone: true,
|
1953
|
+
* selector: 'my-custom-component',
|
1954
|
+
* template: 'my-custom-component.html',
|
1955
|
+
* hostDirectives: [{ directive: DaffManageContainerLayoutDirective }],
|
1956
|
+
* })
|
1957
|
+
* export class MyCustomComponent { }
|
1958
|
+
*
|
1959
|
+
* ```scss
|
1960
|
+
* :host {
|
1961
|
+
* display: grid;
|
1962
|
+
* grid-template-columns: 1fr 1fr;
|
1963
|
+
* }
|
1964
|
+
* ```
|
1965
|
+
*
|
1966
|
+
* This directive will apply the `daff-manage-container-layout` class to your component, ensuring that the styles set on `:host` are passed down to the container.
|
1625
1967
|
*/
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
};
|
1968
|
+
class DaffManageContainerLayoutDirective {
|
1969
|
+
constructor() {
|
1970
|
+
this.class = true;
|
1971
|
+
}
|
1972
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffManageContainerLayoutDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1973
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffManageContainerLayoutDirective, isStandalone: true, selector: "[daffManageContainerLayout]", host: { properties: { "class.daff-manage-container-layout": "this.class" } }, ngImport: i0 }); }
|
1633
1974
|
}
|
1975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffManageContainerLayoutDirective, decorators: [{
|
1976
|
+
type: Directive,
|
1977
|
+
args: [{
|
1978
|
+
selector: '[daffManageContainerLayout]',
|
1979
|
+
standalone: true,
|
1980
|
+
}]
|
1981
|
+
}], propDecorators: { class: [{
|
1982
|
+
type: HostBinding,
|
1983
|
+
args: ['class.daff-manage-container-layout']
|
1984
|
+
}] } });
|
1634
1985
|
|
1635
1986
|
/**
|
1636
|
-
*
|
1987
|
+
* `DaffArticleEncapsulatedDirective` is used to encapsulate custom components within an article,
|
1988
|
+
* preventing {@link DaffArticleComponent } styles from bleeding into the component.
|
1989
|
+
*
|
1990
|
+
* ## Usage
|
1991
|
+
*
|
1992
|
+
* ### Implementing it as an attribute directive
|
1993
|
+
*
|
1994
|
+
* ```html
|
1995
|
+
* <my-custom-component daffArticleEncapsulated></my-custom-component>
|
1996
|
+
* ```
|
1997
|
+
*
|
1998
|
+
* ### Implementing it as an Angular host directive
|
1999
|
+
*
|
2000
|
+
* ```ts
|
2001
|
+
* @Component({
|
2002
|
+
* standalone: true,
|
2003
|
+
* selector: 'custom-component',
|
2004
|
+
* template: 'custom-component.html',
|
2005
|
+
* hostDirectives: [{ directive: DaffArticleEncapsulatedDirective }],
|
2006
|
+
* })
|
2007
|
+
* export class CustomComponent { }
|
2008
|
+
*
|
2009
|
+
* This directive will apply the `daff-ae` class to your component, ensuring that it is encapsulated from the article's styles.
|
1637
2010
|
*/
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
};
|
2011
|
+
class DaffArticleEncapsulatedDirective {
|
2012
|
+
constructor() {
|
2013
|
+
this.class = true;
|
2014
|
+
}
|
2015
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleEncapsulatedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
2016
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffArticleEncapsulatedDirective, isStandalone: true, selector: "[daffArticleEncapsulated]", host: { properties: { "class.daff-ae": "this.class" } }, ngImport: i0 }); }
|
1645
2017
|
}
|
2018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleEncapsulatedDirective, decorators: [{
|
2019
|
+
type: Directive,
|
2020
|
+
args: [{
|
2021
|
+
selector: '[daffArticleEncapsulated]',
|
2022
|
+
standalone: true,
|
2023
|
+
}]
|
2024
|
+
}], propDecorators: { class: [{
|
2025
|
+
type: HostBinding,
|
2026
|
+
args: ['class.daff-ae']
|
2027
|
+
}] } });
|
1646
2028
|
|
1647
2029
|
/**
|
1648
2030
|
* The possible states of a theme.
|
@@ -1957,8 +2339,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
1957
2339
|
}] }] });
|
1958
2340
|
|
1959
2341
|
/**
|
1960
|
-
*
|
1961
|
-
* In order to be sizable, a component class must implement this property.
|
2342
|
+
* Interfaces that gives a component the ability to customize sizing for component specific UI.
|
1962
2343
|
*/
|
1963
2344
|
var DaffSizableEnum;
|
1964
2345
|
(function (DaffSizableEnum) {
|
@@ -1969,35 +2350,98 @@ var DaffSizableEnum;
|
|
1969
2350
|
DaffSizableEnum["XLarge"] = "xl";
|
1970
2351
|
})(DaffSizableEnum || (DaffSizableEnum = {}));
|
1971
2352
|
|
1972
|
-
|
1973
|
-
|
1974
|
-
|
1975
|
-
|
1976
|
-
|
1977
|
-
|
1978
|
-
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
2353
|
+
/**
|
2354
|
+
* `DaffSizableDirective` allows for dynamic sizing of a component by setting
|
2355
|
+
* CSS classes based on the specified size.
|
2356
|
+
*
|
2357
|
+
* ## Usage
|
2358
|
+
*
|
2359
|
+
* ### Implementing it as an attribute directive
|
2360
|
+
*
|
2361
|
+
* ```html
|
2362
|
+
* <div daffSizable [size]="small">Sized content</div>
|
2363
|
+
* ```
|
2364
|
+
* In this example, the `daff-small` class is applied to the `div` element, allowing you to
|
2365
|
+
* use the class to style the `div`.
|
2366
|
+
*
|
2367
|
+
* ### Implementing it as an Angular host directive
|
2368
|
+
*
|
2369
|
+
* ```ts
|
2370
|
+
* @Component({
|
2371
|
+
* standalone: true,
|
2372
|
+
* selector: 'custom-component',
|
2373
|
+
* template: 'custom-component.html',
|
2374
|
+
* hostDirectives: [
|
2375
|
+
* {
|
2376
|
+
* directive: DaffSizableDirective,
|
2377
|
+
* inputs: ['size'],
|
2378
|
+
* },
|
2379
|
+
* ],
|
2380
|
+
* })
|
2381
|
+
* export class CustomComponent { }
|
2382
|
+
* ```
|
2383
|
+
*
|
2384
|
+
* ```scss
|
2385
|
+
* .custom-component {
|
2386
|
+
* &.daff-sm {
|
2387
|
+
* width: 24px;
|
2388
|
+
* }
|
2389
|
+
*
|
2390
|
+
* &.daff-md {
|
2391
|
+
* width: 32px;
|
2392
|
+
* }
|
2393
|
+
* }
|
2394
|
+
* ```
|
2395
|
+
*
|
2396
|
+
* ## Styles
|
2397
|
+
*
|
2398
|
+
* The directive applies the following CSS classes based on the size:
|
2399
|
+
*
|
2400
|
+
* - `daff-xs`: Applied when the size is `xs`.
|
2401
|
+
* - `daff-sm`: Applied when the size is `sm`.
|
2402
|
+
* - `daff-md`: Applied when the size is `md`.
|
2403
|
+
* - `daff-lg`: Applied when the size is `lg`.
|
2404
|
+
* - `daff-xl`: Applied when the size is `xl`.
|
2405
|
+
*/
|
2406
|
+
class DaffSizableDirective {
|
2407
|
+
/**
|
2408
|
+
* Dynamically sets the CSS classes based on the size.
|
2409
|
+
* @docs-private
|
2410
|
+
*/
|
2411
|
+
get class() {
|
2412
|
+
return {
|
2413
|
+
'daff-xs': this.size === DaffSizableEnum.XSmall,
|
2414
|
+
'daff-sm': this.size === DaffSizableEnum.Small,
|
2415
|
+
'daff-md': this.size === DaffSizableEnum.Medium,
|
2416
|
+
'daff-lg': this.size === DaffSizableEnum.Large,
|
2417
|
+
'daff-xl': this.size === DaffSizableEnum.XLarge,
|
2418
|
+
};
|
2419
|
+
}
|
2420
|
+
ngOnChanges(changes) {
|
2421
|
+
if (!changes.size?.currentValue) {
|
2422
|
+
this.size = this.defaultSize;
|
1990
2423
|
}
|
1991
|
-
|
1992
|
-
|
1993
|
-
|
2424
|
+
}
|
2425
|
+
ngOnInit() {
|
2426
|
+
if (!this.size) {
|
2427
|
+
this.size = this.defaultSize;
|
1994
2428
|
}
|
1995
2429
|
}
|
1996
|
-
;
|
1997
|
-
|
1998
|
-
Input()(DaffSizeMixinClass.prototype, 'size');
|
1999
|
-
return DaffSizeMixinClass;
|
2430
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffSizableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
2431
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: DaffSizableDirective, isStandalone: true, selector: "[daffSizable]", inputs: { size: "size" }, host: { properties: { "class": "this.class" } }, usesOnChanges: true, ngImport: i0 }); }
|
2000
2432
|
}
|
2433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffSizableDirective, decorators: [{
|
2434
|
+
type: Directive,
|
2435
|
+
args: [{
|
2436
|
+
selector: '[daffSizable]',
|
2437
|
+
standalone: true,
|
2438
|
+
}]
|
2439
|
+
}], propDecorators: { class: [{
|
2440
|
+
type: HostBinding,
|
2441
|
+
args: ['class']
|
2442
|
+
}], size: [{
|
2443
|
+
type: Input
|
2444
|
+
}] } });
|
2001
2445
|
|
2002
2446
|
// Core
|
2003
2447
|
|
@@ -2015,5 +2459,5 @@ function daffSizeMixin(Base, defaultSize) {
|
|
2015
2459
|
* Generated bundle index. Do not edit.
|
2016
2460
|
*/
|
2017
2461
|
|
2018
|
-
export { DAFF_THEME_INITIALIZER, DaffBreakpoints, DaffCheckboxComponent, DaffCheckboxControlValueAccessorDirective, DaffCheckboxModule, DaffCheckboxSetComponent, DaffErrorMessageComponent, DaffErrorMessageModule, DaffErrorStateMatcher, DaffFocusStackService, DaffFormFieldComponent, DaffFormFieldControl, DaffFormFieldModule, DaffFormLabelDirective, DaffFormLabelModule, DaffInputComponent, DaffInputModule, DaffNativeSelectComponent, DaffNativeSelectModule, DaffPrefixDirective, DaffPrefixSuffixModule, DaffQuantityFieldComponent, DaffQuantityFieldModule, DaffQuantityInputComponent, DaffQuantitySelectComponent, DaffRadioComponent, DaffRadioControlValueAccessorDirective, DaffRadioModule, DaffRadioSetComponent, DaffSizableEnum, DaffStatusEnum, DaffSuffixDirective, DaffTextAlignmentEnum, DaffTheme, DaffThemingService,
|
2462
|
+
export { DAFF_THEME_INITIALIZER, DaffArticleEncapsulatedDirective, DaffBreakpoints, DaffCheckboxComponent, DaffCheckboxControlValueAccessorDirective, DaffCheckboxModule, DaffCheckboxSetComponent, DaffColorableDirective, DaffCompactableDirective, DaffErrorMessageComponent, DaffErrorMessageModule, DaffErrorStateMatcher, DaffFocusStackService, DaffFormFieldComponent, DaffFormFieldControl, DaffFormFieldModule, DaffFormLabelDirective, DaffFormLabelModule, DaffInputComponent, DaffInputModule, DaffManageContainerLayoutDirective, DaffNativeSelectComponent, DaffNativeSelectModule, DaffPrefixDirective, DaffPrefixSuffixModule, DaffQuantityFieldComponent, DaffQuantityFieldModule, DaffQuantityInputComponent, DaffQuantitySelectComponent, DaffRadioComponent, DaffRadioControlValueAccessorDirective, DaffRadioModule, DaffRadioSetComponent, DaffSizableDirective, DaffSizableEnum, DaffSkeletonableDirective, DaffStatusEnum, DaffStatusableDirective, DaffSuffixDirective, DaffTextAlignableDirective, DaffTextAlignmentEnum, DaffTheme, DaffThemingService, NoopBreakpointObserver, SERVER_SAFE_BREAKPOINT_OBSERVER, daffFocusableElementsSelector, daffPrefixableMixin, daffSuffixableMixin };
|
2019
2463
|
//# sourceMappingURL=daffodil-design.mjs.map
|