@ecan-bi/datav 1.6.14 → 1.6.16
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 +22430 -23637
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +95 -93
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -2
- 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 +5 -0
- package/types/graph/bar/Bar.vue.d.ts +1 -189
- package/types/graph/bar/index.d.ts +1 -189
- package/types/graph/budget/Budget.vue.d.ts +4 -4
- package/types/graph/budget/index.d.ts +4 -4
- package/types/graph/budget/props.d.ts +2 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +5 -151
- package/types/graph/combo-graph/index.d.ts +5 -151
- package/types/graph/combo-graph/props.d.ts +2 -2
- package/types/graph/line/Line.vue.d.ts +1 -172
- package/types/graph/line/index.d.ts +1 -172
- package/types/graph/pie/Pie.vue.d.ts +5 -104
- package/types/graph/pie/index.d.ts +5 -104
- package/types/graph/pie/props.d.ts +2 -2
- package/types/graph/radar/Radar.vue.d.ts +1 -92
- package/types/graph/radar/index.d.ts +1 -92
- package/types/graph/scatter/Scatter.vue.d.ts +5 -196
- package/types/graph/scatter/index.d.ts +5 -196
- package/types/graph/scatter/props.d.ts +2 -2
- package/types/setting/provider-config/drill-modal/LastDetail.vue.d.ts +2 -0
- package/types/text/text/Text.vue.d.ts +176 -5
- package/types/text/text/index.d.ts +176 -5
- package/types/text/text/props.d.ts +2 -2
- package/types/utils/constant.d.ts +1 -0
|
@@ -145,8 +145,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
145
145
|
default?: boolean;
|
|
146
146
|
};
|
|
147
147
|
tooltipTrigger: {
|
|
148
|
-
type?: import("vue").PropType<"none" | "
|
|
149
|
-
default?: "none" | "
|
|
148
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
149
|
+
default?: "none" | "item" | "axis";
|
|
150
150
|
};
|
|
151
151
|
tooltipTextStyleColor: {
|
|
152
152
|
type?: import("vue").PropType<string>;
|
|
@@ -642,153 +642,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
642
642
|
};
|
|
643
643
|
}, {
|
|
644
644
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
645
|
-
option:
|
|
646
|
-
textStyle: {
|
|
647
|
-
fontFamily: string;
|
|
648
|
-
};
|
|
649
|
-
title: {
|
|
650
|
-
text: any;
|
|
651
|
-
subtext: any;
|
|
652
|
-
textStyle: {
|
|
653
|
-
fontSize: any;
|
|
654
|
-
fontWeight: any;
|
|
655
|
-
color: any;
|
|
656
|
-
};
|
|
657
|
-
left: any;
|
|
658
|
-
};
|
|
659
|
-
toolbox: {
|
|
660
|
-
show: any;
|
|
661
|
-
left: any;
|
|
662
|
-
top: any;
|
|
663
|
-
itemSize: any;
|
|
664
|
-
itemGap: any;
|
|
665
|
-
feature: {
|
|
666
|
-
myLocation: {
|
|
667
|
-
show: any;
|
|
668
|
-
title: string;
|
|
669
|
-
icon: string;
|
|
670
|
-
onclick(): void;
|
|
671
|
-
};
|
|
672
|
-
myDownload: {
|
|
673
|
-
show: any;
|
|
674
|
-
title: string;
|
|
675
|
-
icon: string;
|
|
676
|
-
onclick(): void;
|
|
677
|
-
};
|
|
678
|
-
myDataZoom: {
|
|
679
|
-
show: any;
|
|
680
|
-
title: string;
|
|
681
|
-
icon: string;
|
|
682
|
-
onclick(): void;
|
|
683
|
-
};
|
|
684
|
-
myInfo: {
|
|
685
|
-
show: any;
|
|
686
|
-
title: string;
|
|
687
|
-
icon: string;
|
|
688
|
-
onclick(): void;
|
|
689
|
-
};
|
|
690
|
-
mySource: {
|
|
691
|
-
show: any;
|
|
692
|
-
title: string;
|
|
693
|
-
icon: string;
|
|
694
|
-
onclick(): void;
|
|
695
|
-
};
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
grid: {
|
|
699
|
-
top: any;
|
|
700
|
-
bottom: any;
|
|
701
|
-
left: any;
|
|
702
|
-
right: any;
|
|
703
|
-
containLabel: any;
|
|
704
|
-
};
|
|
705
|
-
color: any;
|
|
706
|
-
legend: {
|
|
707
|
-
type: string;
|
|
708
|
-
width: any;
|
|
709
|
-
height: any;
|
|
710
|
-
show: any;
|
|
711
|
-
orient: any;
|
|
712
|
-
top: any;
|
|
713
|
-
left: any;
|
|
714
|
-
textStyle: {
|
|
715
|
-
lineHeight: number;
|
|
716
|
-
rich: {
|
|
717
|
-
text: {
|
|
718
|
-
width: any;
|
|
719
|
-
color: any;
|
|
720
|
-
fontSize: any;
|
|
721
|
-
};
|
|
722
|
-
};
|
|
723
|
-
};
|
|
724
|
-
itemHeight: any;
|
|
725
|
-
itemWidth: any;
|
|
726
|
-
itemGap: any;
|
|
727
|
-
data: {
|
|
728
|
-
name: any;
|
|
729
|
-
itemStyle: {
|
|
730
|
-
color: any;
|
|
731
|
-
};
|
|
732
|
-
icon: any;
|
|
733
|
-
}[];
|
|
734
|
-
formatter: (name: string) => string;
|
|
735
|
-
};
|
|
736
|
-
tooltip: {
|
|
737
|
-
trigger: string;
|
|
738
|
-
show: any;
|
|
739
|
-
formatter: (params: any) => string;
|
|
740
|
-
textStyle: {
|
|
741
|
-
color: any;
|
|
742
|
-
fontSize: number;
|
|
743
|
-
};
|
|
744
|
-
position: any;
|
|
745
|
-
};
|
|
746
|
-
xAxis: {
|
|
747
|
-
minInterval: any;
|
|
748
|
-
type: string;
|
|
749
|
-
data: {}[];
|
|
750
|
-
splitLine: {
|
|
751
|
-
show: any;
|
|
752
|
-
lineStyle: {
|
|
753
|
-
color: any;
|
|
754
|
-
};
|
|
755
|
-
interval: any;
|
|
756
|
-
};
|
|
757
|
-
splitArea: {
|
|
758
|
-
show: any;
|
|
759
|
-
};
|
|
760
|
-
axisLabel: {
|
|
761
|
-
show: any;
|
|
762
|
-
color: any;
|
|
763
|
-
interval: any;
|
|
764
|
-
rotate: any;
|
|
765
|
-
width: any;
|
|
766
|
-
overflow: any;
|
|
767
|
-
fontSize: any;
|
|
768
|
-
formatter(value: string): any;
|
|
769
|
-
};
|
|
770
|
-
axisLine: {
|
|
771
|
-
show: any;
|
|
772
|
-
lineStyle: {
|
|
773
|
-
color: any;
|
|
774
|
-
};
|
|
775
|
-
};
|
|
776
|
-
axisTick: {
|
|
777
|
-
show: any;
|
|
778
|
-
};
|
|
779
|
-
name: any;
|
|
780
|
-
nameTextStyle: {
|
|
781
|
-
fontSize: any;
|
|
782
|
-
color: any;
|
|
783
|
-
align: string;
|
|
784
|
-
};
|
|
785
|
-
max: any;
|
|
786
|
-
};
|
|
787
|
-
yAxis: any;
|
|
788
|
-
series: {
|
|
789
|
-
[x: string]: any;
|
|
790
|
-
}[];
|
|
791
|
-
}>;
|
|
645
|
+
option: any;
|
|
792
646
|
click: () => void;
|
|
793
647
|
loading: import("vue").Ref<boolean>;
|
|
794
648
|
onClose: () => void;
|
|
@@ -949,8 +803,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
949
803
|
default?: boolean;
|
|
950
804
|
};
|
|
951
805
|
tooltipTrigger: {
|
|
952
|
-
type?: import("vue").PropType<"none" | "
|
|
953
|
-
default?: "none" | "
|
|
806
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
807
|
+
default?: "none" | "item" | "axis";
|
|
954
808
|
};
|
|
955
809
|
tooltipTextStyleColor: {
|
|
956
810
|
type?: import("vue").PropType<string>;
|
|
@@ -144,8 +144,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
144
144
|
default?: boolean;
|
|
145
145
|
};
|
|
146
146
|
tooltipTrigger: {
|
|
147
|
-
type?: import("vue").PropType<"none" | "
|
|
148
|
-
default?: "none" | "
|
|
147
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
148
|
+
default?: "none" | "item" | "axis";
|
|
149
149
|
};
|
|
150
150
|
tooltipTextStyleColor: {
|
|
151
151
|
type?: import("vue").PropType<string>;
|
|
@@ -641,153 +641,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
641
641
|
};
|
|
642
642
|
}, {
|
|
643
643
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
644
|
-
option:
|
|
645
|
-
textStyle: {
|
|
646
|
-
fontFamily: string;
|
|
647
|
-
};
|
|
648
|
-
title: {
|
|
649
|
-
text: any;
|
|
650
|
-
subtext: any;
|
|
651
|
-
textStyle: {
|
|
652
|
-
fontSize: any;
|
|
653
|
-
fontWeight: any;
|
|
654
|
-
color: any;
|
|
655
|
-
};
|
|
656
|
-
left: any;
|
|
657
|
-
};
|
|
658
|
-
toolbox: {
|
|
659
|
-
show: any;
|
|
660
|
-
left: any;
|
|
661
|
-
top: any;
|
|
662
|
-
itemSize: any;
|
|
663
|
-
itemGap: any;
|
|
664
|
-
feature: {
|
|
665
|
-
myLocation: {
|
|
666
|
-
show: any;
|
|
667
|
-
title: string;
|
|
668
|
-
icon: string;
|
|
669
|
-
onclick(): void;
|
|
670
|
-
};
|
|
671
|
-
myDownload: {
|
|
672
|
-
show: any;
|
|
673
|
-
title: string;
|
|
674
|
-
icon: string;
|
|
675
|
-
onclick(): void;
|
|
676
|
-
};
|
|
677
|
-
myDataZoom: {
|
|
678
|
-
show: any;
|
|
679
|
-
title: string;
|
|
680
|
-
icon: string;
|
|
681
|
-
onclick(): void;
|
|
682
|
-
};
|
|
683
|
-
myInfo: {
|
|
684
|
-
show: any;
|
|
685
|
-
title: string;
|
|
686
|
-
icon: string;
|
|
687
|
-
onclick(): void;
|
|
688
|
-
};
|
|
689
|
-
mySource: {
|
|
690
|
-
show: any;
|
|
691
|
-
title: string;
|
|
692
|
-
icon: string;
|
|
693
|
-
onclick(): void;
|
|
694
|
-
};
|
|
695
|
-
};
|
|
696
|
-
};
|
|
697
|
-
grid: {
|
|
698
|
-
top: any;
|
|
699
|
-
bottom: any;
|
|
700
|
-
left: any;
|
|
701
|
-
right: any;
|
|
702
|
-
containLabel: any;
|
|
703
|
-
};
|
|
704
|
-
color: any;
|
|
705
|
-
legend: {
|
|
706
|
-
type: string;
|
|
707
|
-
width: any;
|
|
708
|
-
height: any;
|
|
709
|
-
show: any;
|
|
710
|
-
orient: any;
|
|
711
|
-
top: any;
|
|
712
|
-
left: any;
|
|
713
|
-
textStyle: {
|
|
714
|
-
lineHeight: number;
|
|
715
|
-
rich: {
|
|
716
|
-
text: {
|
|
717
|
-
width: any;
|
|
718
|
-
color: any;
|
|
719
|
-
fontSize: any;
|
|
720
|
-
};
|
|
721
|
-
};
|
|
722
|
-
};
|
|
723
|
-
itemHeight: any;
|
|
724
|
-
itemWidth: any;
|
|
725
|
-
itemGap: any;
|
|
726
|
-
data: {
|
|
727
|
-
name: any;
|
|
728
|
-
itemStyle: {
|
|
729
|
-
color: any;
|
|
730
|
-
};
|
|
731
|
-
icon: any;
|
|
732
|
-
}[];
|
|
733
|
-
formatter: (name: string) => string;
|
|
734
|
-
};
|
|
735
|
-
tooltip: {
|
|
736
|
-
trigger: string;
|
|
737
|
-
show: any;
|
|
738
|
-
formatter: (params: any) => string;
|
|
739
|
-
textStyle: {
|
|
740
|
-
color: any;
|
|
741
|
-
fontSize: number;
|
|
742
|
-
};
|
|
743
|
-
position: any;
|
|
744
|
-
};
|
|
745
|
-
xAxis: {
|
|
746
|
-
minInterval: any;
|
|
747
|
-
type: string;
|
|
748
|
-
data: {}[];
|
|
749
|
-
splitLine: {
|
|
750
|
-
show: any;
|
|
751
|
-
lineStyle: {
|
|
752
|
-
color: any;
|
|
753
|
-
};
|
|
754
|
-
interval: any;
|
|
755
|
-
};
|
|
756
|
-
splitArea: {
|
|
757
|
-
show: any;
|
|
758
|
-
};
|
|
759
|
-
axisLabel: {
|
|
760
|
-
show: any;
|
|
761
|
-
color: any;
|
|
762
|
-
interval: any;
|
|
763
|
-
rotate: any;
|
|
764
|
-
width: any;
|
|
765
|
-
overflow: any;
|
|
766
|
-
fontSize: any;
|
|
767
|
-
formatter(value: string): any;
|
|
768
|
-
};
|
|
769
|
-
axisLine: {
|
|
770
|
-
show: any;
|
|
771
|
-
lineStyle: {
|
|
772
|
-
color: any;
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
axisTick: {
|
|
776
|
-
show: any;
|
|
777
|
-
};
|
|
778
|
-
name: any;
|
|
779
|
-
nameTextStyle: {
|
|
780
|
-
fontSize: any;
|
|
781
|
-
color: any;
|
|
782
|
-
align: string;
|
|
783
|
-
};
|
|
784
|
-
max: any;
|
|
785
|
-
};
|
|
786
|
-
yAxis: any;
|
|
787
|
-
series: {
|
|
788
|
-
[x: string]: any;
|
|
789
|
-
}[];
|
|
790
|
-
}>;
|
|
644
|
+
option: any;
|
|
791
645
|
click: () => void;
|
|
792
646
|
loading: import("vue").Ref<boolean>;
|
|
793
647
|
onClose: () => void;
|
|
@@ -948,8 +802,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
948
802
|
default?: boolean;
|
|
949
803
|
};
|
|
950
804
|
tooltipTrigger: {
|
|
951
|
-
type?: import("vue").PropType<"none" | "
|
|
952
|
-
default?: "none" | "
|
|
805
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
806
|
+
default?: "none" | "item" | "axis";
|
|
953
807
|
};
|
|
954
808
|
tooltipTextStyleColor: {
|
|
955
809
|
type?: import("vue").PropType<string>;
|
|
@@ -275,8 +275,8 @@ export declare const comboGraphComponentProps: {
|
|
|
275
275
|
default?: boolean;
|
|
276
276
|
};
|
|
277
277
|
tooltipTrigger: {
|
|
278
|
-
type?: import("vue").PropType<"none" | "
|
|
279
|
-
default?: "none" | "
|
|
278
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
279
|
+
default?: "none" | "item" | "axis";
|
|
280
280
|
};
|
|
281
281
|
tooltipTextStyleColor: {
|
|
282
282
|
type?: import("vue").PropType<string>;
|
|
@@ -582,178 +582,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
582
582
|
default?: string;
|
|
583
583
|
};
|
|
584
584
|
}, {
|
|
585
|
-
option:
|
|
586
|
-
textStyle: {
|
|
587
|
-
fontFamily: string;
|
|
588
|
-
};
|
|
589
|
-
toolbox: {
|
|
590
|
-
show: boolean;
|
|
591
|
-
left: string;
|
|
592
|
-
top: string;
|
|
593
|
-
itemSize: number;
|
|
594
|
-
itemGap: number;
|
|
595
|
-
orient: string;
|
|
596
|
-
feature: {
|
|
597
|
-
myDownload: {
|
|
598
|
-
show: boolean;
|
|
599
|
-
title: string;
|
|
600
|
-
icon: string;
|
|
601
|
-
onclick(): void;
|
|
602
|
-
};
|
|
603
|
-
myDataZoom: {
|
|
604
|
-
show: boolean;
|
|
605
|
-
title: string;
|
|
606
|
-
icon: string;
|
|
607
|
-
onclick(): void;
|
|
608
|
-
};
|
|
609
|
-
myInfo: {
|
|
610
|
-
show: boolean;
|
|
611
|
-
title: string;
|
|
612
|
-
icon: string;
|
|
613
|
-
onclick(): void;
|
|
614
|
-
};
|
|
615
|
-
mySource: {
|
|
616
|
-
show: boolean;
|
|
617
|
-
title: string;
|
|
618
|
-
icon: string;
|
|
619
|
-
onclick(): void;
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
};
|
|
623
|
-
title: {
|
|
624
|
-
text: string;
|
|
625
|
-
subText: string;
|
|
626
|
-
textStyle: {
|
|
627
|
-
fontSize: string;
|
|
628
|
-
fontWeight: number;
|
|
629
|
-
color: string;
|
|
630
|
-
};
|
|
631
|
-
left: string;
|
|
632
|
-
};
|
|
633
|
-
grid: {
|
|
634
|
-
top: string;
|
|
635
|
-
bottom: string;
|
|
636
|
-
left: string;
|
|
637
|
-
right: string;
|
|
638
|
-
containLabel: boolean;
|
|
639
|
-
};
|
|
640
|
-
color: string[];
|
|
641
|
-
tooltip: {
|
|
642
|
-
trigger: string;
|
|
643
|
-
textStyle: {
|
|
644
|
-
fontSize: number;
|
|
645
|
-
color: string;
|
|
646
|
-
};
|
|
647
|
-
show: boolean;
|
|
648
|
-
formatter: (params: any) => string;
|
|
649
|
-
position: string;
|
|
650
|
-
};
|
|
651
|
-
xAxis: {
|
|
652
|
-
type: string;
|
|
653
|
-
boundaryGap: boolean;
|
|
654
|
-
data: {}[];
|
|
655
|
-
minInterval: number;
|
|
656
|
-
splitLine: {
|
|
657
|
-
show: boolean;
|
|
658
|
-
lineStyle: {
|
|
659
|
-
color: string;
|
|
660
|
-
};
|
|
661
|
-
interval: number;
|
|
662
|
-
};
|
|
663
|
-
splitArea: {
|
|
664
|
-
show: boolean;
|
|
665
|
-
};
|
|
666
|
-
axisLabel: {
|
|
667
|
-
show: boolean;
|
|
668
|
-
color: string;
|
|
669
|
-
interval: number;
|
|
670
|
-
rotate: number;
|
|
671
|
-
width: any;
|
|
672
|
-
overflow: string;
|
|
673
|
-
fontSize: string;
|
|
674
|
-
formatter(value: string): any;
|
|
675
|
-
};
|
|
676
|
-
axisLine: {
|
|
677
|
-
show: boolean;
|
|
678
|
-
lineStyle: {
|
|
679
|
-
color: string;
|
|
680
|
-
};
|
|
681
|
-
};
|
|
682
|
-
axisTick: {
|
|
683
|
-
show: boolean;
|
|
684
|
-
};
|
|
685
|
-
name: string;
|
|
686
|
-
nameTextStyle: {
|
|
687
|
-
fontSize: string;
|
|
688
|
-
color: string;
|
|
689
|
-
align: string;
|
|
690
|
-
};
|
|
691
|
-
max: any;
|
|
692
|
-
};
|
|
693
|
-
yAxis: {
|
|
694
|
-
type: string;
|
|
695
|
-
minInterval: number;
|
|
696
|
-
splitLine: {
|
|
697
|
-
show: boolean;
|
|
698
|
-
lineStyle: {
|
|
699
|
-
color: string;
|
|
700
|
-
type: string;
|
|
701
|
-
};
|
|
702
|
-
};
|
|
703
|
-
splitArea: {
|
|
704
|
-
show: boolean;
|
|
705
|
-
};
|
|
706
|
-
axisLabel: {
|
|
707
|
-
show: boolean;
|
|
708
|
-
fontSize: string;
|
|
709
|
-
color: string;
|
|
710
|
-
formatter(value: string): any;
|
|
711
|
-
};
|
|
712
|
-
axisLine: {
|
|
713
|
-
show: boolean;
|
|
714
|
-
lineStyle: {
|
|
715
|
-
color: string;
|
|
716
|
-
};
|
|
717
|
-
};
|
|
718
|
-
name: string;
|
|
719
|
-
nameTextStyle: {
|
|
720
|
-
fontSize: string;
|
|
721
|
-
color: string;
|
|
722
|
-
align: string;
|
|
723
|
-
};
|
|
724
|
-
max: any;
|
|
725
|
-
};
|
|
726
|
-
legend: {
|
|
727
|
-
type: string;
|
|
728
|
-
width: any;
|
|
729
|
-
height: any;
|
|
730
|
-
show: boolean;
|
|
731
|
-
orient: string;
|
|
732
|
-
top: string;
|
|
733
|
-
left: string;
|
|
734
|
-
textStyle: {
|
|
735
|
-
lineHeight: number;
|
|
736
|
-
rich: {
|
|
737
|
-
text: {
|
|
738
|
-
width: any;
|
|
739
|
-
color: string;
|
|
740
|
-
fontSize: string | number;
|
|
741
|
-
};
|
|
742
|
-
};
|
|
743
|
-
};
|
|
744
|
-
itemHeight: number;
|
|
745
|
-
itemWidth: number;
|
|
746
|
-
itemGap: number;
|
|
747
|
-
data: {
|
|
748
|
-
name: any;
|
|
749
|
-
icon: string;
|
|
750
|
-
}[];
|
|
751
|
-
formatter: (name: string) => string;
|
|
752
|
-
};
|
|
753
|
-
series: {
|
|
754
|
-
[x: string]: any;
|
|
755
|
-
}[];
|
|
756
|
-
}>;
|
|
585
|
+
option: any;
|
|
757
586
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
758
587
|
click: () => void;
|
|
759
588
|
loading: import("vue").Ref<boolean>;
|