@ecan-bi/datav 1.3.77 → 1.3.78
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 +6031 -5839
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- 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/index.d.ts +1 -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/container/template/Template.vue.d.ts +262 -0
- package/types/container/template/index.d.ts +263 -0
- package/types/container/template/props.d.ts +140 -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 +52 -0
- package/types/graph/scatter/index.d.ts +52 -0
- package/types/graph/scatter/props.d.ts +28 -0
- 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/setting/page-config/PageConfig.vue.d.ts +11 -1
- package/types/setting/page-config/index.d.ts +11 -1
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +19 -1
- package/types/setting/provider-config/index.d.ts +19 -1
- package/types/setting/provider-config/props.d.ts +6 -1
- 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 +25 -0
- package/types/text/text/index.d.ts +25 -0
- package/types/text/text/props.d.ts +13 -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
- package/types/utils/util.d.ts +1 -0
|
@@ -349,6 +349,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
349
349
|
type?: import("vue").PropType<string>;
|
|
350
350
|
default?: string;
|
|
351
351
|
};
|
|
352
|
+
dataSetParam?: {
|
|
353
|
+
type?: import("vue").PropType<any>;
|
|
354
|
+
default?: any;
|
|
355
|
+
};
|
|
356
|
+
requestType?: {
|
|
357
|
+
type?: import("vue").PropType<any>;
|
|
358
|
+
default?: any;
|
|
359
|
+
};
|
|
352
360
|
}, {
|
|
353
361
|
option: import("vue").ComputedRef<{
|
|
354
362
|
textStyle: {
|
|
@@ -793,5 +801,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
793
801
|
type?: import("vue").PropType<string>;
|
|
794
802
|
default?: string;
|
|
795
803
|
};
|
|
804
|
+
dataSetParam?: {
|
|
805
|
+
type?: import("vue").PropType<any>;
|
|
806
|
+
default?: any;
|
|
807
|
+
};
|
|
808
|
+
requestType?: {
|
|
809
|
+
type?: import("vue").PropType<any>;
|
|
810
|
+
default?: any;
|
|
811
|
+
};
|
|
796
812
|
}>>, {}>;
|
|
797
813
|
export default _sfc_main;
|
|
@@ -349,6 +349,14 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
349
349
|
type?: import("vue").PropType<string>;
|
|
350
350
|
default?: string;
|
|
351
351
|
};
|
|
352
|
+
dataSetParam?: {
|
|
353
|
+
type?: import("vue").PropType<any>;
|
|
354
|
+
default?: any;
|
|
355
|
+
};
|
|
356
|
+
requestType?: {
|
|
357
|
+
type?: import("vue").PropType<any>;
|
|
358
|
+
default?: any;
|
|
359
|
+
};
|
|
352
360
|
}, {
|
|
353
361
|
option: import("vue").ComputedRef<{
|
|
354
362
|
textStyle: {
|
|
@@ -793,6 +801,14 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
793
801
|
type?: import("vue").PropType<string>;
|
|
794
802
|
default?: string;
|
|
795
803
|
};
|
|
804
|
+
dataSetParam?: {
|
|
805
|
+
type?: import("vue").PropType<any>;
|
|
806
|
+
default?: any;
|
|
807
|
+
};
|
|
808
|
+
requestType?: {
|
|
809
|
+
type?: import("vue").PropType<any>;
|
|
810
|
+
default?: any;
|
|
811
|
+
};
|
|
796
812
|
}>>, {}>> & Record<string, any>;
|
|
797
813
|
export default EcanRadar;
|
|
798
814
|
export * from './props';
|
|
@@ -154,6 +154,8 @@ export declare const radarProps: {
|
|
|
154
154
|
scale?: number;
|
|
155
155
|
requestParamsMode: "1" | "2";
|
|
156
156
|
customRequestParams: string;
|
|
157
|
+
dataSetParam?: any;
|
|
158
|
+
requestType?: any;
|
|
157
159
|
};
|
|
158
160
|
export declare const radarComponentProps: {
|
|
159
161
|
id: {
|
|
@@ -506,5 +508,13 @@ export declare const radarComponentProps: {
|
|
|
506
508
|
type?: import("vue").PropType<string>;
|
|
507
509
|
default?: string;
|
|
508
510
|
};
|
|
511
|
+
dataSetParam?: {
|
|
512
|
+
type?: import("vue").PropType<any>;
|
|
513
|
+
default?: any;
|
|
514
|
+
};
|
|
515
|
+
requestType?: {
|
|
516
|
+
type?: import("vue").PropType<any>;
|
|
517
|
+
default?: any;
|
|
518
|
+
};
|
|
509
519
|
};
|
|
510
520
|
export declare const radarEvents: string[];
|
|
@@ -309,6 +309,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
309
309
|
[key: string]: any;
|
|
310
310
|
}[];
|
|
311
311
|
};
|
|
312
|
+
xAxisMax: {
|
|
313
|
+
type?: import("vue").PropType<number>;
|
|
314
|
+
default?: number;
|
|
315
|
+
};
|
|
316
|
+
xAxisMin: {
|
|
317
|
+
type?: import("vue").PropType<number>;
|
|
318
|
+
default?: number;
|
|
319
|
+
};
|
|
320
|
+
yAxisMax: {
|
|
321
|
+
type?: import("vue").PropType<number>;
|
|
322
|
+
default?: number;
|
|
323
|
+
};
|
|
324
|
+
yAxisMin: {
|
|
325
|
+
type?: import("vue").PropType<number>;
|
|
326
|
+
default?: number;
|
|
327
|
+
};
|
|
312
328
|
id: {
|
|
313
329
|
type?: import("vue").PropType<string>;
|
|
314
330
|
default?: string;
|
|
@@ -409,6 +425,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
409
425
|
type?: import("vue").PropType<string>;
|
|
410
426
|
default?: string;
|
|
411
427
|
};
|
|
428
|
+
dataSetParam?: {
|
|
429
|
+
type?: import("vue").PropType<any>;
|
|
430
|
+
default?: any;
|
|
431
|
+
};
|
|
432
|
+
requestType?: {
|
|
433
|
+
type?: import("vue").PropType<any>;
|
|
434
|
+
default?: any;
|
|
435
|
+
};
|
|
412
436
|
}, {
|
|
413
437
|
option: import("vue").ComputedRef<{
|
|
414
438
|
textStyle: {
|
|
@@ -499,6 +523,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
499
523
|
align: string;
|
|
500
524
|
};
|
|
501
525
|
inverse: boolean;
|
|
526
|
+
max: number;
|
|
527
|
+
min: number;
|
|
502
528
|
};
|
|
503
529
|
yAxis: {
|
|
504
530
|
z: number;
|
|
@@ -538,6 +564,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
538
564
|
align: string;
|
|
539
565
|
};
|
|
540
566
|
inverse: boolean;
|
|
567
|
+
max: number;
|
|
568
|
+
min: number;
|
|
541
569
|
};
|
|
542
570
|
tooltip: {
|
|
543
571
|
show: boolean;
|
|
@@ -899,6 +927,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
899
927
|
[key: string]: any;
|
|
900
928
|
}[];
|
|
901
929
|
};
|
|
930
|
+
xAxisMax: {
|
|
931
|
+
type?: import("vue").PropType<number>;
|
|
932
|
+
default?: number;
|
|
933
|
+
};
|
|
934
|
+
xAxisMin: {
|
|
935
|
+
type?: import("vue").PropType<number>;
|
|
936
|
+
default?: number;
|
|
937
|
+
};
|
|
938
|
+
yAxisMax: {
|
|
939
|
+
type?: import("vue").PropType<number>;
|
|
940
|
+
default?: number;
|
|
941
|
+
};
|
|
942
|
+
yAxisMin: {
|
|
943
|
+
type?: import("vue").PropType<number>;
|
|
944
|
+
default?: number;
|
|
945
|
+
};
|
|
902
946
|
id: {
|
|
903
947
|
type?: import("vue").PropType<string>;
|
|
904
948
|
default?: string;
|
|
@@ -999,5 +1043,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
999
1043
|
type?: import("vue").PropType<string>;
|
|
1000
1044
|
default?: string;
|
|
1001
1045
|
};
|
|
1046
|
+
dataSetParam?: {
|
|
1047
|
+
type?: import("vue").PropType<any>;
|
|
1048
|
+
default?: any;
|
|
1049
|
+
};
|
|
1050
|
+
requestType?: {
|
|
1051
|
+
type?: import("vue").PropType<any>;
|
|
1052
|
+
default?: any;
|
|
1053
|
+
};
|
|
1002
1054
|
}>>, {}>;
|
|
1003
1055
|
export default _sfc_main;
|
|
@@ -309,6 +309,22 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
309
309
|
[key: string]: any;
|
|
310
310
|
}[];
|
|
311
311
|
};
|
|
312
|
+
xAxisMax: {
|
|
313
|
+
type?: import("vue").PropType<number>;
|
|
314
|
+
default?: number;
|
|
315
|
+
};
|
|
316
|
+
xAxisMin: {
|
|
317
|
+
type?: import("vue").PropType<number>;
|
|
318
|
+
default?: number;
|
|
319
|
+
};
|
|
320
|
+
yAxisMax: {
|
|
321
|
+
type?: import("vue").PropType<number>;
|
|
322
|
+
default?: number;
|
|
323
|
+
};
|
|
324
|
+
yAxisMin: {
|
|
325
|
+
type?: import("vue").PropType<number>;
|
|
326
|
+
default?: number;
|
|
327
|
+
};
|
|
312
328
|
id: {
|
|
313
329
|
type?: import("vue").PropType<string>;
|
|
314
330
|
default?: string;
|
|
@@ -409,6 +425,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
409
425
|
type?: import("vue").PropType<string>;
|
|
410
426
|
default?: string;
|
|
411
427
|
};
|
|
428
|
+
dataSetParam?: {
|
|
429
|
+
type?: import("vue").PropType<any>;
|
|
430
|
+
default?: any;
|
|
431
|
+
};
|
|
432
|
+
requestType?: {
|
|
433
|
+
type?: import("vue").PropType<any>;
|
|
434
|
+
default?: any;
|
|
435
|
+
};
|
|
412
436
|
}, {
|
|
413
437
|
option: import("vue").ComputedRef<{
|
|
414
438
|
textStyle: {
|
|
@@ -499,6 +523,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
499
523
|
align: string;
|
|
500
524
|
};
|
|
501
525
|
inverse: boolean;
|
|
526
|
+
max: number;
|
|
527
|
+
min: number;
|
|
502
528
|
};
|
|
503
529
|
yAxis: {
|
|
504
530
|
z: number;
|
|
@@ -538,6 +564,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
538
564
|
align: string;
|
|
539
565
|
};
|
|
540
566
|
inverse: boolean;
|
|
567
|
+
max: number;
|
|
568
|
+
min: number;
|
|
541
569
|
};
|
|
542
570
|
tooltip: {
|
|
543
571
|
show: boolean;
|
|
@@ -899,6 +927,22 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
899
927
|
[key: string]: any;
|
|
900
928
|
}[];
|
|
901
929
|
};
|
|
930
|
+
xAxisMax: {
|
|
931
|
+
type?: import("vue").PropType<number>;
|
|
932
|
+
default?: number;
|
|
933
|
+
};
|
|
934
|
+
xAxisMin: {
|
|
935
|
+
type?: import("vue").PropType<number>;
|
|
936
|
+
default?: number;
|
|
937
|
+
};
|
|
938
|
+
yAxisMax: {
|
|
939
|
+
type?: import("vue").PropType<number>;
|
|
940
|
+
default?: number;
|
|
941
|
+
};
|
|
942
|
+
yAxisMin: {
|
|
943
|
+
type?: import("vue").PropType<number>;
|
|
944
|
+
default?: number;
|
|
945
|
+
};
|
|
902
946
|
id: {
|
|
903
947
|
type?: import("vue").PropType<string>;
|
|
904
948
|
default?: string;
|
|
@@ -999,6 +1043,14 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
999
1043
|
type?: import("vue").PropType<string>;
|
|
1000
1044
|
default?: string;
|
|
1001
1045
|
};
|
|
1046
|
+
dataSetParam?: {
|
|
1047
|
+
type?: import("vue").PropType<any>;
|
|
1048
|
+
default?: any;
|
|
1049
|
+
};
|
|
1050
|
+
requestType?: {
|
|
1051
|
+
type?: import("vue").PropType<any>;
|
|
1052
|
+
default?: any;
|
|
1053
|
+
};
|
|
1002
1054
|
}>>, {}>> & Record<string, any>;
|
|
1003
1055
|
export default EcanScatter;
|
|
1004
1056
|
export * from './props';
|
|
@@ -83,6 +83,10 @@ export interface ScatterProps extends Props {
|
|
|
83
83
|
axisMarkArea: {
|
|
84
84
|
[key: string]: any;
|
|
85
85
|
}[];
|
|
86
|
+
xAxisMax: number;
|
|
87
|
+
xAxisMin: number;
|
|
88
|
+
yAxisMax: number;
|
|
89
|
+
yAxisMin: number;
|
|
86
90
|
}
|
|
87
91
|
export declare const scatterProps: ScatterProps;
|
|
88
92
|
export declare const scatterComponentProps: {
|
|
@@ -396,6 +400,22 @@ export declare const scatterComponentProps: {
|
|
|
396
400
|
[key: string]: any;
|
|
397
401
|
}[];
|
|
398
402
|
};
|
|
403
|
+
xAxisMax: {
|
|
404
|
+
type?: import("vue").PropType<number>;
|
|
405
|
+
default?: number;
|
|
406
|
+
};
|
|
407
|
+
xAxisMin: {
|
|
408
|
+
type?: import("vue").PropType<number>;
|
|
409
|
+
default?: number;
|
|
410
|
+
};
|
|
411
|
+
yAxisMax: {
|
|
412
|
+
type?: import("vue").PropType<number>;
|
|
413
|
+
default?: number;
|
|
414
|
+
};
|
|
415
|
+
yAxisMin: {
|
|
416
|
+
type?: import("vue").PropType<number>;
|
|
417
|
+
default?: number;
|
|
418
|
+
};
|
|
399
419
|
id: {
|
|
400
420
|
type?: import("vue").PropType<string>;
|
|
401
421
|
default?: string;
|
|
@@ -496,5 +516,13 @@ export declare const scatterComponentProps: {
|
|
|
496
516
|
type?: import("vue").PropType<string>;
|
|
497
517
|
default?: string;
|
|
498
518
|
};
|
|
519
|
+
dataSetParam?: {
|
|
520
|
+
type?: import("vue").PropType<any>;
|
|
521
|
+
default?: any;
|
|
522
|
+
};
|
|
523
|
+
requestType?: {
|
|
524
|
+
type?: import("vue").PropType<any>;
|
|
525
|
+
default?: any;
|
|
526
|
+
};
|
|
499
527
|
};
|
|
500
528
|
export declare const scatterEvents: string[];
|
|
@@ -159,6 +159,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
dataSetParam?: {
|
|
163
|
+
type?: import("vue").PropType<any>;
|
|
164
|
+
default?: any;
|
|
165
|
+
};
|
|
166
|
+
requestType?: {
|
|
167
|
+
type?: import("vue").PropType<any>;
|
|
168
|
+
default?: any;
|
|
169
|
+
};
|
|
162
170
|
}, {
|
|
163
171
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
172
|
getPopupContainer: () => HTMLElement;
|
|
@@ -335,5 +343,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
335
343
|
type?: import("vue").PropType<string>;
|
|
336
344
|
default?: string;
|
|
337
345
|
};
|
|
346
|
+
dataSetParam?: {
|
|
347
|
+
type?: import("vue").PropType<any>;
|
|
348
|
+
default?: any;
|
|
349
|
+
};
|
|
350
|
+
requestType?: {
|
|
351
|
+
type?: import("vue").PropType<any>;
|
|
352
|
+
default?: any;
|
|
353
|
+
};
|
|
338
354
|
}>>, {}>;
|
|
339
355
|
export default _sfc_main;
|
|
@@ -159,6 +159,14 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
dataSetParam?: {
|
|
163
|
+
type?: import("vue").PropType<any>;
|
|
164
|
+
default?: any;
|
|
165
|
+
};
|
|
166
|
+
requestType?: {
|
|
167
|
+
type?: import("vue").PropType<any>;
|
|
168
|
+
default?: any;
|
|
169
|
+
};
|
|
162
170
|
}, {
|
|
163
171
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
172
|
getPopupContainer: () => HTMLElement;
|
|
@@ -335,6 +343,14 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
335
343
|
type?: import("vue").PropType<string>;
|
|
336
344
|
default?: string;
|
|
337
345
|
};
|
|
346
|
+
dataSetParam?: {
|
|
347
|
+
type?: import("vue").PropType<any>;
|
|
348
|
+
default?: any;
|
|
349
|
+
};
|
|
350
|
+
requestType?: {
|
|
351
|
+
type?: import("vue").PropType<any>;
|
|
352
|
+
default?: any;
|
|
353
|
+
};
|
|
338
354
|
}>>, {}>> & Record<string, any>;
|
|
339
355
|
export default EcanDataSelect;
|
|
340
356
|
export * from './props';
|
|
@@ -189,5 +189,13 @@ export declare const dataSelectComponentProps: {
|
|
|
189
189
|
type?: import("vue").PropType<string>;
|
|
190
190
|
default?: string;
|
|
191
191
|
};
|
|
192
|
+
dataSetParam?: {
|
|
193
|
+
type?: import("vue").PropType<any>;
|
|
194
|
+
default?: any;
|
|
195
|
+
};
|
|
196
|
+
requestType?: {
|
|
197
|
+
type?: import("vue").PropType<any>;
|
|
198
|
+
default?: any;
|
|
199
|
+
};
|
|
192
200
|
};
|
|
193
201
|
export declare const dataSelectEvents: string[];
|
|
@@ -259,6 +259,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
259
259
|
type?: import("vue").PropType<string>;
|
|
260
260
|
default?: string;
|
|
261
261
|
};
|
|
262
|
+
dataSetParam?: {
|
|
263
|
+
type?: import("vue").PropType<any>;
|
|
264
|
+
default?: any;
|
|
265
|
+
};
|
|
266
|
+
requestType?: {
|
|
267
|
+
type?: import("vue").PropType<any>;
|
|
268
|
+
default?: any;
|
|
269
|
+
};
|
|
262
270
|
}, {
|
|
263
271
|
option: import("vue").ComputedRef<{
|
|
264
272
|
tooltip: {
|
|
@@ -608,5 +616,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
608
616
|
type?: import("vue").PropType<string>;
|
|
609
617
|
default?: string;
|
|
610
618
|
};
|
|
619
|
+
dataSetParam?: {
|
|
620
|
+
type?: import("vue").PropType<any>;
|
|
621
|
+
default?: any;
|
|
622
|
+
};
|
|
623
|
+
requestType?: {
|
|
624
|
+
type?: import("vue").PropType<any>;
|
|
625
|
+
default?: any;
|
|
626
|
+
};
|
|
611
627
|
}>>, {}>;
|
|
612
628
|
export default _sfc_main;
|
package/types/map/map/index.d.ts
CHANGED
|
@@ -259,6 +259,14 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
259
259
|
type?: import("vue").PropType<string>;
|
|
260
260
|
default?: string;
|
|
261
261
|
};
|
|
262
|
+
dataSetParam?: {
|
|
263
|
+
type?: import("vue").PropType<any>;
|
|
264
|
+
default?: any;
|
|
265
|
+
};
|
|
266
|
+
requestType?: {
|
|
267
|
+
type?: import("vue").PropType<any>;
|
|
268
|
+
default?: any;
|
|
269
|
+
};
|
|
262
270
|
}, {
|
|
263
271
|
option: import("vue").ComputedRef<{
|
|
264
272
|
tooltip: {
|
|
@@ -608,6 +616,14 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
608
616
|
type?: import("vue").PropType<string>;
|
|
609
617
|
default?: string;
|
|
610
618
|
};
|
|
619
|
+
dataSetParam?: {
|
|
620
|
+
type?: import("vue").PropType<any>;
|
|
621
|
+
default?: any;
|
|
622
|
+
};
|
|
623
|
+
requestType?: {
|
|
624
|
+
type?: import("vue").PropType<any>;
|
|
625
|
+
default?: any;
|
|
626
|
+
};
|
|
611
627
|
}>>, {}>> & Record<string, any>;
|
|
612
628
|
export default EcanMap;
|
|
613
629
|
export * from './props';
|
package/types/map/map/props.d.ts
CHANGED
|
@@ -307,5 +307,13 @@ export declare const mapComponentProps: {
|
|
|
307
307
|
type?: import("vue").PropType<string>;
|
|
308
308
|
default?: string;
|
|
309
309
|
};
|
|
310
|
+
dataSetParam?: {
|
|
311
|
+
type?: import("vue").PropType<any>;
|
|
312
|
+
default?: any;
|
|
313
|
+
};
|
|
314
|
+
requestType?: {
|
|
315
|
+
type?: import("vue").PropType<any>;
|
|
316
|
+
default?: any;
|
|
317
|
+
};
|
|
310
318
|
};
|
|
311
319
|
export declare const mapEvents: Array<string>;
|
|
@@ -107,6 +107,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
107
107
|
type?: import("vue").PropType<string>;
|
|
108
108
|
default?: string;
|
|
109
109
|
};
|
|
110
|
+
dataSetParam?: {
|
|
111
|
+
type?: import("vue").PropType<any>;
|
|
112
|
+
default?: any;
|
|
113
|
+
};
|
|
114
|
+
requestType?: {
|
|
115
|
+
type?: import("vue").PropType<any>;
|
|
116
|
+
default?: any;
|
|
117
|
+
};
|
|
110
118
|
}, {
|
|
111
119
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
112
120
|
myLink: import("vue").ComputedRef<string>;
|
|
@@ -219,5 +227,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
219
227
|
type?: import("vue").PropType<string>;
|
|
220
228
|
default?: string;
|
|
221
229
|
};
|
|
230
|
+
dataSetParam?: {
|
|
231
|
+
type?: import("vue").PropType<any>;
|
|
232
|
+
default?: any;
|
|
233
|
+
};
|
|
234
|
+
requestType?: {
|
|
235
|
+
type?: import("vue").PropType<any>;
|
|
236
|
+
default?: any;
|
|
237
|
+
};
|
|
222
238
|
}>>, {}>;
|
|
223
239
|
export default _sfc_main;
|
|
@@ -107,6 +107,14 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
107
107
|
type?: import("vue").PropType<string>;
|
|
108
108
|
default?: string;
|
|
109
109
|
};
|
|
110
|
+
dataSetParam?: {
|
|
111
|
+
type?: import("vue").PropType<any>;
|
|
112
|
+
default?: any;
|
|
113
|
+
};
|
|
114
|
+
requestType?: {
|
|
115
|
+
type?: import("vue").PropType<any>;
|
|
116
|
+
default?: any;
|
|
117
|
+
};
|
|
110
118
|
}, {
|
|
111
119
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
112
120
|
myLink: import("vue").ComputedRef<string>;
|
|
@@ -219,6 +227,14 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
219
227
|
type?: import("vue").PropType<string>;
|
|
220
228
|
default?: string;
|
|
221
229
|
};
|
|
230
|
+
dataSetParam?: {
|
|
231
|
+
type?: import("vue").PropType<any>;
|
|
232
|
+
default?: any;
|
|
233
|
+
};
|
|
234
|
+
requestType?: {
|
|
235
|
+
type?: import("vue").PropType<any>;
|
|
236
|
+
default?: any;
|
|
237
|
+
};
|
|
222
238
|
}>>, {}>> & Record<string, any>;
|
|
223
239
|
export default EcanIframe;
|
|
224
240
|
export * from './props';
|
|
@@ -113,4 +113,12 @@ export declare const iframeComponentProps: {
|
|
|
113
113
|
type?: import("vue").PropType<string>;
|
|
114
114
|
default?: string;
|
|
115
115
|
};
|
|
116
|
+
dataSetParam?: {
|
|
117
|
+
type?: import("vue").PropType<any>;
|
|
118
|
+
default?: any;
|
|
119
|
+
};
|
|
120
|
+
requestType?: {
|
|
121
|
+
type?: import("vue").PropType<any>;
|
|
122
|
+
default?: any;
|
|
123
|
+
};
|
|
116
124
|
};
|
|
@@ -143,6 +143,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
143
143
|
type?: import("vue").PropType<string>;
|
|
144
144
|
default?: string;
|
|
145
145
|
};
|
|
146
|
+
dataSetParam?: {
|
|
147
|
+
type?: import("vue").PropType<any>;
|
|
148
|
+
default?: any;
|
|
149
|
+
};
|
|
150
|
+
requestType?: {
|
|
151
|
+
type?: import("vue").PropType<any>;
|
|
152
|
+
default?: any;
|
|
153
|
+
};
|
|
146
154
|
}, {
|
|
147
155
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
148
156
|
myImgUrl: import("vue").ComputedRef<string>;
|
|
@@ -294,5 +302,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
294
302
|
type?: import("vue").PropType<string>;
|
|
295
303
|
default?: string;
|
|
296
304
|
};
|
|
305
|
+
dataSetParam?: {
|
|
306
|
+
type?: import("vue").PropType<any>;
|
|
307
|
+
default?: any;
|
|
308
|
+
};
|
|
309
|
+
requestType?: {
|
|
310
|
+
type?: import("vue").PropType<any>;
|
|
311
|
+
default?: any;
|
|
312
|
+
};
|
|
297
313
|
}>>, {}>;
|
|
298
314
|
export default _sfc_main;
|
|
@@ -143,6 +143,14 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
143
143
|
type?: import("vue").PropType<string>;
|
|
144
144
|
default?: string;
|
|
145
145
|
};
|
|
146
|
+
dataSetParam?: {
|
|
147
|
+
type?: import("vue").PropType<any>;
|
|
148
|
+
default?: any;
|
|
149
|
+
};
|
|
150
|
+
requestType?: {
|
|
151
|
+
type?: import("vue").PropType<any>;
|
|
152
|
+
default?: any;
|
|
153
|
+
};
|
|
146
154
|
}, {
|
|
147
155
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
148
156
|
myImgUrl: import("vue").ComputedRef<string>;
|
|
@@ -294,6 +302,14 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
294
302
|
type?: import("vue").PropType<string>;
|
|
295
303
|
default?: string;
|
|
296
304
|
};
|
|
305
|
+
dataSetParam?: {
|
|
306
|
+
type?: import("vue").PropType<any>;
|
|
307
|
+
default?: any;
|
|
308
|
+
};
|
|
309
|
+
requestType?: {
|
|
310
|
+
type?: import("vue").PropType<any>;
|
|
311
|
+
default?: any;
|
|
312
|
+
};
|
|
297
313
|
}>>, {}>> & Record<string, any>;
|
|
298
314
|
export default EcanImage;
|
|
299
315
|
export * from './props';
|
|
@@ -160,5 +160,13 @@ export declare const imageComponentProps: {
|
|
|
160
160
|
type?: import("vue").PropType<string>;
|
|
161
161
|
default?: string;
|
|
162
162
|
};
|
|
163
|
+
dataSetParam?: {
|
|
164
|
+
type?: import("vue").PropType<any>;
|
|
165
|
+
default?: any;
|
|
166
|
+
};
|
|
167
|
+
requestType?: {
|
|
168
|
+
type?: import("vue").PropType<any>;
|
|
169
|
+
default?: any;
|
|
170
|
+
};
|
|
163
171
|
};
|
|
164
172
|
export declare const imageEvents: string[];
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
pageId: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
width: {
|
|
3
7
|
type?: import("vue").PropType<string>;
|
|
4
8
|
default?: string;
|
|
@@ -60,6 +64,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
60
64
|
container: import("vue").Ref<any>;
|
|
61
65
|
ready: import("vue").Ref<boolean>;
|
|
62
66
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
pageId: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
63
71
|
width: {
|
|
64
72
|
type?: import("vue").PropType<string>;
|
|
65
73
|
default?: string;
|
|
@@ -116,5 +124,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
116
124
|
[key: string]: any;
|
|
117
125
|
}[];
|
|
118
126
|
};
|
|
119
|
-
}>>, {
|
|
127
|
+
}>>, {
|
|
128
|
+
pageId: string;
|
|
129
|
+
}>;
|
|
120
130
|
export default _sfc_main;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
pageId: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
width: {
|
|
3
7
|
type?: import("vue").PropType<string>;
|
|
4
8
|
default?: string;
|
|
@@ -60,6 +64,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
|
|
|
60
64
|
container: import("vue").Ref<any>;
|
|
61
65
|
ready: import("vue").Ref<boolean>;
|
|
62
66
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
pageId: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
63
71
|
width: {
|
|
64
72
|
type?: import("vue").PropType<string>;
|
|
65
73
|
default?: string;
|
|
@@ -116,6 +124,8 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
|
|
|
116
124
|
[key: string]: any;
|
|
117
125
|
}[];
|
|
118
126
|
};
|
|
119
|
-
}>>, {
|
|
127
|
+
}>>, {
|
|
128
|
+
pageId: string;
|
|
129
|
+
}>> & Record<string, any>;
|
|
120
130
|
export default EcanPageConfig;
|
|
121
131
|
export * from './props';
|