@delon/chart 17.0.5 → 17.2.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/bar/bar.component.d.ts +3 -4
- package/bar/bar.module.d.ts +5 -5
- package/card/card.component.d.ts +5 -7
- package/card/card.module.d.ts +6 -6
- package/chart-echarts/echarts.component.d.ts +7 -9
- package/chart-echarts/echarts.module.d.ts +4 -4
- package/chart-echarts/echarts.service.d.ts +4 -5
- package/core/g2.base.component.d.ts +8 -9
- package/core/g2.servicce.d.ts +4 -5
- package/custom/custom.component.d.ts +3 -4
- package/custom/custom.module.d.ts +4 -4
- package/esm2022/bar/bar.component.mjs +15 -19
- package/esm2022/bar/bar.module.mjs +6 -7
- package/esm2022/card/card.component.mjs +20 -27
- package/esm2022/card/card.module.mjs +6 -7
- package/esm2022/chart-echarts/echarts.component.mjs +19 -17
- package/esm2022/chart-echarts/echarts.module.mjs +6 -7
- package/esm2022/chart-echarts/echarts.service.mjs +11 -11
- package/esm2022/core/g2.base.component.mjs +20 -24
- package/esm2022/core/g2.servicce.mjs +11 -11
- package/esm2022/core/utils.mjs +1 -1
- package/esm2022/custom/custom.component.mjs +14 -18
- package/esm2022/custom/custom.module.mjs +6 -7
- package/esm2022/gauge/gauge.component.mjs +14 -18
- package/esm2022/gauge/gauge.module.mjs +6 -7
- package/esm2022/mini-area/mini-area.component.mjs +17 -28
- package/esm2022/mini-area/mini-area.module.mjs +6 -7
- package/esm2022/mini-bar/mini-bar.component.mjs +11 -16
- package/esm2022/mini-bar/mini-bar.module.mjs +6 -7
- package/esm2022/mini-progress/mini-progress.component.mjs +20 -28
- package/esm2022/mini-progress/mini-progress.module.mjs +6 -7
- package/esm2022/number-info/number-info.component.mjs +10 -15
- package/esm2022/number-info/number-info.module.mjs +6 -7
- package/esm2022/pie/pie.component.mjs +26 -44
- package/esm2022/pie/pie.module.mjs +6 -7
- package/esm2022/radar/radar.component.mjs +16 -24
- package/esm2022/radar/radar.module.mjs +6 -7
- package/esm2022/single-bar/single-bar.component.mjs +19 -32
- package/esm2022/single-bar/single-bar.module.mjs +6 -7
- package/esm2022/tag-cloud/tag-cloud.component.mjs +16 -20
- package/esm2022/tag-cloud/tag-cloud.module.mjs +6 -7
- package/esm2022/timeline/timeline.component.mjs +19 -27
- package/esm2022/timeline/timeline.module.mjs +6 -7
- package/esm2022/trend/trend.component.mjs +14 -18
- package/esm2022/trend/trend.module.mjs +6 -7
- package/esm2022/water-wave/water-wave.component.mjs +27 -37
- package/esm2022/water-wave/water-wave.module.mjs +6 -7
- package/fesm2022/bar.mjs +19 -26
- package/fesm2022/bar.mjs.map +1 -1
- package/fesm2022/card.mjs +24 -35
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/chart-echarts.mjs +31 -31
- package/fesm2022/chart-echarts.mjs.map +1 -1
- package/fesm2022/core.mjs +27 -31
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/custom.mjs +18 -24
- package/fesm2022/custom.mjs.map +1 -1
- package/fesm2022/gauge.mjs +18 -24
- package/fesm2022/gauge.mjs.map +1 -1
- package/fesm2022/mini-area.mjs +21 -33
- package/fesm2022/mini-area.mjs.map +1 -1
- package/fesm2022/mini-bar.mjs +15 -21
- package/fesm2022/mini-bar.mjs.map +1 -1
- package/fesm2022/mini-progress.mjs +24 -36
- package/fesm2022/mini-progress.mjs.map +1 -1
- package/fesm2022/number-info.mjs +14 -22
- package/fesm2022/number-info.mjs.map +1 -1
- package/fesm2022/pie.mjs +30 -53
- package/fesm2022/pie.mjs.map +1 -1
- package/fesm2022/radar.mjs +20 -33
- package/fesm2022/radar.mjs.map +1 -1
- package/fesm2022/single-bar.mjs +23 -37
- package/fesm2022/single-bar.mjs.map +1 -1
- package/fesm2022/tag-cloud.mjs +20 -26
- package/fesm2022/tag-cloud.mjs.map +1 -1
- package/fesm2022/timeline.mjs +23 -34
- package/fesm2022/timeline.mjs.map +1 -1
- package/fesm2022/trend.mjs +18 -24
- package/fesm2022/trend.mjs.map +1 -1
- package/fesm2022/water-wave.mjs +31 -44
- package/fesm2022/water-wave.mjs.map +1 -1
- package/gauge/gauge.component.d.ts +3 -4
- package/gauge/gauge.module.d.ts +4 -4
- package/mini-area/mini-area.component.d.ts +6 -7
- package/mini-area/mini-area.module.d.ts +3 -3
- package/mini-bar/mini-bar.component.d.ts +3 -4
- package/mini-bar/mini-bar.module.d.ts +3 -3
- package/mini-progress/mini-progress.component.d.ts +7 -9
- package/mini-progress/mini-progress.module.d.ts +5 -5
- package/number-info/number-info.component.d.ts +2 -3
- package/number-info/number-info.module.d.ts +5 -5
- package/package.json +3 -3
- package/pie/pie.component.d.ts +9 -10
- package/pie/pie.module.d.ts +6 -6
- package/radar/radar.component.d.ts +4 -5
- package/radar/radar.module.d.ts +6 -6
- package/single-bar/single-bar.component.d.ts +7 -8
- package/single-bar/single-bar.module.d.ts +3 -3
- package/tag-cloud/tag-cloud.component.d.ts +3 -4
- package/tag-cloud/tag-cloud.module.d.ts +4 -4
- package/timeline/timeline.component.d.ts +5 -6
- package/timeline/timeline.module.d.ts +5 -5
- package/trend/trend.component.d.ts +3 -4
- package/trend/trend.module.d.ts +4 -4
- package/water-wave/water-wave.component.d.ts +11 -14
- package/water-wave/water-wave.module.d.ts +4 -4
package/trend/trend.module.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "ng-zorro-antd/icon";
|
|
4
|
+
import * as i3 from "./trend.component";
|
|
5
5
|
export declare class TrendModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TrendModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TrendModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TrendModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof i3.TrendComponent], [typeof i3.TrendComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<TrendModule>;
|
|
9
9
|
}
|
|
@@ -1,17 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, TemplateRef } from '@angular/core';
|
|
3
|
-
import { BooleanInput, NumberInput } from '@delon/util/decorator';
|
|
1
|
+
import { OnChanges, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
export declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnInit {
|
|
6
|
-
private el;
|
|
7
|
-
private renderer;
|
|
8
|
-
private ngZone;
|
|
9
|
-
private cdr;
|
|
10
|
-
private platform;
|
|
11
|
-
static ngAcceptInputType_animate: BooleanInput;
|
|
12
|
-
static ngAcceptInputType_delay: NumberInput;
|
|
13
|
-
static ngAcceptInputType_height: NumberInput;
|
|
14
|
-
static ngAcceptInputType_percent: NumberInput;
|
|
4
|
+
private readonly el;
|
|
5
|
+
private readonly renderer;
|
|
6
|
+
private readonly ngZone;
|
|
7
|
+
private readonly cdr;
|
|
8
|
+
private readonly platform;
|
|
15
9
|
private resize$;
|
|
16
10
|
private node;
|
|
17
11
|
private timer;
|
|
@@ -21,7 +15,6 @@ export declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnIni
|
|
|
21
15
|
color: string;
|
|
22
16
|
height: number;
|
|
23
17
|
percent?: number;
|
|
24
|
-
constructor(el: ElementRef, renderer: Renderer2, ngZone: NgZone, cdr: ChangeDetectorRef, platform: Platform);
|
|
25
18
|
private renderChart;
|
|
26
19
|
private updateRadio;
|
|
27
20
|
render(): void;
|
|
@@ -30,5 +23,9 @@ export declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnIni
|
|
|
30
23
|
ngOnChanges(): void;
|
|
31
24
|
ngOnDestroy(): void;
|
|
32
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<G2WaterWaveComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<G2WaterWaveComponent, "g2-water-wave", ["g2WaterWave"], { "animate": { "alias": "animate"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "height": { "alias": "height"; "required": false; }; "percent": { "alias": "percent"; "required": false; }; }, {}, never, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2WaterWaveComponent, "g2-water-wave", ["g2WaterWave"], { "animate": { "alias": "animate"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "height": { "alias": "height"; "required": false; }; "percent": { "alias": "percent"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
+
static ngAcceptInputType_animate: unknown;
|
|
28
|
+
static ngAcceptInputType_delay: unknown;
|
|
29
|
+
static ngAcceptInputType_height: unknown;
|
|
30
|
+
static ngAcceptInputType_percent: unknown;
|
|
34
31
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "ng-zorro-antd/core/outlet";
|
|
4
|
+
import * as i3 from "./water-wave.component";
|
|
5
5
|
export declare class G2WaterWaveModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<G2WaterWaveModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<G2WaterWaveModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2WaterWaveModule, never, [typeof i1.CommonModule, typeof i2.NzOutletModule, typeof i3.G2WaterWaveComponent], [typeof i3.G2WaterWaveComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<G2WaterWaveModule>;
|
|
9
9
|
}
|