@daffodil/design 0.76.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/README.md +40 -2
- package/accordion/accordion/accordion/accordion.component.d.ts +1 -1
- package/accordion/accordion/accordion-item/accordion-item.component.d.ts +19 -8
- package/accordion/accordion/accordion-item-title/accordion-item-title.directive.d.ts +1 -1
- package/accordion/accordion.d.ts +4 -0
- package/accordion/accordion.module.d.ts +6 -7
- package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +1 -1
- package/accordion/examples/public_api.d.ts +0 -1
- package/accordion/public_api.d.ts +1 -0
- package/article/README.md +42 -1
- package/article/article/article.component.d.ts +1 -1
- package/article/article-meta/article-meta.directive.d.ts +1 -1
- package/article/article.d.ts +3 -0
- package/article/article.module.d.ts +5 -4
- package/article/public_api.d.ts +2 -1
- package/button/README.md +41 -0
- package/button/button/button.component.d.ts +1 -1
- package/button/button.d.ts +3 -0
- package/button/button.module.d.ts +4 -4
- package/button/public_api.d.ts +2 -1
- package/callout/README.md +42 -0
- package/callout/callout/callout.component.d.ts +1 -1
- package/callout/callout-body/callout-body.directive.d.ts +1 -1
- package/callout/callout-icon/callout-icon.directive.d.ts +1 -1
- package/callout/callout-subtitle/callout-subtitle.directive.d.ts +1 -1
- package/callout/callout-tagline/callout-tagline.directive.d.ts +1 -1
- package/callout/callout-title/callout-title.directive.d.ts +1 -1
- package/callout/callout.d.ts +7 -0
- package/callout/callout.module.d.ts +9 -8
- package/callout/public_api.d.ts +1 -0
- package/card/README.md +41 -0
- package/card/card/card.component.d.ts +1 -1
- package/card/card-actions/card-actions.directive.d.ts +1 -1
- package/card/card-content/card-content.directive.d.ts +1 -1
- package/card/card-icon/card-icon.directive.d.ts +1 -1
- package/card/card-image/card-image.directive.d.ts +1 -1
- package/card/card-tagline/card-tagline.directive.d.ts +1 -1
- package/card/card-title/card-title.directive.d.ts +1 -1
- package/card/card.d.ts +8 -0
- package/card/card.module.d.ts +12 -9
- package/card/public_api.d.ts +1 -0
- package/container/README.md +42 -1
- package/container/container/container.component.d.ts +1 -1
- package/container/container.d.ts +2 -0
- package/container/container.module.d.ts +6 -3
- package/container/public_api.d.ts +1 -0
- package/core/openable/openable.d.ts +13 -0
- package/core/openable/openable.directive.d.ts +81 -0
- package/core/openable/public_api.d.ts +2 -0
- package/core/openable/utils/state-error.d.ts +1 -0
- package/core/public_api.d.ts +1 -0
- package/esm2022/accordion/accordion/accordion/accordion.component.mjs +5 -5
- package/esm2022/accordion/accordion/accordion-item/accordion-item.component.mjs +39 -23
- package/esm2022/accordion/accordion/accordion-item-title/accordion-item-title.directive.mjs +5 -4
- package/esm2022/accordion/accordion/animation/accordion-animation-state.mjs +1 -1
- package/esm2022/accordion/accordion.mjs +9 -0
- package/esm2022/accordion/accordion.module.mjs +8 -16
- package/esm2022/accordion/examples/basic-accordion/basic-accordion.component.mjs +8 -5
- package/esm2022/accordion/examples/public_api.mjs +1 -2
- package/esm2022/accordion/public_api.mjs +2 -1
- package/esm2022/article/article/article.component.mjs +5 -5
- package/esm2022/article/article-meta/article-meta.directive.mjs +5 -4
- package/esm2022/article/article.mjs +7 -0
- package/esm2022/article/article.module.mjs +8 -8
- package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +8 -6
- package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +8 -6
- package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +8 -6
- package/esm2022/article/examples/article-headings/article-headings.component.mjs +9 -5
- package/esm2022/article/examples/article-hr/article-hr.component.mjs +8 -6
- package/esm2022/article/examples/article-link/article-link.component.mjs +8 -6
- package/esm2022/article/examples/article-meta/article-meta.component.mjs +8 -6
- package/esm2022/article/examples/article-ol/article-ol.component.mjs +8 -6
- package/esm2022/article/examples/article-table/article-table.component.mjs +8 -6
- package/esm2022/article/examples/article-ul/article-ul.component.mjs +8 -6
- package/esm2022/article/public_api.mjs +3 -2
- package/esm2022/atoms/form/checkbox/checkbox.component.mjs +4 -4
- package/esm2022/atoms/form/checkbox/checkbox.module.mjs +5 -5
- package/esm2022/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +4 -4
- package/esm2022/atoms/form/checkbox-set/checkbox-set.component.mjs +4 -4
- package/esm2022/atoms/form/error-message/error-message.component.mjs +4 -4
- package/esm2022/atoms/form/error-message/error-message.module.mjs +5 -5
- package/esm2022/atoms/form/form-field/form-field/form-field.component.mjs +4 -4
- package/esm2022/atoms/form/form-field/form-field.module.mjs +5 -5
- package/esm2022/atoms/form/form-label/form-label.directive.mjs +4 -4
- package/esm2022/atoms/form/form-label/form-label.module.mjs +5 -5
- package/esm2022/atoms/form/input/input.component.mjs +4 -4
- package/esm2022/atoms/form/input/input.module.mjs +5 -5
- package/esm2022/atoms/form/native-select/native-select.component.mjs +4 -4
- package/esm2022/atoms/form/native-select/native-select.module.mjs +5 -5
- package/esm2022/atoms/form/quantity-field/quantity-field.component.mjs +4 -4
- package/esm2022/atoms/form/quantity-field/quantity-field.module.mjs +5 -5
- package/esm2022/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +4 -4
- package/esm2022/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +4 -4
- package/esm2022/atoms/form/radio/cva/radio-cva.directive.mjs +4 -4
- package/esm2022/atoms/form/radio/radio.component.mjs +4 -4
- package/esm2022/atoms/form/radio/radio.module.mjs +5 -5
- package/esm2022/atoms/form/radio/registry/radio-registry.mjs +4 -4
- package/esm2022/atoms/form/radio-set/radio-set.component.mjs +4 -4
- package/esm2022/breadcrumb/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2022/breadcrumb/breadcrumb-item/breadcrumb-item.directive.mjs +4 -4
- package/esm2022/breadcrumb/breadcrumb.module.mjs +5 -5
- package/esm2022/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.mjs +4 -4
- package/esm2022/button/button/button-sizable.directive.mjs +4 -4
- package/esm2022/button/button/button.component.mjs +13 -8
- package/esm2022/button/button.mjs +7 -0
- package/esm2022/button/button.module.mjs +8 -14
- package/esm2022/button/examples/basic-button/basic-button.component.mjs +6 -8
- package/esm2022/button/examples/flat-button/flat-button.component.mjs +6 -8
- package/esm2022/button/examples/icon-button/icon-button.component.mjs +10 -6
- package/esm2022/button/examples/raised-button/raised-button.component.mjs +6 -8
- package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +10 -6
- package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +10 -6
- package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +6 -8
- package/esm2022/button/examples/underline-button/underline-button.component.mjs +6 -8
- package/esm2022/button/public_api.mjs +3 -2
- package/esm2022/callout/callout/callout.component.mjs +6 -6
- package/esm2022/callout/callout-body/callout-body.directive.mjs +5 -4
- package/esm2022/callout/callout-icon/callout-icon.directive.mjs +5 -4
- package/esm2022/callout/callout-subtitle/callout-subtitle.directive.mjs +5 -4
- package/esm2022/callout/callout-tagline/callout-tagline.directive.mjs +5 -4
- package/esm2022/callout/callout-title/callout-title.directive.mjs +5 -4
- package/esm2022/callout/callout.mjs +15 -0
- package/esm2022/callout/callout.module.mjs +8 -8
- package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +12 -11
- package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +10 -9
- package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +11 -10
- package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +11 -10
- package/esm2022/callout/public_api.mjs +2 -1
- package/esm2022/card/card/card.component.mjs +5 -5
- package/esm2022/card/card-actions/card-actions.directive.mjs +5 -4
- package/esm2022/card/card-content/card-content.directive.mjs +5 -4
- package/esm2022/card/card-icon/card-icon.directive.mjs +5 -4
- package/esm2022/card/card-image/card-image.directive.mjs +5 -4
- package/esm2022/card/card-tagline/card-tagline.directive.mjs +5 -4
- package/esm2022/card/card-title/card-title.directive.mjs +5 -4
- package/esm2022/card/card.mjs +17 -0
- package/esm2022/card/card.module.mjs +10 -8
- package/esm2022/card/examples/basic-card/basic-card.component.mjs +11 -10
- package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +12 -11
- package/esm2022/card/examples/card-theming/card-theming.component.mjs +6 -6
- package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +8 -8
- package/esm2022/card/examples/raised-card/raised-card.component.mjs +8 -8
- package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +8 -8
- package/esm2022/card/public_api.mjs +2 -1
- package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +6 -6
- package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +6 -6
- package/esm2022/container/container/container.component.mjs +5 -5
- package/esm2022/container/container.mjs +5 -0
- package/esm2022/container/container.module.mjs +9 -7
- package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +6 -6
- package/esm2022/container/public_api.mjs +2 -1
- package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +4 -4
- package/esm2022/core/breakpoints/noop.service.mjs +4 -4
- package/esm2022/core/colorable/colorable.directive.mjs +4 -4
- package/esm2022/core/compactable/compactable.directive.mjs +4 -4
- package/esm2022/core/focus/stack.service.mjs +4 -4
- package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +4 -4
- package/esm2022/core/openable/openable.directive.mjs +122 -0
- package/esm2022/core/openable/openable.mjs +2 -0
- package/esm2022/core/openable/public_api.mjs +2 -0
- package/esm2022/core/openable/utils/state-error.mjs +2 -0
- package/esm2022/core/prefix-suffix/prefix-suffix.module.mjs +5 -5
- package/esm2022/core/prefix-suffix/prefix.directive.mjs +4 -4
- package/esm2022/core/prefix-suffix/prefixable/prefixable.mjs +4 -4
- package/esm2022/core/prefix-suffix/suffix.directive.mjs +4 -4
- package/esm2022/core/prefix-suffix/suffixable/suffixable.mjs +4 -4
- package/esm2022/core/public_api.mjs +2 -1
- package/esm2022/core/sizable/sizable.directive.mjs +4 -4
- package/esm2022/core/skeletonable/skeletonable.directive.mjs +4 -4
- package/esm2022/core/statusable/statusable.directive.mjs +4 -4
- package/esm2022/core/text-alignable/text-alignable.directive.mjs +4 -4
- package/esm2022/core/theming/functions/computer.mjs +1 -1
- package/esm2022/core/theming/services/class-setter/theme-class-setter.service.mjs +4 -4
- package/esm2022/core/theming/services/os-theme/ostheme.service.mjs +4 -4
- package/esm2022/core/theming/services/storage/theme-storage.service.mjs +4 -4
- package/esm2022/core/theming/services/theming.service.mjs +4 -4
- package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +9 -8
- package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +12 -11
- package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +10 -9
- package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +11 -10
- package/esm2022/hero/hero/hero.component.mjs +6 -9
- package/esm2022/hero/hero-body/hero-body.directive.mjs +5 -4
- package/esm2022/hero/hero-icon/hero-icon.directive.mjs +5 -4
- package/esm2022/hero/hero-subtitle/hero-subtitle.directive.mjs +5 -4
- package/esm2022/hero/hero-tagline/hero-tagline.directive.mjs +5 -4
- package/esm2022/hero/hero-title/hero-title.directive.mjs +5 -4
- package/esm2022/hero/hero.mjs +15 -0
- package/esm2022/hero/hero.module.mjs +10 -8
- package/esm2022/hero/public_api.mjs +2 -1
- package/esm2022/image/examples/basic-image/basic-image.component.mjs +8 -6
- package/esm2022/image/examples/load-image/load-image.component.mjs +9 -6
- package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +8 -6
- package/esm2022/image/image/image.component.mjs +5 -5
- package/esm2022/image/image.mjs +5 -0
- package/esm2022/image/image.module.mjs +10 -8
- package/esm2022/image/public_api.mjs +2 -1
- package/esm2022/input/examples/basic-input/basic-input.component.mjs +4 -4
- package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +4 -4
- package/esm2022/input/examples/input-error/input-error.component.mjs +4 -4
- package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +4 -4
- package/esm2022/link-set/link-set/link-set.component.mjs +5 -5
- package/esm2022/link-set/link-set-heading/link-set-heading.directive.mjs +5 -4
- package/esm2022/link-set/link-set-item/link-set-item.component.mjs +5 -4
- package/esm2022/link-set/link-set-subheading/link-set-subheading.directive.mjs +5 -4
- package/esm2022/link-set/link-set.mjs +11 -0
- package/esm2022/link-set/link-set.module.mjs +11 -9
- package/esm2022/link-set/public_api.mjs +2 -1
- package/esm2022/list/examples/basic-list/basic-list.component.mjs +9 -6
- package/esm2022/list/examples/icon-list/icon-list.component.mjs +6 -8
- package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +9 -6
- package/esm2022/list/examples/nav-list/nav-list.component.mjs +6 -8
- package/esm2022/list/list/list.component.mjs +5 -5
- package/esm2022/list/list-item/list-item.component.mjs +10 -7
- package/esm2022/list/list.mjs +9 -0
- package/esm2022/list/list.module.mjs +11 -11
- package/esm2022/list/public_api.mjs +2 -1
- package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +6 -6
- package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +8 -6
- package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +5 -5
- package/esm2022/loading-icon/loading-icon.mjs +5 -0
- package/esm2022/loading-icon/loading-icon.module.mjs +9 -7
- package/esm2022/loading-icon/public_api.mjs +2 -1
- package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +10 -7
- package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +10 -7
- package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +10 -7
- package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +11 -7
- package/esm2022/media-gallery/media-gallery.mjs +9 -0
- package/esm2022/media-gallery/media-gallery.module.mjs +14 -12
- package/esm2022/media-gallery/media-renderer/media-renderer.component.mjs +5 -4
- package/esm2022/media-gallery/public_api.mjs +2 -1
- package/esm2022/media-gallery/registry/media-gallery.registry.mjs +4 -4
- package/esm2022/media-gallery/thumbnail/thumbnail.directive.mjs +5 -4
- package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +11 -7
- package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +8 -5
- package/esm2022/menu/menu/menu.component.mjs +8 -5
- package/esm2022/menu/menu-activator/menu-activator.component.mjs +5 -4
- package/esm2022/menu/menu-item/menu-item.component.mjs +10 -7
- package/esm2022/menu/menu.module.mjs +11 -10
- package/esm2022/menu/services/menu.service.mjs +10 -9
- package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +15 -7
- package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +11 -7
- package/esm2022/modal/modal/modal.component.mjs +48 -22
- package/esm2022/modal/modal-actions/modal-actions.component.mjs +5 -4
- package/esm2022/modal/modal-close/modal-close.directive.mjs +5 -4
- package/esm2022/modal/modal-content/modal-content.component.mjs +5 -4
- package/esm2022/modal/modal-header/modal-header.component.mjs +16 -9
- package/esm2022/modal/modal-title/modal-title.directive.mjs +5 -4
- package/esm2022/modal/modal.mjs +13 -0
- package/esm2022/modal/modal.module.mjs +20 -14
- package/esm2022/modal/public_api.mjs +2 -1
- package/esm2022/modal/service/modal.service.mjs +10 -8
- package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +11 -7
- package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +11 -10
- package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +10 -9
- package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +11 -7
- package/esm2022/navbar/navbar/navbar.component.mjs +5 -8
- package/esm2022/navbar/navbar.mjs +5 -0
- package/esm2022/navbar/navbar.module.mjs +12 -6
- package/esm2022/navbar/public_api.mjs +2 -1
- package/esm2022/notification/examples/default-notification/default-notification.component.mjs +8 -8
- package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +6 -6
- package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +8 -8
- package/esm2022/notification/examples/notification-status/notification-status.component.mjs +8 -8
- package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +8 -8
- package/esm2022/notification/notification/notification.component.mjs +12 -8
- package/esm2022/notification/notification-actions/notification-actions.directive.mjs +5 -4
- package/esm2022/notification/notification-message/notification-message.directive.mjs +5 -4
- package/esm2022/notification/notification-subtitle/notification-subtitle.directive.mjs +5 -4
- package/esm2022/notification/notification-title/notification-title.directive.mjs +5 -4
- package/esm2022/notification/notification.mjs +15 -0
- package/esm2022/notification/notification.module.mjs +14 -11
- package/esm2022/notification/public_api.mjs +2 -1
- package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +6 -6
- package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +6 -6
- package/esm2022/paginator/paginator/paginator.component.mjs +14 -11
- package/esm2022/paginator/paginator.mjs +5 -0
- package/esm2022/paginator/paginator.module.mjs +12 -9
- package/esm2022/paginator/public_api.mjs +2 -1
- package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +8 -6
- package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +8 -6
- package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +9 -6
- package/esm2022/progress-bar/progress-bar-label/progress-bar-label.directive.mjs +20 -0
- package/esm2022/progress-bar/progress-bar.component.mjs +7 -5
- package/esm2022/progress-bar/progress-bar.mjs +7 -0
- package/esm2022/progress-bar/progress-bar.module.mjs +14 -7
- package/esm2022/progress-bar/public_api.mjs +3 -1
- package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +4 -4
- package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +4 -4
- package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +4 -4
- package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +4 -4
- package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +4 -4
- package/esm2022/sidebar/animation/sidebar-animation-state.mjs +1 -1
- package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +8 -6
- package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +11 -10
- package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +7 -7
- package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +8 -6
- package/esm2022/sidebar/public_api.mjs +2 -1
- package/esm2022/sidebar/service/sidebar.service.mjs +1 -1
- package/esm2022/sidebar/sidebar/is-opening.mjs +1 -1
- package/esm2022/sidebar/sidebar/sidebar.component.mjs +36 -16
- package/esm2022/sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
- package/esm2022/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.mjs +5 -4
- package/esm2022/sidebar/sidebar-header/sidebar-header-title/sidebar-header-title.directive.mjs +5 -4
- package/esm2022/sidebar/sidebar-header/sidebar-header.component.mjs +5 -5
- package/esm2022/sidebar/sidebar-viewport/helper/has-parent-viewport.mjs +1 -1
- package/esm2022/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +24 -40
- package/esm2022/sidebar/sidebar-viewport/utils/content-pad.mjs +6 -6
- package/esm2022/sidebar/sidebar-viewport/utils/content-shift.mjs +1 -1
- package/esm2022/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.mjs +5 -5
- package/esm2022/sidebar/sidebar.mjs +17 -0
- package/esm2022/sidebar/sidebar.module.mjs +11 -9
- package/esm2022/toast/examples/default-toast/default-toast.component.mjs +9 -6
- package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +11 -7
- package/esm2022/toast/examples/toast-status/toast-status.component.mjs +14 -9
- package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +9 -6
- package/esm2022/toast/public_api.mjs +2 -1
- package/esm2022/toast/service/position-strategy.mjs +1 -1
- package/esm2022/toast/service/position.service.mjs +4 -4
- package/esm2022/toast/service/toast.service.mjs +10 -11
- package/esm2022/toast/toast/toast-provider.mjs +7 -0
- package/esm2022/toast/toast/toast-template.component.mjs +32 -14
- package/esm2022/toast/toast/toast.component.mjs +8 -11
- package/esm2022/toast/toast-actions/toast-actions.directive.mjs +5 -4
- package/esm2022/toast/toast-message/toast-message.directive.mjs +5 -4
- package/esm2022/toast/toast-title/toast-title.directive.mjs +5 -4
- package/esm2022/toast/toast.module.mjs +13 -14
- package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +9 -6
- package/esm2022/tree/examples/deep-tree/deep-tree.component.mjs +54 -0
- package/esm2022/tree/examples/public_api.mjs +4 -2
- package/esm2022/tree/public_api.mjs +2 -2
- package/esm2022/tree/tree/tree.component.mjs +10 -7
- package/esm2022/tree/tree-item/tree-item.directive.mjs +5 -4
- package/esm2022/tree/tree.mjs +7 -0
- package/esm2022/tree/tree.module.mjs +12 -10
- package/esm2022/tree/utils/flatten-tree.mjs +7 -3
- package/esm2022/tree/utils/transform.mjs +1 -1
- package/esm2022/tree/utils/traverse-tree.mjs +1 -1
- package/fesm2022/daffodil-design-accordion-examples.mjs +9 -28
- package/fesm2022/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-accordion.mjs +59 -45
- package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
- package/fesm2022/daffodil-design-article-examples.mjs +61 -41
- package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-article.mjs +22 -16
- package/fesm2022/daffodil-design-article.mjs.map +1 -1
- package/fesm2022/daffodil-design-breadcrumb-examples.mjs +3 -3
- package/fesm2022/daffodil-design-breadcrumb-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-breadcrumb.mjs +10 -10
- package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -1
- package/fesm2022/daffodil-design-button-examples.mjs +43 -40
- package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-button.mjs +29 -26
- package/fesm2022/daffodil-design-button.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout-examples.mjs +28 -27
- package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout.mjs +42 -28
- package/fesm2022/daffodil-design-callout.mjs.map +1 -1
- package/fesm2022/daffodil-design-card-examples.mjs +35 -34
- package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-card.mjs +48 -30
- package/fesm2022/daffodil-design-card.mjs.map +1 -1
- package/fesm2022/daffodil-design-checkbox-examples.mjs +9 -9
- package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-container-examples.mjs +5 -5
- package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-container.mjs +17 -11
- package/fesm2022/daffodil-design-container.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero-examples.mjs +27 -26
- package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero.mjs +44 -31
- package/fesm2022/daffodil-design-hero.mjs.map +1 -1
- package/fesm2022/daffodil-design-image-examples.mjs +20 -13
- package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-image.mjs +18 -12
- package/fesm2022/daffodil-design-image.mjs.map +1 -1
- package/fesm2022/daffodil-design-input-examples.mjs +12 -12
- package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-link-set.mjs +34 -22
- package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
- package/fesm2022/daffodil-design-list-examples.mjs +22 -21
- package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-list.mjs +29 -21
- package/fesm2022/daffodil-design-list.mjs.map +1 -1
- package/fesm2022/daffodil-design-loading-icon-examples.mjs +11 -9
- package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-loading-icon.mjs +17 -11
- package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery-examples.mjs +23 -14
- package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery.mjs +80 -67
- package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu-examples.mjs +16 -9
- package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu.mjs +64 -57
- package/fesm2022/daffodil-design-menu.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal-examples.mjs +21 -10
- package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal.mjs +113 -66
- package/fesm2022/daffodil-design-modal.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar-examples.mjs +30 -23
- package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar.mjs +20 -13
- package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification-examples.mjs +26 -26
- package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +50 -32
- package/fesm2022/daffodil-design-notification.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator-examples.mjs +9 -9
- package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator.mjs +28 -21
- package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar-examples.mjs +20 -13
- package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar.mjs +43 -13
- package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
- package/fesm2022/daffodil-design-quantity-field-examples.mjs +12 -12
- package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-radio-examples.mjs +3 -3
- package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar-examples.mjs +27 -22
- package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar.mjs +102 -84
- package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast-examples.mjs +32 -20
- package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast.mjs +156 -137
- package/fesm2022/daffodil-design-toast.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree-examples.mjs +59 -6
- package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree.mjs +36 -44
- package/fesm2022/daffodil-design-tree.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +258 -137
- package/fesm2022/daffodil-design.mjs.map +1 -1
- package/hero/README.md +41 -0
- package/hero/hero/hero.component.d.ts +1 -4
- package/hero/hero-body/hero-body.directive.d.ts +1 -1
- package/hero/hero-icon/hero-icon.directive.d.ts +1 -1
- package/hero/hero-subtitle/hero-subtitle.directive.d.ts +1 -1
- package/hero/hero-tagline/hero-tagline.directive.d.ts +1 -1
- package/hero/hero-title/hero-title.directive.d.ts +1 -1
- package/hero/hero.d.ts +7 -0
- package/hero/hero.module.d.ts +11 -8
- package/hero/public_api.d.ts +1 -0
- package/image/README.md +43 -7
- package/image/image/image.component.d.ts +1 -1
- package/image/image.d.ts +2 -0
- package/image/image.module.d.ts +6 -3
- package/image/public_api.d.ts +1 -0
- package/link-set/README.md +42 -1
- package/link-set/link-set/link-set.component.d.ts +1 -1
- package/link-set/link-set-heading/link-set-heading.directive.d.ts +1 -1
- package/link-set/link-set-item/link-set-item.component.d.ts +1 -1
- package/link-set/link-set-subheading/link-set-subheading.directive.d.ts +1 -1
- package/link-set/link-set.d.ts +5 -0
- package/link-set/link-set.module.d.ts +9 -6
- package/link-set/public_api.d.ts +1 -0
- package/list/README.md +42 -1
- package/list/list/list.component.d.ts +1 -1
- package/list/list-item/list-item.component.d.ts +1 -1
- package/list/list.d.ts +4 -0
- package/list/list.module.d.ts +7 -4
- package/list/public_api.d.ts +1 -0
- package/loading-icon/README.md +41 -0
- package/loading-icon/loading-icon/loading-icon.component.d.ts +1 -1
- package/loading-icon/loading-icon.d.ts +2 -0
- package/loading-icon/loading-icon.module.d.ts +6 -3
- package/loading-icon/public_api.d.ts +1 -0
- package/media-gallery/README.md +41 -0
- package/media-gallery/media-gallery/media-gallery.component.d.ts +1 -1
- package/media-gallery/media-gallery.d.ts +4 -0
- package/media-gallery/media-gallery.module.d.ts +8 -5
- package/media-gallery/media-renderer/media-renderer.component.d.ts +1 -1
- package/media-gallery/public_api.d.ts +1 -0
- package/media-gallery/thumbnail/thumbnail.directive.d.ts +1 -1
- package/menu/README.md +23 -0
- package/menu/menu/menu.component.d.ts +1 -1
- package/menu/menu-activator/menu-activator.component.d.ts +1 -1
- package/menu/menu-item/menu-item.component.d.ts +1 -1
- package/menu/menu.module.d.ts +6 -6
- package/menu/services/menu.service.d.ts +3 -2
- package/modal/README.md +41 -0
- package/modal/modal/modal.component.d.ts +20 -8
- package/modal/modal-actions/modal-actions.component.d.ts +1 -1
- package/modal/modal-close/modal-close.directive.d.ts +1 -1
- package/modal/modal-content/modal-content.component.d.ts +1 -1
- package/modal/modal-header/modal-header.component.d.ts +1 -1
- package/modal/modal-title/modal-title.directive.d.ts +1 -1
- package/modal/modal.d.ts +6 -0
- package/modal/modal.module.d.ts +15 -12
- package/modal/public_api.d.ts +1 -0
- package/navbar/README.md +41 -0
- package/navbar/navbar/navbar.component.d.ts +1 -4
- package/navbar/navbar.d.ts +2 -0
- package/navbar/navbar.module.d.ts +6 -2
- package/navbar/public_api.d.ts +1 -0
- package/notification/README.md +41 -0
- package/notification/notification/notification.component.d.ts +1 -1
- package/notification/notification-actions/notification-actions.directive.d.ts +1 -1
- package/notification/notification-message/notification-message.directive.d.ts +1 -1
- package/notification/notification-subtitle/notification-subtitle.directive.d.ts +1 -1
- package/notification/notification-title/notification-title.directive.d.ts +1 -1
- package/notification/notification.d.ts +7 -0
- package/notification/notification.module.d.ts +12 -9
- package/notification/public_api.d.ts +1 -0
- package/package.json +1 -1
- package/paginator/README.md +45 -4
- package/paginator/paginator/paginator.component.d.ts +1 -4
- package/paginator/paginator.d.ts +2 -0
- package/paginator/paginator.module.d.ts +8 -5
- package/paginator/public_api.d.ts +1 -0
- package/progress-bar/README.md +41 -0
- package/progress-bar/progress-bar-label/progress-bar-label.directive.d.ts +6 -0
- package/progress-bar/progress-bar.component.d.ts +1 -1
- package/progress-bar/progress-bar.d.ts +3 -0
- package/progress-bar/progress-bar.module.d.ts +7 -3
- package/progress-bar/public_api.d.ts +2 -0
- package/sidebar/README.md +78 -20
- package/sidebar/public_api.d.ts +1 -0
- package/sidebar/sidebar/sidebar.component.d.ts +19 -8
- package/sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.d.ts +1 -1
- package/sidebar/sidebar-header/sidebar-header-title/sidebar-header-title.directive.d.ts +1 -1
- package/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +5 -17
- package/sidebar/sidebar-viewport/utils/content-pad.d.ts +2 -2
- package/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.d.ts +1 -1
- package/sidebar/sidebar.d.ts +8 -0
- package/sidebar/sidebar.module.d.ts +13 -10
- package/toast/README.md +108 -33
- package/toast/public_api.d.ts +1 -0
- package/toast/service/toast.service.d.ts +4 -3
- package/toast/src/toast-theme.scss +1 -1
- package/toast/toast/toast-provider.d.ts +2 -0
- package/toast/toast/toast-template.component.d.ts +1 -1
- package/toast/toast/toast.component.d.ts +1 -3
- package/toast/toast-actions/toast-actions.directive.d.ts +1 -1
- package/toast/toast-message/toast-message.directive.d.ts +1 -1
- package/toast/toast-title/toast-title.directive.d.ts +1 -1
- package/toast/toast.module.d.ts +14 -12
- package/tree/README.md +41 -0
- package/tree/examples/deep-tree/deep-tree.component.d.ts +7 -0
- package/tree/examples/public_api.d.ts +2 -1
- package/tree/public_api.d.ts +1 -2
- package/tree/tree/tree.component.d.ts +1 -1
- package/tree/tree-item/tree-item.directive.d.ts +1 -1
- package/tree/tree.d.ts +3 -0
- package/tree/tree.module.d.ts +7 -4
- package/tree/utils/transform.d.ts +1 -1
- package/tree/utils/traverse-tree.d.ts +1 -1
- package/accordion/examples/accordion-examples.module.d.ts +0 -9
- package/esm2022/accordion/examples/accordion-examples.module.mjs +0 -26
- package/esm2022/tree/utils/transform-in-place.mjs +0 -23
- package/tree/utils/transform-in-place.d.ts +0 -15
@@ -1,10 +1,10 @@
|
|
1
1
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
2
|
+
import { NgIf } from '@angular/common';
|
2
3
|
import { Component, Input, ChangeDetectionStrategy, Output, EventEmitter, HostBinding, ChangeDetectorRef, } from '@angular/core';
|
3
4
|
import { DaffColorableDirective } from '@daffodil/design';
|
4
5
|
import { daffProgressBarAnimation } from './animation/progress-bar-animation';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
import * as i1 from "@daffodil/design";
|
7
|
-
import * as i2 from "@angular/common";
|
8
8
|
export const clamp = (number, min, max) => Math.min(Math.max(number, min), max);
|
9
9
|
/**
|
10
10
|
* @inheritdoc
|
@@ -91,12 +91,12 @@ export class DaffProgressBarComponent {
|
|
91
91
|
},
|
92
92
|
};
|
93
93
|
}
|
94
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
95
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
94
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffProgressBarComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.DaffColorableDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
95
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: DaffProgressBarComponent, isStandalone: true, selector: "daff-progress-bar", inputs: { percentage: "percentage", indeterminate: "indeterminate" }, outputs: { finished: "finished" }, host: { properties: { "class.daff-progress-bar": "this.class", "class.indeterminate": "this.indeterminateClass", "role": "this.role", "attr.aria-label": "this.ariaLabel", "attr.aria-valuemin": "this.ariaValueMin", "attr.aria-valuemax": "this.ariaValueMax", "attr.aria-valuenow": "this.ariaValueNow" } }, hostDirectives: [{ directive: i1.DaffColorableDirective, inputs: ["color", "color"] }], ngImport: i0, template: "<ng-content select=\"label[daffProgressBarLabel]\"></ng-content>\n<div class=\"daff-progress-bar__track\">\n\t<div *ngIf=\"!indeterminate\" class=\"daff-progress-bar__fill\" [@fill]=\"fillState\" (@fill.done)=\"onAnimationComplete($event)\"></div>\n\t<div *ngIf=\"indeterminate\" class=\"daff-progress-bar__fill indeterminate-bar\"></div>\n</div>", styles: [":host(.daff-progress-bar){display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}:host(.daff-progress-bar) ::ng-deep .daff-progress-bar__label{font-size:.875rem;line-height:1rem}:host(.daff-progress-bar) .daff-progress-bar__track{height:4px;position:relative;width:100%}:host(.daff-progress-bar) .daff-progress-bar__fill{height:4px;width:100%;transform:scaleX(0);transform-origin:0 center}:host(.daff-progress-bar).indeterminate{overflow:hidden}:host(.daff-progress-bar).indeterminate .indeterminate-bar{height:100%;width:100%;animation:indeterminate-animation 1.5s infinite linear;transform-origin:0% 50%}@keyframes indeterminate-animation{0%{transform:translate(0) scaleX(0)}20%{transform:translate(0) scaleX(25%)}to{transform:translate(100%) scaleX(25%)}}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [
|
96
96
|
daffProgressBarAnimation.fill,
|
97
97
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
98
98
|
}
|
99
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffProgressBarComponent, decorators: [{
|
100
100
|
type: Component,
|
101
101
|
args: [{ selector: 'daff-progress-bar', changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
102
102
|
{
|
@@ -105,6 +105,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
105
105
|
},
|
106
106
|
], animations: [
|
107
107
|
daffProgressBarAnimation.fill,
|
108
|
+
], standalone: true, imports: [
|
109
|
+
NgIf,
|
108
110
|
], template: "<ng-content select=\"label[daffProgressBarLabel]\"></ng-content>\n<div class=\"daff-progress-bar__track\">\n\t<div *ngIf=\"!indeterminate\" class=\"daff-progress-bar__fill\" [@fill]=\"fillState\" (@fill.done)=\"onAnimationComplete($event)\"></div>\n\t<div *ngIf=\"indeterminate\" class=\"daff-progress-bar__fill indeterminate-bar\"></div>\n</div>", styles: [":host(.daff-progress-bar){display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}:host(.daff-progress-bar) ::ng-deep .daff-progress-bar__label{font-size:.875rem;line-height:1rem}:host(.daff-progress-bar) .daff-progress-bar__track{height:4px;position:relative;width:100%}:host(.daff-progress-bar) .daff-progress-bar__fill{height:4px;width:100%;transform:scaleX(0);transform-origin:0 center}:host(.daff-progress-bar).indeterminate{overflow:hidden}:host(.daff-progress-bar).indeterminate .indeterminate-bar{height:100%;width:100%;animation:indeterminate-animation 1.5s infinite linear;transform-origin:0% 50%}@keyframes indeterminate-animation{0%{transform:translate(0) scaleX(0)}20%{transform:translate(0) scaleX(25%)}to{transform:translate(100%) scaleX(25%)}}\n"] }]
|
109
111
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.DaffColorableDirective }], propDecorators: { class: [{
|
110
112
|
type: HostBinding,
|
@@ -134,4 +136,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
134
136
|
}], finished: [{
|
135
137
|
type: Output
|
136
138
|
}] } });
|
137
|
-
//# sourceMappingURL=data:application/json;base64,
|
139
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3Byb2dyZXNzLWJhci9zcmMvcHJvZ3Jlc3MtYmFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3Byb2dyZXNzLWJhci9zcmMvcHJvZ3Jlc3MtYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzlELE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN2QyxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFDTCx1QkFBdUIsRUFDdkIsTUFBTSxFQUNOLFlBQVksRUFDWixXQUFXLEVBQ1gsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRTFELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7QUFFOUUsTUFBTSxDQUFDLE1BQU0sS0FBSyxHQUFHLENBQUMsTUFBYyxFQUFFLEdBQVcsRUFBRSxHQUFXLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUM7QUFFeEc7O0dBRUc7QUFvQkgsTUFBTSxPQUFPLHdCQUF3QjtJQU9uQzs7T0FFRztJQUNILElBQXdDLGtCQUFrQjtRQUN4RCxPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDN0IsQ0FBQztJQUVELElBQXlCLElBQUk7UUFDM0IsT0FBTyxhQUFhLENBQUM7SUFDdkIsQ0FBQztJQUVELElBQW9DLFNBQVM7UUFDM0MsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztJQUNoRCxDQUFDO0lBSUQsSUFBdUMsWUFBWTtRQUNqRCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUM7SUFDekIsQ0FBQztJQUVELFlBQ1Usa0JBQXFDLEVBQ3JDLFNBQWlDO1FBRGpDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBbUI7UUFDckMsY0FBUyxHQUFULFNBQVMsQ0FBd0I7UUE1QjNDOztXQUVHO1FBQ3FDLFVBQUssR0FBRyxJQUFJLENBQUM7UUFpQmxCLGlCQUFZLEdBQUcsR0FBRyxDQUFDO1FBQ25CLGlCQUFZLEdBQUcsS0FBSyxDQUFDO1FBWWhELGdCQUFXLEdBQUcsQ0FBQyxDQUFDO1FBQ2hCLG1CQUFjLEdBQUcsS0FBSyxDQUFDO1FBNEIvQjs7O1dBR0c7UUFDTyxhQUFRLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7UUFwQzFELElBQUksQ0FBQyxTQUFTLENBQUMsWUFBWSxHQUFHLFNBQVMsQ0FBQztJQUMxQyxDQUFDO0lBS0Q7Ozs7T0FJRztJQUNILElBQWEsVUFBVTtRQUNyQixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDMUIsQ0FBQztJQUFBLENBQUM7SUFDRixJQUFJLFVBQVUsQ0FBQyxHQUFXO1FBQ3hCLElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFDdEMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3pDLENBQUM7SUFFRDs7Ozs7UUFLSTtJQUNKLElBQWEsYUFBYTtRQUN4QixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDN0IsQ0FBQztJQUNELElBQUksYUFBYSxDQUFDLEtBQVU7UUFDMUIsSUFBSSxDQUFDLGNBQWMsR0FBRyxxQkFBcUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyRCxDQUFDO0lBUUQ7Ozs7T0FJRztJQUNILG1CQUFtQixDQUFDLEtBQXFCO1FBQ3ZDLGdGQUFnRjtRQUNoRix1REFBdUQ7UUFDdkQsSUFBRyxLQUFLLENBQUMsT0FBTyxLQUFLLEtBQUssSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLEdBQUcsRUFBRSxDQUFDO1lBQ3BELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdkIsQ0FBQztJQUNILENBQUM7SUFFRDs7T0FFRztJQUNILElBQUksU0FBUztRQUNYLE9BQU87WUFDTCxLQUFLLEVBQUUsSUFBSSxDQUFDLFVBQVU7WUFDdEIsTUFBTSxFQUFFO2dCQUNOLFVBQVUsRUFBRSxJQUFJLENBQUMsVUFBVTthQUM1QjtTQUNGLENBQUM7SUFDSixDQUFDO2lJQTdGVSx3QkFBd0I7cUhBQXhCLHdCQUF3Qiw4akJDekNyQyw0VkFJTSx3MEJEa0NGLElBQUksK0VBTE07WUFDVix3QkFBd0IsQ0FBQyxJQUFJO1NBQzlCOzsyRkFNVSx3QkFBd0I7a0JBbkJwQyxTQUFTOytCQUNFLG1CQUFtQixtQkFHWix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsc0JBQXNCOzRCQUNqQyxNQUFNLEVBQUUsQ0FBQyxPQUFPLENBQUM7eUJBQ2xCO3FCQUNGLGNBQ1c7d0JBQ1Ysd0JBQXdCLENBQUMsSUFBSTtxQkFDOUIsY0FDVyxJQUFJLFdBQ1A7d0JBQ1AsSUFBSTtxQkFDTDsySEFPdUMsS0FBSztzQkFBNUMsV0FBVzt1QkFBQyx5QkFBeUI7Z0JBS0Usa0JBQWtCO3NCQUF6RCxXQUFXO3VCQUFDLHFCQUFxQjtnQkFJVCxJQUFJO3NCQUE1QixXQUFXO3VCQUFDLE1BQU07Z0JBSWlCLFNBQVM7c0JBQTVDLFdBQVc7dUJBQUMsaUJBQWlCO2dCQUlLLFlBQVk7c0JBQTlDLFdBQVc7dUJBQUMsb0JBQW9CO2dCQUNFLFlBQVk7c0JBQTlDLFdBQVc7dUJBQUMsb0JBQW9CO2dCQUNNLFlBQVk7c0JBQWxELFdBQVc7dUJBQUMsb0JBQW9CO2dCQW1CcEIsVUFBVTtzQkFBdEIsS0FBSztnQkFjTyxhQUFhO3NCQUF6QixLQUFLO2dCQVdJLFFBQVE7c0JBQWpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBbmltYXRpb25FdmVudCB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgY29lcmNlQm9vbGVhblByb3BlcnR5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7IE5nSWYgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIE91dHB1dCxcbiAgRXZlbnRFbWl0dGVyLFxuICBIb3N0QmluZGluZyxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQ29sb3JhYmxlRGlyZWN0aXZlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbmltcG9ydCB7IGRhZmZQcm9ncmVzc0JhckFuaW1hdGlvbiB9IGZyb20gJy4vYW5pbWF0aW9uL3Byb2dyZXNzLWJhci1hbmltYXRpb24nO1xuXG5leHBvcnQgY29uc3QgY2xhbXAgPSAobnVtYmVyOiBudW1iZXIsIG1pbjogbnVtYmVyLCBtYXg6IG51bWJlcikgPT4gTWF0aC5taW4oTWF0aC5tYXgobnVtYmVyLCBtaW4pLCBtYXgpO1xuXG4vKipcbiAqIEBpbmhlcml0ZG9jXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcHJvZ3Jlc3MtYmFyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Byb2dyZXNzLWJhci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLWJhci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERhZmZDb2xvcmFibGVEaXJlY3RpdmUsXG4gICAgICBpbnB1dHM6IFsnY29sb3InXSxcbiAgICB9LFxuICBdLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZlByb2dyZXNzQmFyQW5pbWF0aW9uLmZpbGwsXG4gIF0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBOZ0lmLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmUHJvZ3Jlc3NCYXJDb21wb25lbnQge1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtcHJvZ3Jlc3MtYmFyJykgY2xhc3MgPSB0cnVlO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmluZGV0ZXJtaW5hdGUnKSBnZXQgaW5kZXRlcm1pbmF0ZUNsYXNzKCkge1xuICAgIHJldHVybiB0aGlzLl9pbmRldGVybWluYXRlO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdyb2xlJykgZ2V0IHJvbGUoKSB7XG4gICAgcmV0dXJuICdwcm9ncmVzc2Jhcic7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1sYWJlbCcpIGdldCBhcmlhTGFiZWwoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2luZGV0ZXJtaW5hdGUgPyAnbG9hZGluZycgOiBudWxsO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtdmFsdWVtaW4nKSBhcmlhVmFsdWVNaW4gPSAnMCc7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXZhbHVlbWF4JykgYXJpYVZhbHVlTWF4ID0gJzEwMCc7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXZhbHVlbm93JykgZ2V0IGFyaWFWYWx1ZU5vdygpIHtcbiAgICByZXR1cm4gdGhpcy5wZXJjZW50YWdlO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICAgIHByaXZhdGUgY29sb3JhYmxlOiBEYWZmQ29sb3JhYmxlRGlyZWN0aXZlLFxuICApIHtcbiAgICB0aGlzLmNvbG9yYWJsZS5kZWZhdWx0Q29sb3IgPSAncHJpbWFyeSc7XG4gIH1cblxuICBwcml2YXRlIF9wZXJjZW50YWdlID0gMDtcbiAgcHJpdmF0ZSBfaW5kZXRlcm1pbmF0ZSA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBTZXRzIHRoZSBwZXJjZW50YWdlIGNvbXBsZXRpb24gb2YgdGhlIHByb2dyZXNzaW9uLFxuICAgKiBleHByZXNzZWQgYXMgYSB3aG9sZSBudW1iZXIgYmV0d2VlbiAwIGFuZCAxMDAuXG4gICAqXG4gICAqL1xuICBASW5wdXQoKSBnZXQgcGVyY2VudGFnZSgpOiBudW1iZXIge1xuICAgIHJldHVybiB0aGlzLl9wZXJjZW50YWdlO1xuICB9O1xuICBzZXQgcGVyY2VudGFnZSh2YWw6IG51bWJlcikge1xuICAgIHRoaXMuX3BlcmNlbnRhZ2UgPSBjbGFtcCh2YWwsIDAsIDEwMCk7XG4gICAgdGhpcy5fY2hhbmdlRGV0ZWN0b3JSZWYubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICAvKipcbiAgICogUHJvcGVydHkgdG8gc2V0IHRoZSBhbmltYXRpb24gb2YgYSBwcm9ncmVzcyBiYXIgdG9cbiAgICogcnVuIGZvciBhbiBpbmRlZmluaXRlIGFtb3VudCBvZiB0aW1lLlxuICAgKlxuICAgKiBTZWU6IGh0dHBzOi8vZGV2ZWxvcGVyLm1vemlsbGEub3JnL2VuLVVTL2RvY3MvV2ViL0hUTUwvRWxlbWVudC9wcm9ncmVzc1xuICAgKiovXG4gIEBJbnB1dCgpIGdldCBpbmRldGVybWluYXRlKCkge1xuICAgIHJldHVybiB0aGlzLl9pbmRldGVybWluYXRlO1xuICB9XG4gIHNldCBpbmRldGVybWluYXRlKHZhbHVlOiBhbnkpIHtcbiAgICB0aGlzLl9pbmRldGVybWluYXRlID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBBbiBldmVudCB0aGF0IGVtaXRzIGVhY2ggdGltZSB0aGUgcHJvZ3Jlc3Npb24gcmVhY2hlcyAxMDAlXG4gICAqIGFuZCB0aGUgYW5pbWF0aW9uIGlzIGZpbmlzaGVkXG4gICAqL1xuICBAT3V0cHV0KCkgZmluaXNoZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAvKipcbiAgICogQ2FsY3VsYXRlcyB3aGVuIHRoZSBwcm9ncmVzcyBhbmltYXRpb24gaXMgZnVsbHkgY29tcGxldGVkXG4gICAqXG4gICAqIEBwYXJhbSBldmVudDogQW5pbWF0aW9uRXZlbnRcbiAgICovXG4gIG9uQW5pbWF0aW9uQ29tcGxldGUoZXZlbnQ6IEFuaW1hdGlvbkV2ZW50KTogdm9pZCB7XG4gICAgLy8gQHRzLWV4cGVjdC1lcnJvcjogQGFuZ3VsYXIvYW5pbWF0aW9ucyB0eXBpbmcgZXJyb3Igb24gZXZlbnQudG9TdGF0ZSBhcyBzdHJpbmdcbiAgICAvLyBTZWU6IGh0dHBzOi8vZ2l0aHViLmNvbS9hbmd1bGFyL2FuZ3VsYXIvaXNzdWVzLzI2NTA3XG4gICAgaWYoZXZlbnQudG9TdGF0ZSA9PT0gJzEwMCcgfHwgZXZlbnQudG9TdGF0ZSA9PT0gMTAwKSB7XG4gICAgICB0aGlzLmZpbmlzaGVkLmVtaXQoKTtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZ2V0IGZpbGxTdGF0ZSgpOiBhbnkge1xuICAgIHJldHVybiB7XG4gICAgICB2YWx1ZTogdGhpcy5wZXJjZW50YWdlLFxuICAgICAgcGFyYW1zOiB7XG4gICAgICAgIHBlcmNlbnRhZ2U6IHRoaXMucGVyY2VudGFnZSxcbiAgICAgIH0sXG4gICAgfTtcbiAgfVxufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwibGFiZWxbZGFmZlByb2dyZXNzQmFyTGFiZWxdXCI+PC9uZy1jb250ZW50PlxuPGRpdiBjbGFzcz1cImRhZmYtcHJvZ3Jlc3MtYmFyX190cmFja1wiPlxuXHQ8ZGl2ICpuZ0lmPVwiIWluZGV0ZXJtaW5hdGVcIiBjbGFzcz1cImRhZmYtcHJvZ3Jlc3MtYmFyX19maWxsXCIgW0BmaWxsXT1cImZpbGxTdGF0ZVwiIChAZmlsbC5kb25lKT1cIm9uQW5pbWF0aW9uQ29tcGxldGUoJGV2ZW50KVwiPjwvZGl2PlxuXHQ8ZGl2ICpuZ0lmPVwiaW5kZXRlcm1pbmF0ZVwiIGNsYXNzPVwiZGFmZi1wcm9ncmVzcy1iYXJfX2ZpbGwgaW5kZXRlcm1pbmF0ZS1iYXJcIj48L2Rpdj5cbjwvZGl2PiJdfQ==
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { DaffProgressBarLabelDirective } from './progress-bar-label/progress-bar-label.directive';
|
2
|
+
import { DaffProgressBarComponent } from './progress-bar.component';
|
3
|
+
export const DAFF_PROGRESS_BAR_COMPONENTS = [
|
4
|
+
DaffProgressBarComponent,
|
5
|
+
DaffProgressBarLabelDirective,
|
6
|
+
];
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtYmFyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vcHJvZ3Jlc3MtYmFyL3NyYy9wcm9ncmVzcy1iYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDbEcsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFcEUsTUFBTSxDQUFDLE1BQU0sNEJBQTRCLEdBQVc7SUFDbEQsd0JBQXdCO0lBQ3hCLDZCQUE2QjtDQUM5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGFmZlByb2dyZXNzQmFyTGFiZWxEaXJlY3RpdmUgfSBmcm9tICcuL3Byb2dyZXNzLWJhci1sYWJlbC9wcm9ncmVzcy1iYXItbGFiZWwuZGlyZWN0aXZlJztcbmltcG9ydCB7IERhZmZQcm9ncmVzc0JhckNvbXBvbmVudCB9IGZyb20gJy4vcHJvZ3Jlc3MtYmFyLmNvbXBvbmVudCc7XG5cbmV4cG9ydCBjb25zdCBEQUZGX1BST0dSRVNTX0JBUl9DT01QT05FTlRTID0gPGNvbnN0PiBbXG4gIERhZmZQcm9ncmVzc0JhckNvbXBvbmVudCxcbiAgRGFmZlByb2dyZXNzQmFyTGFiZWxEaXJlY3RpdmUsXG5dO1xuIl19
|
@@ -1,24 +1,31 @@
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
2
2
|
import { NgModule } from '@angular/core';
|
3
|
+
import { DaffProgressBarLabelDirective } from './progress-bar-label/progress-bar-label.directive';
|
3
4
|
import { DaffProgressBarComponent } from './progress-bar.component';
|
4
5
|
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* @deprecated in favor of {@link DAFF_PROGRESS_BAR_COMPONENTS}
|
8
|
+
*/
|
5
9
|
export class DaffProgressBarModule {
|
6
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
7
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
8
|
-
|
10
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
11
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.2", ngImport: i0, type: DaffProgressBarModule, imports: [CommonModule,
|
12
|
+
DaffProgressBarComponent,
|
13
|
+
DaffProgressBarLabelDirective], exports: [DaffProgressBarComponent,
|
14
|
+
DaffProgressBarLabelDirective] }); }
|
15
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffProgressBarModule, imports: [CommonModule] }); }
|
9
16
|
}
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffProgressBarModule, decorators: [{
|
11
18
|
type: NgModule,
|
12
19
|
args: [{
|
13
20
|
imports: [
|
14
21
|
CommonModule,
|
15
|
-
],
|
16
|
-
declarations: [
|
17
22
|
DaffProgressBarComponent,
|
23
|
+
DaffProgressBarLabelDirective,
|
18
24
|
],
|
19
25
|
exports: [
|
20
26
|
DaffProgressBarComponent,
|
27
|
+
DaffProgressBarLabelDirective,
|
21
28
|
],
|
22
29
|
}]
|
23
30
|
}] });
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtYmFyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3Byb2dyZXNzLWJhci9zcmMvcHJvZ3Jlc3MtYmFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUNsRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFFcEU7O0dBRUc7QUFZSCxNQUFNLE9BQU8scUJBQXFCO2lJQUFyQixxQkFBcUI7a0lBQXJCLHFCQUFxQixZQVQ5QixZQUFZO1lBQ1osd0JBQXdCO1lBQ3hCLDZCQUE2QixhQUc3Qix3QkFBd0I7WUFDeEIsNkJBQTZCO2tJQUdwQixxQkFBcUIsWUFUOUIsWUFBWTs7MkZBU0gscUJBQXFCO2tCQVhqQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLHdCQUF3Qjt3QkFDeEIsNkJBQTZCO3FCQUM5QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asd0JBQXdCO3dCQUN4Qiw2QkFBNkI7cUJBQzlCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZQcm9ncmVzc0JhckxhYmVsRGlyZWN0aXZlIH0gZnJvbSAnLi9wcm9ncmVzcy1iYXItbGFiZWwvcHJvZ3Jlc3MtYmFyLWxhYmVsLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmUHJvZ3Jlc3NCYXJDb21wb25lbnQgfSBmcm9tICcuL3Byb2dyZXNzLWJhci5jb21wb25lbnQnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIGluIGZhdm9yIG9mIHtAbGluayBEQUZGX1BST0dSRVNTX0JBUl9DT01QT05FTlRTfVxuICovXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIERhZmZQcm9ncmVzc0JhckNvbXBvbmVudCxcbiAgICBEYWZmUHJvZ3Jlc3NCYXJMYWJlbERpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZQcm9ncmVzc0JhckNvbXBvbmVudCxcbiAgICBEYWZmUHJvZ3Jlc3NCYXJMYWJlbERpcmVjdGl2ZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlByb2dyZXNzQmFyTW9kdWxlIHsgfVxuIl19
|
@@ -1,3 +1,5 @@
|
|
1
1
|
export { DaffProgressBarModule } from './progress-bar.module';
|
2
2
|
export * from './progress-bar.component';
|
3
|
-
|
3
|
+
export * from './progress-bar-label/progress-bar-label.directive';
|
4
|
+
export { DAFF_PROGRESS_BAR_COMPONENTS } from './progress-bar';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3Byb2dyZXNzLWJhci9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM5RCxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sZ0JBQWdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBEYWZmUHJvZ3Jlc3NCYXJNb2R1bGUgfSBmcm9tICcuL3Byb2dyZXNzLWJhci5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9wcm9ncmVzcy1iYXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcHJvZ3Jlc3MtYmFyLWxhYmVsL3Byb2dyZXNzLWJhci1sYWJlbC5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgREFGRl9QUk9HUkVTU19CQVJfQ09NUE9ORU5UUyB9IGZyb20gJy4vcHJvZ3Jlc3MtYmFyJztcbiJdfQ==
|
package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs
CHANGED
@@ -8,10 +8,10 @@ export class BasicQuantityFieldComponent {
|
|
8
8
|
constructor() {
|
9
9
|
this.control = new UntypedFormControl(1);
|
10
10
|
}
|
11
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
11
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicQuantityFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
12
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: BasicQuantityFieldComponent, isStandalone: true, selector: "basic-quantity-field", ngImport: i0, template: "<daff-form-field>\n <daff-quantity-field [formControl]=\"control\"></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: DaffFormFieldModule }, { kind: "component", type: i1.DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "ngmodule", type: DaffQuantityFieldModule }, { kind: "component", type: i1.DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: ["min", "max", "selectMax", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
13
13
|
}
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicQuantityFieldComponent, decorators: [{
|
15
15
|
type: Component,
|
16
16
|
args: [{ selector: 'basic-quantity-field', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
17
17
|
DaffFormFieldModule,
|
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
19
19
|
ReactiveFormsModule,
|
20
20
|
], template: "<daff-form-field>\n <daff-quantity-field [formControl]=\"control\"></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n" }]
|
21
21
|
}] });
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtcXVhbnRpdHktZmllbGQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vcXVhbnRpdHktZmllbGQvZXhhbXBsZXMvc3JjL2Jhc2ljLXF1YW50aXR5LWZpZWxkL2Jhc2ljLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3F1YW50aXR5LWZpZWxkL2V4YW1wbGVzL3NyYy9iYXNpYy1xdWFudGl0eS1maWVsZC9iYXNpYy1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBRXhCLE9BQU8sRUFDTCxtQkFBbUIsRUFDbkIsdUJBQXVCLEdBQ3hCLE1BQU0sa0JBQWtCLENBQUM7Ozs7QUFlMUIsTUFBTSxPQUFPLDJCQUEyQjtJQWJ4QztRQWNFLFlBQU8sR0FBRyxJQUFJLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxDQUFDO0tBQ3JDO2lJQUZZLDJCQUEyQjtxSEFBM0IsMkJBQTJCLGdGQzNCeEMsbUtBT0EseUREZUksbUJBQW1CLDhJQUNuQix1QkFBdUIsc0tBQ3ZCLG1CQUFtQjs7MkZBR1YsMkJBQTJCO2tCQWJ2QyxTQUFTOytCQUVFLHNCQUFzQixtQkFHZix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUDt3QkFDUCxtQkFBbUI7d0JBQ25CLHVCQUF1Qjt3QkFDdkIsbUJBQW1CO3FCQUNwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgVW50eXBlZEZvcm1Db250cm9sLFxuICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7XG4gIERhZmZGb3JtRmllbGRNb2R1bGUsXG4gIERhZmZRdWFudGl0eUZpZWxkTW9kdWxlLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtcXVhbnRpdHktZmllbGQnLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFzaWMtcXVhbnRpdHktZmllbGQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iYXNpYy1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZGb3JtRmllbGRNb2R1bGUsXG4gICAgRGFmZlF1YW50aXR5RmllbGRNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNRdWFudGl0eUZpZWxkQ29tcG9uZW50IHtcbiAgY29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woMSk7XG59XG4iLCI8ZGFmZi1mb3JtLWZpZWxkPlxuICA8ZGFmZi1xdWFudGl0eS1maWVsZCBbZm9ybUNvbnRyb2xdPVwiY29udHJvbFwiPjwvZGFmZi1xdWFudGl0eS1maWVsZD5cbjwvZGFmZi1mb3JtLWZpZWxkPlxuXG48cD5cbiAgQ29udHJvbCBWYWx1ZToge3tjb250cm9sLnZhbHVlfX1cbjwvcD5cbiJdfQ==
|
@@ -8,10 +8,10 @@ export class CustomRangeQuantityFieldComponent {
|
|
8
8
|
constructor() {
|
9
9
|
this.control = new UntypedFormControl(5);
|
10
10
|
}
|
11
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
11
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: CustomRangeQuantityFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
12
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: CustomRangeQuantityFieldComponent, isStandalone: true, selector: "custom-range-quantity-field", ngImport: i0, template: "<daff-form-field>\n <daff-quantity-field\n [formControl]=\"control\"\n [min]=\"5\"\n [max]=\"50\"\n ></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: DaffFormFieldModule }, { kind: "component", type: i1.DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "ngmodule", type: DaffQuantityFieldModule }, { kind: "component", type: i1.DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: ["min", "max", "selectMax", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
13
13
|
}
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: CustomRangeQuantityFieldComponent, decorators: [{
|
15
15
|
type: Component,
|
16
16
|
args: [{ selector: 'custom-range-quantity-field', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
17
17
|
DaffFormFieldModule,
|
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
19
19
|
ReactiveFormsModule,
|
20
20
|
], template: "<daff-form-field>\n <daff-quantity-field\n [formControl]=\"control\"\n [min]=\"5\"\n [max]=\"50\"\n ></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n" }]
|
21
21
|
}] });
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLXJhbmdlLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3F1YW50aXR5LWZpZWxkL2V4YW1wbGVzL3NyYy9jdXN0b20tcmFuZ2UtcXVhbnRpdHktZmllbGQvY3VzdG9tLXJhbmdlLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3F1YW50aXR5LWZpZWxkL2V4YW1wbGVzL3NyYy9jdXN0b20tcmFuZ2UtcXVhbnRpdHktZmllbGQvY3VzdG9tLXJhbmdlLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDTCxrQkFBa0IsRUFDbEIsbUJBQW1CLEdBQ3BCLE1BQU0sZ0JBQWdCLENBQUM7QUFFeEIsT0FBTyxFQUNMLG1CQUFtQixFQUNuQix1QkFBdUIsR0FDeEIsTUFBTSxrQkFBa0IsQ0FBQzs7OztBQWUxQixNQUFNLE9BQU8saUNBQWlDO0lBYjlDO1FBY0UsWUFBTyxHQUFHLElBQUksa0JBQWtCLENBQUMsQ0FBQyxDQUFDLENBQUM7S0FDckM7aUlBRlksaUNBQWlDO3FIQUFqQyxpQ0FBaUMsdUZDM0I5QywrTUFXQSx5RERXSSxtQkFBbUIsOElBQ25CLHVCQUF1QixzS0FDdkIsbUJBQW1COzsyRkFHVixpQ0FBaUM7a0JBYjdDLFNBQVM7K0JBRUUsNkJBQTZCLG1CQUd0Qix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUDt3QkFDUCxtQkFBbUI7d0JBQ25CLHVCQUF1Qjt3QkFDdkIsbUJBQW1CO3FCQUNwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgVW50eXBlZEZvcm1Db250cm9sLFxuICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7XG4gIERhZmZGb3JtRmllbGRNb2R1bGUsXG4gIERhZmZRdWFudGl0eUZpZWxkTW9kdWxlLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnY3VzdG9tLXJhbmdlLXF1YW50aXR5LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2N1c3RvbS1yYW5nZS1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2N1c3RvbS1yYW5nZS1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZGb3JtRmllbGRNb2R1bGUsXG4gICAgRGFmZlF1YW50aXR5RmllbGRNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ3VzdG9tUmFuZ2VRdWFudGl0eUZpZWxkQ29tcG9uZW50IHtcbiAgY29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woNSk7XG59XG4iLCI8ZGFmZi1mb3JtLWZpZWxkPlxuICA8ZGFmZi1xdWFudGl0eS1maWVsZFxuICAgIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCJcbiAgICBbbWluXT1cIjVcIlxuICAgIFttYXhdPVwiNTBcIlxuICA+PC9kYWZmLXF1YW50aXR5LWZpZWxkPlxuPC9kYWZmLWZvcm0tZmllbGQ+XG5cbjxwPlxuICBDb250cm9sIFZhbHVlOiB7e2NvbnRyb2wudmFsdWV9fVxuPC9wPlxuIl19
|
@@ -8,10 +8,10 @@ export class DisabledQuantityFieldComponent {
|
|
8
8
|
constructor() {
|
9
9
|
this.control = new UntypedFormControl({ value: '1', disabled: true });
|
10
10
|
}
|
11
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
11
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DisabledQuantityFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
12
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: DisabledQuantityFieldComponent, isStandalone: true, selector: "disabled-quantity-field", ngImport: i0, template: "<daff-form-field>\n <daff-quantity-field [formControl]=\"control\"></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: DaffFormFieldModule }, { kind: "component", type: i1.DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "ngmodule", type: DaffQuantityFieldModule }, { kind: "component", type: i1.DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: ["min", "max", "selectMax", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
13
13
|
}
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DisabledQuantityFieldComponent, decorators: [{
|
15
15
|
type: Component,
|
16
16
|
args: [{ selector: 'disabled-quantity-field', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
17
17
|
DaffFormFieldModule,
|
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
19
19
|
ReactiveFormsModule,
|
20
20
|
], template: "<daff-form-field>\n <daff-quantity-field [formControl]=\"control\"></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n" }]
|
21
21
|
}] });
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzYWJsZWQtcXVhbnRpdHktZmllbGQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vcXVhbnRpdHktZmllbGQvZXhhbXBsZXMvc3JjL2Rpc2FibGVkLXF1YW50aXR5LWZpZWxkL2Rpc2FibGVkLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3F1YW50aXR5LWZpZWxkL2V4YW1wbGVzL3NyYy9kaXNhYmxlZC1xdWFudGl0eS1maWVsZC9kaXNhYmxlZC1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBRXhCLE9BQU8sRUFDTCxtQkFBbUIsRUFDbkIsdUJBQXVCLEdBQ3hCLE1BQU0sa0JBQWtCLENBQUM7Ozs7QUFlMUIsTUFBTSxPQUFPLDhCQUE4QjtJQWIzQztRQWNFLFlBQU8sR0FBRyxJQUFJLGtCQUFrQixDQUFDLEVBQUUsS0FBSyxFQUFHLEdBQUcsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztLQUNuRTtpSUFGWSw4QkFBOEI7cUhBQTlCLDhCQUE4QixtRkMzQjNDLG1LQU9BLHlERGVJLG1CQUFtQiw4SUFDbkIsdUJBQXVCLHNLQUN2QixtQkFBbUI7OzJGQUdWLDhCQUE4QjtrQkFiMUMsU0FBUzsrQkFFRSx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLG1CQUFtQjt3QkFDbkIsdUJBQXVCO3dCQUN2QixtQkFBbUI7cUJBQ3BCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBVbnR5cGVkRm9ybUNvbnRyb2wsXG4gIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHtcbiAgRGFmZkZvcm1GaWVsZE1vZHVsZSxcbiAgRGFmZlF1YW50aXR5RmllbGRNb2R1bGUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdkaXNhYmxlZC1xdWFudGl0eS1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9kaXNhYmxlZC1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Rpc2FibGVkLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRGFmZkZvcm1GaWVsZE1vZHVsZSxcbiAgICBEYWZmUXVhbnRpdHlGaWVsZE1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEaXNhYmxlZFF1YW50aXR5RmllbGRDb21wb25lbnQge1xuICBjb250cm9sID0gbmV3IFVudHlwZWRGb3JtQ29udHJvbCh7IHZhbHVlIDogJzEnLCBkaXNhYmxlZDogdHJ1ZSB9KTtcbn1cbiIsIjxkYWZmLWZvcm0tZmllbGQ+XG4gIDxkYWZmLXF1YW50aXR5LWZpZWxkIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCI+PC9kYWZmLXF1YW50aXR5LWZpZWxkPlxuPC9kYWZmLWZvcm0tZmllbGQ+XG5cbjxwPlxuICBDb250cm9sIFZhbHVlOiB7e2NvbnRyb2wudmFsdWV9fVxuPC9wPlxuIl19
|
@@ -8,10 +8,10 @@ export class SelectMaxQuantityFieldComponent {
|
|
8
8
|
constructor() {
|
9
9
|
this.control = new UntypedFormControl(1);
|
10
10
|
}
|
11
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
11
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: SelectMaxQuantityFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
12
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: SelectMaxQuantityFieldComponent, isStandalone: true, selector: "select-max-quantity-field", ngImport: i0, template: "<daff-form-field>\n <daff-quantity-field\n [formControl]=\"control\"\n [selectMax]=\"15\"\n ></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: DaffFormFieldModule }, { kind: "component", type: i1.DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "ngmodule", type: DaffQuantityFieldModule }, { kind: "component", type: i1.DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: ["min", "max", "selectMax", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
13
13
|
}
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: SelectMaxQuantityFieldComponent, decorators: [{
|
15
15
|
type: Component,
|
16
16
|
args: [{ selector: 'select-max-quantity-field', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
17
17
|
DaffFormFieldModule,
|
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
19
19
|
ReactiveFormsModule,
|
20
20
|
], template: "<daff-form-field>\n <daff-quantity-field\n [formControl]=\"control\"\n [selectMax]=\"15\"\n ></daff-quantity-field>\n</daff-form-field>\n\n<p>\n Control Value: {{control.value}}\n</p>\n" }]
|
21
21
|
}] });
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LW1heC1xdWFudGl0eS1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9xdWFudGl0eS1maWVsZC9leGFtcGxlcy9zcmMvc2VsZWN0LW1heC1xdWFudGl0eS1maWVsZC9zZWxlY3QtbWF4LXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3F1YW50aXR5LWZpZWxkL2V4YW1wbGVzL3NyYy9zZWxlY3QtbWF4LXF1YW50aXR5LWZpZWxkL3NlbGVjdC1tYXgtcXVhbnRpdHktZmllbGQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGtCQUFrQixFQUNsQixtQkFBbUIsR0FDcEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUV4QixPQUFPLEVBQ0wsbUJBQW1CLEVBQ25CLHVCQUF1QixHQUN4QixNQUFNLGtCQUFrQixDQUFDOzs7O0FBZTFCLE1BQU0sT0FBTywrQkFBK0I7SUFiNUM7UUFjRSxZQUFPLEdBQUcsSUFBSSxrQkFBa0IsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUNyQztpSUFGWSwrQkFBK0I7cUhBQS9CLCtCQUErQixxRkMzQjVDLG9NQVVBLHlERFlJLG1CQUFtQiw4SUFDbkIsdUJBQXVCLHNLQUN2QixtQkFBbUI7OzJGQUdWLCtCQUErQjtrQkFiM0MsU0FBUzsrQkFFRSwyQkFBMkIsbUJBR3BCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLG1CQUFtQjt3QkFDbkIsdUJBQXVCO3dCQUN2QixtQkFBbUI7cUJBQ3BCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBVbnR5cGVkRm9ybUNvbnRyb2wsXG4gIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHtcbiAgRGFmZkZvcm1GaWVsZE1vZHVsZSxcbiAgRGFmZlF1YW50aXR5RmllbGRNb2R1bGUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdzZWxlY3QtbWF4LXF1YW50aXR5LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NlbGVjdC1tYXgtcXVhbnRpdHktZmllbGQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zZWxlY3QtbWF4LXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRGFmZkZvcm1GaWVsZE1vZHVsZSxcbiAgICBEYWZmUXVhbnRpdHlGaWVsZE1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBTZWxlY3RNYXhRdWFudGl0eUZpZWxkQ29tcG9uZW50IHtcbiAgY29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woMSk7XG59XG4iLCI8ZGFmZi1mb3JtLWZpZWxkPlxuICA8ZGFmZi1xdWFudGl0eS1maWVsZFxuICAgIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCJcbiAgICBbc2VsZWN0TWF4XT1cIjE1XCJcbiAgPjwvZGFmZi1xdWFudGl0eS1maWVsZD5cbjwvZGFmZi1mb3JtLWZpZWxkPlxuXG48cD5cbiAgQ29udHJvbCBWYWx1ZToge3tjb250cm9sLnZhbHVlfX1cbjwvcD5cbiJdfQ==
|
@@ -10,11 +10,11 @@ export class BasicRadioComponent {
|
|
10
10
|
race: new UntypedFormControl('Zerg'),
|
11
11
|
});
|
12
12
|
}
|
13
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
13
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
14
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: BasicRadioComponent, isStandalone: true, selector: "basic-radio", ngImport: i0, template: "<h2>Basic Radio</h2>\n<daff-radio-set [formGroup]=\"radioGroup\" name=\"race\">\n <daff-radio formControlName=\"race\" value=\"Terran\">Terran</daff-radio>\n <daff-radio formControlName=\"race\" value=\"Protoss\">Protoss</daff-radio>\n <daff-radio formControlName=\"race\" value=\"Zerg\">Zerg</daff-radio>\n</daff-radio-set>\n<div>\n The best race to play as is: {{this.radioGroup.get('race').value}}\n</div>", dependencies: [{ kind: "ngmodule", type: DaffRadioModule }, { kind: "component", type: i1.DaffRadioComponent, selector: "daff-radio", inputs: ["checked", "value", "id", "name", "aria-label", "aria-labelledby"], outputs: ["selectionChange"] }, { kind: "component", type: i1.DaffRadioSetComponent, selector: "daff-radio-set", inputs: ["name"] }, { kind: "directive", type: i1.DaffRadioControlValueAccessorDirective, selector: "daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]", inputs: ["value", "name"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
15
15
|
}
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicRadioComponent, decorators: [{
|
17
17
|
type: Component,
|
18
18
|
args: [{ selector: 'basic-radio', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffRadioModule, ReactiveFormsModule], template: "<h2>Basic Radio</h2>\n<daff-radio-set [formGroup]=\"radioGroup\" name=\"race\">\n <daff-radio formControlName=\"race\" value=\"Terran\">Terran</daff-radio>\n <daff-radio formControlName=\"race\" value=\"Protoss\">Protoss</daff-radio>\n <daff-radio formControlName=\"race\" value=\"Zerg\">Zerg</daff-radio>\n</daff-radio-set>\n<div>\n The best race to play as is: {{this.radioGroup.get('race').value}}\n</div>" }]
|
19
19
|
}], ctorParameters: () => [] });
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtcmFkaW8uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vcmFkaW8vZXhhbXBsZXMvc3JjL2Jhc2ljLXJhZGlvL2Jhc2ljLXJhZGlvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3JhZGlvL2V4YW1wbGVzL3NyYy9iYXNpYy1yYWRpby9iYXNpYy1yYWRpby5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsZ0JBQWdCLEVBQ2hCLGtCQUFrQixFQUNsQixtQkFBbUIsR0FDcEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUV4QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7QUFVbkQsTUFBTSxPQUFPLG1CQUFtQjtJQUs5QjtRQUpBLGVBQVUsR0FBRyxJQUFJLGdCQUFnQixDQUFDO1lBQ2hDLElBQUksRUFBRSxJQUFJLGtCQUFrQixDQUFDLE1BQU0sQ0FBQztTQUNyQyxDQUFDLENBQUM7SUFFWSxDQUFDO2lJQUxMLG1CQUFtQjtxSEFBbkIsbUJBQW1CLHVFQ3BCaEMsOFpBUU0sMkNEVU0sZUFBZSxvZkFBRSxtQkFBbUI7OzJGQUVuQyxtQkFBbUI7a0JBUi9CLFNBQVM7K0JBRUUsYUFBYSxtQkFFTix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGVBQWUsRUFBRSxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgVW50eXBlZEZvcm1Hcm91cCxcbiAgVW50eXBlZEZvcm1Db250cm9sLFxuICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IERhZmZSYWRpb01vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1yYWRpbycsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1yYWRpby5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZlJhZGlvTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNSYWRpb0NvbXBvbmVudCB7XG4gIHJhZGlvR3JvdXAgPSBuZXcgVW50eXBlZEZvcm1Hcm91cCh7XG4gICAgcmFjZTogbmV3IFVudHlwZWRGb3JtQ29udHJvbCgnWmVyZycpLFxuICB9KTtcblxuICBjb25zdHJ1Y3RvcigpIHt9XG59XG4iLCI8aDI+QmFzaWMgUmFkaW88L2gyPlxuPGRhZmYtcmFkaW8tc2V0IFtmb3JtR3JvdXBdPVwicmFkaW9Hcm91cFwiIG5hbWU9XCJyYWNlXCI+XG4gIDxkYWZmLXJhZGlvIGZvcm1Db250cm9sTmFtZT1cInJhY2VcIiB2YWx1ZT1cIlRlcnJhblwiPlRlcnJhbjwvZGFmZi1yYWRpbz5cbiAgPGRhZmYtcmFkaW8gZm9ybUNvbnRyb2xOYW1lPVwicmFjZVwiIHZhbHVlPVwiUHJvdG9zc1wiPlByb3Rvc3M8L2RhZmYtcmFkaW8+XG4gIDxkYWZmLXJhZGlvIGZvcm1Db250cm9sTmFtZT1cInJhY2VcIiB2YWx1ZT1cIlplcmdcIj5aZXJnPC9kYWZmLXJhZGlvPlxuPC9kYWZmLXJhZGlvLXNldD5cbjxkaXY+XG4gIFRoZSBiZXN0IHJhY2UgdG8gcGxheSBhcyBpczoge3t0aGlzLnJhZGlvR3JvdXAuZ2V0KCdyYWNlJykudmFsdWV9fVxuPC9kaXY+Il19
|
@@ -21,4 +21,4 @@ export const getAnimationState = (open, mode) => {
|
|
21
21
|
return 'closed';
|
22
22
|
}
|
23
23
|
};
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1hbmltYXRpb24tc3RhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zaWRlYmFyL3NyYy9hbmltYXRpb24vc2lkZWJhci1hbmltYXRpb24tc3RhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBS0EsTUFBTSxDQUFDLE1BQU0saUJBQWlCLEdBQUcsQ0FBQyxJQUFhLEVBQUUsSUFBcUIsRUFBNkIsRUFBRTtJQUNuRyxJQUFHLElBQUksS0FBSyxNQUFNLEVBQUUsQ0FBQztRQUNuQixPQUFPLE1BQU0sQ0FBQztJQUNoQixDQUFDO0lBRUQsSUFBRyxJQUFJLEtBQUssWUFBWSxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2pDLE9BQU8saUJBQWlCLENBQUM7SUFDM0IsQ0FBQztJQUVELElBQUcsSUFBSSxLQUFLLFlBQVksSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ2xDLE9BQU8sbUJBQW1CLENBQUM7SUFDN0IsQ0FBQztJQUVELElBQUcsSUFBSSxJQUFJLElBQUksS0FBSyxPQUFPLEVBQUUsQ0FBQztRQUM1QixPQUFPLFlBQVksQ0FBQztJQUN0QixDQUFDO0lBRUQsSUFBRyxDQUFDLElBQUksSUFBSSxJQUFJLEtBQUssT0FBTyxFQUFFLENBQUM7UUFDN0IsT0FBTyxjQUFjLENBQUM7SUFDeEIsQ0FBQztJQUVELElBQUcsSUFBSSxFQUFFLENBQUM7UUFDUixPQUFPLE1BQU0sQ0FBQztJQUNoQixDQUFDO1NBQU0sQ0FBQztRQUNOLE9BQU8sUUFBUSxDQUFDO0lBQ2xCLENBQUM7QUFDSCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYWZmU2lkZWJhck1vZGUgfSBmcm9tICcuLi9oZWxwZXIvc2lkZWJhci1tb2RlJztcblxuZXhwb3J0IHR5cGUgRGFmZlNpZGViYXJBbmltYXRpb25TdGF0ZSA9XG4nb3BlbicgfCAnY2xvc2VkJyB8ICd1bmRlci1vcGVuJyB8ICd1bmRlci1jbG9zZWQnIHwgJ3NpZGUtZml4ZWQtb3BlbicgfCAnc2lkZS1maXhlZC1jbG9zZWQnIHwgJ25vbmUnO1xuXG5leHBvcnQgY29uc3QgZ2V0QW5pbWF0aW9uU3RhdGUgPSAob3BlbjogYm9vbGVhbiwgbW9kZTogRGFmZlNpZGViYXJNb2RlKTogRGFmZlNpZGViYXJBbmltYXRpb25TdGF0ZSA9PiB7XG4gIGlmKG1vZGUgPT09ICdzaWRlJykge1xuICAgIHJldHVybiAnbm9uZSc7XG4gIH1cblxuICBpZihtb2RlID09PSAnc2lkZS1maXhlZCcgJiYgb3Blbikge1xuICAgIHJldHVybiAnc2lkZS1maXhlZC1vcGVuJztcbiAgfVxuXG4gIGlmKG1vZGUgPT09ICdzaWRlLWZpeGVkJyAmJiAhb3Blbikge1xuICAgIHJldHVybiAnc2lkZS1maXhlZC1jbG9zZWQnO1xuICB9XG5cbiAgaWYob3BlbiAmJiBtb2RlID09PSAndW5kZXInKSB7XG4gICAgcmV0dXJuICd1bmRlci1vcGVuJztcbiAgfVxuXG4gIGlmKCFvcGVuICYmIG1vZGUgPT09ICd1bmRlcicpIHtcbiAgICByZXR1cm4gJ3VuZGVyLWNsb3NlZCc7XG4gIH1cblxuICBpZihvcGVuKSB7XG4gICAgcmV0dXJuICdvcGVuJztcbiAgfSBlbHNlIHtcbiAgICByZXR1cm4gJ2Nsb3NlZCc7XG4gIH1cbn07XG4iXX0=
|
@@ -1,13 +1,15 @@
|
|
1
1
|
import { ChangeDetectionStrategy, Component, } from '@angular/core';
|
2
|
-
import {
|
2
|
+
import { DAFF_SIDEBAR_COMPONENTS } from '@daffodil/design/sidebar';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
import * as i1 from "@daffodil/design/sidebar";
|
5
5
|
export class BasicSidebarComponent {
|
6
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
7
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
6
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
7
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: BasicSidebarComponent, isStandalone: true, selector: "basic-sidebar", ngImport: i0, template: "<daff-sidebar-viewport>\n <daff-sidebar class=\"basic-sidebar\">\n Sidebar content\n </daff-sidebar>\n <div class=\"basic-sidebar__content\">\n Page content\n </div>\n</daff-sidebar-viewport>", styles: ["daff-sidebar-viewport{height:288px}.basic-sidebar{border-right:1px solid rgb(var(--daff-theme-contrast-rgb),.1)}\n"], dependencies: [{ kind: "component", type: i1.DaffSidebarComponent, selector: "daff-sidebar", inputs: ["side", "mode"], outputs: ["escapePressed"] }, { kind: "component", type: i1.DaffSidebarViewportComponent, selector: "daff-sidebar-viewport", inputs: ["navPlacement"], outputs: ["backdropClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
8
8
|
}
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicSidebarComponent, decorators: [{
|
10
10
|
type: Component,
|
11
|
-
args: [{ selector: 'basic-sidebar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
11
|
+
args: [{ selector: 'basic-sidebar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
12
|
+
DAFF_SIDEBAR_COMPONENTS,
|
13
|
+
], template: "<daff-sidebar-viewport>\n <daff-sidebar class=\"basic-sidebar\">\n Sidebar content\n </daff-sidebar>\n <div class=\"basic-sidebar__content\">\n Page content\n </div>\n</daff-sidebar-viewport>", styles: ["daff-sidebar-viewport{height:288px}.basic-sidebar{border-right:1px solid rgb(var(--daff-theme-contrast-rgb),.1)}\n"] }]
|
12
14
|
}] });
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtc2lkZWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zaWRlYmFyL2V4YW1wbGVzL3NyYy9iYXNpYy1zaWRlYmFyL2Jhc2ljLXNpZGViYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9leGFtcGxlcy9zcmMvYmFzaWMtc2lkZWJhci9iYXNpYy1zaWRlYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFhbkUsTUFBTSxPQUFPLHFCQUFxQjtpSUFBckIscUJBQXFCO3FIQUFyQixxQkFBcUIseUVDbEJsQywyTUFPd0I7OzJGRFdYLHFCQUFxQjtrQkFYakMsU0FBUzsrQkFFRSxlQUFlLG1CQUdSLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLHVCQUF1QjtxQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgREFGRl9TSURFQkFSX0NPTVBPTkVOVFMgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL3NpZGViYXInO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1zaWRlYmFyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Jhc2ljLXNpZGViYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iYXNpYy1zaWRlYmFyLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgREFGRl9TSURFQkFSX0NPTVBPTkVOVFMsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEJhc2ljU2lkZWJhckNvbXBvbmVudCB7fVxuIiwiPGRhZmYtc2lkZWJhci12aWV3cG9ydD5cbiAgPGRhZmYtc2lkZWJhciBjbGFzcz1cImJhc2ljLXNpZGViYXJcIj5cbiAgICBTaWRlYmFyIGNvbnRlbnRcbiAgPC9kYWZmLXNpZGViYXI+XG4gIDxkaXYgY2xhc3M9XCJiYXNpYy1zaWRlYmFyX19jb250ZW50XCI+XG4gICAgUGFnZSBjb250ZW50XG4gIDwvZGl2PlxuPC9kYWZmLXNpZGViYXItdmlld3BvcnQ+Il19
|
package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs
CHANGED
@@ -2,12 +2,13 @@ import { ChangeDetectionStrategy, Component, } from '@angular/core';
|
|
2
2
|
import { FormControl, ReactiveFormsModule, } from '@angular/forms';
|
3
3
|
import { FaIconComponent } from '@fortawesome/angular-fontawesome';
|
4
4
|
import { faTimes } from '@fortawesome/free-solid-svg-icons';
|
5
|
-
import {
|
6
|
-
import {
|
5
|
+
import { DAFF_BUTTON_COMPONENTS } from '@daffodil/design/button';
|
6
|
+
import { DAFF_SIDEBAR_COMPONENTS } from '@daffodil/design/sidebar';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
import * as i1 from "@daffodil/design/sidebar";
|
9
|
-
import * as i2 from "@
|
10
|
-
import * as i3 from "@
|
9
|
+
import * as i2 from "@angular/forms";
|
10
|
+
import * as i3 from "@daffodil/design/button";
|
11
|
+
import * as i4 from "@daffodil/design";
|
11
12
|
export class OverandUnderSidebarsComponent {
|
12
13
|
constructor() {
|
13
14
|
this.faTimes = faTimes;
|
@@ -21,16 +22,16 @@ export class OverandUnderSidebarsComponent {
|
|
21
22
|
closeSidebar() {
|
22
23
|
this.open = false;
|
23
24
|
}
|
24
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
25
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
25
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: OverandUnderSidebarsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
26
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: OverandUnderSidebarsComponent, isStandalone: true, selector: "over-and-under-sidebars", ngImport: i0, template: "<daff-sidebar-viewport (backdropClicked)=\"closeSidebar()\">\n <daff-sidebar class=\"over-sidebar\" [mode]=\"modeControl.value\" [side]=\"sideControl.value\" [open]=\"open\" (escapePressed)=\"closeSidebar()\">\n <daff-sidebar-header>\n <button daff-icon-button color=\"theme-contrast\" daffSidebarHeaderAction (click)=\"closeSidebar()\">\n <fa-icon [icon]=\"faTimes\" size=\"sm\"></fa-icon>\n </button>\n <div daffSidebarHeaderTitle>Title</div>\n </daff-sidebar-header>\n <div class=\"over-and-under-sidebars__sidebar-content\">\n Sidebar content\n </div>\n <daff-sidebar-footer>\n <div class=\"over-and-under-sidebars__footer\">\n Sidebar footer\n </div>\n </daff-sidebar-footer>\n </daff-sidebar>\n <div class=\"over-and-under-sidebars__body-content\">\n <div class=\"over-and-under-sidebars__options-container\">\n <div class=\"over-and-under-sidebars__option-text\">Side:</div>\n <select [formControl]=\"sideControl\">\n <option value=\"left\">Left</option>\n <option value=\"right\">Right</option>\n </select>\n </div>\n \n <div class=\"over-and-under-sidebars__options-container\">\n <div class=\"over-and-under-sidebars__option-text\">Mode:</div>\n <select [formControl]=\"modeControl\">\n <option value=\"over\">Over</option>\n <option value=\"under\">Under</option>\n </select>\n </div>\n\n <button daff-button (click)=\"openSidebar()\">\n Open\n </button>\n </div>\n</daff-sidebar-viewport>\n", styles: ["daff-sidebar-viewport{height:288px}.over-and-under-sidebars__options-container{display:flex;gap:8px;margin:0 0 16px}.over-and-under-sidebars__footer,.over-and-under-sidebars__sidebar-content{padding:16px}\n"], dependencies: [{ kind: "component", type: i1.DaffSidebarComponent, selector: "daff-sidebar", inputs: ["side", "mode"], outputs: ["escapePressed"] }, { kind: "component", type: i1.DaffSidebarViewportComponent, selector: "daff-sidebar-viewport", inputs: ["navPlacement"], outputs: ["backdropClicked"] }, { kind: "component", type: i1.DaffSidebarHeaderComponent, selector: "daff-sidebar-header" }, { kind: "component", type: i1.DaffSidebarFooterComponent, selector: "daff-sidebar-footer" }, { kind: "directive", type: i1.DaffSidebarHeaderTitleDirective, selector: "[daffSidebarHeaderTitle]" }, { kind: "directive", type: i1.DaffSidebarHeaderActionDirective, selector: "[daffSidebarHeaderAction]" }, { kind: "component", type: FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }, { kind: "ngmodule", type: i4.DaffPrefixSuffixModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
26
27
|
}
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: OverandUnderSidebarsComponent, decorators: [{
|
28
29
|
type: Component,
|
29
30
|
args: [{ selector: 'over-and-under-sidebars', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
30
|
-
|
31
|
-
DaffButtonModule,
|
31
|
+
DAFF_SIDEBAR_COMPONENTS,
|
32
32
|
FaIconComponent,
|
33
33
|
ReactiveFormsModule,
|
34
|
+
DAFF_BUTTON_COMPONENTS,
|
34
35
|
], template: "<daff-sidebar-viewport (backdropClicked)=\"closeSidebar()\">\n <daff-sidebar class=\"over-sidebar\" [mode]=\"modeControl.value\" [side]=\"sideControl.value\" [open]=\"open\" (escapePressed)=\"closeSidebar()\">\n <daff-sidebar-header>\n <button daff-icon-button color=\"theme-contrast\" daffSidebarHeaderAction (click)=\"closeSidebar()\">\n <fa-icon [icon]=\"faTimes\" size=\"sm\"></fa-icon>\n </button>\n <div daffSidebarHeaderTitle>Title</div>\n </daff-sidebar-header>\n <div class=\"over-and-under-sidebars__sidebar-content\">\n Sidebar content\n </div>\n <daff-sidebar-footer>\n <div class=\"over-and-under-sidebars__footer\">\n Sidebar footer\n </div>\n </daff-sidebar-footer>\n </daff-sidebar>\n <div class=\"over-and-under-sidebars__body-content\">\n <div class=\"over-and-under-sidebars__options-container\">\n <div class=\"over-and-under-sidebars__option-text\">Side:</div>\n <select [formControl]=\"sideControl\">\n <option value=\"left\">Left</option>\n <option value=\"right\">Right</option>\n </select>\n </div>\n \n <div class=\"over-and-under-sidebars__options-container\">\n <div class=\"over-and-under-sidebars__option-text\">Mode:</div>\n <select [formControl]=\"modeControl\">\n <option value=\"over\">Over</option>\n <option value=\"under\">Under</option>\n </select>\n </div>\n\n <button daff-button (click)=\"openSidebar()\">\n Open\n </button>\n </div>\n</daff-sidebar-viewport>\n", styles: ["daff-sidebar-viewport{height:288px}.over-and-under-sidebars__options-container{display:flex;gap:8px;margin:0 0 16px}.over-and-under-sidebars__footer,.over-and-under-sidebars__sidebar-content{padding:16px}\n"] }]
|
35
36
|
}] });
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3Zlci1hbmQtdW5kZXItc2lkZWJhcnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9leGFtcGxlcy9zcmMvb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMvb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9leGFtcGxlcy9zcmMvb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMvb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLFdBQVcsRUFDWCxtQkFBbUIsR0FDcEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDbkUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBRTVELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7Ozs7QUFnQm5FLE1BQU0sT0FBTyw2QkFBNkI7SUFkMUM7UUFlRSxZQUFPLEdBQUcsT0FBTyxDQUFDO1FBRWxCLFNBQUksR0FBRyxLQUFLLENBQUM7UUFFYixnQkFBVyxHQUFnQixJQUFJLFdBQVcsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNuRCxnQkFBVyxHQUFnQixJQUFJLFdBQVcsQ0FBQyxNQUFNLENBQUMsQ0FBQztLQVNwRDtJQVBDLFdBQVc7UUFDVCxJQUFJLENBQUMsSUFBSSxHQUFHLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztJQUN6QixDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxJQUFJLEdBQUcsS0FBSyxDQUFDO0lBQ3BCLENBQUM7aUlBZFUsNkJBQTZCO3FIQUE3Qiw2QkFBNkIsbUZDNUIxQyxraERBdUNBLGk3QkRoQkksZUFBZSwyTUFDZixtQkFBbUI7OzJGQUlWLDZCQUE2QjtrQkFkekMsU0FBUzsrQkFFRSx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLHVCQUF1Qjt3QkFDdkIsZUFBZTt3QkFDZixtQkFBbUI7d0JBQ25CLHNCQUFzQjtxQkFDdkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIEZvcm1Db250cm9sLFxuICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBGYUljb25Db21wb25lbnQgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5pbXBvcnQgeyBmYVRpbWVzIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgREFGRl9CVVRUT05fQ09NUE9ORU5UUyB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYnV0dG9uJztcbmltcG9ydCB7IERBRkZfU0lERUJBUl9DT01QT05FTlRTIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9zaWRlYmFyJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMnLFxuICB0ZW1wbGF0ZVVybDogJy4vb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnb3Zlci1hbmQtdW5kZXItc2lkZWJhcnMuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBEQUZGX1NJREVCQVJfQ09NUE9ORU5UUyxcbiAgICBGYUljb25Db21wb25lbnQsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBEQUZGX0JVVFRPTl9DT01QT05FTlRTLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBPdmVyYW5kVW5kZXJTaWRlYmFyc0NvbXBvbmVudCB7XG4gIGZhVGltZXMgPSBmYVRpbWVzO1xuXG4gIG9wZW4gPSBmYWxzZTtcblxuICBzaWRlQ29udHJvbDogRm9ybUNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2woJ2xlZnQnKTtcbiAgbW9kZUNvbnRyb2w6IEZvcm1Db250cm9sID0gbmV3IEZvcm1Db250cm9sKCdvdmVyJyk7XG5cbiAgb3BlblNpZGViYXIoKSB7XG4gICAgdGhpcy5vcGVuID0gIXRoaXMub3BlbjtcbiAgfVxuXG4gIGNsb3NlU2lkZWJhcigpIHtcbiAgICB0aGlzLm9wZW4gPSBmYWxzZTtcbiAgfVxufVxuIiwiPGRhZmYtc2lkZWJhci12aWV3cG9ydCAoYmFja2Ryb3BDbGlja2VkKT1cImNsb3NlU2lkZWJhcigpXCI+XG4gIDxkYWZmLXNpZGViYXIgY2xhc3M9XCJvdmVyLXNpZGViYXJcIiBbbW9kZV09XCJtb2RlQ29udHJvbC52YWx1ZVwiIFtzaWRlXT1cInNpZGVDb250cm9sLnZhbHVlXCIgW29wZW5dPVwib3BlblwiIChlc2NhcGVQcmVzc2VkKT1cImNsb3NlU2lkZWJhcigpXCI+XG4gICAgPGRhZmYtc2lkZWJhci1oZWFkZXI+XG4gICAgICA8YnV0dG9uIGRhZmYtaWNvbi1idXR0b24gY29sb3I9XCJ0aGVtZS1jb250cmFzdFwiIGRhZmZTaWRlYmFySGVhZGVyQWN0aW9uIChjbGljayk9XCJjbG9zZVNpZGViYXIoKVwiPlxuICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYVRpbWVzXCIgc2l6ZT1cInNtXCI+PC9mYS1pY29uPlxuICAgICAgPC9idXR0b24+XG4gICAgICA8ZGl2IGRhZmZTaWRlYmFySGVhZGVyVGl0bGU+VGl0bGU8L2Rpdj5cbiAgICA8L2RhZmYtc2lkZWJhci1oZWFkZXI+XG4gICAgPGRpdiBjbGFzcz1cIm92ZXItYW5kLXVuZGVyLXNpZGViYXJzX19zaWRlYmFyLWNvbnRlbnRcIj5cbiAgICAgIFNpZGViYXIgY29udGVudFxuICAgIDwvZGl2PlxuICAgIDxkYWZmLXNpZGViYXItZm9vdGVyPlxuICAgICAgPGRpdiBjbGFzcz1cIm92ZXItYW5kLXVuZGVyLXNpZGViYXJzX19mb290ZXJcIj5cbiAgICAgICAgU2lkZWJhciBmb290ZXJcbiAgICAgIDwvZGl2PlxuICAgIDwvZGFmZi1zaWRlYmFyLWZvb3Rlcj5cbiAgPC9kYWZmLXNpZGViYXI+XG4gIDxkaXYgY2xhc3M9XCJvdmVyLWFuZC11bmRlci1zaWRlYmFyc19fYm9keS1jb250ZW50XCI+XG4gICAgPGRpdiBjbGFzcz1cIm92ZXItYW5kLXVuZGVyLXNpZGViYXJzX19vcHRpb25zLWNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cIm92ZXItYW5kLXVuZGVyLXNpZGViYXJzX19vcHRpb24tdGV4dFwiPlNpZGU6PC9kaXY+XG4gICAgICA8c2VsZWN0IFtmb3JtQ29udHJvbF09XCJzaWRlQ29udHJvbFwiPlxuICAgICAgICA8b3B0aW9uIHZhbHVlPVwibGVmdFwiPkxlZnQ8L29wdGlvbj5cbiAgICAgICAgPG9wdGlvbiB2YWx1ZT1cInJpZ2h0XCI+UmlnaHQ8L29wdGlvbj5cbiAgICAgIDwvc2VsZWN0PlxuICAgIDwvZGl2PlxuICAgIFxuICAgIDxkaXYgY2xhc3M9XCJvdmVyLWFuZC11bmRlci1zaWRlYmFyc19fb3B0aW9ucy1jb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJvdmVyLWFuZC11bmRlci1zaWRlYmFyc19fb3B0aW9uLXRleHRcIj5Nb2RlOjwvZGl2PlxuICAgICAgPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwibW9kZUNvbnRyb2xcIj5cbiAgICAgICAgPG9wdGlvbiB2YWx1ZT1cIm92ZXJcIj5PdmVyPC9vcHRpb24+XG4gICAgICAgIDxvcHRpb24gdmFsdWU9XCJ1bmRlclwiPlVuZGVyPC9vcHRpb24+XG4gICAgICA8L3NlbGVjdD5cbiAgICA8L2Rpdj5cblxuICAgIDxidXR0b24gZGFmZi1idXR0b24gKGNsaWNrKT1cIm9wZW5TaWRlYmFyKClcIj5cbiAgICAgIE9wZW5cbiAgICA8L2J1dHRvbj5cbiAgPC9kaXY+XG48L2RhZmYtc2lkZWJhci12aWV3cG9ydD5cbiJdfQ==
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import { ChangeDetectionStrategy, Component, } from '@angular/core';
|
2
|
-
import {
|
3
|
-
import {
|
2
|
+
import { DAFF_NAVBAR_COMPONENTS } from '@daffodil/design/navbar';
|
3
|
+
import { DAFF_SIDEBAR_COMPONENTS } from '@daffodil/design/sidebar';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
import * as i1 from "@daffodil/design/sidebar";
|
6
6
|
import * as i2 from "@daffodil/design/navbar";
|
7
7
|
export class SideFixedSidebarComponent {
|
8
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
9
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
8
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: SideFixedSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
9
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: SideFixedSidebarComponent, isStandalone: true, selector: "side-fixed-sidebar", ngImport: i0, template: "<daff-sidebar-viewport navPlacement=\"beside\">\n <daff-sidebar mode=\"side-fixed\" [open]=\"true\" class=\"side-fixed-sidebar\">\n Fixed sidebar content\n </daff-sidebar>\n <nav daff-sidebar-viewport-nav daff-navbar>Navbar</nav>\n <div class=\"content\">\n Page content\n </div>\n</daff-sidebar-viewport>", styles: ["daff-sidebar-viewport{height:288px}.side-fixed-sidebar{border-right:1px solid rgb(var(--daff-theme-contrast-rgb),.1)}.content{padding:24px;height:480px}\n"], dependencies: [{ kind: "component", type: i1.DaffSidebarComponent, selector: "daff-sidebar", inputs: ["side", "mode"], outputs: ["escapePressed"] }, { kind: "component", type: i1.DaffSidebarViewportComponent, selector: "daff-sidebar-viewport", inputs: ["navPlacement"], outputs: ["backdropClicked"] }, { kind: "component", type: i2.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["raised"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
10
10
|
}
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: SideFixedSidebarComponent, decorators: [{
|
12
12
|
type: Component,
|
13
|
-
args: [{ selector: 'side-fixed-sidebar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
13
|
+
args: [{ selector: 'side-fixed-sidebar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DAFF_SIDEBAR_COMPONENTS, DAFF_NAVBAR_COMPONENTS], template: "<daff-sidebar-viewport navPlacement=\"beside\">\n <daff-sidebar mode=\"side-fixed\" [open]=\"true\" class=\"side-fixed-sidebar\">\n Fixed sidebar content\n </daff-sidebar>\n <nav daff-sidebar-viewport-nav daff-navbar>Navbar</nav>\n <div class=\"content\">\n Page content\n </div>\n</daff-sidebar-viewport>", styles: ["daff-sidebar-viewport{height:288px}.side-fixed-sidebar{border-right:1px solid rgb(var(--daff-theme-contrast-rgb),.1)}.content{padding:24px;height:480px}\n"] }]
|
14
14
|
}] });
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZS1maXhlZC1zaWRlYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NpZGViYXIvZXhhbXBsZXMvc3JjL3NpZGUtZml4ZWQtc2lkZWJhci9zaWRlLWZpeGVkLXNpZGViYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9leGFtcGxlcy9zcmMvc2lkZS1maXhlZC1zaWRlYmFyL3NpZGUtZml4ZWQtc2lkZWJhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7OztBQVduRSxNQUFNLE9BQU8seUJBQXlCO2lJQUF6Qix5QkFBeUI7cUhBQXpCLHlCQUF5Qiw4RUNqQnRDLDhUQVF3Qjs7MkZEU1gseUJBQXlCO2tCQVRyQyxTQUFTOytCQUVFLG9CQUFvQixtQkFHYix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLHVCQUF1QixFQUFFLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERBRkZfTkFWQkFSX0NPTVBPTkVOVFMgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL25hdmJhcic7XG5pbXBvcnQgeyBEQUZGX1NJREVCQVJfQ09NUE9ORU5UUyB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vc2lkZWJhcic7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ3NpZGUtZml4ZWQtc2lkZWJhcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zaWRlLWZpeGVkLXNpZGViYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnc2lkZS1maXhlZC1zaWRlYmFyLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbREFGRl9TSURFQkFSX0NPTVBPTkVOVFMsIERBRkZfTkFWQkFSX0NPTVBPTkVOVFNdLFxufSlcbmV4cG9ydCBjbGFzcyBTaWRlRml4ZWRTaWRlYmFyQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1zaWRlYmFyLXZpZXdwb3J0IG5hdlBsYWNlbWVudD1cImJlc2lkZVwiPlxuICA8ZGFmZi1zaWRlYmFyIG1vZGU9XCJzaWRlLWZpeGVkXCIgW29wZW5dPVwidHJ1ZVwiIGNsYXNzPVwic2lkZS1maXhlZC1zaWRlYmFyXCI+XG4gICAgRml4ZWQgc2lkZWJhciBjb250ZW50XG4gIDwvZGFmZi1zaWRlYmFyPlxuICA8bmF2IGRhZmYtc2lkZWJhci12aWV3cG9ydC1uYXYgZGFmZi1uYXZiYXI+TmF2YmFyPC9uYXY+XG4gIDxkaXYgY2xhc3M9XCJjb250ZW50XCI+XG4gICAgUGFnZSBjb250ZW50XG4gIDwvZGl2PlxuPC9kYWZmLXNpZGViYXItdmlld3BvcnQ+Il19
|