@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
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CompactHeroComponent {
|
3
3
|
faMobile: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompactHeroComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CompactHeroComponent, "compact-hero", never, {}, {}, never, never,
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompactHeroComponent, "compact-hero", never, {}, {}, never, never, true, never>;
|
6
6
|
}
|
@@ -8,5 +8,5 @@ export declare class HeroTextAlignmentComponent {
|
|
8
8
|
label: string;
|
9
9
|
}[];
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeroTextAlignmentComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeroTextAlignmentComponent, "hero-text-alignment", never, {}, {}, never, never,
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeroTextAlignmentComponent, "hero-text-alignment", never, {}, {}, never, never, true, never>;
|
12
12
|
}
|
@@ -6,5 +6,5 @@ export declare class HeroThemingComponent {
|
|
6
6
|
color: DaffPalette;
|
7
7
|
colorControl: UntypedFormControl;
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeroThemingComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeroThemingComponent, "hero-theming", never, {}, {}, never, never,
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeroThemingComponent, "hero-theming", never, {}, {}, never, never, true, never>;
|
10
10
|
}
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
2
2
|
export declare class HeroWithGridComponent {
|
3
3
|
faMobile: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeroWithGridComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeroWithGridComponent, "hero-with-grid", never, {}, {}, never, never,
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeroWithGridComponent, "hero-with-grid", never, {}, {}, never, never, true, never>;
|
6
6
|
}
|
@@ -1,9 +1,5 @@
|
|
1
1
|
export { HeroThemingComponent } from './hero-theming/hero-theming.component';
|
2
|
-
export { HeroThemingModule } from './hero-theming/hero-theming.module';
|
3
2
|
export { HeroTextAlignmentComponent } from './hero-text-alignment/hero-text-alignment.component';
|
4
|
-
export { HeroTextAlignmentModule } from './hero-text-alignment/hero-text-alignment.module';
|
5
3
|
export { HeroWithGridComponent } from './hero-with-grid/hero-with-grid.component';
|
6
|
-
export { HeroWithGridModule } from './hero-with-grid/hero-with-grid.module';
|
7
4
|
export { CompactHeroComponent } from './compact-hero/compact-hero.component';
|
8
|
-
export { CompactHeroModule } from './compact-hero/compact-hero.module';
|
9
5
|
export { HERO_EXAMPLES } from './examples';
|
@@ -1,48 +1,16 @@
|
|
1
|
-
import {
|
2
|
-
import { DaffColorable, DaffCompactable, DaffTextAlignable } from '@daffodil/design';
|
1
|
+
import { DaffTextAlignableDirective } from '@daffodil/design';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
* An _elementRef and an instance of renderer2 are needed for the hero mixins
|
6
|
-
*/
|
7
|
-
declare class DaffHeroBase {
|
8
|
-
_elementRef: ElementRef;
|
9
|
-
_renderer: Renderer2;
|
10
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
11
|
-
}
|
12
|
-
declare const _daffHeroBase: (new (...args: any[]) => {
|
13
|
-
_elementRef: ElementRef<any>;
|
14
|
-
_renderer: Renderer2;
|
15
|
-
}) & (new (...args: any[]) => {
|
16
|
-
_elementRef: ElementRef<any>;
|
17
|
-
_renderer: Renderer2;
|
18
|
-
}) & (new (...args: any[]) => {
|
19
|
-
_color: import("@daffodil/design").DaffPalette;
|
20
|
-
color: import("@daffodil/design").DaffPalette;
|
21
|
-
_elementRef: ElementRef<any>;
|
22
|
-
_renderer: Renderer2;
|
23
|
-
}) & (new (...args: any[]) => {
|
24
|
-
_compact: boolean;
|
25
|
-
compact: boolean;
|
26
|
-
_elementRef: ElementRef<any>;
|
27
|
-
_renderer: Renderer2;
|
28
|
-
}) & (new (...args: any[]) => {
|
29
|
-
_textAlignment: import("@daffodil/design").DaffTextAlignment;
|
30
|
-
textAlignment: import("@daffodil/design").DaffTextAlignment;
|
31
|
-
_elementRef: ElementRef<any>;
|
32
|
-
_renderer: Renderer2;
|
33
|
-
}) & typeof DaffHeroBase;
|
3
|
+
import * as i1 from "@daffodil/design";
|
34
4
|
/**
|
35
5
|
* @inheritdoc
|
36
6
|
*/
|
37
|
-
export declare class DaffHeroComponent
|
38
|
-
private
|
39
|
-
|
40
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
7
|
+
export declare class DaffHeroComponent {
|
8
|
+
private textAlignable;
|
9
|
+
constructor(textAlignable: DaffTextAlignableDirective);
|
41
10
|
/**
|
42
11
|
* @docs-private
|
43
12
|
*/
|
44
13
|
class: boolean;
|
45
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffHeroComponent, never>;
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffHeroComponent, "daff-hero", never, { "
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffHeroComponent, "daff-hero", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffManageContainerLayoutDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffTextAlignableDirective; inputs: { "textAlignment": "textAlignment"; }; outputs: {}; }, { directive: typeof i1.DaffCompactableDirective; inputs: { "compact": "compact"; }; outputs: {}; }, { directive: typeof i1.DaffColorableDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
47
16
|
}
|
48
|
-
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class BasicImageComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicImageComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicImageComponent, "basic-image", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicImageComponent, "basic-image", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -3,5 +3,5 @@ export declare class LoadImageComponent {
|
|
3
3
|
loaded: boolean;
|
4
4
|
load(): void;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadImageComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadImageComponent, "load-image", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadImageComponent, "load-image", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare const IMAGE_EXAMPLES:
|
1
|
+
import { BasicImageComponent } from './basic-image/basic-image.component';
|
2
|
+
export declare const IMAGE_EXAMPLES: (typeof BasicImageComponent)[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class SkeletonImageComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonImageComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonImageComponent, "skeleton-image", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonImageComponent, "skeleton-image", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,25 +1,9 @@
|
|
1
|
-
import { EventEmitter, OnInit
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
2
2
|
import { DomSanitizer } from '@angular/platform-browser';
|
3
|
-
import { DaffSkeletonable } from '@daffodil/design';
|
4
3
|
import * as i0 from "@angular/core";
|
5
|
-
|
6
|
-
|
7
|
-
*/
|
8
|
-
declare class DaffImageBase {
|
9
|
-
_elementRef: ElementRef;
|
10
|
-
_renderer: Renderer2;
|
11
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
12
|
-
}
|
13
|
-
declare const _daffImageBase: (new (...args: any[]) => {
|
14
|
-
_skeleton: boolean;
|
15
|
-
skeleton: boolean;
|
16
|
-
_elementRef: ElementRef<any>;
|
17
|
-
_renderer: Renderer2;
|
18
|
-
}) & typeof DaffImageBase;
|
19
|
-
export declare class DaffImageComponent extends _daffImageBase implements OnInit, DaffSkeletonable {
|
4
|
+
import * as i1 from "@daffodil/design";
|
5
|
+
export declare class DaffImageComponent implements OnInit {
|
20
6
|
private sanitizer;
|
21
|
-
private elementRef;
|
22
|
-
private renderer;
|
23
7
|
private _src;
|
24
8
|
get src(): string;
|
25
9
|
set src(value: string);
|
@@ -37,7 +21,7 @@ export declare class DaffImageComponent extends _daffImageBase implements OnInit
|
|
37
21
|
* @docs-private
|
38
22
|
*/
|
39
23
|
ngOnInit(): void;
|
40
|
-
constructor(sanitizer: DomSanitizer
|
24
|
+
constructor(sanitizer: DomSanitizer);
|
41
25
|
/**
|
42
26
|
* @docs-private
|
43
27
|
*/
|
@@ -47,6 +31,5 @@ export declare class DaffImageComponent extends _daffImageBase implements OnInit
|
|
47
31
|
*/
|
48
32
|
get maxWidth(): string;
|
49
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffImageComponent, never>;
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffImageComponent, "daff-image", never, { "
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffImageComponent, "daff-image", never, { "src": { "alias": "src"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "load": "load"; }, never, never, false, [{ directive: typeof i1.DaffSkeletonableDirective; inputs: { "skeleton": "skeleton"; }; outputs: {}; }]>;
|
51
35
|
}
|
52
|
-
export {};
|
package/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class BasicInputComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicInputComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicInputComponent, "basic-input", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicInputComponent, "basic-input", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare const INPUT_EXAMPLES:
|
1
|
+
import { BasicInputComponent } from './basic-input/basic-input.component';
|
2
|
+
export declare const INPUT_EXAMPLES: (typeof BasicInputComponent)[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class InputDisabledComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDisabledComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputDisabledComponent, "input-disabled", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputDisabledComponent, "input-disabled", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class InputErrorComponent {
|
4
4
|
control: UntypedFormControl;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputErrorComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputErrorComponent, "input-error", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputErrorComponent, "input-error", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class InputWithFormFieldComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputWithFormFieldComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputWithFormFieldComponent, "input-with-form-field", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputWithFormFieldComponent, "input-with-form-field", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,32 +1,13 @@
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
2
1
|
import * as i0 from "@angular/core";
|
3
|
-
|
4
|
-
* An _elementRef and an instance of renderer2 are needed for the link set mixins
|
5
|
-
*/
|
6
|
-
declare class DaffLinkSetBase {
|
7
|
-
_elementRef: ElementRef;
|
8
|
-
_renderer: Renderer2;
|
9
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
10
|
-
}
|
11
|
-
declare const _daffLinkSetBase: (new (...args: any[]) => {
|
12
|
-
_elementRef: ElementRef<any>;
|
13
|
-
/**
|
14
|
-
* DaffLinkSetComponent is a component for displaying a two or more links.
|
15
|
-
*/
|
16
|
-
_renderer: Renderer2;
|
17
|
-
}) & typeof DaffLinkSetBase;
|
2
|
+
import * as i1 from "@daffodil/design";
|
18
3
|
/**
|
19
4
|
* DaffLinkSetComponent is a component for displaying a two or more links.
|
20
5
|
*/
|
21
|
-
export declare class DaffLinkSetComponent
|
22
|
-
private elementRef;
|
23
|
-
private renderer;
|
6
|
+
export declare class DaffLinkSetComponent {
|
24
7
|
/**
|
25
8
|
* @docs-private
|
26
9
|
*/
|
27
10
|
class: boolean;
|
28
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
29
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffLinkSetComponent, never>;
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffLinkSetComponent, "daff-link-set", never, {}, {}, never, ["*"], false,
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffLinkSetComponent, "daff-link-set", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }]>;
|
31
13
|
}
|
32
|
-
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class BasicListComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicListComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicListComponent, "basic-list", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicListComponent, "basic-list", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IconListComponent {
|
3
3
|
faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconListComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconListComponent, "icon-list", never, {}, {}, never, never,
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconListComponent, "icon-list", never, {}, {}, never, never, true, never>;
|
6
6
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class MultilineListComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultilineListComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultilineListComponent, "multiline-list", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultilineListComponent, "multiline-list", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
2
2
|
export declare class NavListComponent {
|
3
3
|
faChevronRight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavListComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavListComponent, "nav-list", never, {}, {}, never, never,
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavListComponent, "nav-list", never, {}, {}, never, never, true, never>;
|
6
6
|
}
|
@@ -2,5 +2,4 @@ export { BasicListComponent } from './basic-list/basic-list.component';
|
|
2
2
|
export { NavListComponent } from './nav-list/nav-list.component';
|
3
3
|
export { IconListComponent } from './icon-list/icon-list.component';
|
4
4
|
export { MultilineListComponent } from './multiline-list/multiline-list.component';
|
5
|
-
export { ListExamplesModule } from './list-examples.module';
|
6
5
|
export { LIST_EXAMPLES } from './examples';
|
@@ -1,21 +1,9 @@
|
|
1
|
-
import { ElementRef
|
1
|
+
import { ElementRef } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "@daffodil/design";
|
3
4
|
export type DaffListType = 'daff-list' | 'daff-nav-list';
|
4
|
-
|
5
|
-
* An _elementRef and an instance of renderer2 are needed for the list mixins
|
6
|
-
*/
|
7
|
-
declare class DaffListBase {
|
8
|
-
_elementRef: ElementRef;
|
9
|
-
_renderer: Renderer2;
|
10
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
11
|
-
}
|
12
|
-
declare const _daffListBase: (new (...args: any[]) => {
|
13
|
-
_elementRef: ElementRef<any>;
|
14
|
-
_renderer: Renderer2;
|
15
|
-
}) & typeof DaffListBase;
|
16
|
-
export declare class DaffListComponent extends _daffListBase {
|
5
|
+
export declare class DaffListComponent {
|
17
6
|
private elementRef;
|
18
|
-
private renderer;
|
19
7
|
/**
|
20
8
|
* @docs-private
|
21
9
|
*/
|
@@ -24,7 +12,7 @@ export declare class DaffListComponent extends _daffListBase {
|
|
24
12
|
* @docs-private
|
25
13
|
*/
|
26
14
|
get listType(): DaffListType;
|
27
|
-
constructor(elementRef: ElementRef
|
15
|
+
constructor(elementRef: ElementRef);
|
28
16
|
/**
|
29
17
|
* @docs-private
|
30
18
|
*/
|
@@ -37,6 +25,5 @@ export declare class DaffListComponent extends _daffListBase {
|
|
37
25
|
get role(): "list" | "navigation";
|
38
26
|
private _getHostElement;
|
39
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffListComponent, never>;
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffListComponent, "daff-list,daff-nav-list", never, {}, {}, never, ["*"], false,
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffListComponent, "daff-list,daff-nav-list", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }]>;
|
41
29
|
}
|
42
|
-
export {};
|
package/loading-icon/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Loading icons are used as an indicator of an event in progress.
|
3
3
|
|
4
4
|
## Overview
|
5
|
-
Loading icons are used to indicate to users that an event is ocurring and is still in progress. They should only be used for short loading processes. For events that can take a considerable amount of time, use the [Progress Bar](
|
5
|
+
Loading icons are used to indicate to users that an event is ocurring and is still in progress. They should only be used for short loading processes. For events that can take a considerable amount of time, use the [Progress Bar](/libs/design/progress-bar/README.md) component instead.
|
6
6
|
|
7
7
|
## Diameter
|
8
8
|
The diameter of a loading icon can be defined by using the `diameter` property. By default, the diameter is set to `60`.
|
@@ -1,4 +1,2 @@
|
|
1
|
-
export { LoadingIconColorModule } from './loading-icon-color/loading-icon-color.module';
|
2
1
|
import { LoadingIconDiameterComponent } from './loading-icon-diameter/loading-icon-diameter.component';
|
3
|
-
export { LoadingIconDiameterModule } from './loading-icon-diameter/loading-icon-diameter.module';
|
4
2
|
export declare const LOADING_ICON_EXAMPLES: (typeof LoadingIconDiameterComponent)[];
|
@@ -7,5 +7,5 @@ export declare class LoadingIconColorComponent {
|
|
7
7
|
label: string;
|
8
8
|
}[];
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIconColorComponent, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIconColorComponent, "loading-icon-color", never, {}, {}, never, never,
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIconColorComponent, "loading-icon-color", never, {}, {}, never, never, true, never>;
|
11
11
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class LoadingIconDiameterComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIconDiameterComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIconDiameterComponent, "loading-icon-diameter", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIconDiameterComponent, "loading-icon-diameter", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,26 +1,9 @@
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
2
|
-
import { DaffColorable } from '@daffodil/design';
|
3
1
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
* An _elementRef and an instance of renderer2 are needed for the Colorable mixin
|
6
|
-
*/
|
7
|
-
declare class DaffLoadingIconBase {
|
8
|
-
_elementRef: ElementRef;
|
9
|
-
_renderer: Renderer2;
|
10
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
11
|
-
}
|
12
|
-
declare const _daffLoadingIconBase: (new (...args: any[]) => {
|
13
|
-
_color: import("@daffodil/design").DaffPalette;
|
14
|
-
color: import("@daffodil/design").DaffPalette;
|
15
|
-
_elementRef: ElementRef<any>;
|
16
|
-
_renderer: Renderer2;
|
17
|
-
}) & typeof DaffLoadingIconBase;
|
2
|
+
import * as i1 from "@daffodil/design";
|
18
3
|
/**
|
19
4
|
* @inheritdoc
|
20
5
|
*/
|
21
|
-
export declare class DaffLoadingIconComponent
|
22
|
-
private elementRef;
|
23
|
-
private renderer;
|
6
|
+
export declare class DaffLoadingIconComponent {
|
24
7
|
/**
|
25
8
|
* The (pixel) diameter of the animation
|
26
9
|
*/
|
@@ -33,8 +16,6 @@ export declare class DaffLoadingIconComponent extends _daffLoadingIconBase imple
|
|
33
16
|
* @docs-private
|
34
17
|
*/
|
35
18
|
get maxWidth(): string;
|
36
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
37
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffLoadingIconComponent, never>;
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffLoadingIconComponent, "daff-loading-icon", never, { "
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffLoadingIconComponent, "daff-loading-icon", never, { "diameter": { "alias": "diameter"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.DaffColorableDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
39
21
|
}
|
40
|
-
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class BasicMediaGalleryComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicMediaGalleryComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicMediaGalleryComponent, "basic-media-gallery", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicMediaGalleryComponent, "basic-media-gallery", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class MismatchedSizesMediaGalleryComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<MismatchedSizesMediaGalleryComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MismatchedSizesMediaGalleryComponent, "mismatched-sizes-media-gallery", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MismatchedSizesMediaGalleryComponent, "mismatched-sizes-media-gallery", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,7 +1,4 @@
|
|
1
1
|
export { MEDIA_GALLERY_EXAMPLES } from './examples';
|
2
|
-
export { BasicMediaGalleryModule } from './basic-media-gallery/basic-media-gallery.module';
|
3
2
|
export { BasicMediaGalleryComponent } from './basic-media-gallery/basic-media-gallery.component';
|
4
|
-
export { MismatchedSizesMediaGalleryModule } from './mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module';
|
5
3
|
export { MismatchedSizesMediaGalleryComponent } from './mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component';
|
6
4
|
export { SkeletonMediaGalleryComponent } from './skeleton-media-gallery/skeleton-media-gallery.component';
|
7
|
-
export { SkeletonMediaGalleryModule } from './skeleton-media-gallery/skeleton-media-gallery.module';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class SkeletonMediaGalleryComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonMediaGalleryComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonMediaGalleryComponent, "skeleton-media-gallery", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonMediaGalleryComponent, "skeleton-media-gallery", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|
@@ -1,28 +1,9 @@
|
|
1
|
-
import { OnInit, OnDestroy
|
2
|
-
import { DaffSkeletonable } from '@daffodil/design';
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
3
2
|
import { DaffMediaGalleryRegistration } from '../helpers/media-gallery-registration.interface';
|
4
3
|
import { DaffMediaGalleryRegistry } from '../registry/media-gallery.registry';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
|
7
|
-
|
8
|
-
*/
|
9
|
-
declare class DaffMediaGalleryBase {
|
10
|
-
_elementRef: ElementRef;
|
11
|
-
_renderer: Renderer2;
|
12
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
13
|
-
}
|
14
|
-
declare const _daffMediaGalleryBase: (new (...args: any[]) => {
|
15
|
-
_skeleton: boolean;
|
16
|
-
skeleton: boolean;
|
17
|
-
_elementRef: ElementRef<any>;
|
18
|
-
_renderer: Renderer2;
|
19
|
-
}) & (new (...args: any[]) => {
|
20
|
-
_elementRef: ElementRef<any>;
|
21
|
-
_renderer: Renderer2;
|
22
|
-
}) & typeof DaffMediaGalleryBase;
|
23
|
-
export declare class DaffMediaGalleryComponent extends _daffMediaGalleryBase implements DaffMediaGalleryRegistration, DaffSkeletonable, OnInit, OnDestroy {
|
24
|
-
private elementRef;
|
25
|
-
private renderer;
|
5
|
+
import * as i1 from "@daffodil/design";
|
6
|
+
export declare class DaffMediaGalleryComponent implements DaffMediaGalleryRegistration, OnInit, OnDestroy {
|
26
7
|
private registry;
|
27
8
|
/**
|
28
9
|
* Adds a class for styling the media gallery
|
@@ -32,10 +13,9 @@ export declare class DaffMediaGalleryComponent extends _daffMediaGalleryBase imp
|
|
32
13
|
* The name of the gallery
|
33
14
|
*/
|
34
15
|
name: string;
|
35
|
-
constructor(
|
16
|
+
constructor(registry: DaffMediaGalleryRegistry);
|
36
17
|
ngOnInit(): void;
|
37
18
|
ngOnDestroy(): void;
|
38
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffMediaGalleryComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffMediaGalleryComponent, "daff-media-gallery", never, { "skeleton": { "alias": "skeleton"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["[daffThumbnail]"], false,
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffMediaGalleryComponent, "daff-media-gallery", never, { "skeleton": { "alias": "skeleton"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["[daffThumbnail]"], false, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffSkeletonableDirective; inputs: { "skeleton": "skeleton"; }; outputs: {}; }]>;
|
40
21
|
}
|
41
|
-
export {};
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BasicMenuComponent {
|
4
4
|
menu: typeof MenuContentComponent;
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicMenuComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicMenuComponent, "basic-menu", never, {}, {}, never, never,
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicMenuComponent, "basic-menu", never, {}, {}, never, never, true, never>;
|
7
7
|
}
|
@@ -4,5 +4,5 @@ export declare class MenuContentComponent {
|
|
4
4
|
faInfo: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
5
5
|
faEnvelope: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuContentComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuContentComponent, "menu-content", never, {}, {}, never, never,
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuContentComponent, "menu-content", never, {}, {}, never, never, true, never>;
|
8
8
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare const MENU_EXAMPLES:
|
1
|
+
import { BasicMenuComponent } from './basic-menu/basic-menu.component';
|
2
|
+
export declare const MENU_EXAMPLES: (typeof BasicMenuComponent)[];
|
package/modal/README.md
CHANGED
@@ -1,47 +1,32 @@
|
|
1
|
-
# Modal
|
1
|
+
# Modal
|
2
|
+
Modal is a dynamically rendered element that floats above the rest of a page's content. It can be especially useful for interstitials that require additional user feedback.
|
2
3
|
|
3
|
-
|
4
|
+
## Basic Modal
|
5
|
+
<design-land-example-viewer-container example="basic-modal"></design-land-example-viewer-container>
|
4
6
|
|
5
|
-
##
|
7
|
+
## Supported Content Types
|
8
|
+
A modal includes minimally pre-styled components and directives to help structure the content in your modal.
|
6
9
|
|
7
|
-
|
10
|
+
### Header
|
11
|
+
Header can be added to a modal by using `<daff-modal-header>`. The header includes a title and an optional close button.
|
8
12
|
|
9
|
-
|
10
|
-
|
13
|
+
#### Title
|
14
|
+
Title can be added to the header by using the `[daffModalTitle]` directive.
|
11
15
|
|
12
|
-
|
13
|
-
|
16
|
+
#### Close Button
|
17
|
+
The close button in the header is shown by default but can be hidden by setting the `dismissible` property to `false` on the header.
|
14
18
|
|
15
|
-
|
16
|
-
|
17
|
-
MyModalContentComponent,
|
18
|
-
],
|
19
|
-
imports: [
|
20
|
-
DaffModalModule,
|
21
|
-
],
|
22
|
-
entryComponents: [
|
23
|
-
MyModalContentComponent
|
24
|
-
]
|
25
|
-
})
|
26
|
-
export class ModalModule {
|
27
|
-
}
|
28
|
-
```
|
19
|
+
### Content
|
20
|
+
Content can be added to a modal by using `<daff-modal-content>`. It should only be used once. It's a wrapper container that can be used to place all additional components and text content within a modal. The content container allows for a ton of control and customization because it's minimally pre-styled and serves as a wrapping and spacing container that is scrollable.
|
29
21
|
|
30
|
-
|
22
|
+
### Actions
|
23
|
+
Buttons can be added to a modal by using `<daff-modal-actions>`. This container will always be positioned at the bottom of a modal. The horizontal alignment of the actions is set to `end`.
|
31
24
|
|
32
|
-
|
33
|
-
|
25
|
+
## Dismissing a Modal
|
26
|
+
A modal can be dismissed via the close button or the `ESC` key. The close button is shown by default but can be hidden by setting the `dismissible` property to `false` on `<daff-modal-header>`. Additionally, the `[daffModalClose]` directive can be added to a `<button>` HTML element.
|
34
27
|
|
35
|
-
|
36
|
-
|
37
|
-
})
|
38
|
-
export class MyOtherComponent {
|
39
|
-
constructor(private modalService: DaffModalService) {}
|
28
|
+
## Accessibility
|
29
|
+
Modal works with the ARIA `role="dialog"` and `aria-modal="true"` attributes to provide an accessible experience. `aria-labelledby` is assigned the `[daffModalTitle]` string. When a modal is opened, the first tabbable element within it will receive focus.
|
40
30
|
|
41
|
-
|
42
|
-
|
43
|
-
}
|
44
|
-
}
|
45
|
-
```
|
46
|
-
|
47
|
-
> You will likely never render the `DaffModalComponent` directly like you would with other components due to its dynamic nature.
|
31
|
+
### Keyboard Interactions
|
32
|
+
A modal can be closed by choosing one of the actions buttons, the close button in the header, or it can be dismissed by pressing the `ESC` key.
|
@@ -6,5 +6,5 @@ export declare class BasicModalComponent {
|
|
6
6
|
constructor(modalService: DaffModalService);
|
7
7
|
showModal(): void;
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicModalComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicModalComponent, "basic-modal", never, {}, {}, never, never,
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicModalComponent, "basic-modal", never, {}, {}, never, never, true, never>;
|
10
10
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class BasicModalContentComponent {
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicModalContentComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicModalContentComponent, "basic-modal-content", never, {}, {}, never, never,
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicModalContentComponent, "basic-modal-content", never, {}, {}, never, never, true, never>;
|
5
5
|
}
|