@ecan-bi/datav 1.3.79 → 1.3.81
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/dist/index.es.js +5107 -5076
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +12 -4
- package/types/container/border/index.d.ts +12 -4
- package/types/container/border/props.d.ts +6 -2
- package/types/container/circulate/Circulate.vue.d.ts +12 -4
- package/types/container/circulate/index.d.ts +12 -4
- package/types/container/circulate/props.d.ts +6 -2
- package/types/container/tabs/Tabs.vue.d.ts +12 -4
- package/types/container/tabs/index.d.ts +12 -4
- package/types/container/tabs/props.d.ts +6 -2
- package/types/container/template/Template.vue.d.ts +12 -4
- package/types/container/template/index.d.ts +12 -4
- package/types/container/template/props.d.ts +6 -2
- package/types/control/button/Button.vue.d.ts +16 -8
- package/types/control/button/index.d.ts +16 -8
- package/types/control/button/props.d.ts +8 -4
- package/types/control/checkbox/Checkbox.vue.d.ts +12 -4
- package/types/control/checkbox/index.d.ts +12 -4
- package/types/control/checkbox/props.d.ts +6 -2
- package/types/control/date-picker/DatePicker.vue.d.ts +12 -4
- package/types/control/date-picker/index.d.ts +12 -4
- package/types/control/date-picker/props.d.ts +6 -2
- package/types/control/input/Input.vue.d.ts +12 -4
- package/types/control/input/index.d.ts +12 -4
- package/types/control/input/props.d.ts +6 -2
- package/types/control/radio/Radio.vue.d.ts +12 -4
- package/types/control/radio/index.d.ts +12 -4
- package/types/control/radio/props.d.ts +6 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +12 -4
- package/types/control/range-picker/index.d.ts +12 -4
- package/types/control/range-picker/props.d.ts +6 -2
- package/types/control/select/Select.vue.d.ts +12 -4
- package/types/control/select/index.d.ts +12 -4
- package/types/control/select/props.d.ts +6 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +6 -2
- package/types/control/tree-select/index.d.ts +6 -2
- package/types/control/tree-select/props.d.ts +6 -2
- package/types/graph/bar/Bar.vue.d.ts +88 -80
- package/types/graph/bar/index.d.ts +88 -80
- package/types/graph/bar/props.d.ts +6 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +69 -93
- package/types/graph/combo-graph/index.d.ts +69 -93
- package/types/graph/combo-graph/props.d.ts +6 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +12 -4
- package/types/graph/custom-graph/index.d.ts +12 -4
- package/types/graph/custom-graph/props.d.ts +6 -2
- package/types/graph/line/Line.vue.d.ts +12 -4
- package/types/graph/line/index.d.ts +12 -4
- package/types/graph/line/props.d.ts +8 -3
- package/types/graph/pie/Pie.vue.d.ts +13 -4
- package/types/graph/pie/index.d.ts +13 -4
- package/types/graph/pie/props.d.ts +6 -2
- package/types/graph/radar/Radar.vue.d.ts +12 -4
- package/types/graph/radar/index.d.ts +12 -4
- package/types/graph/radar/props.d.ts +8 -3
- package/types/graph/scatter/Scatter.vue.d.ts +12 -4
- package/types/graph/scatter/index.d.ts +12 -4
- package/types/graph/scatter/props.d.ts +6 -2
- package/types/hooks/useIndicatorData.d.ts +1 -1
- package/types/hooks/useRequestData.d.ts +1 -1
- package/types/laboratory/data-select/DataSelect.vue.d.ts +12 -4
- package/types/laboratory/data-select/index.d.ts +12 -4
- package/types/laboratory/data-select/props.d.ts +6 -2
- package/types/map/map/Map.vue.d.ts +12 -4
- package/types/map/map/index.d.ts +12 -4
- package/types/map/map/props.d.ts +6 -2
- package/types/media/iframe/Iframe.vue.d.ts +12 -4
- package/types/media/iframe/index.d.ts +12 -4
- package/types/media/iframe/props.d.ts +6 -2
- package/types/media/image/Image.vue.d.ts +57 -9
- package/types/media/image/index.d.ts +57 -9
- package/types/media/image/props.d.ts +34 -4
- package/types/table/table/Table.vue.d.ts +16 -8
- package/types/table/table/index.d.ts +18 -10
- package/types/table/table/props.d.ts +8 -4
- package/types/text/counter/Counter.vue.d.ts +12 -4
- package/types/text/counter/index.d.ts +12 -4
- package/types/text/counter/props.d.ts +6 -2
- package/types/text/list/List.vue.d.ts +12 -4
- package/types/text/list/index.d.ts +12 -4
- package/types/text/list/props.d.ts +6 -2
- package/types/text/proportion/Proportion.vue.d.ts +12 -4
- package/types/text/proportion/index.d.ts +12 -4
- package/types/text/proportion/props.d.ts +6 -2
- package/types/text/text/Text.vue.d.ts +16 -8
- package/types/text/text/index.d.ts +16 -8
- package/types/text/text/props.d.ts +8 -4
- package/types/text/time-display/TimeDisplay.vue.d.ts +12 -4
- package/types/text/time-display/index.d.ts +12 -4
- package/types/text/time-display/props.d.ts +6 -2
- package/types/utils/props.d.ts +1 -0
|
@@ -507,6 +507,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
507
507
|
type?: import("vue").PropType<boolean>;
|
|
508
508
|
default?: boolean;
|
|
509
509
|
};
|
|
510
|
+
isViewRedrawing: {
|
|
511
|
+
type?: import("vue").PropType<boolean>;
|
|
512
|
+
default?: boolean;
|
|
513
|
+
};
|
|
510
514
|
requestInterval: {
|
|
511
515
|
type?: import("vue").PropType<number>;
|
|
512
516
|
default?: number;
|
|
@@ -520,8 +524,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
520
524
|
default?: number;
|
|
521
525
|
};
|
|
522
526
|
dataType: {
|
|
523
|
-
type?: import("vue").PropType<"indicator" | "
|
|
524
|
-
default?: "indicator" | "
|
|
527
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
528
|
+
default?: "indicator" | "request" | "static";
|
|
525
529
|
};
|
|
526
530
|
scale?: {
|
|
527
531
|
type?: import("vue").PropType<number>;
|
|
@@ -550,42 +554,42 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
550
554
|
fontFamily: string;
|
|
551
555
|
};
|
|
552
556
|
title: {
|
|
553
|
-
text:
|
|
554
|
-
subtext:
|
|
557
|
+
text: any;
|
|
558
|
+
subtext: any;
|
|
555
559
|
textStyle: {
|
|
556
|
-
fontSize:
|
|
557
|
-
fontWeight:
|
|
558
|
-
color:
|
|
560
|
+
fontSize: any;
|
|
561
|
+
fontWeight: any;
|
|
562
|
+
color: any;
|
|
559
563
|
};
|
|
560
|
-
left:
|
|
564
|
+
left: any;
|
|
561
565
|
};
|
|
562
566
|
toolbox: {
|
|
563
|
-
show:
|
|
564
|
-
left:
|
|
565
|
-
top:
|
|
566
|
-
itemSize:
|
|
567
|
-
itemGap:
|
|
567
|
+
show: any;
|
|
568
|
+
left: any;
|
|
569
|
+
top: any;
|
|
570
|
+
itemSize: any;
|
|
571
|
+
itemGap: any;
|
|
568
572
|
feature: {
|
|
569
573
|
myLocation: {
|
|
570
|
-
show:
|
|
574
|
+
show: any;
|
|
571
575
|
title: string;
|
|
572
576
|
icon: string;
|
|
573
577
|
onclick(): void;
|
|
574
578
|
};
|
|
575
579
|
myDownload: {
|
|
576
|
-
show:
|
|
580
|
+
show: any;
|
|
577
581
|
title: string;
|
|
578
582
|
icon: string;
|
|
579
583
|
onclick(): void;
|
|
580
584
|
};
|
|
581
585
|
myDataZoom: {
|
|
582
|
-
show:
|
|
586
|
+
show: any;
|
|
583
587
|
title: string;
|
|
584
588
|
icon: string;
|
|
585
589
|
onclick(): void;
|
|
586
590
|
};
|
|
587
591
|
myInfo: {
|
|
588
|
-
show:
|
|
592
|
+
show: any;
|
|
589
593
|
title: string;
|
|
590
594
|
icon: string;
|
|
591
595
|
onclick(): void;
|
|
@@ -593,126 +597,94 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
593
597
|
};
|
|
594
598
|
};
|
|
595
599
|
grid: {
|
|
596
|
-
top:
|
|
597
|
-
bottom:
|
|
598
|
-
left:
|
|
599
|
-
right:
|
|
600
|
-
containLabel:
|
|
600
|
+
top: any;
|
|
601
|
+
bottom: any;
|
|
602
|
+
left: any;
|
|
603
|
+
right: any;
|
|
604
|
+
containLabel: any;
|
|
601
605
|
};
|
|
602
|
-
color:
|
|
606
|
+
color: any;
|
|
603
607
|
legend: {
|
|
604
608
|
type: string;
|
|
605
|
-
width:
|
|
606
|
-
height:
|
|
607
|
-
show:
|
|
608
|
-
orient:
|
|
609
|
-
top:
|
|
610
|
-
left:
|
|
609
|
+
width: any;
|
|
610
|
+
height: any;
|
|
611
|
+
show: any;
|
|
612
|
+
orient: any;
|
|
613
|
+
top: any;
|
|
614
|
+
left: any;
|
|
611
615
|
textStyle: {
|
|
612
616
|
lineHeight: number;
|
|
613
617
|
rich: {
|
|
614
618
|
text: {
|
|
615
|
-
width:
|
|
616
|
-
color:
|
|
617
|
-
fontSize:
|
|
619
|
+
width: any;
|
|
620
|
+
color: any;
|
|
621
|
+
fontSize: any;
|
|
618
622
|
};
|
|
619
623
|
};
|
|
620
624
|
};
|
|
621
|
-
itemHeight:
|
|
622
|
-
itemWidth:
|
|
623
|
-
itemGap:
|
|
625
|
+
itemHeight: any;
|
|
626
|
+
itemWidth: any;
|
|
627
|
+
itemGap: any;
|
|
624
628
|
data: {
|
|
625
629
|
name: any;
|
|
626
630
|
itemStyle: {
|
|
627
|
-
color:
|
|
631
|
+
color: any;
|
|
628
632
|
};
|
|
629
|
-
icon:
|
|
633
|
+
icon: any;
|
|
630
634
|
}[];
|
|
631
635
|
formatter: (name: string) => string;
|
|
632
636
|
};
|
|
633
637
|
tooltip: {
|
|
634
638
|
trigger: string;
|
|
635
|
-
show:
|
|
639
|
+
show: any;
|
|
636
640
|
formatter: (params: any) => string;
|
|
637
641
|
textStyle: {
|
|
638
|
-
color:
|
|
642
|
+
color: any;
|
|
639
643
|
fontSize: number;
|
|
640
644
|
};
|
|
641
|
-
position:
|
|
645
|
+
position: any;
|
|
642
646
|
};
|
|
643
647
|
xAxis: {
|
|
644
|
-
minInterval:
|
|
648
|
+
minInterval: any;
|
|
645
649
|
type: string;
|
|
646
650
|
data: {}[];
|
|
647
651
|
splitLine: {
|
|
648
|
-
show:
|
|
652
|
+
show: any;
|
|
649
653
|
lineStyle: {
|
|
650
|
-
color:
|
|
654
|
+
color: any;
|
|
651
655
|
};
|
|
652
|
-
interval:
|
|
656
|
+
interval: any;
|
|
653
657
|
};
|
|
654
658
|
splitArea: {
|
|
655
|
-
show:
|
|
659
|
+
show: any;
|
|
656
660
|
};
|
|
657
661
|
axisLabel: {
|
|
658
|
-
color:
|
|
659
|
-
interval:
|
|
660
|
-
rotate:
|
|
661
|
-
width:
|
|
662
|
-
overflow:
|
|
663
|
-
fontSize:
|
|
662
|
+
color: any;
|
|
663
|
+
interval: any;
|
|
664
|
+
rotate: any;
|
|
665
|
+
width: any;
|
|
666
|
+
overflow: any;
|
|
667
|
+
fontSize: any;
|
|
664
668
|
formatter(value: string): string;
|
|
665
669
|
};
|
|
666
670
|
axisLine: {
|
|
667
|
-
show:
|
|
671
|
+
show: any;
|
|
668
672
|
lineStyle: {
|
|
669
|
-
color:
|
|
673
|
+
color: any;
|
|
670
674
|
};
|
|
671
675
|
};
|
|
672
676
|
axisTick: {
|
|
673
|
-
show:
|
|
677
|
+
show: any;
|
|
674
678
|
};
|
|
675
|
-
name:
|
|
679
|
+
name: any;
|
|
676
680
|
nameTextStyle: {
|
|
677
|
-
fontSize:
|
|
678
|
-
color:
|
|
681
|
+
fontSize: any;
|
|
682
|
+
color: any;
|
|
679
683
|
align: string;
|
|
680
684
|
};
|
|
681
|
-
max:
|
|
685
|
+
max: any;
|
|
682
686
|
};
|
|
683
|
-
yAxis:
|
|
684
|
-
type: string;
|
|
685
|
-
minInterval: number;
|
|
686
|
-
splitLine: {
|
|
687
|
-
show: boolean;
|
|
688
|
-
lineStyle: {
|
|
689
|
-
color: string;
|
|
690
|
-
type: "dashed" | "dotted" | "solid";
|
|
691
|
-
};
|
|
692
|
-
};
|
|
693
|
-
splitArea: {
|
|
694
|
-
show: boolean;
|
|
695
|
-
};
|
|
696
|
-
axisLabel: {
|
|
697
|
-
show: boolean;
|
|
698
|
-
fontSize: string;
|
|
699
|
-
color: string;
|
|
700
|
-
formatter(value: string): string;
|
|
701
|
-
};
|
|
702
|
-
axisLine: {
|
|
703
|
-
show: boolean;
|
|
704
|
-
lineStyle: {
|
|
705
|
-
color: string;
|
|
706
|
-
};
|
|
707
|
-
};
|
|
708
|
-
name: string;
|
|
709
|
-
nameTextStyle: {
|
|
710
|
-
fontSize: string;
|
|
711
|
-
color: string;
|
|
712
|
-
align: string;
|
|
713
|
-
};
|
|
714
|
-
max: number;
|
|
715
|
-
}[];
|
|
687
|
+
yAxis: any;
|
|
716
688
|
series: {
|
|
717
689
|
[x: string]: any;
|
|
718
690
|
}[];
|
|
@@ -1239,6 +1211,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1239
1211
|
type?: import("vue").PropType<boolean>;
|
|
1240
1212
|
default?: boolean;
|
|
1241
1213
|
};
|
|
1214
|
+
isViewRedrawing: {
|
|
1215
|
+
type?: import("vue").PropType<boolean>;
|
|
1216
|
+
default?: boolean;
|
|
1217
|
+
};
|
|
1242
1218
|
requestInterval: {
|
|
1243
1219
|
type?: import("vue").PropType<number>;
|
|
1244
1220
|
default?: number;
|
|
@@ -1252,8 +1228,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1252
1228
|
default?: number;
|
|
1253
1229
|
};
|
|
1254
1230
|
dataType: {
|
|
1255
|
-
type?: import("vue").PropType<"indicator" | "
|
|
1256
|
-
default?: "indicator" | "
|
|
1231
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
1232
|
+
default?: "indicator" | "request" | "static";
|
|
1257
1233
|
};
|
|
1258
1234
|
scale?: {
|
|
1259
1235
|
type?: import("vue").PropType<number>;
|
|
@@ -623,6 +623,10 @@ export declare const comboGraphComponentProps: {
|
|
|
623
623
|
type?: import("vue").PropType<boolean>;
|
|
624
624
|
default?: boolean;
|
|
625
625
|
};
|
|
626
|
+
isViewRedrawing: {
|
|
627
|
+
type?: import("vue").PropType<boolean>;
|
|
628
|
+
default?: boolean;
|
|
629
|
+
};
|
|
626
630
|
requestInterval: {
|
|
627
631
|
type?: import("vue").PropType<number>;
|
|
628
632
|
default?: number;
|
|
@@ -636,8 +640,8 @@ export declare const comboGraphComponentProps: {
|
|
|
636
640
|
default?: number;
|
|
637
641
|
};
|
|
638
642
|
dataType: {
|
|
639
|
-
type?: import("vue").PropType<"indicator" | "
|
|
640
|
-
default?: "indicator" | "
|
|
643
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
644
|
+
default?: "indicator" | "request" | "static";
|
|
641
645
|
};
|
|
642
646
|
scale?: {
|
|
643
647
|
type?: import("vue").PropType<number>;
|
|
@@ -88,6 +88,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
88
88
|
type?: import("vue").PropType<boolean>;
|
|
89
89
|
default?: boolean;
|
|
90
90
|
};
|
|
91
|
+
isViewRedrawing: {
|
|
92
|
+
type?: import("vue").PropType<boolean>;
|
|
93
|
+
default?: boolean;
|
|
94
|
+
};
|
|
91
95
|
requestInterval: {
|
|
92
96
|
type?: import("vue").PropType<number>;
|
|
93
97
|
default?: number;
|
|
@@ -101,8 +105,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
101
105
|
default?: number;
|
|
102
106
|
};
|
|
103
107
|
dataType: {
|
|
104
|
-
type?: import("vue").PropType<"indicator" | "
|
|
105
|
-
default?: "indicator" | "
|
|
108
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
109
|
+
default?: "indicator" | "request" | "static";
|
|
106
110
|
};
|
|
107
111
|
scale?: {
|
|
108
112
|
type?: import("vue").PropType<number>;
|
|
@@ -217,6 +221,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
217
221
|
type?: import("vue").PropType<boolean>;
|
|
218
222
|
default?: boolean;
|
|
219
223
|
};
|
|
224
|
+
isViewRedrawing: {
|
|
225
|
+
type?: import("vue").PropType<boolean>;
|
|
226
|
+
default?: boolean;
|
|
227
|
+
};
|
|
220
228
|
requestInterval: {
|
|
221
229
|
type?: import("vue").PropType<number>;
|
|
222
230
|
default?: number;
|
|
@@ -230,8 +238,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
230
238
|
default?: number;
|
|
231
239
|
};
|
|
232
240
|
dataType: {
|
|
233
|
-
type?: import("vue").PropType<"indicator" | "
|
|
234
|
-
default?: "indicator" | "
|
|
241
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
242
|
+
default?: "indicator" | "request" | "static";
|
|
235
243
|
};
|
|
236
244
|
scale?: {
|
|
237
245
|
type?: import("vue").PropType<number>;
|
|
@@ -87,6 +87,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
87
87
|
type?: import("vue").PropType<boolean>;
|
|
88
88
|
default?: boolean;
|
|
89
89
|
};
|
|
90
|
+
isViewRedrawing: {
|
|
91
|
+
type?: import("vue").PropType<boolean>;
|
|
92
|
+
default?: boolean;
|
|
93
|
+
};
|
|
90
94
|
requestInterval: {
|
|
91
95
|
type?: import("vue").PropType<number>;
|
|
92
96
|
default?: number;
|
|
@@ -100,8 +104,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
100
104
|
default?: number;
|
|
101
105
|
};
|
|
102
106
|
dataType: {
|
|
103
|
-
type?: import("vue").PropType<"indicator" | "
|
|
104
|
-
default?: "indicator" | "
|
|
107
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
108
|
+
default?: "indicator" | "request" | "static";
|
|
105
109
|
};
|
|
106
110
|
scale?: {
|
|
107
111
|
type?: import("vue").PropType<number>;
|
|
@@ -216,6 +220,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
216
220
|
type?: import("vue").PropType<boolean>;
|
|
217
221
|
default?: boolean;
|
|
218
222
|
};
|
|
223
|
+
isViewRedrawing: {
|
|
224
|
+
type?: import("vue").PropType<boolean>;
|
|
225
|
+
default?: boolean;
|
|
226
|
+
};
|
|
219
227
|
requestInterval: {
|
|
220
228
|
type?: import("vue").PropType<number>;
|
|
221
229
|
default?: number;
|
|
@@ -229,8 +237,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
229
237
|
default?: number;
|
|
230
238
|
};
|
|
231
239
|
dataType: {
|
|
232
|
-
type?: import("vue").PropType<"indicator" | "
|
|
233
|
-
default?: "indicator" | "
|
|
240
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
241
|
+
default?: "indicator" | "request" | "static";
|
|
234
242
|
};
|
|
235
243
|
scale?: {
|
|
236
244
|
type?: import("vue").PropType<number>;
|
|
@@ -96,6 +96,10 @@ export declare const customGraphComponentProps: {
|
|
|
96
96
|
type?: import("vue").PropType<boolean>;
|
|
97
97
|
default?: boolean;
|
|
98
98
|
};
|
|
99
|
+
isViewRedrawing: {
|
|
100
|
+
type?: import("vue").PropType<boolean>;
|
|
101
|
+
default?: boolean;
|
|
102
|
+
};
|
|
99
103
|
requestInterval: {
|
|
100
104
|
type?: import("vue").PropType<number>;
|
|
101
105
|
default?: number;
|
|
@@ -109,8 +113,8 @@ export declare const customGraphComponentProps: {
|
|
|
109
113
|
default?: number;
|
|
110
114
|
};
|
|
111
115
|
dataType: {
|
|
112
|
-
type?: import("vue").PropType<"indicator" | "
|
|
113
|
-
default?: "indicator" | "
|
|
116
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
117
|
+
default?: "indicator" | "request" | "static";
|
|
114
118
|
};
|
|
115
119
|
scale?: {
|
|
116
120
|
type?: import("vue").PropType<number>;
|
|
@@ -461,6 +461,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
461
461
|
type?: import("vue").PropType<boolean>;
|
|
462
462
|
default?: boolean;
|
|
463
463
|
};
|
|
464
|
+
isViewRedrawing: {
|
|
465
|
+
type?: import("vue").PropType<boolean>;
|
|
466
|
+
default?: boolean;
|
|
467
|
+
};
|
|
464
468
|
requestInterval: {
|
|
465
469
|
type?: import("vue").PropType<number>;
|
|
466
470
|
default?: number;
|
|
@@ -474,8 +478,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
474
478
|
default?: number;
|
|
475
479
|
};
|
|
476
480
|
dataType: {
|
|
477
|
-
type?: import("vue").PropType<"indicator" | "
|
|
478
|
-
default?: "indicator" | "
|
|
481
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
482
|
+
default?: "indicator" | "request" | "static";
|
|
479
483
|
};
|
|
480
484
|
scale?: {
|
|
481
485
|
type?: import("vue").PropType<number>;
|
|
@@ -1133,6 +1137,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1133
1137
|
type?: import("vue").PropType<boolean>;
|
|
1134
1138
|
default?: boolean;
|
|
1135
1139
|
};
|
|
1140
|
+
isViewRedrawing: {
|
|
1141
|
+
type?: import("vue").PropType<boolean>;
|
|
1142
|
+
default?: boolean;
|
|
1143
|
+
};
|
|
1136
1144
|
requestInterval: {
|
|
1137
1145
|
type?: import("vue").PropType<number>;
|
|
1138
1146
|
default?: number;
|
|
@@ -1146,8 +1154,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1146
1154
|
default?: number;
|
|
1147
1155
|
};
|
|
1148
1156
|
dataType: {
|
|
1149
|
-
type?: import("vue").PropType<"indicator" | "
|
|
1150
|
-
default?: "indicator" | "
|
|
1157
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
1158
|
+
default?: "indicator" | "request" | "static";
|
|
1151
1159
|
};
|
|
1152
1160
|
scale?: {
|
|
1153
1161
|
type?: import("vue").PropType<number>;
|
|
@@ -461,6 +461,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
461
461
|
type?: import("vue").PropType<boolean>;
|
|
462
462
|
default?: boolean;
|
|
463
463
|
};
|
|
464
|
+
isViewRedrawing: {
|
|
465
|
+
type?: import("vue").PropType<boolean>;
|
|
466
|
+
default?: boolean;
|
|
467
|
+
};
|
|
464
468
|
requestInterval: {
|
|
465
469
|
type?: import("vue").PropType<number>;
|
|
466
470
|
default?: number;
|
|
@@ -474,8 +478,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
474
478
|
default?: number;
|
|
475
479
|
};
|
|
476
480
|
dataType: {
|
|
477
|
-
type?: import("vue").PropType<"indicator" | "
|
|
478
|
-
default?: "indicator" | "
|
|
481
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
482
|
+
default?: "indicator" | "request" | "static";
|
|
479
483
|
};
|
|
480
484
|
scale?: {
|
|
481
485
|
type?: import("vue").PropType<number>;
|
|
@@ -1133,6 +1137,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1133
1137
|
type?: import("vue").PropType<boolean>;
|
|
1134
1138
|
default?: boolean;
|
|
1135
1139
|
};
|
|
1140
|
+
isViewRedrawing: {
|
|
1141
|
+
type?: import("vue").PropType<boolean>;
|
|
1142
|
+
default?: boolean;
|
|
1143
|
+
};
|
|
1136
1144
|
requestInterval: {
|
|
1137
1145
|
type?: import("vue").PropType<number>;
|
|
1138
1146
|
default?: number;
|
|
@@ -1146,8 +1154,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1146
1154
|
default?: number;
|
|
1147
1155
|
};
|
|
1148
1156
|
dataType: {
|
|
1149
|
-
type?: import("vue").PropType<"indicator" | "
|
|
1150
|
-
default?: "indicator" | "
|
|
1157
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
1158
|
+
default?: "indicator" | "request" | "static";
|
|
1151
1159
|
};
|
|
1152
1160
|
scale?: {
|
|
1153
1161
|
type?: import("vue").PropType<number>;
|
|
@@ -219,10 +219,11 @@ export declare const lineProps: {
|
|
|
219
219
|
requestMethod: import('../../utils/props').RequestMethod;
|
|
220
220
|
requestHeaders: string;
|
|
221
221
|
isOpenRequestTimer: boolean;
|
|
222
|
+
isViewRedrawing: boolean;
|
|
222
223
|
requestInterval: number;
|
|
223
224
|
requestParams: import('../../utils/props').RequestParams;
|
|
224
225
|
requestSort: number;
|
|
225
|
-
dataType: "indicator" | "
|
|
226
|
+
dataType: "indicator" | "request" | "static";
|
|
226
227
|
scale?: number;
|
|
227
228
|
requestParamsMode: "1" | "2";
|
|
228
229
|
customRequestParams: string;
|
|
@@ -692,6 +693,10 @@ export declare const lineComponentProps: {
|
|
|
692
693
|
type?: import("vue").PropType<boolean>;
|
|
693
694
|
default?: boolean;
|
|
694
695
|
};
|
|
696
|
+
isViewRedrawing: {
|
|
697
|
+
type?: import("vue").PropType<boolean>;
|
|
698
|
+
default?: boolean;
|
|
699
|
+
};
|
|
695
700
|
requestInterval: {
|
|
696
701
|
type?: import("vue").PropType<number>;
|
|
697
702
|
default?: number;
|
|
@@ -705,8 +710,8 @@ export declare const lineComponentProps: {
|
|
|
705
710
|
default?: number;
|
|
706
711
|
};
|
|
707
712
|
dataType: {
|
|
708
|
-
type?: import("vue").PropType<"indicator" | "
|
|
709
|
-
default?: "indicator" | "
|
|
713
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
714
|
+
default?: "indicator" | "request" | "static";
|
|
710
715
|
};
|
|
711
716
|
scale?: {
|
|
712
717
|
type?: import("vue").PropType<number>;
|
|
@@ -344,6 +344,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
344
344
|
type?: import("vue").PropType<boolean>;
|
|
345
345
|
default?: boolean;
|
|
346
346
|
};
|
|
347
|
+
isViewRedrawing: {
|
|
348
|
+
type?: import("vue").PropType<boolean>;
|
|
349
|
+
default?: boolean;
|
|
350
|
+
};
|
|
347
351
|
requestInterval: {
|
|
348
352
|
type?: import("vue").PropType<number>;
|
|
349
353
|
default?: number;
|
|
@@ -357,8 +361,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
357
361
|
default?: number;
|
|
358
362
|
};
|
|
359
363
|
dataType: {
|
|
360
|
-
type?: import("vue").PropType<"indicator" | "
|
|
361
|
-
default?: "indicator" | "
|
|
364
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
365
|
+
default?: "indicator" | "request" | "static";
|
|
362
366
|
};
|
|
363
367
|
scale?: {
|
|
364
368
|
type?: import("vue").PropType<number>;
|
|
@@ -479,6 +483,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
479
483
|
onClose: () => void;
|
|
480
484
|
loading: import("vue").Ref<boolean>;
|
|
481
485
|
ecanModal: import("vue").Ref<any>;
|
|
486
|
+
echartRef: import("vue").Ref<any>;
|
|
482
487
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
483
488
|
data: {
|
|
484
489
|
type?: import("vue").PropType<import('../../utils/props').Data>;
|
|
@@ -824,6 +829,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
824
829
|
type?: import("vue").PropType<boolean>;
|
|
825
830
|
default?: boolean;
|
|
826
831
|
};
|
|
832
|
+
isViewRedrawing: {
|
|
833
|
+
type?: import("vue").PropType<boolean>;
|
|
834
|
+
default?: boolean;
|
|
835
|
+
};
|
|
827
836
|
requestInterval: {
|
|
828
837
|
type?: import("vue").PropType<number>;
|
|
829
838
|
default?: number;
|
|
@@ -837,8 +846,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
837
846
|
default?: number;
|
|
838
847
|
};
|
|
839
848
|
dataType: {
|
|
840
|
-
type?: import("vue").PropType<"indicator" | "
|
|
841
|
-
default?: "indicator" | "
|
|
849
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
850
|
+
default?: "indicator" | "request" | "static";
|
|
842
851
|
};
|
|
843
852
|
scale?: {
|
|
844
853
|
type?: import("vue").PropType<number>;
|
|
@@ -343,6 +343,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
343
343
|
type?: import("vue").PropType<boolean>;
|
|
344
344
|
default?: boolean;
|
|
345
345
|
};
|
|
346
|
+
isViewRedrawing: {
|
|
347
|
+
type?: import("vue").PropType<boolean>;
|
|
348
|
+
default?: boolean;
|
|
349
|
+
};
|
|
346
350
|
requestInterval: {
|
|
347
351
|
type?: import("vue").PropType<number>;
|
|
348
352
|
default?: number;
|
|
@@ -356,8 +360,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
356
360
|
default?: number;
|
|
357
361
|
};
|
|
358
362
|
dataType: {
|
|
359
|
-
type?: import("vue").PropType<"indicator" | "
|
|
360
|
-
default?: "indicator" | "
|
|
363
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
364
|
+
default?: "indicator" | "request" | "static";
|
|
361
365
|
};
|
|
362
366
|
scale?: {
|
|
363
367
|
type?: import("vue").PropType<number>;
|
|
@@ -478,6 +482,7 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
478
482
|
onClose: () => void;
|
|
479
483
|
loading: import("vue").Ref<boolean>;
|
|
480
484
|
ecanModal: import("vue").Ref<any>;
|
|
485
|
+
echartRef: import("vue").Ref<any>;
|
|
481
486
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
482
487
|
data: {
|
|
483
488
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -823,6 +828,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
823
828
|
type?: import("vue").PropType<boolean>;
|
|
824
829
|
default?: boolean;
|
|
825
830
|
};
|
|
831
|
+
isViewRedrawing: {
|
|
832
|
+
type?: import("vue").PropType<boolean>;
|
|
833
|
+
default?: boolean;
|
|
834
|
+
};
|
|
826
835
|
requestInterval: {
|
|
827
836
|
type?: import("vue").PropType<number>;
|
|
828
837
|
default?: number;
|
|
@@ -836,8 +845,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
836
845
|
default?: number;
|
|
837
846
|
};
|
|
838
847
|
dataType: {
|
|
839
|
-
type?: import("vue").PropType<"indicator" | "
|
|
840
|
-
default?: "indicator" | "
|
|
848
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
849
|
+
default?: "indicator" | "request" | "static";
|
|
841
850
|
};
|
|
842
851
|
scale?: {
|
|
843
852
|
type?: import("vue").PropType<number>;
|
|
@@ -416,6 +416,10 @@ export declare const pieComponentProps: {
|
|
|
416
416
|
type?: import("vue").PropType<boolean>;
|
|
417
417
|
default?: boolean;
|
|
418
418
|
};
|
|
419
|
+
isViewRedrawing: {
|
|
420
|
+
type?: import("vue").PropType<boolean>;
|
|
421
|
+
default?: boolean;
|
|
422
|
+
};
|
|
419
423
|
requestInterval: {
|
|
420
424
|
type?: import("vue").PropType<number>;
|
|
421
425
|
default?: number;
|
|
@@ -429,8 +433,8 @@ export declare const pieComponentProps: {
|
|
|
429
433
|
default?: number;
|
|
430
434
|
};
|
|
431
435
|
dataType: {
|
|
432
|
-
type?: import("vue").PropType<"indicator" | "
|
|
433
|
-
default?: "indicator" | "
|
|
436
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
437
|
+
default?: "indicator" | "request" | "static";
|
|
434
438
|
};
|
|
435
439
|
scale?: {
|
|
436
440
|
type?: import("vue").PropType<number>;
|