atr-components 0.1.13 → 0.1.15

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.
@@ -110,7 +110,7 @@ import ImageResize from 'quill-image-resize-module';
110
110
  import * as i3$3 from 'ngx-quill';
111
111
  import { QuillModule } from 'ngx-quill';
112
112
  import zh from '@angular/common/locales/zh';
113
- import echarts from 'echarts';
113
+ import * as echarts from 'echarts';
114
114
 
115
115
  const transAnimation = animation([
116
116
  style({
@@ -3835,7 +3835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3835
3835
 
3836
3836
  const THIRDMODULES = [
3837
3837
  CusNgZorroAntdModule,
3838
- NzResizableModule
3838
+ NzResizableModule,
3839
3839
  ];
3840
3840
  const SERVICE_PROVIDES = [];
3841
3841
  registerLocaleData(zh);