@ecan-bi/datav 1.3.79 → 1.3.80
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 +4987 -4980
- 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 +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +4 -0
- package/types/container/circulate/Circulate.vue.d.ts +8 -0
- package/types/container/circulate/index.d.ts +8 -0
- package/types/container/circulate/props.d.ts +4 -0
- package/types/container/tabs/Tabs.vue.d.ts +8 -0
- package/types/container/tabs/index.d.ts +8 -0
- package/types/container/tabs/props.d.ts +4 -0
- package/types/container/template/Template.vue.d.ts +8 -0
- package/types/container/template/index.d.ts +8 -0
- package/types/container/template/props.d.ts +4 -0
- package/types/control/button/Button.vue.d.ts +8 -0
- package/types/control/button/index.d.ts +8 -0
- package/types/control/button/props.d.ts +4 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
- package/types/control/checkbox/index.d.ts +8 -0
- package/types/control/checkbox/props.d.ts +4 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
- package/types/control/date-picker/index.d.ts +8 -0
- package/types/control/date-picker/props.d.ts +4 -0
- package/types/control/input/Input.vue.d.ts +8 -0
- package/types/control/input/index.d.ts +8 -0
- package/types/control/input/props.d.ts +4 -0
- package/types/control/radio/Radio.vue.d.ts +8 -0
- package/types/control/radio/index.d.ts +8 -0
- package/types/control/radio/props.d.ts +4 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
- package/types/control/range-picker/index.d.ts +8 -0
- package/types/control/range-picker/props.d.ts +4 -0
- package/types/control/select/Select.vue.d.ts +8 -0
- package/types/control/select/index.d.ts +8 -0
- package/types/control/select/props.d.ts +4 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
- package/types/control/tree-select/index.d.ts +4 -0
- package/types/control/tree-select/props.d.ts +4 -0
- package/types/graph/bar/Bar.vue.d.ts +84 -76
- package/types/graph/bar/index.d.ts +84 -76
- package/types/graph/bar/props.d.ts +4 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +65 -89
- package/types/graph/combo-graph/index.d.ts +65 -89
- package/types/graph/combo-graph/props.d.ts +4 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +4 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +5 -0
- package/types/graph/pie/Pie.vue.d.ts +9 -0
- package/types/graph/pie/index.d.ts +9 -0
- package/types/graph/pie/props.d.ts +4 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +5 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +4 -0
- 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 +8 -0
- package/types/laboratory/data-select/index.d.ts +8 -0
- package/types/laboratory/data-select/props.d.ts +4 -0
- package/types/map/map/Map.vue.d.ts +8 -0
- package/types/map/map/index.d.ts +8 -0
- package/types/map/map/props.d.ts +4 -0
- package/types/media/iframe/Iframe.vue.d.ts +8 -0
- package/types/media/iframe/index.d.ts +8 -0
- package/types/media/iframe/props.d.ts +4 -0
- package/types/media/image/Image.vue.d.ts +16 -0
- package/types/media/image/index.d.ts +16 -0
- package/types/media/image/props.d.ts +9 -0
- package/types/table/table/Table.vue.d.ts +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +4 -0
- package/types/text/counter/Counter.vue.d.ts +8 -0
- package/types/text/counter/index.d.ts +8 -0
- package/types/text/counter/props.d.ts +4 -0
- package/types/text/list/List.vue.d.ts +8 -0
- package/types/text/list/index.d.ts +8 -0
- package/types/text/list/props.d.ts +4 -0
- package/types/text/proportion/Proportion.vue.d.ts +8 -0
- package/types/text/proportion/index.d.ts +8 -0
- package/types/text/proportion/props.d.ts +4 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +4 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
- package/types/text/time-display/index.d.ts +8 -0
- package/types/text/time-display/props.d.ts +4 -0
- package/types/utils/props.d.ts +1 -0
|
@@ -508,6 +508,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
508
508
|
type?: import("vue").PropType<boolean>;
|
|
509
509
|
default?: boolean;
|
|
510
510
|
};
|
|
511
|
+
isViewRedrawing: {
|
|
512
|
+
type?: import("vue").PropType<boolean>;
|
|
513
|
+
default?: boolean;
|
|
514
|
+
};
|
|
511
515
|
requestInterval: {
|
|
512
516
|
type?: import("vue").PropType<number>;
|
|
513
517
|
default?: number;
|
|
@@ -551,42 +555,42 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
551
555
|
fontFamily: string;
|
|
552
556
|
};
|
|
553
557
|
title: {
|
|
554
|
-
text:
|
|
555
|
-
subtext:
|
|
558
|
+
text: any;
|
|
559
|
+
subtext: any;
|
|
556
560
|
textStyle: {
|
|
557
|
-
fontSize:
|
|
558
|
-
fontWeight:
|
|
559
|
-
color:
|
|
561
|
+
fontSize: any;
|
|
562
|
+
fontWeight: any;
|
|
563
|
+
color: any;
|
|
560
564
|
};
|
|
561
|
-
left:
|
|
565
|
+
left: any;
|
|
562
566
|
};
|
|
563
567
|
toolbox: {
|
|
564
|
-
show:
|
|
565
|
-
left:
|
|
566
|
-
top:
|
|
567
|
-
itemSize:
|
|
568
|
-
itemGap:
|
|
568
|
+
show: any;
|
|
569
|
+
left: any;
|
|
570
|
+
top: any;
|
|
571
|
+
itemSize: any;
|
|
572
|
+
itemGap: any;
|
|
569
573
|
feature: {
|
|
570
574
|
myLocation: {
|
|
571
|
-
show:
|
|
575
|
+
show: any;
|
|
572
576
|
title: string;
|
|
573
577
|
icon: string;
|
|
574
578
|
onclick(): void;
|
|
575
579
|
};
|
|
576
580
|
myDownload: {
|
|
577
|
-
show:
|
|
581
|
+
show: any;
|
|
578
582
|
title: string;
|
|
579
583
|
icon: string;
|
|
580
584
|
onclick(): void;
|
|
581
585
|
};
|
|
582
586
|
myDataZoom: {
|
|
583
|
-
show:
|
|
587
|
+
show: any;
|
|
584
588
|
title: string;
|
|
585
589
|
icon: string;
|
|
586
590
|
onclick(): void;
|
|
587
591
|
};
|
|
588
592
|
myInfo: {
|
|
589
|
-
show:
|
|
593
|
+
show: any;
|
|
590
594
|
title: string;
|
|
591
595
|
icon: string;
|
|
592
596
|
onclick(): void;
|
|
@@ -594,126 +598,94 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
594
598
|
};
|
|
595
599
|
};
|
|
596
600
|
grid: {
|
|
597
|
-
top:
|
|
598
|
-
bottom:
|
|
599
|
-
left:
|
|
600
|
-
right:
|
|
601
|
-
containLabel:
|
|
601
|
+
top: any;
|
|
602
|
+
bottom: any;
|
|
603
|
+
left: any;
|
|
604
|
+
right: any;
|
|
605
|
+
containLabel: any;
|
|
602
606
|
};
|
|
603
|
-
color:
|
|
607
|
+
color: any;
|
|
604
608
|
legend: {
|
|
605
609
|
type: string;
|
|
606
|
-
width:
|
|
607
|
-
height:
|
|
608
|
-
show:
|
|
609
|
-
orient:
|
|
610
|
-
top:
|
|
611
|
-
left:
|
|
610
|
+
width: any;
|
|
611
|
+
height: any;
|
|
612
|
+
show: any;
|
|
613
|
+
orient: any;
|
|
614
|
+
top: any;
|
|
615
|
+
left: any;
|
|
612
616
|
textStyle: {
|
|
613
617
|
lineHeight: number;
|
|
614
618
|
rich: {
|
|
615
619
|
text: {
|
|
616
|
-
width:
|
|
617
|
-
color:
|
|
618
|
-
fontSize:
|
|
620
|
+
width: any;
|
|
621
|
+
color: any;
|
|
622
|
+
fontSize: any;
|
|
619
623
|
};
|
|
620
624
|
};
|
|
621
625
|
};
|
|
622
|
-
itemHeight:
|
|
623
|
-
itemWidth:
|
|
624
|
-
itemGap:
|
|
626
|
+
itemHeight: any;
|
|
627
|
+
itemWidth: any;
|
|
628
|
+
itemGap: any;
|
|
625
629
|
data: {
|
|
626
630
|
name: any;
|
|
627
631
|
itemStyle: {
|
|
628
|
-
color:
|
|
632
|
+
color: any;
|
|
629
633
|
};
|
|
630
|
-
icon:
|
|
634
|
+
icon: any;
|
|
631
635
|
}[];
|
|
632
636
|
formatter: (name: string) => string;
|
|
633
637
|
};
|
|
634
638
|
tooltip: {
|
|
635
639
|
trigger: string;
|
|
636
|
-
show:
|
|
640
|
+
show: any;
|
|
637
641
|
formatter: (params: any) => string;
|
|
638
642
|
textStyle: {
|
|
639
|
-
color:
|
|
643
|
+
color: any;
|
|
640
644
|
fontSize: number;
|
|
641
645
|
};
|
|
642
|
-
position:
|
|
646
|
+
position: any;
|
|
643
647
|
};
|
|
644
648
|
xAxis: {
|
|
645
|
-
minInterval:
|
|
649
|
+
minInterval: any;
|
|
646
650
|
type: string;
|
|
647
651
|
data: {}[];
|
|
648
652
|
splitLine: {
|
|
649
|
-
show:
|
|
653
|
+
show: any;
|
|
650
654
|
lineStyle: {
|
|
651
|
-
color:
|
|
655
|
+
color: any;
|
|
652
656
|
};
|
|
653
|
-
interval:
|
|
657
|
+
interval: any;
|
|
654
658
|
};
|
|
655
659
|
splitArea: {
|
|
656
|
-
show:
|
|
660
|
+
show: any;
|
|
657
661
|
};
|
|
658
662
|
axisLabel: {
|
|
659
|
-
color:
|
|
660
|
-
interval:
|
|
661
|
-
rotate:
|
|
662
|
-
width:
|
|
663
|
-
overflow:
|
|
664
|
-
fontSize:
|
|
663
|
+
color: any;
|
|
664
|
+
interval: any;
|
|
665
|
+
rotate: any;
|
|
666
|
+
width: any;
|
|
667
|
+
overflow: any;
|
|
668
|
+
fontSize: any;
|
|
665
669
|
formatter(value: string): string;
|
|
666
670
|
};
|
|
667
671
|
axisLine: {
|
|
668
|
-
show:
|
|
672
|
+
show: any;
|
|
669
673
|
lineStyle: {
|
|
670
|
-
color:
|
|
674
|
+
color: any;
|
|
671
675
|
};
|
|
672
676
|
};
|
|
673
677
|
axisTick: {
|
|
674
|
-
show:
|
|
678
|
+
show: any;
|
|
675
679
|
};
|
|
676
|
-
name:
|
|
680
|
+
name: any;
|
|
677
681
|
nameTextStyle: {
|
|
678
|
-
fontSize:
|
|
679
|
-
color:
|
|
682
|
+
fontSize: any;
|
|
683
|
+
color: any;
|
|
680
684
|
align: string;
|
|
681
685
|
};
|
|
682
|
-
max:
|
|
686
|
+
max: any;
|
|
683
687
|
};
|
|
684
|
-
yAxis:
|
|
685
|
-
type: string;
|
|
686
|
-
minInterval: number;
|
|
687
|
-
splitLine: {
|
|
688
|
-
show: boolean;
|
|
689
|
-
lineStyle: {
|
|
690
|
-
color: string;
|
|
691
|
-
type: "dashed" | "dotted" | "solid";
|
|
692
|
-
};
|
|
693
|
-
};
|
|
694
|
-
splitArea: {
|
|
695
|
-
show: boolean;
|
|
696
|
-
};
|
|
697
|
-
axisLabel: {
|
|
698
|
-
show: boolean;
|
|
699
|
-
fontSize: string;
|
|
700
|
-
color: string;
|
|
701
|
-
formatter(value: string): string;
|
|
702
|
-
};
|
|
703
|
-
axisLine: {
|
|
704
|
-
show: boolean;
|
|
705
|
-
lineStyle: {
|
|
706
|
-
color: string;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
name: string;
|
|
710
|
-
nameTextStyle: {
|
|
711
|
-
fontSize: string;
|
|
712
|
-
color: string;
|
|
713
|
-
align: string;
|
|
714
|
-
};
|
|
715
|
-
max: number;
|
|
716
|
-
}[];
|
|
688
|
+
yAxis: any;
|
|
717
689
|
series: {
|
|
718
690
|
[x: string]: any;
|
|
719
691
|
}[];
|
|
@@ -1240,6 +1212,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1240
1212
|
type?: import("vue").PropType<boolean>;
|
|
1241
1213
|
default?: boolean;
|
|
1242
1214
|
};
|
|
1215
|
+
isViewRedrawing: {
|
|
1216
|
+
type?: import("vue").PropType<boolean>;
|
|
1217
|
+
default?: boolean;
|
|
1218
|
+
};
|
|
1243
1219
|
requestInterval: {
|
|
1244
1220
|
type?: import("vue").PropType<number>;
|
|
1245
1221
|
default?: number;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -219,6 +219,7 @@ 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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|