@daffodil/design 0.73.0 → 0.75.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/README.md +20 -22
- 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/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/README.md +11 -8
- 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 +19 -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 +55 -0
- package/core/colorable/public_api.d.ts +1 -1
- package/core/compactable/compactable.directive.d.ts +25 -0
- package/core/compactable/public_api.d.ts +1 -1
- package/core/manage-container-layout/manage-container-layout.directive.d.ts +29 -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 +38 -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 +17 -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 +38 -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 +42 -0
- package/esm2022/accordion/accordion/accordion/accordion.component.mjs +11 -23
- 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/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 +33 -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 +77 -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 +41 -0
- package/esm2022/core/compactable/public_api.mjs +2 -2
- package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +43 -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 +53 -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 +33 -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 +50 -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 +53 -0
- package/esm2022/core/text-alignable/text-alignable.mjs +1 -1
- package/esm2022/daffodil-design.mjs +2 -2
- 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/index.mjs +6 -0
- 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 +5 -4
- 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.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 +3 -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/daffodil-design-notification.mjs +2 -2
- package/esm2022/notification/examples/default-notification/default-notification.component.mjs +18 -5
- package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +16 -4
- package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +15 -7
- package/esm2022/notification/examples/notification-status/notification-status.component.mjs +19 -10
- package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +30 -0
- package/esm2022/notification/examples/public_api.mjs +7 -9
- package/esm2022/notification/index.mjs +2 -0
- package/esm2022/notification/notification/notification.component.mjs +51 -42
- package/esm2022/paginator/daffodil-design-paginator.mjs +2 -2
- 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/index.mjs +2 -0
- package/esm2022/paginator/paginator/paginator.component.mjs +1 -1
- package/esm2022/progress-bar/daffodil-design-progress-bar.mjs +2 -2
- 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/index.mjs +2 -0
- 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/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/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-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 +8 -33
- package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal.mjs +169 -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 +63 -132
- package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +64 -56
- 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-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 +11 -21
- package/fesm2022/daffodil-design-tree.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +409 -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/index.d.ts +2 -2
- 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/README.md +1 -1
- 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 +22 -37
- 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.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/README.md +49 -23
- package/notification/examples/default-notification/default-notification.component.d.ts +3 -1
- package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +3 -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 +8 -0
- package/notification/examples/public_api.d.ts +6 -2
- package/notification/index.d.ts +0 -4
- package/notification/notification/notification.component.d.ts +21 -30
- 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/paginator/index.d.ts +0 -4
- 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/index.d.ts +0 -4
- 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/typography/_index.scss +1 -1
- package/scss/typography/utilities/_variables.scss +14 -4
- package/sidebar/README.md +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/toast/README.md +2 -2
- 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/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/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
package/progress-bar/index.d.ts
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
2
|
-
import {
|
3
|
-
import {
|
2
|
+
import { EventEmitter, ChangeDetectorRef } from '@angular/core';
|
3
|
+
import { DaffColorableDirective } from '@daffodil/design';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
|
6
|
-
* An _elementRef and an instance of renderer2 are needed for the Colorable mixin
|
7
|
-
*/
|
8
|
-
declare class DaffProgressBarBase {
|
9
|
-
_elementRef: ElementRef;
|
10
|
-
_renderer: Renderer2;
|
11
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
12
|
-
}
|
13
|
-
declare const _daffProgressBarBase: (new (...args: any[]) => {
|
14
|
-
_color: import("@daffodil/design").DaffPalette;
|
15
|
-
color: import("@daffodil/design").DaffPalette;
|
16
|
-
_elementRef: ElementRef<any>;
|
17
|
-
_renderer: Renderer2;
|
18
|
-
}) & typeof DaffProgressBarBase;
|
5
|
+
import * as i1 from "@daffodil/design";
|
19
6
|
export declare const clamp: (number: number, min: number, max: number) => number;
|
20
7
|
/**
|
21
8
|
* @inheritdoc
|
22
9
|
*/
|
23
|
-
export declare class DaffProgressBarComponent
|
10
|
+
export declare class DaffProgressBarComponent {
|
24
11
|
private _changeDetectorRef;
|
25
|
-
private
|
26
|
-
private renderer;
|
12
|
+
private colorable;
|
27
13
|
/**
|
28
14
|
* @docs-private
|
29
15
|
*/
|
@@ -37,7 +23,7 @@ export declare class DaffProgressBarComponent extends _daffProgressBarBase imple
|
|
37
23
|
ariaValueMin: string;
|
38
24
|
ariaValueMax: string;
|
39
25
|
get ariaValueNow(): number;
|
40
|
-
constructor(_changeDetectorRef: ChangeDetectorRef,
|
26
|
+
constructor(_changeDetectorRef: ChangeDetectorRef, colorable: DaffColorableDirective);
|
41
27
|
private _percentage;
|
42
28
|
private _indeterminate;
|
43
29
|
/**
|
@@ -71,6 +57,5 @@ export declare class DaffProgressBarComponent extends _daffProgressBarBase imple
|
|
71
57
|
*/
|
72
58
|
get fillState(): any;
|
73
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffProgressBarComponent, never>;
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffProgressBarComponent, "daff-progress-bar", never, { "
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffProgressBarComponent, "daff-progress-bar", never, { "percentage": { "alias": "percentage"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "finished": "finished"; }, never, ["label[daffProgressBarLabel]"], false, [{ directive: typeof i1.DaffColorableDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
75
61
|
}
|
76
|
-
export {};
|
package/public_api.d.ts
CHANGED
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BasicQuantityFieldComponent {
|
4
4
|
control: UntypedFormControl;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicQuantityFieldComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicQuantityFieldComponent, "basic-quantity-field", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicQuantityFieldComponent, "basic-quantity-field", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CustomRangeQuantityFieldComponent {
|
4
4
|
control: UntypedFormControl;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomRangeQuantityFieldComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomRangeQuantityFieldComponent, "custom-range-quantity-field", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomRangeQuantityFieldComponent, "custom-range-quantity-field", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts
CHANGED
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DisabledQuantityFieldComponent {
|
4
4
|
control: UntypedFormControl;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DisabledQuantityFieldComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DisabledQuantityFieldComponent, "disabled-quantity-field", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DisabledQuantityFieldComponent, "disabled-quantity-field", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -2,9 +2,5 @@ import { BasicQuantityFieldComponent } from './basic-quantity-field/basic-quanti
|
|
2
2
|
import { CustomRangeQuantityFieldComponent } from './custom-range-quantity-field/custom-range-quantity-field.component';
|
3
3
|
import { DisabledQuantityFieldComponent } from './disabled-quantity-field/disabled-quantity-field.component';
|
4
4
|
import { SelectMaxQuantityFieldComponent } from './select-max-quantity-field/select-max-quantity-field.component';
|
5
|
-
export { BasicQuantityFieldModule } from './basic-quantity-field/basic-quantity-field.module';
|
6
|
-
export { CustomRangeQuantityFieldModule } from './custom-range-quantity-field/custom-range-quantity-field.module';
|
7
|
-
export { DisabledQuantityFieldModule } from './disabled-quantity-field/disabled-quantity-field.module';
|
8
|
-
export { SelectMaxQuantityFieldModule } from './select-max-quantity-field/select-max-quantity-field.module';
|
9
5
|
export declare const QUANTITY_FIELD_EXAMPLES: (typeof BasicQuantityFieldComponent)[];
|
10
6
|
export { BasicQuantityFieldComponent, CustomRangeQuantityFieldComponent, DisabledQuantityFieldComponent, SelectMaxQuantityFieldComponent, };
|
package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts
CHANGED
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SelectMaxQuantityFieldComponent {
|
4
4
|
control: UntypedFormControl;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectMaxQuantityFieldComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectMaxQuantityFieldComponent, "select-max-quantity-field", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectMaxQuantityFieldComponent, "select-max-quantity-field", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -4,5 +4,5 @@ export declare class BasicRadioComponent {
|
|
4
4
|
radioGroup: UntypedFormGroup;
|
5
5
|
constructor();
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicRadioComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicRadioComponent, "basic-radio", never, {}, {}, never, never,
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicRadioComponent, "basic-radio", never, {}, {}, never, never, true, never>;
|
8
8
|
}
|
@@ -1,4 +1,2 @@
|
|
1
1
|
import { BasicRadioComponent } from './basic-radio/basic-radio.component';
|
2
|
-
import { BasicRadioModule } from './basic-radio/basic-radio.module';
|
3
2
|
export declare const RADIO_EXAMPLES: (typeof BasicRadioComponent)[];
|
4
|
-
export declare const RADIO_EXAMPLES_MODULES: (typeof BasicRadioModule)[];
|
@@ -1,9 +1,19 @@
|
|
1
|
-
$
|
2
|
-
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
1
|
+
$font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
|
2
|
+
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !default;
|
3
|
+
$font-family-mono: ui-monospace, 'SFMono-Regular', SF Mono, Menlo, Consolas,
|
4
|
+
'Liberation Mono', monospace !default;
|
5
|
+
|
6
|
+
// these three variables will be deprecated in v1.0.0 in favor of more consistent naming
|
7
|
+
$body-font-family: $font-family-base;
|
3
8
|
$base-font-family: $body-font-family;
|
4
|
-
$monospace-font-family:
|
5
|
-
|
9
|
+
$monospace-font-family: $font-family-mono;
|
10
|
+
|
11
|
+
$font-size-sm: 0.875rem;
|
12
|
+
$font-size-base: 1rem;
|
13
|
+
$font-size-md: 1.25rem;
|
14
|
+
$font-size-lg: 1.5rem;
|
6
15
|
|
16
|
+
// these variables will be deprecated in v1.0.0 in favor of more consistent naming
|
7
17
|
$large-font-size: 1.5rem;
|
8
18
|
$medium-font-size: 1.25rem;
|
9
19
|
$normal-font-size: 1rem;
|
package/sidebar/README.md
CHANGED
@@ -54,7 +54,7 @@ A viewport navigation can either be:
|
|
54
54
|
The `BrowserAnimationsModule` or `NoopAnimationsModule` must be imported in the particular Angular `@NgModule` the sidebar is used in for the sidebar to render and work properly.
|
55
55
|
|
56
56
|
### Header and footer
|
57
|
-
The `<daff-sidebar-header>` includes optional title (`[daffSidebarHeaderTitle]`) and action (`[daffSidebarHeaderAction]`) selectors, and a slot to render custom content. The action selector should be used along with the `<daff-icon-button>` (view [Button Documentation](
|
57
|
+
The `<daff-sidebar-header>` includes optional title (`[daffSidebarHeaderTitle]`) and action (`[daffSidebarHeaderAction]`) selectors, and a slot to render custom content. The action selector should be used along with the `<daff-icon-button>` (view [Button Documentation](/libs/design/button/README.md)) to make sure that the action is positioned correctly and it passes WCAG guidelines.
|
58
58
|
|
59
59
|
The `<daff-sidebar-footer>` is a "holder" component with minimal default styling. Its main purpose is to position the footer at the bottom of the sidebar, allowing the sidebar's content to overflow and scroll while ensuring that the footer remains constantly visible.
|
60
60
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class BasicSidebarComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicSidebarComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicSidebarComponent, "basic-sidebar", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicSidebarComponent, "basic-sidebar", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -8,5 +8,5 @@ export declare class OverandUnderSidebarsComponent {
|
|
8
8
|
openSidebar(): void;
|
9
9
|
closeSidebar(): void;
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverandUnderSidebarsComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverandUnderSidebarsComponent, "over-and-under-sidebars", never, {}, {}, never, never,
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverandUnderSidebarsComponent, "over-and-under-sidebars", never, {}, {}, never, never, true, never>;
|
12
12
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare const SIDEBAR_EXAMPLES:
|
1
|
+
import { BasicSidebarComponent } from './basic-sidebar/basic-sidebar.component';
|
2
|
+
export declare const SIDEBAR_EXAMPLES: (typeof BasicSidebarComponent)[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class SideFixedSidebarComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideFixedSidebarComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideFixedSidebarComponent, "side-fixed-sidebar", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideFixedSidebarComponent, "side-fixed-sidebar", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class SidebarWithStickyContentComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarWithStickyContentComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarWithStickyContentComponent, "sidebar-with-sticky-content", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarWithStickyContentComponent, "sidebar-with-sticky-content", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
package/toast/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Toasts are small messages designed to mimic push notifications. They are used to provide users with application level information.
|
3
3
|
|
4
4
|
## Overview
|
5
|
-
Toasts should be used to display temporary messages about actions or events that occured or in need of attention, with no relation to content on a page. For messaging that provide context in close promixity to a piece of content within a page, use the [Notification](
|
5
|
+
Toasts should be used to display temporary messages about actions or events that occured or in need of attention, with no relation to content on a page. For messaging that provide context in close promixity to a piece of content within a page, use the [Notification](/libs/design/notification/README.md) component.
|
6
6
|
|
7
7
|
### Basic Toast
|
8
8
|
<design-land-article-encapsulated>
|
@@ -53,7 +53,7 @@ The following configurations are available in the `DaffToastService`:
|
|
53
53
|
| dismissible | boolean | Allows a toast to be dismissible via a close button | true |
|
54
54
|
| duration | number | The duration in milliseconds that a toast is visible before it's dismissed | 5000 |
|
55
55
|
|
56
|
-
The `actions` configurations are based on the properties of the `DaffButtonComponent` (view [Button Documentation](
|
56
|
+
The `actions` configurations are based on the properties of the `DaffButtonComponent` (view [Button Documentation](/libs/design/button/README.md)) with the addition of `data` and `eventEmitter`.
|
57
57
|
|
58
58
|
### Dismissal
|
59
59
|
A toast can be dismissed via a timed duration, a close button, or the `ESC` key.
|
@@ -11,5 +11,5 @@ export declare class DefaultToastComponent implements OnInit {
|
|
11
11
|
ngOnInit(): void;
|
12
12
|
private count;
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultToastComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultToastComponent, "default-toast", never, {}, {}, never, never,
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultToastComponent, "default-toast", never, {}, {}, never, never, true, never>;
|
15
15
|
}
|
@@ -1,2 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
|
1
|
+
import { DefaultToastComponent } from './default-toast/default-toast.component';
|
2
|
+
import { ToastPositionsComponent } from './toast-positions/toast-positions.component';
|
3
|
+
import { ToastStatusComponent } from './toast-status/toast-status.component';
|
4
|
+
import { ToastWithCustomDurationComponent } from './toast-with-custom-duration/toast-with-custom-duration.component';
|
5
|
+
export declare const TOAST_EXAMPLES: (typeof DefaultToastComponent | typeof ToastPositionsComponent | typeof ToastStatusComponent | typeof ToastWithCustomDurationComponent)[];
|
@@ -13,5 +13,5 @@ export declare class ToastPositionsComponent implements OnInit {
|
|
13
13
|
verticalControl: FormControl;
|
14
14
|
ngOnInit(): void;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastPositionsComponent, never>;
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastPositionsComponent, "toast-positions", never, {}, {}, never, never,
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastPositionsComponent, "toast-positions", never, {}, {}, never, never, true, never>;
|
17
17
|
}
|
@@ -10,5 +10,5 @@ export declare class ToastStatusComponent {
|
|
10
10
|
constructor(toastService: DaffToastService);
|
11
11
|
open(): void;
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastStatusComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastStatusComponent, "toast-status", never, {}, {}, never, never,
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastStatusComponent, "toast-status", never, {}, {}, never, never, true, never>;
|
14
14
|
}
|
@@ -6,5 +6,5 @@ export declare class ToastWithCustomDurationComponent {
|
|
6
6
|
constructor(toastService: DaffToastService);
|
7
7
|
open(): void;
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastWithCustomDurationComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastWithCustomDurationComponent, "toast-with-custom-duration", never, {}, {}, never, never,
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastWithCustomDurationComponent, "toast-with-custom-duration", never, {}, {}, never, never, true, never>;
|
10
10
|
}
|
@@ -1,33 +1,16 @@
|
|
1
1
|
import { ConfigurableFocusTrapFactory } from '@angular/cdk/a11y';
|
2
|
-
import { ElementRef,
|
3
|
-
import { DaffFocusStackService, DaffPrefixable, DaffPrefixDirective
|
2
|
+
import { ElementRef, AfterViewInit, AfterContentInit, OnDestroy } from '@angular/core';
|
3
|
+
import { DaffFocusStackService, DaffPrefixable, DaffPrefixDirective } from '@daffodil/design';
|
4
4
|
import { DaffToast } from '../interfaces/toast';
|
5
5
|
import { DaffToastActionsDirective } from '../toast-actions/toast-actions.directive';
|
6
6
|
import * as i0 from "@angular/core";
|
7
|
-
|
8
|
-
* An _elementRef is needed for the core mixins
|
9
|
-
*/
|
10
|
-
declare class DaffToastBase {
|
11
|
-
_elementRef: ElementRef;
|
12
|
-
_renderer: Renderer2;
|
13
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
14
|
-
}
|
15
|
-
declare const _daffToastBase: (new (...args: any[]) => {
|
16
|
-
_elementRef: ElementRef<any>;
|
17
|
-
_renderer: Renderer2;
|
18
|
-
}) & (new (...args: any[]) => {
|
19
|
-
_status: import("@daffodil/design").DaffStatus;
|
20
|
-
status: import("@daffodil/design").DaffStatus;
|
21
|
-
_elementRef: ElementRef<any>;
|
22
|
-
_renderer: Renderer2;
|
23
|
-
}) & typeof DaffToastBase;
|
7
|
+
import * as i1 from "@daffodil/design";
|
24
8
|
/**
|
25
9
|
* DaffToastComponent provides a way to display and
|
26
10
|
* communicate information for user actions or system updates.
|
27
11
|
*/
|
28
|
-
export declare class DaffToastComponent
|
29
|
-
private
|
30
|
-
private renderer;
|
12
|
+
export declare class DaffToastComponent implements DaffPrefixable, AfterContentInit, AfterViewInit, OnDestroy {
|
13
|
+
private _elementRef;
|
31
14
|
private _focusTrapFactory;
|
32
15
|
private _focusStack;
|
33
16
|
/** @docs-private */
|
@@ -42,11 +25,10 @@ export declare class DaffToastComponent extends _daffToastBase implements DaffPr
|
|
42
25
|
*/
|
43
26
|
onEscape(): void;
|
44
27
|
private _focusTrap;
|
45
|
-
constructor(
|
28
|
+
constructor(_elementRef: ElementRef, _focusTrapFactory: ConfigurableFocusTrapFactory, _focusStack: DaffFocusStackService);
|
46
29
|
ngAfterContentInit(): void;
|
47
30
|
ngAfterViewInit(): void;
|
48
31
|
ngOnDestroy(): void;
|
49
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffToastComponent, never>;
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffToastComponent, "daff-toast", never, { "
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffToastComponent, "daff-toast", never, { "toast": { "alias": "toast"; "required": false; }; }, {}, ["_actions", "_prefix"], ["[daffPrefix]", "[daffToastTitle]", "[daffToastMessage]", "[daffToastActions]", "*"], false, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffStatusableDirective; inputs: { "status": "status"; }; outputs: {}; }]>;
|
51
34
|
}
|
52
|
-
export {};
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BasicTreeComponent {
|
4
4
|
tree: DaffTreeData<unknown>;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicTreeComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicTreeComponent, "basic-tree", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicTreeComponent, "basic-tree", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -1,21 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
2
2
|
import { DaffTreeNotifierService } from './tree-notifier.service';
|
3
3
|
import { DaffTreeData } from '../interfaces/tree-data';
|
4
4
|
import { DaffTreeRenderMode } from '../interfaces/tree-render-mode';
|
5
5
|
import { DaffTreeFlatNode } from '../utils/flatten-tree';
|
6
6
|
import * as i0 from "@angular/core";
|
7
|
-
|
8
|
-
* An _elementRef and an instance of renderer2 are needed for the list mixins
|
9
|
-
*/
|
10
|
-
declare class DaffTreeBase {
|
11
|
-
_elementRef: ElementRef;
|
12
|
-
_renderer: Renderer2;
|
13
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
14
|
-
}
|
15
|
-
declare const _daffTreeBase: (new (...args: any[]) => {
|
16
|
-
_elementRef: ElementRef<any>;
|
17
|
-
_renderer: Renderer2;
|
18
|
-
}) & typeof DaffTreeBase;
|
7
|
+
import * as i1 from "@daffodil/design";
|
19
8
|
/**
|
20
9
|
* The `DaffTreeComponent` allows you to render tree structures as interactable ui.
|
21
10
|
*
|
@@ -36,10 +25,8 @@ declare const _daffTreeBase: (new (...args: any[]) => {
|
|
36
25
|
* where `tree` is a {@link DaffTreeData}.
|
37
26
|
*
|
38
27
|
*/
|
39
|
-
export declare class DaffTreeComponent
|
28
|
+
export declare class DaffTreeComponent implements OnInit, OnChanges {
|
40
29
|
private notifier;
|
41
|
-
private elementRef;
|
42
|
-
private renderer;
|
43
30
|
/**
|
44
31
|
* The css class of the daff-tree.
|
45
32
|
*
|
@@ -81,7 +68,7 @@ export declare class DaffTreeComponent extends _daffTreeBase implements OnInit,
|
|
81
68
|
* @docs-private
|
82
69
|
*/
|
83
70
|
treeItemTemplate: TemplateRef<any>;
|
84
|
-
constructor(notifier: DaffTreeNotifierService
|
71
|
+
constructor(notifier: DaffTreeNotifierService);
|
85
72
|
ngOnChanges(changes: SimpleChanges): void;
|
86
73
|
/**
|
87
74
|
* The track-by function used to reduce tree-item re-renders
|
@@ -92,6 +79,5 @@ export declare class DaffTreeComponent extends _daffTreeBase implements OnInit,
|
|
92
79
|
*/
|
93
80
|
ngOnInit(): void;
|
94
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffTreeComponent, never>;
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffTreeComponent, "ul[daff-tree]", never, { "renderMode": { "alias": "renderMode"; "required": false; }; "tree": { "alias": "tree"; "required": false; }; }, {}, ["withChildrenTemplate", "treeItemTemplate"], never, false,
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffTreeComponent, "ul[daff-tree]", never, { "renderMode": { "alias": "renderMode"; "required": false; }; "tree": { "alias": "tree"; "required": false; }; }, {}, ["withChildrenTemplate", "treeItemTemplate"], never, false, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }]>;
|
96
83
|
}
|
97
|
-
export {};
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./article-blockquote/article-blockquote.component";
|
3
|
-
import * as i2 from "./article-code-block/article-code-block.component";
|
4
|
-
import * as i3 from "./article-code-inline/article-code-inline.component";
|
5
|
-
import * as i4 from "./article-headings/article-headings.component";
|
6
|
-
import * as i5 from "./article-hr/article-hr.component";
|
7
|
-
import * as i6 from "./article-link/article-link.component";
|
8
|
-
import * as i7 from "./article-meta/article-meta.component";
|
9
|
-
import * as i8 from "./article-ol/article-ol.component";
|
10
|
-
import * as i9 from "./article-ul/article-ul.component";
|
11
|
-
import * as i10 from "./article-table/article-table.component";
|
12
|
-
import * as i11 from "@angular/common";
|
13
|
-
import * as i12 from "@daffodil/design/article";
|
14
|
-
export declare class ArticleExamplesModule {
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArticleExamplesModule, never>;
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ArticleExamplesModule, [typeof i1.ArticleBlockquoteComponent, typeof i2.ArticleCodeBlockComponent, typeof i3.ArticleCodeInlineComponent, typeof i4.ArticleHeadingsComponent, typeof i5.ArticleHrComponent, typeof i6.ArticleLinkComponent, typeof i7.ArticleMetaComponent, typeof i8.ArticleOlComponent, typeof i9.ArticleUlComponent, typeof i10.ArticleTableComponent], [typeof i11.CommonModule, typeof i12.DaffArticleModule], never>;
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ArticleExamplesModule>;
|
18
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./basic-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class BasicButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BasicButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BasicButtonModule, [typeof i1.BasicButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.BasicButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BasicButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./flat-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class FlatButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlatButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FlatButtonModule, [typeof i1.FlatButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.FlatButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FlatButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./icon-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class IconButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IconButtonModule, [typeof i1.IconButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.IconButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IconButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./raised-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class RaisedButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RaisedButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RaisedButtonModule, [typeof i1.RaisedButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.RaisedButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RaisedButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./sizeable-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class SizeableButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SizeableButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SizeableButtonModule, [typeof i1.SizeableButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.SizeableButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SizeableButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./statusable-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class StatusableButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StatusableButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StatusableButtonModule, [typeof i1.StatusableButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.StatusableButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<StatusableButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./stroked-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class StrokedButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StrokedButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StrokedButtonModule, [typeof i1.StrokedButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.StrokedButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<StrokedButtonModule>;
|
9
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./underline-button.component";
|
3
|
-
import * as i2 from "@daffodil/design/button";
|
4
|
-
import * as i3 from "@fortawesome/angular-fontawesome";
|
5
|
-
export declare class UnderlineButtonModule {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnderlineButtonModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UnderlineButtonModule, [typeof i1.UnderlineButtonComponent], [typeof i2.DaffButtonModule, typeof i3.FontAwesomeModule], [typeof i1.UnderlineButtonComponent]>;
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UnderlineButtonModule>;
|
9
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./callout-text-alignment.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@angular/forms";
|
5
|
-
import * as i4 from "@daffodil/design/callout";
|
6
|
-
import * as i5 from "@daffodil/design/container";
|
7
|
-
import * as i6 from "@daffodil/design/button";
|
8
|
-
import * as i7 from "@fortawesome/angular-fontawesome";
|
9
|
-
export declare class CalloutTextAlignmentModule {
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalloutTextAlignmentModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutTextAlignmentModule, [typeof i1.CalloutTextAlignmentComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffCalloutModule, typeof i5.DaffContainerModule, typeof i6.DaffButtonModule, typeof i7.FontAwesomeModule], never>;
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CalloutTextAlignmentModule>;
|
13
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./callout-theming.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@angular/forms";
|
5
|
-
import * as i4 from "@daffodil/design/callout";
|
6
|
-
import * as i5 from "@daffodil/design/button";
|
7
|
-
import * as i6 from "@fortawesome/angular-fontawesome";
|
8
|
-
export declare class CalloutThemingModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalloutThemingModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutThemingModule, [typeof i1.CalloutThemingComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffCalloutModule, typeof i5.DaffButtonModule, typeof i6.FontAwesomeModule], never>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CalloutThemingModule>;
|
12
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./callout-with-grid.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@angular/forms";
|
5
|
-
import * as i4 from "@daffodil/design/callout";
|
6
|
-
import * as i5 from "@daffodil/design/container";
|
7
|
-
import * as i6 from "@daffodil/design/button";
|
8
|
-
import * as i7 from "@fortawesome/angular-fontawesome";
|
9
|
-
export declare class CalloutWithGridModule {
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalloutWithGridModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutWithGridModule, [typeof i1.CalloutWithGridComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffCalloutModule, typeof i5.DaffContainerModule, typeof i6.DaffButtonModule, typeof i7.FontAwesomeModule], never>;
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CalloutWithGridModule>;
|
13
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./compact-callout.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@daffodil/design/callout";
|
5
|
-
import * as i4 from "@daffodil/design/container";
|
6
|
-
import * as i5 from "@daffodil/design/button";
|
7
|
-
import * as i6 from "@fortawesome/angular-fontawesome";
|
8
|
-
export declare class CompactCalloutModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CompactCalloutModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CompactCalloutModule, [typeof i1.CompactCalloutComponent], [typeof i2.CommonModule, typeof i3.DaffCalloutModule, typeof i4.DaffContainerModule, typeof i5.DaffButtonModule, typeof i6.FontAwesomeModule], never>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CompactCalloutModule>;
|
12
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./basic-card.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@daffodil/design/card";
|
5
|
-
import * as i4 from "@daffodil/design/image";
|
6
|
-
import * as i5 from "@daffodil/design/button";
|
7
|
-
import * as i6 from "@fortawesome/angular-fontawesome";
|
8
|
-
export declare class BasicCardModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BasicCardModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BasicCardModule, [typeof i1.BasicCardComponent], [typeof i2.CommonModule, typeof i3.DaffCardModule, typeof i4.DaffImageModule, typeof i5.DaffButtonModule, typeof i6.FontAwesomeModule], [typeof i1.BasicCardComponent]>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BasicCardModule>;
|
12
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./card-orientation.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@angular/forms";
|
5
|
-
import * as i4 from "@daffodil/design/card";
|
6
|
-
import * as i5 from "@daffodil/design/image";
|
7
|
-
import * as i6 from "@daffodil/design/button";
|
8
|
-
import * as i7 from "@fortawesome/angular-fontawesome";
|
9
|
-
export declare class CardOrientationModule {
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardOrientationModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardOrientationModule, [typeof i1.CardOrientationComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffCardModule, typeof i5.DaffImageModule, typeof i6.DaffButtonModule, typeof i7.FontAwesomeModule], [typeof i1.CardOrientationComponent]>;
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CardOrientationModule>;
|
13
|
-
}
|