@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
@@ -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;
@@ -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;
@@ -546,32 +550,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
546
550
  fontFamily: string;
547
551
  };
548
552
  toolbox: {
549
- show: boolean;
550
- left: "left" | "center" | "right";
551
- top: "top" | "bottom" | "middle";
552
- itemSize: number;
553
- itemGap: number;
553
+ show: any;
554
+ left: any;
555
+ top: any;
556
+ itemSize: any;
557
+ itemGap: any;
554
558
  feature: {
555
559
  myLocation: {
556
- show: boolean;
560
+ show: any;
557
561
  title: string;
558
562
  icon: string;
559
563
  onclick(): void;
560
564
  };
561
565
  myDownload: {
562
- show: boolean;
566
+ show: any;
563
567
  title: string;
564
568
  icon: string;
565
569
  onclick(): void;
566
570
  };
567
571
  myDataZoom: {
568
- show: boolean;
572
+ show: any;
569
573
  title: string;
570
574
  icon: string;
571
575
  onclick(): void;
572
576
  };
573
577
  myInfo: {
574
- show: boolean;
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: string;
583
- subtext: string;
586
+ text: any;
587
+ subtext: any;
584
588
  textStyle: {
585
- fontSize: string;
586
- fontWeight: number;
587
- color: string;
589
+ fontSize: any;
590
+ fontWeight: any;
591
+ color: any;
588
592
  };
589
- left: "left" | "center" | "right";
593
+ left: any;
590
594
  };
591
595
  grid: {
592
- top: string;
593
- bottom: string;
594
- left: string;
595
- right: string;
596
- containLabel: boolean;
596
+ top: any;
597
+ bottom: any;
598
+ left: any;
599
+ right: any;
600
+ containLabel: any;
597
601
  };
598
- color: string[];
602
+ color: any;
599
603
  tooltip: {
600
604
  trigger: string;
601
- show: boolean;
605
+ show: any;
602
606
  formatter: (params: any) => string;
603
607
  textStyle: {
604
- color: string;
608
+ color: any;
605
609
  fontSize: number;
606
610
  };
607
- position: string;
611
+ position: any;
608
612
  };
609
613
  legend: {
610
614
  type: string;
611
- width: number;
612
- height: number;
613
- show: boolean;
614
- orient: "vertical" | "horizontal";
615
- top: "top" | "bottom" | "middle";
616
- left: "left" | "center" | "right";
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: number;
622
- color: string;
623
- fontSize: string | number;
625
+ width: any;
626
+ color: any;
627
+ fontSize: any;
624
628
  };
625
629
  };
626
630
  };
627
- itemHeight: number;
628
- itemWidth: number;
629
- itemGap: number;
631
+ itemHeight: any;
632
+ itemWidth: any;
633
+ itemGap: any;
630
634
  data: {
631
635
  name: any;
632
636
  itemStyle: {
633
- color: string;
637
+ color: any;
634
638
  };
635
- icon: string;
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: boolean;
643
- minInterval: number;
646
+ inverse: any;
647
+ minInterval: any;
644
648
  splitLine: {
645
- show: boolean;
649
+ show: any;
646
650
  lineStyle: {
647
- color: string;
648
- type: "dashed" | "dotted" | "solid";
651
+ color: any;
652
+ type: any;
649
653
  };
650
- interval: number;
654
+ interval: any;
651
655
  };
652
656
  splitArea: {
653
- show: boolean;
657
+ show: any;
654
658
  };
655
659
  axisLabel: {
656
- color: string;
657
- interval: number;
658
- rotate: number;
659
- width: number;
660
- overflow: "none" | "truncate" | "break" | "breakAll";
661
- fontSize: string;
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: boolean;
669
+ show: any;
666
670
  lineStyle: {
667
- color: string;
671
+ color: any;
668
672
  };
669
673
  };
670
674
  axisTick: {
671
- show: boolean;
675
+ show: any;
672
676
  };
673
- name: string;
677
+ name: any;
674
678
  nameTextStyle: {
675
- fontSize: string;
676
- color: string;
679
+ fontSize: any;
680
+ color: any;
677
681
  align: string;
678
682
  };
679
- max: number;
683
+ max: any;
680
684
  };
681
685
  yAxis: {
682
686
  type: string;
683
687
  data: {
684
688
  [x: string]: any;
685
689
  }[];
686
- inverse: boolean;
687
- minInterval: number;
690
+ inverse: any;
691
+ minInterval: any;
688
692
  splitLine: {
689
- show: boolean;
693
+ show: any;
690
694
  lineStyle: {
691
- color: string;
692
- type: "dashed" | "dotted" | "solid";
695
+ color: any;
696
+ type: any;
693
697
  };
694
698
  };
695
699
  splitArea: {
696
- show: boolean;
700
+ show: any;
697
701
  };
698
702
  axisLabel: {
699
- show: boolean;
700
- fontSize: string;
701
- color: string;
702
- rotate: number;
703
- width: number;
704
- overflow: "none" | "truncate" | "break" | "breakAll";
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: boolean;
712
+ show: any;
709
713
  lineStyle: {
710
- color: string;
714
+ color: any;
711
715
  };
712
716
  };
713
- name: string;
717
+ name: any;
714
718
  nameTextStyle: {
715
- fontSize: string;
716
- color: string;
719
+ fontSize: any;
720
+ color: any;
717
721
  align: string;
718
722
  };
719
- max: number;
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;
@@ -503,6 +503,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
503
503
  type?: import("vue").PropType<boolean>;
504
504
  default?: boolean;
505
505
  };
506
+ isViewRedrawing: {
507
+ type?: import("vue").PropType<boolean>;
508
+ default?: boolean;
509
+ };
506
510
  requestInterval: {
507
511
  type?: import("vue").PropType<number>;
508
512
  default?: number;
@@ -545,32 +549,32 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
545
549
  fontFamily: string;
546
550
  };
547
551
  toolbox: {
548
- show: boolean;
549
- left: "left" | "center" | "right";
550
- top: "top" | "bottom" | "middle";
551
- itemSize: number;
552
- itemGap: number;
552
+ show: any;
553
+ left: any;
554
+ top: any;
555
+ itemSize: any;
556
+ itemGap: any;
553
557
  feature: {
554
558
  myLocation: {
555
- show: boolean;
559
+ show: any;
556
560
  title: string;
557
561
  icon: string;
558
562
  onclick(): void;
559
563
  };
560
564
  myDownload: {
561
- show: boolean;
565
+ show: any;
562
566
  title: string;
563
567
  icon: string;
564
568
  onclick(): void;
565
569
  };
566
570
  myDataZoom: {
567
- show: boolean;
571
+ show: any;
568
572
  title: string;
569
573
  icon: string;
570
574
  onclick(): void;
571
575
  };
572
576
  myInfo: {
573
- show: boolean;
577
+ show: any;
574
578
  title: string;
575
579
  icon: string;
576
580
  onclick(): void;
@@ -578,144 +582,144 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
578
582
  };
579
583
  };
580
584
  title: {
581
- text: string;
582
- subtext: string;
585
+ text: any;
586
+ subtext: any;
583
587
  textStyle: {
584
- fontSize: string;
585
- fontWeight: number;
586
- color: string;
588
+ fontSize: any;
589
+ fontWeight: any;
590
+ color: any;
587
591
  };
588
- left: "left" | "center" | "right";
592
+ left: any;
589
593
  };
590
594
  grid: {
591
- top: string;
592
- bottom: string;
593
- left: string;
594
- right: string;
595
- containLabel: boolean;
595
+ top: any;
596
+ bottom: any;
597
+ left: any;
598
+ right: any;
599
+ containLabel: any;
596
600
  };
597
- color: string[];
601
+ color: any;
598
602
  tooltip: {
599
603
  trigger: string;
600
- show: boolean;
604
+ show: any;
601
605
  formatter: (params: any) => string;
602
606
  textStyle: {
603
- color: string;
607
+ color: any;
604
608
  fontSize: number;
605
609
  };
606
- position: string;
610
+ position: any;
607
611
  };
608
612
  legend: {
609
613
  type: string;
610
- width: number;
611
- height: number;
612
- show: boolean;
613
- orient: "vertical" | "horizontal";
614
- top: "top" | "bottom" | "middle";
615
- left: "left" | "center" | "right";
614
+ width: any;
615
+ height: any;
616
+ show: any;
617
+ orient: any;
618
+ top: any;
619
+ left: any;
616
620
  textStyle: {
617
621
  lineHeight: number;
618
622
  rich: {
619
623
  text: {
620
- width: number;
621
- color: string;
622
- fontSize: string | number;
624
+ width: any;
625
+ color: any;
626
+ fontSize: any;
623
627
  };
624
628
  };
625
629
  };
626
- itemHeight: number;
627
- itemWidth: number;
628
- itemGap: number;
630
+ itemHeight: any;
631
+ itemWidth: any;
632
+ itemGap: any;
629
633
  data: {
630
634
  name: any;
631
635
  itemStyle: {
632
- color: string;
636
+ color: any;
633
637
  };
634
- icon: string;
638
+ icon: any;
635
639
  }[];
636
640
  formatter: (name: string) => string;
637
641
  };
638
642
  xAxis: {
639
643
  type: string;
640
644
  data: {}[];
641
- inverse: boolean;
642
- minInterval: number;
645
+ inverse: any;
646
+ minInterval: any;
643
647
  splitLine: {
644
- show: boolean;
648
+ show: any;
645
649
  lineStyle: {
646
- color: string;
647
- type: "dashed" | "dotted" | "solid";
650
+ color: any;
651
+ type: any;
648
652
  };
649
- interval: number;
653
+ interval: any;
650
654
  };
651
655
  splitArea: {
652
- show: boolean;
656
+ show: any;
653
657
  };
654
658
  axisLabel: {
655
- color: string;
656
- interval: number;
657
- rotate: number;
658
- width: number;
659
- overflow: "none" | "truncate" | "break" | "breakAll";
660
- fontSize: string;
659
+ color: any;
660
+ interval: any;
661
+ rotate: any;
662
+ width: any;
663
+ overflow: any;
664
+ fontSize: any;
661
665
  formatter(value: string): string;
662
666
  };
663
667
  axisLine: {
664
- show: boolean;
668
+ show: any;
665
669
  lineStyle: {
666
- color: string;
670
+ color: any;
667
671
  };
668
672
  };
669
673
  axisTick: {
670
- show: boolean;
674
+ show: any;
671
675
  };
672
- name: string;
676
+ name: any;
673
677
  nameTextStyle: {
674
- fontSize: string;
675
- color: string;
678
+ fontSize: any;
679
+ color: any;
676
680
  align: string;
677
681
  };
678
- max: number;
682
+ max: any;
679
683
  };
680
684
  yAxis: {
681
685
  type: string;
682
686
  data: {
683
687
  [x: string]: any;
684
688
  }[];
685
- inverse: boolean;
686
- minInterval: number;
689
+ inverse: any;
690
+ minInterval: any;
687
691
  splitLine: {
688
- show: boolean;
692
+ show: any;
689
693
  lineStyle: {
690
- color: string;
691
- type: "dashed" | "dotted" | "solid";
694
+ color: any;
695
+ type: any;
692
696
  };
693
697
  };
694
698
  splitArea: {
695
- show: boolean;
699
+ show: any;
696
700
  };
697
701
  axisLabel: {
698
- show: boolean;
699
- fontSize: string;
700
- color: string;
701
- rotate: number;
702
- width: number;
703
- overflow: "none" | "truncate" | "break" | "breakAll";
702
+ show: any;
703
+ fontSize: any;
704
+ color: any;
705
+ rotate: any;
706
+ width: any;
707
+ overflow: any;
704
708
  formatter(value: string): string;
705
709
  };
706
710
  axisLine: {
707
- show: boolean;
711
+ show: any;
708
712
  lineStyle: {
709
- color: string;
713
+ color: any;
710
714
  };
711
715
  };
712
- name: string;
716
+ name: any;
713
717
  nameTextStyle: {
714
- fontSize: string;
715
- color: string;
718
+ fontSize: any;
719
+ color: any;
716
720
  align: string;
717
721
  };
718
- max: number;
722
+ max: any;
719
723
  };
720
724
  series: any[];
721
725
  }>;
@@ -1239,6 +1243,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1239
1243
  type?: import("vue").PropType<boolean>;
1240
1244
  default?: boolean;
1241
1245
  };
1246
+ isViewRedrawing: {
1247
+ type?: import("vue").PropType<boolean>;
1248
+ default?: boolean;
1249
+ };
1242
1250
  requestInterval: {
1243
1251
  type?: import("vue").PropType<number>;
1244
1252
  default?: number;
@@ -616,6 +616,10 @@ export declare const barComponentProps: {
616
616
  type?: import("vue").PropType<boolean>;
617
617
  default?: boolean;
618
618
  };
619
+ isViewRedrawing: {
620
+ type?: import("vue").PropType<boolean>;
621
+ default?: boolean;
622
+ };
619
623
  requestInterval: {
620
624
  type?: import("vue").PropType<number>;
621
625
  default?: number;