@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
|
@@ -161,6 +161,10 @@ export declare const selectComponentProps: {
|
|
|
161
161
|
type?: import("vue").PropType<boolean>;
|
|
162
162
|
default?: boolean;
|
|
163
163
|
};
|
|
164
|
+
isViewRedrawing: {
|
|
165
|
+
type?: import("vue").PropType<boolean>;
|
|
166
|
+
default?: boolean;
|
|
167
|
+
};
|
|
164
168
|
requestInterval: {
|
|
165
169
|
type?: import("vue").PropType<number>;
|
|
166
170
|
default?: number;
|
|
@@ -174,8 +178,8 @@ export declare const selectComponentProps: {
|
|
|
174
178
|
default?: number;
|
|
175
179
|
};
|
|
176
180
|
dataType: {
|
|
177
|
-
type?: import("vue").PropType<"indicator" | "
|
|
178
|
-
default?: "indicator" | "
|
|
181
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
182
|
+
default?: "indicator" | "request" | "static";
|
|
179
183
|
};
|
|
180
184
|
scale?: {
|
|
181
185
|
type?: import("vue").PropType<number>;
|
|
@@ -120,6 +120,10 @@ declare const _sfc_main: {
|
|
|
120
120
|
type?: import("vue").PropType<boolean>;
|
|
121
121
|
default?: boolean;
|
|
122
122
|
};
|
|
123
|
+
isViewRedrawing: {
|
|
124
|
+
type?: import("vue").PropType<boolean>;
|
|
125
|
+
default?: boolean;
|
|
126
|
+
};
|
|
123
127
|
requestInterval: {
|
|
124
128
|
type?: import("vue").PropType<number>;
|
|
125
129
|
default?: number;
|
|
@@ -133,8 +137,8 @@ declare const _sfc_main: {
|
|
|
133
137
|
default?: number;
|
|
134
138
|
};
|
|
135
139
|
dataType: {
|
|
136
|
-
type?: import("vue").PropType<"indicator" | "
|
|
137
|
-
default?: "indicator" | "
|
|
140
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
141
|
+
default?: "indicator" | "request" | "static";
|
|
138
142
|
};
|
|
139
143
|
scale?: {
|
|
140
144
|
type?: import("vue").PropType<number>;
|
|
@@ -120,6 +120,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
120
120
|
type?: import("vue").PropType<boolean>;
|
|
121
121
|
default?: boolean;
|
|
122
122
|
};
|
|
123
|
+
isViewRedrawing: {
|
|
124
|
+
type?: import("vue").PropType<boolean>;
|
|
125
|
+
default?: boolean;
|
|
126
|
+
};
|
|
123
127
|
requestInterval: {
|
|
124
128
|
type?: import("vue").PropType<number>;
|
|
125
129
|
default?: number;
|
|
@@ -133,8 +137,8 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
133
137
|
default?: number;
|
|
134
138
|
};
|
|
135
139
|
dataType: {
|
|
136
|
-
type?: import("vue").PropType<"indicator" | "
|
|
137
|
-
default?: "indicator" | "
|
|
140
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
141
|
+
default?: "indicator" | "request" | "static";
|
|
138
142
|
};
|
|
139
143
|
scale?: {
|
|
140
144
|
type?: import("vue").PropType<number>;
|
|
@@ -141,6 +141,10 @@ export declare const treeSelectComponentProps: {
|
|
|
141
141
|
type?: import("vue").PropType<boolean>;
|
|
142
142
|
default?: boolean;
|
|
143
143
|
};
|
|
144
|
+
isViewRedrawing: {
|
|
145
|
+
type?: import("vue").PropType<boolean>;
|
|
146
|
+
default?: boolean;
|
|
147
|
+
};
|
|
144
148
|
requestInterval: {
|
|
145
149
|
type?: import("vue").PropType<number>;
|
|
146
150
|
default?: number;
|
|
@@ -154,8 +158,8 @@ export declare const treeSelectComponentProps: {
|
|
|
154
158
|
default?: number;
|
|
155
159
|
};
|
|
156
160
|
dataType: {
|
|
157
|
-
type?: import("vue").PropType<"indicator" | "
|
|
158
|
-
default?: "indicator" | "
|
|
161
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
162
|
+
default?: "indicator" | "request" | "static";
|
|
159
163
|
};
|
|
160
164
|
scale?: {
|
|
161
165
|
type?: import("vue").PropType<number>;
|
|
@@ -504,6 +504,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
504
504
|
type?: import("vue").PropType<boolean>;
|
|
505
505
|
default?: boolean;
|
|
506
506
|
};
|
|
507
|
+
isViewRedrawing: {
|
|
508
|
+
type?: import("vue").PropType<boolean>;
|
|
509
|
+
default?: boolean;
|
|
510
|
+
};
|
|
507
511
|
requestInterval: {
|
|
508
512
|
type?: import("vue").PropType<number>;
|
|
509
513
|
default?: number;
|
|
@@ -517,8 +521,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
517
521
|
default?: number;
|
|
518
522
|
};
|
|
519
523
|
dataType: {
|
|
520
|
-
type?: import("vue").PropType<"indicator" | "
|
|
521
|
-
default?: "indicator" | "
|
|
524
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
525
|
+
default?: "indicator" | "request" | "static";
|
|
522
526
|
};
|
|
523
527
|
scale?: {
|
|
524
528
|
type?: import("vue").PropType<number>;
|
|
@@ -546,32 +550,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
546
550
|
fontFamily: string;
|
|
547
551
|
};
|
|
548
552
|
toolbox: {
|
|
549
|
-
show:
|
|
550
|
-
left:
|
|
551
|
-
top:
|
|
552
|
-
itemSize:
|
|
553
|
-
itemGap:
|
|
553
|
+
show: any;
|
|
554
|
+
left: any;
|
|
555
|
+
top: any;
|
|
556
|
+
itemSize: any;
|
|
557
|
+
itemGap: any;
|
|
554
558
|
feature: {
|
|
555
559
|
myLocation: {
|
|
556
|
-
show:
|
|
560
|
+
show: any;
|
|
557
561
|
title: string;
|
|
558
562
|
icon: string;
|
|
559
563
|
onclick(): void;
|
|
560
564
|
};
|
|
561
565
|
myDownload: {
|
|
562
|
-
show:
|
|
566
|
+
show: any;
|
|
563
567
|
title: string;
|
|
564
568
|
icon: string;
|
|
565
569
|
onclick(): void;
|
|
566
570
|
};
|
|
567
571
|
myDataZoom: {
|
|
568
|
-
show:
|
|
572
|
+
show: any;
|
|
569
573
|
title: string;
|
|
570
574
|
icon: string;
|
|
571
575
|
onclick(): void;
|
|
572
576
|
};
|
|
573
577
|
myInfo: {
|
|
574
|
-
show:
|
|
578
|
+
show: any;
|
|
575
579
|
title: string;
|
|
576
580
|
icon: string;
|
|
577
581
|
onclick(): void;
|
|
@@ -579,144 +583,144 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
579
583
|
};
|
|
580
584
|
};
|
|
581
585
|
title: {
|
|
582
|
-
text:
|
|
583
|
-
subtext:
|
|
586
|
+
text: any;
|
|
587
|
+
subtext: any;
|
|
584
588
|
textStyle: {
|
|
585
|
-
fontSize:
|
|
586
|
-
fontWeight:
|
|
587
|
-
color:
|
|
589
|
+
fontSize: any;
|
|
590
|
+
fontWeight: any;
|
|
591
|
+
color: any;
|
|
588
592
|
};
|
|
589
|
-
left:
|
|
593
|
+
left: any;
|
|
590
594
|
};
|
|
591
595
|
grid: {
|
|
592
|
-
top:
|
|
593
|
-
bottom:
|
|
594
|
-
left:
|
|
595
|
-
right:
|
|
596
|
-
containLabel:
|
|
596
|
+
top: any;
|
|
597
|
+
bottom: any;
|
|
598
|
+
left: any;
|
|
599
|
+
right: any;
|
|
600
|
+
containLabel: any;
|
|
597
601
|
};
|
|
598
|
-
color:
|
|
602
|
+
color: any;
|
|
599
603
|
tooltip: {
|
|
600
604
|
trigger: string;
|
|
601
|
-
show:
|
|
605
|
+
show: any;
|
|
602
606
|
formatter: (params: any) => string;
|
|
603
607
|
textStyle: {
|
|
604
|
-
color:
|
|
608
|
+
color: any;
|
|
605
609
|
fontSize: number;
|
|
606
610
|
};
|
|
607
|
-
position:
|
|
611
|
+
position: any;
|
|
608
612
|
};
|
|
609
613
|
legend: {
|
|
610
614
|
type: string;
|
|
611
|
-
width:
|
|
612
|
-
height:
|
|
613
|
-
show:
|
|
614
|
-
orient:
|
|
615
|
-
top:
|
|
616
|
-
left:
|
|
615
|
+
width: any;
|
|
616
|
+
height: any;
|
|
617
|
+
show: any;
|
|
618
|
+
orient: any;
|
|
619
|
+
top: any;
|
|
620
|
+
left: any;
|
|
617
621
|
textStyle: {
|
|
618
622
|
lineHeight: number;
|
|
619
623
|
rich: {
|
|
620
624
|
text: {
|
|
621
|
-
width:
|
|
622
|
-
color:
|
|
623
|
-
fontSize:
|
|
625
|
+
width: any;
|
|
626
|
+
color: any;
|
|
627
|
+
fontSize: any;
|
|
624
628
|
};
|
|
625
629
|
};
|
|
626
630
|
};
|
|
627
|
-
itemHeight:
|
|
628
|
-
itemWidth:
|
|
629
|
-
itemGap:
|
|
631
|
+
itemHeight: any;
|
|
632
|
+
itemWidth: any;
|
|
633
|
+
itemGap: any;
|
|
630
634
|
data: {
|
|
631
635
|
name: any;
|
|
632
636
|
itemStyle: {
|
|
633
|
-
color:
|
|
637
|
+
color: any;
|
|
634
638
|
};
|
|
635
|
-
icon:
|
|
639
|
+
icon: any;
|
|
636
640
|
}[];
|
|
637
641
|
formatter: (name: string) => string;
|
|
638
642
|
};
|
|
639
643
|
xAxis: {
|
|
640
644
|
type: string;
|
|
641
645
|
data: {}[];
|
|
642
|
-
inverse:
|
|
643
|
-
minInterval:
|
|
646
|
+
inverse: any;
|
|
647
|
+
minInterval: any;
|
|
644
648
|
splitLine: {
|
|
645
|
-
show:
|
|
649
|
+
show: any;
|
|
646
650
|
lineStyle: {
|
|
647
|
-
color:
|
|
648
|
-
type:
|
|
651
|
+
color: any;
|
|
652
|
+
type: any;
|
|
649
653
|
};
|
|
650
|
-
interval:
|
|
654
|
+
interval: any;
|
|
651
655
|
};
|
|
652
656
|
splitArea: {
|
|
653
|
-
show:
|
|
657
|
+
show: any;
|
|
654
658
|
};
|
|
655
659
|
axisLabel: {
|
|
656
|
-
color:
|
|
657
|
-
interval:
|
|
658
|
-
rotate:
|
|
659
|
-
width:
|
|
660
|
-
overflow:
|
|
661
|
-
fontSize:
|
|
660
|
+
color: any;
|
|
661
|
+
interval: any;
|
|
662
|
+
rotate: any;
|
|
663
|
+
width: any;
|
|
664
|
+
overflow: any;
|
|
665
|
+
fontSize: any;
|
|
662
666
|
formatter(value: string): string;
|
|
663
667
|
};
|
|
664
668
|
axisLine: {
|
|
665
|
-
show:
|
|
669
|
+
show: any;
|
|
666
670
|
lineStyle: {
|
|
667
|
-
color:
|
|
671
|
+
color: any;
|
|
668
672
|
};
|
|
669
673
|
};
|
|
670
674
|
axisTick: {
|
|
671
|
-
show:
|
|
675
|
+
show: any;
|
|
672
676
|
};
|
|
673
|
-
name:
|
|
677
|
+
name: any;
|
|
674
678
|
nameTextStyle: {
|
|
675
|
-
fontSize:
|
|
676
|
-
color:
|
|
679
|
+
fontSize: any;
|
|
680
|
+
color: any;
|
|
677
681
|
align: string;
|
|
678
682
|
};
|
|
679
|
-
max:
|
|
683
|
+
max: any;
|
|
680
684
|
};
|
|
681
685
|
yAxis: {
|
|
682
686
|
type: string;
|
|
683
687
|
data: {
|
|
684
688
|
[x: string]: any;
|
|
685
689
|
}[];
|
|
686
|
-
inverse:
|
|
687
|
-
minInterval:
|
|
690
|
+
inverse: any;
|
|
691
|
+
minInterval: any;
|
|
688
692
|
splitLine: {
|
|
689
|
-
show:
|
|
693
|
+
show: any;
|
|
690
694
|
lineStyle: {
|
|
691
|
-
color:
|
|
692
|
-
type:
|
|
695
|
+
color: any;
|
|
696
|
+
type: any;
|
|
693
697
|
};
|
|
694
698
|
};
|
|
695
699
|
splitArea: {
|
|
696
|
-
show:
|
|
700
|
+
show: any;
|
|
697
701
|
};
|
|
698
702
|
axisLabel: {
|
|
699
|
-
show:
|
|
700
|
-
fontSize:
|
|
701
|
-
color:
|
|
702
|
-
rotate:
|
|
703
|
-
width:
|
|
704
|
-
overflow:
|
|
703
|
+
show: any;
|
|
704
|
+
fontSize: any;
|
|
705
|
+
color: any;
|
|
706
|
+
rotate: any;
|
|
707
|
+
width: any;
|
|
708
|
+
overflow: any;
|
|
705
709
|
formatter(value: string): string;
|
|
706
710
|
};
|
|
707
711
|
axisLine: {
|
|
708
|
-
show:
|
|
712
|
+
show: any;
|
|
709
713
|
lineStyle: {
|
|
710
|
-
color:
|
|
714
|
+
color: any;
|
|
711
715
|
};
|
|
712
716
|
};
|
|
713
|
-
name:
|
|
717
|
+
name: any;
|
|
714
718
|
nameTextStyle: {
|
|
715
|
-
fontSize:
|
|
716
|
-
color:
|
|
719
|
+
fontSize: any;
|
|
720
|
+
color: any;
|
|
717
721
|
align: string;
|
|
718
722
|
};
|
|
719
|
-
max:
|
|
723
|
+
max: any;
|
|
720
724
|
};
|
|
721
725
|
series: any[];
|
|
722
726
|
}>;
|
|
@@ -1240,6 +1244,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1240
1244
|
type?: import("vue").PropType<boolean>;
|
|
1241
1245
|
default?: boolean;
|
|
1242
1246
|
};
|
|
1247
|
+
isViewRedrawing: {
|
|
1248
|
+
type?: import("vue").PropType<boolean>;
|
|
1249
|
+
default?: boolean;
|
|
1250
|
+
};
|
|
1243
1251
|
requestInterval: {
|
|
1244
1252
|
type?: import("vue").PropType<number>;
|
|
1245
1253
|
default?: number;
|
|
@@ -1253,8 +1261,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1253
1261
|
default?: number;
|
|
1254
1262
|
};
|
|
1255
1263
|
dataType: {
|
|
1256
|
-
type?: import("vue").PropType<"indicator" | "
|
|
1257
|
-
default?: "indicator" | "
|
|
1264
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
1265
|
+
default?: "indicator" | "request" | "static";
|
|
1258
1266
|
};
|
|
1259
1267
|
scale?: {
|
|
1260
1268
|
type?: import("vue").PropType<number>;
|