@delon/chart 18.2.0 → 19.0.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.
- package/core/g2.base.component.d.ts +1 -1
- package/fesm2022/bar.mjs +17 -19
- package/fesm2022/bar.mjs.map +1 -1
- package/fesm2022/card.mjs +20 -17
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/chart-echarts.mjs +34 -28
- package/fesm2022/chart-echarts.mjs.map +1 -1
- package/fesm2022/core.mjs +28 -21
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/custom.mjs +14 -16
- package/fesm2022/custom.mjs.map +1 -1
- package/fesm2022/gauge.mjs +16 -14
- package/fesm2022/gauge.mjs.map +1 -1
- package/fesm2022/mini-area.mjs +23 -25
- package/fesm2022/mini-area.mjs.map +1 -1
- package/fesm2022/mini-bar.mjs +17 -21
- package/fesm2022/mini-bar.mjs.map +1 -1
- package/fesm2022/mini-progress.mjs +56 -14
- package/fesm2022/mini-progress.mjs.map +1 -1
- package/fesm2022/number-info.mjs +24 -14
- package/fesm2022/number-info.mjs.map +1 -1
- package/fesm2022/pie.mjs +39 -36
- package/fesm2022/pie.mjs.map +1 -1
- package/fesm2022/radar.mjs +19 -20
- package/fesm2022/radar.mjs.map +1 -1
- package/fesm2022/single-bar.mjs +23 -26
- package/fesm2022/single-bar.mjs.map +1 -1
- package/fesm2022/tag-cloud.mjs +14 -18
- package/fesm2022/tag-cloud.mjs.map +1 -1
- package/fesm2022/timeline.mjs +27 -28
- package/fesm2022/timeline.mjs.map +1 -1
- package/fesm2022/trend.mjs +16 -17
- package/fesm2022/trend.mjs.map +1 -1
- package/fesm2022/water-wave.mjs +24 -22
- package/fesm2022/water-wave.mjs.map +1 -1
- package/mini-progress/mini-progress.component.d.ts +1 -2
- package/package.json +4 -40
- package/esm2022/bar/bar.component.mjs +0 -142
- package/esm2022/bar/bar.mjs +0 -5
- package/esm2022/bar/bar.module.mjs +0 -20
- package/esm2022/bar/public_api.mjs +0 -3
- package/esm2022/card/card.component.mjs +0 -48
- package/esm2022/card/card.mjs +0 -5
- package/esm2022/card/card.module.mjs +0 -21
- package/esm2022/card/public_api.mjs +0 -3
- package/esm2022/chart-echarts/chart-echarts.mjs +0 -5
- package/esm2022/chart-echarts/echarts.component.mjs +0 -165
- package/esm2022/chart-echarts/echarts.module.mjs +0 -19
- package/esm2022/chart-echarts/echarts.service.mjs +0 -60
- package/esm2022/chart-echarts/echarts.types.mjs +0 -2
- package/esm2022/chart-echarts/public_api.mjs +0 -5
- package/esm2022/chart.mjs +0 -5
- package/esm2022/core/core.mjs +0 -5
- package/esm2022/core/g2.base.component.mjs +0 -110
- package/esm2022/core/g2.servicce.mjs +0 -54
- package/esm2022/core/public_api.mjs +0 -6
- package/esm2022/core/types/interaction.mjs +0 -2
- package/esm2022/core/types/time.mjs +0 -2
- package/esm2022/core/utils.mjs +0 -21
- package/esm2022/custom/custom.component.mjs +0 -68
- package/esm2022/custom/custom.mjs +0 -5
- package/esm2022/custom/custom.module.mjs +0 -19
- package/esm2022/custom/public_api.mjs +0 -3
- package/esm2022/gauge/gauge.component.mjs +0 -169
- package/esm2022/gauge/gauge.mjs +0 -5
- package/esm2022/gauge/gauge.module.mjs +0 -19
- package/esm2022/gauge/public_api.mjs +0 -3
- package/esm2022/mini-area/mini-area.component.mjs +0 -123
- package/esm2022/mini-area/mini-area.mjs +0 -5
- package/esm2022/mini-area/mini-area.module.mjs +0 -18
- package/esm2022/mini-area/public_api.mjs +0 -3
- package/esm2022/mini-bar/mini-bar.component.mjs +0 -96
- package/esm2022/mini-bar/mini-bar.mjs +0 -5
- package/esm2022/mini-bar/mini-bar.module.mjs +0 -18
- package/esm2022/mini-bar/public_api.mjs +0 -3
- package/esm2022/mini-progress/mini-progress.component.mjs +0 -38
- package/esm2022/mini-progress/mini-progress.mjs +0 -5
- package/esm2022/mini-progress/mini-progress.module.mjs +0 -20
- package/esm2022/mini-progress/public_api.mjs +0 -3
- package/esm2022/number-info/number-info.component.mjs +0 -40
- package/esm2022/number-info/number-info.mjs +0 -5
- package/esm2022/number-info/number-info.module.mjs +0 -20
- package/esm2022/number-info/public_api.mjs +0 -3
- package/esm2022/pie/pie.component.mjs +0 -204
- package/esm2022/pie/pie.mjs +0 -5
- package/esm2022/pie/pie.module.mjs +0 -21
- package/esm2022/pie/public_api.mjs +0 -3
- package/esm2022/public_api.mjs +0 -3
- package/esm2022/radar/public_api.mjs +0 -3
- package/esm2022/radar/radar.component.mjs +0 -141
- package/esm2022/radar/radar.mjs +0 -5
- package/esm2022/radar/radar.module.mjs +0 -21
- package/esm2022/single-bar/public_api.mjs +0 -3
- package/esm2022/single-bar/single-bar.component.mjs +0 -114
- package/esm2022/single-bar/single-bar.mjs +0 -5
- package/esm2022/single-bar/single-bar.module.mjs +0 -18
- package/esm2022/tag-cloud/public_api.mjs +0 -3
- package/esm2022/tag-cloud/tag-cloud.component.mjs +0 -161
- package/esm2022/tag-cloud/tag-cloud.mjs +0 -5
- package/esm2022/tag-cloud/tag-cloud.module.mjs +0 -19
- package/esm2022/timeline/public_api.mjs +0 -3
- package/esm2022/timeline/timeline.component.mjs +0 -200
- package/esm2022/timeline/timeline.mjs +0 -5
- package/esm2022/timeline/timeline.module.mjs +0 -20
- package/esm2022/trend/public_api.mjs +0 -3
- package/esm2022/trend/trend.component.mjs +0 -51
- package/esm2022/trend/trend.mjs +0 -5
- package/esm2022/trend/trend.module.mjs +0 -19
- package/esm2022/water-wave/public_api.mjs +0 -3
- package/esm2022/water-wave/water-wave.component.mjs +0 -210
- package/esm2022/water-wave/water-wave.mjs +0 -5
- package/esm2022/water-wave/water-wave.module.mjs +0 -19
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { NzOutletModule } from 'ng-zorro-antd/core/outlet';
|
|
4
|
-
import { G2WaterWaveComponent } from './water-wave.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
const COMPONENTS = [G2WaterWaveComponent];
|
|
7
|
-
export class G2WaterWaveModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: G2WaterWaveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: G2WaterWaveModule, imports: [CommonModule, NzOutletModule, G2WaterWaveComponent], exports: [G2WaterWaveComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: G2WaterWaveModule, imports: [CommonModule, NzOutletModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: G2WaterWaveModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [CommonModule, NzOutletModule, ...COMPONENTS],
|
|
16
|
-
exports: COMPONENTS
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2F0ZXItd2F2ZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jaGFydC93YXRlci13YXZlL3dhdGVyLXdhdmUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUUzRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFFOUQsTUFBTSxVQUFVLEdBQUcsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO0FBTTFDLE1BQU0sT0FBTyxpQkFBaUI7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLFlBSGxCLFlBQVksRUFBRSxjQUFjLEVBSHBCLG9CQUFvQixhQUFwQixvQkFBb0I7K0dBTTNCLGlCQUFpQixZQUhsQixZQUFZLEVBQUUsY0FBYzs7MkZBRzNCLGlCQUFpQjtrQkFKN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsY0FBYyxFQUFFLEdBQUcsVUFBVSxDQUFDO29CQUN0RCxPQUFPLEVBQUUsVUFBVTtpQkFDcEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgTnpPdXRsZXRNb2R1bGUgfSBmcm9tICduZy16b3Jyby1hbnRkL2NvcmUvb3V0bGV0JztcblxuaW1wb3J0IHsgRzJXYXRlcldhdmVDb21wb25lbnQgfSBmcm9tICcuL3dhdGVyLXdhdmUuY29tcG9uZW50JztcblxuY29uc3QgQ09NUE9ORU5UUyA9IFtHMldhdGVyV2F2ZUNvbXBvbmVudF07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE56T3V0bGV0TW9kdWxlLCAuLi5DT01QT05FTlRTXSxcbiAgZXhwb3J0czogQ09NUE9ORU5UU1xufSlcbmV4cG9ydCBjbGFzcyBHMldhdGVyV2F2ZU1vZHVsZSB7fVxuIl19
|