@ecan-bi/datav 1.3.68 → 1.3.70
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 +1728 -1708
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +18 -18
- 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 +20 -12
- package/types/container/border/index.d.ts +20 -12
- package/types/container/border/props.d.ts +10 -6
- package/types/container/circulate/Circulate.vue.d.ts +20 -12
- package/types/container/circulate/index.d.ts +20 -12
- package/types/container/circulate/props.d.ts +10 -6
- package/types/container/tabs/Tabs.vue.d.ts +20 -12
- package/types/container/tabs/index.d.ts +20 -12
- package/types/container/tabs/props.d.ts +10 -6
- package/types/control/button/Button.vue.d.ts +20 -12
- package/types/control/button/index.d.ts +20 -12
- package/types/control/button/props.d.ts +10 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +20 -12
- package/types/control/checkbox/index.d.ts +20 -12
- package/types/control/checkbox/props.d.ts +10 -6
- package/types/control/date-picker/DatePicker.vue.d.ts +20 -12
- package/types/control/date-picker/index.d.ts +20 -12
- package/types/control/date-picker/props.d.ts +10 -6
- package/types/control/input/Input.vue.d.ts +20 -12
- package/types/control/input/index.d.ts +20 -12
- package/types/control/input/props.d.ts +10 -6
- package/types/control/radio/Radio.vue.d.ts +20 -12
- package/types/control/radio/index.d.ts +20 -12
- package/types/control/radio/props.d.ts +10 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +20 -12
- package/types/control/range-picker/index.d.ts +20 -12
- package/types/control/range-picker/props.d.ts +10 -6
- package/types/control/select/Select.vue.d.ts +20 -12
- package/types/control/select/index.d.ts +20 -12
- package/types/control/select/props.d.ts +10 -6
- package/types/control/tree-select/TreeSelect.vue.d.ts +10 -6
- package/types/control/tree-select/index.d.ts +10 -6
- package/types/control/tree-select/props.d.ts +10 -6
- package/types/graph/bar/Bar.vue.d.ts +20 -12
- package/types/graph/bar/index.d.ts +20 -12
- package/types/graph/bar/props.d.ts +10 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +20 -12
- package/types/graph/combo-graph/index.d.ts +20 -12
- package/types/graph/combo-graph/props.d.ts +10 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +20 -12
- package/types/graph/custom-graph/index.d.ts +20 -12
- package/types/graph/custom-graph/props.d.ts +10 -6
- package/types/graph/line/Line.vue.d.ts +20 -12
- package/types/graph/line/index.d.ts +20 -12
- package/types/graph/line/props.d.ts +13 -9
- package/types/graph/pie/Pie.vue.d.ts +20 -12
- package/types/graph/pie/index.d.ts +20 -12
- package/types/graph/pie/props.d.ts +10 -6
- package/types/graph/radar/Radar.vue.d.ts +20 -12
- package/types/graph/radar/index.d.ts +20 -12
- package/types/graph/radar/props.d.ts +13 -9
- package/types/graph/scatter/Scatter.vue.d.ts +20 -12
- package/types/graph/scatter/index.d.ts +20 -12
- package/types/graph/scatter/props.d.ts +10 -6
- package/types/laboratory/data-select/DataSelect.vue.d.ts +20 -12
- package/types/laboratory/data-select/index.d.ts +20 -12
- package/types/laboratory/data-select/props.d.ts +10 -6
- package/types/map/map/Map.vue.d.ts +20 -12
- package/types/map/map/index.d.ts +20 -12
- package/types/map/map/props.d.ts +10 -6
- package/types/media/iframe/Iframe.vue.d.ts +20 -12
- package/types/media/iframe/index.d.ts +20 -12
- package/types/media/iframe/props.d.ts +10 -6
- package/types/media/image/Image.vue.d.ts +20 -12
- package/types/media/image/index.d.ts +20 -12
- package/types/media/image/props.d.ts +10 -6
- package/types/table/table/Table.vue.d.ts +20 -12
- package/types/table/table/index.d.ts +20 -12
- package/types/table/table/props.d.ts +10 -6
- package/types/text/counter/Counter.vue.d.ts +20 -12
- package/types/text/counter/index.d.ts +20 -12
- package/types/text/counter/props.d.ts +10 -6
- package/types/text/list/List.vue.d.ts +20 -12
- package/types/text/list/index.d.ts +20 -12
- package/types/text/list/props.d.ts +10 -6
- package/types/text/proportion/Proportion.vue.d.ts +20 -12
- package/types/text/proportion/index.d.ts +20 -12
- package/types/text/proportion/props.d.ts +10 -6
- package/types/text/text/Text.vue.d.ts +20 -12
- package/types/text/text/index.d.ts +20 -12
- package/types/text/text/props.d.ts +10 -6
- package/types/text/time-display/TimeDisplay.vue.d.ts +20 -12
- package/types/text/time-display/index.d.ts +20 -12
- package/types/text/time-display/props.d.ts +10 -6
- package/types/utils/props.d.ts +3 -3
|
@@ -454,12 +454,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
454
454
|
default?: import('../../utils/props').RequestMethod;
|
|
455
455
|
};
|
|
456
456
|
requestHeaders: {
|
|
457
|
-
type?: import("vue").PropType<
|
|
458
|
-
|
|
459
|
-
}>;
|
|
460
|
-
default?: {
|
|
461
|
-
[key: string]: any;
|
|
462
|
-
};
|
|
457
|
+
type?: import("vue").PropType<string>;
|
|
458
|
+
default?: string;
|
|
463
459
|
};
|
|
464
460
|
isOpenRequestTimer: {
|
|
465
461
|
type?: import("vue").PropType<boolean>;
|
|
@@ -485,6 +481,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
485
481
|
type?: import("vue").PropType<number>;
|
|
486
482
|
default?: number;
|
|
487
483
|
};
|
|
484
|
+
requestParamsMode: {
|
|
485
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
486
|
+
default?: "1" | "2";
|
|
487
|
+
};
|
|
488
|
+
customRequestParams: {
|
|
489
|
+
type?: import("vue").PropType<string>;
|
|
490
|
+
default?: string;
|
|
491
|
+
};
|
|
488
492
|
}, {
|
|
489
493
|
option: import("vue").ComputedRef<{
|
|
490
494
|
textStyle: {
|
|
@@ -1114,12 +1118,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1114
1118
|
default?: import('../../utils/props').RequestMethod;
|
|
1115
1119
|
};
|
|
1116
1120
|
requestHeaders: {
|
|
1117
|
-
type?: import("vue").PropType<
|
|
1118
|
-
|
|
1119
|
-
}>;
|
|
1120
|
-
default?: {
|
|
1121
|
-
[key: string]: any;
|
|
1122
|
-
};
|
|
1121
|
+
type?: import("vue").PropType<string>;
|
|
1122
|
+
default?: string;
|
|
1123
1123
|
};
|
|
1124
1124
|
isOpenRequestTimer: {
|
|
1125
1125
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1145,5 +1145,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1145
1145
|
type?: import("vue").PropType<number>;
|
|
1146
1146
|
default?: number;
|
|
1147
1147
|
};
|
|
1148
|
+
requestParamsMode: {
|
|
1149
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
1150
|
+
default?: "1" | "2";
|
|
1151
|
+
};
|
|
1152
|
+
customRequestParams: {
|
|
1153
|
+
type?: import("vue").PropType<string>;
|
|
1154
|
+
default?: string;
|
|
1155
|
+
};
|
|
1148
1156
|
}>>, {}>;
|
|
1149
1157
|
export default _sfc_main;
|
|
@@ -454,12 +454,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
454
454
|
default?: import("../../utils/props").RequestMethod;
|
|
455
455
|
};
|
|
456
456
|
requestHeaders: {
|
|
457
|
-
type?: import("vue").PropType<
|
|
458
|
-
|
|
459
|
-
}>;
|
|
460
|
-
default?: {
|
|
461
|
-
[key: string]: any;
|
|
462
|
-
};
|
|
457
|
+
type?: import("vue").PropType<string>;
|
|
458
|
+
default?: string;
|
|
463
459
|
};
|
|
464
460
|
isOpenRequestTimer: {
|
|
465
461
|
type?: import("vue").PropType<boolean>;
|
|
@@ -485,6 +481,14 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
485
481
|
type?: import("vue").PropType<number>;
|
|
486
482
|
default?: number;
|
|
487
483
|
};
|
|
484
|
+
requestParamsMode: {
|
|
485
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
486
|
+
default?: "1" | "2";
|
|
487
|
+
};
|
|
488
|
+
customRequestParams: {
|
|
489
|
+
type?: import("vue").PropType<string>;
|
|
490
|
+
default?: string;
|
|
491
|
+
};
|
|
488
492
|
}, {
|
|
489
493
|
option: import("vue").ComputedRef<{
|
|
490
494
|
textStyle: {
|
|
@@ -1114,12 +1118,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1114
1118
|
default?: import("../../utils/props").RequestMethod;
|
|
1115
1119
|
};
|
|
1116
1120
|
requestHeaders: {
|
|
1117
|
-
type?: import("vue").PropType<
|
|
1118
|
-
|
|
1119
|
-
}>;
|
|
1120
|
-
default?: {
|
|
1121
|
-
[key: string]: any;
|
|
1122
|
-
};
|
|
1121
|
+
type?: import("vue").PropType<string>;
|
|
1122
|
+
default?: string;
|
|
1123
1123
|
};
|
|
1124
1124
|
isOpenRequestTimer: {
|
|
1125
1125
|
type?: import("vue").PropType<boolean>;
|
|
@@ -1145,6 +1145,14 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1145
1145
|
type?: import("vue").PropType<number>;
|
|
1146
1146
|
default?: number;
|
|
1147
1147
|
};
|
|
1148
|
+
requestParamsMode: {
|
|
1149
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
1150
|
+
default?: "1" | "2";
|
|
1151
|
+
};
|
|
1152
|
+
customRequestParams: {
|
|
1153
|
+
type?: import("vue").PropType<string>;
|
|
1154
|
+
default?: string;
|
|
1155
|
+
};
|
|
1148
1156
|
}>>, {}>> & Record<string, any>;
|
|
1149
1157
|
export default EcanLine;
|
|
1150
1158
|
export * from './props';
|
|
@@ -217,15 +217,15 @@ export declare const lineProps: {
|
|
|
217
217
|
events: import('../../utils/props').Events;
|
|
218
218
|
requestUrl: string;
|
|
219
219
|
requestMethod: import('../../utils/props').RequestMethod;
|
|
220
|
-
requestHeaders:
|
|
221
|
-
[key: string]: any;
|
|
222
|
-
};
|
|
220
|
+
requestHeaders: string;
|
|
223
221
|
isOpenRequestTimer: boolean;
|
|
224
222
|
requestInterval: number;
|
|
225
223
|
requestParams: import('../../utils/props').RequestParams;
|
|
226
224
|
requestSort: number;
|
|
227
225
|
dataType: "indicator" | "static" | "request";
|
|
228
226
|
scale?: number;
|
|
227
|
+
requestParamsMode: "1" | "2";
|
|
228
|
+
customRequestParams: string;
|
|
229
229
|
};
|
|
230
230
|
export declare const lineComponentProps: {
|
|
231
231
|
id: {
|
|
@@ -683,12 +683,8 @@ export declare const lineComponentProps: {
|
|
|
683
683
|
default?: import('../../utils/props').RequestMethod;
|
|
684
684
|
};
|
|
685
685
|
requestHeaders: {
|
|
686
|
-
type?: import("vue").PropType<
|
|
687
|
-
|
|
688
|
-
}>;
|
|
689
|
-
default?: {
|
|
690
|
-
[key: string]: any;
|
|
691
|
-
};
|
|
686
|
+
type?: import("vue").PropType<string>;
|
|
687
|
+
default?: string;
|
|
692
688
|
};
|
|
693
689
|
isOpenRequestTimer: {
|
|
694
690
|
type?: import("vue").PropType<boolean>;
|
|
@@ -714,5 +710,13 @@ export declare const lineComponentProps: {
|
|
|
714
710
|
type?: import("vue").PropType<number>;
|
|
715
711
|
default?: number;
|
|
716
712
|
};
|
|
713
|
+
requestParamsMode: {
|
|
714
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
715
|
+
default?: "1" | "2";
|
|
716
|
+
};
|
|
717
|
+
customRequestParams: {
|
|
718
|
+
type?: import("vue").PropType<string>;
|
|
719
|
+
default?: string;
|
|
720
|
+
};
|
|
717
721
|
};
|
|
718
722
|
export declare const lineEvents: string[];
|
|
@@ -337,12 +337,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
337
337
|
default?: import('../../utils/props').RequestMethod;
|
|
338
338
|
};
|
|
339
339
|
requestHeaders: {
|
|
340
|
-
type?: import("vue").PropType<
|
|
341
|
-
|
|
342
|
-
}>;
|
|
343
|
-
default?: {
|
|
344
|
-
[key: string]: any;
|
|
345
|
-
};
|
|
340
|
+
type?: import("vue").PropType<string>;
|
|
341
|
+
default?: string;
|
|
346
342
|
};
|
|
347
343
|
isOpenRequestTimer: {
|
|
348
344
|
type?: import("vue").PropType<boolean>;
|
|
@@ -368,6 +364,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
368
364
|
type?: import("vue").PropType<number>;
|
|
369
365
|
default?: number;
|
|
370
366
|
};
|
|
367
|
+
requestParamsMode: {
|
|
368
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
369
|
+
default?: "1" | "2";
|
|
370
|
+
};
|
|
371
|
+
customRequestParams: {
|
|
372
|
+
type?: import("vue").PropType<string>;
|
|
373
|
+
default?: string;
|
|
374
|
+
};
|
|
371
375
|
}, {
|
|
372
376
|
option: import("vue").ComputedRef<{
|
|
373
377
|
textStyle: {
|
|
@@ -805,12 +809,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
805
809
|
default?: import('../../utils/props').RequestMethod;
|
|
806
810
|
};
|
|
807
811
|
requestHeaders: {
|
|
808
|
-
type?: import("vue").PropType<
|
|
809
|
-
|
|
810
|
-
}>;
|
|
811
|
-
default?: {
|
|
812
|
-
[key: string]: any;
|
|
813
|
-
};
|
|
812
|
+
type?: import("vue").PropType<string>;
|
|
813
|
+
default?: string;
|
|
814
814
|
};
|
|
815
815
|
isOpenRequestTimer: {
|
|
816
816
|
type?: import("vue").PropType<boolean>;
|
|
@@ -836,5 +836,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
836
836
|
type?: import("vue").PropType<number>;
|
|
837
837
|
default?: number;
|
|
838
838
|
};
|
|
839
|
+
requestParamsMode: {
|
|
840
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
841
|
+
default?: "1" | "2";
|
|
842
|
+
};
|
|
843
|
+
customRequestParams: {
|
|
844
|
+
type?: import("vue").PropType<string>;
|
|
845
|
+
default?: string;
|
|
846
|
+
};
|
|
839
847
|
}>>, {}>;
|
|
840
848
|
export default _sfc_main;
|
|
@@ -336,12 +336,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
336
336
|
default?: import("../../utils/props").RequestMethod;
|
|
337
337
|
};
|
|
338
338
|
requestHeaders: {
|
|
339
|
-
type?: import("vue").PropType<
|
|
340
|
-
|
|
341
|
-
}>;
|
|
342
|
-
default?: {
|
|
343
|
-
[key: string]: any;
|
|
344
|
-
};
|
|
339
|
+
type?: import("vue").PropType<string>;
|
|
340
|
+
default?: string;
|
|
345
341
|
};
|
|
346
342
|
isOpenRequestTimer: {
|
|
347
343
|
type?: import("vue").PropType<boolean>;
|
|
@@ -367,6 +363,14 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
367
363
|
type?: import("vue").PropType<number>;
|
|
368
364
|
default?: number;
|
|
369
365
|
};
|
|
366
|
+
requestParamsMode: {
|
|
367
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
368
|
+
default?: "1" | "2";
|
|
369
|
+
};
|
|
370
|
+
customRequestParams: {
|
|
371
|
+
type?: import("vue").PropType<string>;
|
|
372
|
+
default?: string;
|
|
373
|
+
};
|
|
370
374
|
}, {
|
|
371
375
|
option: import("vue").ComputedRef<{
|
|
372
376
|
textStyle: {
|
|
@@ -804,12 +808,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
804
808
|
default?: import("../../utils/props").RequestMethod;
|
|
805
809
|
};
|
|
806
810
|
requestHeaders: {
|
|
807
|
-
type?: import("vue").PropType<
|
|
808
|
-
|
|
809
|
-
}>;
|
|
810
|
-
default?: {
|
|
811
|
-
[key: string]: any;
|
|
812
|
-
};
|
|
811
|
+
type?: import("vue").PropType<string>;
|
|
812
|
+
default?: string;
|
|
813
813
|
};
|
|
814
814
|
isOpenRequestTimer: {
|
|
815
815
|
type?: import("vue").PropType<boolean>;
|
|
@@ -835,6 +835,14 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
835
835
|
type?: import("vue").PropType<number>;
|
|
836
836
|
default?: number;
|
|
837
837
|
};
|
|
838
|
+
requestParamsMode: {
|
|
839
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
840
|
+
default?: "1" | "2";
|
|
841
|
+
};
|
|
842
|
+
customRequestParams: {
|
|
843
|
+
type?: import("vue").PropType<string>;
|
|
844
|
+
default?: string;
|
|
845
|
+
};
|
|
838
846
|
}>>, {}>> & Record<string, any>;
|
|
839
847
|
export default EcanPie;
|
|
840
848
|
export * from './props';
|
|
@@ -409,12 +409,8 @@ export declare const pieComponentProps: {
|
|
|
409
409
|
default?: import('../../utils/props').RequestMethod;
|
|
410
410
|
};
|
|
411
411
|
requestHeaders: {
|
|
412
|
-
type?: import("vue").PropType<
|
|
413
|
-
|
|
414
|
-
}>;
|
|
415
|
-
default?: {
|
|
416
|
-
[key: string]: any;
|
|
417
|
-
};
|
|
412
|
+
type?: import("vue").PropType<string>;
|
|
413
|
+
default?: string;
|
|
418
414
|
};
|
|
419
415
|
isOpenRequestTimer: {
|
|
420
416
|
type?: import("vue").PropType<boolean>;
|
|
@@ -440,5 +436,13 @@ export declare const pieComponentProps: {
|
|
|
440
436
|
type?: import("vue").PropType<number>;
|
|
441
437
|
default?: number;
|
|
442
438
|
};
|
|
439
|
+
requestParamsMode: {
|
|
440
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
441
|
+
default?: "1" | "2";
|
|
442
|
+
};
|
|
443
|
+
customRequestParams: {
|
|
444
|
+
type?: import("vue").PropType<string>;
|
|
445
|
+
default?: string;
|
|
446
|
+
};
|
|
443
447
|
};
|
|
444
448
|
export declare const pieEvents: Array<string>;
|
|
@@ -314,12 +314,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
314
314
|
default?: import('../../utils/props').RequestMethod;
|
|
315
315
|
};
|
|
316
316
|
requestHeaders: {
|
|
317
|
-
type?: import("vue").PropType<
|
|
318
|
-
|
|
319
|
-
}>;
|
|
320
|
-
default?: {
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
};
|
|
317
|
+
type?: import("vue").PropType<string>;
|
|
318
|
+
default?: string;
|
|
323
319
|
};
|
|
324
320
|
isOpenRequestTimer: {
|
|
325
321
|
type?: import("vue").PropType<boolean>;
|
|
@@ -345,6 +341,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
345
341
|
type?: import("vue").PropType<number>;
|
|
346
342
|
default?: number;
|
|
347
343
|
};
|
|
344
|
+
requestParamsMode: {
|
|
345
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
346
|
+
default?: "1" | "2";
|
|
347
|
+
};
|
|
348
|
+
customRequestParams: {
|
|
349
|
+
type?: import("vue").PropType<string>;
|
|
350
|
+
default?: string;
|
|
351
|
+
};
|
|
348
352
|
}, {
|
|
349
353
|
option: import("vue").ComputedRef<{
|
|
350
354
|
textStyle: {
|
|
@@ -754,12 +758,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
754
758
|
default?: import('../../utils/props').RequestMethod;
|
|
755
759
|
};
|
|
756
760
|
requestHeaders: {
|
|
757
|
-
type?: import("vue").PropType<
|
|
758
|
-
|
|
759
|
-
}>;
|
|
760
|
-
default?: {
|
|
761
|
-
[key: string]: any;
|
|
762
|
-
};
|
|
761
|
+
type?: import("vue").PropType<string>;
|
|
762
|
+
default?: string;
|
|
763
763
|
};
|
|
764
764
|
isOpenRequestTimer: {
|
|
765
765
|
type?: import("vue").PropType<boolean>;
|
|
@@ -785,5 +785,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
785
785
|
type?: import("vue").PropType<number>;
|
|
786
786
|
default?: number;
|
|
787
787
|
};
|
|
788
|
+
requestParamsMode: {
|
|
789
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
790
|
+
default?: "1" | "2";
|
|
791
|
+
};
|
|
792
|
+
customRequestParams: {
|
|
793
|
+
type?: import("vue").PropType<string>;
|
|
794
|
+
default?: string;
|
|
795
|
+
};
|
|
788
796
|
}>>, {}>;
|
|
789
797
|
export default _sfc_main;
|
|
@@ -314,12 +314,8 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
314
314
|
default?: import("../../utils/props").RequestMethod;
|
|
315
315
|
};
|
|
316
316
|
requestHeaders: {
|
|
317
|
-
type?: import("vue").PropType<
|
|
318
|
-
|
|
319
|
-
}>;
|
|
320
|
-
default?: {
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
};
|
|
317
|
+
type?: import("vue").PropType<string>;
|
|
318
|
+
default?: string;
|
|
323
319
|
};
|
|
324
320
|
isOpenRequestTimer: {
|
|
325
321
|
type?: import("vue").PropType<boolean>;
|
|
@@ -345,6 +341,14 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
345
341
|
type?: import("vue").PropType<number>;
|
|
346
342
|
default?: number;
|
|
347
343
|
};
|
|
344
|
+
requestParamsMode: {
|
|
345
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
346
|
+
default?: "1" | "2";
|
|
347
|
+
};
|
|
348
|
+
customRequestParams: {
|
|
349
|
+
type?: import("vue").PropType<string>;
|
|
350
|
+
default?: string;
|
|
351
|
+
};
|
|
348
352
|
}, {
|
|
349
353
|
option: import("vue").ComputedRef<{
|
|
350
354
|
textStyle: {
|
|
@@ -754,12 +758,8 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
754
758
|
default?: import("../../utils/props").RequestMethod;
|
|
755
759
|
};
|
|
756
760
|
requestHeaders: {
|
|
757
|
-
type?: import("vue").PropType<
|
|
758
|
-
|
|
759
|
-
}>;
|
|
760
|
-
default?: {
|
|
761
|
-
[key: string]: any;
|
|
762
|
-
};
|
|
761
|
+
type?: import("vue").PropType<string>;
|
|
762
|
+
default?: string;
|
|
763
763
|
};
|
|
764
764
|
isOpenRequestTimer: {
|
|
765
765
|
type?: import("vue").PropType<boolean>;
|
|
@@ -785,6 +785,14 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
785
785
|
type?: import("vue").PropType<number>;
|
|
786
786
|
default?: number;
|
|
787
787
|
};
|
|
788
|
+
requestParamsMode: {
|
|
789
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
790
|
+
default?: "1" | "2";
|
|
791
|
+
};
|
|
792
|
+
customRequestParams: {
|
|
793
|
+
type?: import("vue").PropType<string>;
|
|
794
|
+
default?: string;
|
|
795
|
+
};
|
|
788
796
|
}>>, {}>> & Record<string, any>;
|
|
789
797
|
export default EcanRadar;
|
|
790
798
|
export * from './props';
|
|
@@ -145,15 +145,15 @@ export declare const radarProps: {
|
|
|
145
145
|
events: import('../../utils/props').Events;
|
|
146
146
|
requestUrl: string;
|
|
147
147
|
requestMethod: import('../../utils/props').RequestMethod;
|
|
148
|
-
requestHeaders:
|
|
149
|
-
[key: string]: any;
|
|
150
|
-
};
|
|
148
|
+
requestHeaders: string;
|
|
151
149
|
isOpenRequestTimer: boolean;
|
|
152
150
|
requestInterval: number;
|
|
153
151
|
requestParams: import('../../utils/props').RequestParams;
|
|
154
152
|
requestSort: number;
|
|
155
153
|
dataType: "indicator" | "static" | "request";
|
|
156
154
|
scale?: number;
|
|
155
|
+
requestParamsMode: "1" | "2";
|
|
156
|
+
customRequestParams: string;
|
|
157
157
|
};
|
|
158
158
|
export declare const radarComponentProps: {
|
|
159
159
|
id: {
|
|
@@ -471,12 +471,8 @@ export declare const radarComponentProps: {
|
|
|
471
471
|
default?: import('../../utils/props').RequestMethod;
|
|
472
472
|
};
|
|
473
473
|
requestHeaders: {
|
|
474
|
-
type?: import("vue").PropType<
|
|
475
|
-
|
|
476
|
-
}>;
|
|
477
|
-
default?: {
|
|
478
|
-
[key: string]: any;
|
|
479
|
-
};
|
|
474
|
+
type?: import("vue").PropType<string>;
|
|
475
|
+
default?: string;
|
|
480
476
|
};
|
|
481
477
|
isOpenRequestTimer: {
|
|
482
478
|
type?: import("vue").PropType<boolean>;
|
|
@@ -502,5 +498,13 @@ export declare const radarComponentProps: {
|
|
|
502
498
|
type?: import("vue").PropType<number>;
|
|
503
499
|
default?: number;
|
|
504
500
|
};
|
|
501
|
+
requestParamsMode: {
|
|
502
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
503
|
+
default?: "1" | "2";
|
|
504
|
+
};
|
|
505
|
+
customRequestParams: {
|
|
506
|
+
type?: import("vue").PropType<string>;
|
|
507
|
+
default?: string;
|
|
508
|
+
};
|
|
505
509
|
};
|
|
506
510
|
export declare const radarEvents: string[];
|
|
@@ -374,12 +374,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
374
374
|
default?: import("../../utils/props").RequestMethod;
|
|
375
375
|
};
|
|
376
376
|
requestHeaders: {
|
|
377
|
-
type?: import("vue").PropType<
|
|
378
|
-
|
|
379
|
-
}>;
|
|
380
|
-
default?: {
|
|
381
|
-
[key: string]: any;
|
|
382
|
-
};
|
|
377
|
+
type?: import("vue").PropType<string>;
|
|
378
|
+
default?: string;
|
|
383
379
|
};
|
|
384
380
|
isOpenRequestTimer: {
|
|
385
381
|
type?: import("vue").PropType<boolean>;
|
|
@@ -405,6 +401,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
405
401
|
type?: import("vue").PropType<number>;
|
|
406
402
|
default?: number;
|
|
407
403
|
};
|
|
404
|
+
requestParamsMode: {
|
|
405
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
406
|
+
default?: "1" | "2";
|
|
407
|
+
};
|
|
408
|
+
customRequestParams: {
|
|
409
|
+
type?: import("vue").PropType<string>;
|
|
410
|
+
default?: string;
|
|
411
|
+
};
|
|
408
412
|
}, {
|
|
409
413
|
option: import("vue").ComputedRef<{
|
|
410
414
|
textStyle: {
|
|
@@ -956,12 +960,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
956
960
|
default?: import("../../utils/props").RequestMethod;
|
|
957
961
|
};
|
|
958
962
|
requestHeaders: {
|
|
959
|
-
type?: import("vue").PropType<
|
|
960
|
-
|
|
961
|
-
}>;
|
|
962
|
-
default?: {
|
|
963
|
-
[key: string]: any;
|
|
964
|
-
};
|
|
963
|
+
type?: import("vue").PropType<string>;
|
|
964
|
+
default?: string;
|
|
965
965
|
};
|
|
966
966
|
isOpenRequestTimer: {
|
|
967
967
|
type?: import("vue").PropType<boolean>;
|
|
@@ -987,5 +987,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
987
987
|
type?: import("vue").PropType<number>;
|
|
988
988
|
default?: number;
|
|
989
989
|
};
|
|
990
|
+
requestParamsMode: {
|
|
991
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
992
|
+
default?: "1" | "2";
|
|
993
|
+
};
|
|
994
|
+
customRequestParams: {
|
|
995
|
+
type?: import("vue").PropType<string>;
|
|
996
|
+
default?: string;
|
|
997
|
+
};
|
|
990
998
|
}>>, {}>;
|
|
991
999
|
export default _sfc_main;
|
|
@@ -374,12 +374,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
374
374
|
default?: import("../../utils/props").RequestMethod;
|
|
375
375
|
};
|
|
376
376
|
requestHeaders: {
|
|
377
|
-
type?: import("vue").PropType<
|
|
378
|
-
|
|
379
|
-
}>;
|
|
380
|
-
default?: {
|
|
381
|
-
[key: string]: any;
|
|
382
|
-
};
|
|
377
|
+
type?: import("vue").PropType<string>;
|
|
378
|
+
default?: string;
|
|
383
379
|
};
|
|
384
380
|
isOpenRequestTimer: {
|
|
385
381
|
type?: import("vue").PropType<boolean>;
|
|
@@ -405,6 +401,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
405
401
|
type?: import("vue").PropType<number>;
|
|
406
402
|
default?: number;
|
|
407
403
|
};
|
|
404
|
+
requestParamsMode: {
|
|
405
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
406
|
+
default?: "1" | "2";
|
|
407
|
+
};
|
|
408
|
+
customRequestParams: {
|
|
409
|
+
type?: import("vue").PropType<string>;
|
|
410
|
+
default?: string;
|
|
411
|
+
};
|
|
408
412
|
}, {
|
|
409
413
|
option: import("vue").ComputedRef<{
|
|
410
414
|
textStyle: {
|
|
@@ -956,12 +960,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
956
960
|
default?: import("../../utils/props").RequestMethod;
|
|
957
961
|
};
|
|
958
962
|
requestHeaders: {
|
|
959
|
-
type?: import("vue").PropType<
|
|
960
|
-
|
|
961
|
-
}>;
|
|
962
|
-
default?: {
|
|
963
|
-
[key: string]: any;
|
|
964
|
-
};
|
|
963
|
+
type?: import("vue").PropType<string>;
|
|
964
|
+
default?: string;
|
|
965
965
|
};
|
|
966
966
|
isOpenRequestTimer: {
|
|
967
967
|
type?: import("vue").PropType<boolean>;
|
|
@@ -987,6 +987,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
987
987
|
type?: import("vue").PropType<number>;
|
|
988
988
|
default?: number;
|
|
989
989
|
};
|
|
990
|
+
requestParamsMode: {
|
|
991
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
992
|
+
default?: "1" | "2";
|
|
993
|
+
};
|
|
994
|
+
customRequestParams: {
|
|
995
|
+
type?: import("vue").PropType<string>;
|
|
996
|
+
default?: string;
|
|
997
|
+
};
|
|
990
998
|
}>>, {}>> & Record<string, any>;
|
|
991
999
|
export default EcanScatter;
|
|
992
1000
|
export * from './props';
|
|
@@ -461,12 +461,8 @@ export declare const scatterComponentProps: {
|
|
|
461
461
|
default?: import('../../utils/props').RequestMethod;
|
|
462
462
|
};
|
|
463
463
|
requestHeaders: {
|
|
464
|
-
type?: import("vue").PropType<
|
|
465
|
-
|
|
466
|
-
}>;
|
|
467
|
-
default?: {
|
|
468
|
-
[key: string]: any;
|
|
469
|
-
};
|
|
464
|
+
type?: import("vue").PropType<string>;
|
|
465
|
+
default?: string;
|
|
470
466
|
};
|
|
471
467
|
isOpenRequestTimer: {
|
|
472
468
|
type?: import("vue").PropType<boolean>;
|
|
@@ -492,5 +488,13 @@ export declare const scatterComponentProps: {
|
|
|
492
488
|
type?: import("vue").PropType<number>;
|
|
493
489
|
default?: number;
|
|
494
490
|
};
|
|
491
|
+
requestParamsMode: {
|
|
492
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
493
|
+
default?: "1" | "2";
|
|
494
|
+
};
|
|
495
|
+
customRequestParams: {
|
|
496
|
+
type?: import("vue").PropType<string>;
|
|
497
|
+
default?: string;
|
|
498
|
+
};
|
|
495
499
|
};
|
|
496
500
|
export declare const scatterEvents: string[];
|