@alauda/ui 6.4.8-beta.37 → 6.4.8-beta.38
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/fesm2020/alauda-ui.mjs
CHANGED
|
@@ -22,7 +22,6 @@ import { ControlContainer, NgControl, NG_VALUE_ACCESSOR, FormsModule, Validators
|
|
|
22
22
|
import dayjs from 'dayjs';
|
|
23
23
|
import isBetween from 'dayjs/plugin/isBetween';
|
|
24
24
|
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
25
|
-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
26
25
|
import * as i2$3 from '@angular/cdk/bidi';
|
|
27
26
|
import * as i1$3 from '@angular/cdk/table';
|
|
28
27
|
import { CdkTable, CDK_TABLE, _COALESCED_STYLE_SCHEDULER, _CoalescedStyleScheduler, CDK_TABLE_TEMPLATE, CdkCellDef, CdkCell, CdkColumnDef, CdkHeaderCellDef, CdkHeaderCell, CdkHeaderRowDef, CdkHeaderRow, CDK_ROW_TEMPLATE, CdkRowDef, CdkRow, CdkTableModule } from '@angular/cdk/table';
|
|
@@ -6153,8 +6152,7 @@ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6153
6152
|
DialogContentComponent,
|
|
6154
6153
|
DialogFooterComponent,
|
|
6155
6154
|
DialogCloseDirective,
|
|
6156
|
-
ConfirmDialogComponent], imports: [
|
|
6157
|
-
CommonModule,
|
|
6155
|
+
ConfirmDialogComponent], imports: [CommonModule,
|
|
6158
6156
|
OverlayModule,
|
|
6159
6157
|
PortalModule,
|
|
6160
6158
|
IconModule,
|
|
@@ -6164,7 +6162,6 @@ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
6164
6162
|
DialogFooterComponent,
|
|
6165
6163
|
DialogCloseDirective] });
|
|
6166
6164
|
DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: DialogModule, providers: [DialogService], imports: [[
|
|
6167
|
-
BrowserAnimationsModule,
|
|
6168
6165
|
CommonModule,
|
|
6169
6166
|
OverlayModule,
|
|
6170
6167
|
PortalModule,
|
|
@@ -6175,7 +6172,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImpor
|
|
|
6175
6172
|
type: NgModule,
|
|
6176
6173
|
args: [{
|
|
6177
6174
|
imports: [
|
|
6178
|
-
BrowserAnimationsModule,
|
|
6179
6175
|
CommonModule,
|
|
6180
6176
|
OverlayModule,
|
|
6181
6177
|
PortalModule,
|