@ecan-bi/datav 1.3.78 → 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.
Files changed (96) hide show
  1. package/dist/index.es.js +5000 -4988
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +24 -24
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +8 -0
  8. package/types/container/border/index.d.ts +8 -0
  9. package/types/container/border/props.d.ts +4 -0
  10. package/types/container/circulate/Circulate.vue.d.ts +8 -0
  11. package/types/container/circulate/index.d.ts +8 -0
  12. package/types/container/circulate/props.d.ts +4 -0
  13. package/types/container/tabs/Tabs.vue.d.ts +8 -0
  14. package/types/container/tabs/index.d.ts +8 -0
  15. package/types/container/tabs/props.d.ts +4 -0
  16. package/types/container/template/Template.vue.d.ts +8 -0
  17. package/types/container/template/index.d.ts +8 -0
  18. package/types/container/template/props.d.ts +4 -0
  19. package/types/control/button/Button.vue.d.ts +8 -0
  20. package/types/control/button/index.d.ts +8 -0
  21. package/types/control/button/props.d.ts +4 -0
  22. package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
  23. package/types/control/checkbox/index.d.ts +8 -0
  24. package/types/control/checkbox/props.d.ts +4 -0
  25. package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
  26. package/types/control/date-picker/index.d.ts +8 -0
  27. package/types/control/date-picker/props.d.ts +4 -0
  28. package/types/control/input/Input.vue.d.ts +8 -0
  29. package/types/control/input/index.d.ts +8 -0
  30. package/types/control/input/props.d.ts +4 -0
  31. package/types/control/radio/Radio.vue.d.ts +8 -0
  32. package/types/control/radio/index.d.ts +8 -0
  33. package/types/control/radio/props.d.ts +4 -0
  34. package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
  35. package/types/control/range-picker/index.d.ts +8 -0
  36. package/types/control/range-picker/props.d.ts +4 -0
  37. package/types/control/select/Select.vue.d.ts +8 -0
  38. package/types/control/select/index.d.ts +8 -0
  39. package/types/control/select/props.d.ts +4 -0
  40. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
  41. package/types/control/tree-select/index.d.ts +4 -0
  42. package/types/control/tree-select/props.d.ts +4 -0
  43. package/types/graph/bar/Bar.vue.d.ts +84 -76
  44. package/types/graph/bar/index.d.ts +84 -76
  45. package/types/graph/bar/props.d.ts +4 -0
  46. package/types/graph/combo-graph/ComboGraph.vue.d.ts +65 -89
  47. package/types/graph/combo-graph/index.d.ts +65 -89
  48. package/types/graph/combo-graph/props.d.ts +4 -0
  49. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  50. package/types/graph/custom-graph/index.d.ts +8 -0
  51. package/types/graph/custom-graph/props.d.ts +4 -0
  52. package/types/graph/line/Line.vue.d.ts +8 -0
  53. package/types/graph/line/index.d.ts +8 -0
  54. package/types/graph/line/props.d.ts +5 -0
  55. package/types/graph/pie/Pie.vue.d.ts +9 -0
  56. package/types/graph/pie/index.d.ts +9 -0
  57. package/types/graph/pie/props.d.ts +4 -0
  58. package/types/graph/radar/Radar.vue.d.ts +8 -0
  59. package/types/graph/radar/index.d.ts +8 -0
  60. package/types/graph/radar/props.d.ts +5 -0
  61. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  62. package/types/graph/scatter/index.d.ts +8 -0
  63. package/types/graph/scatter/props.d.ts +4 -0
  64. package/types/hooks/useIndicatorData.d.ts +1 -1
  65. package/types/hooks/useRequestData.d.ts +1 -1
  66. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  67. package/types/laboratory/data-select/index.d.ts +8 -0
  68. package/types/laboratory/data-select/props.d.ts +4 -0
  69. package/types/map/map/Map.vue.d.ts +8 -0
  70. package/types/map/map/index.d.ts +8 -0
  71. package/types/map/map/props.d.ts +4 -0
  72. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  73. package/types/media/iframe/index.d.ts +8 -0
  74. package/types/media/iframe/props.d.ts +4 -0
  75. package/types/media/image/Image.vue.d.ts +16 -0
  76. package/types/media/image/index.d.ts +16 -0
  77. package/types/media/image/props.d.ts +9 -0
  78. package/types/table/table/Table.vue.d.ts +8 -0
  79. package/types/table/table/index.d.ts +8 -0
  80. package/types/table/table/props.d.ts +4 -0
  81. package/types/text/counter/Counter.vue.d.ts +8 -0
  82. package/types/text/counter/index.d.ts +8 -0
  83. package/types/text/counter/props.d.ts +4 -0
  84. package/types/text/list/List.vue.d.ts +8 -0
  85. package/types/text/list/index.d.ts +8 -0
  86. package/types/text/list/props.d.ts +4 -0
  87. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  88. package/types/text/proportion/index.d.ts +8 -0
  89. package/types/text/proportion/props.d.ts +4 -0
  90. package/types/text/text/Text.vue.d.ts +8 -0
  91. package/types/text/text/index.d.ts +8 -0
  92. package/types/text/text/props.d.ts +4 -0
  93. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  94. package/types/text/time-display/index.d.ts +8 -0
  95. package/types/text/time-display/props.d.ts +4 -0
  96. 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: string;
555
- subtext: string;
558
+ text: any;
559
+ subtext: any;
556
560
  textStyle: {
557
- fontSize: string;
558
- fontWeight: number;
559
- color: string;
561
+ fontSize: any;
562
+ fontWeight: any;
563
+ color: any;
560
564
  };
561
- left: "left" | "center" | "right";
565
+ left: any;
562
566
  };
563
567
  toolbox: {
564
- show: boolean;
565
- left: "left" | "center" | "right";
566
- top: "top" | "bottom" | "middle";
567
- itemSize: number;
568
- itemGap: number;
568
+ show: any;
569
+ left: any;
570
+ top: any;
571
+ itemSize: any;
572
+ itemGap: any;
569
573
  feature: {
570
574
  myLocation: {
571
- show: boolean;
575
+ show: any;
572
576
  title: string;
573
577
  icon: string;
574
578
  onclick(): void;
575
579
  };
576
580
  myDownload: {
577
- show: boolean;
581
+ show: any;
578
582
  title: string;
579
583
  icon: string;
580
584
  onclick(): void;
581
585
  };
582
586
  myDataZoom: {
583
- show: boolean;
587
+ show: any;
584
588
  title: string;
585
589
  icon: string;
586
590
  onclick(): void;
587
591
  };
588
592
  myInfo: {
589
- show: boolean;
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: string;
598
- bottom: string;
599
- left: string;
600
- right: string;
601
- containLabel: boolean;
601
+ top: any;
602
+ bottom: any;
603
+ left: any;
604
+ right: any;
605
+ containLabel: any;
602
606
  };
603
- color: string[];
607
+ color: any;
604
608
  legend: {
605
609
  type: string;
606
- width: number;
607
- height: number;
608
- show: boolean;
609
- orient: "vertical" | "horizontal";
610
- top: "top" | "bottom" | "middle";
611
- left: "left" | "center" | "right";
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: number;
617
- color: string;
618
- fontSize: string | number;
620
+ width: any;
621
+ color: any;
622
+ fontSize: any;
619
623
  };
620
624
  };
621
625
  };
622
- itemHeight: number;
623
- itemWidth: number;
624
- itemGap: number;
626
+ itemHeight: any;
627
+ itemWidth: any;
628
+ itemGap: any;
625
629
  data: {
626
630
  name: any;
627
631
  itemStyle: {
628
- color: string;
632
+ color: any;
629
633
  };
630
- icon: string;
634
+ icon: any;
631
635
  }[];
632
636
  formatter: (name: string) => string;
633
637
  };
634
638
  tooltip: {
635
639
  trigger: string;
636
- show: boolean;
640
+ show: any;
637
641
  formatter: (params: any) => string;
638
642
  textStyle: {
639
- color: string;
643
+ color: any;
640
644
  fontSize: number;
641
645
  };
642
- position: string;
646
+ position: any;
643
647
  };
644
648
  xAxis: {
645
- minInterval: number;
649
+ minInterval: any;
646
650
  type: string;
647
651
  data: {}[];
648
652
  splitLine: {
649
- show: boolean;
653
+ show: any;
650
654
  lineStyle: {
651
- color: string;
655
+ color: any;
652
656
  };
653
- interval: number;
657
+ interval: any;
654
658
  };
655
659
  splitArea: {
656
- show: boolean;
660
+ show: any;
657
661
  };
658
662
  axisLabel: {
659
- color: string;
660
- interval: number;
661
- rotate: number;
662
- width: number;
663
- overflow: string;
664
- fontSize: string;
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: boolean;
672
+ show: any;
669
673
  lineStyle: {
670
- color: string;
674
+ color: any;
671
675
  };
672
676
  };
673
677
  axisTick: {
674
- show: boolean;
678
+ show: any;
675
679
  };
676
- name: string;
680
+ name: any;
677
681
  nameTextStyle: {
678
- fontSize: string;
679
- color: string;
682
+ fontSize: any;
683
+ color: any;
680
684
  align: string;
681
685
  };
682
- max: number;
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: string;
554
- subtext: string;
557
+ text: any;
558
+ subtext: any;
555
559
  textStyle: {
556
- fontSize: string;
557
- fontWeight: number;
558
- color: string;
560
+ fontSize: any;
561
+ fontWeight: any;
562
+ color: any;
559
563
  };
560
- left: "left" | "center" | "right";
564
+ left: any;
561
565
  };
562
566
  toolbox: {
563
- show: boolean;
564
- left: "left" | "center" | "right";
565
- top: "top" | "bottom" | "middle";
566
- itemSize: number;
567
- itemGap: number;
567
+ show: any;
568
+ left: any;
569
+ top: any;
570
+ itemSize: any;
571
+ itemGap: any;
568
572
  feature: {
569
573
  myLocation: {
570
- show: boolean;
574
+ show: any;
571
575
  title: string;
572
576
  icon: string;
573
577
  onclick(): void;
574
578
  };
575
579
  myDownload: {
576
- show: boolean;
580
+ show: any;
577
581
  title: string;
578
582
  icon: string;
579
583
  onclick(): void;
580
584
  };
581
585
  myDataZoom: {
582
- show: boolean;
586
+ show: any;
583
587
  title: string;
584
588
  icon: string;
585
589
  onclick(): void;
586
590
  };
587
591
  myInfo: {
588
- show: boolean;
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: string;
597
- bottom: string;
598
- left: string;
599
- right: string;
600
- containLabel: boolean;
600
+ top: any;
601
+ bottom: any;
602
+ left: any;
603
+ right: any;
604
+ containLabel: any;
601
605
  };
602
- color: string[];
606
+ color: any;
603
607
  legend: {
604
608
  type: string;
605
- width: number;
606
- height: number;
607
- show: boolean;
608
- orient: "vertical" | "horizontal";
609
- top: "top" | "bottom" | "middle";
610
- left: "left" | "center" | "right";
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: number;
616
- color: string;
617
- fontSize: string | number;
619
+ width: any;
620
+ color: any;
621
+ fontSize: any;
618
622
  };
619
623
  };
620
624
  };
621
- itemHeight: number;
622
- itemWidth: number;
623
- itemGap: number;
625
+ itemHeight: any;
626
+ itemWidth: any;
627
+ itemGap: any;
624
628
  data: {
625
629
  name: any;
626
630
  itemStyle: {
627
- color: string;
631
+ color: any;
628
632
  };
629
- icon: string;
633
+ icon: any;
630
634
  }[];
631
635
  formatter: (name: string) => string;
632
636
  };
633
637
  tooltip: {
634
638
  trigger: string;
635
- show: boolean;
639
+ show: any;
636
640
  formatter: (params: any) => string;
637
641
  textStyle: {
638
- color: string;
642
+ color: any;
639
643
  fontSize: number;
640
644
  };
641
- position: string;
645
+ position: any;
642
646
  };
643
647
  xAxis: {
644
- minInterval: number;
648
+ minInterval: any;
645
649
  type: string;
646
650
  data: {}[];
647
651
  splitLine: {
648
- show: boolean;
652
+ show: any;
649
653
  lineStyle: {
650
- color: string;
654
+ color: any;
651
655
  };
652
- interval: number;
656
+ interval: any;
653
657
  };
654
658
  splitArea: {
655
- show: boolean;
659
+ show: any;
656
660
  };
657
661
  axisLabel: {
658
- color: string;
659
- interval: number;
660
- rotate: number;
661
- width: number;
662
- overflow: string;
663
- fontSize: string;
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: boolean;
671
+ show: any;
668
672
  lineStyle: {
669
- color: string;
673
+ color: any;
670
674
  };
671
675
  };
672
676
  axisTick: {
673
- show: boolean;
677
+ show: any;
674
678
  };
675
- name: string;
679
+ name: any;
676
680
  nameTextStyle: {
677
- fontSize: string;
678
- color: string;
681
+ fontSize: any;
682
+ color: any;
679
683
  align: string;
680
684
  };
681
- max: number;
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;