@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
|
@@ -124,12 +124,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
124
|
default?: import("../../utils/props").RequestMethod;
|
|
125
125
|
};
|
|
126
126
|
requestHeaders: {
|
|
127
|
-
type?: import("vue").PropType<
|
|
128
|
-
|
|
129
|
-
}>;
|
|
130
|
-
default?: {
|
|
131
|
-
[key: string]: any;
|
|
132
|
-
};
|
|
127
|
+
type?: import("vue").PropType<string>;
|
|
128
|
+
default?: string;
|
|
133
129
|
};
|
|
134
130
|
isOpenRequestTimer: {
|
|
135
131
|
type?: import("vue").PropType<boolean>;
|
|
@@ -155,6 +151,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
155
151
|
type?: import("vue").PropType<number>;
|
|
156
152
|
default?: number;
|
|
157
153
|
};
|
|
154
|
+
requestParamsMode: {
|
|
155
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
156
|
+
default?: "1" | "2";
|
|
157
|
+
};
|
|
158
|
+
customRequestParams: {
|
|
159
|
+
type?: import("vue").PropType<string>;
|
|
160
|
+
default?: string;
|
|
161
|
+
};
|
|
158
162
|
}, {
|
|
159
163
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
164
|
getPopupContainer: () => HTMLElement;
|
|
@@ -296,12 +300,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
296
300
|
default?: import("../../utils/props").RequestMethod;
|
|
297
301
|
};
|
|
298
302
|
requestHeaders: {
|
|
299
|
-
type?: import("vue").PropType<
|
|
300
|
-
|
|
301
|
-
}>;
|
|
302
|
-
default?: {
|
|
303
|
-
[key: string]: any;
|
|
304
|
-
};
|
|
303
|
+
type?: import("vue").PropType<string>;
|
|
304
|
+
default?: string;
|
|
305
305
|
};
|
|
306
306
|
isOpenRequestTimer: {
|
|
307
307
|
type?: import("vue").PropType<boolean>;
|
|
@@ -327,5 +327,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
327
327
|
type?: import("vue").PropType<number>;
|
|
328
328
|
default?: number;
|
|
329
329
|
};
|
|
330
|
+
requestParamsMode: {
|
|
331
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
332
|
+
default?: "1" | "2";
|
|
333
|
+
};
|
|
334
|
+
customRequestParams: {
|
|
335
|
+
type?: import("vue").PropType<string>;
|
|
336
|
+
default?: string;
|
|
337
|
+
};
|
|
330
338
|
}>>, {}>;
|
|
331
339
|
export default _sfc_main;
|
|
@@ -124,12 +124,8 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
124
124
|
default?: import("../../utils/props").RequestMethod;
|
|
125
125
|
};
|
|
126
126
|
requestHeaders: {
|
|
127
|
-
type?: import("vue").PropType<
|
|
128
|
-
|
|
129
|
-
}>;
|
|
130
|
-
default?: {
|
|
131
|
-
[key: string]: any;
|
|
132
|
-
};
|
|
127
|
+
type?: import("vue").PropType<string>;
|
|
128
|
+
default?: string;
|
|
133
129
|
};
|
|
134
130
|
isOpenRequestTimer: {
|
|
135
131
|
type?: import("vue").PropType<boolean>;
|
|
@@ -155,6 +151,14 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
155
151
|
type?: import("vue").PropType<number>;
|
|
156
152
|
default?: number;
|
|
157
153
|
};
|
|
154
|
+
requestParamsMode: {
|
|
155
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
156
|
+
default?: "1" | "2";
|
|
157
|
+
};
|
|
158
|
+
customRequestParams: {
|
|
159
|
+
type?: import("vue").PropType<string>;
|
|
160
|
+
default?: string;
|
|
161
|
+
};
|
|
158
162
|
}, {
|
|
159
163
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
164
|
getPopupContainer: () => HTMLElement;
|
|
@@ -296,12 +300,8 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
296
300
|
default?: import("../../utils/props").RequestMethod;
|
|
297
301
|
};
|
|
298
302
|
requestHeaders: {
|
|
299
|
-
type?: import("vue").PropType<
|
|
300
|
-
|
|
301
|
-
}>;
|
|
302
|
-
default?: {
|
|
303
|
-
[key: string]: any;
|
|
304
|
-
};
|
|
303
|
+
type?: import("vue").PropType<string>;
|
|
304
|
+
default?: string;
|
|
305
305
|
};
|
|
306
306
|
isOpenRequestTimer: {
|
|
307
307
|
type?: import("vue").PropType<boolean>;
|
|
@@ -327,6 +327,14 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
327
327
|
type?: import("vue").PropType<number>;
|
|
328
328
|
default?: number;
|
|
329
329
|
};
|
|
330
|
+
requestParamsMode: {
|
|
331
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
332
|
+
default?: "1" | "2";
|
|
333
|
+
};
|
|
334
|
+
customRequestParams: {
|
|
335
|
+
type?: import("vue").PropType<string>;
|
|
336
|
+
default?: string;
|
|
337
|
+
};
|
|
330
338
|
}>>, {}>> & Record<string, any>;
|
|
331
339
|
export default EcanDataSelect;
|
|
332
340
|
export * from './props';
|
|
@@ -154,12 +154,8 @@ export declare const dataSelectComponentProps: {
|
|
|
154
154
|
default?: import('../../utils/props').RequestMethod;
|
|
155
155
|
};
|
|
156
156
|
requestHeaders: {
|
|
157
|
-
type?: import("vue").PropType<
|
|
158
|
-
|
|
159
|
-
}>;
|
|
160
|
-
default?: {
|
|
161
|
-
[key: string]: any;
|
|
162
|
-
};
|
|
157
|
+
type?: import("vue").PropType<string>;
|
|
158
|
+
default?: string;
|
|
163
159
|
};
|
|
164
160
|
isOpenRequestTimer: {
|
|
165
161
|
type?: import("vue").PropType<boolean>;
|
|
@@ -185,5 +181,13 @@ export declare const dataSelectComponentProps: {
|
|
|
185
181
|
type?: import("vue").PropType<number>;
|
|
186
182
|
default?: number;
|
|
187
183
|
};
|
|
184
|
+
requestParamsMode: {
|
|
185
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
186
|
+
default?: "1" | "2";
|
|
187
|
+
};
|
|
188
|
+
customRequestParams: {
|
|
189
|
+
type?: import("vue").PropType<string>;
|
|
190
|
+
default?: string;
|
|
191
|
+
};
|
|
188
192
|
};
|
|
189
193
|
export declare const dataSelectEvents: string[];
|
|
@@ -224,12 +224,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
224
224
|
default?: import("../../utils/props").RequestMethod;
|
|
225
225
|
};
|
|
226
226
|
requestHeaders: {
|
|
227
|
-
type?: import("vue").PropType<
|
|
228
|
-
|
|
229
|
-
}>;
|
|
230
|
-
default?: {
|
|
231
|
-
[key: string]: any;
|
|
232
|
-
};
|
|
227
|
+
type?: import("vue").PropType<string>;
|
|
228
|
+
default?: string;
|
|
233
229
|
};
|
|
234
230
|
isOpenRequestTimer: {
|
|
235
231
|
type?: import("vue").PropType<boolean>;
|
|
@@ -255,6 +251,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
255
251
|
type?: import("vue").PropType<number>;
|
|
256
252
|
default?: number;
|
|
257
253
|
};
|
|
254
|
+
requestParamsMode: {
|
|
255
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
256
|
+
default?: "1" | "2";
|
|
257
|
+
};
|
|
258
|
+
customRequestParams: {
|
|
259
|
+
type?: import("vue").PropType<string>;
|
|
260
|
+
default?: string;
|
|
261
|
+
};
|
|
258
262
|
}, {
|
|
259
263
|
option: import("vue").ComputedRef<{
|
|
260
264
|
tooltip: {
|
|
@@ -569,12 +573,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
569
573
|
default?: import("../../utils/props").RequestMethod;
|
|
570
574
|
};
|
|
571
575
|
requestHeaders: {
|
|
572
|
-
type?: import("vue").PropType<
|
|
573
|
-
|
|
574
|
-
}>;
|
|
575
|
-
default?: {
|
|
576
|
-
[key: string]: any;
|
|
577
|
-
};
|
|
576
|
+
type?: import("vue").PropType<string>;
|
|
577
|
+
default?: string;
|
|
578
578
|
};
|
|
579
579
|
isOpenRequestTimer: {
|
|
580
580
|
type?: import("vue").PropType<boolean>;
|
|
@@ -600,5 +600,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
600
600
|
type?: import("vue").PropType<number>;
|
|
601
601
|
default?: number;
|
|
602
602
|
};
|
|
603
|
+
requestParamsMode: {
|
|
604
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
605
|
+
default?: "1" | "2";
|
|
606
|
+
};
|
|
607
|
+
customRequestParams: {
|
|
608
|
+
type?: import("vue").PropType<string>;
|
|
609
|
+
default?: string;
|
|
610
|
+
};
|
|
603
611
|
}>>, {}>;
|
|
604
612
|
export default _sfc_main;
|
package/types/map/map/index.d.ts
CHANGED
|
@@ -224,12 +224,8 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
224
224
|
default?: import("../../utils/props").RequestMethod;
|
|
225
225
|
};
|
|
226
226
|
requestHeaders: {
|
|
227
|
-
type?: import("vue").PropType<
|
|
228
|
-
|
|
229
|
-
}>;
|
|
230
|
-
default?: {
|
|
231
|
-
[key: string]: any;
|
|
232
|
-
};
|
|
227
|
+
type?: import("vue").PropType<string>;
|
|
228
|
+
default?: string;
|
|
233
229
|
};
|
|
234
230
|
isOpenRequestTimer: {
|
|
235
231
|
type?: import("vue").PropType<boolean>;
|
|
@@ -255,6 +251,14 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
255
251
|
type?: import("vue").PropType<number>;
|
|
256
252
|
default?: number;
|
|
257
253
|
};
|
|
254
|
+
requestParamsMode: {
|
|
255
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
256
|
+
default?: "1" | "2";
|
|
257
|
+
};
|
|
258
|
+
customRequestParams: {
|
|
259
|
+
type?: import("vue").PropType<string>;
|
|
260
|
+
default?: string;
|
|
261
|
+
};
|
|
258
262
|
}, {
|
|
259
263
|
option: import("vue").ComputedRef<{
|
|
260
264
|
tooltip: {
|
|
@@ -569,12 +573,8 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
569
573
|
default?: import("../../utils/props").RequestMethod;
|
|
570
574
|
};
|
|
571
575
|
requestHeaders: {
|
|
572
|
-
type?: import("vue").PropType<
|
|
573
|
-
|
|
574
|
-
}>;
|
|
575
|
-
default?: {
|
|
576
|
-
[key: string]: any;
|
|
577
|
-
};
|
|
576
|
+
type?: import("vue").PropType<string>;
|
|
577
|
+
default?: string;
|
|
578
578
|
};
|
|
579
579
|
isOpenRequestTimer: {
|
|
580
580
|
type?: import("vue").PropType<boolean>;
|
|
@@ -600,6 +600,14 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
600
600
|
type?: import("vue").PropType<number>;
|
|
601
601
|
default?: number;
|
|
602
602
|
};
|
|
603
|
+
requestParamsMode: {
|
|
604
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
605
|
+
default?: "1" | "2";
|
|
606
|
+
};
|
|
607
|
+
customRequestParams: {
|
|
608
|
+
type?: import("vue").PropType<string>;
|
|
609
|
+
default?: string;
|
|
610
|
+
};
|
|
603
611
|
}>>, {}>> & Record<string, any>;
|
|
604
612
|
export default EcanMap;
|
|
605
613
|
export * from './props';
|
package/types/map/map/props.d.ts
CHANGED
|
@@ -272,12 +272,8 @@ export declare const mapComponentProps: {
|
|
|
272
272
|
default?: import('../../utils/props').RequestMethod;
|
|
273
273
|
};
|
|
274
274
|
requestHeaders: {
|
|
275
|
-
type?: import("vue").PropType<
|
|
276
|
-
|
|
277
|
-
}>;
|
|
278
|
-
default?: {
|
|
279
|
-
[key: string]: any;
|
|
280
|
-
};
|
|
275
|
+
type?: import("vue").PropType<string>;
|
|
276
|
+
default?: string;
|
|
281
277
|
};
|
|
282
278
|
isOpenRequestTimer: {
|
|
283
279
|
type?: import("vue").PropType<boolean>;
|
|
@@ -303,5 +299,13 @@ export declare const mapComponentProps: {
|
|
|
303
299
|
type?: import("vue").PropType<number>;
|
|
304
300
|
default?: number;
|
|
305
301
|
};
|
|
302
|
+
requestParamsMode: {
|
|
303
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
304
|
+
default?: "1" | "2";
|
|
305
|
+
};
|
|
306
|
+
customRequestParams: {
|
|
307
|
+
type?: import("vue").PropType<string>;
|
|
308
|
+
default?: string;
|
|
309
|
+
};
|
|
306
310
|
};
|
|
307
311
|
export declare const mapEvents: Array<string>;
|
|
@@ -72,12 +72,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
72
72
|
default?: import("../../utils/props").RequestMethod;
|
|
73
73
|
};
|
|
74
74
|
requestHeaders: {
|
|
75
|
-
type?: import("vue").PropType<
|
|
76
|
-
|
|
77
|
-
}>;
|
|
78
|
-
default?: {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
};
|
|
75
|
+
type?: import("vue").PropType<string>;
|
|
76
|
+
default?: string;
|
|
81
77
|
};
|
|
82
78
|
isOpenRequestTimer: {
|
|
83
79
|
type?: import("vue").PropType<boolean>;
|
|
@@ -103,6 +99,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
99
|
type?: import("vue").PropType<number>;
|
|
104
100
|
default?: number;
|
|
105
101
|
};
|
|
102
|
+
requestParamsMode: {
|
|
103
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
104
|
+
default?: "1" | "2";
|
|
105
|
+
};
|
|
106
|
+
customRequestParams: {
|
|
107
|
+
type?: import("vue").PropType<string>;
|
|
108
|
+
default?: string;
|
|
109
|
+
};
|
|
106
110
|
}, {
|
|
107
111
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
108
112
|
myLink: import("vue").ComputedRef<string>;
|
|
@@ -180,12 +184,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
180
184
|
default?: import("../../utils/props").RequestMethod;
|
|
181
185
|
};
|
|
182
186
|
requestHeaders: {
|
|
183
|
-
type?: import("vue").PropType<
|
|
184
|
-
|
|
185
|
-
}>;
|
|
186
|
-
default?: {
|
|
187
|
-
[key: string]: any;
|
|
188
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
189
189
|
};
|
|
190
190
|
isOpenRequestTimer: {
|
|
191
191
|
type?: import("vue").PropType<boolean>;
|
|
@@ -211,5 +211,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
211
211
|
type?: import("vue").PropType<number>;
|
|
212
212
|
default?: number;
|
|
213
213
|
};
|
|
214
|
+
requestParamsMode: {
|
|
215
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
216
|
+
default?: "1" | "2";
|
|
217
|
+
};
|
|
218
|
+
customRequestParams: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
214
222
|
}>>, {}>;
|
|
215
223
|
export default _sfc_main;
|
|
@@ -72,12 +72,8 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
72
72
|
default?: import("../../utils/props").RequestMethod;
|
|
73
73
|
};
|
|
74
74
|
requestHeaders: {
|
|
75
|
-
type?: import("vue").PropType<
|
|
76
|
-
|
|
77
|
-
}>;
|
|
78
|
-
default?: {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
};
|
|
75
|
+
type?: import("vue").PropType<string>;
|
|
76
|
+
default?: string;
|
|
81
77
|
};
|
|
82
78
|
isOpenRequestTimer: {
|
|
83
79
|
type?: import("vue").PropType<boolean>;
|
|
@@ -103,6 +99,14 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
103
99
|
type?: import("vue").PropType<number>;
|
|
104
100
|
default?: number;
|
|
105
101
|
};
|
|
102
|
+
requestParamsMode: {
|
|
103
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
104
|
+
default?: "1" | "2";
|
|
105
|
+
};
|
|
106
|
+
customRequestParams: {
|
|
107
|
+
type?: import("vue").PropType<string>;
|
|
108
|
+
default?: string;
|
|
109
|
+
};
|
|
106
110
|
}, {
|
|
107
111
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
108
112
|
myLink: import("vue").ComputedRef<string>;
|
|
@@ -180,12 +184,8 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
180
184
|
default?: import("../../utils/props").RequestMethod;
|
|
181
185
|
};
|
|
182
186
|
requestHeaders: {
|
|
183
|
-
type?: import("vue").PropType<
|
|
184
|
-
|
|
185
|
-
}>;
|
|
186
|
-
default?: {
|
|
187
|
-
[key: string]: any;
|
|
188
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
189
189
|
};
|
|
190
190
|
isOpenRequestTimer: {
|
|
191
191
|
type?: import("vue").PropType<boolean>;
|
|
@@ -211,6 +211,14 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
211
211
|
type?: import("vue").PropType<number>;
|
|
212
212
|
default?: number;
|
|
213
213
|
};
|
|
214
|
+
requestParamsMode: {
|
|
215
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
216
|
+
default?: "1" | "2";
|
|
217
|
+
};
|
|
218
|
+
customRequestParams: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
214
222
|
}>>, {}>> & Record<string, any>;
|
|
215
223
|
export default EcanIframe;
|
|
216
224
|
export * from './props';
|
|
@@ -78,12 +78,8 @@ export declare const iframeComponentProps: {
|
|
|
78
78
|
default?: import('../../utils/props').RequestMethod;
|
|
79
79
|
};
|
|
80
80
|
requestHeaders: {
|
|
81
|
-
type?: import("vue").PropType<
|
|
82
|
-
|
|
83
|
-
}>;
|
|
84
|
-
default?: {
|
|
85
|
-
[key: string]: any;
|
|
86
|
-
};
|
|
81
|
+
type?: import("vue").PropType<string>;
|
|
82
|
+
default?: string;
|
|
87
83
|
};
|
|
88
84
|
isOpenRequestTimer: {
|
|
89
85
|
type?: import("vue").PropType<boolean>;
|
|
@@ -109,4 +105,12 @@ export declare const iframeComponentProps: {
|
|
|
109
105
|
type?: import("vue").PropType<number>;
|
|
110
106
|
default?: number;
|
|
111
107
|
};
|
|
108
|
+
requestParamsMode: {
|
|
109
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
110
|
+
default?: "1" | "2";
|
|
111
|
+
};
|
|
112
|
+
customRequestParams: {
|
|
113
|
+
type?: import("vue").PropType<string>;
|
|
114
|
+
default?: string;
|
|
115
|
+
};
|
|
112
116
|
};
|
|
@@ -108,12 +108,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
108
108
|
default?: import("../../utils/props").RequestMethod;
|
|
109
109
|
};
|
|
110
110
|
requestHeaders: {
|
|
111
|
-
type?: import("vue").PropType<
|
|
112
|
-
|
|
113
|
-
}>;
|
|
114
|
-
default?: {
|
|
115
|
-
[key: string]: any;
|
|
116
|
-
};
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
117
113
|
};
|
|
118
114
|
isOpenRequestTimer: {
|
|
119
115
|
type?: import("vue").PropType<boolean>;
|
|
@@ -139,6 +135,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
139
135
|
type?: import("vue").PropType<number>;
|
|
140
136
|
default?: number;
|
|
141
137
|
};
|
|
138
|
+
requestParamsMode: {
|
|
139
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
140
|
+
default?: "1" | "2";
|
|
141
|
+
};
|
|
142
|
+
customRequestParams: {
|
|
143
|
+
type?: import("vue").PropType<string>;
|
|
144
|
+
default?: string;
|
|
145
|
+
};
|
|
142
146
|
}, {
|
|
143
147
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
148
|
myImgUrl: import("vue").ComputedRef<string>;
|
|
@@ -255,12 +259,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
255
259
|
default?: import("../../utils/props").RequestMethod;
|
|
256
260
|
};
|
|
257
261
|
requestHeaders: {
|
|
258
|
-
type?: import("vue").PropType<
|
|
259
|
-
|
|
260
|
-
}>;
|
|
261
|
-
default?: {
|
|
262
|
-
[key: string]: any;
|
|
263
|
-
};
|
|
262
|
+
type?: import("vue").PropType<string>;
|
|
263
|
+
default?: string;
|
|
264
264
|
};
|
|
265
265
|
isOpenRequestTimer: {
|
|
266
266
|
type?: import("vue").PropType<boolean>;
|
|
@@ -286,5 +286,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
286
286
|
type?: import("vue").PropType<number>;
|
|
287
287
|
default?: number;
|
|
288
288
|
};
|
|
289
|
+
requestParamsMode: {
|
|
290
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
291
|
+
default?: "1" | "2";
|
|
292
|
+
};
|
|
293
|
+
customRequestParams: {
|
|
294
|
+
type?: import("vue").PropType<string>;
|
|
295
|
+
default?: string;
|
|
296
|
+
};
|
|
289
297
|
}>>, {}>;
|
|
290
298
|
export default _sfc_main;
|
|
@@ -108,12 +108,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
108
108
|
default?: import("../../utils/props").RequestMethod;
|
|
109
109
|
};
|
|
110
110
|
requestHeaders: {
|
|
111
|
-
type?: import("vue").PropType<
|
|
112
|
-
|
|
113
|
-
}>;
|
|
114
|
-
default?: {
|
|
115
|
-
[key: string]: any;
|
|
116
|
-
};
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
117
113
|
};
|
|
118
114
|
isOpenRequestTimer: {
|
|
119
115
|
type?: import("vue").PropType<boolean>;
|
|
@@ -139,6 +135,14 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
139
135
|
type?: import("vue").PropType<number>;
|
|
140
136
|
default?: number;
|
|
141
137
|
};
|
|
138
|
+
requestParamsMode: {
|
|
139
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
140
|
+
default?: "1" | "2";
|
|
141
|
+
};
|
|
142
|
+
customRequestParams: {
|
|
143
|
+
type?: import("vue").PropType<string>;
|
|
144
|
+
default?: string;
|
|
145
|
+
};
|
|
142
146
|
}, {
|
|
143
147
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
148
|
myImgUrl: import("vue").ComputedRef<string>;
|
|
@@ -255,12 +259,8 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
255
259
|
default?: import("../../utils/props").RequestMethod;
|
|
256
260
|
};
|
|
257
261
|
requestHeaders: {
|
|
258
|
-
type?: import("vue").PropType<
|
|
259
|
-
|
|
260
|
-
}>;
|
|
261
|
-
default?: {
|
|
262
|
-
[key: string]: any;
|
|
263
|
-
};
|
|
262
|
+
type?: import("vue").PropType<string>;
|
|
263
|
+
default?: string;
|
|
264
264
|
};
|
|
265
265
|
isOpenRequestTimer: {
|
|
266
266
|
type?: import("vue").PropType<boolean>;
|
|
@@ -286,6 +286,14 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
286
286
|
type?: import("vue").PropType<number>;
|
|
287
287
|
default?: number;
|
|
288
288
|
};
|
|
289
|
+
requestParamsMode: {
|
|
290
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
291
|
+
default?: "1" | "2";
|
|
292
|
+
};
|
|
293
|
+
customRequestParams: {
|
|
294
|
+
type?: import("vue").PropType<string>;
|
|
295
|
+
default?: string;
|
|
296
|
+
};
|
|
289
297
|
}>>, {}>> & Record<string, any>;
|
|
290
298
|
export default EcanImage;
|
|
291
299
|
export * from './props';
|
|
@@ -125,12 +125,8 @@ export declare const imageComponentProps: {
|
|
|
125
125
|
default?: import('../../utils/props').RequestMethod;
|
|
126
126
|
};
|
|
127
127
|
requestHeaders: {
|
|
128
|
-
type?: import("vue").PropType<
|
|
129
|
-
|
|
130
|
-
}>;
|
|
131
|
-
default?: {
|
|
132
|
-
[key: string]: any;
|
|
133
|
-
};
|
|
128
|
+
type?: import("vue").PropType<string>;
|
|
129
|
+
default?: string;
|
|
134
130
|
};
|
|
135
131
|
isOpenRequestTimer: {
|
|
136
132
|
type?: import("vue").PropType<boolean>;
|
|
@@ -156,5 +152,13 @@ export declare const imageComponentProps: {
|
|
|
156
152
|
type?: import("vue").PropType<number>;
|
|
157
153
|
default?: number;
|
|
158
154
|
};
|
|
155
|
+
requestParamsMode: {
|
|
156
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
157
|
+
default?: "1" | "2";
|
|
158
|
+
};
|
|
159
|
+
customRequestParams: {
|
|
160
|
+
type?: import("vue").PropType<string>;
|
|
161
|
+
default?: string;
|
|
162
|
+
};
|
|
159
163
|
};
|
|
160
164
|
export declare const imageEvents: string[];
|
|
@@ -268,12 +268,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
268
268
|
default?: import("../../utils/props").RequestMethod;
|
|
269
269
|
};
|
|
270
270
|
requestHeaders: {
|
|
271
|
-
type?: import("vue").PropType<
|
|
272
|
-
|
|
273
|
-
}>;
|
|
274
|
-
default?: {
|
|
275
|
-
[key: string]: any;
|
|
276
|
-
};
|
|
271
|
+
type?: import("vue").PropType<string>;
|
|
272
|
+
default?: string;
|
|
277
273
|
};
|
|
278
274
|
isOpenRequestTimer: {
|
|
279
275
|
type?: import("vue").PropType<boolean>;
|
|
@@ -299,6 +295,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
299
295
|
type?: import("vue").PropType<number>;
|
|
300
296
|
default?: number;
|
|
301
297
|
};
|
|
298
|
+
requestParamsMode: {
|
|
299
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
300
|
+
default?: "1" | "2";
|
|
301
|
+
};
|
|
302
|
+
customRequestParams: {
|
|
303
|
+
type?: import("vue").PropType<string>;
|
|
304
|
+
default?: string;
|
|
305
|
+
};
|
|
302
306
|
}, {
|
|
303
307
|
x: import("vue").ComputedRef<number>;
|
|
304
308
|
y: import("vue").Ref<number>;
|
|
@@ -631,12 +635,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
631
635
|
default?: import("../../utils/props").RequestMethod;
|
|
632
636
|
};
|
|
633
637
|
requestHeaders: {
|
|
634
|
-
type?: import("vue").PropType<
|
|
635
|
-
|
|
636
|
-
}>;
|
|
637
|
-
default?: {
|
|
638
|
-
[key: string]: any;
|
|
639
|
-
};
|
|
638
|
+
type?: import("vue").PropType<string>;
|
|
639
|
+
default?: string;
|
|
640
640
|
};
|
|
641
641
|
isOpenRequestTimer: {
|
|
642
642
|
type?: import("vue").PropType<boolean>;
|
|
@@ -662,5 +662,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
662
662
|
type?: import("vue").PropType<number>;
|
|
663
663
|
default?: number;
|
|
664
664
|
};
|
|
665
|
+
requestParamsMode: {
|
|
666
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
667
|
+
default?: "1" | "2";
|
|
668
|
+
};
|
|
669
|
+
customRequestParams: {
|
|
670
|
+
type?: import("vue").PropType<string>;
|
|
671
|
+
default?: string;
|
|
672
|
+
};
|
|
665
673
|
}>>, {}>;
|
|
666
674
|
export default _sfc_main;
|