@alauda/ui 6.3.6-beta.1 → 6.3.6-beta.4
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/README.md +1 -1
- package/accordion/{public-api.d.ts → index.d.ts} +1 -1
- package/alauda-ui.d.ts +1 -1
- package/anchor/{public-api.d.ts → index.d.ts} +0 -0
- package/autocomplete/autocomplete.directive.d.ts +1 -1
- package/autocomplete/{public-api.d.ts → index.d.ts} +5 -5
- package/back-top/{public-api.d.ts → index.d.ts} +0 -0
- package/breadcrumb/{public-api.d.ts → index.d.ts} +1 -1
- package/button/{public-api.d.ts → index.d.ts} +2 -2
- package/card/{public-api.d.ts → index.d.ts} +1 -1
- package/checkbox/checkbox-group/checkbox-group.component.d.ts +2 -2
- package/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/{public-api.d.ts → index.d.ts} +1 -1
- package/color-picker/color-picker.component.d.ts +1 -1
- package/color-picker/{public-api.d.ts → index.d.ts} +0 -0
- package/date-picker/calendar/header/component.d.ts +1 -1
- package/date-picker/{public-api.d.ts → index.d.ts} +6 -6
- package/dialog/{public-api.d.ts → index.d.ts} +3 -3
- package/drawer/drawer.service.d.ts +1 -1
- package/drawer/{public-api.d.ts → index.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/{public-api.d.ts → index.d.ts} +4 -4
- package/dropdown/submenu/submenu.component.d.ts +1 -1
- package/esm2020/accordion/accordion-item/accordion-item.component.mjs +11 -11
- package/esm2020/accordion/accordion.component.mjs +5 -5
- package/esm2020/accordion/accordion.module.mjs +7 -7
- package/esm2020/accordion/index.mjs +4 -0
- package/esm2020/alauda-ui.mjs +2 -2
- package/esm2020/anchor/anchor.component.mjs +6 -6
- package/esm2020/anchor/anchor.directive.mjs +10 -11
- package/esm2020/anchor/anchor.module.mjs +4 -4
- package/esm2020/anchor/index.mjs +6 -0
- package/esm2020/autocomplete/autocomplete-placeholder.component.mjs +3 -3
- package/esm2020/autocomplete/autocomplete.component.mjs +6 -6
- package/esm2020/autocomplete/autocomplete.directive.mjs +8 -8
- package/esm2020/autocomplete/autocomplete.module.mjs +6 -6
- package/esm2020/autocomplete/helper-directives.mjs +3 -3
- package/esm2020/autocomplete/index.mjs +9 -0
- package/esm2020/autocomplete/suggestion/suggestion.component.mjs +3 -3
- package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +6 -6
- package/esm2020/back-top/back-top.component.mjs +5 -5
- package/esm2020/back-top/back-top.module.mjs +4 -4
- package/esm2020/back-top/index.mjs +3 -0
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +5 -5
- package/esm2020/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2020/breadcrumb/breadcrumb.module.mjs +6 -6
- package/esm2020/breadcrumb/index.mjs +4 -0
- package/esm2020/button/button-group/button-group.component.mjs +3 -3
- package/esm2020/button/button.component.mjs +5 -5
- package/esm2020/button/button.module.mjs +6 -6
- package/esm2020/button/index.mjs +5 -0
- package/esm2020/card/card.component.mjs +5 -5
- package/esm2020/card/card.module.mjs +4 -4
- package/esm2020/card/helper-directives.mjs +10 -11
- package/esm2020/card/index.mjs +5 -0
- package/esm2020/card/section.component.mjs +3 -3
- package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +5 -5
- package/esm2020/checkbox/checkbox.component.mjs +7 -7
- package/esm2020/checkbox/checkbox.module.mjs +6 -6
- package/esm2020/checkbox/index.mjs +4 -0
- package/esm2020/color-picker/color-picker.component.mjs +5 -5
- package/esm2020/color-picker/color-picker.module.mjs +4 -4
- package/esm2020/color-picker/index.mjs +3 -0
- package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +6 -6
- package/esm2020/date-picker/calendar/footer/component.mjs +5 -5
- package/esm2020/date-picker/calendar/header/component.mjs +6 -8
- package/esm2020/date-picker/calendar/panel/picker-panel.mjs +22 -16
- package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +6 -6
- package/esm2020/date-picker/calendar/util.mjs +20 -14
- package/esm2020/date-picker/date-picker/date-picker.component.mjs +4 -4
- package/esm2020/date-picker/date-picker.module.mjs +10 -10
- package/esm2020/date-picker/date-picker.type.mjs +1 -1
- package/esm2020/date-picker/index.mjs +12 -0
- package/esm2020/date-picker/range-picker/range-picker.component.mjs +4 -4
- package/esm2020/date-picker/trigger/trigger.component.mjs +5 -5
- package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +4 -6
- package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +3 -3
- package/esm2020/dialog/dialog-content/dialog-content.component.mjs +3 -3
- 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 +5 -5
- package/esm2020/dialog/dialog.module.mjs +7 -7
- package/esm2020/dialog/dialog.service.mjs +8 -6
- package/esm2020/dialog/index.mjs +12 -0
- package/esm2020/drawer/component/drawer.component.mjs +5 -5
- package/esm2020/drawer/component/helper-directives.mjs +9 -9
- package/esm2020/drawer/drawer.module.mjs +6 -6
- package/esm2020/drawer/drawer.service.mjs +4 -4
- package/esm2020/drawer/index.mjs +6 -0
- package/esm2020/dropdown/dropdown-active.directive.mjs +5 -5
- package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +5 -5
- package/esm2020/dropdown/dropdown.directive.mjs +5 -5
- package/esm2020/dropdown/dropdown.module.mjs +8 -8
- package/esm2020/dropdown/helper-directives.mjs +3 -3
- package/esm2020/dropdown/index.mjs +12 -0
- 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 +5 -5
- package/esm2020/dropdown/submenu/submenu.component.mjs +6 -6
- package/esm2020/form/common-form.mjs +4 -5
- package/esm2020/form/form-item/form-item.component.mjs +10 -8
- package/esm2020/form/form.directive.mjs +3 -3
- package/esm2020/form/form.module.mjs +4 -4
- package/esm2020/form/helper-directives.mjs +16 -17
- package/esm2020/form/index.mjs +7 -0
- 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/i18n/index.mjs +7 -0
- package/esm2020/icon/icon-register.service.mjs +5 -4
- package/esm2020/icon/icon.component.mjs +5 -5
- package/esm2020/icon/icon.module.mjs +6 -6
- package/esm2020/icon/index.mjs +4 -0
- package/esm2020/index.mjs +39 -0
- package/esm2020/inline-alert/helper-directives.mjs +3 -3
- package/esm2020/inline-alert/index.mjs +5 -0
- package/esm2020/inline-alert/inline-alert.component.mjs +5 -7
- package/esm2020/inline-alert/inline-alert.module.mjs +6 -6
- package/esm2020/input/autosize.directive.mjs +5 -5
- package/esm2020/input/helper-directives.mjs +12 -12
- package/esm2020/input/index.mjs +9 -0
- package/esm2020/input/input-group/input-group.component.mjs +5 -5
- package/esm2020/input/input.component.mjs +5 -5
- package/esm2020/input/input.module.mjs +8 -8
- package/esm2020/input/number-input/number-input.component.mjs +5 -5
- package/esm2020/input/search/search.component.mjs +5 -5
- package/esm2020/input/tags-input/tags-input.component.mjs +7 -7
- package/esm2020/input/tags-input/with-max-row-count.mjs +1 -1
- package/esm2020/input/utils/index.mjs +1 -1
- package/esm2020/message/base-message.mjs +1 -1
- package/esm2020/message/index.mjs +4 -0
- package/esm2020/message/message-wrapper.component.mjs +3 -3
- package/esm2020/message/message.component.mjs +5 -5
- package/esm2020/message/message.module.mjs +4 -4
- package/esm2020/message/message.service.mjs +3 -3
- package/esm2020/notification/index.mjs +5 -0
- package/esm2020/notification/notification-wrapper.component.mjs +3 -3
- package/esm2020/notification/notification.component.mjs +9 -9
- package/esm2020/notification/notification.config.mjs +1 -1
- package/esm2020/notification/notification.module.mjs +6 -6
- package/esm2020/notification/notification.service.mjs +3 -3
- package/esm2020/paginator/index.mjs +4 -0
- package/esm2020/paginator/paginator-intl.mjs +5 -4
- package/esm2020/paginator/paginator.component.mjs +5 -5
- package/esm2020/paginator/paginator.module.mjs +9 -9
- package/esm2020/radio/base-radio.mjs +4 -5
- package/esm2020/radio/index.mjs +6 -0
- package/esm2020/radio/radio-button/radio-button.component.mjs +5 -5
- package/esm2020/radio/radio-group/radio-group.component.mjs +5 -5
- package/esm2020/radio/radio.component.mjs +5 -5
- package/esm2020/radio/radio.module.mjs +6 -6
- package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +4 -4
- package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +6 -6
- package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +5 -5
- package/esm2020/scrolling/index.mjs +7 -0
- package/esm2020/scrolling/scrolling.module.mjs +4 -4
- package/esm2020/scrolling/virtual-for-of.directive.mjs +5 -7
- package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +6 -6
- package/esm2020/select/base-select.mjs +6 -7
- package/esm2020/select/helper-directives.mjs +8 -8
- package/esm2020/select/index.mjs +10 -0
- package/esm2020/select/multi-select/multi-select.component.mjs +7 -7
- package/esm2020/select/option/option.component.mjs +5 -5
- package/esm2020/select/option-group/option-group.component.mjs +6 -6
- package/esm2020/select/option-placeholder.component.mjs +3 -3
- package/esm2020/select/select.component.mjs +6 -6
- package/esm2020/select/select.module.mjs +10 -10
- package/esm2020/select/select.types.mjs +1 -1
- package/esm2020/select/validators.mjs +5 -5
- package/esm2020/shared/click-outside.directive.mjs +3 -3
- package/esm2020/shared/shared.module.mjs +4 -4
- package/esm2020/sort/index.mjs +6 -0
- package/esm2020/sort/sort-header.component.mjs +5 -5
- package/esm2020/sort/sort.directive.mjs +3 -3
- package/esm2020/sort/sort.module.mjs +4 -4
- package/esm2020/status-bar/index.mjs +4 -0
- package/esm2020/status-bar/status-bar.component.mjs +3 -3
- package/esm2020/status-bar/status-bar.module.mjs +6 -6
- package/esm2020/steps/index.mjs +4 -0
- package/esm2020/steps/steps.component.mjs +10 -11
- package/esm2020/steps/steps.module.mjs +6 -6
- package/esm2020/switch/index.mjs +3 -0
- package/esm2020/switch/switch.component.mjs +7 -7
- package/esm2020/switch/switch.module.mjs +4 -4
- package/esm2020/table/index.mjs +15 -0
- package/esm2020/table/table-cell-def.directive.mjs +3 -3
- package/esm2020/table/table-cell.component.mjs +6 -6
- package/esm2020/table/table-cell.directive.mjs +5 -5
- package/esm2020/table/table-column-def.directive.mjs +3 -3
- package/esm2020/table/table-header-cell-def.directive.mjs +3 -3
- package/esm2020/table/table-header-cell.directive.mjs +5 -5
- package/esm2020/table/table-header-row-def.directive.mjs +3 -3
- package/esm2020/table/table-header-row.component.mjs +3 -3
- package/esm2020/table/table-placeholder.directive.mjs +8 -8
- package/esm2020/table/table-row-def.directive.mjs +3 -3
- package/esm2020/table/table-row.component.mjs +3 -3
- package/esm2020/table/table-scroll.directive.mjs +7 -7
- package/esm2020/table/table.component.mjs +9 -11
- package/esm2020/table/table.module.mjs +10 -10
- package/esm2020/table-of-contents/index.mjs +5 -0
- package/esm2020/table-of-contents/table-of-contents.module.mjs +4 -4
- package/esm2020/table-of-contents/toc-container.directive.mjs +3 -3
- package/esm2020/table-of-contents/toc-content.directive.mjs +3 -3
- package/esm2020/table-of-contents/toc-link.directive.mjs +7 -10
- package/esm2020/tabs/index.mjs +9 -0
- package/esm2020/tabs/tab-body.component.mjs +23 -23
- package/esm2020/tabs/tab-context.service.mjs +3 -3
- package/esm2020/tabs/tab-group.component.mjs +6 -6
- package/esm2020/tabs/tab-header-active-indicator.component.mjs +3 -3
- package/esm2020/tabs/tab-header.component.mjs +5 -5
- package/esm2020/tabs/tab.component.mjs +5 -5
- package/esm2020/tabs/tabs.module.mjs +7 -7
- package/esm2020/tag/check-tag/check-tag.component.mjs +3 -3
- package/esm2020/tag/index.mjs +5 -0
- package/esm2020/tag/tag.component.mjs +5 -5
- package/esm2020/tag/tag.module.mjs +6 -6
- package/esm2020/theme/index.mjs +6 -0
- package/esm2020/theme/theme.module.mjs +4 -4
- package/esm2020/theme/theme.pipe.mjs +12 -12
- package/esm2020/theme/theme.service.mjs +3 -3
- package/esm2020/time-picker/component.mjs +6 -6
- package/esm2020/time-picker/index.mjs +6 -0
- package/esm2020/time-picker/panel/panel.component.mjs +7 -7
- package/esm2020/time-picker/time-picker.module.mjs +10 -10
- package/esm2020/tooltip/base-tooltip.mjs +4 -5
- package/esm2020/tooltip/index.mjs +9 -0
- package/esm2020/tooltip/tooltip-active.directive.mjs +3 -3
- package/esm2020/tooltip/tooltip-copy.directive.mjs +5 -6
- package/esm2020/tooltip/tooltip-intl.mjs +5 -4
- package/esm2020/tooltip/tooltip.component.mjs +4 -4
- package/esm2020/tooltip/tooltip.directive.mjs +8 -9
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tooltip/utils/index.mjs +1 -1
- package/esm2020/tree-select/index.mjs +5 -0
- package/esm2020/tree-select/tree-node-placeholder.component.mjs +3 -3
- package/esm2020/tree-select/tree-select.component.mjs +15 -18
- package/esm2020/tree-select/tree-select.module.mjs +9 -9
- package/esm2020/utils/fn.mjs +1 -1
- package/fesm2015/alauda-ui.mjs +9021 -9026
- package/fesm2015/alauda-ui.mjs.map +1 -1
- package/fesm2020/alauda-ui.mjs +9113 -9118
- package/fesm2020/alauda-ui.mjs.map +1 -1
- package/form/form-item/form-item.component.d.ts +2 -1
- package/form/{public-api.d.ts → index.d.ts} +3 -3
- package/i18n/{public-api.d.ts → index.d.ts} +1 -1
- package/icon/{public-api.d.ts → index.d.ts} +0 -0
- package/index.d.ts +38 -0
- package/inline-alert/{public-api.d.ts → index.d.ts} +2 -2
- package/input/{public-api.d.ts → index.d.ts} +4 -4
- package/input/number-input/number-input.component.d.ts +1 -1
- package/input/tags-input/tags-input.component.d.ts +1 -1
- package/message/{public-api.d.ts → index.d.ts} +1 -1
- package/notification/{public-api.d.ts → index.d.ts} +2 -2
- package/notification/notification.component.d.ts +1 -2
- package/notification/notification.config.d.ts +1 -1
- package/package.json +2 -2
- package/paginator/{public-api.d.ts → index.d.ts} +1 -1
- package/radio/{public-api.d.ts → index.d.ts} +2 -2
- package/radio/radio-group/radio-group.component.d.ts +1 -1
- package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
- package/scrolling/{public-api.d.ts → index.d.ts} +2 -2
- package/select/base-select.d.ts +2 -2
- package/select/helper-directives.d.ts +1 -1
- package/select/{public-api.d.ts → index.d.ts} +6 -6
- package/select/select.component.d.ts +1 -1
- package/select/select.types.d.ts +1 -2
- package/sort/{public-api.d.ts → index.d.ts} +3 -3
- package/src/table-of-contents/README.md +19 -4
- package/status-bar/{public-api.d.ts → index.d.ts} +0 -0
- package/steps/{public-api.d.ts → index.d.ts} +1 -1
- package/switch/{public-api.d.ts → index.d.ts} +0 -0
- package/switch/switch.component.d.ts +1 -1
- package/table/{public-api.d.ts → index.d.ts} +9 -9
- package/table/table-placeholder.directive.d.ts +3 -3
- package/table/table.component.d.ts +2 -2
- package/table/table.module.d.ts +1 -1
- package/table-of-contents/{public-api.d.ts → index.d.ts} +0 -0
- package/tabs/{public-api.d.ts → index.d.ts} +5 -5
- package/tabs/tab.component.d.ts +1 -1
- package/tag/{public-api.d.ts → index.d.ts} +2 -2
- package/theme/_pattern.scss +4 -0
- package/theme/{public-api.d.ts → index.d.ts} +1 -1
- package/time-picker/component.d.ts +1 -1
- package/time-picker/{public-api.d.ts → index.d.ts} +2 -2
- package/tooltip/{public-api.d.ts → index.d.ts} +4 -4
- package/tooltip/tooltip.directive.d.ts +1 -3
- package/tree-select/{public-api.d.ts → index.d.ts} +2 -2
- package/tree-select/tree-select.component.d.ts +3 -3
- package/esm2020/accordion/public-api.mjs +0 -4
- package/esm2020/anchor/public-api.mjs +0 -6
- package/esm2020/autocomplete/public-api.mjs +0 -9
- package/esm2020/back-top/public-api.mjs +0 -3
- package/esm2020/breadcrumb/public-api.mjs +0 -4
- package/esm2020/button/public-api.mjs +0 -5
- package/esm2020/card/public-api.mjs +0 -5
- package/esm2020/checkbox/public-api.mjs +0 -4
- package/esm2020/color-picker/public-api.mjs +0 -3
- package/esm2020/date-picker/public-api.mjs +0 -12
- package/esm2020/dialog/public-api.mjs +0 -12
- package/esm2020/drawer/public-api.mjs +0 -6
- package/esm2020/dropdown/public-api.mjs +0 -12
- package/esm2020/form/public-api.mjs +0 -7
- package/esm2020/i18n/public-api.mjs +0 -7
- package/esm2020/icon/public-api.mjs +0 -4
- package/esm2020/inline-alert/public-api.mjs +0 -5
- package/esm2020/input/public-api.mjs +0 -9
- package/esm2020/message/public-api.mjs +0 -4
- package/esm2020/notification/public-api.mjs +0 -5
- package/esm2020/paginator/public-api.mjs +0 -4
- package/esm2020/public-api.mjs +0 -39
- package/esm2020/radio/public-api.mjs +0 -6
- package/esm2020/scrolling/public-api.mjs +0 -7
- package/esm2020/select/public-api.mjs +0 -10
- package/esm2020/sort/public-api.mjs +0 -6
- package/esm2020/status-bar/public-api.mjs +0 -4
- package/esm2020/steps/public-api.mjs +0 -4
- package/esm2020/switch/public-api.mjs +0 -3
- package/esm2020/table/public-api.mjs +0 -15
- package/esm2020/table-of-contents/public-api.mjs +0 -5
- package/esm2020/tabs/public-api.mjs +0 -9
- package/esm2020/tag/public-api.mjs +0 -5
- package/esm2020/theme/public-api.mjs +0 -6
- package/esm2020/time-picker/public-api.mjs +0 -6
- package/esm2020/tooltip/public-api.mjs +0 -9
- package/esm2020/tree-select/public-api.mjs +0 -5
- package/public-api.d.ts +0 -38
package/README.md
CHANGED
package/alauda-ui.d.ts
CHANGED
|
File without changes
|
|
@@ -2,7 +2,7 @@ import { Overlay } from '@angular/cdk/overlay';
|
|
|
2
2
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2, ViewContainerRef } from '@angular/core';
|
|
3
3
|
import { NgControl } from '@angular/forms';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
import { BaseTooltip } from '../tooltip
|
|
5
|
+
import { BaseTooltip } from '../tooltip';
|
|
6
6
|
import { AutocompleteComponent } from './autocomplete.component';
|
|
7
7
|
import { AutoCompleteContext, SuggestionFilterFn } from './autocomplete.types';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './autocomplete.directive';
|
|
2
1
|
export * from './autocomplete.component';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './suggestion-group/suggestion-group.component';
|
|
5
|
-
export * from './autocomplete-placeholder.component';
|
|
6
|
-
export * from './helper-directives';
|
|
2
|
+
export * from './autocomplete.directive';
|
|
7
3
|
export * from './autocomplete.module';
|
|
8
4
|
export * from './autocomplete.types';
|
|
5
|
+
export * from './autocomplete-placeholder.component';
|
|
6
|
+
export * from './helper-directives';
|
|
7
|
+
export * from './suggestion/suggestion.component';
|
|
8
|
+
export * from './suggestion-group/suggestion-group.component';
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
|
-
import { CommonFormControl } from '../../form
|
|
3
|
-
import { TrackFn } from '../../select
|
|
2
|
+
import { CommonFormControl } from '../../form';
|
|
3
|
+
import { TrackFn } from '../../select';
|
|
4
4
|
import { CheckboxComponent } from '../checkbox.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CheckboxGroupComponent<T> extends CommonFormControl<T[]> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
2
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { CommonFormControl } from '../form
|
|
3
|
+
import { CommonFormControl } from '../form';
|
|
4
4
|
import { CheckboxGroupComponent } from './checkbox-group/checkbox-group.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CheckboxComponent<T> extends CommonFormControl<boolean> implements AfterViewInit, OnDestroy {
|
|
File without changes
|
|
@@ -15,7 +15,7 @@ export declare class CalendarHeaderComponent {
|
|
|
15
15
|
bem: import("../../../utils").Bem;
|
|
16
16
|
DateNavRange: typeof DateNavRange;
|
|
17
17
|
shouldShowNav(type: DateNavRange, side: Side): boolean;
|
|
18
|
-
compareNavValue(type: DateNavRange, constrain: Dayjs, anchor: Dayjs):
|
|
18
|
+
compareNavValue(type: DateNavRange, constrain: Dayjs, anchor: Dayjs): 1 | 0 | -1;
|
|
19
19
|
navHead(range: DateNavRange, value: number): void;
|
|
20
20
|
clickNav: (range: DateNavRange) => void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarHeaderComponent, never>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './date-picker.type';
|
|
1
|
+
export * from './calendar/constant';
|
|
2
|
+
export * from './calendar/date-picker-panel/component';
|
|
4
3
|
export * from './calendar/footer/component';
|
|
5
4
|
export * from './calendar/header/component';
|
|
6
5
|
export * from './calendar/panel/picker-panel';
|
|
7
6
|
export * from './calendar/range-picker-panel/component';
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './trigger/trigger.component';
|
|
7
|
+
export * from './date-picker.module';
|
|
8
|
+
export * from './date-picker.type';
|
|
11
9
|
export * from './date-picker/date-picker.component';
|
|
10
|
+
export * from './range-picker/range-picker.component';
|
|
11
|
+
export * from './trigger/trigger.component';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
export * from './confirm-dialog/confirm-dialog-config';
|
|
2
|
+
export * from './dialog.component';
|
|
1
3
|
export * from './dialog.module';
|
|
2
4
|
export * from './dialog.service';
|
|
3
5
|
export * from './dialog.types';
|
|
4
|
-
export * from './dialog-ref';
|
|
5
6
|
export * from './dialog-config';
|
|
6
|
-
export * from './confirm-dialog/confirm-dialog-config';
|
|
7
7
|
export * from './dialog-content/dialog-close.directive';
|
|
8
8
|
export * from './dialog-content/dialog-content.component';
|
|
9
9
|
export * from './dialog-content/dialog-footer.component';
|
|
10
10
|
export * from './dialog-content/dialog-header.component';
|
|
11
|
-
export * from './dialog
|
|
11
|
+
export * from './dialog-ref';
|
|
@@ -2,7 +2,7 @@ import { Overlay } from '@angular/cdk/overlay';
|
|
|
2
2
|
import { ComponentType } from '@angular/cdk/portal';
|
|
3
3
|
import { TemplateRef } from '@angular/core';
|
|
4
4
|
import { DrawerComponent } from './component/drawer.component';
|
|
5
|
-
import { DrawerSize } from '
|
|
5
|
+
import { DrawerSize } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export interface DrawerOptions<T = any, D = any> {
|
|
8
8
|
title?: string | TemplateRef<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './drawer.module';
|
|
2
1
|
export * from './component/drawer.component';
|
|
3
|
-
export * from './drawer.service';
|
|
4
|
-
export * from './component/helper-directives';
|
|
5
2
|
export * from './component/drawer-ref';
|
|
3
|
+
export * from './component/helper-directives';
|
|
4
|
+
export * from './drawer.module';
|
|
5
|
+
export * from './drawer.service';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ButtonType } from '../../button
|
|
2
|
+
import { ButtonType } from '../../button';
|
|
3
3
|
import { ComponentSize } from '../../types';
|
|
4
4
|
import { Bem } from '../../utils';
|
|
5
5
|
import { MenuComponent } from '../menu/menu.component';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Overlay } from '@angular/cdk/overlay';
|
|
2
2
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnInit, Renderer2, ViewContainerRef } from '@angular/core';
|
|
3
|
-
import { BaseTooltip } from '../tooltip
|
|
3
|
+
import { BaseTooltip } from '../tooltip';
|
|
4
4
|
import { MenuComponent } from './menu/menu.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DropdownDirective extends BaseTooltip implements OnInit {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export * from './dropdown.directive';
|
|
2
|
+
export * from './dropdown.module';
|
|
3
|
+
export * from './dropdown.types';
|
|
2
4
|
export * from './dropdown-active.directive';
|
|
3
5
|
export * from './dropdown-button/dropdown-button.component';
|
|
6
|
+
export * from './helper-directives';
|
|
4
7
|
export * from './menu/menu.component';
|
|
5
|
-
export * from './menu-group/menu-group.component';
|
|
6
8
|
export * from './menu/menu-content.directive';
|
|
9
|
+
export * from './menu-group/menu-group.component';
|
|
7
10
|
export * from './menu-item/menu-item.component';
|
|
8
11
|
export * from './submenu/submenu.component';
|
|
9
|
-
export * from './dropdown.module';
|
|
10
|
-
export * from './dropdown.types';
|
|
11
|
-
export * from './helper-directives';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TooltipTrigger } from '../../tooltip
|
|
2
|
+
import { TooltipTrigger } from '../../tooltip';
|
|
3
3
|
import { ComponentSize } from '../../types';
|
|
4
4
|
import { Bem } from '../../utils';
|
|
5
5
|
import { MenuItemComponent } from '../menu-item/menu-item.component';
|
|
@@ -9,9 +9,9 @@ import * as i3 from "../../icon/icon.component";
|
|
|
9
9
|
import * as i4 from "@angular/common";
|
|
10
10
|
export class AccordionItemHeaderDirective {
|
|
11
11
|
}
|
|
12
|
-
AccordionItemHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
13
|
-
AccordionItemHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
12
|
+
AccordionItemHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionItemHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13
|
+
AccordionItemHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AccordionItemHeaderDirective, selector: "[auiAccordionItemHeader]", ngImport: i0 });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionItemHeaderDirective, decorators: [{
|
|
15
15
|
type: Directive,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: '[auiAccordionItemHeader]',
|
|
@@ -19,9 +19,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImpor
|
|
|
19
19
|
}] });
|
|
20
20
|
export class AccordionItemContentDirective {
|
|
21
21
|
}
|
|
22
|
-
AccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
23
|
-
AccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
22
|
+
AccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
+
AccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AccordionItemContentDirective, selector: "[auiAccordionContent]", ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionItemContentDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: '[auiAccordionContent]',
|
|
@@ -44,15 +44,15 @@ export class AccordionItemComponent extends CdkAccordionItem {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
AccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
48
|
-
AccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2
|
|
47
|
+
AccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionItemComponent, deps: [{ token: i1.AccordionComponent }, { token: i0.ChangeDetectorRef }, { token: i2.UniqueSelectionDispatcher }], target: i0.ɵɵFactoryTarget.Component });
|
|
48
|
+
AccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AccordionItemComponent, selector: "aui-accordion-item", inputs: { background: "background" }, queries: [{ propertyName: "_lazyContentTpl", first: true, predicate: AccordionItemContentDirective, descendants: true, read: TemplateRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"aui-accordion-item\">\n <div class=\"aui-accordion-item__header\">\n <button\n type=\"button\"\n class=\"aui-accordion-item__expand-button\"\n [class.isExpanded]=\"expanded\"\n [disabled]=\"disabled\"\n (click)=\"toggle()\"\n >\n <aui-icon icon=\"angle_right\"></aui-icon>\n </button>\n <div\n class=\"aui-accordion-item__header-content\"\n [class.aui-accordion-item__header-content--expanded]=\"expanded\"\n >\n <ng-content select=\"[auiAccordionItemHeader]\"></ng-content>\n </div>\n </div>\n <div\n *ngIf=\"expanded\"\n class=\"aui-accordion-item__body\"\n [id]=\"id\"\n [@expand]=\"expanded ? 'expanded' : 'collapsed'\"\n >\n <div\n class=\"aui-accordion-item__content\"\n [class.hasBackground]=\"background\"\n >\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]=\"lazyContentTpl\"></ng-template>\n </div>\n </div>\n</div>\n", styles: [".aui-accordion-item{display:block;padding:20px;border:1px solid rgb(var(--aui-color-n-7));border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-10))}.aui-accordion-item__expand-button{display:inline-flex;justify-content:center;align-items:center;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m);font-size:var(--aui-icon-size-m);line-height:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6));border-radius:50%;border:none;cursor:pointer;transition:transform .1s ease-in-out}.aui-accordion-item__expand-button aui-icon{display:block;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m)}.aui-accordion-item__expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-accordion-item__expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-accordion-item__expand-button.isExpanded{transform:rotate(90deg);color:#fff;background-color:rgb(var(--aui-color-primary))}.aui-accordion-item__expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-accordion-item__expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-accordion-item__expand-button[disabled],.aui-accordion-item__expand-button.isExpanded[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-accordion-item__expand-button:first-child{margin-right:20px}.aui-accordion-item__expand-button:last-child{margin-left:20px}.aui-accordion-item__header{display:inline-flex;align-items:center;width:100%;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);color:rgb(var(--aui-color-main-text))}.aui-accordion-item__header-content{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-accordion-item__body{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content{margin-top:16px;border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}aui-accordion-item+aui-accordion-item .aui-accordion-item{margin-top:var(--aui-spacing-m)}\n"], components: [{ type: i3.IconComponent, selector: "aui-icon", inputs: ["icon", "light", "dark", "link", "margin", "size", "color", "background", "backgroundColor"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], viewProviders: [AccordionItemComponent], animations: [
|
|
49
49
|
trigger('expand', [
|
|
50
50
|
state('*', style({ height: 0 })),
|
|
51
51
|
state('expanded', style({ height: '*' })),
|
|
52
52
|
transition('* <=> expanded', [animate('0.1s ease-in-out')]),
|
|
53
53
|
]),
|
|
54
54
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionItemComponent, decorators: [{
|
|
56
56
|
type: Component,
|
|
57
57
|
args: [{ selector: 'aui-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, preserveWhitespaces: false, animations: [
|
|
58
58
|
trigger('expand', [
|
|
@@ -60,7 +60,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImpor
|
|
|
60
60
|
state('expanded', style({ height: '*' })),
|
|
61
61
|
transition('* <=> expanded', [animate('0.1s ease-in-out')]),
|
|
62
62
|
]),
|
|
63
|
-
], viewProviders: [AccordionItemComponent], template: "<div class=\"aui-accordion-item\">\n <div class=\"aui-accordion-item__header\">\n <button\n type=\"button\"\n class=\"aui-accordion-item__expand-button\"\n [class.isExpanded]=\"expanded\"\n [disabled]=\"disabled\"\n (click)=\"toggle()\"\n >\n <aui-icon icon=\"angle_right\"></aui-icon>\n </button>\n <div\n class=\"aui-accordion-item__header-content\"\n [class.aui-accordion-item__header-content--expanded]=\"expanded\"\n >\n <ng-content select=\"[auiAccordionItemHeader]\"></ng-content>\n </div>\n </div>\n <div\n *ngIf=\"expanded\"\n class=\"aui-accordion-item__body\"\n [id]=\"id\"\n [@expand]=\"expanded ? 'expanded' : 'collapsed'\"\n >\n <div
|
|
63
|
+
], viewProviders: [AccordionItemComponent], template: "<div class=\"aui-accordion-item\">\n <div class=\"aui-accordion-item__header\">\n <button\n type=\"button\"\n class=\"aui-accordion-item__expand-button\"\n [class.isExpanded]=\"expanded\"\n [disabled]=\"disabled\"\n (click)=\"toggle()\"\n >\n <aui-icon icon=\"angle_right\"></aui-icon>\n </button>\n <div\n class=\"aui-accordion-item__header-content\"\n [class.aui-accordion-item__header-content--expanded]=\"expanded\"\n >\n <ng-content select=\"[auiAccordionItemHeader]\"></ng-content>\n </div>\n </div>\n <div\n *ngIf=\"expanded\"\n class=\"aui-accordion-item__body\"\n [id]=\"id\"\n [@expand]=\"expanded ? 'expanded' : 'collapsed'\"\n >\n <div\n class=\"aui-accordion-item__content\"\n [class.hasBackground]=\"background\"\n >\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]=\"lazyContentTpl\"></ng-template>\n </div>\n </div>\n</div>\n", styles: [".aui-accordion-item{display:block;padding:20px;border:1px solid rgb(var(--aui-color-n-7));border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-10))}.aui-accordion-item__expand-button{display:inline-flex;justify-content:center;align-items:center;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m);font-size:var(--aui-icon-size-m);line-height:var(--aui-icon-size-m);color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-p-6));border-radius:50%;border:none;cursor:pointer;transition:transform .1s ease-in-out}.aui-accordion-item__expand-button aui-icon{display:block;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m)}.aui-accordion-item__expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-accordion-item__expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-accordion-item__expand-button.isExpanded{transform:rotate(90deg);color:#fff;background-color:rgb(var(--aui-color-primary))}.aui-accordion-item__expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-accordion-item__expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-accordion-item__expand-button[disabled],.aui-accordion-item__expand-button.isExpanded[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-accordion-item__expand-button:first-child{margin-right:20px}.aui-accordion-item__expand-button:last-child{margin-left:20px}.aui-accordion-item__header{display:inline-flex;align-items:center;width:100%;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);color:rgb(var(--aui-color-main-text))}.aui-accordion-item__header-content{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-accordion-item__body{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content{margin-top:16px;border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-accordion-item__content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}aui-accordion-item+aui-accordion-item .aui-accordion-item{margin-top:var(--aui-spacing-m)}\n"] }]
|
|
64
64
|
}], ctorParameters: function () { return [{ type: i1.AccordionComponent }, { type: i0.ChangeDetectorRef }, { type: i2.UniqueSelectionDispatcher }]; }, propDecorators: { background: [{
|
|
65
65
|
type: Input
|
|
66
66
|
}], _lazyContentTpl: [{
|
|
@@ -70,4 +70,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImpor
|
|
|
70
70
|
static: true,
|
|
71
71
|
}]
|
|
72
72
|
}] } });
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9zcmMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBQ1AsS0FBSyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxHQUNSLE1BQU0scUJBQXFCLENBQUM7QUFDN0IsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFMUQsT0FBTyxFQUVMLHVCQUF1QixFQUV2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFNBQVMsRUFDVCxLQUFLLEVBQ0wsV0FBVyxFQUNYLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7O0FBT3pELE1BQU0sT0FBTyw0QkFBNEI7O3lIQUE1Qiw0QkFBNEI7NkdBQTVCLDRCQUE0QjsyRkFBNUIsNEJBQTRCO2tCQUh4QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwwQkFBMEI7aUJBQ3JDOztBQUtELE1BQU0sT0FBTyw2QkFBNkI7OzBIQUE3Qiw2QkFBNkI7OEdBQTdCLDZCQUE2QjsyRkFBN0IsNkJBQTZCO2tCQUh6QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx1QkFBdUI7aUJBQ2xDOztBQWtCRCxNQUFNLE9BQU8sc0JBQ1gsU0FBUSxnQkFBZ0I7SUFjeEIscUVBQXFFO0lBQ3JFLFlBQ0UsU0FBNkIsRUFDN0IsR0FBc0IsRUFDdEIseUJBQW9EO1FBRXBELEtBQUssQ0FBQyxTQUFTLEVBQUUsR0FBRyxFQUFFLHlCQUF5QixDQUFDLENBQUM7UUFoQm5ELGVBQVUsR0FBRyxJQUFJLENBQUM7SUFpQmxCLENBQUM7SUFFRCxrQkFBa0I7UUFDaEIsSUFBSSxJQUFJLENBQUMsZUFBZSxFQUFFO1lBQ3hCLDREQUE0RDtZQUM1RCxJQUFJLENBQUMsTUFBTTtpQkFDUixJQUFJLENBQ0gsU0FBUyxDQUFDLElBQVksQ0FBQyxFQUN2QixNQUFNLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsRUFDN0IsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUNSO2lCQUNBLFNBQVMsQ0FBQyxHQUFHLEVBQUU7Z0JBQ2QsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDO1lBQzdDLENBQUMsQ0FBQyxDQUFDO1NBQ047SUFDSCxDQUFDOzttSEFyQ1Usc0JBQXNCO3VHQUF0QixzQkFBc0IsNklBT25CLDZCQUE2QiwyQkFDbkMsV0FBVyxrRUN4RHJCLHE4QkFpQ0EsNGdGRGFpQixDQUFDLHNCQUFzQixDQUFDLGNBUDNCO1FBQ1YsT0FBTyxDQUFDLFFBQVEsRUFBRTtZQUNoQixLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxFQUFFLE1BQU0sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1lBQ2hDLEtBQUssQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUM7WUFDekMsVUFBVSxDQUFDLGdCQUFnQixFQUFFLENBQUMsT0FBTyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQztTQUM1RCxDQUFDO0tBQ0g7MkZBR1Usc0JBQXNCO2tCQWhCbEMsU0FBUzsrQkFDRSxvQkFBb0IsbUJBR2IsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSx1QkFDaEIsS0FBSyxjQUNkO3dCQUNWLE9BQU8sQ0FBQyxRQUFRLEVBQUU7NEJBQ2hCLEtBQUssQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7NEJBQ2hDLEtBQUssQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUM7NEJBQ3pDLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7eUJBQzVELENBQUM7cUJBQ0gsaUJBQ2Msd0JBQXdCO2lMQU92QyxVQUFVO3NCQURULEtBQUs7Z0JBT04sZUFBZTtzQkFKZCxZQUFZO3VCQUFDLDZCQUE2QixFQUFFO3dCQUMzQyxJQUFJLEVBQUUsV0FBVzt3QkFDakIsTUFBTSxFQUFFLElBQUk7cUJBQ2IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBhbmltYXRlLFxuICBzdGF0ZSxcbiAgc3R5bGUsXG4gIHRyYW5zaXRpb24sXG4gIHRyaWdnZXIsXG59IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgQ2RrQWNjb3JkaW9uSXRlbSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hY2NvcmRpb24nO1xuaW1wb3J0IHsgVW5pcXVlU2VsZWN0aW9uRGlzcGF0Y2hlciB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2xsZWN0aW9ucyc7XG5pbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkLFxuICBEaXJlY3RpdmUsXG4gIElucHV0LFxuICBUZW1wbGF0ZVJlZixcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgZmlsdGVyLCBzdGFydFdpdGgsIHRha2UgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbmltcG9ydCB7IEFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpQWNjb3JkaW9uSXRlbUhlYWRlcl0nLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtSGVhZGVyRGlyZWN0aXZlIHt9XG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpQWNjb3JkaW9uQ29udGVudF0nLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSB7fVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXVpLWFjY29yZGlvbi1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICdhY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWydhY2NvcmRpb24taXRlbS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJlc2VydmVXaGl0ZXNwYWNlczogZmFsc2UsXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdleHBhbmQnLCBbXG4gICAgICBzdGF0ZSgnKicsIHN0eWxlKHsgaGVpZ2h0OiAwIH0pKSxcbiAgICAgIHN0YXRlKCdleHBhbmRlZCcsIHN0eWxlKHsgaGVpZ2h0OiAnKicgfSkpLFxuICAgICAgdHJhbnNpdGlvbignKiA8PT4gZXhwYW5kZWQnLCBbYW5pbWF0ZSgnMC4xcyBlYXNlLWluLW91dCcpXSksXG4gICAgXSksXG4gIF0sXG4gIHZpZXdQcm92aWRlcnM6IFtBY2NvcmRpb25JdGVtQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWNjb3JkaW9uSXRlbUNvbXBvbmVudFxuICBleHRlbmRzIENka0FjY29yZGlvbkl0ZW1cbiAgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0XG57XG4gIEBJbnB1dCgpXG4gIGJhY2tncm91bmQgPSB0cnVlO1xuXG4gIEBDb250ZW50Q2hpbGQoQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsIHtcbiAgICByZWFkOiBUZW1wbGF0ZVJlZixcbiAgICBzdGF0aWM6IHRydWUsXG4gIH0pXG4gIF9sYXp5Q29udGVudFRwbDogVGVtcGxhdGVSZWY8dW5rbm93bj47XG5cbiAgbGF6eUNvbnRlbnRUcGw6IFRlbXBsYXRlUmVmPHVua25vd24+O1xuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tdXNlbGVzcy1jb25zdHJ1Y3RvclxuICBjb25zdHJ1Y3RvcihcbiAgICBhY2NvcmRpb246IEFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICAgIHVuaXF1ZVNlbGVjdGlvbkRpc3BhdGNoZXI6IFVuaXF1ZVNlbGVjdGlvbkRpc3BhdGNoZXIsXG4gICkge1xuICAgIHN1cGVyKGFjY29yZGlvbiwgY2RyLCB1bmlxdWVTZWxlY3Rpb25EaXNwYXRjaGVyKTtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpIHtcbiAgICBpZiAodGhpcy5fbGF6eUNvbnRlbnRUcGwpIHtcbiAgICAgIC8vIFJlbmRlciB0aGUgY29udGVudCBhcyBzb29uIGFzIHRoZSBhY2NvcmRpb24gYmVjb21lcyBvcGVuLlxuICAgICAgdGhpcy5vcGVuZWRcbiAgICAgICAgLnBpcGUoXG4gICAgICAgICAgc3RhcnRXaXRoKG51bGwgYXMgdm9pZCksXG4gICAgICAgICAgZmlsdGVyKCgpID0+ICEhdGhpcy5leHBhbmRlZCksXG4gICAgICAgICAgdGFrZSgxKSxcbiAgICAgICAgKVxuICAgICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICB0aGlzLmxhenlDb250ZW50VHBsID0gdGhpcy5fbGF6eUNvbnRlbnRUcGw7XG4gICAgICAgIH0pO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImF1aS1hY2NvcmRpb24taXRlbVwiPlxuICA8ZGl2IGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19oZWFkZXJcIj5cbiAgICA8YnV0dG9uXG4gICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgIGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19leHBhbmQtYnV0dG9uXCJcbiAgICAgIFtjbGFzcy5pc0V4cGFuZGVkXT1cImV4cGFuZGVkXCJcbiAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAoY2xpY2spPVwidG9nZ2xlKClcIlxuICAgID5cbiAgICAgIDxhdWktaWNvbiBpY29uPVwiYW5nbGVfcmlnaHRcIj48L2F1aS1pY29uPlxuICAgIDwvYnV0dG9uPlxuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiYXVpLWFjY29yZGlvbi1pdGVtX19oZWFkZXItY29udGVudFwiXG4gICAgICBbY2xhc3MuYXVpLWFjY29yZGlvbi1pdGVtX19oZWFkZXItY29udGVudC0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIlxuICAgID5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlthdWlBY2NvcmRpb25JdGVtSGVhZGVyXVwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXZcbiAgICAqbmdJZj1cImV4cGFuZGVkXCJcbiAgICBjbGFzcz1cImF1aS1hY2NvcmRpb24taXRlbV9fYm9keVwiXG4gICAgW2lkXT1cImlkXCJcbiAgICBbQGV4cGFuZF09XCJleHBhbmRlZCA/ICdleHBhbmRlZCcgOiAnY29sbGFwc2VkJ1wiXG4gID5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImF1aS1hY2NvcmRpb24taXRlbV9fY29udGVudFwiXG4gICAgICBbY2xhc3MuaGFzQmFja2dyb3VuZF09XCJiYWNrZ3JvdW5kXCJcbiAgICA+XG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgICA8bmctdGVtcGxhdGUgW25nVGVtcGxhdGVPdXRsZXRdPVwibGF6eUNvbnRlbnRUcGxcIj48L25nLXRlbXBsYXRlPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -9,11 +9,11 @@ export class AccordionComponent extends CdkAccordion {
|
|
|
9
9
|
this.depth = parent ? parent.depth + 1 : 0;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
13
|
-
AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
12
|
+
AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionComponent, deps: [{ token: AccordionComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AccordionComponent, selector: "aui-accordion", inputs: { background: "background" }, host: { properties: { "attr.accordion-depth": "this.depth" } }, usesInheritance: true, ngImport: i0, template: "<div\n class=\"aui-accordion\"\n [class.hasBg]=\"background\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".aui-accordion.hasBg{padding:12px;border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-9))}aui-accordion+aui-accordion .aui-accordion{margin-top:var(--aui-spacing-xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'aui-accordion', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false, template: "<div
|
|
16
|
+
args: [{ selector: 'aui-accordion', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false, template: "<div\n class=\"aui-accordion\"\n [class.hasBg]=\"background\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".aui-accordion.hasBg{padding:12px;border-radius:var(--aui-border-radius-l);background-color:rgb(var(--aui-color-n-9))}aui-accordion+aui-accordion .aui-accordion{margin-top:var(--aui-spacing-xl)}\n"] }]
|
|
17
17
|
}], ctorParameters: function () { return [{ type: AccordionComponent, decorators: [{
|
|
18
18
|
type: SkipSelf
|
|
19
19
|
}, {
|
|
@@ -24,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImpor
|
|
|
24
24
|
type: HostBinding,
|
|
25
25
|
args: ['attr.accordion-depth']
|
|
26
26
|
}] } });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN0RCxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxXQUFXLEVBQ1gsS0FBSyxFQUNMLFFBQVEsRUFDUixRQUFRLEVBQ1IsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOztBQVV2QixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsWUFBWTtJQU9sRCxZQUdTLE1BQTBCO1FBRWpDLEtBQUssRUFBRSxDQUFDO1FBRkQsV0FBTSxHQUFOLE1BQU0sQ0FBb0I7UUFSbkMsZUFBVSxHQUFHLElBQUksQ0FBQztRQVdoQixJQUFJLENBQUMsS0FBSyxHQUFHLE1BQU0sQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUM3QyxDQUFDOzsrR0FkVSxrQkFBa0Isa0JBVVosa0JBQWtCO21HQVZ4QixrQkFBa0Isa0xDbkIvQiwyR0FNQTsyRkRhYSxrQkFBa0I7a0JBUjlCLFNBQVM7K0JBQ0UsZUFBZSxpQkFHVixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLHVCQUMxQixLQUFLOzBEQVlULGtCQUFrQjswQkFGaEMsUUFBUTs7MEJBQ1IsUUFBUTs0Q0FQWCxVQUFVO3NCQURULEtBQUs7Z0JBSU4sS0FBSztzQkFESixXQUFXO3VCQUFDLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENka0FjY29yZGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hY2NvcmRpb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgSG9zdEJpbmRpbmcsXG4gIElucHV0LFxuICBPcHRpb25hbCxcbiAgU2tpcFNlbGYsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXVpLWFjY29yZGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2NvcmRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hY2NvcmRpb24uY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHByZXNlcnZlV2hpdGVzcGFjZXM6IGZhbHNlLFxufSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25Db21wb25lbnQgZXh0ZW5kcyBDZGtBY2NvcmRpb24ge1xuICBASW5wdXQoKVxuICBiYWNrZ3JvdW5kID0gdHJ1ZTtcblxuICBASG9zdEJpbmRpbmcoJ2F0dHIuYWNjb3JkaW9uLWRlcHRoJylcbiAgZGVwdGg6IG51bWJlcjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBAU2tpcFNlbGYoKVxuICAgIEBPcHRpb25hbCgpXG4gICAgcHVibGljIHBhcmVudDogQWNjb3JkaW9uQ29tcG9uZW50LFxuICApIHtcbiAgICBzdXBlcigpO1xuICAgIHRoaXMuZGVwdGggPSBwYXJlbnQgPyBwYXJlbnQuZGVwdGggKyAxIDogMDtcbiAgfVxufVxuIiwiPGRpdlxuICBjbGFzcz1cImF1aS1hY2NvcmRpb25cIlxuICBbY2xhc3MuaGFzQmddPVwiYmFja2dyb3VuZFwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { CdkAccordionModule } from '@angular/cdk/accordion';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { NgModule } from '@angular/core';
|
|
4
|
-
import { ButtonModule } from '../button
|
|
5
|
-
import { IconModule } from '../icon
|
|
4
|
+
import { ButtonModule } from '../button';
|
|
5
|
+
import { IconModule } from '../icon';
|
|
6
6
|
import { AccordionItemComponent, AccordionItemContentDirective, AccordionItemHeaderDirective, } from './accordion-item/accordion-item.component';
|
|
7
7
|
import { AccordionComponent } from './accordion.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class AccordionModule {
|
|
10
10
|
}
|
|
11
|
-
AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
12
|
-
AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2
|
|
11
|
+
AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent,
|
|
13
13
|
AccordionItemComponent,
|
|
14
14
|
AccordionItemHeaderDirective,
|
|
15
15
|
AccordionItemContentDirective], imports: [CommonModule, CdkAccordionModule, IconModule, ButtonModule], exports: [AccordionComponent,
|
|
16
16
|
AccordionItemComponent,
|
|
17
17
|
AccordionItemHeaderDirective,
|
|
18
18
|
AccordionItemContentDirective] });
|
|
19
|
-
AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
19
|
+
AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionModule, providers: [], imports: [[CommonModule, CdkAccordionModule, IconModule, ButtonModule]] });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AccordionModule, decorators: [{
|
|
21
21
|
type: NgModule,
|
|
22
22
|
args: [{
|
|
23
23
|
declarations: [
|
|
@@ -36,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImpor
|
|
|
36
36
|
providers: [],
|
|
37
37
|
}]
|
|
38
38
|
}] });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFFckMsT0FBTyxFQUNMLHNCQUFzQixFQUN0Qiw2QkFBNkIsRUFDN0IsNEJBQTRCLEdBQzdCLE1BQU0sMkNBQTJDLENBQUM7QUFDbkQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBa0IzRCxNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTs2R0FBZixlQUFlLGlCQWR4QixrQkFBa0I7UUFDbEIsc0JBQXNCO1FBQ3RCLDRCQUE0QjtRQUM1Qiw2QkFBNkIsYUFFckIsWUFBWSxFQUFFLGtCQUFrQixFQUFFLFVBQVUsRUFBRSxZQUFZLGFBRWxFLGtCQUFrQjtRQUNsQixzQkFBc0I7UUFDdEIsNEJBQTRCO1FBQzVCLDZCQUE2Qjs2R0FJcEIsZUFBZSxhQUZmLEVBQUUsWUFQSixDQUFDLFlBQVksRUFBRSxrQkFBa0IsRUFBRSxVQUFVLEVBQUUsWUFBWSxDQUFDOzJGQVMxRCxlQUFlO2tCQWhCM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osa0JBQWtCO3dCQUNsQixzQkFBc0I7d0JBQ3RCLDRCQUE0Qjt3QkFDNUIsNkJBQTZCO3FCQUM5QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsa0JBQWtCLEVBQUUsVUFBVSxFQUFFLFlBQVksQ0FBQztvQkFDckUsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQjt3QkFDbEIsc0JBQXNCO3dCQUN0Qiw0QkFBNEI7d0JBQzVCLDZCQUE2QjtxQkFDOUI7b0JBQ0QsU0FBUyxFQUFFLEVBQUU7aUJBQ2QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDZGtBY2NvcmRpb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvYWNjb3JkaW9uJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9idXR0b24nO1xuaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24nO1xuXG5pbXBvcnQge1xuICBBY2NvcmRpb25JdGVtQ29tcG9uZW50LFxuICBBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSxcbiAgQWNjb3JkaW9uSXRlbUhlYWRlckRpcmVjdGl2ZSxcbn0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWNjb3JkaW9uQ29tcG9uZW50IH0gZnJvbSAnLi9hY2NvcmRpb24uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQWNjb3JkaW9uQ29tcG9uZW50LFxuICAgIEFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgQWNjb3JkaW9uSXRlbUhlYWRlckRpcmVjdGl2ZSxcbiAgICBBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSxcbiAgXSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQ2RrQWNjb3JkaW9uTW9kdWxlLCBJY29uTW9kdWxlLCBCdXR0b25Nb2R1bGVdLFxuICBleHBvcnRzOiBbXG4gICAgQWNjb3JkaW9uQ29tcG9uZW50LFxuICAgIEFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgQWNjb3JkaW9uSXRlbUhlYWRlckRpcmVjdGl2ZSxcbiAgICBBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXSxcbn0pXG5leHBvcnQgY2xhc3MgQWNjb3JkaW9uTW9kdWxlIHt9XG4iXX0=
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './accordion.component';
|
|
2
|
+
export * from './accordion.module';
|
|
3
|
+
export * from './accordion-item/accordion-item.component';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYWNjb3JkaW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDJDQUEyQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hY2NvcmRpb24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudCc7XG4iXX0=
|
package/esm2020/alauda-ui.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
-
export * from './
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxhdWRhLXVpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2FsYXVkYS11aS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -54,9 +54,9 @@ export class AnchorTreeComponent extends AnchorDirectiveChild {
|
|
|
54
54
|
return item.id;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
AnchorTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
58
|
-
AnchorTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
57
|
+
AnchorTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AnchorTreeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
+
AnchorTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AnchorTreeComponent, selector: "aui-anchor-tree", inputs: { treeItems: "treeItems", activeId: "activeId" }, outputs: { activeIdChange: "activeIdChange" }, usesInheritance: true, ngImport: i0, template: "<div\n [class]=\"bem.element('item')\"\n [class.active]=\"isActive(item)\"\n *ngFor=\"let item of treeItems; trackBy: trackById\"\n>\n <a\n *ngIf=\"item.label as label\"\n [href]=\"parent.injectId ? '#' + item.id : undefined\"\n (click)=\"onItemClick($event, item)\"\n >\n <ng-container *ngIf=\"isTemplateRef(label); else plain\">\n <ng-container\n *ngTemplateOutlet=\"label; context: item.labelContext\"\n ></ng-container>\n </ng-container>\n <ng-template #plain>\n {{ item.label }}\n </ng-template>\n </a>\n <aui-anchor-tree\n *ngIf=\"item.children?.length\"\n [treeItems]=\"item.children\"\n [(activeId)]=\"activeId\"\n ></aui-anchor-tree>\n</div>\n", components: [{ type: AnchorTreeComponent, selector: "aui-anchor-tree", inputs: ["treeItems", "activeId"], outputs: ["activeIdChange"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AnchorTreeComponent, decorators: [{
|
|
60
60
|
type: Component,
|
|
61
61
|
args: [{ selector: 'aui-anchor-tree', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n [class]=\"bem.element('item')\"\n [class.active]=\"isActive(item)\"\n *ngFor=\"let item of treeItems; trackBy: trackById\"\n>\n <a\n *ngIf=\"item.label as label\"\n [href]=\"parent.injectId ? '#' + item.id : undefined\"\n (click)=\"onItemClick($event, item)\"\n >\n <ng-container *ngIf=\"isTemplateRef(label); else plain\">\n <ng-container\n *ngTemplateOutlet=\"label; context: item.labelContext\"\n ></ng-container>\n </ng-container>\n <ng-template #plain>\n {{ item.label }}\n </ng-template>\n </a>\n <aui-anchor-tree\n *ngIf=\"item.children?.length\"\n [treeItems]=\"item.children\"\n [(activeId)]=\"activeId\"\n ></aui-anchor-tree>\n</div>\n" }]
|
|
62
62
|
}], propDecorators: { treeItems: [{
|
|
@@ -124,9 +124,9 @@ export class AnchorComponent extends AnchorDirectiveChild {
|
|
|
124
124
|
this.destroy$$.complete();
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
AnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2
|
|
128
|
-
AnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2
|
|
129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2
|
|
127
|
+
AnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AnchorComponent, deps: [{ token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
128
|
+
AnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AnchorComponent, selector: "aui-anchor", inputs: { items: "items", treeItems: "treeItems", activeId: "activeId" }, usesInheritance: true, ngImport: i0, template: "<div [class]=\"bem.block()\">\n <aui-anchor-tree\n [treeItems]=\"treeItems\"\n [(activeId)]=\"activeId\"\n ></aui-anchor-tree>\n</div>\n", styles: ["aui-anchor{display:block;position:fixed;z-index:1;white-space:nowrap}.aui-anchor{padding:30px 16px;border-left:1px solid rgb(var(--aui-color-border))}.aui-anchor:before{content:\"\";position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background-color:rgb(var(--aui-color-border))}.aui-anchor:after{content:\"\";position:absolute;left:0;bottom:0;transform:translate(-50%,50%);width:5px;height:5px;border-radius:50%;background-color:rgb(var(--aui-color-border))}.aui-anchor__label{scroll-margin-top:20px}.aui-anchor__item{position:relative;margin-bottom:12px}.aui-anchor__item:before{content:\"\";position:absolute;top:9px;left:-16px;transform:translate(-50%,-50%);box-sizing:border-box;border:1px solid rgb(var(--aui-color-help-text));width:9px;height:9px;border-radius:50%;background-color:rgb(var(--aui-color-n-1))}.aui-anchor__item a{color:rgb(var(--aui-color-main-text))}.aui-anchor__item a:hover{color:rgb(var(--aui-color-primary))}.aui-anchor__item.active:before{border:0;width:9px;height:9px;border-radius:50%;background-color:rgb(var(--aui-color-primary))}.aui-anchor__item.active a,.aui-anchor__item.active .aui-anchor__item.active a{color:rgb(var(--aui-color-primary))}.aui-anchor__item.active .aui-anchor__item:not(.active) a{color:rgb(var(--aui-color-secondary-text))}.aui-anchor__item .aui-anchor__item{margin-top:4px;margin-bottom:0;margin-left:14px;font-size:10px}.aui-anchor__item .aui-anchor__item:before{display:none}.aui-anchor__item .aui-anchor__item a{color:rgb(var(--aui-color-help-text))}.aui-anchor__item .aui-anchor__item a:hover{color:rgb(var(--aui-color-primary))}\n"], components: [{ type: AnchorTreeComponent, selector: "aui-anchor-tree", inputs: ["treeItems", "activeId"], outputs: ["activeIdChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AnchorComponent, decorators: [{
|
|
130
130
|
type: Component,
|
|
131
131
|
args: [{ selector: 'aui-anchor', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [class]=\"bem.block()\">\n <aui-anchor-tree\n [treeItems]=\"treeItems\"\n [(activeId)]=\"activeId\"\n ></aui-anchor-tree>\n</div>\n", styles: ["aui-anchor{display:block;position:fixed;z-index:1;white-space:nowrap}.aui-anchor{padding:30px 16px;border-left:1px solid rgb(var(--aui-color-border))}.aui-anchor:before{content:\"\";position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background-color:rgb(var(--aui-color-border))}.aui-anchor:after{content:\"\";position:absolute;left:0;bottom:0;transform:translate(-50%,50%);width:5px;height:5px;border-radius:50%;background-color:rgb(var(--aui-color-border))}.aui-anchor__label{scroll-margin-top:20px}.aui-anchor__item{position:relative;margin-bottom:12px}.aui-anchor__item:before{content:\"\";position:absolute;top:9px;left:-16px;transform:translate(-50%,-50%);box-sizing:border-box;border:1px solid rgb(var(--aui-color-help-text));width:9px;height:9px;border-radius:50%;background-color:rgb(var(--aui-color-n-1))}.aui-anchor__item a{color:rgb(var(--aui-color-main-text))}.aui-anchor__item a:hover{color:rgb(var(--aui-color-primary))}.aui-anchor__item.active:before{border:0;width:9px;height:9px;border-radius:50%;background-color:rgb(var(--aui-color-primary))}.aui-anchor__item.active a,.aui-anchor__item.active .aui-anchor__item.active a{color:rgb(var(--aui-color-primary))}.aui-anchor__item.active .aui-anchor__item:not(.active) a{color:rgb(var(--aui-color-secondary-text))}.aui-anchor__item .aui-anchor__item{margin-top:4px;margin-bottom:0;margin-left:14px;font-size:10px}.aui-anchor__item .aui-anchor__item:before{display:none}.aui-anchor__item .aui-anchor__item a{color:rgb(var(--aui-color-help-text))}.aui-anchor__item .aui-anchor__item a:hover{color:rgb(var(--aui-color-primary))}\n"] }]
|
|
132
132
|
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { items: [{
|