@alauda/ui 6.5.10-beta.47 → 6.5.10-beta.49
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 +7 -10
- package/anchor/anchor.component.d.ts +2 -2
- package/anchor/anchor.directive.d.ts +2 -2
- package/anchor/anchor.module.d.ts +4 -7
- 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 +10 -17
- 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 +5 -8
- 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 +5 -9
- 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 +5 -8
- 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 +1 -1
- 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 +13 -15
- package/esm2022/accordion/accordion.component.mjs +5 -5
- package/esm2022/accordion/accordion.module.mjs +9 -24
- package/esm2022/anchor/anchor.component.mjs +10 -11
- package/esm2022/anchor/anchor.directive.mjs +10 -12
- package/esm2022/anchor/anchor.module.mjs +8 -17
- package/esm2022/autocomplete/autocomplete-placeholder.component.mjs +4 -5
- package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
- package/esm2022/autocomplete/autocomplete.directive.mjs +7 -9
- package/esm2022/autocomplete/autocomplete.module.mjs +8 -24
- package/esm2022/autocomplete/helper-directives.mjs +4 -5
- 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 +7 -6
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
- package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -5
- package/esm2022/breadcrumb/breadcrumb.module.mjs +7 -19
- 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 +7 -6
- package/esm2022/card/card.component.mjs +5 -5
- package/esm2022/card/card.module.mjs +8 -16
- package/esm2022/card/helper-directives.mjs +10 -13
- 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 +7 -19
- package/esm2022/color-picker/color-picker.component.mjs +5 -5
- package/esm2022/color-picker/color-picker.module.mjs +7 -6
- package/esm2022/date-picker/calendar/date-picker-panel/component.mjs +14 -24
- 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 +13 -23
- package/esm2022/date-picker/date-picker/date-picker.component.mjs +10 -15
- package/esm2022/date-picker/date-picker.module.mjs +16 -19
- package/esm2022/date-picker/range-picker/range-picker.component.mjs +10 -15
- package/esm2022/date-picker/trigger/trigger.component.mjs +9 -9
- package/esm2022/dialog/confirm-dialog/confirm-dialog.component.mjs +8 -15
- package/esm2022/dialog/dialog-content/dialog-close.directive.mjs +4 -5
- 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 +10 -18
- package/esm2022/drawer/component/helper-directives.mjs +10 -13
- package/esm2022/drawer/drawer.module.mjs +8 -22
- package/esm2022/drawer/drawer.service.mjs +3 -3
- package/esm2022/dropdown/dropdown-active.directive.mjs +4 -5
- package/esm2022/dropdown/dropdown-button/dropdown-button.component.mjs +9 -9
- package/esm2022/dropdown/dropdown.directive.mjs +4 -5
- package/esm2022/dropdown/dropdown.module.mjs +8 -18
- package/esm2022/dropdown/helper-directives.mjs +4 -5
- package/esm2022/dropdown/menu/menu-content.directive.mjs +4 -5
- 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 +9 -14
- package/esm2022/form/common-form.mjs +5 -8
- package/esm2022/form/form-item/form-item.component.mjs +6 -6
- package/esm2022/form/form.directive.mjs +4 -5
- package/esm2022/form/form.module.mjs +8 -18
- package/esm2022/form/helper-directives.mjs +16 -21
- package/esm2022/i18n/i18n.module.mjs +6 -6
- package/esm2022/i18n/i18n.pipe.mjs +4 -5
- package/esm2022/i18n/i18n.service.mjs +3 -3
- package/esm2022/icon/icon-register.service.mjs +20 -10
- package/esm2022/icon/icon.component.mjs +7 -7
- package/esm2022/icon/icon.module.mjs +9 -6
- package/esm2022/inline-alert/helper-directives.mjs +4 -5
- package/esm2022/inline-alert/inline-alert.component.mjs +7 -7
- package/esm2022/inline-alert/inline-alert.module.mjs +7 -19
- package/esm2022/input/autosize.directive.mjs +4 -5
- package/esm2022/input/helper-directives.mjs +13 -17
- package/esm2022/input/input-group/input-group.component.mjs +6 -13
- 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 +8 -20
- package/esm2022/input/search/search.component.mjs +9 -10
- 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 +9 -18
- package/esm2022/message/message.service.mjs +5 -8
- package/esm2022/notification/notification-wrapper.component.mjs +5 -5
- package/esm2022/notification/notification.component.mjs +9 -9
- package/esm2022/notification/notification.module.mjs +9 -22
- package/esm2022/notification/notification.service.mjs +5 -8
- package/esm2022/paginator/paginator-intl.mjs +14 -9
- package/esm2022/paginator/paginator.component.mjs +11 -20
- package/esm2022/paginator/paginator.module.mjs +9 -22
- 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 +7 -17
- package/esm2022/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
- package/esm2022/scrolling/fixed-size-table-virtual-scroll.directive.mjs +4 -5
- package/esm2022/scrolling/fixed-size-virtual-scroll.directive.mjs +4 -5
- package/esm2022/scrolling/scrolling.module.mjs +6 -6
- package/esm2022/scrolling/virtual-for-of.directive.mjs +4 -5
- package/esm2022/scrolling/virtual-scroll-viewport.component.mjs +5 -5
- package/esm2022/select/base-select.mjs +5 -8
- package/esm2022/select/helper-directives.mjs +7 -9
- package/esm2022/select/multi-select/multi-select.component.mjs +11 -22
- package/esm2022/select/option/option.component.mjs +8 -9
- package/esm2022/select/option-group/option-group.component.mjs +6 -6
- package/esm2022/select/option-placeholder.component.mjs +4 -5
- package/esm2022/select/select.component.mjs +12 -21
- package/esm2022/select/select.module.mjs +13 -22
- package/esm2022/select/validators.mjs +4 -5
- package/esm2022/shared/click-outside.directive.mjs +4 -5
- package/esm2022/shared/shared.module.mjs +6 -6
- package/esm2022/sort/sort-header.component.mjs +5 -5
- package/esm2022/sort/sort.directive.mjs +4 -5
- 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 +7 -6
- package/esm2022/steps/steps.component.mjs +7 -14
- package/esm2022/steps/steps.module.mjs +7 -6
- package/esm2022/switch/switch.component.mjs +7 -7
- package/esm2022/switch/switch.module.mjs +7 -6
- package/esm2022/table/table-cell-def.directive.mjs +4 -5
- package/esm2022/table/table-cell.component.mjs +11 -15
- package/esm2022/table/table-cell.directive.mjs +4 -5
- package/esm2022/table/table-column-def.directive.mjs +4 -5
- package/esm2022/table/table-header-cell-def.directive.mjs +4 -5
- package/esm2022/table/table-header-cell.directive.mjs +4 -5
- package/esm2022/table/table-header-row-def.directive.mjs +4 -5
- package/esm2022/table/table-header-row.component.mjs +5 -7
- package/esm2022/table/table-placeholder.directive.mjs +7 -9
- package/esm2022/table/table-row-def.directive.mjs +4 -5
- package/esm2022/table/table-row.component.mjs +5 -7
- package/esm2022/table/table-scroll.directive.mjs +7 -9
- package/esm2022/table/table.component.mjs +8 -7
- package/esm2022/table/table.module.mjs +8 -36
- package/esm2022/table-of-contents/table-of-contents.module.mjs +7 -19
- package/esm2022/table-of-contents/toc-container.directive.mjs +4 -5
- package/esm2022/table-of-contents/toc-content.directive.mjs +4 -5
- package/esm2022/table-of-contents/toc-link.directive.mjs +4 -5
- package/esm2022/tabs/tab-body.component.mjs +24 -30
- package/esm2022/tabs/tab-context.service.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +12 -24
- package/esm2022/tabs/tab-header-active-indicator.component.mjs +6 -6
- package/esm2022/tabs/tab-header.component.mjs +10 -18
- package/esm2022/tabs/tab.component.mjs +5 -5
- package/esm2022/tabs/tabs.module.mjs +15 -26
- 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 +7 -6
- package/esm2022/theme/theme.module.mjs +7 -16
- package/esm2022/theme/theme.pipe.mjs +17 -33
- package/esm2022/theme/theme.service.mjs +3 -3
- package/esm2022/time-picker/component.mjs +13 -22
- package/esm2022/time-picker/panel/panel.component.mjs +8 -16
- package/esm2022/time-picker/time-picker.module.mjs +8 -12
- package/esm2022/tooltip/base-tooltip.mjs +5 -8
- package/esm2022/tooltip/tooltip-active.directive.mjs +4 -5
- package/esm2022/tooltip/tooltip-copy.directive.mjs +4 -5
- package/esm2022/tooltip/tooltip-intl.mjs +14 -9
- package/esm2022/tooltip/tooltip.component.mjs +6 -6
- package/esm2022/tooltip/tooltip.directive.mjs +4 -5
- package/esm2022/tooltip/tooltip.module.mjs +10 -12
- package/esm2022/tree-select/tree-node-placeholder.component.mjs +4 -5
- package/esm2022/tree-select/tree-select.component.mjs +15 -24
- package/esm2022/tree-select/tree-select.module.mjs +8 -18
- package/fesm2022/alauda-ui.mjs +1412 -1893
- 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 +5 -9
- 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 +8 -1
- 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 +5 -8
- 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 +1 -3
- 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 +1 -3
- 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 +7 -0
- 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 +2 -3
- 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 +14 -22
- 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 +4 -7
- 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 +17 -31
- package/table-of-contents/table-of-contents.module.d.ts +5 -9
- 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 +13 -18
- 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 +7 -0
- 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, false, 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, false, 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, false, 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, ["*"], false, 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, ["*"], false, 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, ["*"], false, 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, false, 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 "./dialog.component";
|
|
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 "./dialog.component";
|
|
3
|
+
import * as i2 from "./dialog-content/dialog-header.component";
|
|
4
|
+
import * as i3 from "./dialog-content/dialog-content.component";
|
|
5
|
+
import * as i4 from "./dialog-content/dialog-footer.component";
|
|
6
|
+
import * as i5 from "./dialog-content/dialog-close.directive";
|
|
7
|
+
import * as i6 from "./confirm-dialog/confirm-dialog.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/cdk/overlay";
|
|
10
|
+
import * as i9 from "@angular/cdk/portal";
|
|
11
|
+
import * as i10 from "../icon/icon.module";
|
|
12
|
+
import * as i11 from "../button/button.module";
|
|
13
13
|
export declare class DialogModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule,
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogHeaderComponent, typeof i3.DialogContentComponent, typeof i4.DialogFooterComponent, typeof i5.DialogCloseDirective, typeof i6.ConfirmDialogComponent], [typeof i7.CommonModule, typeof i8.OverlayModule, typeof i9.PortalModule, typeof i10.IconModule, typeof i11.ButtonModule], [typeof i1.DialogComponent, typeof i2.DialogHeaderComponent, typeof i3.DialogContentComponent, typeof i4.DialogFooterComponent, typeof i5.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, false, 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, false, 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, false, 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, false, 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 "./component/drawer.component";
|
|
3
|
+
import * as i2 from "./component/helper-directives";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../icon/icon.module";
|
|
6
|
+
import * as i5 from "@angular/cdk/overlay";
|
|
7
|
+
import * as i6 from "@angular/cdk/portal";
|
|
8
8
|
export declare class DrawerModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule,
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule, [typeof i1.DrawerComponent, typeof i2.DrawerHeaderDirective, typeof i2.DrawerContentDirective, typeof i2.DrawerFooterDirective], [typeof i3.CommonModule, typeof i4.IconModule, typeof i4.IconModule, typeof i5.OverlayModule, typeof i6.PortalModule], [typeof i1.DrawerComponent, typeof i2.DrawerHeaderDirective, typeof i2.DrawerContentDirective, typeof i2.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, false, 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"], ["*"], false, 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, false, 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
|
|
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 "./dropdown.directive";
|
|
3
|
+
import * as i2 from "./dropdown-active.directive";
|
|
4
|
+
import * as i3 from "./dropdown-button/dropdown-button.component";
|
|
5
|
+
import * as i4 from "./menu/menu.component";
|
|
6
|
+
import * as i5 from "./menu-group/menu-group.component";
|
|
7
|
+
import * as i6 from "./helper-directives";
|
|
8
|
+
import * as i7 from "./menu-item/menu-item.component";
|
|
9
|
+
import * as i8 from "./submenu/submenu.component";
|
|
10
|
+
import * as i9 from "./menu/menu-content.directive";
|
|
11
|
+
import * as i10 from "@angular/common";
|
|
12
|
+
import * as i11 from "../tooltip/tooltip.module";
|
|
13
|
+
import * as i12 from "../icon/icon.module";
|
|
14
|
+
import * as i13 from "../button/button.module";
|
|
15
15
|
export declare class DropdownModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule,
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownDirective, typeof i2.DropdownActiveDirective, typeof i3.DropdownButtonComponent, typeof i4.MenuComponent, typeof i5.MenuGroupComponent, typeof i6.MenuGroupTitleDirective, typeof i7.MenuItemComponent, typeof i8.SubmenuComponent, typeof i9.MenuContentDirective], [typeof i10.CommonModule, typeof i11.TooltipModule, typeof i12.IconModule, typeof i13.ButtonModule], [typeof i1.DropdownDirective, typeof i2.DropdownActiveDirective, typeof i3.DropdownButtonComponent, typeof i4.MenuComponent, typeof i5.MenuGroupComponent, typeof i6.MenuGroupTitleDirective, typeof i7.MenuItemComponent, typeof i8.SubmenuComponent, typeof i9.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, false, 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, false, 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"], ["*"], false, 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]", "*"], false, 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, ["*"], false, 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"], false, never>;
|
|
16
16
|
}
|
|
@@ -1,32 +1,30 @@
|
|
|
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';
|
|
4
3
|
import { ChangeDetectionStrategy, Component, ContentChild, Directive, Input, TemplateRef, ViewEncapsulation, } from '@angular/core';
|
|
5
4
|
import { filter, startWith, take } from 'rxjs';
|
|
6
|
-
import { IconComponent } from '../../icon/icon.component';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
import * as i1 from "../accordion.component";
|
|
9
7
|
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.0", ngImport: i0, type: AccordionItemHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
12
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: AccordionItemHeaderDirective, 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.0", ngImport: i0, type: AccordionItemHeaderDirective, decorators: [{
|
|
15
15
|
type: Directive,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: '[auiAccordionItemHeader]',
|
|
18
|
-
standalone: true,
|
|
19
18
|
}]
|
|
20
19
|
}] });
|
|
21
20
|
export class AccordionItemContentDirective {
|
|
22
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
23
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: AccordionItemContentDirective, selector: "[auiAccordionContent]", ngImport: i0 });
|
|
24
23
|
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionItemContentDirective, decorators: [{
|
|
26
25
|
type: Directive,
|
|
27
26
|
args: [{
|
|
28
27
|
selector: '[auiAccordionContent]',
|
|
29
|
-
standalone: true,
|
|
30
28
|
}]
|
|
31
29
|
}] });
|
|
32
30
|
export class AccordionItemComponent extends CdkAccordionItem {
|
|
@@ -45,8 +43,8 @@ export class AccordionItemComponent extends CdkAccordionItem {
|
|
|
45
43
|
});
|
|
46
44
|
}
|
|
47
45
|
}
|
|
48
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
49
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.
|
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionItemComponent, deps: [{ token: i1.AccordionComponent }, { token: i0.ChangeDetectorRef }, { token: i2.UniqueSelectionDispatcher }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: AccordionItemComponent, 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: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.IconComponent, selector: "aui-icon", inputs: ["icon", "light", "dark", "link", "margin", "size", "color", "background", "backgroundColor"] }], viewProviders: [AccordionItemComponent], animations: [
|
|
50
48
|
trigger('expand', [
|
|
51
49
|
state('*', style({ height: 0 })),
|
|
52
50
|
state('expanded', style({ height: '*' })),
|
|
@@ -54,7 +52,7 @@ export class AccordionItemComponent extends CdkAccordionItem {
|
|
|
54
52
|
]),
|
|
55
53
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
56
54
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionItemComponent, decorators: [{
|
|
58
56
|
type: Component,
|
|
59
57
|
args: [{ selector: 'aui-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, preserveWhitespaces: false, animations: [
|
|
60
58
|
trigger('expand', [
|
|
@@ -62,7 +60,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImpor
|
|
|
62
60
|
state('expanded', style({ height: '*' })),
|
|
63
61
|
transition('* <=> expanded', [animate('0.1s ease-in-out')]),
|
|
64
62
|
]),
|
|
65
|
-
], viewProviders: [AccordionItemComponent],
|
|
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"] }]
|
|
66
64
|
}], ctorParameters: function () { return [{ type: i1.AccordionComponent }, { type: i0.ChangeDetectorRef }, { type: i2.UniqueSelectionDispatcher }]; }, propDecorators: { background: [{
|
|
67
65
|
type: Input
|
|
68
66
|
}], _lazyContentTpl: [{
|
|
@@ -72,4 +70,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImpor
|
|
|
72
70
|
static: true,
|
|
73
71
|
}]
|
|
74
72
|
}] } });
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9zcmMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBQ1AsS0FBSyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxHQUNSLE1BQU0scUJBQXFCLENBQUM7QUFDN0IsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFMUQsT0FBTyxFQUVMLHVCQUF1QixFQUV2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFNBQVMsRUFDVCxLQUFLLEVBQ0wsV0FBVyxFQUNYLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7OztBQU8vQyxNQUFNLE9BQU8sNEJBQTRCO3VHQUE1Qiw0QkFBNEI7MkZBQTVCLDRCQUE0Qjs7MkZBQTVCLDRCQUE0QjtrQkFIeEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMEJBQTBCO2lCQUNyQzs7QUFLRCxNQUFNLE9BQU8sNkJBQTZCO3VHQUE3Qiw2QkFBNkI7MkZBQTdCLDZCQUE2Qjs7MkZBQTdCLDZCQUE2QjtrQkFIekMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsdUJBQXVCO2lCQUNsQzs7QUFrQkQsTUFBTSxPQUFPLHNCQUNYLFNBQVEsZ0JBQWdCO0lBSXhCLFVBQVUsR0FBRyxJQUFJLENBQUM7SUFNbEIsZUFBZSxDQUF1QjtJQUV0QyxjQUFjLENBQXVCO0lBR3JDLFlBQ0UsU0FBNkIsRUFDN0IsR0FBc0IsRUFDdEIseUJBQW9EO1FBRXBELEtBQUssQ0FBQyxTQUFTLEVBQUUsR0FBRyxFQUFFLHlCQUF5QixDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLElBQUksQ0FBQyxlQUFlLEVBQUU7WUFFeEIsSUFBSSxDQUFDLE1BQU07aUJBQ1IsSUFBSSxDQUNILFNBQVMsQ0FBQyxJQUFZLENBQUMsRUFDdkIsTUFBTSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQzdCLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FDUjtpQkFDQSxTQUFTLENBQUMsR0FBRyxFQUFFO2dCQUNkLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQztZQUM3QyxDQUFDLENBQUMsQ0FBQztTQUNOO0lBQ0gsQ0FBQzt1R0FyQ1Usc0JBQXNCOzJGQUF0QixzQkFBc0IsNklBT25CLDZCQUE2QiwyQkFDbkMsV0FBVyxrRUN4RHJCLHE4QkFpQ0EscW9GRGFpQixDQUFDLHNCQUFzQixDQUFDLGNBUDNCO1lBQ1YsT0FBTyxDQUFDLFFBQVEsRUFBRTtnQkFDaEIsS0FBSyxDQUFDLEdBQUcsRUFBRSxLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztnQkFDaEMsS0FBSyxDQUFDLFVBQVUsRUFBRSxLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQztnQkFDekMsVUFBVSxDQUFDLGdCQUFnQixFQUFFLENBQUMsT0FBTyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQzthQUM1RCxDQUFDO1NBQ0g7OzJGQUdVLHNCQUFzQjtrQkFoQmxDLFNBQVM7K0JBQ0Usb0JBQW9CLG1CQUdiLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksdUJBQ2hCLEtBQUssY0FDZDt3QkFDVixPQUFPLENBQUMsUUFBUSxFQUFFOzRCQUNoQixLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxFQUFFLE1BQU0sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDOzRCQUNoQyxLQUFLLENBQUMsVUFBVSxFQUFFLEtBQUssQ0FBQyxFQUFFLE1BQU0sRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFDOzRCQUN6QyxVQUFVLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxPQUFPLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDO3lCQUM1RCxDQUFDO3FCQUNILGlCQUNjLHdCQUF3QjtpTEFPdkMsVUFBVTtzQkFEVCxLQUFLO2dCQU9OLGVBQWU7c0JBSmQsWUFBWTt1QkFBQyw2QkFBNkIsRUFBRTt3QkFDM0MsSUFBSSxFQUFFLFdBQVc7d0JBQ2pCLE1BQU0sRUFBRSxJQUFJO3FCQUNiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYW5pbWF0ZSxcbiAgc3RhdGUsXG4gIHN0eWxlLFxuICB0cmFuc2l0aW9uLFxuICB0cmlnZ2VyLFxufSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcbmltcG9ydCB7IENka0FjY29yZGlvbkl0ZW0gfSBmcm9tICdAYW5ndWxhci9jZGsvYWNjb3JkaW9uJztcbmltcG9ydCB7IFVuaXF1ZVNlbGVjdGlvbkRpc3BhdGNoZXIgfSBmcm9tICdAYW5ndWxhci9jZGsvY29sbGVjdGlvbnMnO1xuaW1wb3J0IHtcbiAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZCxcbiAgRGlyZWN0aXZlLFxuICBJbnB1dCxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZpbHRlciwgc3RhcnRXaXRoLCB0YWtlIH0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7IEFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpQWNjb3JkaW9uSXRlbUhlYWRlcl0nLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlIHt9XG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpQWNjb3JkaW9uQ29udGVudF0nLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSB7fVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXVpLWFjY29yZGlvbi1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICdhY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWydhY2NvcmRpb24taXRlbS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJlc2VydmVXaGl0ZXNwYWNlczogZmFsc2UsXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdleHBhbmQnLCBbXG4gICAgICBzdGF0ZSgnKicsIHN0eWxlKHsgaGVpZ2h0OiAwIH0pKSxcbiAgICAgIHN0YXRlKCdleHBhbmRlZCcsIHN0eWxlKHsgaGVpZ2h0OiAnKicgfSkpLFxuICAgICAgdHJhbnNpdGlvbignKiA8PT4gZXhwYW5kZWQnLCBbYW5pbWF0ZSgnMC4xcyBlYXNlLWluLW91dCcpXSksXG4gICAgXSksXG4gIF0sXG4gIHZpZXdQcm92aWRlcnM6IFtBY2NvcmRpb25JdGVtQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWNjb3JkaW9uSXRlbUNvbXBvbmVudFxuICBleHRlbmRzIENka0FjY29yZGlvbkl0ZW1cbiAgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0XG57XG4gIEBJbnB1dCgpXG4gIGJhY2tncm91bmQgPSB0cnVlO1xuXG4gIEBDb250ZW50Q2hpbGQoQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsIHtcbiAgICByZWFkOiBUZW1wbGF0ZVJlZixcbiAgICBzdGF0aWM6IHRydWUsXG4gIH0pXG4gIF9sYXp5Q29udGVudFRwbDogVGVtcGxhdGVSZWY8dW5rbm93bj47XG5cbiAgbGF6eUNvbnRlbnRUcGw6IFRlbXBsYXRlUmVmPHVua25vd24+O1xuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tdXNlbGVzcy1jb25zdHJ1Y3RvclxuICBjb25zdHJ1Y3RvcihcbiAgICBhY2NvcmRpb246IEFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICAgIHVuaXF1ZVNlbGVjdGlvbkRpc3BhdGNoZXI6IFVuaXF1ZVNlbGVjdGlvbkRpc3BhdGNoZXIsXG4gICkge1xuICAgIHN1cGVyKGFjY29yZGlvbiwgY2RyLCB1bmlxdWVTZWxlY3Rpb25EaXNwYXRjaGVyKTtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpIHtcbiAgICBpZiAodGhpcy5fbGF6eUNvbnRlbnRUcGwpIHtcbiAgICAgIC8vIFJlbmRlciB0aGUgY29udGVudCBhcyBzb29uIGFzIHRoZSBhY2NvcmRpb24gYmVjb21lcyBvcGVuLlxuICAgICAgdGhpcy5vcGVuZWRcbiAgICAgICAgLnBpcGUoXG4gICAgICAgICAgc3RhcnRXaXRoKG51bGwgYXMgdm9pZCksXG4gICAgICAgICAgZmlsdGVyKCgpID0+ICEhdGhpcy5leHBhbmRlZCksXG4gICAgICAgICAgdGFrZSgxKSxcbiAgICAgICAgKVxuICAgICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICB0aGlzLmxhenlDb250ZW50VHBsID0gdGhpcy5fbGF6eUNvbnRlbnRUcGw7XG4gICAgICAgIH0pO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImF1aS1hY2NvcmRpb24taXRlbVwiPlxuICA8ZGl2IGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19oZWFkZXJcIj5cbiAgICA8YnV0dG9uXG4gICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgIGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19leHBhbmQtYnV0dG9uXCJcbiAgICAgIFtjbGFzcy5pc0V4cGFuZGVkXT1cImV4cGFuZGVkXCJcbiAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAoY2xpY2spPVwidG9nZ2xlKClcIlxuICAgID5cbiAgICAgIDxhdWktaWNvbiBpY29uPVwiYW5nbGVfcmlnaHRcIj48L2F1aS1pY29uPlxuICAgIDwvYnV0dG9uPlxuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19oZWFkZXItY29udGVudFwiXG4gICAgICBbY2xhc3MuYXVpLWFjY29yZGlvbi1pdGVtX19oZWFkZXItY29udGVudC0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIlxuICAgID5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlthdWlBY2NvcmRpb25JdGVtSGVhZGVyXVwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXZcbiAgICAqbmdJZj1cImV4cGFuZGVkXCJcbiAgICBjbGFzcz1cImF1aS1hY2NvcmRpb24taXRlbV9fYm9keVwiXG4gICAgW2lkXT1cImlkXCJcbiAgICBbQGV4cGFuZF09XCJleHBhbmRlZCA/ICdleHBhbmRlZCcgOiAnY29sbGFwc2VkJ1wiXG4gID5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImF1aS1hY2NvcmRpb24taXRlbV9fY29udGVudFwiXG4gICAgICBbY2xhc3MuaGFzQmFja2dyb3VuZF09XCJiYWNrZ3JvdW5kXCJcbiAgICA+XG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgICA8bmctdGVtcGxhdGUgW25nVGVtcGxhdGVPdXRsZXRdPVwibGF6eUNvbnRlbnRUcGxcIj48L25nLXRlbXBsYXRlPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -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.0", 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.0", type: AccordionComponent, 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.0", ngImport: i0, type: AccordionComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
|
-
args: [{ selector: 'aui-accordion', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false,
|
|
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"] }]
|
|
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.3", 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN0RCxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxXQUFXLEVBQ1gsS0FBSyxFQUNMLFFBQVEsRUFDUixRQUFRLEVBQ1IsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOztBQVV2QixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsWUFBWTtJQVV6QztJQVJULFVBQVUsR0FBRyxJQUFJLENBQUM7SUFHbEIsS0FBSyxDQUFTO0lBRWQsWUFHUyxNQUEwQjtRQUVqQyxLQUFLLEVBQUUsQ0FBQztRQUZELFdBQU0sR0FBTixNQUFNLENBQW9CO1FBR2pDLElBQUksQ0FBQyxLQUFLLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzdDLENBQUM7dUdBZFUsa0JBQWtCOzJGQUFsQixrQkFBa0Isa0xDbkIvQiwyR0FNQTs7MkZEYWEsa0JBQWtCO2tCQVI5QixTQUFTOytCQUNFLGVBQWUsaUJBR1YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSx1QkFDMUIsS0FBSzs7MEJBVXZCLFFBQVE7OzBCQUNSLFFBQVE7NENBUFgsVUFBVTtzQkFEVCxLQUFLO2dCQUlOLEtBQUs7c0JBREosV0FBVzt1QkFBQyxzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDZGtBY2NvcmRpb24gfSBmcm9tICdAYW5ndWxhci9jZGsvYWNjb3JkaW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT3B0aW9uYWwsXG4gIFNraXBTZWxmLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F1aS1hY2NvcmRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vYWNjb3JkaW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYWNjb3JkaW9uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcmVzZXJ2ZVdoaXRlc3BhY2VzOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQWNjb3JkaW9uQ29tcG9uZW50IGV4dGVuZHMgQ2RrQWNjb3JkaW9uIHtcbiAgQElucHV0KClcbiAgYmFja2dyb3VuZCA9IHRydWU7XG5cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFjY29yZGlvbi1kZXB0aCcpXG4gIGRlcHRoOiBudW1iZXI7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQFNraXBTZWxmKClcbiAgICBAT3B0aW9uYWwoKVxuICAgIHB1YmxpYyBwYXJlbnQ6IEFjY29yZGlvbkNvbXBvbmVudCxcbiAgKSB7XG4gICAgc3VwZXIoKTtcbiAgICB0aGlzLmRlcHRoID0gcGFyZW50ID8gcGFyZW50LmRlcHRoICsgMSA6IDA7XG4gIH1cbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJhdWktYWNjb3JkaW9uXCJcbiAgW2NsYXNzLmhhc0JnXT1cImJhY2tncm91bmRcIlxuPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -7,48 +7,33 @@ 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.
|
|
12
|
-
CdkAccordionModule,
|
|
13
|
-
IconModule,
|
|
14
|
-
ButtonModule,
|
|
15
|
-
AccordionComponent,
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent,
|
|
16
12
|
AccordionItemComponent,
|
|
17
13
|
AccordionItemHeaderDirective,
|
|
18
|
-
AccordionItemContentDirective], exports: [AccordionComponent,
|
|
14
|
+
AccordionItemContentDirective], imports: [CommonModule, CdkAccordionModule, IconModule, ButtonModule], exports: [AccordionComponent,
|
|
19
15
|
AccordionItemComponent,
|
|
20
16
|
AccordionItemHeaderDirective,
|
|
21
17
|
AccordionItemContentDirective] });
|
|
22
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
23
|
-
CdkAccordionModule,
|
|
24
|
-
IconModule,
|
|
25
|
-
ButtonModule] });
|
|
18
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, imports: [CommonModule, CdkAccordionModule, IconModule, ButtonModule] });
|
|
26
19
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, decorators: [{
|
|
28
21
|
type: NgModule,
|
|
29
22
|
args: [{
|
|
30
|
-
|
|
31
|
-
CommonModule,
|
|
32
|
-
CdkAccordionModule,
|
|
33
|
-
IconModule,
|
|
34
|
-
ButtonModule,
|
|
23
|
+
declarations: [
|
|
35
24
|
AccordionComponent,
|
|
36
25
|
AccordionItemComponent,
|
|
37
26
|
AccordionItemHeaderDirective,
|
|
38
27
|
AccordionItemContentDirective,
|
|
39
28
|
],
|
|
29
|
+
imports: [CommonModule, CdkAccordionModule, IconModule, ButtonModule],
|
|
40
30
|
exports: [
|
|
41
31
|
AccordionComponent,
|
|
42
32
|
AccordionItemComponent,
|
|
43
33
|
AccordionItemHeaderDirective,
|
|
44
34
|
AccordionItemContentDirective,
|
|
45
35
|
],
|
|
36
|
+
providers: [],
|
|
46
37
|
}]
|
|
47
38
|
}] });
|
|
48
|
-
|
|
49
|
-
AccordionComponent,
|
|
50
|
-
AccordionItemComponent,
|
|
51
|
-
AccordionItemHeaderDirective,
|
|
52
|
-
AccordionItemContentDirective,
|
|
53
|
-
];
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFFckMsT0FBTyxFQUNMLHNCQUFzQixFQUN0Qiw2QkFBNkIsRUFDN0IsNEJBQTRCLEdBQzdCLE1BQU0sMkNBQTJDLENBQUM7QUFDbkQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBb0IzRCxNQUFNLE9BQU8sZUFBZTt1R0FBZixlQUFlO3dHQUFmLGVBQWUsWUFoQnhCLFlBQVk7WUFDWixrQkFBa0I7WUFDbEIsVUFBVTtZQUNWLFlBQVk7WUFDWixrQkFBa0I7WUFDbEIsc0JBQXNCO1lBQ3RCLDRCQUE0QjtZQUM1Qiw2QkFBNkIsYUFHN0Isa0JBQWtCO1lBQ2xCLHNCQUFzQjtZQUN0Qiw0QkFBNEI7WUFDNUIsNkJBQTZCO3dHQUdwQixlQUFlLFlBaEJ4QixZQUFZO1lBQ1osa0JBQWtCO1lBQ2xCLFVBQVU7WUFDVixZQUFZOzsyRkFhSCxlQUFlO2tCQWxCM0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixrQkFBa0I7d0JBQ2xCLFVBQVU7d0JBQ1YsWUFBWTt3QkFDWixrQkFBa0I7d0JBQ2xCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1Qiw2QkFBNkI7cUJBQzlCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxrQkFBa0I7d0JBQ2xCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1Qiw2QkFBNkI7cUJBQzlCO2lCQUNGOztBQUdELE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHO0lBQzlCLGtCQUFrQjtJQUNsQixzQkFBc0I7SUFDdEIsNEJBQTRCO0lBQzVCLDZCQUE2QjtDQUNyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrQWNjb3JkaW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2FjY29yZGlvbic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uJztcbmltcG9ydCB7IEljb25Nb2R1bGUgfSBmcm9tICcuLi9pY29uJztcblxuaW1wb3J0IHtcbiAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIEFjY29yZGlvbkl0ZW1IZWFkZXJEaXJlY3RpdmUsXG59IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IEFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQ2RrQWNjb3JkaW9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgQnV0dG9uTW9kdWxlLFxuICAgIEFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBBY2NvcmRpb25JdGVtQ29tcG9uZW50LFxuICAgIEFjY29yZGlvbkl0ZW1IZWFkZXJEaXJlY3RpdmUsXG4gICAgQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBBY2NvcmRpb25Db21wb25lbnQsXG4gICAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlLFxuICAgIEFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25Nb2R1bGUge31cblxuZXhwb3J0IGNvbnN0IEFDQ09SRElPTl9NT0RVTEUgPSBbXG4gIEFjY29yZGlvbkNvbXBvbmVudCxcbiAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgQWNjb3JkaW9uSXRlbUhlYWRlckRpcmVjdGl2ZSxcbiAgQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG5dIGFzIGNvbnN0O1xuIl19
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFFckMsT0FBTyxFQUNMLHNCQUFzQixFQUN0Qiw2QkFBNkIsRUFDN0IsNEJBQTRCLEdBQzdCLE1BQU0sMkNBQTJDLENBQUM7QUFDbkQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBa0IzRCxNQUFNLE9BQU8sZUFBZTt1R0FBZixlQUFlO3dHQUFmLGVBQWUsaUJBZHhCLGtCQUFrQjtZQUNsQixzQkFBc0I7WUFDdEIsNEJBQTRCO1lBQzVCLDZCQUE2QixhQUVyQixZQUFZLEVBQUUsa0JBQWtCLEVBQUUsVUFBVSxFQUFFLFlBQVksYUFFbEUsa0JBQWtCO1lBQ2xCLHNCQUFzQjtZQUN0Qiw0QkFBNEI7WUFDNUIsNkJBQTZCO3dHQUlwQixlQUFlLFlBVGhCLFlBQVksRUFBRSxrQkFBa0IsRUFBRSxVQUFVLEVBQUUsWUFBWTs7MkZBU3pELGVBQWU7a0JBaEIzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixrQkFBa0I7d0JBQ2xCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1Qiw2QkFBNkI7cUJBQzlCO29CQUNELE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxrQkFBa0IsRUFBRSxVQUFVLEVBQUUsWUFBWSxDQUFDO29CQUNyRSxPQUFPLEVBQUU7d0JBQ1Asa0JBQWtCO3dCQUNsQixzQkFBc0I7d0JBQ3RCLDRCQUE0Qjt3QkFDNUIsNkJBQTZCO3FCQUM5QjtvQkFDRCxTQUFTLEVBQUUsRUFBRTtpQkFDZCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENka0FjY29yZGlvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hY2NvcmRpb24nO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEJ1dHRvbk1vZHVsZSB9IGZyb20gJy4uL2J1dHRvbic7XG5pbXBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbic7XG5cbmltcG9ydCB7XG4gIEFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gIEFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlLFxuICBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlLFxufSBmcm9tICcuL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBY2NvcmRpb25Db21wb25lbnQgfSBmcm9tICcuL2FjY29yZGlvbi5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBBY2NvcmRpb25Db21wb25lbnQsXG4gICAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlLFxuICAgIEFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlLFxuICBdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBDZGtBY2NvcmRpb25Nb2R1bGUsIEljb25Nb2R1bGUsIEJ1dHRvbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtcbiAgICBBY2NvcmRpb25Db21wb25lbnQsXG4gICAgQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlLFxuICAgIEFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlLFxuICBdLFxuICBwcm92aWRlcnM6IFtdLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25Nb2R1bGUge31cbiJdfQ==
|