@alauda/ui 6.5.10-beta.48 → 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
|
@@ -57,5 +57,5 @@ export declare class TabHeaderComponent implements OnDestroy, AfterContentChecke
|
|
|
57
57
|
_alignActiveIndicatorToSelectedTab(): void;
|
|
58
58
|
constructor(_changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler);
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabHeaderComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabHeaderComponent, "aui-tab-header", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_headerAddon", "_title", "_labelWrappers"], ["*"],
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabHeaderComponent, "aui-tab-header", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_headerAddon", "_title", "_labelWrappers"], ["*"], false, never>;
|
|
61
61
|
}
|
package/tabs/tab.component.d.ts
CHANGED
|
@@ -25,6 +25,6 @@ export declare class TabComponent implements AfterContentInit, OnDestroy, OnChan
|
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
26
|
ngOnChanges(changes: SimpleChanges): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "aui-tab", ["auiTab"], { "name": { "alias": "name"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "close": "close"; }, ["templateLabel", "_explicitContent"], ["*"],
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "aui-tab", ["auiTab"], { "name": { "alias": "name"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "close": "close"; }, ["templateLabel", "_explicitContent"], ["*"], false, never>;
|
|
29
29
|
static ngAcceptInputType_disabled: unknown;
|
|
30
30
|
}
|
package/tabs/tabs.module.d.ts
CHANGED
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
import { TabContentDirective, TabHeaderAddonDirective, TabLabelDirective, TabLabelWrapperDirective, TabTitleDirective } from './tab-body.component';
|
|
2
|
-
import { TabGroupComponent } from './tab-group.component';
|
|
3
|
-
import { TabHeaderComponent } from './tab-header.component';
|
|
4
|
-
import { TabComponent } from './tab.component';
|
|
5
1
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "
|
|
7
|
-
import * as i2 from "
|
|
8
|
-
import * as i3 from "
|
|
9
|
-
import * as i4 from "
|
|
10
|
-
import * as i5 from "
|
|
11
|
-
import * as i6 from "@angular/
|
|
12
|
-
import * as i7 from "@angular/
|
|
13
|
-
import * as i8 from "
|
|
14
|
-
import * as i9 from "
|
|
15
|
-
import * as i10 from "
|
|
16
|
-
import * as i11 from "
|
|
17
|
-
import * as i12 from "
|
|
2
|
+
import * as i1 from "./tab-group.component";
|
|
3
|
+
import * as i2 from "./tab.component";
|
|
4
|
+
import * as i3 from "./tab-body.component";
|
|
5
|
+
import * as i4 from "./tab-header.component";
|
|
6
|
+
import * as i5 from "./tab-header-active-indicator.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
9
|
+
import * as i8 from "@angular/cdk/portal";
|
|
10
|
+
import * as i9 from "../button/button.module";
|
|
11
|
+
import * as i10 from "../icon/icon.module";
|
|
12
|
+
import * as i11 from "@angular/cdk/a11y";
|
|
13
|
+
import * as i12 from "@angular/cdk/observers";
|
|
18
14
|
export declare class TabsModule {
|
|
19
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule,
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, [typeof i1.TabGroupComponent, typeof i2.TabComponent, typeof i3.TabLabelDirective, typeof i3.TabContentDirective, typeof i3.TabHeaderAddonDirective, typeof i3.TabTitleDirective, typeof i4.TabHeaderComponent, typeof i3.TabBodyComponent, typeof i3.TabBodyPortalDirective, typeof i3.TabLabelWrapperDirective, typeof i5.TabHeaderActiveIndicatorComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.PortalModule, typeof i9.ButtonModule, typeof i10.IconModule, typeof i11.A11yModule, typeof i12.ObserversModule], [typeof i1.TabGroupComponent, typeof i2.TabComponent, typeof i3.TabLabelDirective, typeof i3.TabContentDirective, typeof i3.TabHeaderAddonDirective, typeof i3.TabTitleDirective, typeof i3.TabLabelWrapperDirective, typeof i4.TabHeaderComponent]>;
|
|
21
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
|
|
22
18
|
}
|
|
23
|
-
export declare const TABS_MODULE: readonly [typeof TabGroupComponent, typeof TabComponent, typeof TabLabelDirective, typeof TabContentDirective, typeof TabHeaderAddonDirective, typeof TabTitleDirective, typeof TabLabelWrapperDirective, typeof TabHeaderComponent];
|
|
@@ -11,5 +11,5 @@ export declare class CheckTagComponent {
|
|
|
11
11
|
checkedChange: EventEmitter<boolean>;
|
|
12
12
|
get rootClass(): string;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckTagComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckTagComponent, "aui-check-tag", never, { "checked": { "alias": "checked"; "required": false; }; "size": { "alias": "size"; "required": false; }; "round": { "alias": "round"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, ["*"],
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckTagComponent, "aui-check-tag", never, { "checked": { "alias": "checked"; "required": false; }; "size": { "alias": "size"; "required": false; }; "round": { "alias": "round"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, ["*"], false, never>;
|
|
15
15
|
}
|
package/tag/tag.component.d.ts
CHANGED
|
@@ -23,5 +23,5 @@ export declare class TagComponent {
|
|
|
23
23
|
'background-color': string;
|
|
24
24
|
};
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "aui-tag", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "border": { "alias": "border"; "required": false; }; "solid": { "alias": "solid"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "round": { "alias": "round"; "required": false; }; "color": { "alias": "color"; "required": false; }; "allowClick": { "alias": "allowClick"; "required": false; }; }, { "close": "close"; }, never, ["*"],
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "aui-tag", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "border": { "alias": "border"; "required": false; }; "solid": { "alias": "solid"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "round": { "alias": "round"; "required": false; }; "color": { "alias": "color"; "required": false; }; "allowClick": { "alias": "allowClick"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
27
27
|
}
|
package/tag/tag.module.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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 "
|
|
2
|
+
import * as i1 from "./tag.component";
|
|
3
|
+
import * as i2 from "./check-tag/check-tag.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../icon/icon.module";
|
|
6
6
|
export declare class TagModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TagModule,
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TagModule, [typeof i1.TagComponent, typeof i2.CheckTagComponent], [typeof i3.CommonModule, typeof i4.IconModule], [typeof i1.TagComponent, typeof i2.CheckTagComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<TagModule>;
|
|
10
10
|
}
|
package/theme/theme.module.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "./theme.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
4
|
export declare class ThemeModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeModule,
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeModule, [typeof i1.ThemePickerPipe, typeof i1.RgbColorPipe, typeof i1.RgbaColorPipe, typeof i1.CssVarPipe], [typeof i2.CommonModule], [typeof i1.ThemePickerPipe, typeof i1.RgbColorPipe, typeof i1.RgbaColorPipe, typeof i1.CssVarPipe]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeModule>;
|
|
8
8
|
}
|
package/theme/theme.pipe.d.ts
CHANGED
|
@@ -5,17 +5,17 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class RgbColorPipe implements PipeTransform {
|
|
6
6
|
transform: (color: string) => string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<RgbColorPipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RgbColorPipe, "auiRgbColor",
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RgbColorPipe, "auiRgbColor", false>;
|
|
9
9
|
}
|
|
10
10
|
export declare class RgbaColorPipe implements PipeTransform {
|
|
11
11
|
transform: ([color, opacity]: [string, number]) => string;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<RgbaColorPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RgbaColorPipe, "auiRgbaColor",
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RgbaColorPipe, "auiRgbaColor", false>;
|
|
14
14
|
}
|
|
15
15
|
export declare class CssVarPipe implements PipeTransform {
|
|
16
16
|
transform: (value: string) => string;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CssVarPipe, never>;
|
|
18
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CssVarPipe, "auiCssVar",
|
|
18
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CssVarPipe, "auiCssVar", false>;
|
|
19
19
|
}
|
|
20
20
|
export declare class ThemePickerPipe<T> implements PipeTransform, OnDestroy {
|
|
21
21
|
private currentTheme;
|
|
@@ -24,5 +24,5 @@ export declare class ThemePickerPipe<T> implements PipeTransform, OnDestroy {
|
|
|
24
24
|
transform(v: ThemeSet<T>): T;
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThemePickerPipe<any>, never>;
|
|
27
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ThemePickerPipe<any>, "auiThemePicker",
|
|
27
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ThemePickerPipe<any>, "auiThemePicker", false>;
|
|
28
28
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { Dayjs } from 'dayjs';
|
|
3
3
|
import { CommonFormControl } from '../form/common-form';
|
|
4
|
-
import { TooltipDirective } from '../tooltip
|
|
4
|
+
import { TooltipDirective } from '../tooltip';
|
|
5
5
|
import { ComponentSize } from '../types';
|
|
6
6
|
import { TimePickerDataLike, TimePickerModel } from './time-picker.type';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -34,5 +34,5 @@ export declare class TimePickerComponent extends CommonFormControl<TimePickerDat
|
|
|
34
34
|
clearValue(event: Event): void;
|
|
35
35
|
submit(close?: boolean, value?: Dayjs): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "aui-time-picker", never, { "format": { "alias": "format"; "required": false; }; "size": { "alias": "size"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "disableHours": { "alias": "disableHours"; "required": false; }; "disableMinutes": { "alias": "disableMinutes"; "required": false; }; "disableSeconds": { "alias": "disableSeconds"; "required": false; }; "hourStep": { "alias": "hourStep"; "required": false; }; "minuteStep": { "alias": "minuteStep"; "required": false; }; "secondStep": { "alias": "secondStep"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; }, { "open": "open"; "close": "close"; }, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "aui-time-picker", never, { "format": { "alias": "format"; "required": false; }; "size": { "alias": "size"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "disableHours": { "alias": "disableHours"; "required": false; }; "disableMinutes": { "alias": "disableMinutes"; "required": false; }; "disableSeconds": { "alias": "disableSeconds"; "required": false; }; "hourStep": { "alias": "hourStep"; "required": false; }; "minuteStep": { "alias": "minuteStep"; "required": false; }; "secondStep": { "alias": "secondStep"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; }, { "open": "open"; "close": "close"; }, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -52,5 +52,5 @@ export declare class TimePickerPanelComponent extends CommonFormControl<Dayjs> i
|
|
|
52
52
|
selectNow(): void;
|
|
53
53
|
trackBy(_index: number, content: number): number;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerPanelComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerPanelComponent, "aui-time-picker-panel", never, { "format": { "alias": "format"; "required": false; }; "hourStep": { "alias": "hourStep"; "required": false; }; "minuteStep": { "alias": "minuteStep"; "required": false; }; "secondStep": { "alias": "secondStep"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "disableHours": { "alias": "disableHours"; "required": false; }; "disableMinutes": { "alias": "disableMinutes"; "required": false; }; "disableSeconds": { "alias": "disableSeconds"; "required": false; }; }, { "confirm": "confirm"; }, never, never,
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerPanelComponent, "aui-time-picker-panel", never, { "format": { "alias": "format"; "required": false; }; "hourStep": { "alias": "hourStep"; "required": false; }; "minuteStep": { "alias": "minuteStep"; "required": false; }; "secondStep": { "alias": "secondStep"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "disableHours": { "alias": "disableHours"; "required": false; }; "disableMinutes": { "alias": "disableMinutes"; "required": false; }; "disableSeconds": { "alias": "disableSeconds"; "required": false; }; }, { "confirm": "confirm"; }, never, never, false, never>;
|
|
56
56
|
}
|
|
@@ -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 "@angular/
|
|
5
|
-
import * as i4 from "@angular/
|
|
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 "./component";
|
|
3
|
+
import * as i2 from "./panel/panel.component";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/cdk/portal";
|
|
6
|
+
import * as i5 from "@angular/cdk/overlay";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "../input/input.module";
|
|
9
|
+
import * as i8 from "../tooltip/tooltip.module";
|
|
10
|
+
import * as i9 from "../icon/icon.module";
|
|
11
|
+
import * as i10 from "../button/button.module";
|
|
12
|
+
import * as i11 from "../i18n/i18n.module";
|
|
13
13
|
export declare class TimePickerModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule,
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent, typeof i2.TimePickerPanelComponent], [typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PortalModule, typeof i5.OverlayModule, typeof i6.CommonModule, typeof i7.InputModule, typeof i8.TooltipModule, typeof i9.IconModule, typeof i10.ButtonModule, typeof i11.I18nModule], [typeof i1.TimePickerComponent, typeof i2.TimePickerPanelComponent]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
|
|
17
17
|
}
|
|
@@ -81,5 +81,5 @@ export declare class BaseTooltip<T = any> implements TooltipInterface, AfterView
|
|
|
81
81
|
protected onFocus(): void;
|
|
82
82
|
protected onBlur(): void;
|
|
83
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTooltip<any>, never>;
|
|
84
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip<any>, never, never, {}, {}, never, never,
|
|
84
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip<any>, never, never, {}, {}, never, never, false, never>;
|
|
85
85
|
}
|
|
@@ -12,5 +12,5 @@ export declare class TooltipActiveDirective implements OnDestroy {
|
|
|
12
12
|
private addClass;
|
|
13
13
|
private removeClass;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipActiveDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipActiveDirective, "[auiTooltipActive]", never, { "customClass": { "alias": "auiTooltipActive"; "required": false; }; }, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipActiveDirective, "[auiTooltipActive]", never, { "customClass": { "alias": "auiTooltipActive"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -23,5 +23,5 @@ export declare class TooltipCopyDirective extends BaseTooltip implements OnInit
|
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
onSourceClick(): Promise<void>;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipCopyDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipCopyDirective, "[auiTooltipCopy]", never, { "position": { "alias": "auiTooltipPosition"; "required": false; }; "disabled": { "alias": "auiTooltipDisabled"; "required": false; }; "disableAnimation": { "alias": "auiDisableAnimation"; "required": false; }; "auiTooltipCopy": { "alias": "auiTooltipCopy"; "required": false; }; "auiTooltipCopyTip": { "alias": "auiTooltipCopyTip"; "required": false; }; "auiTooltipCopySuccessTip": { "alias": "auiTooltipCopySuccessTip"; "required": false; }; "auiTooltipCopyFailTip": { "alias": "auiTooltipCopyFailTip"; "required": false; }; }, {}, never, never,
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipCopyDirective, "[auiTooltipCopy]", never, { "position": { "alias": "auiTooltipPosition"; "required": false; }; "disabled": { "alias": "auiTooltipDisabled"; "required": false; }; "disableAnimation": { "alias": "auiDisableAnimation"; "required": false; }; "auiTooltipCopy": { "alias": "auiTooltipCopy"; "required": false; }; "auiTooltipCopyTip": { "alias": "auiTooltipCopyTip"; "required": false; }; "auiTooltipCopySuccessTip": { "alias": "auiTooltipCopySuccessTip"; "required": false; }; "auiTooltipCopyFailTip": { "alias": "auiTooltipCopyFailTip"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Optional } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TooltipCopyIntl {
|
|
3
4
|
copyTip: string;
|
|
@@ -6,3 +7,9 @@ export declare class TooltipCopyIntl {
|
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipCopyIntl, never>;
|
|
7
8
|
static ɵprov: i0.ɵɵInjectableDeclaration<TooltipCopyIntl>;
|
|
8
9
|
}
|
|
10
|
+
export declare function TOOLTIP_COPY_INTL_PROVIDER_FACTORY(parentIntl: TooltipCopyIntl): TooltipCopyIntl;
|
|
11
|
+
export declare const TOOLTIP_COPY_INTL_INTL_PROVIDER: {
|
|
12
|
+
provide: typeof TooltipCopyIntl;
|
|
13
|
+
deps: Optional[][];
|
|
14
|
+
useFactory: typeof TOOLTIP_COPY_INTL_PROVIDER_FACTORY;
|
|
15
|
+
};
|
|
@@ -41,5 +41,5 @@ export declare class TooltipComponent implements OnDestroy {
|
|
|
41
41
|
show(): void;
|
|
42
42
|
hide(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "aui-tooltip", never, {}, {}, never, never,
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "aui-tooltip", never, {}, {}, never, never, false, never>;
|
|
45
45
|
}
|
|
@@ -5,5 +5,5 @@ export declare class TooltipDirective extends BaseTooltip {
|
|
|
5
5
|
visibleChange: EventEmitter<boolean>;
|
|
6
6
|
disableAnimation: boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[auiTooltip]", ["auiTooltip"], { "content": { "alias": "auiTooltip"; "required": false; }; "context": { "alias": "auiTooltipContext"; "required": false; }; "class": { "alias": "auiTooltipClass"; "required": false; }; "type": { "alias": "auiTooltipType"; "required": false; }; "position": { "alias": "auiTooltipPosition"; "required": false; }; "trigger": { "alias": "auiTooltipTrigger"; "required": false; }; "disabled": { "alias": "auiTooltipDisabled"; "required": false; }; "hideOnClick": { "alias": "auiTooltipHideOnClick"; "required": false; }; "disableAnimation": { "alias": "auiDisableAnimation"; "required": false; }; }, { "visibleChange": "auiTooltipVisibleChange"; }, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[auiTooltip]", ["auiTooltip"], { "content": { "alias": "auiTooltip"; "required": false; }; "context": { "alias": "auiTooltipContext"; "required": false; }; "class": { "alias": "auiTooltipClass"; "required": false; }; "type": { "alias": "auiTooltipType"; "required": false; }; "position": { "alias": "auiTooltipPosition"; "required": false; }; "trigger": { "alias": "auiTooltipTrigger"; "required": false; }; "disabled": { "alias": "auiTooltipDisabled"; "required": false; }; "hideOnClick": { "alias": "auiTooltipHideOnClick"; "required": false; }; "disableAnimation": { "alias": "auiDisableAnimation"; "required": false; }; }, { "visibleChange": "auiTooltipVisibleChange"; }, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -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 "./tooltip.directive";
|
|
5
|
-
import * as i4 from "./tooltip.
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
2
|
+
import * as i1 from "./tooltip.directive";
|
|
3
|
+
import * as i2 from "./tooltip.component";
|
|
4
|
+
import * as i3 from "./tooltip-active.directive";
|
|
5
|
+
import * as i4 from "./tooltip-copy.directive";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/cdk/overlay";
|
|
8
8
|
export declare class TooltipModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule,
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipDirective, typeof i2.TooltipComponent, typeof i3.TooltipActiveDirective, typeof i4.TooltipCopyDirective], [typeof i5.CommonModule, typeof i6.OverlayModule], [typeof i1.TooltipDirective, typeof i3.TooltipActiveDirective, typeof i4.TooltipCopyDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TreeNodePlaceholderComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodePlaceholderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodePlaceholderComponent, "aui-tree-node-placeholder", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodePlaceholderComponent, "aui-tree-node-placeholder", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { CommonFormControl } from '../form';
|
|
4
|
-
import { InputComponent } from '../input
|
|
4
|
+
import { InputComponent } from '../input';
|
|
5
5
|
import { TrackFn } from '../select/select.types';
|
|
6
|
-
import { TooltipDirective } from '../tooltip
|
|
6
|
+
import { TooltipDirective } from '../tooltip';
|
|
7
7
|
import { Bem } from '../utils';
|
|
8
8
|
import { TreeNode } from './tree-select.types';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
@@ -57,7 +57,7 @@ export declare class TreeSelectComponent<T = unknown> extends CommonFormControl<
|
|
|
57
57
|
private _filterFn;
|
|
58
58
|
private _trackFn;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeSelectComponent<any>, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectComponent<any>, "aui-tree-select", never, { "nodesData": { "alias": "nodesData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "leafOnly": { "alias": "leafOnly"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; "labelFn": { "alias": "labelFn"; "required": false; }; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, never, ["aui-tree-node-placeholder"],
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectComponent<any>, "aui-tree-select", never, { "nodesData": { "alias": "nodesData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "leafOnly": { "alias": "leafOnly"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; "labelFn": { "alias": "labelFn"; "required": false; }; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, never, ["aui-tree-node-placeholder"], false, never>;
|
|
61
61
|
static ngAcceptInputType_filterable: unknown;
|
|
62
62
|
static ngAcceptInputType_clearable: unknown;
|
|
63
63
|
static ngAcceptInputType_leafOnly: unknown;
|
|
@@ -89,6 +89,6 @@ export declare class TreeNodeComponent<T> implements AfterViewInit, OnDestroy {
|
|
|
89
89
|
trackByLabel(_: number, data: TreeNode<T>): string;
|
|
90
90
|
scrollToNode(node: TreeNodeComponent<T>): void;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodeComponent<any>, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent<any>, "aui-tree-node", never, { "nodeData": { "alias": "nodeData"; "required": false; }; "leafOnly": { "alias": "leafOnly"; "required": false; }; }, {}, never, never,
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent<any>, "aui-tree-node", never, { "nodeData": { "alias": "nodeData"; "required": false; }; "leafOnly": { "alias": "leafOnly"; "required": false; }; }, {}, never, never, false, never>;
|
|
93
93
|
static ngAcceptInputType_leafOnly: unknown;
|
|
94
94
|
}
|
|
@@ -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 "
|
|
5
|
-
import * as i4 from "../
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
2
|
+
import * as i1 from "./tree-select.component";
|
|
3
|
+
import * as i2 from "./tree-node-placeholder.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../tooltip/tooltip.module";
|
|
6
|
+
import * as i5 from "../icon/icon.module";
|
|
7
|
+
import * as i6 from "../input/input.module";
|
|
8
8
|
export declare class TreeSelectModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeSelectModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeSelectModule,
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeSelectModule, [typeof i1.TreeSelectComponent, typeof i1.TreeNodeComponent, typeof i2.TreeNodePlaceholderComponent], [typeof i3.CommonModule, typeof i4.TooltipModule, typeof i5.IconModule, typeof i6.InputModule], [typeof i1.TreeSelectComponent, typeof i1.TreeNodeComponent, typeof i2.TreeNodePlaceholderComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<TreeSelectModule>;
|
|
12
12
|
}
|