@ecan-bi/datav 1.3.67 → 1.3.69
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 +3530 -3334
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +16 -0
- package/types/container/border/index.d.ts +16 -0
- package/types/container/border/props.d.ts +8 -0
- package/types/container/circulate/Circulate.vue.d.ts +16 -0
- package/types/container/circulate/index.d.ts +16 -0
- package/types/container/circulate/props.d.ts +8 -0
- package/types/container/tabs/Tabs.vue.d.ts +16 -0
- package/types/container/tabs/index.d.ts +16 -0
- package/types/container/tabs/props.d.ts +8 -0
- package/types/control/button/Button.vue.d.ts +16 -0
- package/types/control/button/index.d.ts +16 -0
- package/types/control/button/props.d.ts +8 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +16 -0
- package/types/control/checkbox/index.d.ts +16 -0
- package/types/control/checkbox/props.d.ts +8 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +16 -0
- package/types/control/date-picker/index.d.ts +16 -0
- package/types/control/date-picker/props.d.ts +8 -0
- package/types/control/input/Input.vue.d.ts +16 -0
- package/types/control/input/index.d.ts +16 -0
- package/types/control/input/props.d.ts +8 -0
- package/types/control/radio/Radio.vue.d.ts +16 -0
- package/types/control/radio/index.d.ts +16 -0
- package/types/control/radio/props.d.ts +8 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +16 -0
- package/types/control/range-picker/index.d.ts +16 -0
- package/types/control/range-picker/props.d.ts +8 -0
- package/types/control/select/Select.vue.d.ts +16 -0
- package/types/control/select/index.d.ts +16 -0
- package/types/control/select/props.d.ts +8 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +8 -0
- package/types/control/tree-select/index.d.ts +8 -0
- package/types/control/tree-select/props.d.ts +8 -0
- package/types/graph/bar/Bar.vue.d.ts +16 -0
- package/types/graph/bar/index.d.ts +16 -0
- package/types/graph/bar/props.d.ts +8 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +16 -0
- package/types/graph/combo-graph/index.d.ts +16 -0
- package/types/graph/combo-graph/props.d.ts +8 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +16 -0
- package/types/graph/custom-graph/index.d.ts +16 -0
- package/types/graph/custom-graph/props.d.ts +8 -0
- package/types/graph/line/Line.vue.d.ts +16 -0
- package/types/graph/line/index.d.ts +16 -0
- package/types/graph/line/props.d.ts +10 -0
- package/types/graph/pie/Pie.vue.d.ts +16 -0
- package/types/graph/pie/index.d.ts +16 -0
- package/types/graph/pie/props.d.ts +8 -0
- package/types/graph/radar/Radar.vue.d.ts +16 -0
- package/types/graph/radar/index.d.ts +16 -0
- package/types/graph/radar/props.d.ts +10 -0
- package/types/graph/scatter/Scatter.vue.d.ts +76 -32
- package/types/graph/scatter/index.d.ts +76 -32
- package/types/graph/scatter/props.d.ts +41 -10
- package/types/laboratory/data-select/DataSelect.vue.d.ts +16 -0
- package/types/laboratory/data-select/index.d.ts +16 -0
- package/types/laboratory/data-select/props.d.ts +8 -0
- package/types/map/map/Map.vue.d.ts +16 -0
- package/types/map/map/index.d.ts +16 -0
- package/types/map/map/props.d.ts +8 -0
- package/types/media/iframe/Iframe.vue.d.ts +16 -0
- package/types/media/iframe/index.d.ts +16 -0
- package/types/media/iframe/props.d.ts +8 -0
- package/types/media/image/Image.vue.d.ts +16 -0
- package/types/media/image/index.d.ts +16 -0
- package/types/media/image/props.d.ts +8 -0
- package/types/table/table/Table.vue.d.ts +16 -0
- package/types/table/table/index.d.ts +16 -0
- package/types/table/table/props.d.ts +8 -0
- package/types/text/counter/Counter.vue.d.ts +16 -0
- package/types/text/counter/index.d.ts +16 -0
- package/types/text/counter/props.d.ts +8 -0
- package/types/text/list/List.vue.d.ts +16 -0
- package/types/text/list/index.d.ts +16 -0
- package/types/text/list/props.d.ts +8 -0
- package/types/text/proportion/Proportion.vue.d.ts +16 -0
- package/types/text/proportion/index.d.ts +16 -0
- package/types/text/proportion/props.d.ts +8 -0
- package/types/text/text/Text.vue.d.ts +16 -0
- package/types/text/text/index.d.ts +16 -0
- package/types/text/text/props.d.ts +8 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +16 -0
- package/types/text/time-display/index.d.ts +16 -0
- package/types/text/time-display/props.d.ts +8 -0
- package/types/utils/props.d.ts +2 -0
|
@@ -257,14 +257,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
257
257
|
type?: import("vue").PropType<string>;
|
|
258
258
|
default?: string;
|
|
259
259
|
};
|
|
260
|
-
isShowMarkLine: {
|
|
261
|
-
type?: import("vue").PropType<boolean>;
|
|
262
|
-
default?: boolean;
|
|
263
|
-
};
|
|
264
|
-
markLineType: {
|
|
265
|
-
type?: import("vue").PropType<"min" | "max" | "average" | "median">;
|
|
266
|
-
default?: "min" | "max" | "average" | "median";
|
|
267
|
-
};
|
|
268
260
|
yAxisName: {
|
|
269
261
|
type?: import("vue").PropType<string>;
|
|
270
262
|
default?: string;
|
|
@@ -293,6 +285,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
293
285
|
type?: import("vue").PropType<boolean>;
|
|
294
286
|
default?: boolean;
|
|
295
287
|
};
|
|
288
|
+
xAxisMarkLineValue: {
|
|
289
|
+
type?: import("vue").PropType<{
|
|
290
|
+
[key: string]: any;
|
|
291
|
+
}[]>;
|
|
292
|
+
default?: {
|
|
293
|
+
[key: string]: any;
|
|
294
|
+
}[];
|
|
295
|
+
};
|
|
296
|
+
yAxisMarkLineValue: {
|
|
297
|
+
type?: import("vue").PropType<{
|
|
298
|
+
[key: string]: any;
|
|
299
|
+
}[]>;
|
|
300
|
+
default?: {
|
|
301
|
+
[key: string]: any;
|
|
302
|
+
}[];
|
|
303
|
+
};
|
|
304
|
+
axisMarkArea: {
|
|
305
|
+
type?: import("vue").PropType<{
|
|
306
|
+
[key: string]: any;
|
|
307
|
+
}[]>;
|
|
308
|
+
default?: {
|
|
309
|
+
[key: string]: any;
|
|
310
|
+
}[];
|
|
311
|
+
};
|
|
296
312
|
id: {
|
|
297
313
|
type?: import("vue").PropType<string>;
|
|
298
314
|
default?: string;
|
|
@@ -389,6 +405,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
389
405
|
type?: import("vue").PropType<number>;
|
|
390
406
|
default?: number;
|
|
391
407
|
};
|
|
408
|
+
requestParamsMode: {
|
|
409
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
410
|
+
default?: "1" | "2";
|
|
411
|
+
};
|
|
412
|
+
customRequestParams: {
|
|
413
|
+
type?: import("vue").PropType<string>;
|
|
414
|
+
default?: string;
|
|
415
|
+
};
|
|
392
416
|
}, {
|
|
393
417
|
option: import("vue").ComputedRef<{
|
|
394
418
|
textStyle: {
|
|
@@ -537,12 +561,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
537
561
|
fontSize: number;
|
|
538
562
|
};
|
|
539
563
|
};
|
|
540
|
-
series:
|
|
541
|
-
markLine: {
|
|
542
|
-
data: {
|
|
543
|
-
type: "min" | "max" | "average" | "median";
|
|
544
|
-
}[];
|
|
545
|
-
};
|
|
564
|
+
series: {
|
|
546
565
|
data: {
|
|
547
566
|
[x: string]: any;
|
|
548
567
|
}[];
|
|
@@ -551,23 +570,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
551
570
|
itemStyle: {
|
|
552
571
|
color: string;
|
|
553
572
|
};
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
573
|
+
markLine: {
|
|
574
|
+
symbol: string[];
|
|
575
|
+
data: any[];
|
|
576
|
+
} | {
|
|
577
|
+
data: any[];
|
|
578
|
+
symbol?: undefined;
|
|
579
|
+
};
|
|
580
|
+
markArea: {
|
|
581
|
+
data: any[];
|
|
563
582
|
};
|
|
564
|
-
}
|
|
583
|
+
}[];
|
|
565
584
|
}>;
|
|
566
585
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
567
586
|
click: () => void;
|
|
568
587
|
loading: import("vue").Ref<boolean>;
|
|
569
588
|
onClose: () => void;
|
|
570
589
|
ecanModal: import("vue").Ref<any>;
|
|
590
|
+
echartRef: import("vue").Ref<any>;
|
|
571
591
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
572
592
|
data: {
|
|
573
593
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -827,14 +847,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
827
847
|
type?: import("vue").PropType<string>;
|
|
828
848
|
default?: string;
|
|
829
849
|
};
|
|
830
|
-
isShowMarkLine: {
|
|
831
|
-
type?: import("vue").PropType<boolean>;
|
|
832
|
-
default?: boolean;
|
|
833
|
-
};
|
|
834
|
-
markLineType: {
|
|
835
|
-
type?: import("vue").PropType<"min" | "max" | "average" | "median">;
|
|
836
|
-
default?: "min" | "max" | "average" | "median";
|
|
837
|
-
};
|
|
838
850
|
yAxisName: {
|
|
839
851
|
type?: import("vue").PropType<string>;
|
|
840
852
|
default?: string;
|
|
@@ -863,6 +875,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
863
875
|
type?: import("vue").PropType<boolean>;
|
|
864
876
|
default?: boolean;
|
|
865
877
|
};
|
|
878
|
+
xAxisMarkLineValue: {
|
|
879
|
+
type?: import("vue").PropType<{
|
|
880
|
+
[key: string]: any;
|
|
881
|
+
}[]>;
|
|
882
|
+
default?: {
|
|
883
|
+
[key: string]: any;
|
|
884
|
+
}[];
|
|
885
|
+
};
|
|
886
|
+
yAxisMarkLineValue: {
|
|
887
|
+
type?: import("vue").PropType<{
|
|
888
|
+
[key: string]: any;
|
|
889
|
+
}[]>;
|
|
890
|
+
default?: {
|
|
891
|
+
[key: string]: any;
|
|
892
|
+
}[];
|
|
893
|
+
};
|
|
894
|
+
axisMarkArea: {
|
|
895
|
+
type?: import("vue").PropType<{
|
|
896
|
+
[key: string]: any;
|
|
897
|
+
}[]>;
|
|
898
|
+
default?: {
|
|
899
|
+
[key: string]: any;
|
|
900
|
+
}[];
|
|
901
|
+
};
|
|
866
902
|
id: {
|
|
867
903
|
type?: import("vue").PropType<string>;
|
|
868
904
|
default?: string;
|
|
@@ -959,5 +995,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
959
995
|
type?: import("vue").PropType<number>;
|
|
960
996
|
default?: number;
|
|
961
997
|
};
|
|
998
|
+
requestParamsMode: {
|
|
999
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
1000
|
+
default?: "1" | "2";
|
|
1001
|
+
};
|
|
1002
|
+
customRequestParams: {
|
|
1003
|
+
type?: import("vue").PropType<string>;
|
|
1004
|
+
default?: string;
|
|
1005
|
+
};
|
|
962
1006
|
}>>, {}>;
|
|
963
1007
|
export default _sfc_main;
|
|
@@ -257,14 +257,6 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
257
257
|
type?: import("vue").PropType<string>;
|
|
258
258
|
default?: string;
|
|
259
259
|
};
|
|
260
|
-
isShowMarkLine: {
|
|
261
|
-
type?: import("vue").PropType<boolean>;
|
|
262
|
-
default?: boolean;
|
|
263
|
-
};
|
|
264
|
-
markLineType: {
|
|
265
|
-
type?: import("vue").PropType<"min" | "max" | "average" | "median">;
|
|
266
|
-
default?: "min" | "max" | "average" | "median";
|
|
267
|
-
};
|
|
268
260
|
yAxisName: {
|
|
269
261
|
type?: import("vue").PropType<string>;
|
|
270
262
|
default?: string;
|
|
@@ -293,6 +285,30 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
293
285
|
type?: import("vue").PropType<boolean>;
|
|
294
286
|
default?: boolean;
|
|
295
287
|
};
|
|
288
|
+
xAxisMarkLineValue: {
|
|
289
|
+
type?: import("vue").PropType<{
|
|
290
|
+
[key: string]: any;
|
|
291
|
+
}[]>;
|
|
292
|
+
default?: {
|
|
293
|
+
[key: string]: any;
|
|
294
|
+
}[];
|
|
295
|
+
};
|
|
296
|
+
yAxisMarkLineValue: {
|
|
297
|
+
type?: import("vue").PropType<{
|
|
298
|
+
[key: string]: any;
|
|
299
|
+
}[]>;
|
|
300
|
+
default?: {
|
|
301
|
+
[key: string]: any;
|
|
302
|
+
}[];
|
|
303
|
+
};
|
|
304
|
+
axisMarkArea: {
|
|
305
|
+
type?: import("vue").PropType<{
|
|
306
|
+
[key: string]: any;
|
|
307
|
+
}[]>;
|
|
308
|
+
default?: {
|
|
309
|
+
[key: string]: any;
|
|
310
|
+
}[];
|
|
311
|
+
};
|
|
296
312
|
id: {
|
|
297
313
|
type?: import("vue").PropType<string>;
|
|
298
314
|
default?: string;
|
|
@@ -389,6 +405,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
389
405
|
type?: import("vue").PropType<number>;
|
|
390
406
|
default?: number;
|
|
391
407
|
};
|
|
408
|
+
requestParamsMode: {
|
|
409
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
410
|
+
default?: "1" | "2";
|
|
411
|
+
};
|
|
412
|
+
customRequestParams: {
|
|
413
|
+
type?: import("vue").PropType<string>;
|
|
414
|
+
default?: string;
|
|
415
|
+
};
|
|
392
416
|
}, {
|
|
393
417
|
option: import("vue").ComputedRef<{
|
|
394
418
|
textStyle: {
|
|
@@ -537,12 +561,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
537
561
|
fontSize: number;
|
|
538
562
|
};
|
|
539
563
|
};
|
|
540
|
-
series:
|
|
541
|
-
markLine: {
|
|
542
|
-
data: {
|
|
543
|
-
type: "min" | "max" | "average" | "median";
|
|
544
|
-
}[];
|
|
545
|
-
};
|
|
564
|
+
series: {
|
|
546
565
|
data: {
|
|
547
566
|
[x: string]: any;
|
|
548
567
|
}[];
|
|
@@ -551,23 +570,24 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
551
570
|
itemStyle: {
|
|
552
571
|
color: string;
|
|
553
572
|
};
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
573
|
+
markLine: {
|
|
574
|
+
symbol: string[];
|
|
575
|
+
data: any[];
|
|
576
|
+
} | {
|
|
577
|
+
data: any[];
|
|
578
|
+
symbol?: undefined;
|
|
579
|
+
};
|
|
580
|
+
markArea: {
|
|
581
|
+
data: any[];
|
|
563
582
|
};
|
|
564
|
-
}
|
|
583
|
+
}[];
|
|
565
584
|
}>;
|
|
566
585
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
567
586
|
click: () => void;
|
|
568
587
|
loading: import("vue").Ref<boolean>;
|
|
569
588
|
onClose: () => void;
|
|
570
589
|
ecanModal: import("vue").Ref<any>;
|
|
590
|
+
echartRef: import("vue").Ref<any>;
|
|
571
591
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
572
592
|
data: {
|
|
573
593
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -827,14 +847,6 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
827
847
|
type?: import("vue").PropType<string>;
|
|
828
848
|
default?: string;
|
|
829
849
|
};
|
|
830
|
-
isShowMarkLine: {
|
|
831
|
-
type?: import("vue").PropType<boolean>;
|
|
832
|
-
default?: boolean;
|
|
833
|
-
};
|
|
834
|
-
markLineType: {
|
|
835
|
-
type?: import("vue").PropType<"min" | "max" | "average" | "median">;
|
|
836
|
-
default?: "min" | "max" | "average" | "median";
|
|
837
|
-
};
|
|
838
850
|
yAxisName: {
|
|
839
851
|
type?: import("vue").PropType<string>;
|
|
840
852
|
default?: string;
|
|
@@ -863,6 +875,30 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
863
875
|
type?: import("vue").PropType<boolean>;
|
|
864
876
|
default?: boolean;
|
|
865
877
|
};
|
|
878
|
+
xAxisMarkLineValue: {
|
|
879
|
+
type?: import("vue").PropType<{
|
|
880
|
+
[key: string]: any;
|
|
881
|
+
}[]>;
|
|
882
|
+
default?: {
|
|
883
|
+
[key: string]: any;
|
|
884
|
+
}[];
|
|
885
|
+
};
|
|
886
|
+
yAxisMarkLineValue: {
|
|
887
|
+
type?: import("vue").PropType<{
|
|
888
|
+
[key: string]: any;
|
|
889
|
+
}[]>;
|
|
890
|
+
default?: {
|
|
891
|
+
[key: string]: any;
|
|
892
|
+
}[];
|
|
893
|
+
};
|
|
894
|
+
axisMarkArea: {
|
|
895
|
+
type?: import("vue").PropType<{
|
|
896
|
+
[key: string]: any;
|
|
897
|
+
}[]>;
|
|
898
|
+
default?: {
|
|
899
|
+
[key: string]: any;
|
|
900
|
+
}[];
|
|
901
|
+
};
|
|
866
902
|
id: {
|
|
867
903
|
type?: import("vue").PropType<string>;
|
|
868
904
|
default?: string;
|
|
@@ -959,6 +995,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
959
995
|
type?: import("vue").PropType<number>;
|
|
960
996
|
default?: number;
|
|
961
997
|
};
|
|
998
|
+
requestParamsMode: {
|
|
999
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
1000
|
+
default?: "1" | "2";
|
|
1001
|
+
};
|
|
1002
|
+
customRequestParams: {
|
|
1003
|
+
type?: import("vue").PropType<string>;
|
|
1004
|
+
default?: string;
|
|
1005
|
+
};
|
|
962
1006
|
}>>, {}>> & Record<string, any>;
|
|
963
1007
|
export default EcanScatter;
|
|
964
1008
|
export * from './props';
|
|
@@ -67,8 +67,6 @@ export interface ScatterProps extends Props {
|
|
|
67
67
|
yAxisLabelFontSize: string;
|
|
68
68
|
graphicType: string;
|
|
69
69
|
tooltipPosition: string;
|
|
70
|
-
isShowMarkLine: boolean;
|
|
71
|
-
markLineType: 'min' | 'max' | 'average' | 'median';
|
|
72
70
|
yAxisName: string;
|
|
73
71
|
xAxisName: string;
|
|
74
72
|
showXAxisLineArrow: boolean;
|
|
@@ -76,6 +74,15 @@ export interface ScatterProps extends Props {
|
|
|
76
74
|
xAxisLineInverse: boolean;
|
|
77
75
|
yAxisLineInverse: boolean;
|
|
78
76
|
yAxisTickShow: boolean;
|
|
77
|
+
xAxisMarkLineValue: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
}[];
|
|
80
|
+
yAxisMarkLineValue: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
}[];
|
|
83
|
+
axisMarkArea: {
|
|
84
|
+
[key: string]: any;
|
|
85
|
+
}[];
|
|
79
86
|
}
|
|
80
87
|
export declare const scatterProps: ScatterProps;
|
|
81
88
|
export declare const scatterComponentProps: {
|
|
@@ -337,14 +344,6 @@ export declare const scatterComponentProps: {
|
|
|
337
344
|
type?: import("vue").PropType<string>;
|
|
338
345
|
default?: string;
|
|
339
346
|
};
|
|
340
|
-
isShowMarkLine: {
|
|
341
|
-
type?: import("vue").PropType<boolean>;
|
|
342
|
-
default?: boolean;
|
|
343
|
-
};
|
|
344
|
-
markLineType: {
|
|
345
|
-
type?: import("vue").PropType<"min" | "max" | "average" | "median">;
|
|
346
|
-
default?: "min" | "max" | "average" | "median";
|
|
347
|
-
};
|
|
348
347
|
yAxisName: {
|
|
349
348
|
type?: import("vue").PropType<string>;
|
|
350
349
|
default?: string;
|
|
@@ -373,6 +372,30 @@ export declare const scatterComponentProps: {
|
|
|
373
372
|
type?: import("vue").PropType<boolean>;
|
|
374
373
|
default?: boolean;
|
|
375
374
|
};
|
|
375
|
+
xAxisMarkLineValue: {
|
|
376
|
+
type?: import("vue").PropType<{
|
|
377
|
+
[key: string]: any;
|
|
378
|
+
}[]>;
|
|
379
|
+
default?: {
|
|
380
|
+
[key: string]: any;
|
|
381
|
+
}[];
|
|
382
|
+
};
|
|
383
|
+
yAxisMarkLineValue: {
|
|
384
|
+
type?: import("vue").PropType<{
|
|
385
|
+
[key: string]: any;
|
|
386
|
+
}[]>;
|
|
387
|
+
default?: {
|
|
388
|
+
[key: string]: any;
|
|
389
|
+
}[];
|
|
390
|
+
};
|
|
391
|
+
axisMarkArea: {
|
|
392
|
+
type?: import("vue").PropType<{
|
|
393
|
+
[key: string]: any;
|
|
394
|
+
}[]>;
|
|
395
|
+
default?: {
|
|
396
|
+
[key: string]: any;
|
|
397
|
+
}[];
|
|
398
|
+
};
|
|
376
399
|
id: {
|
|
377
400
|
type?: import("vue").PropType<string>;
|
|
378
401
|
default?: string;
|
|
@@ -469,5 +492,13 @@ export declare const scatterComponentProps: {
|
|
|
469
492
|
type?: import("vue").PropType<number>;
|
|
470
493
|
default?: number;
|
|
471
494
|
};
|
|
495
|
+
requestParamsMode: {
|
|
496
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
497
|
+
default?: "1" | "2";
|
|
498
|
+
};
|
|
499
|
+
customRequestParams: {
|
|
500
|
+
type?: import("vue").PropType<string>;
|
|
501
|
+
default?: string;
|
|
502
|
+
};
|
|
472
503
|
};
|
|
473
504
|
export declare const scatterEvents: string[];
|
|
@@ -155,6 +155,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
155
155
|
type?: import("vue").PropType<number>;
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
|
+
requestParamsMode: {
|
|
159
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
160
|
+
default?: "1" | "2";
|
|
161
|
+
};
|
|
162
|
+
customRequestParams: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
158
166
|
}, {
|
|
159
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
168
|
getPopupContainer: () => HTMLElement;
|
|
@@ -327,5 +335,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
327
335
|
type?: import("vue").PropType<number>;
|
|
328
336
|
default?: number;
|
|
329
337
|
};
|
|
338
|
+
requestParamsMode: {
|
|
339
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
340
|
+
default?: "1" | "2";
|
|
341
|
+
};
|
|
342
|
+
customRequestParams: {
|
|
343
|
+
type?: import("vue").PropType<string>;
|
|
344
|
+
default?: string;
|
|
345
|
+
};
|
|
330
346
|
}>>, {}>;
|
|
331
347
|
export default _sfc_main;
|
|
@@ -155,6 +155,14 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
155
155
|
type?: import("vue").PropType<number>;
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
|
+
requestParamsMode: {
|
|
159
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
160
|
+
default?: "1" | "2";
|
|
161
|
+
};
|
|
162
|
+
customRequestParams: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
158
166
|
}, {
|
|
159
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
168
|
getPopupContainer: () => HTMLElement;
|
|
@@ -327,6 +335,14 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
327
335
|
type?: import("vue").PropType<number>;
|
|
328
336
|
default?: number;
|
|
329
337
|
};
|
|
338
|
+
requestParamsMode: {
|
|
339
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
340
|
+
default?: "1" | "2";
|
|
341
|
+
};
|
|
342
|
+
customRequestParams: {
|
|
343
|
+
type?: import("vue").PropType<string>;
|
|
344
|
+
default?: string;
|
|
345
|
+
};
|
|
330
346
|
}>>, {}>> & Record<string, any>;
|
|
331
347
|
export default EcanDataSelect;
|
|
332
348
|
export * from './props';
|
|
@@ -185,5 +185,13 @@ export declare const dataSelectComponentProps: {
|
|
|
185
185
|
type?: import("vue").PropType<number>;
|
|
186
186
|
default?: number;
|
|
187
187
|
};
|
|
188
|
+
requestParamsMode: {
|
|
189
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
190
|
+
default?: "1" | "2";
|
|
191
|
+
};
|
|
192
|
+
customRequestParams: {
|
|
193
|
+
type?: import("vue").PropType<string>;
|
|
194
|
+
default?: string;
|
|
195
|
+
};
|
|
188
196
|
};
|
|
189
197
|
export declare const dataSelectEvents: string[];
|
|
@@ -255,6 +255,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
255
255
|
type?: import("vue").PropType<number>;
|
|
256
256
|
default?: number;
|
|
257
257
|
};
|
|
258
|
+
requestParamsMode: {
|
|
259
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
260
|
+
default?: "1" | "2";
|
|
261
|
+
};
|
|
262
|
+
customRequestParams: {
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
265
|
+
};
|
|
258
266
|
}, {
|
|
259
267
|
option: import("vue").ComputedRef<{
|
|
260
268
|
tooltip: {
|
|
@@ -600,5 +608,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
600
608
|
type?: import("vue").PropType<number>;
|
|
601
609
|
default?: number;
|
|
602
610
|
};
|
|
611
|
+
requestParamsMode: {
|
|
612
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
613
|
+
default?: "1" | "2";
|
|
614
|
+
};
|
|
615
|
+
customRequestParams: {
|
|
616
|
+
type?: import("vue").PropType<string>;
|
|
617
|
+
default?: string;
|
|
618
|
+
};
|
|
603
619
|
}>>, {}>;
|
|
604
620
|
export default _sfc_main;
|
package/types/map/map/index.d.ts
CHANGED
|
@@ -255,6 +255,14 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
255
255
|
type?: import("vue").PropType<number>;
|
|
256
256
|
default?: number;
|
|
257
257
|
};
|
|
258
|
+
requestParamsMode: {
|
|
259
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
260
|
+
default?: "1" | "2";
|
|
261
|
+
};
|
|
262
|
+
customRequestParams: {
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
265
|
+
};
|
|
258
266
|
}, {
|
|
259
267
|
option: import("vue").ComputedRef<{
|
|
260
268
|
tooltip: {
|
|
@@ -600,6 +608,14 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
600
608
|
type?: import("vue").PropType<number>;
|
|
601
609
|
default?: number;
|
|
602
610
|
};
|
|
611
|
+
requestParamsMode: {
|
|
612
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
613
|
+
default?: "1" | "2";
|
|
614
|
+
};
|
|
615
|
+
customRequestParams: {
|
|
616
|
+
type?: import("vue").PropType<string>;
|
|
617
|
+
default?: string;
|
|
618
|
+
};
|
|
603
619
|
}>>, {}>> & Record<string, any>;
|
|
604
620
|
export default EcanMap;
|
|
605
621
|
export * from './props';
|
package/types/map/map/props.d.ts
CHANGED
|
@@ -303,5 +303,13 @@ export declare const mapComponentProps: {
|
|
|
303
303
|
type?: import("vue").PropType<number>;
|
|
304
304
|
default?: number;
|
|
305
305
|
};
|
|
306
|
+
requestParamsMode: {
|
|
307
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
308
|
+
default?: "1" | "2";
|
|
309
|
+
};
|
|
310
|
+
customRequestParams: {
|
|
311
|
+
type?: import("vue").PropType<string>;
|
|
312
|
+
default?: string;
|
|
313
|
+
};
|
|
306
314
|
};
|
|
307
315
|
export declare const mapEvents: Array<string>;
|
|
@@ -103,6 +103,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
type?: import("vue").PropType<number>;
|
|
104
104
|
default?: number;
|
|
105
105
|
};
|
|
106
|
+
requestParamsMode: {
|
|
107
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
108
|
+
default?: "1" | "2";
|
|
109
|
+
};
|
|
110
|
+
customRequestParams: {
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
113
|
+
};
|
|
106
114
|
}, {
|
|
107
115
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
108
116
|
myLink: import("vue").ComputedRef<string>;
|
|
@@ -211,5 +219,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
211
219
|
type?: import("vue").PropType<number>;
|
|
212
220
|
default?: number;
|
|
213
221
|
};
|
|
222
|
+
requestParamsMode: {
|
|
223
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
224
|
+
default?: "1" | "2";
|
|
225
|
+
};
|
|
226
|
+
customRequestParams: {
|
|
227
|
+
type?: import("vue").PropType<string>;
|
|
228
|
+
default?: string;
|
|
229
|
+
};
|
|
214
230
|
}>>, {}>;
|
|
215
231
|
export default _sfc_main;
|
|
@@ -103,6 +103,14 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
103
103
|
type?: import("vue").PropType<number>;
|
|
104
104
|
default?: number;
|
|
105
105
|
};
|
|
106
|
+
requestParamsMode: {
|
|
107
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
108
|
+
default?: "1" | "2";
|
|
109
|
+
};
|
|
110
|
+
customRequestParams: {
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
113
|
+
};
|
|
106
114
|
}, {
|
|
107
115
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
108
116
|
myLink: import("vue").ComputedRef<string>;
|
|
@@ -211,6 +219,14 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
211
219
|
type?: import("vue").PropType<number>;
|
|
212
220
|
default?: number;
|
|
213
221
|
};
|
|
222
|
+
requestParamsMode: {
|
|
223
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
224
|
+
default?: "1" | "2";
|
|
225
|
+
};
|
|
226
|
+
customRequestParams: {
|
|
227
|
+
type?: import("vue").PropType<string>;
|
|
228
|
+
default?: string;
|
|
229
|
+
};
|
|
214
230
|
}>>, {}>> & Record<string, any>;
|
|
215
231
|
export default EcanIframe;
|
|
216
232
|
export * from './props';
|
|
@@ -109,4 +109,12 @@ export declare const iframeComponentProps: {
|
|
|
109
109
|
type?: import("vue").PropType<number>;
|
|
110
110
|
default?: number;
|
|
111
111
|
};
|
|
112
|
+
requestParamsMode: {
|
|
113
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
114
|
+
default?: "1" | "2";
|
|
115
|
+
};
|
|
116
|
+
customRequestParams: {
|
|
117
|
+
type?: import("vue").PropType<string>;
|
|
118
|
+
default?: string;
|
|
119
|
+
};
|
|
112
120
|
};
|
|
@@ -139,6 +139,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
139
139
|
type?: import("vue").PropType<number>;
|
|
140
140
|
default?: number;
|
|
141
141
|
};
|
|
142
|
+
requestParamsMode: {
|
|
143
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
144
|
+
default?: "1" | "2";
|
|
145
|
+
};
|
|
146
|
+
customRequestParams: {
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
149
|
+
};
|
|
142
150
|
}, {
|
|
143
151
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
152
|
myImgUrl: import("vue").ComputedRef<string>;
|
|
@@ -286,5 +294,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
286
294
|
type?: import("vue").PropType<number>;
|
|
287
295
|
default?: number;
|
|
288
296
|
};
|
|
297
|
+
requestParamsMode: {
|
|
298
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
299
|
+
default?: "1" | "2";
|
|
300
|
+
};
|
|
301
|
+
customRequestParams: {
|
|
302
|
+
type?: import("vue").PropType<string>;
|
|
303
|
+
default?: string;
|
|
304
|
+
};
|
|
289
305
|
}>>, {}>;
|
|
290
306
|
export default _sfc_main;
|