@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
|
@@ -48,8 +48,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
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 EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
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;
|
|
@@ -258,8 +270,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
258
270
|
};
|
|
259
271
|
};
|
|
260
272
|
valueType: {
|
|
261
|
-
type?: import("vue").PropType<"
|
|
262
|
-
default?: "
|
|
273
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
274
|
+
default?: "value" | "label";
|
|
263
275
|
};
|
|
264
276
|
isAllowClear: {
|
|
265
277
|
type?: import("vue").PropType<boolean>;
|
|
@@ -393,6 +405,18 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
393
405
|
[key: string]: any;
|
|
394
406
|
};
|
|
395
407
|
};
|
|
408
|
+
toolboxShow?: {
|
|
409
|
+
type?: import("vue").PropType<boolean>;
|
|
410
|
+
default?: boolean;
|
|
411
|
+
};
|
|
412
|
+
isShowIndDetail?: {
|
|
413
|
+
type?: import("vue").PropType<boolean>;
|
|
414
|
+
default?: boolean;
|
|
415
|
+
};
|
|
416
|
+
indDetailIconColor?: {
|
|
417
|
+
type?: import("vue").PropType<string>;
|
|
418
|
+
default?: string;
|
|
419
|
+
};
|
|
396
420
|
}>>, {}>> & Record<string, any>;
|
|
397
421
|
export default EcanSelect;
|
|
398
422
|
export * from './props';
|
|
@@ -78,8 +78,8 @@ export declare const selectComponentProps: {
|
|
|
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 selectComponentProps: {
|
|
|
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 selectEvents: string[];
|
|
@@ -172,6 +172,18 @@ declare const _sfc_main: {
|
|
|
172
172
|
[key: string]: any;
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
|
+
toolboxShow?: {
|
|
176
|
+
type?: import("vue").PropType<boolean>;
|
|
177
|
+
default?: boolean;
|
|
178
|
+
};
|
|
179
|
+
isShowIndDetail?: {
|
|
180
|
+
type?: import("vue").PropType<boolean>;
|
|
181
|
+
default?: boolean;
|
|
182
|
+
};
|
|
183
|
+
indDetailIconColor?: {
|
|
184
|
+
type?: import("vue").PropType<string>;
|
|
185
|
+
default?: string;
|
|
186
|
+
};
|
|
175
187
|
};
|
|
176
188
|
setup(props: any): {
|
|
177
189
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -172,6 +172,18 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
172
172
|
[key: string]: any;
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
|
+
toolboxShow?: {
|
|
176
|
+
type?: import("vue").PropType<boolean>;
|
|
177
|
+
default?: boolean;
|
|
178
|
+
};
|
|
179
|
+
isShowIndDetail?: {
|
|
180
|
+
type?: import("vue").PropType<boolean>;
|
|
181
|
+
default?: boolean;
|
|
182
|
+
};
|
|
183
|
+
indDetailIconColor?: {
|
|
184
|
+
type?: import("vue").PropType<string>;
|
|
185
|
+
default?: string;
|
|
186
|
+
};
|
|
175
187
|
};
|
|
176
188
|
setup(props: any): {
|
|
177
189
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -193,5 +193,17 @@ export declare const treeSelectComponentProps: {
|
|
|
193
193
|
[key: string]: any;
|
|
194
194
|
};
|
|
195
195
|
};
|
|
196
|
+
toolboxShow?: {
|
|
197
|
+
type?: import("vue").PropType<boolean>;
|
|
198
|
+
default?: boolean;
|
|
199
|
+
};
|
|
200
|
+
isShowIndDetail?: {
|
|
201
|
+
type?: import("vue").PropType<boolean>;
|
|
202
|
+
default?: boolean;
|
|
203
|
+
};
|
|
204
|
+
indDetailIconColor?: {
|
|
205
|
+
type?: import("vue").PropType<string>;
|
|
206
|
+
default?: string;
|
|
207
|
+
};
|
|
196
208
|
};
|
|
197
209
|
export declare const treeSelectEvents: string[];
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
visible: import("vue").Ref<boolean>;
|
|
3
|
+
dataList: import("vue").ComputedRef<any[]>;
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
5
|
+
export default _sfc_main;
|
|
@@ -173,8 +173,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
173
173
|
default?: KeyTypeDataFieldNames;
|
|
174
174
|
};
|
|
175
175
|
dataFieldConfigType: {
|
|
176
|
-
type?: import("vue").PropType<"
|
|
177
|
-
default?: "
|
|
176
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
177
|
+
default?: "value" | "key";
|
|
178
178
|
};
|
|
179
179
|
tooltipShow: {
|
|
180
180
|
type?: import("vue").PropType<boolean>;
|
|
@@ -580,6 +580,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
580
580
|
[key: string]: any;
|
|
581
581
|
};
|
|
582
582
|
};
|
|
583
|
+
isShowIndDetail?: {
|
|
584
|
+
type?: import("vue").PropType<boolean>;
|
|
585
|
+
default?: boolean;
|
|
586
|
+
};
|
|
587
|
+
indDetailIconColor?: {
|
|
588
|
+
type?: import("vue").PropType<string>;
|
|
589
|
+
default?: string;
|
|
590
|
+
};
|
|
583
591
|
}, {
|
|
584
592
|
option: import("vue").ComputedRef<{
|
|
585
593
|
textStyle: {
|
|
@@ -780,6 +788,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
780
788
|
[x: string]: any;
|
|
781
789
|
}>;
|
|
782
790
|
emptyData: import("vue").Ref<boolean>;
|
|
791
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
783
792
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
784
793
|
data: {
|
|
785
794
|
type?: import("vue").PropType<Data>;
|
|
@@ -954,8 +963,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
954
963
|
default?: KeyTypeDataFieldNames;
|
|
955
964
|
};
|
|
956
965
|
dataFieldConfigType: {
|
|
957
|
-
type?: import("vue").PropType<"
|
|
958
|
-
default?: "
|
|
966
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
967
|
+
default?: "value" | "key";
|
|
959
968
|
};
|
|
960
969
|
tooltipShow: {
|
|
961
970
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1361,5 +1370,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1361
1370
|
[key: string]: any;
|
|
1362
1371
|
};
|
|
1363
1372
|
};
|
|
1373
|
+
isShowIndDetail?: {
|
|
1374
|
+
type?: import("vue").PropType<boolean>;
|
|
1375
|
+
default?: boolean;
|
|
1376
|
+
};
|
|
1377
|
+
indDetailIconColor?: {
|
|
1378
|
+
type?: import("vue").PropType<string>;
|
|
1379
|
+
default?: string;
|
|
1380
|
+
};
|
|
1364
1381
|
}>>, {}>;
|
|
1365
1382
|
export default _sfc_main;
|
|
@@ -172,8 +172,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
172
172
|
default?: import("../../utils/props").KeyTypeDataFieldNames;
|
|
173
173
|
};
|
|
174
174
|
dataFieldConfigType: {
|
|
175
|
-
type?: import("vue").PropType<"
|
|
176
|
-
default?: "
|
|
175
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
176
|
+
default?: "value" | "key";
|
|
177
177
|
};
|
|
178
178
|
tooltipShow: {
|
|
179
179
|
type?: import("vue").PropType<boolean>;
|
|
@@ -579,6 +579,14 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
579
579
|
[key: string]: any;
|
|
580
580
|
};
|
|
581
581
|
};
|
|
582
|
+
isShowIndDetail?: {
|
|
583
|
+
type?: import("vue").PropType<boolean>;
|
|
584
|
+
default?: boolean;
|
|
585
|
+
};
|
|
586
|
+
indDetailIconColor?: {
|
|
587
|
+
type?: import("vue").PropType<string>;
|
|
588
|
+
default?: string;
|
|
589
|
+
};
|
|
582
590
|
}, {
|
|
583
591
|
option: import("vue").ComputedRef<{
|
|
584
592
|
textStyle: {
|
|
@@ -779,6 +787,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
779
787
|
[x: string]: any;
|
|
780
788
|
}>;
|
|
781
789
|
emptyData: import("vue").Ref<boolean>;
|
|
790
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
782
791
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
783
792
|
data: {
|
|
784
793
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -953,8 +962,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
953
962
|
default?: import("../../utils/props").KeyTypeDataFieldNames;
|
|
954
963
|
};
|
|
955
964
|
dataFieldConfigType: {
|
|
956
|
-
type?: import("vue").PropType<"
|
|
957
|
-
default?: "
|
|
965
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
966
|
+
default?: "value" | "key";
|
|
958
967
|
};
|
|
959
968
|
tooltipShow: {
|
|
960
969
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1360,6 +1369,14 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1360
1369
|
[key: string]: any;
|
|
1361
1370
|
};
|
|
1362
1371
|
};
|
|
1372
|
+
isShowIndDetail?: {
|
|
1373
|
+
type?: import("vue").PropType<boolean>;
|
|
1374
|
+
default?: boolean;
|
|
1375
|
+
};
|
|
1376
|
+
indDetailIconColor?: {
|
|
1377
|
+
type?: import("vue").PropType<string>;
|
|
1378
|
+
default?: string;
|
|
1379
|
+
};
|
|
1363
1380
|
}>>, {}>> & Record<string, any>;
|
|
1364
1381
|
export default EcanBar;
|
|
1365
1382
|
export * from './props';
|
|
@@ -291,8 +291,8 @@ export declare const barComponentProps: {
|
|
|
291
291
|
default?: KeyTypeDataFieldNames;
|
|
292
292
|
};
|
|
293
293
|
dataFieldConfigType: {
|
|
294
|
-
type?: import("vue").PropType<"
|
|
295
|
-
default?: "
|
|
294
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
295
|
+
default?: "value" | "key";
|
|
296
296
|
};
|
|
297
297
|
tooltipShow: {
|
|
298
298
|
type?: import("vue").PropType<boolean>;
|
|
@@ -698,5 +698,13 @@ export declare const barComponentProps: {
|
|
|
698
698
|
[key: string]: any;
|
|
699
699
|
};
|
|
700
700
|
};
|
|
701
|
+
isShowIndDetail?: {
|
|
702
|
+
type?: import("vue").PropType<boolean>;
|
|
703
|
+
default?: boolean;
|
|
704
|
+
};
|
|
705
|
+
indDetailIconColor?: {
|
|
706
|
+
type?: import("vue").PropType<string>;
|
|
707
|
+
default?: string;
|
|
708
|
+
};
|
|
701
709
|
};
|
|
702
710
|
export declare const barEvents: string[];
|
|
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
}[];
|
|
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
|
yAxis: {
|
|
172
172
|
type?: import("vue").PropType<{
|
|
@@ -588,6 +588,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
588
588
|
[key: string]: any;
|
|
589
589
|
};
|
|
590
590
|
};
|
|
591
|
+
isShowIndDetail?: {
|
|
592
|
+
type?: import("vue").PropType<boolean>;
|
|
593
|
+
default?: boolean;
|
|
594
|
+
};
|
|
595
|
+
indDetailIconColor?: {
|
|
596
|
+
type?: import("vue").PropType<string>;
|
|
597
|
+
default?: string;
|
|
598
|
+
};
|
|
591
599
|
}, {
|
|
592
600
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
593
601
|
option: import("vue").ComputedRef<{
|
|
@@ -745,6 +753,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
745
753
|
[x: string]: any;
|
|
746
754
|
}>;
|
|
747
755
|
emptyData: import("vue").Ref<boolean>;
|
|
756
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
748
757
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
749
758
|
data: {
|
|
750
759
|
type?: import("vue").PropType<import('../../utils/props').Data>;
|
|
@@ -911,8 +920,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
911
920
|
}[];
|
|
912
921
|
};
|
|
913
922
|
dataFieldConfigType: {
|
|
914
|
-
type?: import("vue").PropType<"
|
|
915
|
-
default?: "
|
|
923
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
924
|
+
default?: "value" | "key";
|
|
916
925
|
};
|
|
917
926
|
yAxis: {
|
|
918
927
|
type?: import("vue").PropType<{
|
|
@@ -1334,5 +1343,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1334
1343
|
[key: string]: any;
|
|
1335
1344
|
};
|
|
1336
1345
|
};
|
|
1346
|
+
isShowIndDetail?: {
|
|
1347
|
+
type?: import("vue").PropType<boolean>;
|
|
1348
|
+
default?: boolean;
|
|
1349
|
+
};
|
|
1350
|
+
indDetailIconColor?: {
|
|
1351
|
+
type?: import("vue").PropType<string>;
|
|
1352
|
+
default?: string;
|
|
1353
|
+
};
|
|
1337
1354
|
}>>, {}>;
|
|
1338
1355
|
export default _sfc_main;
|
|
@@ -164,8 +164,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
164
164
|
}[];
|
|
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
|
yAxis: {
|
|
171
171
|
type?: import("vue").PropType<{
|
|
@@ -587,6 +587,14 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
587
587
|
[key: string]: any;
|
|
588
588
|
};
|
|
589
589
|
};
|
|
590
|
+
isShowIndDetail?: {
|
|
591
|
+
type?: import("vue").PropType<boolean>;
|
|
592
|
+
default?: boolean;
|
|
593
|
+
};
|
|
594
|
+
indDetailIconColor?: {
|
|
595
|
+
type?: import("vue").PropType<string>;
|
|
596
|
+
default?: string;
|
|
597
|
+
};
|
|
590
598
|
}, {
|
|
591
599
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
592
600
|
option: import("vue").ComputedRef<{
|
|
@@ -744,6 +752,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
744
752
|
[x: string]: any;
|
|
745
753
|
}>;
|
|
746
754
|
emptyData: import("vue").Ref<boolean>;
|
|
755
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
747
756
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
748
757
|
data: {
|
|
749
758
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -910,8 +919,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
910
919
|
}[];
|
|
911
920
|
};
|
|
912
921
|
dataFieldConfigType: {
|
|
913
|
-
type?: import("vue").PropType<"
|
|
914
|
-
default?: "
|
|
922
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
923
|
+
default?: "value" | "key";
|
|
915
924
|
};
|
|
916
925
|
yAxis: {
|
|
917
926
|
type?: import("vue").PropType<{
|
|
@@ -1333,6 +1342,14 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1333
1342
|
[key: string]: any;
|
|
1334
1343
|
};
|
|
1335
1344
|
};
|
|
1345
|
+
isShowIndDetail?: {
|
|
1346
|
+
type?: import("vue").PropType<boolean>;
|
|
1347
|
+
default?: boolean;
|
|
1348
|
+
};
|
|
1349
|
+
indDetailIconColor?: {
|
|
1350
|
+
type?: import("vue").PropType<string>;
|
|
1351
|
+
default?: string;
|
|
1352
|
+
};
|
|
1336
1353
|
}>>, {}>> & Record<string, any>;
|
|
1337
1354
|
export default EcanComboGraph;
|
|
1338
1355
|
export * from './props';
|
|
@@ -287,8 +287,8 @@ export declare const comboGraphComponentProps: {
|
|
|
287
287
|
}[];
|
|
288
288
|
};
|
|
289
289
|
dataFieldConfigType: {
|
|
290
|
-
type?: import("vue").PropType<"
|
|
291
|
-
default?: "
|
|
290
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
291
|
+
default?: "value" | "key";
|
|
292
292
|
};
|
|
293
293
|
yAxis: {
|
|
294
294
|
type?: import("vue").PropType<{
|
|
@@ -710,5 +710,13 @@ export declare const comboGraphComponentProps: {
|
|
|
710
710
|
[key: string]: any;
|
|
711
711
|
};
|
|
712
712
|
};
|
|
713
|
+
isShowIndDetail?: {
|
|
714
|
+
type?: import("vue").PropType<boolean>;
|
|
715
|
+
default?: boolean;
|
|
716
|
+
};
|
|
717
|
+
indDetailIconColor?: {
|
|
718
|
+
type?: import("vue").PropType<string>;
|
|
719
|
+
default?: string;
|
|
720
|
+
};
|
|
713
721
|
};
|
|
714
722
|
export declare const comboGraphEvents: string[];
|
|
@@ -140,6 +140,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
140
140
|
[key: string]: any;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
|
+
toolboxShow?: {
|
|
144
|
+
type?: import("vue").PropType<boolean>;
|
|
145
|
+
default?: boolean;
|
|
146
|
+
};
|
|
147
|
+
isShowIndDetail?: {
|
|
148
|
+
type?: import("vue").PropType<boolean>;
|
|
149
|
+
default?: boolean;
|
|
150
|
+
};
|
|
151
|
+
indDetailIconColor?: {
|
|
152
|
+
type?: import("vue").PropType<string>;
|
|
153
|
+
default?: string;
|
|
154
|
+
};
|
|
143
155
|
}, {
|
|
144
156
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
145
157
|
myOption: import("vue").Ref<any>;
|
|
@@ -285,5 +297,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
285
297
|
[key: string]: any;
|
|
286
298
|
};
|
|
287
299
|
};
|
|
300
|
+
toolboxShow?: {
|
|
301
|
+
type?: import("vue").PropType<boolean>;
|
|
302
|
+
default?: boolean;
|
|
303
|
+
};
|
|
304
|
+
isShowIndDetail?: {
|
|
305
|
+
type?: import("vue").PropType<boolean>;
|
|
306
|
+
default?: boolean;
|
|
307
|
+
};
|
|
308
|
+
indDetailIconColor?: {
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
311
|
+
};
|
|
288
312
|
}>>, {}>;
|
|
289
313
|
export default _sfc_main;
|
|
@@ -139,6 +139,18 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
139
139
|
[key: string]: any;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
|
+
toolboxShow?: {
|
|
143
|
+
type?: import("vue").PropType<boolean>;
|
|
144
|
+
default?: boolean;
|
|
145
|
+
};
|
|
146
|
+
isShowIndDetail?: {
|
|
147
|
+
type?: import("vue").PropType<boolean>;
|
|
148
|
+
default?: boolean;
|
|
149
|
+
};
|
|
150
|
+
indDetailIconColor?: {
|
|
151
|
+
type?: import("vue").PropType<string>;
|
|
152
|
+
default?: string;
|
|
153
|
+
};
|
|
142
154
|
}, {
|
|
143
155
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
156
|
myOption: import("vue").Ref<any>;
|
|
@@ -284,6 +296,18 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
284
296
|
[key: string]: any;
|
|
285
297
|
};
|
|
286
298
|
};
|
|
299
|
+
toolboxShow?: {
|
|
300
|
+
type?: import("vue").PropType<boolean>;
|
|
301
|
+
default?: boolean;
|
|
302
|
+
};
|
|
303
|
+
isShowIndDetail?: {
|
|
304
|
+
type?: import("vue").PropType<boolean>;
|
|
305
|
+
default?: boolean;
|
|
306
|
+
};
|
|
307
|
+
indDetailIconColor?: {
|
|
308
|
+
type?: import("vue").PropType<string>;
|
|
309
|
+
default?: string;
|
|
310
|
+
};
|
|
287
311
|
}>>, {}>> & Record<string, any>;
|
|
288
312
|
export default EcanCustomGraph;
|
|
289
313
|
export * from './props';
|
|
@@ -148,4 +148,16 @@ export declare const customGraphComponentProps: {
|
|
|
148
148
|
[key: string]: any;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
+
toolboxShow?: {
|
|
152
|
+
type?: import("vue").PropType<boolean>;
|
|
153
|
+
default?: boolean;
|
|
154
|
+
};
|
|
155
|
+
isShowIndDetail?: {
|
|
156
|
+
type?: import("vue").PropType<boolean>;
|
|
157
|
+
default?: boolean;
|
|
158
|
+
};
|
|
159
|
+
indDetailIconColor?: {
|
|
160
|
+
type?: import("vue").PropType<string>;
|
|
161
|
+
default?: string;
|
|
162
|
+
};
|
|
151
163
|
};
|
|
@@ -549,6 +549,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
549
549
|
[key: string]: any;
|
|
550
550
|
};
|
|
551
551
|
};
|
|
552
|
+
isShowIndDetail?: {
|
|
553
|
+
type?: import("vue").PropType<boolean>;
|
|
554
|
+
default?: boolean;
|
|
555
|
+
};
|
|
556
|
+
indDetailIconColor?: {
|
|
557
|
+
type?: import("vue").PropType<string>;
|
|
558
|
+
default?: string;
|
|
559
|
+
};
|
|
552
560
|
}, {
|
|
553
561
|
option: import("vue").ComputedRef<{
|
|
554
562
|
textStyle: {
|
|
@@ -726,6 +734,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
726
734
|
}>;
|
|
727
735
|
echartRef: import("vue").Ref<any>;
|
|
728
736
|
emptyData: import("vue").Ref<boolean>;
|
|
737
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
729
738
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
730
739
|
id: {
|
|
731
740
|
type?: import("vue").PropType<string>;
|
|
@@ -1277,5 +1286,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1277
1286
|
[key: string]: any;
|
|
1278
1287
|
};
|
|
1279
1288
|
};
|
|
1289
|
+
isShowIndDetail?: {
|
|
1290
|
+
type?: import("vue").PropType<boolean>;
|
|
1291
|
+
default?: boolean;
|
|
1292
|
+
};
|
|
1293
|
+
indDetailIconColor?: {
|
|
1294
|
+
type?: import("vue").PropType<string>;
|
|
1295
|
+
default?: string;
|
|
1296
|
+
};
|
|
1280
1297
|
}>>, {}>;
|
|
1281
1298
|
export default _sfc_main;
|
|
@@ -549,6 +549,14 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
549
549
|
[key: string]: any;
|
|
550
550
|
};
|
|
551
551
|
};
|
|
552
|
+
isShowIndDetail?: {
|
|
553
|
+
type?: import("vue").PropType<boolean>;
|
|
554
|
+
default?: boolean;
|
|
555
|
+
};
|
|
556
|
+
indDetailIconColor?: {
|
|
557
|
+
type?: import("vue").PropType<string>;
|
|
558
|
+
default?: string;
|
|
559
|
+
};
|
|
552
560
|
}, {
|
|
553
561
|
option: import("vue").ComputedRef<{
|
|
554
562
|
textStyle: {
|
|
@@ -726,6 +734,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
726
734
|
}>;
|
|
727
735
|
echartRef: import("vue").Ref<any>;
|
|
728
736
|
emptyData: import("vue").Ref<boolean>;
|
|
737
|
+
indDetailModalRef: import("vue").Ref<any>;
|
|
729
738
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
730
739
|
id: {
|
|
731
740
|
type?: import("vue").PropType<string>;
|
|
@@ -1277,6 +1286,14 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1277
1286
|
[key: string]: any;
|
|
1278
1287
|
};
|
|
1279
1288
|
};
|
|
1289
|
+
isShowIndDetail?: {
|
|
1290
|
+
type?: import("vue").PropType<boolean>;
|
|
1291
|
+
default?: boolean;
|
|
1292
|
+
};
|
|
1293
|
+
indDetailIconColor?: {
|
|
1294
|
+
type?: import("vue").PropType<string>;
|
|
1295
|
+
default?: string;
|
|
1296
|
+
};
|
|
1280
1297
|
}>>, {}>> & Record<string, any>;
|
|
1281
1298
|
export default EcanLine;
|
|
1282
1299
|
export * from './props';
|
|
@@ -251,6 +251,8 @@ export declare const lineProps: {
|
|
|
251
251
|
extendData?: {
|
|
252
252
|
[key: string]: any;
|
|
253
253
|
};
|
|
254
|
+
isShowIndDetail?: boolean;
|
|
255
|
+
indDetailIconColor?: string;
|
|
254
256
|
};
|
|
255
257
|
export declare const lineComponentProps: {
|
|
256
258
|
id: {
|
|
@@ -803,5 +805,13 @@ export declare const lineComponentProps: {
|
|
|
803
805
|
[key: string]: any;
|
|
804
806
|
};
|
|
805
807
|
};
|
|
808
|
+
isShowIndDetail?: {
|
|
809
|
+
type?: import("vue").PropType<boolean>;
|
|
810
|
+
default?: boolean;
|
|
811
|
+
};
|
|
812
|
+
indDetailIconColor?: {
|
|
813
|
+
type?: import("vue").PropType<string>;
|
|
814
|
+
default?: string;
|
|
815
|
+
};
|
|
806
816
|
};
|
|
807
817
|
export declare const lineEvents: string[];
|