@alauda/ui 6.5.9-beta.20 → 6.5.9-beta.21
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/.changeset/README.md +8 -0
- package/accordion/accordion-item/accordion-item.component.d.ts +3 -3
- package/accordion/accordion.component.d.ts +1 -1
- package/alauda-ui.d.ts +5 -0
- package/anchor/anchor.component.d.ts +2 -2
- package/anchor/anchor.directive.d.ts +3 -3
- 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.types.d.ts +1 -1
- 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 +2 -2
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/button/button-group/button-group.component.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/button/button.types.d.ts +10 -1
- package/card/card.component.d.ts +1 -1
- package/card/helper-directives.d.ts +6 -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/color-picker/color-picker.component.d.ts +1 -1
- 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.type.d.ts +2 -2
- 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 -7
- package/dialog/dialog.service.d.ts +0 -2
- package/dialog/dialog.types.d.ts +3 -3
- package/drawer/component/drawer.component.d.ts +1 -1
- package/drawer/component/helper-directives.d.ts +3 -3
- 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.types.d.ts +1 -1
- 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/esm2020/accordion/accordion-item/accordion-item.component.mjs +14 -12
- package/esm2020/accordion/accordion.component.mjs +4 -4
- package/esm2020/accordion/accordion.module.mjs +5 -5
- package/esm2020/alauda-ui.mjs +4 -1
- package/esm2020/anchor/anchor.component.mjs +16 -15
- package/esm2020/anchor/anchor.directive.mjs +27 -27
- package/esm2020/anchor/anchor.module.mjs +6 -5
- package/esm2020/autocomplete/autocomplete-placeholder.component.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.directive.mjs +28 -27
- package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2020/autocomplete/helper-directives.mjs +3 -3
- package/esm2020/autocomplete/suggestion/suggestion.component.mjs +17 -17
- package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +3 -3
- package/esm2020/back-top/back-top.component.mjs +17 -15
- package/esm2020/back-top/back-top.module.mjs +5 -5
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +11 -11
- package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.module.mjs +5 -5
- package/esm2020/button/button-group/button-group.component.mjs +3 -3
- package/esm2020/button/button.component.mjs +22 -21
- package/esm2020/button/button.module.mjs +5 -5
- package/esm2020/button/button.types.mjs +10 -1
- package/esm2020/card/card.component.mjs +4 -4
- package/esm2020/card/card.module.mjs +5 -5
- package/esm2020/card/helper-directives.mjs +13 -11
- package/esm2020/card/section.component.mjs +3 -3
- package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2020/checkbox/checkbox.component.mjs +20 -20
- package/esm2020/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/color-picker/color-picker.component.mjs +3 -3
- package/esm2020/color-picker/color-picker.module.mjs +5 -5
- package/esm2020/date-picker/calendar/constant.mjs +2 -1
- package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +10 -10
- package/esm2020/date-picker/calendar/footer/component.mjs +5 -5
- package/esm2020/date-picker/calendar/header/component.mjs +11 -7
- package/esm2020/date-picker/calendar/panel/picker-panel.mjs +24 -20
- package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +13 -11
- package/esm2020/date-picker/calendar/util.mjs +2 -1
- package/esm2020/date-picker/date-picker/date-picker.component.mjs +8 -8
- package/esm2020/date-picker/date-picker.module.mjs +15 -13
- package/esm2020/date-picker/range-picker/range-picker.component.mjs +8 -8
- package/esm2020/date-picker/trigger/trigger.component.mjs +18 -18
- package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +6 -6
- package/esm2020/dialog/dialog-animations.mjs +2 -1
- package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +3 -3
- package/esm2020/dialog/dialog-content/dialog-content.component.mjs +5 -4
- package/esm2020/dialog/dialog-content/dialog-footer.component.mjs +3 -3
- package/esm2020/dialog/dialog-content/dialog-header.component.mjs +5 -5
- package/esm2020/dialog/dialog.component.mjs +13 -20
- package/esm2020/dialog/dialog.module.mjs +12 -9
- package/esm2020/dialog/dialog.service.mjs +6 -19
- package/esm2020/drawer/component/drawer.component.mjs +30 -27
- package/esm2020/drawer/component/helper-directives.mjs +14 -10
- package/esm2020/drawer/drawer.module.mjs +6 -5
- package/esm2020/drawer/drawer.service.mjs +3 -3
- package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +5 -5
- package/esm2020/dropdown/dropdown.directive.mjs +13 -13
- package/esm2020/dropdown/dropdown.module.mjs +5 -5
- package/esm2020/dropdown/helper-directives.mjs +3 -3
- package/esm2020/dropdown/menu/menu-content.directive.mjs +3 -3
- package/esm2020/dropdown/menu/menu.component.mjs +3 -3
- package/esm2020/dropdown/menu-group/menu-group.component.mjs +3 -3
- package/esm2020/dropdown/menu-item/menu-item.component.mjs +3 -3
- package/esm2020/dropdown/submenu/submenu.component.mjs +7 -7
- package/esm2020/form/common-form.mjs +22 -15
- package/esm2020/form/form-item/form-item.component.mjs +9 -9
- package/esm2020/form/form.directive.mjs +17 -17
- package/esm2020/form/form.module.mjs +5 -5
- package/esm2020/form/helper-directives.mjs +15 -15
- package/esm2020/i18n/i18n.module.mjs +4 -4
- package/esm2020/i18n/i18n.pipe.mjs +3 -3
- package/esm2020/i18n/i18n.service.mjs +3 -3
- package/esm2020/icon/icon-register.service.mjs +5 -4
- package/esm2020/icon/icon.component.mjs +3 -3
- package/esm2020/icon/icon.module.mjs +5 -5
- package/esm2020/inline-alert/helper-directives.mjs +3 -3
- package/esm2020/inline-alert/inline-alert.component.mjs +5 -5
- package/esm2020/inline-alert/inline-alert.module.mjs +5 -5
- package/esm2020/input/autosize.directive.mjs +16 -11
- package/esm2020/input/helper-directives.mjs +12 -12
- package/esm2020/input/input-group/input-group.component.mjs +3 -3
- package/esm2020/input/input.component.mjs +18 -14
- package/esm2020/input/input.module.mjs +12 -10
- package/esm2020/input/number-input/number-input.component.mjs +6 -6
- package/esm2020/input/search/search.component.mjs +8 -8
- package/esm2020/input/tags-input/tags-input.component.mjs +32 -27
- package/esm2020/message/message-wrapper.component.mjs +3 -3
- package/esm2020/message/message.component.mjs +8 -8
- package/esm2020/message/message.config.mjs +6 -1
- package/esm2020/message/message.module.mjs +6 -5
- package/esm2020/message/message.service.mjs +3 -3
- package/esm2020/notification/notification-wrapper.component.mjs +3 -3
- package/esm2020/notification/notification.component.mjs +12 -8
- package/esm2020/notification/notification.module.mjs +6 -5
- package/esm2020/notification/notification.service.mjs +3 -3
- package/esm2020/paginator/paginator-intl.mjs +15 -4
- package/esm2020/paginator/paginator.component.mjs +32 -24
- package/esm2020/paginator/paginator.module.mjs +5 -5
- package/esm2020/radio/base-radio.mjs +11 -11
- package/esm2020/radio/radio-button/radio-button.component.mjs +10 -9
- package/esm2020/radio/radio-group/radio-group.component.mjs +7 -4
- package/esm2020/radio/radio.component.mjs +8 -7
- package/esm2020/radio/radio.module.mjs +5 -5
- package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +6 -4
- package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +6 -4
- package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +5 -4
- package/esm2020/scrolling/scrolling.module.mjs +4 -4
- package/esm2020/scrolling/virtual-for-of.directive.mjs +3 -3
- package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +3 -3
- package/esm2020/select/base-select.mjs +8 -5
- package/esm2020/select/helper-directives.mjs +6 -6
- package/esm2020/select/multi-select/multi-select.component.mjs +31 -28
- package/esm2020/select/option/option.component.mjs +34 -34
- package/esm2020/select/option-group/option-group.component.mjs +3 -3
- package/esm2020/select/option-placeholder.component.mjs +3 -3
- package/esm2020/select/select.component.mjs +12 -11
- package/esm2020/select/select.module.mjs +12 -10
- package/esm2020/select/validators.mjs +13 -9
- package/esm2020/shared/click-outside.directive.mjs +8 -8
- package/esm2020/shared/shared.module.mjs +4 -4
- package/esm2020/sort/sort-errors.mjs +5 -1
- package/esm2020/sort/sort-header.component.mjs +8 -4
- package/esm2020/sort/sort.directive.mjs +5 -4
- package/esm2020/sort/sort.module.mjs +5 -5
- package/esm2020/status-bar/status-bar.component.mjs +3 -3
- package/esm2020/status-bar/status-bar.module.mjs +5 -5
- package/esm2020/steps/steps.component.mjs +10 -6
- package/esm2020/steps/steps.module.mjs +5 -5
- package/esm2020/switch/switch.component.mjs +5 -5
- package/esm2020/switch/switch.module.mjs +5 -5
- package/esm2020/table/table-cell-def.directive.mjs +8 -4
- package/esm2020/table/table-cell.component.mjs +9 -9
- package/esm2020/table/table-cell.directive.mjs +6 -4
- package/esm2020/table/table-column-def.directive.mjs +10 -4
- package/esm2020/table/table-header-cell-def.directive.mjs +8 -4
- package/esm2020/table/table-header-cell.directive.mjs +6 -4
- package/esm2020/table/table-header-row-def.directive.mjs +8 -4
- package/esm2020/table/table-header-row.component.mjs +5 -4
- package/esm2020/table/table-placeholder.directive.mjs +6 -6
- package/esm2020/table/table-row-def.directive.mjs +9 -4
- package/esm2020/table/table-row.component.mjs +5 -4
- package/esm2020/table/table-scroll.directive.mjs +15 -14
- package/esm2020/table/table.component.mjs +9 -6
- package/esm2020/table/table.module.mjs +5 -5
- package/esm2020/table-of-contents/table-of-contents.module.mjs +5 -5
- package/esm2020/table-of-contents/toc-container.directive.mjs +14 -14
- package/esm2020/table-of-contents/toc-content.directive.mjs +3 -3
- package/esm2020/table-of-contents/toc-link.directive.mjs +7 -7
- package/esm2020/tabs/tab-body.component.mjs +43 -25
- package/esm2020/tabs/tab-context.service.mjs +13 -10
- package/esm2020/tabs/tab-group.component.mjs +73 -28
- package/esm2020/tabs/tab-header-active-indicator.component.mjs +13 -4
- package/esm2020/tabs/tab-header.component.mjs +132 -29
- package/esm2020/tabs/tab.component.mjs +27 -13
- package/esm2020/tabs/tabs.module.mjs +13 -11
- package/esm2020/tabs/tabs.types.mjs +4 -1
- package/esm2020/tag/check-tag/check-tag.component.mjs +3 -3
- package/esm2020/tag/tag.component.mjs +7 -6
- package/esm2020/tag/tag.module.mjs +5 -5
- package/esm2020/theme/theme.module.mjs +5 -5
- package/esm2020/theme/theme.pipe.mjs +12 -12
- package/esm2020/theme/theme.service.mjs +3 -3
- package/esm2020/time-picker/component.mjs +12 -12
- package/esm2020/time-picker/panel/panel.component.mjs +29 -27
- package/esm2020/time-picker/time-picker.module.mjs +16 -14
- package/esm2020/tooltip/base-tooltip.mjs +42 -38
- package/esm2020/tooltip/tooltip-active.directive.mjs +3 -3
- package/esm2020/tooltip/tooltip-copy.directive.mjs +10 -10
- package/esm2020/tooltip/tooltip-intl.mjs +10 -4
- package/esm2020/tooltip/tooltip.component.mjs +5 -5
- package/esm2020/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/tooltip/tooltip.module.mjs +6 -5
- package/esm2020/tree-select/tree-node-placeholder.component.mjs +3 -3
- package/esm2020/tree-select/tree-select.component.mjs +30 -29
- package/esm2020/tree-select/tree-select.module.mjs +5 -5
- package/esm2020/types.mjs +4 -1
- package/esm2020/utils/bem.mjs +2 -1
- package/esm2020/utils/coercion.mjs +5 -1
- package/fesm2015/alauda-ui.mjs +1959 -1589
- package/fesm2015/alauda-ui.mjs.map +1 -1
- package/fesm2020/alauda-ui.mjs +2193 -1822
- package/fesm2020/alauda-ui.mjs.map +1 -1
- package/form/common-form.d.ts +8 -1
- package/form/form-item/form-item.component.d.ts +1 -1
- package/form/form.directive.d.ts +1 -1
- package/form/form.types.d.ts +2 -2
- package/form/helper-directives.d.ts +5 -5
- package/i18n/i18n.pipe.d.ts +1 -1
- package/i18n/i18n.type.d.ts +1 -1
- package/icon/icon.component.d.ts +1 -1
- package/inline-alert/helper-directives.d.ts +1 -1
- package/inline-alert/inline-alert.component.d.ts +1 -1
- package/inline-alert/inline-alert.types.d.ts +1 -1
- package/input/autosize.directive.d.ts +4 -1
- package/input/helper-directives.d.ts +4 -4
- package/input/input-group/input-group.component.d.ts +1 -1
- package/input/input.component.d.ts +4 -1
- package/input/number-input/number-input.component.d.ts +1 -1
- package/input/search/search.component.d.ts +1 -1
- package/input/tags-input/tags-input.component.d.ts +4 -4
- package/message/message-wrapper.component.d.ts +1 -1
- package/message/message.component.d.ts +1 -1
- package/message/message.config.d.ts +20 -0
- package/notification/notification-wrapper.component.d.ts +1 -1
- package/notification/notification.component.d.ts +5 -1
- package/notification/notification.config.d.ts +1 -1
- package/package.json +9 -9
- package/paginator/paginator-intl.d.ts +9 -0
- package/paginator/paginator.component.d.ts +15 -1
- package/radio/base-radio.d.ts +1 -1
- package/radio/radio-button/radio-button.component.d.ts +1 -1
- package/radio/radio-group/radio-group.component.d.ts +4 -1
- package/radio/radio.component.d.ts +1 -1
- package/radio/radio.types.d.ts +1 -1
- 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/virtual-for-of.directive.d.ts +1 -1
- package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
- package/select/base-select.d.ts +4 -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 +1 -1
- 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.types.d.ts +3 -3
- package/select/validators.d.ts +1 -1
- package/shared/click-outside.directive.d.ts +1 -1
- package/sort/sort-errors.d.ts +4 -0
- package/sort/sort-header.component.d.ts +1 -1
- package/sort/sort.directive.d.ts +1 -1
- package/sort/sort.types.d.ts +2 -2
- package/src/accordion/README.md +13 -0
- package/src/anchor/README.md +23 -0
- package/src/dropdown/README.md +57 -0
- package/src/form/README.md +32 -0
- package/src/icon/README.md +28 -0
- package/src/inline-alert/README.md +16 -0
- package/src/input/number-input/README.md +16 -0
- package/src/select/README.md +57 -0
- package/src/sort/README.md +13 -0
- package/src/table/README.md +8 -0
- package/src/table-of-contents/README.md +94 -0
- package/src/tag/README.md +32 -0
- package/src/tree-select/README.md +34 -0
- package/status-bar/status-bar.component.d.ts +1 -1
- package/status-bar/status-bar.types.d.ts +2 -2
- package/steps/steps.component.d.ts +4 -1
- package/steps/types.d.ts +6 -3
- package/switch/switch.component.d.ts +1 -1
- package/table/table-cell-def.directive.d.ts +5 -1
- package/table/table-cell.component.d.ts +2 -2
- package/table/table-cell.directive.d.ts +2 -1
- package/table/table-column-def.directive.d.ts +5 -1
- package/table/table-header-cell-def.directive.d.ts +5 -1
- package/table/table-header-cell.directive.d.ts +2 -1
- package/table/table-header-row-def.directive.d.ts +5 -1
- package/table/table-header-row.component.d.ts +2 -1
- package/table/table-placeholder.directive.d.ts +2 -2
- package/table/table-row-def.directive.d.ts +6 -1
- package/table/table-row.component.d.ts +2 -1
- package/table/table-scroll.directive.d.ts +2 -2
- package/table/table.component.d.ts +1 -1
- 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 +23 -7
- package/tabs/tab-context.service.d.ts +3 -0
- package/tabs/tab-group.component.d.ts +29 -1
- package/tabs/tab-header-active-indicator.component.d.ts +10 -1
- package/tabs/tab-header.component.d.ts +85 -2
- package/tabs/tab.component.d.ts +19 -1
- package/tabs/tabs.types.d.ts +5 -2
- package/tag/check-tag/check-tag.component.d.ts +1 -1
- package/tag/tag.component.d.ts +1 -1
- package/tag/tag.types.d.ts +1 -1
- package/theme/_var.scss +1 -1
- package/theme/theme.pipe.d.ts +4 -4
- package/theme/theme.types.d.ts +3 -3
- package/time-picker/component.d.ts +1 -1
- package/time-picker/panel/panel.component.d.ts +1 -1
- package/time-picker/time-picker.type.d.ts +1 -1
- 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 +4 -0
- package/tooltip/tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +1 -1
- package/tree-select/tree-node-placeholder.component.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +2 -2
- package/tree-select/tree-select.types.d.ts +1 -1
- package/types.d.ts +5 -2
- package/utils/operators.d.ts +1 -1
|
@@ -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": "format"; "hourStep": "hourStep"; "minuteStep": "minuteStep"; "secondStep": "secondStep"; "footerTemplate": "footerTemplate"; "disableHours": "disableHours"; "disableMinutes": "disableMinutes"; "disableSeconds": "disableSeconds"; }, { "confirm": "confirm"; }, never, never
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerPanelComponent, "aui-time-picker-panel", never, { "format": "format"; "hourStep": "hourStep"; "minuteStep": "minuteStep"; "secondStep": "secondStep"; "footerTemplate": "footerTemplate"; "disableHours": "disableHours"; "disableMinutes": "disableMinutes"; "disableSeconds": "disableSeconds"; }, { "confirm": "confirm"; }, never, never>;
|
|
56
56
|
}
|
|
@@ -9,5 +9,5 @@ export interface TimePickerModel {
|
|
|
9
9
|
minute?: number;
|
|
10
10
|
second?: number;
|
|
11
11
|
}
|
|
12
|
-
export type TimePickerDataLike = ConfigType | TimePickerModel;
|
|
12
|
+
export declare type TimePickerDataLike = ConfigType | TimePickerModel;
|
|
13
13
|
export declare function isTimePickerModel(item: any): item is TimePickerModel;
|
|
@@ -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
|
|
84
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip<any>, never, never, {}, {}, 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": "auiTooltipActive"; }, {}, never
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipActiveDirective, "[auiTooltipActive]", never, { "customClass": "auiTooltipActive"; }, {}, 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": "auiTooltipPosition"; "disabled": "auiTooltipDisabled"; "disableAnimation": "auiDisableAnimation"; "auiTooltipCopy": "auiTooltipCopy"; "auiTooltipCopyTip": "auiTooltipCopyTip"; "auiTooltipCopySuccessTip": "auiTooltipCopySuccessTip"; "auiTooltipCopyFailTip": "auiTooltipCopyFailTip"; }, {}, never
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipCopyDirective, "[auiTooltipCopy]", never, { "position": "auiTooltipPosition"; "disabled": "auiTooltipDisabled"; "disableAnimation": "auiDisableAnimation"; "auiTooltipCopy": "auiTooltipCopy"; "auiTooltipCopyTip": "auiTooltipCopyTip"; "auiTooltipCopySuccessTip": "auiTooltipCopySuccessTip"; "auiTooltipCopyFailTip": "auiTooltipCopyFailTip"; }, {}, never>;
|
|
27
27
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Optional } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Texts to render on the code editor.
|
|
5
|
+
*/
|
|
3
6
|
export declare class TooltipCopyIntl {
|
|
4
7
|
copyTip: string;
|
|
5
8
|
copySuccessTip: string;
|
|
@@ -8,6 +11,7 @@ export declare class TooltipCopyIntl {
|
|
|
8
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<TooltipCopyIntl>;
|
|
9
12
|
}
|
|
10
13
|
export declare function TOOLTIP_COPY_INTL_PROVIDER_FACTORY(parentIntl: TooltipCopyIntl): TooltipCopyIntl;
|
|
14
|
+
/** @docs-private */
|
|
11
15
|
export declare const TOOLTIP_COPY_INTL_INTL_PROVIDER: {
|
|
12
16
|
provide: typeof TooltipCopyIntl;
|
|
13
17
|
deps: Optional[][];
|
|
@@ -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>;
|
|
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": "auiTooltip"; "context": "auiTooltipContext"; "class": "auiTooltipClass"; "type": "auiTooltipType"; "position": "auiTooltipPosition"; "trigger": "auiTooltipTrigger"; "disabled": "auiTooltipDisabled"; "hideOnClick": "auiTooltipHideOnClick"; "disableAnimation": "auiDisableAnimation"; }, { "visibleChange": "auiTooltipVisibleChange"; }, never
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[auiTooltip]", ["auiTooltip"], { "content": "auiTooltip"; "context": "auiTooltipContext"; "class": "auiTooltipClass"; "type": "auiTooltipType"; "position": "auiTooltipPosition"; "trigger": "auiTooltipTrigger"; "disabled": "auiTooltipDisabled"; "hideOnClick": "auiTooltipHideOnClick"; "disableAnimation": "auiDisableAnimation"; }, { "visibleChange": "auiTooltipVisibleChange"; }, never>;
|
|
9
9
|
}
|
|
@@ -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, ["*"]>;
|
|
5
5
|
}
|
|
@@ -63,7 +63,7 @@ export declare class TreeSelectComponent<T = unknown> extends CommonFormControl<
|
|
|
63
63
|
private _filterFn;
|
|
64
64
|
private _trackFn;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeSelectComponent<any>, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectComponent<any>, "aui-tree-select", never, { "nodesData": "nodesData"; "loading": "loading"; "placeholder": "placeholder"; "filterable": "filterable"; "clearable": "clearable"; "leafOnly": "leafOnly"; "filterFn": "filterFn"; "trackFn": "trackFn"; "labelFn": "labelFn"; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, never, ["aui-tree-node-placeholder"]
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectComponent<any>, "aui-tree-select", never, { "nodesData": "nodesData"; "loading": "loading"; "placeholder": "placeholder"; "filterable": "filterable"; "clearable": "clearable"; "leafOnly": "leafOnly"; "filterFn": "filterFn"; "trackFn": "trackFn"; "labelFn": "labelFn"; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, never, ["aui-tree-node-placeholder"]>;
|
|
67
67
|
}
|
|
68
68
|
export declare class TreeNodeComponent<T> implements AfterViewInit, OnDestroy {
|
|
69
69
|
private readonly cdr;
|
|
@@ -94,5 +94,5 @@ export declare class TreeNodeComponent<T> implements AfterViewInit, OnDestroy {
|
|
|
94
94
|
trackByLabel(_: number, data: TreeNode<T>): string;
|
|
95
95
|
scrollToNode(node: TreeNodeComponent<T>): void;
|
|
96
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodeComponent<any>, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent<any>, "aui-tree-node", never, { "nodeData": "nodeData"; "leafOnly": "leafOnly"; }, {}, never, never
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent<any>, "aui-tree-node", never, { "nodeData": "nodeData"; "leafOnly": "leafOnly"; }, {}, never, never>;
|
|
98
98
|
}
|
package/types.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
export type ValueOf<T> = T[keyof T];
|
|
1
|
+
export declare type ValueOf<T> = T[keyof T];
|
|
2
2
|
export declare const ComponentSize: {
|
|
3
3
|
readonly Large: "large";
|
|
4
4
|
readonly Medium: "medium";
|
|
5
5
|
readonly Small: "small";
|
|
6
6
|
readonly Mini: "mini";
|
|
7
|
+
/**
|
|
8
|
+
* represents default internally, @link https://github.com/angular/vscode-ng-language-service/issues/1147
|
|
9
|
+
*/
|
|
7
10
|
readonly Empty: "";
|
|
8
11
|
};
|
|
9
|
-
export type ComponentSize = ValueOf<typeof ComponentSize>;
|
|
12
|
+
export declare type ComponentSize = ValueOf<typeof ComponentSize>;
|
package/utils/operators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TimestampProvider } from 'rxjs';
|
|
2
|
-
export type PublishRefConfig<T> = number | (import('rxjs/internal/operators/share').ShareConfig<T> & {
|
|
2
|
+
export declare type PublishRefConfig<T> = number | (import('rxjs/internal/operators/share').ShareConfig<T> & {
|
|
3
3
|
bufferSize?: number;
|
|
4
4
|
windowTime?: number;
|
|
5
5
|
timestampProvider?: TimestampProvider;
|