@alauda/ui 9.1.4-beta.1 → 9.1.4-beta.2
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/fesm2022/alauda-ui.mjs +2 -1
- package/package.json +1 -1
package/fesm2022/alauda-ui.mjs
CHANGED
|
@@ -17,7 +17,8 @@ import * as i1$2 from '@angular/cdk/overlay';
|
|
|
17
17
|
import { OverlayConfig, OverlayModule, CdkScrollable as CdkScrollable$1 } from '@angular/cdk/overlay';
|
|
18
18
|
import * as i1$3 from '@angular/forms';
|
|
19
19
|
import { ControlContainer, NgControl, NG_VALUE_ACCESSOR, FormsModule, Validators, ReactiveFormsModule, NG_VALIDATORS } from '@angular/forms';
|
|
20
|
-
import
|
|
20
|
+
import dayjs_ from 'dayjs';
|
|
21
|
+
const dayjs = 'default' in dayjs_ ? dayjs_.default : dayjs_;
|
|
21
22
|
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
22
23
|
import isBetween from 'dayjs/plugin/isBetween';
|
|
23
24
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|