@alauda/ui 6.1.3-beta → 6.1.3-beta.11
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/alauda-ui.metadata.json +1 -1
- package/bundles/alauda-ui.umd.js +194 -313
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/drawer/component/drawer.component.d.ts +16 -33
- package/drawer/drawer.service.d.ts +4 -0
- package/drawer/drawer.types.d.ts +14 -0
- package/drawer/public-api.d.ts +2 -2
- package/esm2015/dialog/dialog.module.js +1 -3
- package/esm2015/dialog/dialog.module.ngfactory.js +7 -8
- package/esm2015/dialog/dialog.module.ngsummary.json +1 -1
- package/esm2015/dialog/dialog.service.js +6 -2
- package/esm2015/drawer/component/drawer.component.js +41 -114
- package/esm2015/drawer/component/drawer.component.ngfactory.js +15 -25
- package/esm2015/drawer/component/drawer.component.ngsummary.json +1 -1
- package/esm2015/drawer/component/drawer.component.scss.ngstyle.js +1 -1
- package/esm2015/drawer/drawer.module.js +1 -3
- package/esm2015/drawer/drawer.module.ngfactory.js +7 -8
- package/esm2015/drawer/drawer.module.ngsummary.json +1 -1
- package/esm2015/drawer/drawer.service.js +17 -0
- package/esm2015/drawer/drawer.service.ngsummary.json +1 -0
- package/esm2015/drawer/drawer.types.js +7 -0
- package/esm2015/drawer/drawer.types.ngsummary.json +1 -0
- package/esm2015/drawer/public-api.js +3 -3
- package/esm2015/drawer/public-api.ngsummary.json +1 -1
- package/esm2015/input/input.module.ngfactory.js +1 -1
- package/esm2015/input/number-input/number-input.component.js +2 -2
- package/esm2015/input/number-input/number-input.component.ngfactory.js +1 -1
- package/esm2015/message/message.module.js +1 -3
- package/esm2015/message/message.module.ngfactory.js +6 -8
- package/esm2015/message/message.module.ngsummary.json +1 -1
- package/esm2015/message/message.service.js +6 -2
- package/esm2015/notification/notification.module.js +1 -3
- package/esm2015/notification/notification.module.ngfactory.js +6 -8
- package/esm2015/notification/notification.module.ngsummary.json +1 -1
- package/esm2015/notification/notification.service.js +6 -2
- package/esm2015/table/table-scroll.directive.js +9 -4
- package/esm2015/table/table-scroll.directive.ngsummary.json +1 -1
- package/esm2015/table/table-scroll.scss.ngstyle.js +1 -1
- package/esm2015/table/table.component.js +1 -1
- package/esm2015/table/table.component.scss.ngstyle.js +1 -1
- package/fesm2015/alauda-ui.js +158 -257
- package/fesm2015/alauda-ui.js.map +1 -1
- package/package.json +1 -1
- package/table/table-scroll.directive.d.ts +3 -1
- package/drawer/component/drawer-ref.d.ts +0 -26
- package/drawer/component/drawer.service.d.ts +0 -23
- package/esm2015/drawer/component/drawer-ref.js +0 -9
- package/esm2015/drawer/component/drawer-ref.ngsummary.json +0 -1
- package/esm2015/drawer/component/drawer.service.js +0 -51
- package/esm2015/drawer/component/drawer.service.ngsummary.json +0 -1
package/fesm2015/alauda-ui.js
CHANGED
|
@@ -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, isDevMode, Renderer2, NgZone, HostListener, InjectionToken, Injector, ContentChildren, forwardRef,
|
|
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, ɵɵinject, INJECTOR, ContentChildren, forwardRef, ApplicationRef, ComponentFactoryResolver, ViewChildren } 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,6 +684,71 @@ 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
|
+
|
|
687
752
|
const CLASS_PREFIX = 'aui-table';
|
|
688
753
|
const SHADOW_CLASS = `${CLASS_PREFIX}__scroll-shadow`;
|
|
689
754
|
const HAS_SCROLL_CLASS = `${SHADOW_CLASS}--has-scroll`;
|
|
@@ -703,8 +768,9 @@ TableScrollWrapperDirective.decorators = [
|
|
|
703
768
|
},] }
|
|
704
769
|
];
|
|
705
770
|
class TableScrollShadowDirective {
|
|
706
|
-
constructor(el) {
|
|
771
|
+
constructor(el, table) {
|
|
707
772
|
this.el = el;
|
|
773
|
+
this.table = table;
|
|
708
774
|
this.destroy$$ = new Subject();
|
|
709
775
|
this.SCROLL_BEFORE_END_CLASS = true;
|
|
710
776
|
this.SHADOW_CLASS = true;
|
|
@@ -731,6 +797,8 @@ class TableScrollShadowDirective {
|
|
|
731
797
|
const scrollTop = this.containerEl.scrollTop;
|
|
732
798
|
this.placeClassList(this.containerEl.classList, scrollTop > 0, HAS_TABLE_TOP_SHADOW);
|
|
733
799
|
this.placeClassList(this.containerEl.classList, scrollTop < scrollDis, HAS_TABLE_BOTTOM_SHADOW);
|
|
800
|
+
// 兼容屏幕缩放是 sticky多列的样式问题
|
|
801
|
+
this.table.updateStickyColumnStyles();
|
|
734
802
|
}
|
|
735
803
|
mutateHorizontalScroll() {
|
|
736
804
|
const scrollDis = this.containerEl.scrollWidth - this.containerEl.offsetWidth;
|
|
@@ -752,78 +820,14 @@ TableScrollShadowDirective.decorators = [
|
|
|
752
820
|
},] }
|
|
753
821
|
];
|
|
754
822
|
TableScrollShadowDirective.ctorParameters = () => [
|
|
755
|
-
{ type: ElementRef }
|
|
823
|
+
{ type: ElementRef },
|
|
824
|
+
{ type: TableComponent, decorators: [{ type: Host }] }
|
|
756
825
|
];
|
|
757
826
|
TableScrollShadowDirective.propDecorators = {
|
|
758
827
|
SCROLL_BEFORE_END_CLASS: [{ type: HostBinding, args: [`class.${SCROLL_BEFORE_END_CLASS}`,] }],
|
|
759
828
|
SHADOW_CLASS: [{ type: HostBinding, args: [`class.${SHADOW_CLASS}`,] }]
|
|
760
829
|
};
|
|
761
830
|
|
|
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
|
-
|
|
827
831
|
class TableModule {
|
|
828
832
|
}
|
|
829
833
|
TableModule.decorators = [
|
|
@@ -2279,13 +2283,14 @@ class DialogService {
|
|
|
2279
2283
|
}
|
|
2280
2284
|
DialogService.DIALOG_OVERLAY_PANE_CLASS = 'aui-dialog-overlay-pane';
|
|
2281
2285
|
DialogService.DIALOG_BACKDROP_CLASS = 'aui-dialog-backdrop';
|
|
2286
|
+
DialogService.ɵprov = ɵɵdefineInjectable({ factory: function DialogService_Factory() { return new DialogService(ɵɵinject(Overlay), ɵɵinject(INJECTOR), ɵɵinject(ScrollDispatcher), ɵɵinject(NgZone)); }, token: DialogService, providedIn: "root" });
|
|
2282
2287
|
DialogService.decorators = [
|
|
2283
|
-
{ type: Injectable }
|
|
2288
|
+
{ type: Injectable, args: [{ providedIn: 'root' },] }
|
|
2284
2289
|
];
|
|
2285
2290
|
DialogService.ctorParameters = () => [
|
|
2286
2291
|
{ type: Overlay },
|
|
2287
2292
|
{ type: Injector },
|
|
2288
|
-
{ type: ScrollDispatcher },
|
|
2293
|
+
{ type: ScrollDispatcher$1 },
|
|
2289
2294
|
{ type: NgZone }
|
|
2290
2295
|
];
|
|
2291
2296
|
|
|
@@ -2338,7 +2343,7 @@ DialogContentComponent.decorators = [
|
|
|
2338
2343
|
];
|
|
2339
2344
|
DialogContentComponent.ctorParameters = () => [
|
|
2340
2345
|
{ type: ElementRef },
|
|
2341
|
-
{ type: ScrollDispatcher },
|
|
2346
|
+
{ type: ScrollDispatcher$1 },
|
|
2342
2347
|
{ type: NgZone },
|
|
2343
2348
|
{ type: Directionality }
|
|
2344
2349
|
];
|
|
@@ -2421,7 +2426,6 @@ DialogModule.decorators = [
|
|
|
2421
2426
|
DialogCloseDirective,
|
|
2422
2427
|
],
|
|
2423
2428
|
entryComponents: [DialogComponent, ConfirmDialogComponent],
|
|
2424
|
-
providers: [DialogService],
|
|
2425
2429
|
},] }
|
|
2426
2430
|
];
|
|
2427
2431
|
|
|
@@ -3971,7 +3975,7 @@ class NumberInputComponent extends CommonFormControl {
|
|
|
3971
3975
|
NumberInputComponent.decorators = [
|
|
3972
3976
|
{ type: Component, args: [{
|
|
3973
3977
|
selector: 'aui-number-input',
|
|
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($
|
|
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($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",
|
|
3975
3979
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3976
3980
|
encapsulation: ViewEncapsulation.None,
|
|
3977
3981
|
preserveWhitespaces: false,
|
|
@@ -5877,6 +5881,16 @@ MessageComponent.ctorParameters = () => [
|
|
|
5877
5881
|
{ type: ChangeDetectorRef }
|
|
5878
5882
|
];
|
|
5879
5883
|
|
|
5884
|
+
class MessageModule {
|
|
5885
|
+
}
|
|
5886
|
+
MessageModule.decorators = [
|
|
5887
|
+
{ type: NgModule, args: [{
|
|
5888
|
+
imports: [CommonModule, OverlayModule, IconModule],
|
|
5889
|
+
declarations: [MessageWrapperComponent, MessageComponent],
|
|
5890
|
+
entryComponents: [MessageWrapperComponent, MessageComponent],
|
|
5891
|
+
},] }
|
|
5892
|
+
];
|
|
5893
|
+
|
|
5880
5894
|
class BaseMessage {
|
|
5881
5895
|
constructor(overlay, injector, applicationRef, cfr, overlayPaneClassName, wrapperClass, componentClass, globalConfig) {
|
|
5882
5896
|
this.overlay = overlay;
|
|
@@ -5967,8 +5981,9 @@ class MessageService extends BaseMessage {
|
|
|
5967
5981
|
super(overlay, injector, applicationRef, cfr, 'aui-message-overlay-pane', MessageWrapperComponent, MessageComponent, Object.assign(Object.assign({}, MESSAGE_DEFAULT_CONFIG), globalConfig));
|
|
5968
5982
|
}
|
|
5969
5983
|
}
|
|
5984
|
+
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" });
|
|
5970
5985
|
MessageService.decorators = [
|
|
5971
|
-
{ type: Injectable }
|
|
5986
|
+
{ type: Injectable, args: [{ providedIn: 'root' },] }
|
|
5972
5987
|
];
|
|
5973
5988
|
MessageService.ctorParameters = () => [
|
|
5974
5989
|
{ type: Overlay },
|
|
@@ -5978,17 +5993,6 @@ MessageService.ctorParameters = () => [
|
|
|
5978
5993
|
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MESSAGE_CONFIG,] }] }
|
|
5979
5994
|
];
|
|
5980
5995
|
|
|
5981
|
-
class MessageModule {
|
|
5982
|
-
}
|
|
5983
|
-
MessageModule.decorators = [
|
|
5984
|
-
{ type: NgModule, args: [{
|
|
5985
|
-
imports: [CommonModule, OverlayModule, IconModule],
|
|
5986
|
-
declarations: [MessageWrapperComponent, MessageComponent],
|
|
5987
|
-
entryComponents: [MessageWrapperComponent, MessageComponent],
|
|
5988
|
-
providers: [MessageService],
|
|
5989
|
-
},] }
|
|
5990
|
-
];
|
|
5991
|
-
|
|
5992
5996
|
class NotificationWrapperComponent extends MessageWrapperComponent {
|
|
5993
5997
|
constructor(elementRef) {
|
|
5994
5998
|
super(elementRef);
|
|
@@ -6110,6 +6114,16 @@ NotificationComponent.propDecorators = {
|
|
|
6110
6114
|
onMouseLeave: [{ type: HostListener, args: ['mouseleave',] }]
|
|
6111
6115
|
};
|
|
6112
6116
|
|
|
6117
|
+
class NotificationModule {
|
|
6118
|
+
}
|
|
6119
|
+
NotificationModule.decorators = [
|
|
6120
|
+
{ type: NgModule, args: [{
|
|
6121
|
+
imports: [CommonModule, OverlayModule, PortalModule, IconModule],
|
|
6122
|
+
declarations: [NotificationWrapperComponent, NotificationComponent],
|
|
6123
|
+
entryComponents: [NotificationWrapperComponent, NotificationComponent],
|
|
6124
|
+
},] }
|
|
6125
|
+
];
|
|
6126
|
+
|
|
6113
6127
|
const NOTIFICATION_CONFIG = new InjectionToken('NOTIFICATION_CONFIG');
|
|
6114
6128
|
const NOTIFICATION_DEFAULT_CONFIG = {
|
|
6115
6129
|
duration: 6000,
|
|
@@ -6121,8 +6135,9 @@ class NotificationService extends BaseMessage {
|
|
|
6121
6135
|
super(overlay, injector, applicationRef, cfr, 'aui-notification-overlay-pane', NotificationWrapperComponent, NotificationComponent, Object.assign(Object.assign({}, NOTIFICATION_DEFAULT_CONFIG), globalConfig));
|
|
6122
6136
|
}
|
|
6123
6137
|
}
|
|
6138
|
+
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" });
|
|
6124
6139
|
NotificationService.decorators = [
|
|
6125
|
-
{ type: Injectable }
|
|
6140
|
+
{ type: Injectable, args: [{ providedIn: 'root' },] }
|
|
6126
6141
|
];
|
|
6127
6142
|
NotificationService.ctorParameters = () => [
|
|
6128
6143
|
{ type: Overlay },
|
|
@@ -6132,17 +6147,6 @@ NotificationService.ctorParameters = () => [
|
|
|
6132
6147
|
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [NOTIFICATION_CONFIG,] }] }
|
|
6133
6148
|
];
|
|
6134
6149
|
|
|
6135
|
-
class NotificationModule {
|
|
6136
|
-
}
|
|
6137
|
-
NotificationModule.decorators = [
|
|
6138
|
-
{ type: NgModule, args: [{
|
|
6139
|
-
imports: [CommonModule, OverlayModule, PortalModule, IconModule],
|
|
6140
|
-
declarations: [NotificationWrapperComponent, NotificationComponent],
|
|
6141
|
-
entryComponents: [NotificationWrapperComponent, NotificationComponent],
|
|
6142
|
-
providers: [NotificationService],
|
|
6143
|
-
},] }
|
|
6144
|
-
];
|
|
6145
|
-
|
|
6146
6150
|
class TabBodyComponent {
|
|
6147
6151
|
constructor() {
|
|
6148
6152
|
this.content$ = new BehaviorSubject(null);
|
|
@@ -10224,12 +10228,10 @@ DatePickerModule.decorators = [
|
|
|
10224
10228
|
|
|
10225
10229
|
var DrawerSize;
|
|
10226
10230
|
(function (DrawerSize) {
|
|
10227
|
-
DrawerSize["Small"] = "
|
|
10228
|
-
DrawerSize["Medium"] = "
|
|
10229
|
-
DrawerSize["
|
|
10231
|
+
DrawerSize["Small"] = "400px";
|
|
10232
|
+
DrawerSize["Medium"] = "600px";
|
|
10233
|
+
DrawerSize["Large"] = "800px";
|
|
10230
10234
|
})(DrawerSize || (DrawerSize = {}));
|
|
10231
|
-
class DrawerRef {
|
|
10232
|
-
}
|
|
10233
10235
|
|
|
10234
10236
|
/**
|
|
10235
10237
|
* @packageDocumentation
|
|
@@ -10259,46 +10261,22 @@ DrawerFooterDirective.decorators = [
|
|
|
10259
10261
|
|
|
10260
10262
|
const DATA = new InjectionToken('drawer-data');
|
|
10261
10263
|
const DRAWER_OVERLAY_CLASS = 'aui-drawer-overlay';
|
|
10262
|
-
|
|
10263
|
-
|
|
10264
|
-
[DrawerSize.Medium]: 600,
|
|
10265
|
-
[DrawerSize.Big]: 800,
|
|
10266
|
-
};
|
|
10267
|
-
class DrawerComponent extends DrawerRef {
|
|
10268
|
-
constructor(viewContainerRef, overlay, injector, cdr) {
|
|
10269
|
-
super();
|
|
10264
|
+
class DrawerComponent {
|
|
10265
|
+
constructor(viewContainerRef, overlay) {
|
|
10270
10266
|
this.viewContainerRef = viewContainerRef;
|
|
10271
10267
|
this.overlay = overlay;
|
|
10272
|
-
this.injector = injector;
|
|
10273
|
-
this.cdr = cdr;
|
|
10274
10268
|
this.size = DrawerSize.Medium;
|
|
10275
|
-
this.offsetY =
|
|
10269
|
+
this.offsetY = '0px';
|
|
10276
10270
|
this.hideOnClickOutside = false;
|
|
10277
10271
|
this.showClose = true;
|
|
10278
|
-
this.
|
|
10279
|
-
this.
|
|
10280
|
-
this.
|
|
10281
|
-
this.
|
|
10282
|
-
this.close = new EventEmitter();
|
|
10283
|
-
this.onDestroy$ = new Subject();
|
|
10284
|
-
this.isTemplateRef = isTemplateRef;
|
|
10285
|
-
this.componentInstance = null;
|
|
10272
|
+
this.divider = true;
|
|
10273
|
+
this.width = DrawerSize.Medium;
|
|
10274
|
+
this.visibleChange = new EventEmitter();
|
|
10275
|
+
this.destroy$ = new Subject();
|
|
10286
10276
|
this.templateContext = {};
|
|
10287
10277
|
}
|
|
10288
|
-
set width(value) {
|
|
10289
|
-
this._value = value;
|
|
10290
|
-
}
|
|
10291
|
-
get width() {
|
|
10292
|
-
return this._value;
|
|
10293
|
-
}
|
|
10294
10278
|
get drawerClasses() {
|
|
10295
|
-
return Object.assign({ drawer: true }, (
|
|
10296
|
-
}
|
|
10297
|
-
get afterClosed() {
|
|
10298
|
-
return this.afterClosed$.asObservable();
|
|
10299
|
-
}
|
|
10300
|
-
get afterOpen() {
|
|
10301
|
-
return this.afterOpen$.asObservable();
|
|
10279
|
+
return Object.assign({ 'aui-drawer': true, hasDivider: this.divider, isOpen: this.visible }, (this.drawerClass ? { [this.drawerClass]: true } : null));
|
|
10302
10280
|
}
|
|
10303
10281
|
get transform() {
|
|
10304
10282
|
return `translateX(${this.visible ? 0 : '100%'})`;
|
|
@@ -10307,25 +10285,24 @@ class DrawerComponent extends DrawerRef {
|
|
|
10307
10285
|
this.attachOverlay();
|
|
10308
10286
|
this.updateBodyOverflow();
|
|
10309
10287
|
this.templateContext = { $implicit: this.contentParams };
|
|
10310
|
-
this.cdr.detectChanges();
|
|
10311
10288
|
}
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10289
|
+
open() {
|
|
10290
|
+
this.visibleChange.emit(true);
|
|
10291
|
+
this.updateBodyOverflow();
|
|
10292
|
+
}
|
|
10293
|
+
close() {
|
|
10294
|
+
this.visibleChange.emit(false);
|
|
10295
|
+
this.updateBodyOverflow();
|
|
10296
|
+
}
|
|
10297
|
+
maskClick() {
|
|
10298
|
+
if (this.maskClosable && this.mask) {
|
|
10299
|
+
this.close();
|
|
10322
10300
|
}
|
|
10323
10301
|
}
|
|
10324
|
-
|
|
10325
|
-
this.
|
|
10326
|
-
|
|
10327
|
-
|
|
10328
|
-
}, 0);
|
|
10302
|
+
ngOnDestroy() {
|
|
10303
|
+
this.destroy$.next();
|
|
10304
|
+
this.destroy$.complete();
|
|
10305
|
+
this.disposeOverlay();
|
|
10329
10306
|
}
|
|
10330
10307
|
attachOverlay() {
|
|
10331
10308
|
if (!this.overlayRef) {
|
|
@@ -10336,7 +10313,7 @@ class DrawerComponent extends DrawerRef {
|
|
|
10336
10313
|
this.overlayRef.attach(this.portal);
|
|
10337
10314
|
this.overlayRef
|
|
10338
10315
|
.outsidePointerEvents()
|
|
10339
|
-
.pipe(takeUntil(this.
|
|
10316
|
+
.pipe(takeUntil(this.destroy$))
|
|
10340
10317
|
.subscribe(event => {
|
|
10341
10318
|
var _a, _b;
|
|
10342
10319
|
// 判断鼠标点击事件的 target 是否为 overlay-container 的子节点,如果是,则不关闭 drawer。
|
|
@@ -10345,7 +10322,9 @@ class DrawerComponent extends DrawerRef {
|
|
|
10345
10322
|
this.hideOnClickOutside &&
|
|
10346
10323
|
event.target instanceof Node &&
|
|
10347
10324
|
!((_b = (_a = this.overlayRef.hostElement) === null || _a === void 0 ? void 0 : _a.parentNode) === null || _b === void 0 ? void 0 : _b.contains(event.target))) {
|
|
10348
|
-
|
|
10325
|
+
event.stopPropagation();
|
|
10326
|
+
event.preventDefault();
|
|
10327
|
+
this.close();
|
|
10349
10328
|
}
|
|
10350
10329
|
});
|
|
10351
10330
|
}
|
|
@@ -10357,26 +10336,6 @@ class DrawerComponent extends DrawerRef {
|
|
|
10357
10336
|
scrollStrategy: this.overlay.scrollStrategies.block(),
|
|
10358
10337
|
});
|
|
10359
10338
|
}
|
|
10360
|
-
attachBodyContent() {
|
|
10361
|
-
var _a, _b;
|
|
10362
|
-
(_a = this.bodyPortalOutlet) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
10363
|
-
const content = this.content || this.contentTemplate;
|
|
10364
|
-
if (content instanceof Type) {
|
|
10365
|
-
const componentPortal = new ComponentPortal(content, null, Injector.create({
|
|
10366
|
-
providers: [
|
|
10367
|
-
{
|
|
10368
|
-
provide: DATA,
|
|
10369
|
-
useValue: this.contentParams,
|
|
10370
|
-
},
|
|
10371
|
-
],
|
|
10372
|
-
parent: this.injector,
|
|
10373
|
-
}));
|
|
10374
|
-
const componentRef = (_b = this.bodyPortalOutlet) === null || _b === void 0 ? void 0 : _b.attachComponentPortal(componentPortal);
|
|
10375
|
-
this.componentInstance = componentRef.instance;
|
|
10376
|
-
Object.assign(componentRef.instance, this.contentParams);
|
|
10377
|
-
componentRef.changeDetectorRef.detectChanges();
|
|
10378
|
-
}
|
|
10379
|
-
}
|
|
10380
10339
|
updateBodyOverflow() {
|
|
10381
10340
|
if (this.overlayRef) {
|
|
10382
10341
|
if (this.visible) {
|
|
@@ -10387,117 +10346,45 @@ class DrawerComponent extends DrawerRef {
|
|
|
10387
10346
|
}
|
|
10388
10347
|
}
|
|
10389
10348
|
}
|
|
10390
|
-
open() {
|
|
10391
|
-
this.visible = true;
|
|
10392
|
-
this.afterOpen$.next();
|
|
10393
|
-
this.afterOpen$.complete();
|
|
10394
|
-
this.updateBodyOverflow();
|
|
10395
|
-
this.cdr.markForCheck();
|
|
10396
|
-
}
|
|
10397
|
-
closure(result = null) {
|
|
10398
|
-
this.visible = false;
|
|
10399
|
-
this.close.next();
|
|
10400
|
-
this.afterClosed$.next(result);
|
|
10401
|
-
this.afterClosed$.complete();
|
|
10402
|
-
this.updateBodyOverflow();
|
|
10403
|
-
this.cdr.markForCheck();
|
|
10404
|
-
}
|
|
10405
10349
|
disposeOverlay() {
|
|
10406
10350
|
if (this.overlayRef) {
|
|
10407
10351
|
this.overlayRef.dispose();
|
|
10408
10352
|
}
|
|
10409
10353
|
this.overlayRef = null;
|
|
10410
10354
|
}
|
|
10411
|
-
maskClick() {
|
|
10412
|
-
if (this.maskClosable && this.mask) {
|
|
10413
|
-
this.closure();
|
|
10414
|
-
}
|
|
10415
|
-
}
|
|
10416
|
-
ngOnDestroy() {
|
|
10417
|
-
this.onDestroy$.next();
|
|
10418
|
-
this.disposeOverlay();
|
|
10419
|
-
}
|
|
10420
10355
|
}
|
|
10421
10356
|
DrawerComponent.decorators = [
|
|
10422
10357
|
{ type: Component, args: [{
|
|
10423
10358
|
selector: 'aui-drawer',
|
|
10424
|
-
template: "<ng-template #drawerTemplate>\n <div\n
|
|
10425
|
-
encapsulation: ViewEncapsulation.None,
|
|
10359
|
+
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 [ngClass]=\"drawerClasses\"\n [ngStyle]=\"{\n transform: transform,\n width: width,\n marginTop: offsetY\n }\"\n >\n <div *ngIf=\"headerRef || showClose\" class=\"aui-drawer__header-wrapper\">\n <div class=\"aui-drawer__header\">\n <ng-content select=\"[auiDrawerHeader]\"></ng-content>\n </div>\n <div *ngIf=\"showClose\" class=\"aui-drawer__close\" (click)=\"close()\">\n <aui-icon icon=\"close\"></aui-icon>\n </div>\n </div>\n\n <div class=\"aui-drawer__content\">\n <ng-content></ng-content>\n </div>\n\n <div class=\"aui-drawer__footer\">\n <ng-content select=\"[auiDrawerFooter]\"></ng-content>\n </div>\n </div>\n</ng-template>\n",
|
|
10426
10360
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10427
|
-
|
|
10361
|
+
encapsulation: ViewEncapsulation.None,
|
|
10362
|
+
preserveWhitespaces: false,
|
|
10363
|
+
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;display:flex;flex-direction:column;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-10));transition:transform .3s ease-in-out}.aui-drawer.isOpen{box-shadow:0 4px 16px 0 rgba(var(--aui-color-n-1),.2)}.aui-drawer__header-wrapper{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__header{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{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__content{margin:16px 20px;flex:1;overflow:auto}.aui-drawer__content::-webkit-scrollbar{width:4px;height:4px}.aui-drawer__content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-drawer__footer{margin:0 20px 20px;padding-top:16px;border-top:1px solid rgb(var(--aui-color-n-8))}"]
|
|
10428
10364
|
},] }
|
|
10429
10365
|
];
|
|
10430
10366
|
DrawerComponent.ctorParameters = () => [
|
|
10431
10367
|
{ type: ViewContainerRef },
|
|
10432
|
-
{ type: Overlay }
|
|
10433
|
-
{ type: Injector },
|
|
10434
|
-
{ type: ChangeDetectorRef }
|
|
10368
|
+
{ type: Overlay }
|
|
10435
10369
|
];
|
|
10436
10370
|
DrawerComponent.propDecorators = {
|
|
10437
|
-
title: [{ type: Input }],
|
|
10438
|
-
footer: [{ type: Input }],
|
|
10439
10371
|
size: [{ type: Input }],
|
|
10440
10372
|
offsetY: [{ type: Input }],
|
|
10441
10373
|
visible: [{ type: Input }],
|
|
10442
|
-
content: [{ type: Input }],
|
|
10443
10374
|
hideOnClickOutside: [{ type: Input }],
|
|
10444
10375
|
showClose: [{ type: Input }],
|
|
10445
10376
|
drawerClass: [{ type: Input }],
|
|
10377
|
+
divider: [{ type: Input }],
|
|
10446
10378
|
mask: [{ type: Input }],
|
|
10447
10379
|
maskClosable: [{ type: Input }],
|
|
10448
10380
|
width: [{ type: Input }],
|
|
10449
|
-
|
|
10450
|
-
close: [{ type: Output }],
|
|
10381
|
+
visibleChange: [{ type: Output }],
|
|
10451
10382
|
drawerTemplate: [{ type: ViewChild, args: ['drawerTemplate', { static: true },] }],
|
|
10452
10383
|
bodyPortalOutlet: [{ type: ViewChild, args: [CdkPortalOutlet, { static: false },] }],
|
|
10453
|
-
|
|
10454
|
-
|
|
10455
|
-
footerTemplate: [{ type: ContentChild, args: [DrawerFooterDirective, { read: TemplateRef },] }]
|
|
10384
|
+
headerRef: [{ type: ContentChild, args: [DrawerHeaderDirective, { read: TemplateRef },] }],
|
|
10385
|
+
footerRef: [{ type: ContentChild, args: [DrawerFooterDirective, { read: TemplateRef },] }]
|
|
10456
10386
|
};
|
|
10457
10387
|
|
|
10458
|
-
class DrawerService {
|
|
10459
|
-
constructor(overlay) {
|
|
10460
|
-
this.overlay = overlay;
|
|
10461
|
-
this.unsubscribe$ = new Subject();
|
|
10462
|
-
}
|
|
10463
|
-
open(options) {
|
|
10464
|
-
var _a, _b, _c;
|
|
10465
|
-
(_b = (_a = this.drawerRef) === null || _a === void 0 ? void 0 : _a.instance) === null || _b === void 0 ? void 0 : _b.closure();
|
|
10466
|
-
this.createDrawer();
|
|
10467
|
-
this.updateOptions(options);
|
|
10468
|
-
return (_c = this.drawerRef) === null || _c === void 0 ? void 0 : _c.instance;
|
|
10469
|
-
}
|
|
10470
|
-
updateOptions(options) {
|
|
10471
|
-
Object.assign(this.drawerRef.instance, options);
|
|
10472
|
-
}
|
|
10473
|
-
createDrawer() {
|
|
10474
|
-
this.overlayRef = this.overlay.create();
|
|
10475
|
-
this.drawerRef = this.overlayRef.attach(new ComponentPortal(DrawerComponent));
|
|
10476
|
-
this.drawerRef.instance.drawerViewInit
|
|
10477
|
-
.pipe(takeUntil(this.unsubscribe$))
|
|
10478
|
-
.subscribe(() => {
|
|
10479
|
-
this.drawerRef.instance.open();
|
|
10480
|
-
});
|
|
10481
|
-
this.drawerRef.instance.afterClosed
|
|
10482
|
-
.pipe(takeUntil(this.unsubscribe$))
|
|
10483
|
-
.subscribe(() => {
|
|
10484
|
-
this.overlayRef.dispose();
|
|
10485
|
-
this.drawerRef = null;
|
|
10486
|
-
this.unsubscribe$.next();
|
|
10487
|
-
this.unsubscribe$.complete();
|
|
10488
|
-
});
|
|
10489
|
-
}
|
|
10490
|
-
}
|
|
10491
|
-
DrawerService.ɵprov = ɵɵdefineInjectable({ factory: function DrawerService_Factory() { return new DrawerService(ɵɵinject(Overlay)); }, token: DrawerService, providedIn: "root" });
|
|
10492
|
-
DrawerService.decorators = [
|
|
10493
|
-
{ type: Injectable, args: [{
|
|
10494
|
-
providedIn: 'root',
|
|
10495
|
-
},] }
|
|
10496
|
-
];
|
|
10497
|
-
DrawerService.ctorParameters = () => [
|
|
10498
|
-
{ type: Overlay }
|
|
10499
|
-
];
|
|
10500
|
-
|
|
10501
10388
|
const COMMON = [
|
|
10502
10389
|
DrawerComponent,
|
|
10503
10390
|
DrawerHeaderDirective,
|
|
@@ -10511,11 +10398,25 @@ DrawerModule.decorators = [
|
|
|
10511
10398
|
imports: [CommonModule, IconModule, IconModule, OverlayModule, PortalModule],
|
|
10512
10399
|
declarations: COMMON,
|
|
10513
10400
|
exports: COMMON,
|
|
10514
|
-
providers: [DrawerService],
|
|
10515
10401
|
entryComponents: [DrawerComponent],
|
|
10516
10402
|
},] }
|
|
10517
10403
|
];
|
|
10518
10404
|
|
|
10405
|
+
class DrawerService {
|
|
10406
|
+
open(_) {
|
|
10407
|
+
// TODO: need to be refactored
|
|
10408
|
+
}
|
|
10409
|
+
updateOptions(_) {
|
|
10410
|
+
// TODO: need to be refactored
|
|
10411
|
+
}
|
|
10412
|
+
}
|
|
10413
|
+
DrawerService.ɵprov = ɵɵdefineInjectable({ factory: function DrawerService_Factory() { return new DrawerService(); }, token: DrawerService, providedIn: "root" });
|
|
10414
|
+
DrawerService.decorators = [
|
|
10415
|
+
{ type: Injectable, args: [{
|
|
10416
|
+
providedIn: 'root',
|
|
10417
|
+
},] }
|
|
10418
|
+
];
|
|
10419
|
+
|
|
10519
10420
|
const StepState = {
|
|
10520
10421
|
Default: 'default',
|
|
10521
10422
|
Done: 'done',
|
|
@@ -10712,5 +10613,5 @@ StepsModule.decorators = [
|
|
|
10712
10613
|
* Generated bundle index. Do not edit.
|
|
10713
10614
|
*/
|
|
10714
10615
|
|
|
10715
|
-
export { AccordionComponent, AccordionItemComponent, AccordionItemContentDirective, AccordionItemHeaderDirective, AccordionModule, AnchorComponent, AnchorDirective, AnchorDirectiveChild, AnchorLabelDirective, AnchorModule, AnchorTreeComponent, AuiSelectValidators, AutoCompleteDirective, AutocompleteComponent, AutocompleteModule, AutocompletePlaceholderComponent, BackTopComponent, BackTopModule, BaseTooltip, Bem, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, ButtonComponent, ButtonGroupComponent, ButtonModule, ButtonType, CONTROL_ITEM_HEIGHT, CalendarFooterComponent, CalendarHeaderComponent, CardComponent, CardFooterDirective, CardHeaderDirective, CardModule, CheckTagComponent, CheckboxComponent, CheckboxGroupComponent, CheckboxModule, ColorPickerComponent, ColorPickerModule, CommonForm, CommonFormControl, ComponentSize, ConfirmDialogConfig, ConfirmType, CustomAutoCompleteDirective, DATA, DATE, DATE_NAV_RANGES, DATE_TYPES, DAY, DAY_PANEL_COLUMN_COUNT, DAY_PANEL_ROW_COUNT, DIALOG_DATA, DISPLAY_DELAY, DateNavRange, DatePickerModule, DatePickerPanelComponent, DatePickerTriggerComponent, DatePickerType, DateRangePickerPanelComponent, DialogCloseDirective, DialogConfig, DialogContentComponent, DialogFooterComponent, DialogHeaderComponent, DialogModule, DialogRef, DialogService, DialogSize, DrawerComponent, DrawerContentDirective, DrawerFooterDirective, DrawerHeaderDirective, DrawerModule,
|
|
10616
|
+
export { AccordionComponent, AccordionItemComponent, AccordionItemContentDirective, AccordionItemHeaderDirective, AccordionModule, AnchorComponent, AnchorDirective, AnchorDirectiveChild, AnchorLabelDirective, AnchorModule, AnchorTreeComponent, AuiSelectValidators, AutoCompleteDirective, AutocompleteComponent, AutocompleteModule, AutocompletePlaceholderComponent, BackTopComponent, BackTopModule, BaseTooltip, Bem, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, ButtonComponent, ButtonGroupComponent, ButtonModule, ButtonType, CONTROL_ITEM_HEIGHT, CalendarFooterComponent, CalendarHeaderComponent, CardComponent, CardFooterDirective, CardHeaderDirective, CardModule, CheckTagComponent, CheckboxComponent, CheckboxGroupComponent, CheckboxModule, ColorPickerComponent, ColorPickerModule, CommonForm, CommonFormControl, ComponentSize, ConfirmDialogConfig, ConfirmType, CustomAutoCompleteDirective, DATA, DATE, DATE_NAV_RANGES, DATE_TYPES, DAY, DAY_PANEL_COLUMN_COUNT, DAY_PANEL_ROW_COUNT, DIALOG_DATA, DISPLAY_DELAY, DateNavRange, DatePickerModule, DatePickerPanelComponent, DatePickerTriggerComponent, DatePickerType, DateRangePickerPanelComponent, DialogCloseDirective, DialogConfig, DialogContentComponent, DialogFooterComponent, DialogHeaderComponent, DialogModule, DialogRef, DialogService, DialogSize, DrawerComponent, DrawerContentDirective, DrawerFooterDirective, DrawerHeaderDirective, DrawerModule, DrawerService, DrawerSize, DropdownActiveDirective, DropdownButtonComponent, DropdownDirective, DropdownModule, FixedSizeTableVirtualScrollDirective, FixedSizeTableVirtualScrollStrategy, FixedSizeVirtualScrollDirective, FormDirective, FormItemAddonDirective, FormItemComponent, FormItemControlDirective, FormItemErrorDirective, FormItemHintDirective, FormItemLabelDirective, FormItemWidth, FormModule, HIDDEN_DELAY, HOUR, HOUR_ITEMS, I18NInterfaceToken, I18nModule, I18nPipe, I18nService, ICON_REGISTER_PROVIDER_FACTORY, ICON_REGISTER_SERVICE_PROVIDER, INPUT_ERROR_KEY, IconComponent, IconModule, IconRegisterService, IncludesDirective, InlineAlertComponent, InlineAlertModule, InlineAlertTitleDirective, InlineAlertType, InputComponent, InputGroupComponent, InputModule, LabelPosition, MESSAGE_CONFIG, MESSAGE_DEFAULT_CONFIG, MINUTE, MINUTE_ITEMS, MONTH, MONTH_PANEL_COLUMN_COUNT, MONTH_PANEL_ROW_COUNT, MenuComponent, MenuContentDirective, MenuGroupComponent, MenuItemComponent, MenuItemType, MessageConfig, MessageModule, MessageService, MessageType, MultiSelectComponent, NOTIFICATION_CONFIG, NOTIFICATION_DEFAULT_CONFIG, NotificationComponent, NotificationModule, NotificationService, NumberInputComponent, OptionComponent, OptionContentDirective, OptionGroupComponent, OptionGroupTitleDirective, OptionPlaceholderComponent, PAGINATOR_INTL_PROVIDER, PAGINATOR_INTL_PROVIDER_FACTORY, PageEvent, PaginatorComponent, PaginatorIntl, PaginatorModule, PickerPanelComponent, RadioButtonComponent, RadioComponent, RadioGroupComponent, RadioModule, RadioSize, RangePickerComponent, SECOND, SECOND_ITEMS, ScrollingModule, SearchComponent, SectionComponent, SectionTitleDirective, SelectAllStatus, SelectComponent, SelectModule, Side, SortDirective, SortHeaderComponent, SortModule, StatusBarComponent, StatusBarModule, StatusBarSize, StatusType, StepState, StepsComponent, StepsModule, SubmenuComponent, SuggestionComponent, SuggestionGroupComponent, SuggestionGroupTitleDirective, SwitchComponent, SwitchModule, TOOLTIP_COPY_INTL_INTL_PROVIDER, TOOLTIP_COPY_INTL_PROVIDER_FACTORY, TabBodyComponent, TabBodyPortalDirective, TabChangeEvent, TabComponent, TabContentDirective, TabContextService, TabGroupComponent, TabHeaderActiveIndicatorComponent, TabHeaderAddonDirective, TabHeaderComponent, TabLabelDirective, TabLabelWrapperDirective, TabSize, TabTitleDirective, TabType, TableCellDefDirective, TableCellDirective, TableColumnDefDirective, TableComponent, TableHeaderCellDefDirective, TableHeaderCellDirective, TableHeaderRowComponent, TableHeaderRowDefDirective, TableModule, TableOfContentsModule, TableRowComponent, TableRowDefDirective, TableScrollShadowDirective, TableScrollWrapperDirective, TabsModule, TagComponent, TagModule, TagType, TagsInputComponent, ThemeModule, ThemePipe, ThemeService, TimePickerComponent, TimePickerControlType, TimePickerModule, TimePickerPanelComponent, TocContainerDirective, TocContentDirective, TocLinkDirective, TooltipActiveDirective, TooltipComponent, TooltipCopyIntl, TooltipDirective, TooltipModule, TooltipTrigger, TooltipType, TreeNodeComponent, TreeNodePlaceholderComponent, TreeSelectComponent, TreeSelectModule, VirtualScrollViewportComponent, YEAR, YEAR_PANEL_COLUMN_COUNT, YEAR_PANEL_ROW_COUNT, _isNumberValue, _tableVirtualScrollDirectiveStrategyFactory, buildBem, coerceAttrBoolean, coerceNumber, coerceString, en, getAnchorTreeItems, getSortDuplicateSortableIdError, getSortHeaderMissingIdError, getSortHeaderNotContainedWithinSortError, getSortInvalidDirectionError, handlePixel, isTemplateRef, isTimePickerModel, isUndefined, last, observeMutationOn, observeResizeOn, scrollIntoView, sleep, watchContentExist, zh, ɵ0, ɵ1, ɵ2, TablePlaceholderDefDirective as ɵa, TablePlaceholderOutlet as ɵb, TableExpandButtonCellComponent as ɵc, TableExpandPanelCellComponent as ɵd, TooltipCopyDirective as ɵe, DialogComponent as ɵf, ConfirmDialogComponent as ɵg, BaseRadio as ɵh, InputAddonBeforeDirective as ɵi, InputAddonAfterDirective as ɵj, InputPrefixDirective as ɵk, InputSuffixDirective as ɵl, SharedModule as ɵm, ClickOutsideDirective as ɵn, AutosizeDirective as ɵo, BaseSelect as ɵp, MenuGroupTitleDirective as ɵq, MessageWrapperComponent as ɵr, MessageComponent as ɵs, MessageAnimations as ɵt, BaseMessage as ɵu, NotificationWrapperComponent as ɵv, VirtualForOfDirective as ɵw, _isNumberValue as ɵx, DatePickerComponent as ɵy };
|
|
10716
10617
|
//# sourceMappingURL=alauda-ui.js.map
|