@visionaris-bruno/vs-echarts 7.1.3 → 7.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/index.d.ts
CHANGED
|
@@ -577,7 +577,7 @@ declare class EChartsHBarComponent extends EchartsBarComponent {
|
|
|
577
577
|
protected director: VSECDirector;
|
|
578
578
|
protected make(): void;
|
|
579
579
|
static ɵfac: i0.ɵɵFactoryDeclaration<EChartsHBarComponent, never>;
|
|
580
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsHBarComponent, "vs-echarts-
|
|
580
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsHBarComponent, "vs-echarts-hbar", never, {}, {}, never, never, true, never>;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
declare class EChartsBarStackedComponent extends EchartsBarComponent {
|
|
@@ -586,7 +586,7 @@ declare class EChartsBarStackedComponent extends EchartsBarComponent {
|
|
|
586
586
|
protected builder: EChartBuilder;
|
|
587
587
|
protected director: VSECDirector;
|
|
588
588
|
static ɵfac: i0.ɵɵFactoryDeclaration<EChartsBarStackedComponent, never>;
|
|
589
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsBarStackedComponent, "vs-echarts-bar", never, {}, {}, never, never, true, never>;
|
|
589
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsBarStackedComponent, "vs-echarts-stacked-bar", never, {}, {}, never, never, true, never>;
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
declare class EChartsHBarStackedComponent extends EchartsBarComponent {
|
|
@@ -596,7 +596,7 @@ declare class EChartsHBarStackedComponent extends EchartsBarComponent {
|
|
|
596
596
|
protected director: VSECDirector;
|
|
597
597
|
protected make(): void;
|
|
598
598
|
static ɵfac: i0.ɵɵFactoryDeclaration<EChartsHBarStackedComponent, never>;
|
|
599
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsHBarStackedComponent, "vs-echarts-
|
|
599
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsHBarStackedComponent, "vs-echarts-hbar-stacked", never, {}, {}, never, never, true, never>;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
602
|
declare class EChartsBarStackedRadialComponent extends EchartsBarComponent {
|
|
@@ -606,7 +606,7 @@ declare class EChartsBarStackedRadialComponent extends EchartsBarComponent {
|
|
|
606
606
|
protected director: VSECDirector;
|
|
607
607
|
protected make(): void;
|
|
608
608
|
static ɵfac: i0.ɵɵFactoryDeclaration<EChartsBarStackedRadialComponent, never>;
|
|
609
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsBarStackedRadialComponent, "vs-echarts-bar", never, {}, {}, never, never, true, never>;
|
|
609
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsBarStackedRadialComponent, "vs-echarts-bar-stacked-radial", never, {}, {}, never, never, true, never>;
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
declare abstract class EchartsLineComponent extends BaseEchartsComponent {
|
|
@@ -631,7 +631,7 @@ declare class EChartsAreaComponent extends EchartsLineComponent {
|
|
|
631
631
|
protected builder: EChartBuilder;
|
|
632
632
|
protected director: VSECDirector;
|
|
633
633
|
static ɵfac: i0.ɵɵFactoryDeclaration<EChartsAreaComponent, never>;
|
|
634
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsAreaComponent, "vs-echarts-
|
|
634
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsAreaComponent, "vs-echarts-area", never, {}, {}, never, never, true, never>;
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
declare class EChartsAreaStackComponent extends EchartsLineComponent {
|
|
@@ -640,7 +640,7 @@ declare class EChartsAreaStackComponent extends EchartsLineComponent {
|
|
|
640
640
|
protected builder: EChartBuilder;
|
|
641
641
|
protected director: VSECDirector;
|
|
642
642
|
static ɵfac: i0.ɵɵFactoryDeclaration<EChartsAreaStackComponent, never>;
|
|
643
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsAreaStackComponent, "vs-echarts-
|
|
643
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EChartsAreaStackComponent, "vs-echarts-area-stack", never, {}, {}, never, never, true, never>;
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
declare abstract class EchartsScatterComponent extends BaseEchartsComponent {
|