@alauda/ui 6.1.3-beta.8 → 6.1.3-beta.9

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.
Files changed (42) hide show
  1. package/alauda-ui.metadata.json +1 -1
  2. package/bundles/alauda-ui.umd.js +151 -154
  3. package/bundles/alauda-ui.umd.js.map +1 -1
  4. package/bundles/alauda-ui.umd.min.js +1 -1
  5. package/bundles/alauda-ui.umd.min.js.map +1 -1
  6. package/drawer/component/drawer-ref.d.ts +2 -2
  7. package/drawer/component/drawer.component.d.ts +3 -3
  8. package/drawer/component/drawer.service.d.ts +1 -1
  9. package/esm2015/dialog/dialog.module.js +1 -3
  10. package/esm2015/dialog/dialog.module.ngfactory.js +7 -8
  11. package/esm2015/dialog/dialog.module.ngsummary.json +1 -1
  12. package/esm2015/dialog/dialog.service.js +6 -2
  13. package/esm2015/drawer/component/drawer-ref.js +1 -1
  14. package/esm2015/drawer/component/drawer-ref.ngsummary.json +1 -1
  15. package/esm2015/drawer/component/drawer.component.js +12 -10
  16. package/esm2015/drawer/component/drawer.component.ngfactory.js +6 -6
  17. package/esm2015/drawer/component/drawer.component.ngsummary.json +1 -1
  18. package/esm2015/drawer/component/drawer.component.scss.ngstyle.js +1 -1
  19. package/esm2015/drawer/component/drawer.service.js +2 -2
  20. package/esm2015/drawer/drawer.module.js +1 -3
  21. package/esm2015/drawer/drawer.module.ngfactory.js +6 -7
  22. package/esm2015/drawer/drawer.module.ngsummary.json +1 -1
  23. package/esm2015/input/input.module.ngfactory.js +1 -1
  24. package/esm2015/input/number-input/number-input.component.js +2 -2
  25. package/esm2015/input/number-input/number-input.component.ngfactory.js +1 -1
  26. package/esm2015/message/message.module.js +1 -3
  27. package/esm2015/message/message.module.ngfactory.js +6 -8
  28. package/esm2015/message/message.module.ngsummary.json +1 -1
  29. package/esm2015/message/message.service.js +6 -2
  30. package/esm2015/notification/notification.module.js +1 -3
  31. package/esm2015/notification/notification.module.ngfactory.js +6 -8
  32. package/esm2015/notification/notification.module.ngsummary.json +1 -1
  33. package/esm2015/notification/notification.service.js +6 -2
  34. package/esm2015/table/table-scroll.directive.js +4 -9
  35. package/esm2015/table/table-scroll.directive.ngsummary.json +1 -1
  36. package/esm2015/table/table-scroll.scss.ngstyle.js +1 -1
  37. package/esm2015/table/table.component.js +1 -1
  38. package/esm2015/table/table.component.scss.ngstyle.js +1 -1
  39. package/fesm2015/alauda-ui.js +128 -131
  40. package/fesm2015/alauda-ui.js.map +1 -1
  41. package/package.json +1 -1
  42. package/table/table-scroll.directive.d.ts +1 -3
@@ -1,4 +1,4 @@
1
- import { TemplateRef, ɵɵdefineInjectable, Injectable, Pipe, ChangeDetectorRef, NgModule, Optional, Inject, SkipSelf, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, Directive, EventEmitter, Output, ElementRef, ViewContainerRef, HostBinding, ViewChild, ContentChild, Host, isDevMode, Renderer2, NgZone, HostListener, InjectionToken, Injector, ContentChildren, forwardRef, ɵɵinject, ApplicationRef, ComponentFactoryResolver, ViewChildren, Type } from '@angular/core';
1
+ import { TemplateRef, ɵɵdefineInjectable, Injectable, Pipe, ChangeDetectorRef, NgModule, Optional, Inject, SkipSelf, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, Directive, EventEmitter, Output, ElementRef, ViewContainerRef, HostBinding, ViewChild, ContentChild, isDevMode, Renderer2, NgZone, HostListener, InjectionToken, Injector, ɵɵinject, INJECTOR, ContentChildren, forwardRef, ApplicationRef, ComponentFactoryResolver, ViewChildren, Host, Type } from '@angular/core';
2
2
  import { Observable, ReplaySubject, Subject, merge, fromEvent, BehaviorSubject, combineLatest, of, Subscription, EMPTY, animationFrameScheduler } from 'rxjs';
3
3
  import { startWith, map, publishReplay, refCount, distinctUntilChanged, takeUntil, switchMap, throttleTime, debounceTime, first, tap, take, pluck, observeOn, repeat, takeWhile, endWith, filter } from 'rxjs/operators';
4
4
  import { CdkCellDef, CdkCell, CdkColumnDef, CdkHeaderCellDef, CdkHeaderCell, CdkHeaderRowDef, CdkHeaderRow, CDK_ROW_TEMPLATE, CdkRowDef, CdkRow, CdkTable, CDK_TABLE_TEMPLATE, CDK_TABLE, _COALESCED_STYLE_SCHEDULER, _CoalescedStyleScheduler, CdkTableModule } from '@angular/cdk/table';
@@ -7,14 +7,14 @@ import { HttpClient } from '@angular/common/http';
7
7
  import { trigger, state, style, transition, animate } from '@angular/animations';
8
8
  import { _VIEW_REPEATER_STRATEGY, _DisposeViewRepeaterStrategy, UniqueSelectionDispatcher } from '@angular/cdk/collections';
9
9
  import { FocusMonitor, FocusKeyManager, A11yModule } from '@angular/cdk/a11y';
10
- import { CdkScrollable, OverlayConfig, Overlay, OverlayModule, ScrollDispatcher } from '@angular/cdk/overlay';
10
+ import { CdkScrollable, OverlayConfig, Overlay, OverlayModule, ScrollDispatcher as ScrollDispatcher$1 } from '@angular/cdk/overlay';
11
11
  import { __awaiter } from 'tslib';
12
12
  import { ComponentPortal, CdkPortalOutlet, TemplatePortal, PortalModule, DomPortalOutlet, CdkPortal } from '@angular/cdk/portal';
13
13
  import { writeText } from 'clipboard-polyfill';
14
+ import { ScrollDispatcher, ViewportRuler, VIRTUAL_SCROLL_STRATEGY, _fixedSizeVirtualScrollStrategyFactory, CdkFixedSizeVirtualScroll, CdkVirtualForOf, CdkVirtualScrollViewport, CdkScrollable as CdkScrollable$1 } from '@angular/cdk/scrolling';
14
15
  import { Directionality } from '@angular/cdk/bidi';
15
16
  import { ControlContainer, NgForm, FormGroupDirective, NgControl, NG_VALUE_ACCESSOR, Validators, FormBuilder, FormsModule, ReactiveFormsModule, NG_VALIDATORS } from '@angular/forms';
16
17
  import { ObserversModule } from '@angular/cdk/observers';
17
- import { ViewportRuler, VIRTUAL_SCROLL_STRATEGY, _fixedSizeVirtualScrollStrategyFactory, CdkFixedSizeVirtualScroll, CdkVirtualForOf, CdkVirtualScrollViewport, CdkScrollable as CdkScrollable$1 } from '@angular/cdk/scrolling';
18
18
  import { CdkAccordion, CdkAccordionItem, CdkAccordionModule } from '@angular/cdk/accordion';
19
19
  import dayjs from 'dayjs';
20
20
  import customParseFormat from 'dayjs/plugin/customParseFormat';
@@ -684,71 +684,6 @@ TableRowComponent.propDecorators = {
684
684
  hasPanel: [{ type: HostBinding, args: ['class.hasPanel',] }]
685
685
  };
686
686
 
687
- class TableComponent extends CdkTable {
688
- // FIXME: workaround to override because it will break constructor if it is field, but why MatTable works?
689
- // @ts-expect-error
690
- get stickyCssClass() {
691
- return 'aui-table-sticky';
692
- }
693
- set stickyCssClass(_stickyCssClass) {
694
- //
695
- }
696
- ngAfterContentInit() {
697
- this._createPlaceholder();
698
- }
699
- _createPlaceholder() {
700
- const footerRow = this._placeholderDef;
701
- if (!this._placeholderDef) {
702
- return;
703
- }
704
- const container = this._placeholderOutlet.viewContainer;
705
- container.createEmbeddedView(footerRow.templateRef);
706
- }
707
- _clearPlaceholder() {
708
- this._placeholderOutlet.viewContainer.clear();
709
- }
710
- ngOnDestroy() {
711
- super.ngOnDestroy();
712
- this._clearPlaceholder();
713
- }
714
- }
715
- TableComponent.decorators = [
716
- { type: Component, args: [{
717
- selector: 'aui-table',
718
- exportAs: 'auiTable',
719
- encapsulation: ViewEncapsulation.None,
720
- template: `
721
- ${CDK_TABLE_TEMPLATE}
722
- <ng-container auiTablePlaceholderOutlet></ng-container>
723
- `,
724
- host: {
725
- class: 'aui-table',
726
- },
727
- preserveWhitespaces: false,
728
- changeDetection: ChangeDetectionStrategy.OnPush,
729
- providers: [
730
- {
731
- provide: CDK_TABLE,
732
- useExisting: TableComponent,
733
- },
734
- {
735
- provide: _VIEW_REPEATER_STRATEGY,
736
- useClass: _DisposeViewRepeaterStrategy,
737
- },
738
- {
739
- provide: _COALESCED_STYLE_SCHEDULER,
740
- useClass: _CoalescedStyleScheduler,
741
- },
742
- ],
743
- styles: [".aui-table{display:block;padding:0 12px 12px;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-n-9));border-radius:var(--aui-border-radius-l);overflow:auto}.aui-table::-webkit-scrollbar{width:4px;height:4px}.aui-table::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-table__header-row,.aui-table__row{display:flex;align-items:center}.aui-table__header-row.hasPanel,.aui-table__row.hasPanel{flex-wrap:wrap}.aui-table__header-row+.aui-table__row{border-top-left-radius:var(--aui-border-radius-l);border-top-right-radius:var(--aui-border-radius-l)}.aui-table__row{position:relative;border:solid rgb(var(--aui-color-n-8));border-width:1px 1px 0;background-color:rgb(var(--aui-color-n-10));padding:0 9px;min-height:58px;box-sizing:content-box}.aui-table__row:first-child{border-top-left-radius:var(--aui-border-radius-l);border-top-right-radius:var(--aui-border-radius-l)}.aui-table__row:last-child{border-bottom-width:1px;min-height:58px;border-bottom-left-radius:var(--aui-border-radius-l);border-bottom-right-radius:var(--aui-border-radius-l)}.aui-table__row.isDisabled:before{content:\"\";z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(var(--aui-color-n-10));opacity:.7;cursor:not-allowed}.aui-table__header-row{background-color:rgb(var(--aui-color-n-9));padding:0 10px}.aui-table__cell,.aui-table__header-cell{flex:1}.aui-table__cell{padding:15px 10px;background-color:rgb(var(--aui-color-n-10));overflow:hidden;word-wrap:break-word}.aui-table__header-cell{padding:12px 10px;font-weight:var(--aui-font-weight-bold);background-color:rgb(var(--aui-color-n-9));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-table__column-expand-button{display:flex;align-items:center;max-width:calc(10px * 2 + var(--aui-icon-size-m))}.aui-table__column-expand-button.aui-table__cell{height:58px}.aui-table__column-expand-button .aui-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-table__column-expand-button .aui-expand-button aui-icon{display:block;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m)}.aui-table__column-expand-button .aui-expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-table__column-expand-button .aui-expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-table__column-expand-button .aui-expand-button.isExpanded{transform:rotate(90deg);color:rgb(var(--aui-color-n-10));background-color:rgb(var(--aui-color-primary))}.aui-table__column-expand-button .aui-expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-table__column-expand-button .aui-expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-table__column-expand-button .aui-expand-button.isExpanded[disabled],.aui-table__column-expand-button .aui-expand-button[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-table__column-expand-panel{margin-top:-6px}.aui-table__column-expand-panel.aui-table__header-cell{display:none}.aui-table__column-expand-panel.aui-table__cell{width:100%;flex-shrink:0;flex-basis:100%;padding:0 10px;overflow:hidden}.aui-table__column-expand-panel.aui-table__cell .aui-table__cell-expand-panel{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-table__column-expand-panel.aui-table__cell .aui-table__cell-expand-panel-content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}", ".aui-table__scroll-wrapper{background-color:rgb(var(--aui-color-n-9));padding:0 12px 12px;border-radius:var(--aui-border-radius-l)}.aui-table__scroll-wrapper::-webkit-scrollbar{width:4px;height:4px}.aui-table__scroll-wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-table__scroll-wrapper .aui-table{padding:0}.aui-table__scroll-wrapper .aui-table__scroll-shadow.hasTableBottomShadow:after,.aui-table__scroll-wrapper .aui-table__scroll-shadow.hasTableTopShadow:before{transform:none;width:100%;left:0}.aui-table__scroll-shadow.hasTableTopShadow:before{transform:translate3d(-12px,0,0);top:28px;box-shadow:0 10px 10px -4px rgba(var(--aui-color-n-1),.16)}.aui-table__scroll-shadow.hasTableBottomShadow:after,.aui-table__scroll-shadow.hasTableTopShadow:before{content:\"\";position:-webkit-sticky;position:sticky;display:block;width:calc(100% + 24px);height:16px;margin-top:-16px;z-index:99}.aui-table__scroll-shadow.hasTableBottomShadow:after{transform:translate3d(-12px,12px,0);bottom:0;box-shadow:0 -10px 10px -4px rgba(var(--aui-color-n-1),.16) inset}.aui-table__scroll-shadow .aui-table__header-row{margin:0;padding:0;align-items:stretch}.aui-table__scroll-shadow .aui-table__header-row .aui-table__header-cell:first-of-type{padding-left:20px}.aui-table__scroll-shadow .aui-table__header-row .aui-table__header-cell:last-of-type{padding-right:20px}.aui-table__scroll-shadow .aui-table__header-row+.aui-table__row .aui-table__cell:first-of-type{border-top-left-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__header-row+.aui-table__row .aui-table__cell:last-of-type{border-top-right-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row{border:none;padding:0;align-items:stretch}.aui-table__scroll-shadow .aui-table__row .aui-table__cell{border-color:rgb(var(--aui-color-n-8));border-style:solid;border-width:1px 0}.aui-table__scroll-shadow .aui-table__row .aui-table__cell:first-of-type{border-left-width:1px;padding-left:19px}.aui-table__scroll-shadow .aui-table__row .aui-table__cell:last-of-type{border-right-width:1px;padding-right:19px}.aui-table__scroll-shadow .aui-table__row:last-child .aui-table__cell:first-of-type{border-bottom-left-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:last-child .aui-table__cell:last-of-type{border-bottom-right-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:not(.aui-table__scroll-shadow .aui-table__row:last-child) .aui-table__cell{border-bottom-width:0}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:after,.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:after{position:absolute;top:0;bottom:-1px;width:20px;transition:box-shadow .3s;content:\"\";pointer-events:none}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:before,.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:before{position:absolute;top:0;bottom:-1px;content:\"\";background:linear-gradient(180deg,rgb(var(--aui-color-n-7)),rgb(var(--aui-color-n-7)) 8px,transparent 0,transparent);width:1px;background-size:100% 14px;height:100%}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left{padding-right:30px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:after{right:-10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:before{right:10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right{padding-left:30px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:after{left:-10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:before{left:10px}.aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):after{box-shadow:inset 8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}.aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):before{background:linear-gradient(180deg,rgb(var(--aui-color-primary)),rgb(var(--aui-color-primary)) 8px,transparent 0,transparent);width:1px;background-size:100% 14px;height:100%}.aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):after{box-shadow:inset -8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}.aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):before{background:linear-gradient(180deg,rgb(var(--aui-color-primary)),rgb(var(--aui-color-primary)) 8px,transparent 0,transparent);width:1px;background-size:100% 14px;height:100%}"]
744
- },] }
745
- ];
746
- TableComponent.propDecorators = {
747
- enableScrollWrapper: [{ type: Input }],
748
- _placeholderOutlet: [{ type: ViewChild, args: [TablePlaceholderOutlet, { static: true },] }],
749
- _placeholderDef: [{ type: ContentChild, args: [TablePlaceholderDefDirective, { static: true },] }]
750
- };
751
-
752
687
  const CLASS_PREFIX = 'aui-table';
753
688
  const SHADOW_CLASS = `${CLASS_PREFIX}__scroll-shadow`;
754
689
  const HAS_SCROLL_CLASS = `${SHADOW_CLASS}--has-scroll`;
@@ -768,9 +703,8 @@ TableScrollWrapperDirective.decorators = [
768
703
  },] }
769
704
  ];
770
705
  class TableScrollShadowDirective {
771
- constructor(el, table) {
706
+ constructor(el) {
772
707
  this.el = el;
773
- this.table = table;
774
708
  this.destroy$$ = new Subject();
775
709
  this.SCROLL_BEFORE_END_CLASS = true;
776
710
  this.SHADOW_CLASS = true;
@@ -797,8 +731,6 @@ class TableScrollShadowDirective {
797
731
  const scrollTop = this.containerEl.scrollTop;
798
732
  this.placeClassList(this.containerEl.classList, scrollTop > 0, HAS_TABLE_TOP_SHADOW);
799
733
  this.placeClassList(this.containerEl.classList, scrollTop < scrollDis, HAS_TABLE_BOTTOM_SHADOW);
800
- // 兼容屏幕缩放是 sticky多列的样式问题
801
- this.table.updateStickyColumnStyles();
802
734
  }
803
735
  mutateHorizontalScroll() {
804
736
  const scrollDis = this.containerEl.scrollWidth - this.containerEl.offsetWidth;
@@ -820,14 +752,78 @@ TableScrollShadowDirective.decorators = [
820
752
  },] }
821
753
  ];
822
754
  TableScrollShadowDirective.ctorParameters = () => [
823
- { type: ElementRef },
824
- { type: TableComponent, decorators: [{ type: Host }] }
755
+ { type: ElementRef }
825
756
  ];
826
757
  TableScrollShadowDirective.propDecorators = {
827
758
  SCROLL_BEFORE_END_CLASS: [{ type: HostBinding, args: [`class.${SCROLL_BEFORE_END_CLASS}`,] }],
828
759
  SHADOW_CLASS: [{ type: HostBinding, args: [`class.${SHADOW_CLASS}`,] }]
829
760
  };
830
761
 
762
+ class TableComponent extends CdkTable {
763
+ // FIXME: workaround to override because it will break constructor if it is field, but why MatTable works?
764
+ // @ts-expect-error
765
+ get stickyCssClass() {
766
+ return 'aui-table-sticky';
767
+ }
768
+ set stickyCssClass(_stickyCssClass) {
769
+ //
770
+ }
771
+ ngAfterContentInit() {
772
+ this._createPlaceholder();
773
+ }
774
+ _createPlaceholder() {
775
+ const footerRow = this._placeholderDef;
776
+ if (!this._placeholderDef) {
777
+ return;
778
+ }
779
+ const container = this._placeholderOutlet.viewContainer;
780
+ container.createEmbeddedView(footerRow.templateRef);
781
+ }
782
+ _clearPlaceholder() {
783
+ this._placeholderOutlet.viewContainer.clear();
784
+ }
785
+ ngOnDestroy() {
786
+ super.ngOnDestroy();
787
+ this._clearPlaceholder();
788
+ }
789
+ }
790
+ TableComponent.decorators = [
791
+ { type: Component, args: [{
792
+ selector: 'aui-table',
793
+ exportAs: 'auiTable',
794
+ encapsulation: ViewEncapsulation.None,
795
+ template: `
796
+ ${CDK_TABLE_TEMPLATE}
797
+ <ng-container auiTablePlaceholderOutlet></ng-container>
798
+ `,
799
+ host: {
800
+ class: 'aui-table',
801
+ },
802
+ preserveWhitespaces: false,
803
+ changeDetection: ChangeDetectionStrategy.OnPush,
804
+ providers: [
805
+ {
806
+ provide: CDK_TABLE,
807
+ useExisting: TableComponent,
808
+ },
809
+ {
810
+ provide: _VIEW_REPEATER_STRATEGY,
811
+ useClass: _DisposeViewRepeaterStrategy,
812
+ },
813
+ {
814
+ provide: _COALESCED_STYLE_SCHEDULER,
815
+ useClass: _CoalescedStyleScheduler,
816
+ },
817
+ ],
818
+ styles: [".aui-table{display:block;padding:0 12px 12px;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-n-9));border-radius:var(--aui-border-radius-l);overflow:auto}.aui-table::-webkit-scrollbar{width:4px;height:4px}.aui-table::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-table__header-row,.aui-table__row{display:flex;align-items:center}.aui-table__header-row.hasPanel,.aui-table__row.hasPanel{flex-wrap:wrap}.aui-table__header-row+.aui-table__row{border-top-left-radius:var(--aui-border-radius-l);border-top-right-radius:var(--aui-border-radius-l)}.aui-table__row{position:relative;border:solid rgb(var(--aui-color-n-8));border-width:1px 1px 0;background-color:rgb(var(--aui-color-n-10));padding:0 10px;min-height:58px;box-sizing:content-box}.aui-table__row:first-child{border-top-left-radius:var(--aui-border-radius-l);border-top-right-radius:var(--aui-border-radius-l)}.aui-table__row:last-child{border-bottom-width:1px;min-height:58px;border-bottom-left-radius:var(--aui-border-radius-l);border-bottom-right-radius:var(--aui-border-radius-l)}.aui-table__row.isDisabled:before{content:\"\";z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(var(--aui-color-n-10));opacity:.7;cursor:not-allowed}.aui-table__header-row{background-color:rgb(var(--aui-color-n-9));padding:0 10px}.aui-table__cell,.aui-table__header-cell{flex:1}.aui-table__cell{padding:15px 10px;background-color:rgb(var(--aui-color-n-10));overflow:hidden;word-wrap:break-word}.aui-table__header-cell{padding:12px 10px;font-weight:var(--aui-font-weight-bold);background-color:rgb(var(--aui-color-n-9));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-table__column-expand-button{display:flex;align-items:center;max-width:calc(10px * 2 + var(--aui-icon-size-m))}.aui-table__column-expand-button.aui-table__cell{height:58px}.aui-table__column-expand-button .aui-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-table__column-expand-button .aui-expand-button aui-icon{display:block;width:var(--aui-icon-size-m);height:var(--aui-icon-size-m)}.aui-table__column-expand-button .aui-expand-button:hover{background-color:rgb(var(--aui-color-p-7))}.aui-table__column-expand-button .aui-expand-button:active{background-color:rgb(var(--aui-color-p-5))}.aui-table__column-expand-button .aui-expand-button.isExpanded{transform:rotate(90deg);color:rgb(var(--aui-color-n-10));background-color:rgb(var(--aui-color-primary))}.aui-table__column-expand-button .aui-expand-button.isExpanded:hover{background-color:rgb(var(--aui-color-p-1))}.aui-table__column-expand-button .aui-expand-button.isExpanded:active{background-color:rgb(var(--aui-color-p-0))}.aui-table__column-expand-button .aui-expand-button.isExpanded[disabled],.aui-table__column-expand-button .aui-expand-button[disabled]{background-color:rgb(var(--aui-color-n-8));color:rgb(var(--aui-color-n-6));cursor:not-allowed}.aui-table__column-expand-panel{margin-top:-6px}.aui-table__column-expand-panel.aui-table__header-cell{display:none}.aui-table__column-expand-panel.aui-table__cell{width:100%;flex-shrink:0;flex-basis:100%;padding:0 10px;overflow:hidden}.aui-table__column-expand-panel.aui-table__cell .aui-table__cell-expand-panel{border-radius:var(--aui-border-radius-l);overflow:hidden}.aui-table__column-expand-panel.aui-table__cell .aui-table__cell-expand-panel-content.hasBackground{padding:16px;background-color:rgb(var(--aui-color-n-9))}", ".aui-table__scroll-wrapper{background-color:rgb(var(--aui-color-n-9));padding:0 12px 12px;border-radius:var(--aui-border-radius-l)}.aui-table__scroll-wrapper::-webkit-scrollbar{width:4px;height:4px}.aui-table__scroll-wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-table__scroll-wrapper .aui-table{padding:0}.aui-table__scroll-wrapper .aui-table__header-row.aui-table-sticky{margin:0 -12px;padding:0}.aui-table__scroll-wrapper .aui-table.hasTableTopShadow:before{content:\"\";position:-webkit-sticky;position:sticky;display:block;width:calc(100% + 24px);height:16px;margin-top:-16px;transform:translate3d(-12px,0,0);z-index:99;top:28px;box-shadow:0 10px 10px -4px rgba(var(--aui-color-n-1),.16)}.aui-table__scroll-wrapper .aui-table.hasTableBottomShadow:after{content:\"\";position:-webkit-sticky;position:sticky;display:block;width:calc(100% + 24px);height:16px;transform:translate3d(-12px,12px,0);z-index:99;bottom:0;margin-top:-16px;box-shadow:0 -10px 10px -4px rgba(var(--aui-color-n-1),.16) inset}.aui-table__scroll-wrapper .aui-table__scroll-shadow.hasTableBottomShadow:after,.aui-table__scroll-wrapper .aui-table__scroll-shadow.hasTableTopShadow:before{transform:none;width:100%;left:0}.aui-table__scroll-shadow .aui-table__header-row.aui-table-sticky{margin:0}.aui-table__scroll-shadow .aui-table__row{border:none;padding:0;align-items:stretch}.aui-table__scroll-shadow .aui-table__row .aui-table__cell{border-color:rgb(var(--aui-color-n-8));border-style:solid;border-width:1px 0}.aui-table__scroll-shadow .aui-table__row .aui-table__cell:first-of-type{border-left-width:1px;padding-left:20px}.aui-table__scroll-shadow .aui-table__row .aui-table__cell:last-of-type{border-right-width:1px;padding-right:20px}.aui-table__scroll-shadow .aui-table__row:first-child:not(.aui-table__header-row) .aui-table__cell:first-of-type{border-top-left-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:first-child:not(.aui-table__header-row) .aui-table__cell:last-of-type{border-top-right-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:last-child .aui-table__cell:first-of-type{border-bottom-left-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:last-child .aui-table__cell:last-of-type{border-bottom-right-radius:var(--aui-border-radius-l)}.aui-table__scroll-shadow .aui-table__row:not(.aui-table__scroll-shadow .aui-table__row:last-child) .aui-table__cell{border-bottom-width:0}.aui-table__scroll-shadow .aui-table__header-row{padding:0;align-items:stretch}.aui-table__scroll-shadow .aui-table__header-row .aui-table__header-cell:first-of-type{padding-left:20px}.aui-table__scroll-shadow .aui-table__header-row .aui-table__header-cell:last-of-type{padding-right:20px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky:not(.aui-table__header-row):after{position:absolute;top:0;bottom:-1px;width:20px;transition:box-shadow .3s;content:\"\";pointer-events:none}.aui-table__scroll-shadow--has-scroll .aui-table-sticky:not(.aui-table__header-row):before{position:absolute;top:0;bottom:-1px;content:\"\";background:linear-gradient(180deg,rgb(var(--aui-color-n-7)),rgb(var(--aui-color-n-7)) 8px,transparent 0,transparent);width:1px;background-size:100% 14px;height:100%}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left{padding-right:30px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:after{right:-10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-left:before{right:10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right{padding-left:30px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:after{left:-10px}.aui-table__scroll-shadow--has-scroll .aui-table-sticky-border-elem-right:before{left:10px}.aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):after{box-shadow:inset 8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}.aui-table__scroll-shadow--scrolling .aui-table-sticky-border-elem-left:not(.aui-table__header-row):before{background:linear-gradient(180deg,rgb(var(--aui-color-primary)),rgb(var(--aui-color-primary)) 8px,transparent 0,transparent);width:1px;background-size:100% 14px;height:100%}.aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):after{box-shadow:inset -8px 0 4px -4px rgba(var(--aui-color-n-1),.16)}.aui-table__scroll-shadow--before-end .aui-table-sticky-border-elem-right:not(.aui-table__header-row):before{background:linear-gradient(180deg,rgb(var(--aui-color-primary)),rgb(var(--aui-color-primary)) 8px,transparent 0,transparent);width:1px;background-size:100% 14px;height:100%}"]
819
+ },] }
820
+ ];
821
+ TableComponent.propDecorators = {
822
+ enableScrollWrapper: [{ type: Input }],
823
+ _placeholderOutlet: [{ type: ViewChild, args: [TablePlaceholderOutlet, { static: true },] }],
824
+ _placeholderDef: [{ type: ContentChild, args: [TablePlaceholderDefDirective, { static: true },] }]
825
+ };
826
+
831
827
  class TableModule {
832
828
  }
833
829
  TableModule.decorators = [
@@ -2283,13 +2279,14 @@ class DialogService {
2283
2279
  }
2284
2280
  DialogService.DIALOG_OVERLAY_PANE_CLASS = 'aui-dialog-overlay-pane';
2285
2281
  DialogService.DIALOG_BACKDROP_CLASS = 'aui-dialog-backdrop';
2282
+ DialogService.ɵprov = ɵɵdefineInjectable({ factory: function DialogService_Factory() { return new DialogService(ɵɵinject(Overlay), ɵɵinject(INJECTOR), ɵɵinject(ScrollDispatcher), ɵɵinject(NgZone)); }, token: DialogService, providedIn: "root" });
2286
2283
  DialogService.decorators = [
2287
- { type: Injectable }
2284
+ { type: Injectable, args: [{ providedIn: 'root' },] }
2288
2285
  ];
2289
2286
  DialogService.ctorParameters = () => [
2290
2287
  { type: Overlay },
2291
2288
  { type: Injector },
2292
- { type: ScrollDispatcher },
2289
+ { type: ScrollDispatcher$1 },
2293
2290
  { type: NgZone }
2294
2291
  ];
2295
2292
 
@@ -2342,7 +2339,7 @@ DialogContentComponent.decorators = [
2342
2339
  ];
2343
2340
  DialogContentComponent.ctorParameters = () => [
2344
2341
  { type: ElementRef },
2345
- { type: ScrollDispatcher },
2342
+ { type: ScrollDispatcher$1 },
2346
2343
  { type: NgZone },
2347
2344
  { type: Directionality }
2348
2345
  ];
@@ -2425,7 +2422,6 @@ DialogModule.decorators = [
2425
2422
  DialogCloseDirective,
2426
2423
  ],
2427
2424
  entryComponents: [DialogComponent, ConfirmDialogComponent],
2428
- providers: [DialogService],
2429
2425
  },] }
2430
2426
  ];
2431
2427
 
@@ -3975,7 +3971,7 @@ class NumberInputComponent extends CommonFormControl {
3975
3971
  NumberInputComponent.decorators = [
3976
3972
  { type: Component, args: [{
3977
3973
  selector: 'aui-number-input',
3978
- template: "<div\n [class]=\"bem.block(size)\"\n [ngClass]=\"{\n isFocus: isFocus,\n isDisabled: disabled\n }\"\n auiClickOutside\n (auiClickOutside)=\"isFocus = false\"\n>\n <button\n *ngIf=\"controls\"\n aui-button\n type=\"button\"\n [ngClass]=\"bem.element('decrease')\"\n [disabled]=\"disabled || (value$ | async) <= min\"\n (click)=\"takeOneStep(false); isFocus = true\"\n >\n <aui-icon icon=\"minus\"></aui-icon>\n </button>\n <input\n #inputRef\n autocomplete=\"off\"\n (change)=\"inputChanged($any($event.target).value)\"\n [disabled]=\"disabled\"\n [ngClass]=\"bem.element('input')\"\n [placeholder]=\"placeholder\"\n (focus)=\"isFocus = true\"\n (blur)=\"isFocus = false\"\n />\n <button\n *ngIf=\"controls\"\n aui-button\n type=\"button\"\n [ngClass]=\"bem.element('increase')\"\n [disabled]=\"disabled || (value$ | async) >= max\"\n (click)=\"takeOneStep(true); isFocus = true\"\n >\n <aui-icon icon=\"plus\"></aui-icon>\n </button>\n</div>\n",
3974
+ template: "<div\n [class]=\"bem.block(size)\"\n [ngClass]=\"{\n isFocus: isFocus,\n isDisabled: disabled\n }\"\n auiClickOutside\n (auiClickOutside)=\"isFocus = false\"\n>\n <button\n *ngIf=\"controls\"\n aui-button\n type=\"button\"\n [ngClass]=\"bem.element('decrease')\"\n [disabled]=\"disabled || (value$ | async) <= min\"\n (click)=\"takeOneStep(false); isFocus = true\"\n >\n <aui-icon icon=\"minus\"></aui-icon>\n </button>\n <input\n #inputRef\n autocomplete=\"off\"\n (change)=\"inputChanged($event.target.value)\"\n [disabled]=\"disabled\"\n [ngClass]=\"bem.element('input')\"\n [placeholder]=\"placeholder\"\n (focus)=\"isFocus = true\"\n (blur)=\"isFocus = false\"\n />\n <button\n *ngIf=\"controls\"\n aui-button\n type=\"button\"\n [ngClass]=\"bem.element('increase')\"\n [disabled]=\"disabled || (value$ | async) >= max\"\n (click)=\"takeOneStep(true); isFocus = true\"\n >\n <aui-icon icon=\"plus\"></aui-icon>\n </button>\n</div>\n",
3979
3975
  changeDetection: ChangeDetectionStrategy.OnPush,
3980
3976
  encapsulation: ViewEncapsulation.None,
3981
3977
  preserveWhitespaces: false,
@@ -5881,6 +5877,16 @@ MessageComponent.ctorParameters = () => [
5881
5877
  { type: ChangeDetectorRef }
5882
5878
  ];
5883
5879
 
5880
+ class MessageModule {
5881
+ }
5882
+ MessageModule.decorators = [
5883
+ { type: NgModule, args: [{
5884
+ imports: [CommonModule, OverlayModule, IconModule],
5885
+ declarations: [MessageWrapperComponent, MessageComponent],
5886
+ entryComponents: [MessageWrapperComponent, MessageComponent],
5887
+ },] }
5888
+ ];
5889
+
5884
5890
  class BaseMessage {
5885
5891
  constructor(overlay, injector, applicationRef, cfr, overlayPaneClassName, wrapperClass, componentClass, globalConfig) {
5886
5892
  this.overlay = overlay;
@@ -5971,8 +5977,9 @@ class MessageService extends BaseMessage {
5971
5977
  super(overlay, injector, applicationRef, cfr, 'aui-message-overlay-pane', MessageWrapperComponent, MessageComponent, Object.assign(Object.assign({}, MESSAGE_DEFAULT_CONFIG), globalConfig));
5972
5978
  }
5973
5979
  }
5980
+ MessageService.ɵprov = ɵɵdefineInjectable({ factory: function MessageService_Factory() { return new MessageService(ɵɵinject(Overlay), ɵɵinject(INJECTOR), ɵɵinject(ApplicationRef), ɵɵinject(ComponentFactoryResolver), ɵɵinject(MESSAGE_CONFIG, 8)); }, token: MessageService, providedIn: "root" });
5974
5981
  MessageService.decorators = [
5975
- { type: Injectable }
5982
+ { type: Injectable, args: [{ providedIn: 'root' },] }
5976
5983
  ];
5977
5984
  MessageService.ctorParameters = () => [
5978
5985
  { type: Overlay },
@@ -5982,17 +5989,6 @@ MessageService.ctorParameters = () => [
5982
5989
  { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MESSAGE_CONFIG,] }] }
5983
5990
  ];
5984
5991
 
5985
- class MessageModule {
5986
- }
5987
- MessageModule.decorators = [
5988
- { type: NgModule, args: [{
5989
- imports: [CommonModule, OverlayModule, IconModule],
5990
- declarations: [MessageWrapperComponent, MessageComponent],
5991
- entryComponents: [MessageWrapperComponent, MessageComponent],
5992
- providers: [MessageService],
5993
- },] }
5994
- ];
5995
-
5996
5992
  class NotificationWrapperComponent extends MessageWrapperComponent {
5997
5993
  constructor(elementRef) {
5998
5994
  super(elementRef);
@@ -6114,6 +6110,16 @@ NotificationComponent.propDecorators = {
6114
6110
  onMouseLeave: [{ type: HostListener, args: ['mouseleave',] }]
6115
6111
  };
6116
6112
 
6113
+ class NotificationModule {
6114
+ }
6115
+ NotificationModule.decorators = [
6116
+ { type: NgModule, args: [{
6117
+ imports: [CommonModule, OverlayModule, PortalModule, IconModule],
6118
+ declarations: [NotificationWrapperComponent, NotificationComponent],
6119
+ entryComponents: [NotificationWrapperComponent, NotificationComponent],
6120
+ },] }
6121
+ ];
6122
+
6117
6123
  const NOTIFICATION_CONFIG = new InjectionToken('NOTIFICATION_CONFIG');
6118
6124
  const NOTIFICATION_DEFAULT_CONFIG = {
6119
6125
  duration: 6000,
@@ -6125,8 +6131,9 @@ class NotificationService extends BaseMessage {
6125
6131
  super(overlay, injector, applicationRef, cfr, 'aui-notification-overlay-pane', NotificationWrapperComponent, NotificationComponent, Object.assign(Object.assign({}, NOTIFICATION_DEFAULT_CONFIG), globalConfig));
6126
6132
  }
6127
6133
  }
6134
+ NotificationService.ɵprov = ɵɵdefineInjectable({ factory: function NotificationService_Factory() { return new NotificationService(ɵɵinject(Overlay), ɵɵinject(INJECTOR), ɵɵinject(ApplicationRef), ɵɵinject(ComponentFactoryResolver), ɵɵinject(NOTIFICATION_CONFIG, 8)); }, token: NotificationService, providedIn: "root" });
6128
6135
  NotificationService.decorators = [
6129
- { type: Injectable }
6136
+ { type: Injectable, args: [{ providedIn: 'root' },] }
6130
6137
  ];
6131
6138
  NotificationService.ctorParameters = () => [
6132
6139
  { type: Overlay },
@@ -6136,17 +6143,6 @@ NotificationService.ctorParameters = () => [
6136
6143
  { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NOTIFICATION_CONFIG,] }] }
6137
6144
  ];
6138
6145
 
6139
- class NotificationModule {
6140
- }
6141
- NotificationModule.decorators = [
6142
- { type: NgModule, args: [{
6143
- imports: [CommonModule, OverlayModule, PortalModule, IconModule],
6144
- declarations: [NotificationWrapperComponent, NotificationComponent],
6145
- entryComponents: [NotificationWrapperComponent, NotificationComponent],
6146
- providers: [NotificationService],
6147
- },] }
6148
- ];
6149
-
6150
6146
  class TabBodyComponent {
6151
6147
  constructor() {
6152
6148
  this.content$ = new BehaviorSubject(null);
@@ -10276,7 +10272,7 @@ class DrawerComponent extends DrawerRef {
10276
10272
  this.injector = injector;
10277
10273
  this.cdr = cdr;
10278
10274
  this.size = DrawerSize.Medium;
10279
- this.offsetY = 0;
10275
+ this.offsetY = '0px';
10280
10276
  this.hideOnClickOutside = false;
10281
10277
  this.showClose = true;
10282
10278
  this._value = SIZE_MAPPER[DrawerSize.Medium];
@@ -10296,7 +10292,7 @@ class DrawerComponent extends DrawerRef {
10296
10292
  return this._value;
10297
10293
  }
10298
10294
  get drawerClasses() {
10299
- return Object.assign({ drawer: true }, (!this.drawerClass ? null : { [this.drawerClass]: true }));
10295
+ return Object.assign({ 'aui-drawer': true }, (!this.drawerClass ? null : { [this.drawerClass]: true }));
10300
10296
  }
10301
10297
  get afterClosed() {
10302
10298
  return this.afterClosed$.asObservable();
@@ -10321,7 +10317,7 @@ class DrawerComponent extends DrawerRef {
10321
10317
  this.open();
10322
10318
  }
10323
10319
  else {
10324
- this.closure();
10320
+ this.dispose();
10325
10321
  }
10326
10322
  }
10327
10323
  }
@@ -10349,7 +10345,9 @@ class DrawerComponent extends DrawerRef {
10349
10345
  this.hideOnClickOutside &&
10350
10346
  event.target instanceof Node &&
10351
10347
  !((_b = (_a = this.overlayRef.hostElement) === null || _a === void 0 ? void 0 : _a.parentNode) === null || _b === void 0 ? void 0 : _b.contains(event.target))) {
10352
- this.closure();
10348
+ event.stopPropagation();
10349
+ event.preventDefault();
10350
+ this.dispose();
10353
10351
  }
10354
10352
  });
10355
10353
  }
@@ -10398,9 +10396,9 @@ class DrawerComponent extends DrawerRef {
10398
10396
  this.updateBodyOverflow();
10399
10397
  this.cdr.markForCheck();
10400
10398
  }
10401
- closure(result = null) {
10399
+ dispose(result = null) {
10402
10400
  this.visible = false;
10403
- this.close.next();
10401
+ this.close.emit();
10404
10402
  this.afterClosed$.next(result);
10405
10403
  this.afterClosed$.complete();
10406
10404
  this.updateBodyOverflow();
@@ -10414,7 +10412,7 @@ class DrawerComponent extends DrawerRef {
10414
10412
  }
10415
10413
  maskClick() {
10416
10414
  if (this.maskClosable && this.mask) {
10417
- this.closure();
10415
+ this.dispose();
10418
10416
  }
10419
10417
  }
10420
10418
  ngOnDestroy() {
@@ -10425,10 +10423,10 @@ class DrawerComponent extends DrawerRef {
10425
10423
  DrawerComponent.decorators = [
10426
10424
  { type: Component, args: [{
10427
10425
  selector: 'aui-drawer',
10428
- template: "<ng-template #drawerTemplate>\n <div\n [class.drawer-mask-open]=\"visible\"\n class=\"drawer-mask\"\n (click)=\"maskClick()\"\n *ngIf=\"mask\"\n ></div>\n <div\n [style.marginTop.px]=\"offsetY\"\n [ngClass]=\"drawerClasses\"\n [class.drawer-open]=\"visible\"\n [ngStyle]=\"{\n transform: transform,\n width: width + 'px'\n }\"\n >\n <div\n class=\"drawer-content\"\n [style.height]=\"'calc(100% - ' + offsetY + 'px)'\"\n >\n <div class=\"drawer-body-wrapper\">\n <div class=\"drawer-header\">\n <div class=\"drawer-title\">\n <ng-container\n *ngIf=\"!isTemplateRef(title || titleTemplate); else elseTemplate\"\n >\n {{ title }}\n </ng-container>\n <ng-template #elseTemplate>\n <ng-container\n *ngIf=\"title || titleTemplate\"\n [ngTemplateOutlet]=\"$any(title || titleTemplate)\"\n [ngTemplateOutletContext]=\"templateContext\"\n ></ng-container>\n </ng-template>\n </div>\n <div class=\"drawer-close\" *ngIf=\"showClose\" (click)=\"closure()\">\n <aui-icon icon=\"close\"></aui-icon>\n </div>\n </div>\n\n <div class=\"drawer-body\">\n <ng-template cdkPortalOutlet></ng-template>\n <ng-container *ngIf=\"isTemplateRef(content || contentTemplate)\">\n <ng-container\n *ngTemplateOutlet=\"\n $any(content || contentTemplate);\n context: templateContext\n \"\n >\n </ng-container>\n </ng-container>\n </div>\n\n <div class=\"drawer-footer\" *ngIf=\"footer\">\n <ng-container\n *ngIf=\"!isTemplateRef(footer || footerTemplate); else elseTemplate\"\n >\n {{ footer }}\n </ng-container>\n <ng-template #elseTemplate>\n <ng-container\n *ngIf=\"footer || titleTemplate\"\n [ngTemplateOutlet]=\"$any(footer || titleTemplate)\"\n [ngTemplateOutletContext]=\"templateContext\"\n ></ng-container>\n </ng-template>\n </div>\n </div>\n </div>\n </div>\n</ng-template>\n",
10426
+ template: "<ng-template #drawerTemplate>\n <div\n *ngIf=\"mask\"\n class=\"aui-drawer-mask\"\n [class.isOpen]=\"visible\"\n (click)=\"maskClick()\"\n ></div>\n <div\n [style.marginTop]=\"offsetY\"\n [ngClass]=\"drawerClasses\"\n [class.isOpen]=\"visible\"\n [ngStyle]=\"{\n transform: transform,\n width: width + 'px'\n }\"\n >\n <div class=\"aui-drawer__content\">\n <div class=\"aui-drawer__body-wrapper\">\n <div class=\"aui-drawer__header\">\n <div class=\"aui-drawer__title\">\n <ng-container\n *ngIf=\"!isTemplateRef(title || titleTemplate); else elseTemplate\"\n >\n {{ title }}\n </ng-container>\n <ng-template #elseTemplate>\n <ng-container\n *ngIf=\"title || titleTemplate\"\n [ngTemplateOutlet]=\"title || titleTemplate\"\n [ngTemplateOutletContext]=\"templateContext\"\n ></ng-container>\n </ng-template>\n </div>\n <div class=\"aui-drawer__close\" *ngIf=\"showClose\" (click)=\"dispose()\">\n <aui-icon icon=\"close\"></aui-icon>\n </div>\n </div>\n\n <div class=\"aui-drawer__body\">\n <ng-template cdkPortalOutlet></ng-template>\n <ng-container *ngIf=\"isTemplateRef(content || contentTemplate)\">\n <ng-container\n *ngTemplateOutlet=\"\n content || contentTemplate;\n context: templateContext\n \"\n >\n </ng-container>\n </ng-container>\n </div>\n\n <div *ngIf=\"footer || footerTemplate\" class=\"aui-drawer__footer\">\n <ng-container\n *ngIf=\"!isTemplateRef(footer || footerTemplate); else elseTemplate\"\n >\n {{ footer }}\n </ng-container>\n <ng-template #elseTemplate>\n <ng-container\n *ngIf=\"footer || titleTemplate\"\n [ngTemplateOutlet]=\"footer || titleTemplate\"\n [ngTemplateOutletContext]=\"templateContext\"\n ></ng-container>\n </ng-template>\n </div>\n </div>\n </div>\n </div>\n</ng-template>\n",
10429
10427
  encapsulation: ViewEncapsulation.None,
10430
10428
  changeDetection: ChangeDetectionStrategy.OnPush,
10431
- styles: [".drawer-open .drawer-content{box-shadow:0 4px 16px 0 rgba(var(--aui-color-n-1),.2)}.drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;opacity:.4;background-color:rgb(var(--aui-color-n-0))}.drawer-mask-open{height:100%}.drawer{height:100%;position:fixed;top:0;right:0;z-index:9999;transition:transform .3s,opacity .3s,box-shaow .3s}.drawer-content{background-color:rgb(var(--aui-color-n-10));position:absolute;height:100%;right:0;width:100%}.drawer-title{flex:1}.drawer-header{margin:20px 20px 0;background:rgb(var(--aui-color-n-10));display:flex;font-size:20px;font-weight:500;padding-bottom:16px;justify-content:space-between;border-bottom:1px solid rgb(var(--aui-color-n-7))}.drawer-close{z-index:10;display:flex;align-items:center;font-size:16px;cursor:pointer;color:rgb(var(--aui-color-n-4));margin-left:16px}.drawer-body-wrapper{width:100%;height:100%;flex-direction:column;flex-wrap:nowrap;display:flex;position:relative;z-index:1;background-clip:padding-box;border:0}.drawer-body{margin:16px 20px;overflow:hidden;overflow-y:auto;font-size:14px;height:calc(100% - 100px)}.drawer-footer{margin:0 20px 20px;padding-top:16px;border-top:1px solid rgb(var(--aui-color-n-7))}"]
10429
+ styles: [".aui-drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;opacity:.4;background-color:rgb(var(--aui-color-n-0))}.aui-drawer-mask.isOpen{height:100%}.aui-drawer{position:fixed;top:0;bottom:0;right:0;z-index:9999;transition:transform .3s,opacity .3s,box-shaow .3s;font-size:var(--aui-font-size-m);line-height:var(--aui-line-height-m);color:rgb(var(--aui-color-n-1))}.aui-drawer.isOpen .aui-drawer__content{box-shadow:0 4px 16px 0 rgba(var(--aui-color-n-1),.2)}.aui-drawer__content{background-color:rgb(var(--aui-color-n-10));position:absolute;height:100%;right:0;width:100%}.aui-drawer__header{margin:20px 20px 0;padding-bottom:16px;display:flex;justify-content:space-between;border-bottom:1px solid rgb(var(--aui-color-n-8))}.aui-drawer__title{flex:1;font-size:var(--aui-font-size-xxl);line-height:var(--aui-line-height-xxl);color:rgb(var(--aui-color-n-1));font-weight:var(--aui-font-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aui-drawer__close{z-index:10;margin-left:16px;display:flex;align-items:center;font-size:var(--aui-icon-size-m);color:rgb(var(--aui-color-n-4));cursor:pointer}.aui-drawer__close:hover{color:rgb(var(--aui-color-primary))}.aui-drawer__body-wrapper{width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;position:relative;z-index:1}.aui-drawer__body{margin:16px 20px;overflow:hidden;overflow-y:auto;height:100%}.aui-drawer__footer{margin:0 20px 20px;padding-top:16px;border-top:1px solid rgb(var(--aui-color-n-8))}"]
10432
10430
  },] }
10433
10431
  ];
10434
10432
  DrawerComponent.ctorParameters = () => [
@@ -10459,6 +10457,23 @@ DrawerComponent.propDecorators = {
10459
10457
  footerTemplate: [{ type: ContentChild, args: [DrawerFooterDirective, { read: TemplateRef },] }]
10460
10458
  };
10461
10459
 
10460
+ const COMMON = [
10461
+ DrawerComponent,
10462
+ DrawerHeaderDirective,
10463
+ DrawerContentDirective,
10464
+ DrawerFooterDirective,
10465
+ ];
10466
+ class DrawerModule {
10467
+ }
10468
+ DrawerModule.decorators = [
10469
+ { type: NgModule, args: [{
10470
+ imports: [CommonModule, IconModule, IconModule, OverlayModule, PortalModule],
10471
+ declarations: COMMON,
10472
+ exports: COMMON,
10473
+ entryComponents: [DrawerComponent],
10474
+ },] }
10475
+ ];
10476
+
10462
10477
  class DrawerService {
10463
10478
  constructor(overlay) {
10464
10479
  this.overlay = overlay;
@@ -10466,7 +10481,7 @@ class DrawerService {
10466
10481
  }
10467
10482
  open(options) {
10468
10483
  var _a, _b, _c;
10469
- (_b = (_a = this.drawerRef) === null || _a === void 0 ? void 0 : _a.instance) === null || _b === void 0 ? void 0 : _b.closure();
10484
+ (_b = (_a = this.drawerRef) === null || _a === void 0 ? void 0 : _a.instance) === null || _b === void 0 ? void 0 : _b.dispose();
10470
10485
  this.createDrawer();
10471
10486
  this.updateOptions(options);
10472
10487
  return (_c = this.drawerRef) === null || _c === void 0 ? void 0 : _c.instance;
@@ -10502,24 +10517,6 @@ DrawerService.ctorParameters = () => [
10502
10517
  { type: Overlay }
10503
10518
  ];
10504
10519
 
10505
- const COMMON = [
10506
- DrawerComponent,
10507
- DrawerHeaderDirective,
10508
- DrawerContentDirective,
10509
- DrawerFooterDirective,
10510
- ];
10511
- class DrawerModule {
10512
- }
10513
- DrawerModule.decorators = [
10514
- { type: NgModule, args: [{
10515
- imports: [CommonModule, IconModule, IconModule, OverlayModule, PortalModule],
10516
- declarations: COMMON,
10517
- exports: COMMON,
10518
- providers: [DrawerService],
10519
- entryComponents: [DrawerComponent],
10520
- },] }
10521
- ];
10522
-
10523
10520
  const StepState = {
10524
10521
  Default: 'default',
10525
10522
  Done: 'done',