@ecan-bi/datav 1.4.91 → 1.4.93
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 +7209 -6841
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +68 -68
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +3 -2
- package/types/common/echarts/Echarts.d.ts +1 -1
- package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +24 -0
- package/types/container/border/index.d.ts +24 -0
- package/types/container/border/props.d.ts +12 -0
- package/types/container/circulate/Circulate.vue.d.ts +24 -0
- package/types/container/circulate/index.d.ts +24 -0
- package/types/container/circulate/props.d.ts +12 -0
- package/types/container/tabs/Tabs.vue.d.ts +24 -0
- package/types/container/tabs/index.d.ts +24 -0
- package/types/container/tabs/props.d.ts +12 -0
- package/types/container/template/Template.vue.d.ts +24 -0
- package/types/container/template/index.d.ts +24 -0
- package/types/container/template/props.d.ts +12 -0
- package/types/control/button/Button.vue.d.ts +32 -8
- package/types/control/button/index.d.ts +32 -8
- package/types/control/button/props.d.ts +16 -4
- package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
- package/types/control/checkbox/index.d.ts +24 -0
- package/types/control/checkbox/props.d.ts +12 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
- package/types/control/date-picker/index.d.ts +24 -0
- package/types/control/date-picker/props.d.ts +12 -0
- package/types/control/input/Input.vue.d.ts +24 -0
- package/types/control/input/index.d.ts +24 -0
- package/types/control/input/props.d.ts +12 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
- package/types/control/nav-tab/index.d.ts +24 -0
- package/types/control/nav-tab/props.d.ts +12 -0
- package/types/control/radio/Radio.vue.d.ts +28 -4
- package/types/control/radio/index.d.ts +28 -4
- package/types/control/radio/props.d.ts +14 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
- package/types/control/range-picker/index.d.ts +24 -0
- package/types/control/range-picker/props.d.ts +12 -0
- package/types/control/select/Select.vue.d.ts +28 -4
- package/types/control/select/index.d.ts +28 -4
- package/types/control/select/props.d.ts +14 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
- package/types/control/tree-select/index.d.ts +12 -0
- package/types/control/tree-select/props.d.ts +12 -0
- package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
- package/types/graph/bar/Bar.vue.d.ts +21 -4
- package/types/graph/bar/index.d.ts +21 -4
- package/types/graph/bar/props.d.ts +10 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
- package/types/graph/combo-graph/index.d.ts +21 -4
- package/types/graph/combo-graph/props.d.ts +10 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
- package/types/graph/custom-graph/index.d.ts +24 -0
- package/types/graph/custom-graph/props.d.ts +12 -0
- package/types/graph/line/Line.vue.d.ts +17 -0
- package/types/graph/line/index.d.ts +17 -0
- package/types/graph/line/props.d.ts +10 -0
- package/types/graph/pie/Pie.vue.d.ts +21 -4
- package/types/graph/pie/index.d.ts +21 -4
- package/types/graph/pie/props.d.ts +10 -2
- package/types/graph/radar/Radar.vue.d.ts +17 -0
- package/types/graph/radar/index.d.ts +17 -0
- package/types/graph/radar/props.d.ts +10 -0
- package/types/graph/scatter/Scatter.vue.d.ts +17 -0
- package/types/graph/scatter/index.d.ts +17 -0
- package/types/graph/scatter/props.d.ts +8 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
- package/types/laboratory/data-select/index.d.ts +28 -4
- package/types/laboratory/data-select/props.d.ts +14 -2
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
- package/types/laboratory/index-panel/index.d.ts +345 -0
- package/types/laboratory/index-panel/props.d.ts +186 -0
- package/types/laboratory/index.d.ts +1 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
- package/types/laboratory/pivotTable/index.d.ts +43 -4
- package/types/laboratory/pivotTable/props.d.ts +12 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
- package/types/laboratory/value-line/index.d.ts +16 -0
- package/types/laboratory/value-line/props.d.ts +10 -0
- package/types/map/map/Map.vue.d.ts +24 -0
- package/types/map/map/index.d.ts +24 -0
- package/types/map/map/props.d.ts +12 -0
- package/types/media/iframe/Iframe.vue.d.ts +24 -0
- package/types/media/iframe/index.d.ts +24 -0
- package/types/media/iframe/props.d.ts +12 -0
- package/types/media/image/Image.vue.d.ts +24 -0
- package/types/media/image/index.d.ts +24 -0
- package/types/media/image/props.d.ts +12 -0
- package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
- package/types/setting/page-config/index.d.ts +4 -4
- package/types/setting/page-config/props.d.ts +3 -3
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -4
- package/types/setting/provider-config/index.d.ts +9 -4
- package/types/setting/provider-config/props.d.ts +3 -3
- package/types/table/table/Table.vue.d.ts +24 -0
- package/types/table/table/index.d.ts +24 -0
- package/types/table/table/props.d.ts +12 -0
- package/types/text/counter/Counter.vue.d.ts +24 -0
- package/types/text/counter/index.d.ts +24 -0
- package/types/text/counter/props.d.ts +12 -0
- package/types/text/list/List.vue.d.ts +24 -0
- package/types/text/list/index.d.ts +24 -0
- package/types/text/list/props.d.ts +12 -0
- package/types/text/proportion/Proportion.vue.d.ts +24 -0
- package/types/text/proportion/index.d.ts +24 -0
- package/types/text/proportion/props.d.ts +12 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
- package/types/text/rectangle/index.d.ts +24 -0
- package/types/text/rectangle/props.d.ts +12 -0
- package/types/text/text/Text.vue.d.ts +24 -0
- package/types/text/text/index.d.ts +24 -0
- package/types/text/text/props.d.ts +12 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
- package/types/text/time-display/index.d.ts +24 -0
- package/types/text/time-display/props.d.ts +12 -0
- package/types/utils/props.d.ts +3 -0
- package/types/utils/util.d.ts +1 -0
|
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
default?: ValueTypeDataFieldNames;
|
|
166
166
|
};
|
|
167
167
|
dataFieldConfigType: {
|
|
168
|
-
type?: import("vue").PropType<"
|
|
169
|
-
default?: "
|
|
168
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
169
|
+
default?: "value" | "key";
|
|
170
170
|
};
|
|
171
171
|
gridContainLabel: {
|
|
172
172
|
type?: import("vue").PropType<boolean>;
|
|
@@ -416,6 +416,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
416
416
|
[key: string]: any;
|
|
417
417
|
};
|
|
418
418
|
};
|
|
419
|
+
isShowIndDetail?: {
|
|
420
|
+
type?: import("vue").PropType<boolean>;
|
|
421
|
+
default?: boolean;
|
|
422
|
+
};
|
|
423
|
+
indDetailIconColor?: {
|
|
424
|
+
type?: import("vue").PropType<string>;
|
|
425
|
+
default?: string;
|
|
426
|
+
};
|
|
419
427
|
}, {
|
|
420
428
|
option: import("vue").ComputedRef<{
|
|
421
429
|
textStyle: {
|
|
@@ -518,6 +526,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
518
526
|
ecanModal: import("vue").Ref<any>;
|
|
519
527
|
echartRef: import("vue").Ref<any>;
|
|
520
528
|
emptyData: import("vue").Ref<boolean>;
|
|
529
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
521
530
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
522
531
|
data: {
|
|
523
532
|
type?: import("vue").PropType<import('../../utils/props').Data>;
|
|
@@ -684,8 +693,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
684
693
|
default?: ValueTypeDataFieldNames;
|
|
685
694
|
};
|
|
686
695
|
dataFieldConfigType: {
|
|
687
|
-
type?: import("vue").PropType<"
|
|
688
|
-
default?: "
|
|
696
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
697
|
+
default?: "value" | "key";
|
|
689
698
|
};
|
|
690
699
|
gridContainLabel: {
|
|
691
700
|
type?: import("vue").PropType<boolean>;
|
|
@@ -935,5 +944,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
935
944
|
[key: string]: any;
|
|
936
945
|
};
|
|
937
946
|
};
|
|
947
|
+
isShowIndDetail?: {
|
|
948
|
+
type?: import("vue").PropType<boolean>;
|
|
949
|
+
default?: boolean;
|
|
950
|
+
};
|
|
951
|
+
indDetailIconColor?: {
|
|
952
|
+
type?: import("vue").PropType<string>;
|
|
953
|
+
default?: string;
|
|
954
|
+
};
|
|
938
955
|
}>>, {}>;
|
|
939
956
|
export default _sfc_main;
|
|
@@ -164,8 +164,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
164
164
|
default?: import("../../utils/props").ValueTypeDataFieldNames;
|
|
165
165
|
};
|
|
166
166
|
dataFieldConfigType: {
|
|
167
|
-
type?: import("vue").PropType<"
|
|
168
|
-
default?: "
|
|
167
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
168
|
+
default?: "value" | "key";
|
|
169
169
|
};
|
|
170
170
|
gridContainLabel: {
|
|
171
171
|
type?: import("vue").PropType<boolean>;
|
|
@@ -415,6 +415,14 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
415
415
|
[key: string]: any;
|
|
416
416
|
};
|
|
417
417
|
};
|
|
418
|
+
isShowIndDetail?: {
|
|
419
|
+
type?: import("vue").PropType<boolean>;
|
|
420
|
+
default?: boolean;
|
|
421
|
+
};
|
|
422
|
+
indDetailIconColor?: {
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
425
|
+
};
|
|
418
426
|
}, {
|
|
419
427
|
option: import("vue").ComputedRef<{
|
|
420
428
|
textStyle: {
|
|
@@ -517,6 +525,7 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
517
525
|
ecanModal: import("vue").Ref<any>;
|
|
518
526
|
echartRef: import("vue").Ref<any>;
|
|
519
527
|
emptyData: import("vue").Ref<boolean>;
|
|
528
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
520
529
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
521
530
|
data: {
|
|
522
531
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -683,8 +692,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
683
692
|
default?: import("../../utils/props").ValueTypeDataFieldNames;
|
|
684
693
|
};
|
|
685
694
|
dataFieldConfigType: {
|
|
686
|
-
type?: import("vue").PropType<"
|
|
687
|
-
default?: "
|
|
695
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
696
|
+
default?: "value" | "key";
|
|
688
697
|
};
|
|
689
698
|
gridContainLabel: {
|
|
690
699
|
type?: import("vue").PropType<boolean>;
|
|
@@ -934,6 +943,14 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
934
943
|
[key: string]: any;
|
|
935
944
|
};
|
|
936
945
|
};
|
|
946
|
+
isShowIndDetail?: {
|
|
947
|
+
type?: import("vue").PropType<boolean>;
|
|
948
|
+
default?: boolean;
|
|
949
|
+
};
|
|
950
|
+
indDetailIconColor?: {
|
|
951
|
+
type?: import("vue").PropType<string>;
|
|
952
|
+
default?: string;
|
|
953
|
+
};
|
|
937
954
|
}>>, {}>> & Record<string, any>;
|
|
938
955
|
export default EcanPie;
|
|
939
956
|
export * from './props';
|
|
@@ -242,8 +242,8 @@ export declare const pieComponentProps: {
|
|
|
242
242
|
default?: ValueTypeDataFieldNames;
|
|
243
243
|
};
|
|
244
244
|
dataFieldConfigType: {
|
|
245
|
-
type?: import("vue").PropType<"
|
|
246
|
-
default?: "
|
|
245
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
246
|
+
default?: "value" | "key";
|
|
247
247
|
};
|
|
248
248
|
gridContainLabel: {
|
|
249
249
|
type?: import("vue").PropType<boolean>;
|
|
@@ -493,5 +493,13 @@ export declare const pieComponentProps: {
|
|
|
493
493
|
[key: string]: any;
|
|
494
494
|
};
|
|
495
495
|
};
|
|
496
|
+
isShowIndDetail?: {
|
|
497
|
+
type?: import("vue").PropType<boolean>;
|
|
498
|
+
default?: boolean;
|
|
499
|
+
};
|
|
500
|
+
indDetailIconColor?: {
|
|
501
|
+
type?: import("vue").PropType<string>;
|
|
502
|
+
default?: string;
|
|
503
|
+
};
|
|
496
504
|
};
|
|
497
505
|
export declare const pieEvents: Array<string>;
|
|
@@ -389,6 +389,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
389
389
|
[key: string]: any;
|
|
390
390
|
};
|
|
391
391
|
};
|
|
392
|
+
isShowIndDetail?: {
|
|
393
|
+
type?: import("vue").PropType<boolean>;
|
|
394
|
+
default?: boolean;
|
|
395
|
+
};
|
|
396
|
+
indDetailIconColor?: {
|
|
397
|
+
type?: import("vue").PropType<string>;
|
|
398
|
+
default?: string;
|
|
399
|
+
};
|
|
392
400
|
}, {
|
|
393
401
|
option: import("vue").ComputedRef<{
|
|
394
402
|
textStyle: {
|
|
@@ -483,6 +491,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
483
491
|
ecanModal: import("vue").Ref<any>;
|
|
484
492
|
echartRef: import("vue").Ref<any>;
|
|
485
493
|
emptyData: import("vue").Ref<boolean>;
|
|
494
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
486
495
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
487
496
|
id: {
|
|
488
497
|
type?: import("vue").PropType<string>;
|
|
@@ -874,5 +883,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
874
883
|
[key: string]: any;
|
|
875
884
|
};
|
|
876
885
|
};
|
|
886
|
+
isShowIndDetail?: {
|
|
887
|
+
type?: import("vue").PropType<boolean>;
|
|
888
|
+
default?: boolean;
|
|
889
|
+
};
|
|
890
|
+
indDetailIconColor?: {
|
|
891
|
+
type?: import("vue").PropType<string>;
|
|
892
|
+
default?: string;
|
|
893
|
+
};
|
|
877
894
|
}>>, {}>;
|
|
878
895
|
export default _sfc_main;
|
|
@@ -389,6 +389,14 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
389
389
|
[key: string]: any;
|
|
390
390
|
};
|
|
391
391
|
};
|
|
392
|
+
isShowIndDetail?: {
|
|
393
|
+
type?: import("vue").PropType<boolean>;
|
|
394
|
+
default?: boolean;
|
|
395
|
+
};
|
|
396
|
+
indDetailIconColor?: {
|
|
397
|
+
type?: import("vue").PropType<string>;
|
|
398
|
+
default?: string;
|
|
399
|
+
};
|
|
392
400
|
}, {
|
|
393
401
|
option: import("vue").ComputedRef<{
|
|
394
402
|
textStyle: {
|
|
@@ -483,6 +491,7 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
483
491
|
ecanModal: import("vue").Ref<any>;
|
|
484
492
|
echartRef: import("vue").Ref<any>;
|
|
485
493
|
emptyData: import("vue").Ref<boolean>;
|
|
494
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
486
495
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
487
496
|
id: {
|
|
488
497
|
type?: import("vue").PropType<string>;
|
|
@@ -874,6 +883,14 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
874
883
|
[key: string]: any;
|
|
875
884
|
};
|
|
876
885
|
};
|
|
886
|
+
isShowIndDetail?: {
|
|
887
|
+
type?: import("vue").PropType<boolean>;
|
|
888
|
+
default?: boolean;
|
|
889
|
+
};
|
|
890
|
+
indDetailIconColor?: {
|
|
891
|
+
type?: import("vue").PropType<string>;
|
|
892
|
+
default?: string;
|
|
893
|
+
};
|
|
877
894
|
}>>, {}>> & Record<string, any>;
|
|
878
895
|
export default EcanRadar;
|
|
879
896
|
export * from './props';
|
|
@@ -169,6 +169,8 @@ export declare const radarProps: {
|
|
|
169
169
|
extendData?: {
|
|
170
170
|
[key: string]: any;
|
|
171
171
|
};
|
|
172
|
+
isShowIndDetail?: boolean;
|
|
173
|
+
indDetailIconColor?: string;
|
|
172
174
|
};
|
|
173
175
|
export declare const radarComponentProps: {
|
|
174
176
|
id: {
|
|
@@ -561,5 +563,13 @@ export declare const radarComponentProps: {
|
|
|
561
563
|
[key: string]: any;
|
|
562
564
|
};
|
|
563
565
|
};
|
|
566
|
+
isShowIndDetail?: {
|
|
567
|
+
type?: import("vue").PropType<boolean>;
|
|
568
|
+
default?: boolean;
|
|
569
|
+
};
|
|
570
|
+
indDetailIconColor?: {
|
|
571
|
+
type?: import("vue").PropType<string>;
|
|
572
|
+
default?: string;
|
|
573
|
+
};
|
|
564
574
|
};
|
|
565
575
|
export declare const radarEvents: string[];
|
|
@@ -473,6 +473,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
473
473
|
[key: string]: any;
|
|
474
474
|
};
|
|
475
475
|
};
|
|
476
|
+
isShowIndDetail?: {
|
|
477
|
+
type?: import("vue").PropType<boolean>;
|
|
478
|
+
default?: boolean;
|
|
479
|
+
};
|
|
480
|
+
indDetailIconColor?: {
|
|
481
|
+
type?: import("vue").PropType<string>;
|
|
482
|
+
default?: string;
|
|
483
|
+
};
|
|
476
484
|
}, {
|
|
477
485
|
option: import("vue").ComputedRef<{
|
|
478
486
|
textStyle: {
|
|
@@ -661,6 +669,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
661
669
|
eventObj: import("vue").Ref<{
|
|
662
670
|
[x: string]: any;
|
|
663
671
|
}>;
|
|
672
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
664
673
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
665
674
|
data: {
|
|
666
675
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -1136,5 +1145,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1136
1145
|
[key: string]: any;
|
|
1137
1146
|
};
|
|
1138
1147
|
};
|
|
1148
|
+
isShowIndDetail?: {
|
|
1149
|
+
type?: import("vue").PropType<boolean>;
|
|
1150
|
+
default?: boolean;
|
|
1151
|
+
};
|
|
1152
|
+
indDetailIconColor?: {
|
|
1153
|
+
type?: import("vue").PropType<string>;
|
|
1154
|
+
default?: string;
|
|
1155
|
+
};
|
|
1139
1156
|
}>>, {}>;
|
|
1140
1157
|
export default _sfc_main;
|
|
@@ -473,6 +473,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
473
473
|
[key: string]: any;
|
|
474
474
|
};
|
|
475
475
|
};
|
|
476
|
+
isShowIndDetail?: {
|
|
477
|
+
type?: import("vue").PropType<boolean>;
|
|
478
|
+
default?: boolean;
|
|
479
|
+
};
|
|
480
|
+
indDetailIconColor?: {
|
|
481
|
+
type?: import("vue").PropType<string>;
|
|
482
|
+
default?: string;
|
|
483
|
+
};
|
|
476
484
|
}, {
|
|
477
485
|
option: import("vue").ComputedRef<{
|
|
478
486
|
textStyle: {
|
|
@@ -661,6 +669,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
661
669
|
eventObj: import("vue").Ref<{
|
|
662
670
|
[x: string]: any;
|
|
663
671
|
}>;
|
|
672
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
664
673
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
665
674
|
data: {
|
|
666
675
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -1136,6 +1145,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
1136
1145
|
[key: string]: any;
|
|
1137
1146
|
};
|
|
1138
1147
|
};
|
|
1148
|
+
isShowIndDetail?: {
|
|
1149
|
+
type?: import("vue").PropType<boolean>;
|
|
1150
|
+
default?: boolean;
|
|
1151
|
+
};
|
|
1152
|
+
indDetailIconColor?: {
|
|
1153
|
+
type?: import("vue").PropType<string>;
|
|
1154
|
+
default?: string;
|
|
1155
|
+
};
|
|
1139
1156
|
}>>, {}>> & Record<string, any>;
|
|
1140
1157
|
export default EcanScatter;
|
|
1141
1158
|
export * from './props';
|
|
@@ -570,5 +570,13 @@ export declare const scatterComponentProps: {
|
|
|
570
570
|
[key: string]: any;
|
|
571
571
|
};
|
|
572
572
|
};
|
|
573
|
+
isShowIndDetail?: {
|
|
574
|
+
type?: import("vue").PropType<boolean>;
|
|
575
|
+
default?: boolean;
|
|
576
|
+
};
|
|
577
|
+
indDetailIconColor?: {
|
|
578
|
+
type?: import("vue").PropType<string>;
|
|
579
|
+
default?: string;
|
|
580
|
+
};
|
|
573
581
|
};
|
|
574
582
|
export declare const scatterEvents: string[];
|
|
@@ -48,8 +48,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
valueType: {
|
|
51
|
-
type?: import("vue").PropType<"
|
|
52
|
-
default?: "
|
|
51
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
52
|
+
default?: "value" | "label";
|
|
53
53
|
};
|
|
54
54
|
isAllowClear: {
|
|
55
55
|
type?: import("vue").PropType<boolean>;
|
|
@@ -183,6 +183,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
[key: string]: any;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
+
toolboxShow?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
190
|
+
isShowIndDetail?: {
|
|
191
|
+
type?: import("vue").PropType<boolean>;
|
|
192
|
+
default?: boolean;
|
|
193
|
+
};
|
|
194
|
+
indDetailIconColor?: {
|
|
195
|
+
type?: import("vue").PropType<string>;
|
|
196
|
+
default?: string;
|
|
197
|
+
};
|
|
186
198
|
}, {
|
|
187
199
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
200
|
getPopupContainer: () => HTMLElement;
|
|
@@ -248,8 +260,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
248
260
|
};
|
|
249
261
|
};
|
|
250
262
|
valueType: {
|
|
251
|
-
type?: import("vue").PropType<"
|
|
252
|
-
default?: "
|
|
263
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
264
|
+
default?: "value" | "label";
|
|
253
265
|
};
|
|
254
266
|
isAllowClear: {
|
|
255
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -383,5 +395,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
383
395
|
[key: string]: any;
|
|
384
396
|
};
|
|
385
397
|
};
|
|
398
|
+
toolboxShow?: {
|
|
399
|
+
type?: import("vue").PropType<boolean>;
|
|
400
|
+
default?: boolean;
|
|
401
|
+
};
|
|
402
|
+
isShowIndDetail?: {
|
|
403
|
+
type?: import("vue").PropType<boolean>;
|
|
404
|
+
default?: boolean;
|
|
405
|
+
};
|
|
406
|
+
indDetailIconColor?: {
|
|
407
|
+
type?: import("vue").PropType<string>;
|
|
408
|
+
default?: string;
|
|
409
|
+
};
|
|
386
410
|
}>>, {}>;
|
|
387
411
|
export default _sfc_main;
|
|
@@ -48,8 +48,8 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
valueType: {
|
|
51
|
-
type?: import("vue").PropType<"
|
|
52
|
-
default?: "
|
|
51
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
52
|
+
default?: "value" | "label";
|
|
53
53
|
};
|
|
54
54
|
isAllowClear: {
|
|
55
55
|
type?: import("vue").PropType<boolean>;
|
|
@@ -183,6 +183,18 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
183
183
|
[key: string]: any;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
+
toolboxShow?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
190
|
+
isShowIndDetail?: {
|
|
191
|
+
type?: import("vue").PropType<boolean>;
|
|
192
|
+
default?: boolean;
|
|
193
|
+
};
|
|
194
|
+
indDetailIconColor?: {
|
|
195
|
+
type?: import("vue").PropType<string>;
|
|
196
|
+
default?: string;
|
|
197
|
+
};
|
|
186
198
|
}, {
|
|
187
199
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
200
|
getPopupContainer: () => HTMLElement;
|
|
@@ -248,8 +260,8 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
248
260
|
};
|
|
249
261
|
};
|
|
250
262
|
valueType: {
|
|
251
|
-
type?: import("vue").PropType<"
|
|
252
|
-
default?: "
|
|
263
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
264
|
+
default?: "value" | "label";
|
|
253
265
|
};
|
|
254
266
|
isAllowClear: {
|
|
255
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -383,6 +395,18 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
383
395
|
[key: string]: any;
|
|
384
396
|
};
|
|
385
397
|
};
|
|
398
|
+
toolboxShow?: {
|
|
399
|
+
type?: import("vue").PropType<boolean>;
|
|
400
|
+
default?: boolean;
|
|
401
|
+
};
|
|
402
|
+
isShowIndDetail?: {
|
|
403
|
+
type?: import("vue").PropType<boolean>;
|
|
404
|
+
default?: boolean;
|
|
405
|
+
};
|
|
406
|
+
indDetailIconColor?: {
|
|
407
|
+
type?: import("vue").PropType<string>;
|
|
408
|
+
default?: string;
|
|
409
|
+
};
|
|
386
410
|
}>>, {}>> & Record<string, any>;
|
|
387
411
|
export default EcanDataSelect;
|
|
388
412
|
export * from './props';
|
|
@@ -78,8 +78,8 @@ export declare const dataSelectComponentProps: {
|
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
80
|
valueType: {
|
|
81
|
-
type?: import("vue").PropType<"
|
|
82
|
-
default?: "
|
|
81
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
82
|
+
default?: "value" | "label";
|
|
83
83
|
};
|
|
84
84
|
isAllowClear: {
|
|
85
85
|
type?: import("vue").PropType<boolean>;
|
|
@@ -213,5 +213,17 @@ export declare const dataSelectComponentProps: {
|
|
|
213
213
|
[key: string]: any;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
+
toolboxShow?: {
|
|
217
|
+
type?: import("vue").PropType<boolean>;
|
|
218
|
+
default?: boolean;
|
|
219
|
+
};
|
|
220
|
+
isShowIndDetail?: {
|
|
221
|
+
type?: import("vue").PropType<boolean>;
|
|
222
|
+
default?: boolean;
|
|
223
|
+
};
|
|
224
|
+
indDetailIconColor?: {
|
|
225
|
+
type?: import("vue").PropType<string>;
|
|
226
|
+
default?: string;
|
|
227
|
+
};
|
|
216
228
|
};
|
|
217
229
|
export declare const dataSelectEvents: string[];
|