@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
|
@@ -7,19 +7,29 @@ import { TreeNodePlaceholderComponent } from './tree-node-placeholder.component'
|
|
|
7
7
|
import { TreeNodeComponent, TreeSelectComponent, } from './tree-select.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class TreeSelectModule {
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.
|
|
11
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: TreeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.3", ngImport: i0, type: TreeSelectModule, imports: [CommonModule,
|
|
12
|
+
TooltipModule,
|
|
13
|
+
IconModule,
|
|
14
|
+
InputModule,
|
|
15
|
+
TreeSelectComponent,
|
|
12
16
|
TreeNodeComponent,
|
|
13
|
-
TreeNodePlaceholderComponent],
|
|
17
|
+
TreeNodePlaceholderComponent], exports: [TreeSelectComponent,
|
|
14
18
|
TreeNodeComponent,
|
|
15
19
|
TreeNodePlaceholderComponent] });
|
|
16
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.
|
|
20
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: TreeSelectModule, imports: [CommonModule,
|
|
21
|
+
TooltipModule,
|
|
22
|
+
IconModule,
|
|
23
|
+
InputModule] });
|
|
17
24
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: TreeSelectModule, decorators: [{
|
|
19
26
|
type: NgModule,
|
|
20
27
|
args: [{
|
|
21
|
-
imports: [
|
|
22
|
-
|
|
28
|
+
imports: [
|
|
29
|
+
CommonModule,
|
|
30
|
+
TooltipModule,
|
|
31
|
+
IconModule,
|
|
32
|
+
InputModule,
|
|
23
33
|
TreeSelectComponent,
|
|
24
34
|
TreeNodeComponent,
|
|
25
35
|
TreeNodePlaceholderComponent,
|
|
@@ -31,4 +41,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
|
|
|
31
41
|
],
|
|
32
42
|
}]
|
|
33
43
|
}] });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZS1zZWxlY3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RyZWUtc2VsZWN0L3RyZWUtc2VsZWN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBQ3JDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFDdkMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUUzQyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNqRixPQUFPLEVBQ0wsaUJBQWlCLEVBQ2pCLG1CQUFtQixHQUNwQixNQUFNLHlCQUF5QixDQUFDOztBQWtCakMsTUFBTSxPQUFPLGdCQUFnQjt1R0FBaEIsZ0JBQWdCO3dHQUFoQixnQkFBZ0IsWUFkekIsWUFBWTtZQUNaLGFBQWE7WUFDYixVQUFVO1lBQ1YsV0FBVztZQUNYLG1CQUFtQjtZQUNuQixpQkFBaUI7WUFDakIsNEJBQTRCLGFBRzVCLG1CQUFtQjtZQUNuQixpQkFBaUI7WUFDakIsNEJBQTRCO3dHQUduQixnQkFBZ0IsWUFkekIsWUFBWTtZQUNaLGFBQWE7WUFDYixVQUFVO1lBQ1YsV0FBVzs7MkZBV0YsZ0JBQWdCO2tCQWhCNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixhQUFhO3dCQUNiLFVBQVU7d0JBQ1YsV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLGlCQUFpQjt3QkFDakIsNEJBQTRCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3dCQUNuQixpQkFBaUI7d0JBQ2pCLDRCQUE0QjtxQkFDN0I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24nO1xuaW1wb3J0IHsgSW5wdXRNb2R1bGUgfSBmcm9tICcuLi9pbnB1dCc7XG5pbXBvcnQgeyBUb29sdGlwTW9kdWxlIH0gZnJvbSAnLi4vdG9vbHRpcCc7XG5cbmltcG9ydCB7IFRyZWVOb2RlUGxhY2Vob2xkZXJDb21wb25lbnQgfSBmcm9tICcuL3RyZWUtbm9kZS1wbGFjZWhvbGRlci5jb21wb25lbnQnO1xuaW1wb3J0IHtcbiAgVHJlZU5vZGVDb21wb25lbnQsXG4gIFRyZWVTZWxlY3RDb21wb25lbnQsXG59IGZyb20gJy4vdHJlZS1zZWxlY3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBUb29sdGlwTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgSW5wdXRNb2R1bGUsXG4gICAgVHJlZVNlbGVjdENvbXBvbmVudCxcbiAgICBUcmVlTm9kZUNvbXBvbmVudCxcbiAgICBUcmVlTm9kZVBsYWNlaG9sZGVyQ29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgVHJlZVNlbGVjdENvbXBvbmVudCxcbiAgICBUcmVlTm9kZUNvbXBvbmVudCxcbiAgICBUcmVlTm9kZVBsYWNlaG9sZGVyQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBUcmVlU2VsZWN0TW9kdWxlIHt9XG4iXX0=
|