@alauda/ui 10.0.0 → 10.0.1-beta.0

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.
@@ -16,7 +16,8 @@ import * as i1$2 from '@angular/cdk/overlay';
16
16
  import { OverlayConfig, OverlayModule, CdkScrollable as CdkScrollable$1 } from '@angular/cdk/overlay';
17
17
  import * as i1$3 from '@angular/forms';
18
18
  import { ControlContainer, NgControl, NG_VALUE_ACCESSOR, FormsModule, Validators, ReactiveFormsModule, NG_VALIDATORS } from '@angular/forms';
19
- import dayjs from 'dayjs';
19
+ import dayjs_ from 'dayjs';
20
+ const dayjs = 'default' in dayjs_ ? dayjs_.default : dayjs_;
20
21
  import customParseFormat from 'dayjs/plugin/customParseFormat';
21
22
  import isBetween from 'dayjs/plugin/isBetween';
22
23
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "10.0.0",
3
+ "version": "10.0.1-beta.0",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": {
6
6
  "type": "git",