@alauda/ui 7.0.4-beta.5 → 7.0.4-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion-item/accordion-item.component.d.ts +3 -3
- package/accordion/accordion.component.d.ts +1 -1
- package/accordion/accordion.module.d.ts +10 -7
- package/anchor/anchor.component.d.ts +2 -2
- package/anchor/anchor.directive.d.ts +2 -2
- package/anchor/anchor.module.d.ts +7 -4
- package/autocomplete/autocomplete-placeholder.component.d.ts +1 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/autocomplete/autocomplete.directive.d.ts +2 -2
- package/autocomplete/autocomplete.module.d.ts +17 -10
- package/autocomplete/helper-directives.d.ts +1 -1
- package/autocomplete/suggestion/suggestion.component.d.ts +1 -1
- package/autocomplete/suggestion-group/suggestion-group.component.d.ts +1 -1
- package/back-top/back-top.component.d.ts +1 -1
- package/back-top/back-top.module.d.ts +5 -5
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.module.d.ts +8 -5
- package/button/button-group/button-group.component.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/button/button.module.d.ts +5 -5
- package/card/card.component.d.ts +1 -1
- package/card/card.module.d.ts +9 -5
- package/card/helper-directives.d.ts +3 -3
- package/card/section.component.d.ts +1 -1
- package/checkbox/checkbox-group/checkbox-group.component.d.ts +1 -1
- package/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/checkbox.module.d.ts +8 -5
- package/color-picker/color-picker.component.d.ts +1 -1
- package/color-picker/color-picker.module.d.ts +4 -4
- package/date-picker/calendar/date-picker-panel/component.d.ts +2 -2
- package/date-picker/calendar/footer/component.d.ts +1 -1
- package/date-picker/calendar/header/component.d.ts +1 -1
- package/date-picker/calendar/panel/picker-panel.d.ts +1 -1
- package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
- package/date-picker/date-picker/date-picker.component.d.ts +1 -1
- package/date-picker/date-picker.module.d.ts +17 -17
- package/date-picker/range-picker/range-picker.component.d.ts +1 -1
- package/date-picker/trigger/trigger.component.d.ts +1 -1
- package/dialog/confirm-dialog/confirm-dialog.component.d.ts +1 -1
- package/dialog/dialog-content/dialog-close.directive.d.ts +1 -1
- package/dialog/dialog-content/dialog-content.component.d.ts +1 -1
- package/dialog/dialog-content/dialog-footer.component.d.ts +1 -1
- package/dialog/dialog-content/dialog-header.component.d.ts +1 -1
- package/dialog/dialog.component.d.ts +1 -1
- package/dialog/dialog.module.d.ts +12 -12
- package/drawer/component/drawer.component.d.ts +1 -1
- package/drawer/component/helper-directives.d.ts +3 -3
- package/drawer/drawer.module.d.ts +7 -7
- package/dropdown/dropdown-active.directive.d.ts +1 -1
- package/dropdown/dropdown-button/dropdown-button.component.d.ts +1 -1
- package/dropdown/dropdown.directive.d.ts +1 -1
- package/dropdown/dropdown.module.d.ts +14 -14
- package/dropdown/helper-directives.d.ts +1 -1
- package/dropdown/menu/menu-content.directive.d.ts +1 -1
- package/dropdown/menu/menu.component.d.ts +1 -1
- package/dropdown/menu-group/menu-group.component.d.ts +1 -1
- package/dropdown/menu-item/menu-item.component.d.ts +1 -1
- package/dropdown/submenu/submenu.component.d.ts +1 -1
- package/esm2022/accordion/accordion-item/accordion-item.component.mjs +15 -13
- package/esm2022/accordion/accordion.component.mjs +5 -5
- package/esm2022/accordion/accordion.module.mjs +24 -9
- package/esm2022/anchor/anchor.component.mjs +10 -10
- package/esm2022/anchor/anchor.directive.mjs +12 -10
- package/esm2022/anchor/anchor.module.mjs +15 -8
- package/esm2022/autocomplete/autocomplete-placeholder.component.mjs +5 -4
- package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
- package/esm2022/autocomplete/autocomplete.directive.mjs +9 -7
- package/esm2022/autocomplete/autocomplete.module.mjs +24 -8
- package/esm2022/autocomplete/helper-directives.mjs +5 -4
- package/esm2022/autocomplete/suggestion/suggestion.component.mjs +6 -6
- package/esm2022/autocomplete/suggestion-group/suggestion-group.component.mjs +6 -6
- package/esm2022/back-top/back-top.component.mjs +8 -8
- package/esm2022/back-top/back-top.module.mjs +6 -7
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
- package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -5
- package/esm2022/breadcrumb/breadcrumb.module.mjs +19 -7
- package/esm2022/button/button-group/button-group.component.mjs +5 -5
- package/esm2022/button/button.component.mjs +7 -7
- package/esm2022/button/button.module.mjs +6 -7
- package/esm2022/card/card.component.mjs +5 -5
- package/esm2022/card/card.module.mjs +16 -8
- package/esm2022/card/helper-directives.mjs +13 -10
- package/esm2022/card/section.component.mjs +5 -5
- package/esm2022/checkbox/checkbox-group/checkbox-group.component.mjs +5 -5
- package/esm2022/checkbox/checkbox.component.mjs +10 -10
- package/esm2022/checkbox/checkbox.module.mjs +19 -7
- package/esm2022/color-picker/color-picker.component.mjs +5 -5
- package/esm2022/color-picker/color-picker.module.mjs +6 -7
- package/esm2022/date-picker/calendar/date-picker-panel/component.mjs +24 -15
- package/esm2022/date-picker/calendar/footer/component.mjs +8 -8
- package/esm2022/date-picker/calendar/header/component.mjs +9 -9
- package/esm2022/date-picker/calendar/panel/picker-panel.mjs +8 -8
- package/esm2022/date-picker/calendar/range-picker-panel/component.mjs +23 -13
- package/esm2022/date-picker/date-picker/date-picker.component.mjs +15 -10
- package/esm2022/date-picker/date-picker.module.mjs +19 -16
- package/esm2022/date-picker/range-picker/range-picker.component.mjs +15 -10
- package/esm2022/date-picker/trigger/trigger.component.mjs +9 -9
- package/esm2022/dialog/confirm-dialog/confirm-dialog.component.mjs +15 -8
- package/esm2022/dialog/dialog-content/dialog-close.directive.mjs +5 -4
- package/esm2022/dialog/dialog-content/dialog-content.component.mjs +5 -5
- package/esm2022/dialog/dialog-content/dialog-footer.component.mjs +5 -5
- package/esm2022/dialog/dialog-content/dialog-header.component.mjs +7 -7
- package/esm2022/dialog/dialog.component.mjs +8 -8
- package/esm2022/dialog/dialog.module.mjs +13 -13
- package/esm2022/dialog/dialog.service.mjs +3 -3
- package/esm2022/drawer/component/drawer.component.mjs +18 -10
- package/esm2022/drawer/component/helper-directives.mjs +13 -10
- package/esm2022/drawer/drawer.module.mjs +7 -8
- package/esm2022/drawer/drawer.service.mjs +3 -3
- package/esm2022/dropdown/dropdown-active.directive.mjs +5 -4
- package/esm2022/dropdown/dropdown-button/dropdown-button.component.mjs +9 -9
- package/esm2022/dropdown/dropdown.directive.mjs +5 -4
- package/esm2022/dropdown/dropdown.module.mjs +18 -8
- package/esm2022/dropdown/helper-directives.mjs +5 -4
- package/esm2022/dropdown/menu/menu-content.directive.mjs +5 -4
- package/esm2022/dropdown/menu/menu.component.mjs +5 -5
- package/esm2022/dropdown/menu-group/menu-group.component.mjs +5 -5
- package/esm2022/dropdown/menu-item/menu-item.component.mjs +5 -5
- package/esm2022/dropdown/submenu/submenu.component.mjs +14 -9
- package/esm2022/form/common-form.mjs +8 -5
- package/esm2022/form/form-item/form-item.component.mjs +6 -6
- package/esm2022/form/form.directive.mjs +5 -4
- package/esm2022/form/form.module.mjs +18 -8
- package/esm2022/form/helper-directives.mjs +21 -16
- package/esm2022/i18n/i18n.module.mjs +6 -6
- package/esm2022/i18n/i18n.pipe.mjs +5 -4
- package/esm2022/i18n/i18n.service.mjs +3 -3
- package/esm2022/icon/icon-register.service.mjs +10 -20
- package/esm2022/icon/icon.component.mjs +7 -7
- package/esm2022/icon/icon.module.mjs +6 -9
- package/esm2022/inline-alert/helper-directives.mjs +5 -4
- package/esm2022/inline-alert/inline-alert.component.mjs +7 -7
- package/esm2022/inline-alert/inline-alert.module.mjs +19 -7
- package/esm2022/input/autosize.directive.mjs +5 -4
- package/esm2022/input/helper-directives.mjs +17 -13
- package/esm2022/input/input-group/input-group.component.mjs +13 -6
- package/esm2022/input/input.component.mjs +5 -5
- package/esm2022/input/input.module.mjs +14 -14
- package/esm2022/input/number-input/number-input.component.mjs +20 -8
- package/esm2022/input/search/search.component.mjs +10 -9
- package/esm2022/input/tags-input/tags-input.component.mjs +8 -8
- package/esm2022/message/message-wrapper.component.mjs +5 -5
- package/esm2022/message/message.component.mjs +6 -6
- package/esm2022/message/message.module.mjs +18 -9
- package/esm2022/message/message.service.mjs +8 -5
- package/esm2022/notification/notification-wrapper.component.mjs +5 -5
- package/esm2022/notification/notification.component.mjs +9 -9
- package/esm2022/notification/notification.module.mjs +22 -9
- package/esm2022/notification/notification.service.mjs +8 -5
- package/esm2022/paginator/paginator-intl.mjs +9 -14
- package/esm2022/paginator/paginator.component.mjs +20 -11
- package/esm2022/paginator/paginator.module.mjs +22 -9
- package/esm2022/radio/base-radio.mjs +3 -3
- package/esm2022/radio/radio-button/radio-button.component.mjs +7 -7
- package/esm2022/radio/radio-group/radio-group.component.mjs +5 -5
- package/esm2022/radio/radio.component.mjs +6 -6
- package/esm2022/radio/radio.module.mjs +17 -7
- package/esm2022/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
- package/esm2022/scrolling/fixed-size-table-virtual-scroll.directive.mjs +5 -4
- package/esm2022/scrolling/fixed-size-virtual-scroll.directive.mjs +5 -4
- package/esm2022/scrolling/scrolling.module.mjs +6 -6
- package/esm2022/scrolling/virtual-for-of.directive.mjs +5 -4
- package/esm2022/scrolling/virtual-scroll-viewport.component.mjs +5 -5
- package/esm2022/select/base-select.mjs +11 -8
- package/esm2022/select/helper-directives.mjs +9 -7
- package/esm2022/select/multi-select/multi-select.component.mjs +22 -11
- package/esm2022/select/option/option.component.mjs +9 -8
- package/esm2022/select/option-group/option-group.component.mjs +6 -6
- package/esm2022/select/option-placeholder.component.mjs +5 -4
- package/esm2022/select/select.component.mjs +21 -12
- package/esm2022/select/select.module.mjs +22 -13
- package/esm2022/select/validators.mjs +9 -5
- package/esm2022/shared/click-outside.directive.mjs +5 -4
- package/esm2022/shared/shared.module.mjs +6 -6
- package/esm2022/sort/sort-header.component.mjs +5 -5
- package/esm2022/sort/sort.directive.mjs +5 -4
- package/esm2022/sort/sort.module.mjs +7 -7
- package/esm2022/status-bar/status-bar.component.mjs +7 -7
- package/esm2022/status-bar/status-bar.module.mjs +6 -7
- package/esm2022/steps/steps.component.mjs +14 -7
- package/esm2022/steps/steps.module.mjs +6 -7
- package/esm2022/switch/switch.component.mjs +7 -7
- package/esm2022/switch/switch.module.mjs +6 -7
- package/esm2022/table/table-cell-def.directive.mjs +5 -4
- package/esm2022/table/table-cell.component.mjs +15 -11
- package/esm2022/table/table-cell.directive.mjs +5 -4
- package/esm2022/table/table-column-def.directive.mjs +5 -4
- package/esm2022/table/table-header-cell-def.directive.mjs +5 -4
- package/esm2022/table/table-header-cell.directive.mjs +5 -4
- package/esm2022/table/table-header-row-def.directive.mjs +5 -4
- package/esm2022/table/table-header-row.component.mjs +7 -5
- package/esm2022/table/table-placeholder.directive.mjs +9 -7
- package/esm2022/table/table-row-def.directive.mjs +5 -4
- package/esm2022/table/table-row.component.mjs +7 -5
- package/esm2022/table/table-scroll.directive.mjs +9 -7
- package/esm2022/table/table.component.mjs +7 -8
- package/esm2022/table/table.module.mjs +36 -8
- package/esm2022/table-of-contents/table-of-contents.module.mjs +19 -7
- package/esm2022/table-of-contents/toc-container.directive.mjs +5 -4
- package/esm2022/table-of-contents/toc-content.directive.mjs +5 -4
- package/esm2022/table-of-contents/toc-link.directive.mjs +5 -4
- package/esm2022/tabs/tab-body.component.mjs +30 -24
- package/esm2022/tabs/tab-context.service.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +24 -12
- package/esm2022/tabs/tab-header-active-indicator.component.mjs +6 -6
- package/esm2022/tabs/tab-header.component.mjs +18 -10
- package/esm2022/tabs/tab.component.mjs +5 -5
- package/esm2022/tabs/tabs.module.mjs +26 -15
- package/esm2022/tag/check-tag/check-tag.component.mjs +5 -5
- package/esm2022/tag/tag.component.mjs +7 -7
- package/esm2022/tag/tag.module.mjs +6 -7
- package/esm2022/theme/theme.module.mjs +16 -7
- package/esm2022/theme/theme.pipe.mjs +33 -17
- package/esm2022/theme/theme.service.mjs +3 -3
- package/esm2022/time-picker/component.mjs +22 -13
- package/esm2022/time-picker/panel/panel.component.mjs +16 -8
- package/esm2022/time-picker/time-picker.module.mjs +12 -8
- package/esm2022/tooltip/base-tooltip.mjs +8 -5
- package/esm2022/tooltip/tooltip-active.directive.mjs +5 -4
- package/esm2022/tooltip/tooltip-copy.directive.mjs +5 -4
- package/esm2022/tooltip/tooltip-intl.mjs +9 -14
- package/esm2022/tooltip/tooltip.component.mjs +6 -6
- package/esm2022/tooltip/tooltip.directive.mjs +5 -4
- package/esm2022/tooltip/tooltip.module.mjs +12 -10
- package/esm2022/tree-select/tree-node-placeholder.component.mjs +5 -4
- package/esm2022/tree-select/tree-select.component.mjs +24 -15
- package/esm2022/tree-select/tree-select.module.mjs +18 -8
- package/fesm2022/alauda-ui.mjs +1863 -1397
- package/fesm2022/alauda-ui.mjs.map +1 -1
- package/form/common-form.d.ts +1 -1
- package/form/form-item/form-item.component.d.ts +1 -1
- package/form/form.directive.d.ts +1 -1
- package/form/form.module.d.ts +9 -5
- package/form/helper-directives.d.ts +5 -5
- package/i18n/i18n.module.d.ts +1 -1
- package/i18n/i18n.pipe.d.ts +1 -1
- package/icon/icon-register.service.d.ts +1 -8
- package/icon/icon.component.d.ts +1 -1
- package/icon/icon.module.d.ts +4 -4
- package/inline-alert/helper-directives.d.ts +1 -1
- package/inline-alert/inline-alert.component.d.ts +1 -1
- package/inline-alert/inline-alert.module.d.ts +8 -5
- package/input/autosize.directive.d.ts +1 -1
- package/input/helper-directives.d.ts +4 -4
- package/input/input-group/input-group.component.d.ts +3 -1
- package/input/input.component.d.ts +1 -1
- package/input/input.module.d.ts +13 -13
- package/input/number-input/number-input.component.d.ts +3 -1
- package/input/search/search.component.d.ts +1 -1
- package/input/tags-input/tags-input.component.d.ts +1 -1
- package/message/message-wrapper.component.d.ts +1 -1
- package/message/message.component.d.ts +1 -1
- package/message/message.module.d.ts +6 -6
- package/notification/notification-wrapper.component.d.ts +1 -1
- package/notification/notification.component.d.ts +1 -1
- package/notification/notification.module.d.ts +7 -7
- package/package.json +1 -1
- package/paginator/paginator-intl.d.ts +0 -7
- package/paginator/paginator.component.d.ts +1 -1
- package/paginator/paginator.module.d.ts +7 -7
- package/radio/radio-button/radio-button.component.d.ts +1 -1
- package/radio/radio-group/radio-group.component.d.ts +1 -1
- package/radio/radio.component.d.ts +1 -1
- package/radio/radio.module.d.ts +6 -6
- package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
- package/scrolling/fixed-size-virtual-scroll.directive.d.ts +1 -1
- package/scrolling/scrolling.module.d.ts +1 -1
- package/scrolling/virtual-for-of.directive.d.ts +1 -1
- package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
- package/select/base-select.d.ts +1 -1
- package/select/helper-directives.d.ts +2 -2
- package/select/multi-select/multi-select.component.d.ts +1 -1
- package/select/option/option.component.d.ts +3 -2
- package/select/option-group/option-group.component.d.ts +1 -1
- package/select/option-placeholder.component.d.ts +1 -1
- package/select/select.component.d.ts +1 -1
- package/select/select.module.d.ts +22 -14
- package/select/validators.d.ts +1 -1
- package/shared/click-outside.directive.d.ts +1 -1
- package/shared/shared.module.d.ts +1 -1
- package/sort/sort-header.component.d.ts +1 -1
- package/sort/sort.directive.d.ts +1 -1
- package/sort/sort.module.d.ts +7 -4
- package/status-bar/status-bar.component.d.ts +1 -1
- package/status-bar/status-bar.module.d.ts +4 -4
- package/steps/steps.component.d.ts +1 -1
- package/steps/steps.module.d.ts +4 -4
- package/switch/switch.component.d.ts +1 -1
- package/switch/switch.module.d.ts +3 -3
- package/table/table-cell-def.directive.d.ts +1 -1
- package/table/table-cell.component.d.ts +2 -2
- package/table/table-cell.directive.d.ts +1 -1
- package/table/table-column-def.directive.d.ts +1 -1
- package/table/table-header-cell-def.directive.d.ts +1 -1
- package/table/table-header-cell.directive.d.ts +1 -1
- package/table/table-header-row-def.directive.d.ts +1 -1
- package/table/table-header-row.component.d.ts +1 -1
- package/table/table-placeholder.directive.d.ts +2 -2
- package/table/table-row-def.directive.d.ts +1 -1
- package/table/table-row.component.d.ts +1 -1
- package/table/table-scroll.directive.d.ts +2 -2
- package/table/table.component.d.ts +1 -1
- package/table/table.module.d.ts +31 -17
- package/table-of-contents/table-of-contents.module.d.ts +9 -5
- package/table-of-contents/toc-container.directive.d.ts +1 -1
- package/table-of-contents/toc-content.directive.d.ts +1 -1
- package/table-of-contents/toc-link.directive.d.ts +1 -1
- package/tabs/tab-body.component.d.ts +7 -7
- package/tabs/tab-group.component.d.ts +1 -1
- package/tabs/tab-header-active-indicator.component.d.ts +1 -1
- package/tabs/tab-header.component.d.ts +1 -1
- package/tabs/tab.component.d.ts +1 -1
- package/tabs/tabs.module.d.ts +18 -13
- package/tag/check-tag/check-tag.component.d.ts +1 -1
- package/tag/tag.component.d.ts +1 -1
- package/tag/tag.module.d.ts +5 -5
- package/theme/theme.module.d.ts +3 -3
- package/theme/theme.pipe.d.ts +4 -4
- package/time-picker/component.d.ts +2 -2
- package/time-picker/panel/panel.component.d.ts +1 -1
- package/time-picker/time-picker.module.d.ts +12 -12
- package/tooltip/base-tooltip.d.ts +1 -1
- package/tooltip/tooltip-active.directive.d.ts +1 -1
- package/tooltip/tooltip-copy.directive.d.ts +1 -1
- package/tooltip/tooltip-intl.d.ts +0 -7
- package/tooltip/tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +1 -1
- package/tooltip/tooltip.module.d.ts +7 -7
- package/tree-select/tree-node-placeholder.component.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +4 -4
- package/tree-select/tree-select.module.d.ts +7 -7
|
@@ -5,11 +5,11 @@ import { AccordionComponent } from '../accordion.component';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AccordionItemHeaderDirective {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemHeaderDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemHeaderDirective, "[auiAccordionItemHeader]", never, {}, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemHeaderDirective, "[auiAccordionItemHeader]", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
10
10
|
export declare class AccordionItemContentDirective {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemContentDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemContentDirective, "[auiAccordionContent]", never, {}, {}, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemContentDirective, "[auiAccordionContent]", never, {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
14
14
|
export declare class AccordionItemComponent extends CdkAccordionItem implements AfterContentInit {
|
|
15
15
|
background: boolean;
|
|
@@ -18,5 +18,5 @@ export declare class AccordionItemComponent extends CdkAccordionItem implements
|
|
|
18
18
|
constructor(accordion: AccordionComponent, cdr: ChangeDetectorRef, uniqueSelectionDispatcher: UniqueSelectionDispatcher);
|
|
19
19
|
ngAfterContentInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "aui-accordion-item", never, { "background": { "alias": "background"; "required": false; }; }, {}, ["_lazyContentTpl"], ["[auiAccordionItemHeader]", "*"],
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "aui-accordion-item", never, { "background": { "alias": "background"; "required": false; }; }, {}, ["_lazyContentTpl"], ["[auiAccordionItemHeader]", "*"], true, never>;
|
|
22
22
|
}
|
|
@@ -6,5 +6,5 @@ export declare class AccordionComponent extends CdkAccordion {
|
|
|
6
6
|
depth: number;
|
|
7
7
|
constructor(parent: AccordionComponent);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, [{ optional: true; skipSelf: true; }]>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "aui-accordion", never, { "background": { "alias": "background"; "required": false; }; }, {}, never, ["*"],
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "aui-accordion", never, { "background": { "alias": "background"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
10
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import { AccordionItemComponent, AccordionItemContentDirective, AccordionItemHeaderDirective } from './accordion-item/accordion-item.component';
|
|
2
|
+
import { AccordionComponent } from './accordion.component';
|
|
1
3
|
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 "
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/cdk/accordion";
|
|
6
|
+
import * as i3 from "../icon/icon.module";
|
|
7
|
+
import * as i4 from "../button/button.module";
|
|
8
|
+
import * as i5 from "./accordion.component";
|
|
9
|
+
import * as i6 from "./accordion-item/accordion-item.component";
|
|
8
10
|
export declare class AccordionModule {
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, never, [typeof i1.CommonModule, typeof i2.CdkAccordionModule, typeof i3.IconModule, typeof i4.ButtonModule, typeof i5.AccordionComponent, typeof i6.AccordionItemComponent, typeof i6.AccordionItemHeaderDirective, typeof i6.AccordionItemContentDirective], [typeof i5.AccordionComponent, typeof i6.AccordionItemComponent, typeof i6.AccordionItemHeaderDirective, typeof i6.AccordionItemContentDirective]>;
|
|
11
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionModule>;
|
|
12
14
|
}
|
|
15
|
+
export declare const ACCORDION_MODULE: readonly [typeof AccordionComponent, typeof AccordionItemComponent, typeof AccordionItemHeaderDirective, typeof AccordionItemContentDirective];
|
|
@@ -17,7 +17,7 @@ export declare class AnchorTreeComponent extends AnchorDirectiveChild implements
|
|
|
17
17
|
onItemClick(e: Event, item: AnchorTreeItem): void;
|
|
18
18
|
trackById(_index: number, item: AnchorTreeItem): string;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorTreeComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorTreeComponent, "aui-anchor-tree", never, { "treeItems": { "alias": "treeItems"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, { "activeIdChange": "activeIdChange"; }, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorTreeComponent, "aui-anchor-tree", never, { "treeItems": { "alias": "treeItems"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, { "activeIdChange": "activeIdChange"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
22
22
|
export declare class AnchorComponent extends AnchorDirectiveChild implements AfterViewInit, OnDestroy {
|
|
23
23
|
protected injector: Injector;
|
|
@@ -33,5 +33,5 @@ export declare class AnchorComponent extends AnchorDirectiveChild implements Aft
|
|
|
33
33
|
ngAfterViewInit(): void;
|
|
34
34
|
ngOnDestroy(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorComponent, "aui-anchor", never, { "items": { "alias": "items"; "required": false; }; "treeItems": { "alias": "treeItems"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorComponent, "aui-anchor", never, { "items": { "alias": "items"; "required": false; }; "treeItems": { "alias": "treeItems"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -30,7 +30,7 @@ export declare class AnchorLabelDirective extends AnchorDirectiveChild implement
|
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngAfterContentChecked(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorLabelDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorLabelDirective, "[auiAnchorLabel]", never, { "label": { "alias": "auiAnchorLabel"; "required": false; }; "labelContext": { "alias": "auiAnchorLabelContext"; "required": false; }; "id": { "alias": "id"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, { "labelChange": "labelChange"; }, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorLabelDirective, "[auiAnchorLabel]", never, { "label": { "alias": "auiAnchorLabel"; "required": false; }; "labelContext": { "alias": "auiAnchorLabelContext"; "required": false; }; "id": { "alias": "id"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, { "labelChange": "labelChange"; }, never, never, true, never>;
|
|
34
34
|
}
|
|
35
35
|
export declare class AnchorDirective implements AfterContentInit, OnDestroy {
|
|
36
36
|
private readonly cfr;
|
|
@@ -53,5 +53,5 @@ export declare class AnchorDirective implements AfterContentInit, OnDestroy {
|
|
|
53
53
|
ngOnDestroy(): void;
|
|
54
54
|
adaptAnchorPosition(containerEl: HTMLElement, anchorEl: HTMLElement): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorDirective, [null, null, null, null, { optional: true; }]>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorDirective, "[auiAnchor]", never, { "auiAnchor": { "alias": "auiAnchor"; "required": false; }; "adaptPosition": { "alias": "adaptPosition"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "minTop": { "alias": "minTop"; "required": false; }; "injectId": { "alias": "injectId"; "required": false; }; }, {}, ["anchorLabels"], never,
|
|
56
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorDirective, "[auiAnchor]", never, { "auiAnchor": { "alias": "auiAnchor"; "required": false; }; "adaptPosition": { "alias": "adaptPosition"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "minTop": { "alias": "minTop"; "required": false; }; "injectId": { "alias": "injectId"; "required": false; }; }, {}, ["anchorLabels"], never, true, never>;
|
|
57
57
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
import { AnchorComponent, AnchorTreeComponent } from './anchor.component';
|
|
2
|
+
import { AnchorDirective, AnchorLabelDirective } from './anchor.directive';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./anchor.
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "./anchor.component";
|
|
6
|
+
import * as i3 from "./anchor.directive";
|
|
5
7
|
export declare class AnchorModule {
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AnchorModule, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnchorModule, never, [typeof i1.CommonModule, typeof i2.AnchorComponent, typeof i2.AnchorTreeComponent, typeof i3.AnchorDirective, typeof i3.AnchorLabelDirective], [typeof i2.AnchorComponent, typeof i2.AnchorTreeComponent, typeof i3.AnchorDirective, typeof i3.AnchorLabelDirective]>;
|
|
8
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnchorModule>;
|
|
9
11
|
}
|
|
12
|
+
export declare const ANCHOR_MODULE: readonly [typeof AnchorComponent, typeof AnchorTreeComponent, typeof AnchorDirective, typeof AnchorLabelDirective];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AutocompletePlaceholderComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompletePlaceholderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompletePlaceholderComponent, "aui-autocomplete-placeholder", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompletePlaceholderComponent, "aui-autocomplete-placeholder", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
@@ -17,5 +17,5 @@ export declare class AutocompleteComponent implements AfterContentInit {
|
|
|
17
17
|
constructor(cdr: ChangeDetectorRef);
|
|
18
18
|
ngAfterContentInit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "aui-autocomplete", never, {}, {}, ["suggestions", "placeholder"], ["*", "aui-autocomplete-placeholder"],
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "aui-autocomplete", never, {}, {}, ["suggestions", "placeholder"], ["*", "aui-autocomplete-placeholder"], true, never>;
|
|
21
21
|
}
|
|
@@ -43,10 +43,10 @@ export declare class AutoCompleteDirective extends BaseTooltip<AutoCompleteConte
|
|
|
43
43
|
protected selectFocusedOption(): void;
|
|
44
44
|
private _filterFn;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteDirective, [null, null, null, null, null, null, { optional: true; host: true; }]>;
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoCompleteDirective, "input[auiAutocomplete],textarea[auiAutocomplete]", ["auiAutocomplete"], { "class": { "alias": "auiAutocompleteClass"; "required": false; }; "autocomplete": { "alias": "auiAutocomplete"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "defaultFirstSuggestion": { "alias": "auiAutocompleteDefaultFirstSuggestion"; "required": false; }; "suggestionTrigger": { "alias": "auiAutocompleteTrigger"; "required": false; }; "autoPatch": { "alias": "auiAutocompleteAutoPatch"; "required": false; }; }, { "visibleChange": "auiAutocompleteVisibleChange"; "selected": "auiAutocompleteSelected"; }, never, never,
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoCompleteDirective, "input[auiAutocomplete],textarea[auiAutocomplete]", ["auiAutocomplete"], { "class": { "alias": "auiAutocompleteClass"; "required": false; }; "autocomplete": { "alias": "auiAutocomplete"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "defaultFirstSuggestion": { "alias": "auiAutocompleteDefaultFirstSuggestion"; "required": false; }; "suggestionTrigger": { "alias": "auiAutocompleteTrigger"; "required": false; }; "autoPatch": { "alias": "auiAutocompleteAutoPatch"; "required": false; }; }, { "visibleChange": "auiAutocompleteVisibleChange"; "selected": "auiAutocompleteSelected"; }, never, never, true, never>;
|
|
47
47
|
}
|
|
48
48
|
export declare class CustomAutoCompleteDirective extends AutoCompleteDirective {
|
|
49
49
|
innerSelector: string;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomAutoCompleteDirective, never>;
|
|
51
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomAutoCompleteDirective, "[auiAutocomplete]:not(input):not(textarea)", ["auiAutocomplete"], { "class": { "alias": "auiAutocompleteClass"; "required": false; }; "innerSelector": { "alias": "auiAutocompleteInnerSelector"; "required": false; }; }, {}, never, never,
|
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomAutoCompleteDirective, "[auiAutocomplete]:not(input):not(textarea)", ["auiAutocomplete"], { "class": { "alias": "auiAutocompleteClass"; "required": false; }; "innerSelector": { "alias": "auiAutocompleteInnerSelector"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
52
|
}
|
|
@@ -1,15 +1,22 @@
|
|
|
1
|
+
import { AutocompletePlaceholderComponent } from './autocomplete-placeholder.component';
|
|
2
|
+
import { AutocompleteComponent } from './autocomplete.component';
|
|
3
|
+
import { AutoCompleteDirective, CustomAutoCompleteDirective } from './autocomplete.directive';
|
|
4
|
+
import { SuggestionGroupTitleDirective } from './helper-directives';
|
|
5
|
+
import { SuggestionComponent } from './suggestion/suggestion.component';
|
|
6
|
+
import { SuggestionGroupComponent } from './suggestion-group/suggestion-group.component';
|
|
1
7
|
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 "./autocomplete
|
|
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 "
|
|
8
|
+
import * as i1 from "@angular/common";
|
|
9
|
+
import * as i2 from "@angular/cdk/overlay";
|
|
10
|
+
import * as i3 from "../tooltip/tooltip.module";
|
|
11
|
+
import * as i4 from "./autocomplete.directive";
|
|
12
|
+
import * as i5 from "./autocomplete.component";
|
|
13
|
+
import * as i6 from "./suggestion/suggestion.component";
|
|
14
|
+
import * as i7 from "./autocomplete-placeholder.component";
|
|
15
|
+
import * as i8 from "./suggestion-group/suggestion-group.component";
|
|
16
|
+
import * as i9 from "./helper-directives";
|
|
11
17
|
export declare class AutocompleteModule {
|
|
12
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteModule, [typeof i1.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteModule, never, [typeof i1.CommonModule, typeof i2.OverlayModule, typeof i3.TooltipModule, typeof i4.AutoCompleteDirective, typeof i4.CustomAutoCompleteDirective, typeof i5.AutocompleteComponent, typeof i6.SuggestionComponent, typeof i7.AutocompletePlaceholderComponent, typeof i8.SuggestionGroupComponent, typeof i9.SuggestionGroupTitleDirective], [typeof i4.AutoCompleteDirective, typeof i4.CustomAutoCompleteDirective, typeof i5.AutocompleteComponent, typeof i6.SuggestionComponent, typeof i7.AutocompletePlaceholderComponent, typeof i8.SuggestionGroupComponent, typeof i9.SuggestionGroupTitleDirective]>;
|
|
14
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<AutocompleteModule>;
|
|
15
21
|
}
|
|
22
|
+
export declare const AUTOCOMPLETE_MODULE: readonly [typeof AutoCompleteDirective, typeof CustomAutoCompleteDirective, typeof AutocompleteComponent, typeof SuggestionComponent, typeof AutocompletePlaceholderComponent, typeof SuggestionGroupComponent, typeof SuggestionGroupTitleDirective];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SuggestionGroupTitleDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionGroupTitleDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SuggestionGroupTitleDirective, "[auiSuggestionGroupTitle]", ["auiSuggestionGroupTitle"], {}, {}, never, never,
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SuggestionGroupTitleDirective, "[auiSuggestionGroupTitle]", ["auiSuggestionGroupTitle"], {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -23,6 +23,6 @@ export declare class SuggestionComponent {
|
|
|
23
23
|
focus(): void;
|
|
24
24
|
blur(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionComponent, "aui-suggestion", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"],
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionComponent, "aui-suggestion", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27
27
|
static ngAcceptInputType_disabled: unknown;
|
|
28
28
|
}
|
|
@@ -7,5 +7,5 @@ export declare class SuggestionGroupComponent implements AfterContentInit {
|
|
|
7
7
|
hasVisibleSuggestion$: Observable<boolean>;
|
|
8
8
|
ngAfterContentInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionGroupComponent, "aui-suggestion-group", never, {}, {}, ["suggestions"], ["[auiSuggestionGroupTitle]", "*"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionGroupComponent, "aui-suggestion-group", never, {}, {}, ["suggestions"], ["[auiSuggestionGroupTitle]", "*"], true, never>;
|
|
11
11
|
}
|
|
@@ -27,6 +27,6 @@ export declare class BackTopComponent {
|
|
|
27
27
|
scrollToTop(duration: number): void;
|
|
28
28
|
getTarget(target: TargetType): Element | Window;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackTopComponent, [{ optional: true; }]>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackTopComponent, "aui-back-top", never, { "visibilityHeight": { "alias": "visibilityHeight"; "required": false; }; "position": { "alias": "position"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "click": "click"; }, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BackTopComponent, "aui-back-top", never, { "visibilityHeight": { "alias": "visibilityHeight"; "required": false; }; "position": { "alias": "position"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "click": "click"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
32
32
|
export {};
|
|
@@ -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 "@angular/common";
|
|
3
|
+
import * as i2 from "../icon/icon.module";
|
|
4
|
+
import * as i3 from "../button/button.module";
|
|
5
|
+
import * as i4 from "./back-top.component";
|
|
6
6
|
export declare class BackTopModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackTopModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BackTopModule, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BackTopModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.ButtonModule, typeof i4.BackTopComponent], [typeof i4.BackTopComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<BackTopModule>;
|
|
10
10
|
}
|
|
@@ -10,5 +10,5 @@ export declare class BreadcrumbItemComponent {
|
|
|
10
10
|
private _separatorIcon;
|
|
11
11
|
constructor(cdr: ChangeDetectorRef);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "aui-breadcrumb-item", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "aui-breadcrumb-item", never, {}, {}, never, ["*"], true, never>;
|
|
14
14
|
}
|
|
@@ -11,5 +11,5 @@ export declare class BreadcrumbComponent implements AfterContentInit {
|
|
|
11
11
|
private _separatorIcon;
|
|
12
12
|
ngAfterContentInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "aui-breadcrumb", never, { "separator": { "alias": "separator"; "required": false; }; "separatorIcon": { "alias": "separatorIcon"; "required": false; }; }, {}, ["items"], ["*"],
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "aui-breadcrumb", never, { "separator": { "alias": "separator"; "required": false; }; "separatorIcon": { "alias": "separatorIcon"; "required": false; }; }, {}, ["items"], ["*"], true, never>;
|
|
15
15
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { BreadcrumbItemComponent } from './breadcrumb-item.component';
|
|
2
|
+
import { BreadcrumbComponent } from './breadcrumb.component';
|
|
1
3
|
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 "
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "../icon/icon.module";
|
|
6
|
+
import * as i3 from "./breadcrumb.component";
|
|
7
|
+
import * as i4 from "./breadcrumb-item.component";
|
|
6
8
|
export declare class BreadcrumbModule {
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.BreadcrumbComponent, typeof i4.BreadcrumbItemComponent], [typeof i3.BreadcrumbComponent, typeof i4.BreadcrumbItemComponent]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
10
12
|
}
|
|
13
|
+
export declare const BREADCRUMB_MODULE: readonly [typeof BreadcrumbComponent, typeof BreadcrumbItemComponent];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ButtonGroupComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "aui-button-group", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "aui-button-group", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
@@ -29,5 +29,5 @@ export declare class ButtonComponent implements OnDestroy {
|
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
private switchAssertClass;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[aui-button]", never, { "type": { "alias": "aui-button"; "required": false; }; "size": { "alias": "size"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "round": { "alias": "round"; "required": false; }; "square": { "alias": "square"; "required": false; }; }, {}, never, ["*"],
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[aui-button]", never, { "type": { "alias": "aui-button"; "required": false; }; "size": { "alias": "size"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "round": { "alias": "round"; "required": false; }; "square": { "alias": "square"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
33
33
|
}
|
|
@@ -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 "@angular/common";
|
|
3
|
+
import * as i2 from "../icon/icon.module";
|
|
4
|
+
import * as i3 from "./button.component";
|
|
5
|
+
import * as i4 from "./button-group/button-group.component";
|
|
6
6
|
export declare class ButtonModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.ButtonComponent, typeof i4.ButtonGroupComponent], [typeof i3.ButtonComponent, typeof i4.ButtonGroupComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
|
|
10
10
|
}
|
package/card/card.component.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardComponent {
|
|
3
3
|
divider: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "aui-card", never, { "divider": { "alias": "divider"; "required": false; }; }, {}, never, ["[auiCardHeader]", "*", "[auiCardFooter]"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "aui-card", never, { "divider": { "alias": "divider"; "required": false; }; }, {}, never, ["[auiCardHeader]", "*", "[auiCardFooter]"], true, never>;
|
|
6
6
|
}
|
package/card/card.module.d.ts
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
import { CardComponent } from './card.component';
|
|
2
|
+
import { CardFooterDirective, CardHeaderDirective, SectionTitleDirective } from './helper-directives';
|
|
3
|
+
import { SectionComponent } from './section.component';
|
|
1
4
|
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 "
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
import * as i2 from "./card.component";
|
|
7
|
+
import * as i3 from "./helper-directives";
|
|
8
|
+
import * as i4 from "./section.component";
|
|
6
9
|
export declare class CardModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CommonModule, typeof i2.CardComponent, typeof i3.CardHeaderDirective, typeof i3.CardFooterDirective, typeof i4.SectionComponent, typeof i3.SectionTitleDirective], [typeof i2.CardComponent, typeof i3.CardHeaderDirective, typeof i3.CardFooterDirective, typeof i4.SectionComponent, typeof i3.SectionTitleDirective]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
10
13
|
}
|
|
14
|
+
export declare const CARD_MODULE: readonly [typeof CardComponent, typeof CardHeaderDirective, typeof CardFooterDirective, typeof SectionComponent, typeof SectionTitleDirective];
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardHeaderDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "[auiCardHeader]", never, {}, {}, never, never,
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "[auiCardHeader]", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
6
6
|
export declare class CardFooterDirective {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterDirective, "[auiCardFooter]", never, {}, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterDirective, "[auiCardFooter]", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
10
10
|
export declare class SectionTitleDirective {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SectionTitleDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SectionTitleDirective, "[auiSectionTitle]", never, {}, {}, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SectionTitleDirective, "[auiSectionTitle]", never, {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SectionComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "aui-section", never, {}, {}, never, ["[auiSectionTitle]", "*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "aui-section", never, {}, {}, never, ["[auiSectionTitle]", "*"], true, never>;
|
|
5
5
|
}
|
|
@@ -12,5 +12,5 @@ export declare class CheckboxGroupComponent<T> extends CommonFormControl<T[]> {
|
|
|
12
12
|
onCheckboxChange(checkbox: CheckboxComponent<T>): void;
|
|
13
13
|
onCheckboxBlur(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupComponent<any>, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent<any>, "aui-checkbox-group", never, { "direction": { "alias": "direction"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; }, {}, ["checkboxes"], ["*"],
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent<any>, "aui-checkbox-group", never, { "direction": { "alias": "direction"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; }, {}, ["checkboxes"], ["*"], true, never>;
|
|
16
16
|
}
|
|
@@ -24,5 +24,5 @@ export declare class CheckboxComponent<T> extends CommonFormControl<boolean> imp
|
|
|
24
24
|
onClick(): void;
|
|
25
25
|
onBlur(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent<any>, [null, { optional: true; }, null]>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent<any>, "aui-checkbox", never, { "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, {}, never, ["*"],
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent<any>, "aui-checkbox", never, { "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
28
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { CheckboxGroupComponent } from './checkbox-group/checkbox-group.component';
|
|
2
|
+
import { CheckboxComponent } from './checkbox.component';
|
|
1
3
|
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 "
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "../icon/icon.module";
|
|
6
|
+
import * as i3 from "./checkbox.component";
|
|
7
|
+
import * as i4 from "./checkbox-group/checkbox-group.component";
|
|
6
8
|
export declare class CheckboxModule {
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.CheckboxComponent, typeof i4.CheckboxGroupComponent], [typeof i3.CheckboxComponent, typeof i4.CheckboxGroupComponent]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
|
|
10
12
|
}
|
|
13
|
+
export declare const CHECKBOX_MODULE: readonly [typeof CheckboxComponent, typeof CheckboxGroupComponent];
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ColorPickerComponent extends CommonFormControl<string> {
|
|
4
4
|
onInput(event: Event): void;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "aui-color-picker", never, {}, {}, never, never,
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "aui-color-picker", never, {}, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "./color-picker.component";
|
|
5
5
|
export declare class ColorPickerModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.ColorPickerComponent], [typeof i3.ColorPickerComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerModule>;
|
|
9
9
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import dayjs, { ConfigType, Dayjs } from 'dayjs';
|
|
3
3
|
import { CommonFormControl } from '../../../form/common-form';
|
|
4
|
-
import { TimePickerModel } from '../../../time-picker
|
|
4
|
+
import { TimePickerModel } from '../../../time-picker';
|
|
5
5
|
import { DateNavRange, DisabledTimeFn } from '../../date-picker.type';
|
|
6
6
|
import { DatePickerType } from '../constant';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -40,5 +40,5 @@ export declare class DatePickerPanelComponent extends CommonFormControl<Dayjs> {
|
|
|
40
40
|
clearValue(): void;
|
|
41
41
|
private _disabledTimeFn;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerPanelComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerPanelComponent, "aui-date-picker-panel", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "extraFooter": { "alias": "extraFooter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "confirm": "confirm"; "clear": "clear"; }, never, never,
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerPanelComponent, "aui-date-picker-panel", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "extraFooter": { "alias": "extraFooter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "confirm": "confirm"; "clear": "clear"; }, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -7,5 +7,5 @@ export declare class CalendarFooterComponent {
|
|
|
7
7
|
confirm: EventEmitter<void>;
|
|
8
8
|
clear: EventEmitter<void>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarFooterComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooterComponent, "aui-calendar-footer", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "customAction": { "alias": "customAction"; "required": false; }; }, { "confirm": "confirm"; "clear": "clear"; }, never, ["*"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooterComponent, "aui-calendar-footer", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "customAction": { "alias": "customAction"; "required": false; }; }, { "confirm": "confirm"; "clear": "clear"; }, never, ["*"], true, never>;
|
|
11
11
|
}
|
|
@@ -19,5 +19,5 @@ export declare class CalendarHeaderComponent {
|
|
|
19
19
|
navHead(range: DateNavRange, value: number): void;
|
|
20
20
|
clickNav: (range: DateNavRange) => void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarHeaderComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarHeaderComponent, "aui-calendar-header", never, { "dateNavRange": { "alias": "dateNavRange"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "maxAvail": { "alias": "maxAvail"; "required": false; }; "minAvail": { "alias": "minAvail"; "required": false; }; }, { "navRangeChange": "navRangeChange"; "anchorChange": "anchorChange"; }, never, never,
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarHeaderComponent, "aui-calendar-header", never, { "dateNavRange": { "alias": "dateNavRange"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "maxAvail": { "alias": "maxAvail"; "required": false; }; "minAvail": { "alias": "minAvail"; "required": false; }; }, { "navRangeChange": "navRangeChange"; "anchorChange": "anchorChange"; }, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -31,5 +31,5 @@ export declare class PickerPanelComponent implements OnChanges {
|
|
|
31
31
|
selectValue(value: Dayjs): void;
|
|
32
32
|
trackByFn(): DateNavRange;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickerPanelComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickerPanelComponent, "aui-picker-panel", never, { "navRange": { "alias": "navRange"; "required": false; }; "type": { "alias": "type"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "matchDates": { "alias": "matchDates"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "select": "select"; "hovered": "hovered"; }, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickerPanelComponent, "aui-picker-panel", never, { "navRange": { "alias": "navRange"; "required": false; }; "type": { "alias": "type"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "matchDates": { "alias": "matchDates"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "select": "select"; "hovered": "hovered"; }, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -47,5 +47,5 @@ export declare class DateRangePickerPanelComponent extends CommonFormControl<Day
|
|
|
47
47
|
timeChange(time: TimePickerModel): void;
|
|
48
48
|
syncTime(): void;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerPanelComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerPanelComponent, "aui-date-range-picker-panel", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "clear": "clear"; "confirm": "confirm"; }, never, never,
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerPanelComponent, "aui-date-range-picker-panel", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "clear": "clear"; "confirm": "confirm"; }, never, never, true, never>;
|
|
51
51
|
}
|
|
@@ -30,5 +30,5 @@ export declare class DatePickerComponent extends CommonFormControl<ConfigType, D
|
|
|
30
30
|
clearValue(): void;
|
|
31
31
|
tooltipVisibleChange(visible: boolean): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "aui-date-picker", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "format": { "alias": "format"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "extraFooter": { "alias": "extraFooter"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never,
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "aui-date-picker", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "format": { "alias": "format"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "extraFooter": { "alias": "extraFooter"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "../input/input.module";
|
|
4
|
+
import * as i3 from "../button/button.module";
|
|
5
|
+
import * as i4 from "../tooltip/tooltip.module";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../time-picker/time-picker.module";
|
|
8
|
+
import * as i7 from "../icon/icon.module";
|
|
9
|
+
import * as i8 from "../i18n/i18n.module";
|
|
10
|
+
import * as i9 from "./calendar/header/component";
|
|
11
|
+
import * as i10 from "./calendar/footer/component";
|
|
12
|
+
import * as i11 from "./calendar/range-picker-panel/component";
|
|
13
|
+
import * as i12 from "./calendar/panel/picker-panel";
|
|
14
|
+
import * as i13 from "./range-picker/range-picker.component";
|
|
15
|
+
import * as i14 from "./calendar/date-picker-panel/component";
|
|
16
|
+
import * as i15 from "./date-picker/date-picker.component";
|
|
17
|
+
import * as i16 from "./trigger/trigger.component";
|
|
18
18
|
export declare class DatePickerModule {
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, [typeof i1.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, never, [typeof i1.CommonModule, typeof i2.InputModule, typeof i3.ButtonModule, typeof i4.TooltipModule, typeof i5.ReactiveFormsModule, typeof i5.FormsModule, typeof i6.TimePickerModule, typeof i7.IconModule, typeof i8.I18nModule, typeof i9.CalendarHeaderComponent, typeof i10.CalendarFooterComponent, typeof i11.DateRangePickerPanelComponent, typeof i12.PickerPanelComponent, typeof i13.RangePickerComponent, typeof i14.DatePickerPanelComponent, typeof i15.DatePickerComponent, typeof i16.DatePickerTriggerComponent], [typeof i9.CalendarHeaderComponent, typeof i10.CalendarFooterComponent, typeof i11.DateRangePickerPanelComponent, typeof i12.PickerPanelComponent, typeof i13.RangePickerComponent, typeof i14.DatePickerPanelComponent, typeof i15.DatePickerComponent, typeof i16.DatePickerTriggerComponent]>;
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
|
|
22
22
|
}
|
|
@@ -26,5 +26,5 @@ export declare class RangePickerComponent extends CommonFormControl<ConfigType[]
|
|
|
26
26
|
clearValue(): void;
|
|
27
27
|
tooltipVisibleChange(visible: boolean): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangePickerComponent, "aui-range-picker", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "format": { "alias": "format"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RangePickerComponent, "aui-range-picker", never, { "clearable": { "alias": "clearable"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "format": { "alias": "format"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "disabledTime": { "alias": "disabledTime"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, true, never>;
|
|
30
30
|
}
|