@alauda/ui 7.0.4-beta.5 → 7.0.4-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion-item/accordion-item.component.d.ts +3 -3
- package/accordion/accordion.component.d.ts +1 -1
- package/accordion/accordion.module.d.ts +10 -7
- package/anchor/anchor.component.d.ts +2 -2
- package/anchor/anchor.directive.d.ts +2 -2
- package/anchor/anchor.module.d.ts +7 -4
- package/autocomplete/autocomplete-placeholder.component.d.ts +1 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/autocomplete/autocomplete.directive.d.ts +2 -2
- package/autocomplete/autocomplete.module.d.ts +17 -10
- package/autocomplete/helper-directives.d.ts +1 -1
- package/autocomplete/suggestion/suggestion.component.d.ts +1 -1
- package/autocomplete/suggestion-group/suggestion-group.component.d.ts +1 -1
- package/back-top/back-top.component.d.ts +1 -1
- package/back-top/back-top.module.d.ts +5 -5
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.module.d.ts +8 -5
- package/button/button-group/button-group.component.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/button/button.module.d.ts +5 -5
- package/card/card.component.d.ts +1 -1
- package/card/card.module.d.ts +9 -5
- package/card/helper-directives.d.ts +3 -3
- package/card/section.component.d.ts +1 -1
- package/checkbox/checkbox-group/checkbox-group.component.d.ts +1 -1
- package/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/checkbox.module.d.ts +8 -5
- package/color-picker/color-picker.component.d.ts +1 -1
- package/color-picker/color-picker.module.d.ts +4 -4
- package/date-picker/calendar/date-picker-panel/component.d.ts +2 -2
- package/date-picker/calendar/footer/component.d.ts +1 -1
- package/date-picker/calendar/header/component.d.ts +1 -1
- package/date-picker/calendar/panel/picker-panel.d.ts +1 -1
- package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
- package/date-picker/date-picker/date-picker.component.d.ts +1 -1
- package/date-picker/date-picker.module.d.ts +17 -17
- package/date-picker/range-picker/range-picker.component.d.ts +1 -1
- package/date-picker/trigger/trigger.component.d.ts +1 -1
- package/dialog/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/dialog/dialog-content/dialog-close.directive.d.ts +1 -1
- package/dialog/dialog-content/dialog-content.component.d.ts +1 -1
- package/dialog/dialog-content/dialog-footer.component.d.ts +1 -1
- package/dialog/dialog-content/dialog-header.component.d.ts +1 -1
- package/dialog/dialog.component.d.ts +1 -1
- package/dialog/dialog.module.d.ts +12 -12
- package/drawer/component/drawer.component.d.ts +1 -1
- package/drawer/component/helper-directives.d.ts +3 -3
- package/drawer/drawer.module.d.ts +7 -7
- package/dropdown/dropdown-active.directive.d.ts +1 -1
- package/dropdown/dropdown-button/dropdown-button.component.d.ts +1 -1
- package/dropdown/dropdown.directive.d.ts +1 -1
- package/dropdown/dropdown.module.d.ts +14 -14
- package/dropdown/helper-directives.d.ts +1 -1
- package/dropdown/menu/menu-content.directive.d.ts +1 -1
- package/dropdown/menu/menu.component.d.ts +1 -1
- package/dropdown/menu-group/menu-group.component.d.ts +1 -1
- package/dropdown/menu-item/menu-item.component.d.ts +1 -1
- package/dropdown/submenu/submenu.component.d.ts +1 -1
- package/esm2022/accordion/accordion-item/accordion-item.component.mjs +15 -13
- package/esm2022/accordion/accordion.component.mjs +5 -5
- package/esm2022/accordion/accordion.module.mjs +24 -9
- package/esm2022/anchor/anchor.component.mjs +11 -10
- package/esm2022/anchor/anchor.directive.mjs +12 -10
- package/esm2022/anchor/anchor.module.mjs +17 -8
- package/esm2022/autocomplete/autocomplete-placeholder.component.mjs +5 -4
- package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
- package/esm2022/autocomplete/autocomplete.directive.mjs +9 -7
- package/esm2022/autocomplete/autocomplete.module.mjs +24 -8
- package/esm2022/autocomplete/helper-directives.mjs +5 -4
- package/esm2022/autocomplete/suggestion/suggestion.component.mjs +6 -6
- package/esm2022/autocomplete/suggestion-group/suggestion-group.component.mjs +6 -6
- package/esm2022/back-top/back-top.component.mjs +8 -8
- package/esm2022/back-top/back-top.module.mjs +6 -7
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
- package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -5
- package/esm2022/breadcrumb/breadcrumb.module.mjs +19 -7
- package/esm2022/button/button-group/button-group.component.mjs +5 -5
- package/esm2022/button/button.component.mjs +7 -7
- package/esm2022/button/button.module.mjs +6 -7
- package/esm2022/card/card.component.mjs +5 -5
- package/esm2022/card/card.module.mjs +16 -8
- package/esm2022/card/helper-directives.mjs +13 -10
- package/esm2022/card/section.component.mjs +5 -5
- package/esm2022/checkbox/checkbox-group/checkbox-group.component.mjs +5 -5
- package/esm2022/checkbox/checkbox.component.mjs +10 -10
- package/esm2022/checkbox/checkbox.module.mjs +19 -7
- package/esm2022/color-picker/color-picker.component.mjs +5 -5
- package/esm2022/color-picker/color-picker.module.mjs +6 -7
- package/esm2022/date-picker/calendar/date-picker-panel/component.mjs +24 -15
- package/esm2022/date-picker/calendar/footer/component.mjs +8 -8
- package/esm2022/date-picker/calendar/header/component.mjs +9 -9
- package/esm2022/date-picker/calendar/panel/picker-panel.mjs +8 -8
- package/esm2022/date-picker/calendar/range-picker-panel/component.mjs +23 -13
- package/esm2022/date-picker/date-picker/date-picker.component.mjs +15 -10
- package/esm2022/date-picker/date-picker.module.mjs +19 -16
- package/esm2022/date-picker/range-picker/range-picker.component.mjs +15 -10
- package/esm2022/date-picker/trigger/trigger.component.mjs +9 -9
- package/esm2022/dialog/confirm-dialog/confirm-dialog.component.mjs +15 -8
- package/esm2022/dialog/dialog-content/dialog-close.directive.mjs +5 -4
- package/esm2022/dialog/dialog-content/dialog-content.component.mjs +5 -5
- package/esm2022/dialog/dialog-content/dialog-footer.component.mjs +5 -5
- package/esm2022/dialog/dialog-content/dialog-header.component.mjs +7 -7
- package/esm2022/dialog/dialog.component.mjs +8 -8
- package/esm2022/dialog/dialog.module.mjs +13 -13
- package/esm2022/dialog/dialog.service.mjs +3 -3
- package/esm2022/drawer/component/drawer.component.mjs +18 -10
- package/esm2022/drawer/component/helper-directives.mjs +13 -10
- package/esm2022/drawer/drawer.module.mjs +7 -8
- package/esm2022/drawer/drawer.service.mjs +3 -3
- package/esm2022/dropdown/dropdown-active.directive.mjs +5 -4
- package/esm2022/dropdown/dropdown-button/dropdown-button.component.mjs +9 -9
- package/esm2022/dropdown/dropdown.directive.mjs +5 -4
- package/esm2022/dropdown/dropdown.module.mjs +18 -8
- package/esm2022/dropdown/helper-directives.mjs +5 -4
- package/esm2022/dropdown/menu/menu-content.directive.mjs +5 -4
- package/esm2022/dropdown/menu/menu.component.mjs +5 -5
- package/esm2022/dropdown/menu-group/menu-group.component.mjs +5 -5
- package/esm2022/dropdown/menu-item/menu-item.component.mjs +5 -5
- package/esm2022/dropdown/submenu/submenu.component.mjs +14 -9
- package/esm2022/form/common-form.mjs +8 -5
- package/esm2022/form/form-item/form-item.component.mjs +6 -6
- package/esm2022/form/form.directive.mjs +5 -4
- package/esm2022/form/form.module.mjs +18 -8
- package/esm2022/form/helper-directives.mjs +21 -16
- package/esm2022/i18n/i18n.module.mjs +6 -6
- package/esm2022/i18n/i18n.pipe.mjs +5 -4
- package/esm2022/i18n/i18n.service.mjs +3 -3
- package/esm2022/icon/icon-register.service.mjs +10 -20
- package/esm2022/icon/icon.component.mjs +7 -7
- package/esm2022/icon/icon.module.mjs +6 -9
- package/esm2022/inline-alert/helper-directives.mjs +5 -4
- package/esm2022/inline-alert/inline-alert.component.mjs +7 -7
- package/esm2022/inline-alert/inline-alert.module.mjs +19 -7
- package/esm2022/input/autosize.directive.mjs +5 -4
- package/esm2022/input/helper-directives.mjs +17 -13
- package/esm2022/input/input-group/input-group.component.mjs +13 -6
- package/esm2022/input/input.component.mjs +5 -5
- package/esm2022/input/input.module.mjs +14 -14
- package/esm2022/input/number-input/number-input.component.mjs +20 -8
- package/esm2022/input/search/search.component.mjs +10 -9
- package/esm2022/input/tags-input/tags-input.component.mjs +8 -8
- package/esm2022/message/message-wrapper.component.mjs +5 -5
- package/esm2022/message/message.component.mjs +6 -6
- package/esm2022/message/message.module.mjs +18 -9
- package/esm2022/message/message.service.mjs +8 -5
- package/esm2022/notification/notification-wrapper.component.mjs +5 -5
- package/esm2022/notification/notification.component.mjs +9 -9
- package/esm2022/notification/notification.module.mjs +22 -9
- package/esm2022/notification/notification.service.mjs +8 -5
- package/esm2022/paginator/paginator-intl.mjs +9 -14
- package/esm2022/paginator/paginator.component.mjs +20 -11
- package/esm2022/paginator/paginator.module.mjs +22 -9
- package/esm2022/radio/base-radio.mjs +3 -3
- package/esm2022/radio/radio-button/radio-button.component.mjs +7 -7
- package/esm2022/radio/radio-group/radio-group.component.mjs +5 -5
- package/esm2022/radio/radio.component.mjs +6 -6
- package/esm2022/radio/radio.module.mjs +17 -7
- package/esm2022/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
- package/esm2022/scrolling/fixed-size-table-virtual-scroll.directive.mjs +5 -4
- package/esm2022/scrolling/fixed-size-virtual-scroll.directive.mjs +5 -4
- package/esm2022/scrolling/scrolling.module.mjs +6 -6
- package/esm2022/scrolling/virtual-for-of.directive.mjs +5 -4
- package/esm2022/scrolling/virtual-scroll-viewport.component.mjs +5 -5
- package/esm2022/select/base-select.mjs +8 -5
- package/esm2022/select/helper-directives.mjs +9 -7
- package/esm2022/select/multi-select/multi-select.component.mjs +22 -11
- package/esm2022/select/option/option.component.mjs +9 -8
- package/esm2022/select/option-group/option-group.component.mjs +6 -6
- package/esm2022/select/option-placeholder.component.mjs +5 -4
- package/esm2022/select/select.component.mjs +21 -12
- package/esm2022/select/select.module.mjs +22 -13
- package/esm2022/select/validators.mjs +5 -4
- package/esm2022/shared/click-outside.directive.mjs +5 -4
- package/esm2022/shared/shared.module.mjs +6 -6
- package/esm2022/sort/sort-header.component.mjs +5 -5
- package/esm2022/sort/sort.directive.mjs +5 -4
- package/esm2022/sort/sort.module.mjs +7 -7
- package/esm2022/status-bar/status-bar.component.mjs +7 -7
- package/esm2022/status-bar/status-bar.module.mjs +6 -7
- package/esm2022/steps/steps.component.mjs +14 -7
- package/esm2022/steps/steps.module.mjs +6 -7
- package/esm2022/switch/switch.component.mjs +7 -7
- package/esm2022/switch/switch.module.mjs +6 -7
- package/esm2022/table/table-cell-def.directive.mjs +5 -4
- package/esm2022/table/table-cell.component.mjs +15 -11
- package/esm2022/table/table-cell.directive.mjs +5 -4
- package/esm2022/table/table-column-def.directive.mjs +5 -4
- package/esm2022/table/table-header-cell-def.directive.mjs +5 -4
- package/esm2022/table/table-header-cell.directive.mjs +5 -4
- package/esm2022/table/table-header-row-def.directive.mjs +5 -4
- package/esm2022/table/table-header-row.component.mjs +7 -5
- package/esm2022/table/table-placeholder.directive.mjs +9 -7
- package/esm2022/table/table-row-def.directive.mjs +5 -4
- package/esm2022/table/table-row.component.mjs +7 -5
- package/esm2022/table/table-scroll.directive.mjs +9 -7
- package/esm2022/table/table.component.mjs +7 -8
- package/esm2022/table/table.module.mjs +36 -8
- package/esm2022/table-of-contents/table-of-contents.module.mjs +19 -7
- package/esm2022/table-of-contents/toc-container.directive.mjs +5 -4
- package/esm2022/table-of-contents/toc-content.directive.mjs +5 -4
- package/esm2022/table-of-contents/toc-link.directive.mjs +5 -4
- package/esm2022/tabs/tab-body.component.mjs +30 -24
- package/esm2022/tabs/tab-context.service.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +24 -12
- package/esm2022/tabs/tab-header-active-indicator.component.mjs +6 -6
- package/esm2022/tabs/tab-header.component.mjs +18 -10
- package/esm2022/tabs/tab.component.mjs +5 -5
- package/esm2022/tabs/tabs.module.mjs +26 -15
- package/esm2022/tag/check-tag/check-tag.component.mjs +5 -5
- package/esm2022/tag/tag.component.mjs +7 -7
- package/esm2022/tag/tag.module.mjs +6 -7
- package/esm2022/theme/theme.module.mjs +16 -7
- package/esm2022/theme/theme.pipe.mjs +33 -17
- package/esm2022/theme/theme.service.mjs +3 -3
- package/esm2022/time-picker/component.mjs +22 -13
- package/esm2022/time-picker/panel/panel.component.mjs +16 -8
- package/esm2022/time-picker/time-picker.module.mjs +12 -8
- package/esm2022/tooltip/base-tooltip.mjs +8 -5
- package/esm2022/tooltip/tooltip-active.directive.mjs +5 -4
- package/esm2022/tooltip/tooltip-copy.directive.mjs +5 -4
- package/esm2022/tooltip/tooltip-intl.mjs +9 -14
- package/esm2022/tooltip/tooltip.component.mjs +6 -6
- package/esm2022/tooltip/tooltip.directive.mjs +5 -4
- package/esm2022/tooltip/tooltip.module.mjs +12 -10
- package/esm2022/tree-select/tree-node-placeholder.component.mjs +5 -4
- package/esm2022/tree-select/tree-select.component.mjs +24 -15
- package/esm2022/tree-select/tree-select.module.mjs +18 -8
- package/fesm2022/alauda-ui.mjs +1883 -1417
- package/fesm2022/alauda-ui.mjs.map +1 -1
- package/form/common-form.d.ts +1 -1
- package/form/form-item/form-item.component.d.ts +1 -1
- package/form/form.directive.d.ts +1 -1
- package/form/form.module.d.ts +9 -5
- package/form/helper-directives.d.ts +5 -5
- package/i18n/i18n.module.d.ts +1 -1
- package/i18n/i18n.pipe.d.ts +1 -1
- package/icon/icon-register.service.d.ts +1 -8
- package/icon/icon.component.d.ts +1 -1
- package/icon/icon.module.d.ts +4 -4
- package/inline-alert/helper-directives.d.ts +1 -1
- package/inline-alert/inline-alert.component.d.ts +1 -1
- package/inline-alert/inline-alert.module.d.ts +8 -5
- package/input/autosize.directive.d.ts +1 -1
- package/input/helper-directives.d.ts +4 -4
- package/input/input-group/input-group.component.d.ts +3 -1
- package/input/input.component.d.ts +1 -1
- package/input/input.module.d.ts +13 -13
- package/input/number-input/number-input.component.d.ts +3 -1
- package/input/search/search.component.d.ts +1 -1
- package/input/tags-input/tags-input.component.d.ts +1 -1
- package/message/message-wrapper.component.d.ts +1 -1
- package/message/message.component.d.ts +1 -1
- package/message/message.module.d.ts +6 -6
- package/notification/notification-wrapper.component.d.ts +1 -1
- package/notification/notification.component.d.ts +1 -1
- package/notification/notification.module.d.ts +7 -7
- package/package.json +1 -1
- package/paginator/paginator-intl.d.ts +0 -7
- package/paginator/paginator.component.d.ts +1 -1
- package/paginator/paginator.module.d.ts +7 -7
- package/radio/radio-button/radio-button.component.d.ts +1 -1
- package/radio/radio-group/radio-group.component.d.ts +1 -1
- package/radio/radio.component.d.ts +1 -1
- package/radio/radio.module.d.ts +6 -6
- package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
- package/scrolling/fixed-size-virtual-scroll.directive.d.ts +1 -1
- package/scrolling/scrolling.module.d.ts +1 -1
- package/scrolling/virtual-for-of.directive.d.ts +1 -1
- package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
- package/select/base-select.d.ts +1 -1
- package/select/helper-directives.d.ts +2 -2
- package/select/multi-select/multi-select.component.d.ts +1 -1
- package/select/option/option.component.d.ts +3 -2
- package/select/option-group/option-group.component.d.ts +1 -1
- package/select/option-placeholder.component.d.ts +1 -1
- package/select/select.component.d.ts +1 -1
- package/select/select.module.d.ts +22 -14
- package/select/validators.d.ts +1 -1
- package/shared/click-outside.directive.d.ts +1 -1
- package/shared/shared.module.d.ts +1 -1
- package/sort/sort-header.component.d.ts +1 -1
- package/sort/sort.directive.d.ts +1 -1
- package/sort/sort.module.d.ts +7 -4
- package/status-bar/status-bar.component.d.ts +1 -1
- package/status-bar/status-bar.module.d.ts +4 -4
- package/steps/steps.component.d.ts +1 -1
- package/steps/steps.module.d.ts +4 -4
- package/switch/switch.component.d.ts +1 -1
- package/switch/switch.module.d.ts +3 -3
- package/table/table-cell-def.directive.d.ts +1 -1
- package/table/table-cell.component.d.ts +2 -2
- package/table/table-cell.directive.d.ts +1 -1
- package/table/table-column-def.directive.d.ts +1 -1
- package/table/table-header-cell-def.directive.d.ts +1 -1
- package/table/table-header-cell.directive.d.ts +1 -1
- package/table/table-header-row-def.directive.d.ts +1 -1
- package/table/table-header-row.component.d.ts +1 -1
- package/table/table-placeholder.directive.d.ts +2 -2
- package/table/table-row-def.directive.d.ts +1 -1
- package/table/table-row.component.d.ts +1 -1
- package/table/table-scroll.directive.d.ts +2 -2
- package/table/table.component.d.ts +1 -1
- package/table/table.module.d.ts +31 -17
- package/table-of-contents/table-of-contents.module.d.ts +9 -5
- package/table-of-contents/toc-container.directive.d.ts +1 -1
- package/table-of-contents/toc-content.directive.d.ts +1 -1
- package/table-of-contents/toc-link.directive.d.ts +1 -1
- package/tabs/tab-body.component.d.ts +7 -7
- package/tabs/tab-group.component.d.ts +1 -1
- package/tabs/tab-header-active-indicator.component.d.ts +1 -1
- package/tabs/tab-header.component.d.ts +1 -1
- package/tabs/tab.component.d.ts +1 -1
- package/tabs/tabs.module.d.ts +18 -13
- package/tag/check-tag/check-tag.component.d.ts +1 -1
- package/tag/tag.component.d.ts +1 -1
- package/tag/tag.module.d.ts +5 -5
- package/theme/theme.module.d.ts +3 -3
- package/theme/theme.pipe.d.ts +4 -4
- package/time-picker/component.d.ts +2 -2
- package/time-picker/panel/panel.component.d.ts +1 -1
- package/time-picker/time-picker.module.d.ts +12 -12
- package/tooltip/base-tooltip.d.ts +1 -1
- package/tooltip/tooltip-active.directive.d.ts +1 -1
- package/tooltip/tooltip-copy.directive.d.ts +1 -1
- package/tooltip/tooltip-intl.d.ts +0 -7
- package/tooltip/tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +1 -1
- package/tooltip/tooltip.module.d.ts +7 -7
- package/tree-select/tree-node-placeholder.component.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +4 -4
- package/tree-select/tree-select.module.d.ts +7 -7
|
@@ -27,5 +27,5 @@ export declare class DatePickerTriggerComponent {
|
|
|
27
27
|
constructor();
|
|
28
28
|
focusInput(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerTriggerComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerTriggerComponent, "aui-date-picker-trigger", never, { "format": { "alias": "format"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "value": { "alias": "value"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "startPlaceholder": { "alias": "startPlaceholder"; "required": false; }; "endPlaceholder": { "alias": "endPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "blur": "blur"; "clear": "clear"; }, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerTriggerComponent, "aui-date-picker-trigger", never, { "format": { "alias": "format"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "value": { "alias": "value"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "startPlaceholder": { "alias": "startPlaceholder"; "required": false; }; "endPlaceholder": { "alias": "endPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "blur": "blur"; "clear": "clear"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -20,5 +20,5 @@ export declare class ConfirmDialogComponent<T = unknown, R = unknown> {
|
|
|
20
20
|
cancel(): Promise<void>;
|
|
21
21
|
private toPromise;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent<any, any>, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent<any, any>, "aui-confirm-dialog", never, {}, {}, never, never,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent<any, any>, "aui-confirm-dialog", never, {}, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -11,5 +11,5 @@ export declare class DialogCloseDirective implements OnInit {
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
closeDialog(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogCloseDirective, [{ optional: true; }, null, null]>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogCloseDirective, "[auiDialogClose]", ["auiDialogClose"], { "result": { "alias": "auiDialogClose"; "required": false; }; }, {}, never, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogCloseDirective, "[auiDialogClose]", ["auiDialogClose"], { "result": { "alias": "auiDialogClose"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -7,5 +7,5 @@ export declare class DialogContentComponent extends CdkScrollable {
|
|
|
7
7
|
bem: Bem;
|
|
8
8
|
constructor(elementRef: ElementRef<HTMLElement>, scrollDispatcher: ScrollDispatcher, ngZone: NgZone, dir?: Directionality);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogContentComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogContentComponent, "aui-dialog-content", never, {}, {}, never, ["*"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogContentComponent, "aui-dialog-content", never, {}, {}, never, ["*"], true, never>;
|
|
11
11
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class DialogFooterComponent {
|
|
4
4
|
bem: Bem;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogFooterComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogFooterComponent, "aui-dialog-footer", never, {}, {}, never, ["*"],
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogFooterComponent, "aui-dialog-footer", never, {}, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -14,5 +14,5 @@ export declare class DialogHeaderComponent implements OnInit {
|
|
|
14
14
|
constructor(dialogRef: DialogRef<any>, elementRef: ElementRef, dialogService: DialogService);
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogHeaderComponent, [{ optional: true; }, null, null]>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogHeaderComponent, "aui-dialog-header", never, { "divider": { "alias": "divider"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "result": { "alias": "result"; "required": false; }; }, {}, never, ["*"],
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogHeaderComponent, "aui-dialog-header", never, { "divider": { "alias": "divider"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "result": { "alias": "result"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
18
18
|
}
|
|
@@ -44,5 +44,5 @@ export declare class DialogComponent {
|
|
|
44
44
|
private setMaskExitAnimationClass;
|
|
45
45
|
private setModalTransformOrigin;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "aui-dialog", never, {}, {}, never, never,
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "aui-dialog", never, {}, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/cdk/overlay";
|
|
4
|
+
import * as i3 from "@angular/cdk/portal";
|
|
5
|
+
import * as i4 from "../icon/icon.module";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
import * as i6 from "./dialog.component";
|
|
8
|
+
import * as i7 from "./dialog-content/dialog-header.component";
|
|
9
|
+
import * as i8 from "./dialog-content/dialog-content.component";
|
|
10
|
+
import * as i9 from "./dialog-content/dialog-footer.component";
|
|
11
|
+
import * as i10 from "./dialog-content/dialog-close.directive";
|
|
12
|
+
import * as i11 from "./confirm-dialog/confirm-dialog.component";
|
|
13
13
|
export declare class DialogModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.CommonModule, typeof i2.OverlayModule, typeof i3.PortalModule, typeof i4.IconModule, typeof i5.ButtonModule, typeof i6.DialogComponent, typeof i7.DialogHeaderComponent, typeof i8.DialogContentComponent, typeof i9.DialogFooterComponent, typeof i10.DialogCloseDirective, typeof i11.ConfirmDialogComponent], [typeof i6.DialogComponent, typeof i7.DialogHeaderComponent, typeof i8.DialogContentComponent, typeof i9.DialogFooterComponent, typeof i10.DialogCloseDirective]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
|
|
17
17
|
}
|
|
@@ -59,5 +59,5 @@ export declare class DrawerComponent<T = ComponentType<unknown>, R = unknown, D
|
|
|
59
59
|
maskClick(): void;
|
|
60
60
|
ngOnDestroy(): void;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent<any, any, any>, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent<any, any, any>, "aui-drawer", never, { "title": { "alias": "title"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "size": { "alias": "size"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "content": { "alias": "content"; "required": false; }; "hideOnClickOutside": { "alias": "hideOnClickOutside"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; "drawerClass": { "alias": "drawerClass"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "maskClosable": { "alias": "maskClosable"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "drawerViewInit": "drawerViewInit"; "close": "close"; }, ["titleTemplate", "contentTemplate", "footerTemplate"], never,
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent<any, any, any>, "aui-drawer", never, { "title": { "alias": "title"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "size": { "alias": "size"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "content": { "alias": "content"; "required": false; }; "hideOnClickOutside": { "alias": "hideOnClickOutside"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; "drawerClass": { "alias": "drawerClass"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "maskClosable": { "alias": "maskClosable"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "drawerViewInit": "drawerViewInit"; "close": "close"; }, ["titleTemplate", "contentTemplate", "footerTemplate"], never, true, never>;
|
|
63
63
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DrawerHeaderDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerHeaderDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHeaderDirective, "[auiDrawerHeader]", never, {}, {}, never, never,
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHeaderDirective, "[auiDrawerHeader]", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
6
6
|
export declare class DrawerContentDirective {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerContentDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerContentDirective, "[auiDrawerContent]", never, {}, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerContentDirective, "[auiDrawerContent]", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
10
10
|
export declare class DrawerFooterDirective {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerFooterDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerFooterDirective, "[auiDrawerFooter]", never, {}, {}, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerFooterDirective, "[auiDrawerFooter]", never, {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "../icon/icon.module";
|
|
4
|
+
import * as i3 from "@angular/cdk/overlay";
|
|
5
|
+
import * as i4 from "@angular/cdk/portal";
|
|
6
|
+
import * as i5 from "./component/drawer.component";
|
|
7
|
+
import * as i6 from "./component/helper-directives";
|
|
8
8
|
export declare class DrawerModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i5.DrawerComponent, typeof i6.DrawerHeaderDirective, typeof i6.DrawerContentDirective, typeof i6.DrawerFooterDirective], [typeof i5.DrawerComponent, typeof i6.DrawerHeaderDirective, typeof i6.DrawerContentDirective, typeof i6.DrawerFooterDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DrawerModule>;
|
|
12
12
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class DropdownActiveDirective extends TooltipActiveDirective {
|
|
4
4
|
customClass: string | string[];
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownActiveDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownActiveDirective, "[auiDropdownActive]", never, { "customClass": { "alias": "auiDropdownActive"; "required": false; }; }, {}, never, never,
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownActiveDirective, "[auiDropdownActive]", never, { "customClass": { "alias": "auiDropdownActive"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -18,6 +18,6 @@ export declare class DropdownButtonComponent implements AfterContentInit {
|
|
|
18
18
|
disableTrigger$: Observable<boolean>;
|
|
19
19
|
ngAfterContentInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownButtonComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownButtonComponent, "aui-dropdown-button", never, { "type": { "alias": "type"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "size": { "alias": "size"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "buttonClick": "buttonClick"; }, ["menu", "menuItems"], ["*"],
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownButtonComponent, "aui-dropdown-button", never, { "type": { "alias": "type"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "size": { "alias": "size"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "buttonClick": "buttonClick"; }, ["menu", "menuItems"], ["*"], true, never>;
|
|
22
22
|
static ngAcceptInputType_disabled: unknown;
|
|
23
23
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DropdownDirective extends BaseTooltip implements OnInit {
|
|
|
13
13
|
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, elRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef, ngZone: NgZone);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "[auiDropdown]", ["auiDropdown"], { "class": { "alias": "auiDropdownClass"; "required": false; }; "disabled": { "alias": "auiDropdownDisabled"; "required": false; }; "position": { "alias": "auiDropdownPosition"; "required": false; }; "trigger": { "alias": "auiDropdownTrigger"; "required": false; }; "menu": { "alias": "auiDropdown"; "required": false; }; "lazyContentContext": { "alias": "auiDropdownContext"; "required": false; }; "hideOnClick": { "alias": "auiDropdownHideOnClick"; "required": false; }; }, { "visibleChange": "auiDropdownVisibleChange"; }, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "[auiDropdown]", ["auiDropdown"], { "class": { "alias": "auiDropdownClass"; "required": false; }; "disabled": { "alias": "auiDropdownDisabled"; "required": false; }; "position": { "alias": "auiDropdownPosition"; "required": false; }; "trigger": { "alias": "auiDropdownTrigger"; "required": false; }; "menu": { "alias": "auiDropdown"; "required": false; }; "lazyContentContext": { "alias": "auiDropdownContext"; "required": false; }; "hideOnClick": { "alias": "auiDropdownHideOnClick"; "required": false; }; }, { "visibleChange": "auiDropdownVisibleChange"; }, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./menu/menu-
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "../tooltip/tooltip.module";
|
|
4
|
+
import * as i3 from "../icon/icon.module";
|
|
5
|
+
import * as i4 from "../button/button.module";
|
|
6
|
+
import * as i5 from "./dropdown.directive";
|
|
7
|
+
import * as i6 from "./dropdown-active.directive";
|
|
8
|
+
import * as i7 from "./dropdown-button/dropdown-button.component";
|
|
9
|
+
import * as i8 from "./menu/menu.component";
|
|
10
|
+
import * as i9 from "./menu-group/menu-group.component";
|
|
11
|
+
import * as i10 from "./helper-directives";
|
|
12
|
+
import * as i11 from "./menu-item/menu-item.component";
|
|
13
|
+
import * as i12 from "./submenu/submenu.component";
|
|
14
|
+
import * as i13 from "./menu/menu-content.directive";
|
|
15
15
|
export declare class DropdownModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, never, [typeof i1.CommonModule, typeof i2.TooltipModule, typeof i3.IconModule, typeof i4.ButtonModule, typeof i5.DropdownDirective, typeof i6.DropdownActiveDirective, typeof i7.DropdownButtonComponent, typeof i8.MenuComponent, typeof i9.MenuGroupComponent, typeof i10.MenuGroupTitleDirective, typeof i11.MenuItemComponent, typeof i12.SubmenuComponent, typeof i13.MenuContentDirective], [typeof i5.DropdownDirective, typeof i6.DropdownActiveDirective, typeof i7.DropdownButtonComponent, typeof i8.MenuComponent, typeof i9.MenuGroupComponent, typeof i10.MenuGroupTitleDirective, typeof i11.MenuItemComponent, typeof i12.SubmenuComponent, typeof i13.MenuContentDirective]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class MenuGroupTitleDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuGroupTitleDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuGroupTitleDirective, "[auiMenuGroupTitle]", ["auiMenuGroupTitle"], {}, {}, never, never,
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuGroupTitleDirective, "[auiMenuGroupTitle]", ["auiMenuGroupTitle"], {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -14,5 +14,5 @@ export declare class MenuContentDirective implements OnDestroy {
|
|
|
14
14
|
detach(): void;
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuContentDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuContentDirective, "*[auiMenuContent]", ["auiMenuContent"], {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuContentDirective, "*[auiMenuContent]", ["auiMenuContent"], {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -9,5 +9,5 @@ export declare class MenuComponent {
|
|
|
9
9
|
template: TemplateRef<any>;
|
|
10
10
|
lazyContent: MenuContentDirective;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "aui-menu", never, { "size": { "alias": "size"; "required": false; }; }, {}, ["lazyContent"], ["*"],
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "aui-menu", never, { "size": { "alias": "size"; "required": false; }; }, {}, ["lazyContent"], ["*"], true, never>;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class MenuGroupComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuGroupComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuGroupComponent, "aui-menu-group", never, {}, {}, never, ["[auiMenuGroupTitle]", "*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuGroupComponent, "aui-menu-group", never, {}, {}, never, ["[auiMenuGroupTitle]", "*"], true, never>;
|
|
5
5
|
}
|
|
@@ -11,5 +11,5 @@ export declare class MenuItemComponent {
|
|
|
11
11
|
actived: boolean;
|
|
12
12
|
get className(): string;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "aui-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "divide": { "alias": "divide"; "required": false; }; "type": { "alias": "type"; "required": false; }; "actived": { "alias": "actived"; "required": false; }; }, {}, never, ["*"],
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "aui-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "divide": { "alias": "divide"; "required": false; }; "type": { "alias": "type"; "required": false; }; "actived": { "alias": "actived"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
15
15
|
}
|
|
@@ -12,5 +12,5 @@ export declare class SubmenuComponent extends MenuItemComponent {
|
|
|
12
12
|
menuItems: QueryList<MenuItemComponent>;
|
|
13
13
|
get hasEnabledItem(): boolean;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubmenuComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubmenuComponent, "aui-submenu", never, { "trigger": { "alias": "trigger"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["menuItems"], ["*", "aui-menu-item"],
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubmenuComponent, "aui-submenu", never, { "trigger": { "alias": "trigger"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["menuItems"], ["*", "aui-menu-item"], true, never>;
|
|
16
16
|
}
|
|
@@ -1,30 +1,32 @@
|
|
|
1
1
|
import { animate, state, style, transition, trigger, } from '@angular/animations';
|
|
2
2
|
import { CdkAccordionItem } from '@angular/cdk/accordion';
|
|
3
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
|
3
4
|
import { ChangeDetectionStrategy, Component, ContentChild, Directive, Input, TemplateRef, ViewEncapsulation, } from '@angular/core';
|
|
4
5
|
import { filter, startWith, take } from 'rxjs';
|
|
6
|
+
import { IconComponent } from '../../icon/icon.component';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
import * as i1 from "../accordion.component";
|
|
7
9
|
import * as i2 from "@angular/cdk/collections";
|
|
8
|
-
import * as i3 from "@angular/common";
|
|
9
|
-
import * as i4 from "../../icon/icon.component";
|
|
10
10
|
export class AccordionItemHeaderDirective {
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
12
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionItemHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
12
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.3", type: AccordionItemHeaderDirective, isStandalone: true, selector: "[auiAccordionItemHeader]", ngImport: i0 });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionItemHeaderDirective, decorators: [{
|
|
15
15
|
type: Directive,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: '[auiAccordionItemHeader]',
|
|
18
|
+
standalone: true,
|
|
18
19
|
}]
|
|
19
20
|
}] });
|
|
20
21
|
export class AccordionItemContentDirective {
|
|
21
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
22
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
22
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.3", type: AccordionItemContentDirective, isStandalone: true, selector: "[auiAccordionContent]", ngImport: i0 });
|
|
23
24
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionItemContentDirective, decorators: [{
|
|
25
26
|
type: Directive,
|
|
26
27
|
args: [{
|
|
27
28
|
selector: '[auiAccordionContent]',
|
|
29
|
+
standalone: true,
|
|
28
30
|
}]
|
|
29
31
|
}] });
|
|
30
32
|
export class AccordionItemComponent extends CdkAccordionItem {
|
|
@@ -43,8 +45,8 @@ export class AccordionItemComponent extends CdkAccordionItem {
|
|
|
43
45
|
});
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
47
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
48
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionItemComponent, deps: [{ token: i1.AccordionComponent }, { token: i0.ChangeDetectorRef }, { token: i2.UniqueSelectionDispatcher }], target: i0.ɵɵFactoryTarget.Component });
|
|
49
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.3", type: AccordionItemComponent, isStandalone: true, selector: "aui-accordion-item", inputs: { background: "background" }, queries: [{ propertyName: "_lazyContentTpl", first: true, predicate: AccordionItemContentDirective, descendants: true, read: TemplateRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"aui-accordion-item\">\n <div class=\"aui-accordion-item__header\">\n <button\n type=\"button\"\n class=\"aui-accordion-item__expand-button\"\n [class.isExpanded]=\"expanded\"\n [disabled]=\"disabled\"\n (click)=\"toggle()\"\n >\n <aui-icon icon=\"angle_right\"></aui-icon>\n </button>\n <div\n class=\"aui-accordion-item__header-content\"\n [class.aui-accordion-item__header-content--expanded]=\"expanded\"\n >\n <ng-content select=\"[auiAccordionItemHeader]\"></ng-content>\n </div>\n </div>\n <div\n *ngIf=\"expanded\"\n class=\"aui-accordion-item__body\"\n [id]=\"id\"\n [@expand]=\"expanded ? 'expanded' : 'collapsed'\"\n >\n <div\n class=\"aui-accordion-item__content\"\n [class.hasBackground]=\"background\"\n >\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]=\"lazyContentTpl\"></ng-template>\n </div>\n </div>\n</div>\n", styles: [".aui-accordion-item{display:block;padding:20px;border:1px solid rgb(var(--aui-color-n-7));border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-10))}.aui-accordion-item__expand-button{display:inline-flex;justify-content:center;align-items:center;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6));border-radius:50%;border:none;cursor:pointer;transition:transform .1s ease-in-out}.aui-accordion-item__expand-button aui-icon{display:flex;justify-content:center;align-items:center;width:var(--aui-icon-size-s);height:var(--aui-icon-size-s);font-size:var(--aui-icon-size-s)}.aui-accordion-item__expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-accordion-item__expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-accordion-item__expand-button.isExpanded{transform:rotate(90deg);color:#fff;background-color:rgb(var(--aui-color-primary))}.aui-accordion-item__expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-accordion-item__expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-accordion-item__expand-button[disabled],.aui-accordion-item__expand-button.isExpanded[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-accordion-item__expand-button:first-child{margin-right:20px}.aui-accordion-item__expand-button:last-child{margin-left:20px}.aui-accordion-item__header{display:inline-flex;align-items:center;width:100%;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);font-weight:var(--aui-font-weight-normal);color:rgb(var(--aui-color-main-text))}.aui-accordion-item__header-content{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-accordion-item__body{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content{margin-top:16px;border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}aui-accordion-item+aui-accordion-item .aui-accordion-item{margin-top:var(--aui-spacing-m)}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "aui-icon", inputs: ["icon", "light", "dark", "link", "margin", "size", "color", "background", "backgroundColor"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], viewProviders: [AccordionItemComponent], animations: [
|
|
48
50
|
trigger('expand', [
|
|
49
51
|
state('*', style({ height: 0 })),
|
|
50
52
|
state('expanded', style({ height: '*' })),
|
|
@@ -52,7 +54,7 @@ export class AccordionItemComponent extends CdkAccordionItem {
|
|
|
52
54
|
]),
|
|
53
55
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
54
56
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionItemComponent, decorators: [{
|
|
56
58
|
type: Component,
|
|
57
59
|
args: [{ selector: 'aui-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, preserveWhitespaces: false, animations: [
|
|
58
60
|
trigger('expand', [
|
|
@@ -60,7 +62,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
|
|
|
60
62
|
state('expanded', style({ height: '*' })),
|
|
61
63
|
transition('* <=> expanded', [animate('0.1s ease-in-out')]),
|
|
62
64
|
]),
|
|
63
|
-
], viewProviders: [AccordionItemComponent], template: "<div class=\"aui-accordion-item\">\n <div class=\"aui-accordion-item__header\">\n <button\n type=\"button\"\n class=\"aui-accordion-item__expand-button\"\n [class.isExpanded]=\"expanded\"\n [disabled]=\"disabled\"\n (click)=\"toggle()\"\n >\n <aui-icon icon=\"angle_right\"></aui-icon>\n </button>\n <div\n class=\"aui-accordion-item__header-content\"\n [class.aui-accordion-item__header-content--expanded]=\"expanded\"\n >\n <ng-content select=\"[auiAccordionItemHeader]\"></ng-content>\n </div>\n </div>\n <div\n *ngIf=\"expanded\"\n class=\"aui-accordion-item__body\"\n [id]=\"id\"\n [@expand]=\"expanded ? 'expanded' : 'collapsed'\"\n >\n <div\n class=\"aui-accordion-item__content\"\n [class.hasBackground]=\"background\"\n >\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]=\"lazyContentTpl\"></ng-template>\n </div>\n </div>\n</div>\n", styles: [".aui-accordion-item{display:block;padding:20px;border:1px solid rgb(var(--aui-color-n-7));border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-10))}.aui-accordion-item__expand-button{display:inline-flex;justify-content:center;align-items:center;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6));border-radius:50%;border:none;cursor:pointer;transition:transform .1s ease-in-out}.aui-accordion-item__expand-button aui-icon{display:flex;justify-content:center;align-items:center;width:var(--aui-icon-size-s);height:var(--aui-icon-size-s);font-size:var(--aui-icon-size-s)}.aui-accordion-item__expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-accordion-item__expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-accordion-item__expand-button.isExpanded{transform:rotate(90deg);color:#fff;background-color:rgb(var(--aui-color-primary))}.aui-accordion-item__expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-accordion-item__expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-accordion-item__expand-button[disabled],.aui-accordion-item__expand-button.isExpanded[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-accordion-item__expand-button:first-child{margin-right:20px}.aui-accordion-item__expand-button:last-child{margin-left:20px}.aui-accordion-item__header{display:inline-flex;align-items:center;width:100%;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);font-weight:var(--aui-font-weight-normal);color:rgb(var(--aui-color-main-text))}.aui-accordion-item__header-content{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-accordion-item__body{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content{margin-top:16px;border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}aui-accordion-item+aui-accordion-item .aui-accordion-item{margin-top:var(--aui-spacing-m)}\n"] }]
|
|
65
|
+
], viewProviders: [AccordionItemComponent], standalone: true, imports: [IconComponent, NgIf, NgTemplateOutlet], template: "<div class=\"aui-accordion-item\">\n <div class=\"aui-accordion-item__header\">\n <button\n type=\"button\"\n class=\"aui-accordion-item__expand-button\"\n [class.isExpanded]=\"expanded\"\n [disabled]=\"disabled\"\n (click)=\"toggle()\"\n >\n <aui-icon icon=\"angle_right\"></aui-icon>\n </button>\n <div\n class=\"aui-accordion-item__header-content\"\n [class.aui-accordion-item__header-content--expanded]=\"expanded\"\n >\n <ng-content select=\"[auiAccordionItemHeader]\"></ng-content>\n </div>\n </div>\n <div\n *ngIf=\"expanded\"\n class=\"aui-accordion-item__body\"\n [id]=\"id\"\n [@expand]=\"expanded ? 'expanded' : 'collapsed'\"\n >\n <div\n class=\"aui-accordion-item__content\"\n [class.hasBackground]=\"background\"\n >\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]=\"lazyContentTpl\"></ng-template>\n </div>\n </div>\n</div>\n", styles: [".aui-accordion-item{display:block;padding:20px;border:1px solid rgb(var(--aui-color-n-7));border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-10))}.aui-accordion-item__expand-button{display:inline-flex;justify-content:center;align-items:center;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6));border-radius:50%;border:none;cursor:pointer;transition:transform .1s ease-in-out}.aui-accordion-item__expand-button aui-icon{display:flex;justify-content:center;align-items:center;width:var(--aui-icon-size-s);height:var(--aui-icon-size-s);font-size:var(--aui-icon-size-s)}.aui-accordion-item__expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-accordion-item__expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-accordion-item__expand-button.isExpanded{transform:rotate(90deg);color:#fff;background-color:rgb(var(--aui-color-primary))}.aui-accordion-item__expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-accordion-item__expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-accordion-item__expand-button[disabled],.aui-accordion-item__expand-button.isExpanded[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-accordion-item__expand-button:first-child{margin-right:20px}.aui-accordion-item__expand-button:last-child{margin-left:20px}.aui-accordion-item__header{display:inline-flex;align-items:center;width:100%;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);font-weight:var(--aui-font-weight-normal);color:rgb(var(--aui-color-main-text))}.aui-accordion-item__header-content{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-accordion-item__body{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content{margin-top:16px;border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}aui-accordion-item+aui-accordion-item .aui-accordion-item{margin-top:var(--aui-spacing-m)}\n"] }]
|
|
64
66
|
}], ctorParameters: function () { return [{ type: i1.AccordionComponent }, { type: i0.ChangeDetectorRef }, { type: i2.UniqueSelectionDispatcher }]; }, propDecorators: { background: [{
|
|
65
67
|
type: Input
|
|
66
68
|
}], _lazyContentTpl: [{
|
|
@@ -70,4 +72,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
|
|
|
70
72
|
static: true,
|
|
71
73
|
}]
|
|
72
74
|
}] } });
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9zcmMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBQ1AsS0FBSyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxHQUNSLE1BQU0scUJBQXFCLENBQUM7QUFDN0IsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFMUQsT0FBTyxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3pELE9BQU8sRUFFTCx1QkFBdUIsRUFFdkIsU0FBUyxFQUNULFlBQVksRUFDWixTQUFTLEVBQ1QsS0FBSyxFQUNMLFdBQVcsRUFDWCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRS9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7OztBQU8xRCxNQUFNLE9BQU8sNEJBQTRCO3VHQUE1Qiw0QkFBNEI7MkZBQTVCLDRCQUE0Qjs7MkZBQTVCLDRCQUE0QjtrQkFKeEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMEJBQTBCO29CQUNwQyxVQUFVLEVBQUUsSUFBSTtpQkFDakI7O0FBTUQsTUFBTSxPQUFPLDZCQUE2Qjt1R0FBN0IsNkJBQTZCOzJGQUE3Qiw2QkFBNkI7OzJGQUE3Qiw2QkFBNkI7a0JBSnpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtvQkFDakMsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOztBQW9CRCxNQUFNLE9BQU8sc0JBQ1gsU0FBUSxnQkFBZ0I7SUFJeEIsVUFBVSxHQUFHLElBQUksQ0FBQztJQU1sQixlQUFlLENBQXVCO0lBRXRDLGNBQWMsQ0FBdUI7SUFHckMsWUFDRSxTQUE2QixFQUM3QixHQUFzQixFQUN0Qix5QkFBb0Q7UUFFcEQsS0FBSyxDQUFDLFNBQVMsRUFBRSxHQUFHLEVBQUUseUJBQXlCLENBQUMsQ0FBQztJQUNuRCxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksSUFBSSxDQUFDLGVBQWUsRUFBRTtZQUV4QixJQUFJLENBQUMsTUFBTTtpQkFDUixJQUFJLENBQ0gsU0FBUyxDQUFDLElBQVksQ0FBQyxFQUN2QixNQUFNLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsRUFDN0IsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUNSO2lCQUNBLFNBQVMsQ0FBQyxHQUFHLEVBQUU7Z0JBQ2QsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDO1lBQzdDLENBQUMsQ0FBQyxDQUFDO1NBQ047SUFDSCxDQUFDO3VHQXJDVSxzQkFBc0I7MkZBQXRCLHNCQUFzQixpS0FPbkIsNkJBQTZCLDJCQUNuQyxXQUFXLGtFQzlEckIscThCQWlDQSx5dEVEbUJZLGFBQWEsNEpBQUUsSUFBSSw2RkFBRSxnQkFBZ0IseUlBRmhDLENBQUMsc0JBQXNCLENBQUMsY0FQM0I7WUFDVixPQUFPLENBQUMsUUFBUSxFQUFFO2dCQUNoQixLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxFQUFFLE1BQU0sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO2dCQUNoQyxLQUFLLENBQUMsVUFBVSxFQUFFLEtBQUssQ0FBQyxFQUFFLE1BQU0sRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFDO2dCQUN6QyxVQUFVLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxPQUFPLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDO2FBQzVELENBQUM7U0FDSDs7MkZBS1Usc0JBQXNCO2tCQWxCbEMsU0FBUzsrQkFDRSxvQkFBb0IsbUJBR2IsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSx1QkFDaEIsS0FBSyxjQUNkO3dCQUNWLE9BQU8sQ0FBQyxRQUFRLEVBQUU7NEJBQ2hCLEtBQUssQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7NEJBQ2hDLEtBQUssQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUM7NEJBQ3pDLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7eUJBQzVELENBQUM7cUJBQ0gsaUJBQ2Msd0JBQXdCLGNBQzNCLElBQUksV0FDUCxDQUFDLGFBQWEsRUFBRSxJQUFJLEVBQUUsZ0JBQWdCLENBQUM7aUxBT2hELFVBQVU7c0JBRFQsS0FBSztnQkFPTixlQUFlO3NCQUpkLFlBQVk7dUJBQUMsNkJBQTZCLEVBQUU7d0JBQzNDLElBQUksRUFBRSxXQUFXO3dCQUNqQixNQUFNLEVBQUUsSUFBSTtxQkFDYiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFuaW1hdGUsXG4gIHN0YXRlLFxuICBzdHlsZSxcbiAgdHJhbnNpdGlvbixcbiAgdHJpZ2dlcixcbn0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBDZGtBY2NvcmRpb25JdGVtIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2FjY29yZGlvbic7XG5pbXBvcnQgeyBVbmlxdWVTZWxlY3Rpb25EaXNwYXRjaGVyIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvbGxlY3Rpb25zJztcbmltcG9ydCB7IE5nSWYsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZCxcbiAgRGlyZWN0aXZlLFxuICBJbnB1dCxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZpbHRlciwgc3RhcnRXaXRoLCB0YWtlIH0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICcuLi8uLi9pY29uL2ljb24uY29tcG9uZW50JztcbmltcG9ydCB7IEFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpQWNjb3JkaW9uSXRlbUhlYWRlcl0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlIHt9XG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpQWNjb3JkaW9uQ29udGVudF0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSB7fVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXVpLWFjY29yZGlvbi1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICdhY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWydhY2NvcmRpb24taXRlbS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJlc2VydmVXaGl0ZXNwYWNlczogZmFsc2UsXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdleHBhbmQnLCBbXG4gICAgICBzdGF0ZSgnKicsIHN0eWxlKHsgaGVpZ2h0OiAwIH0pKSxcbiAgICAgIHN0YXRlKCdleHBhbmRlZCcsIHN0eWxlKHsgaGVpZ2h0OiAnKicgfSkpLFxuICAgICAgdHJhbnNpdGlvbignKiA8PT4gZXhwYW5kZWQnLCBbYW5pbWF0ZSgnMC4xcyBlYXNlLWluLW91dCcpXSksXG4gICAgXSksXG4gIF0sXG4gIHZpZXdQcm92aWRlcnM6IFtBY2NvcmRpb25JdGVtQ29tcG9uZW50XSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0ljb25Db21wb25lbnQsIE5nSWYsIE5nVGVtcGxhdGVPdXRsZXRdLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtQ29tcG9uZW50XG4gIGV4dGVuZHMgQ2RrQWNjb3JkaW9uSXRlbVxuICBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXRcbntcbiAgQElucHV0KClcbiAgYmFja2dyb3VuZCA9IHRydWU7XG5cbiAgQENvbnRlbnRDaGlsZChBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSwge1xuICAgIHJlYWQ6IFRlbXBsYXRlUmVmLFxuICAgIHN0YXRpYzogdHJ1ZSxcbiAgfSlcbiAgX2xhenlDb250ZW50VHBsOiBUZW1wbGF0ZVJlZjx1bmtub3duPjtcblxuICBsYXp5Q29udGVudFRwbDogVGVtcGxhdGVSZWY8dW5rbm93bj47XG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby11c2VsZXNzLWNvbnN0cnVjdG9yXG4gIGNvbnN0cnVjdG9yKFxuICAgIGFjY29yZGlvbjogQWNjb3JkaW9uQ29tcG9uZW50LFxuICAgIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgdW5pcXVlU2VsZWN0aW9uRGlzcGF0Y2hlcjogVW5pcXVlU2VsZWN0aW9uRGlzcGF0Y2hlcixcbiAgKSB7XG4gICAgc3VwZXIoYWNjb3JkaW9uLCBjZHIsIHVuaXF1ZVNlbGVjdGlvbkRpc3BhdGNoZXIpO1xuICB9XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCkge1xuICAgIGlmICh0aGlzLl9sYXp5Q29udGVudFRwbCkge1xuICAgICAgLy8gUmVuZGVyIHRoZSBjb250ZW50IGFzIHNvb24gYXMgdGhlIGFjY29yZGlvbiBiZWNvbWVzIG9wZW4uXG4gICAgICB0aGlzLm9wZW5lZFxuICAgICAgICAucGlwZShcbiAgICAgICAgICBzdGFydFdpdGgobnVsbCBhcyB2b2lkKSxcbiAgICAgICAgICBmaWx0ZXIoKCkgPT4gISF0aGlzLmV4cGFuZGVkKSxcbiAgICAgICAgICB0YWtlKDEpLFxuICAgICAgICApXG4gICAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgIHRoaXMubGF6eUNvbnRlbnRUcGwgPSB0aGlzLl9sYXp5Q29udGVudFRwbDtcbiAgICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtXCI+XG4gIDxkaXYgY2xhc3M9XCJhdWktYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiPlxuICAgIDxidXR0b25cbiAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgY2xhc3M9XCJhdWktYWNjb3JkaW9uLWl0ZW1fX2V4cGFuZC1idXR0b25cIlxuICAgICAgW2NsYXNzLmlzRXhwYW5kZWRdPVwiZXhwYW5kZWRcIlxuICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgIChjbGljayk9XCJ0b2dnbGUoKVwiXG4gICAgPlxuICAgICAgPGF1aS1pY29uIGljb249XCJhbmdsZV9yaWdodFwiPjwvYXVpLWljb24+XG4gICAgPC9idXR0b24+XG4gICAgPGRpdlxuICAgICAgY2xhc3M9XCJhdWktYWNjb3JkaW9uLWl0ZW1fX2hlYWRlci1jb250ZW50XCJcbiAgICAgIFtjbGFzcy5hdWktYWNjb3JkaW9uLWl0ZW1fX2hlYWRlci1jb250ZW50LS1leHBhbmRlZF09XCJleHBhbmRlZFwiXG4gICAgPlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2F1aUFjY29yZGlvbkl0ZW1IZWFkZXJdXCI+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgPGRpdlxuICAgICpuZ0lmPVwiZXhwYW5kZWRcIlxuICAgIGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19ib2R5XCJcbiAgICBbaWRdPVwiaWRcIlxuICAgIFtAZXhwYW5kXT1cImV4cGFuZGVkID8gJ2V4cGFuZGVkJyA6ICdjb2xsYXBzZWQnXCJcbiAgPlxuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19jb250ZW50XCJcbiAgICAgIFtjbGFzcy5oYXNCYWNrZ3JvdW5kXT1cImJhY2tncm91bmRcIlxuICAgID5cbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDxuZy10ZW1wbGF0ZSBbbmdUZW1wbGF0ZU91dGxldF09XCJsYXp5Q29udGVudFRwbFwiPjwvbmctdGVtcGxhdGU+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -10,12 +10,12 @@ export class AccordionComponent extends CdkAccordion {
|
|
|
10
10
|
this.parent = parent;
|
|
11
11
|
this.depth = parent ? parent.depth + 1 : 0;
|
|
12
12
|
}
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionComponent, deps: [{ token: AccordionComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.3", type: AccordionComponent, isStandalone: true, selector: "aui-accordion", inputs: { background: "background" }, host: { properties: { "attr.accordion-depth": "this.depth" } }, usesInheritance: true, ngImport: i0, template: "<div\n class=\"aui-accordion\"\n [class.hasBg]=\"background\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".aui-accordion.hasBg{padding:12px;border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-9))}aui-accordion+aui-accordion .aui-accordion{margin-top:var(--aui-spacing-xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
|
-
args: [{ selector: 'aui-accordion', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false, template: "<div\n class=\"aui-accordion\"\n [class.hasBg]=\"background\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".aui-accordion.hasBg{padding:12px;border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-9))}aui-accordion+aui-accordion .aui-accordion{margin-top:var(--aui-spacing-xl)}\n"] }]
|
|
18
|
+
args: [{ selector: 'aui-accordion', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false, standalone: true, template: "<div\n class=\"aui-accordion\"\n [class.hasBg]=\"background\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".aui-accordion.hasBg{padding:12px;border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-9))}aui-accordion+aui-accordion .aui-accordion{margin-top:var(--aui-spacing-xl)}\n"] }]
|
|
19
19
|
}], ctorParameters: function () { return [{ type: AccordionComponent, decorators: [{
|
|
20
20
|
type: SkipSelf
|
|
21
21
|
}, {
|
|
@@ -26,4 +26,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
|
|
|
26
26
|
type: HostBinding,
|
|
27
27
|
args: ['attr.accordion-depth']
|
|
28
28
|
}] } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN0RCxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxXQUFXLEVBQ1gsS0FBSyxFQUNMLFFBQVEsRUFDUixRQUFRLEVBQ1IsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOztBQVd2QixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsWUFBWTtJQVV6QztJQVJULFVBQVUsR0FBRyxJQUFJLENBQUM7SUFHbEIsS0FBSyxDQUFTO0lBRWQsWUFHUyxNQUEwQjtRQUVqQyxLQUFLLEVBQUUsQ0FBQztRQUZELFdBQU0sR0FBTixNQUFNLENBQW9CO1FBR2pDLElBQUksQ0FBQyxLQUFLLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzdDLENBQUM7dUdBZFUsa0JBQWtCOzJGQUFsQixrQkFBa0Isc01DcEIvQiwyR0FNQTs7MkZEY2Esa0JBQWtCO2tCQVQ5QixTQUFTOytCQUNFLGVBQWUsaUJBR1YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSx1QkFDMUIsS0FBSyxjQUNkLElBQUk7OzBCQVViLFFBQVE7OzBCQUNSLFFBQVE7NENBUFgsVUFBVTtzQkFEVCxLQUFLO2dCQUlOLEtBQUs7c0JBREosV0FBVzt1QkFBQyxzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDZGtBY2NvcmRpb24gfSBmcm9tICdAYW5ndWxhci9jZGsvYWNjb3JkaW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT3B0aW9uYWwsXG4gIFNraXBTZWxmLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F1aS1hY2NvcmRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vYWNjb3JkaW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYWNjb3JkaW9uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcmVzZXJ2ZVdoaXRlc3BhY2VzOiBmYWxzZSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgQWNjb3JkaW9uQ29tcG9uZW50IGV4dGVuZHMgQ2RrQWNjb3JkaW9uIHtcbiAgQElucHV0KClcbiAgYmFja2dyb3VuZCA9IHRydWU7XG5cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFjY29yZGlvbi1kZXB0aCcpXG4gIGRlcHRoOiBudW1iZXI7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQFNraXBTZWxmKClcbiAgICBAT3B0aW9uYWwoKVxuICAgIHB1YmxpYyBwYXJlbnQ6IEFjY29yZGlvbkNvbXBvbmVudCxcbiAgKSB7XG4gICAgc3VwZXIoKTtcbiAgICB0aGlzLmRlcHRoID0gcGFyZW50ID8gcGFyZW50LmRlcHRoICsgMSA6IDA7XG4gIH1cbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJhdWktYWNjb3JkaW9uXCJcbiAgW2NsYXNzLmhhc0JnXT1cImJhY2tncm91bmRcIlxuPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -7,33 +7,48 @@ import { AccordionItemComponent, AccordionItemContentDirective, AccordionItemHea
|
|
|
7
7
|
import { AccordionComponent } from './accordion.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class AccordionModule {
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
11
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.3", ngImport: i0, type: AccordionModule, imports: [CommonModule,
|
|
12
|
+
CdkAccordionModule,
|
|
13
|
+
IconModule,
|
|
14
|
+
ButtonModule,
|
|
15
|
+
AccordionComponent,
|
|
12
16
|
AccordionItemComponent,
|
|
13
17
|
AccordionItemHeaderDirective,
|
|
14
|
-
AccordionItemContentDirective],
|
|
18
|
+
AccordionItemContentDirective], exports: [AccordionComponent,
|
|
15
19
|
AccordionItemComponent,
|
|
16
20
|
AccordionItemHeaderDirective,
|
|
17
21
|
AccordionItemContentDirective] });
|
|
18
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
22
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionModule, imports: [CommonModule,
|
|
23
|
+
CdkAccordionModule,
|
|
24
|
+
IconModule,
|
|
25
|
+
ButtonModule] });
|
|
19
26
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: AccordionModule, decorators: [{
|
|
21
28
|
type: NgModule,
|
|
22
29
|
args: [{
|
|
23
|
-
|
|
30
|
+
imports: [
|
|
31
|
+
CommonModule,
|
|
32
|
+
CdkAccordionModule,
|
|
33
|
+
IconModule,
|
|
34
|
+
ButtonModule,
|
|
24
35
|
AccordionComponent,
|
|
25
36
|
AccordionItemComponent,
|
|
26
37
|
AccordionItemHeaderDirective,
|
|
27
38
|
AccordionItemContentDirective,
|
|
28
39
|
],
|
|
29
|
-
imports: [CommonModule, CdkAccordionModule, IconModule, ButtonModule],
|
|
30
40
|
exports: [
|
|
31
41
|
AccordionComponent,
|
|
32
42
|
AccordionItemComponent,
|
|
33
43
|
AccordionItemHeaderDirective,
|
|
34
44
|
AccordionItemContentDirective,
|
|
35
45
|
],
|
|
36
|
-
providers: [],
|
|
37
46
|
}]
|
|
38
47
|
}] });
|
|
39
|
-
|
|
48
|
+
export const ACCORDION_MODULE = [
|
|
49
|
+
AccordionComponent,
|
|
50
|
+
AccordionItemComponent,
|
|
51
|
+
AccordionItemHeaderDirective,
|
|
52
|
+
AccordionItemContentDirective,
|
|
53
|
+
];
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFFckMsT0FBTyxFQUNMLHNCQUFzQixFQUN0Qiw2QkFBNkIsRUFDN0IsNEJBQTRCLEdBQzdCLE1BQU0sMkNBQTJDLENBQUM7QUFDbkQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBb0IzRCxNQUFNLE9BQU8sZUFBZTt1R0FBZixlQUFlO3dHQUFmLGVBQWUsWUFoQnhCLFlBQVk7WUFDWixrQkFBa0I7WUFDbEIsVUFBVTtZQUNWLFlBQVk7WUFDWixrQkFBa0I7WUFDbEIsc0JBQXNCO1lBQ3RCLDRCQUE0QjtZQUM1Qiw2QkFBNkIsYUFHN0Isa0JBQWtCO1lBQ2xCLHNCQUFzQjtZQUN0Qiw0QkFBNEI7WUFDNUIsNkJBQTZCO3dHQUdwQixlQUFlLFlBaEJ4QixZQUFZO1lBQ1osa0JBQWtCO1lBQ2xCLFVBQVU7WUFDVixZQUFZOzsyRkFhSCxlQUFlO2tCQWxCM0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixrQkFBa0I7d0JBQ2xCLFVBQVU7d0JBQ1YsWUFBWTt3QkFDWixrQkFBa0I7d0JBQ2xCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1Qiw2QkFBNkI7cUJBQzlCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxrQkFBa0I7d0JBQ2xCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1Qiw2QkFBNkI7cUJBQzlCO2lCQUNGOztBQUdELE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHO0lBQzlCLGtCQUFrQjtJQUNsQixzQkFBc0I7SUFDdEIsNEJBQTRCO0lBQzVCLDZCQUE2QjtDQUNyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrQWNjb3JkaW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2FjY29yZGlvbic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uJztcbmltcG9ydCB7IEljb25Nb2R1bGUgfSBmcm9tICcuLi9pY29uJztcblxuaW1wb3J0IHtcbiAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIEFjY29yZGlvbkl0ZW1IZWFkZXJEaXJlY3RpdmUsXG59IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IEFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQ2RrQWNjb3JkaW9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgQnV0dG9uTW9kdWxlLFxuICAgIEFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBBY2NvcmRpb25JdGVtQ29tcG9uZW50LFxuICAgIEFjY29yZGlvbkl0ZW1IZWFkZXJEaXJlY3RpdmUsXG4gICAgQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBBY2NvcmRpb25Db21wb25lbnQsXG4gICAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlLFxuICAgIEFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25Nb2R1bGUge31cblxuZXhwb3J0IGNvbnN0IEFDQ09SRElPTl9NT0RVTEUgPSBbXG4gIEFjY29yZGlvbkNvbXBvbmVudCxcbiAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgQWNjb3JkaW9uSXRlbUhlYWRlckRpcmVjdGl2ZSxcbiAgQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG5dIGFzIGNvbnN0O1xuIl19
|