@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
|
@@ -268,12 +268,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
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 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
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 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
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,6 +662,14 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
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
|
}>>, {}>> & Record<string, any>;
|
|
666
674
|
export default EcanTable;
|
|
667
675
|
export * from './props';
|
|
@@ -327,12 +327,8 @@ export declare const tableComponentProps: {
|
|
|
327
327
|
default?: import('../../utils/props').RequestMethod;
|
|
328
328
|
};
|
|
329
329
|
requestHeaders: {
|
|
330
|
-
type?: import("vue").PropType<
|
|
331
|
-
|
|
332
|
-
}>;
|
|
333
|
-
default?: {
|
|
334
|
-
[key: string]: any;
|
|
335
|
-
};
|
|
330
|
+
type?: import("vue").PropType<string>;
|
|
331
|
+
default?: string;
|
|
336
332
|
};
|
|
337
333
|
isOpenRequestTimer: {
|
|
338
334
|
type?: import("vue").PropType<boolean>;
|
|
@@ -358,5 +354,13 @@ export declare const tableComponentProps: {
|
|
|
358
354
|
type?: import("vue").PropType<number>;
|
|
359
355
|
default?: number;
|
|
360
356
|
};
|
|
357
|
+
requestParamsMode: {
|
|
358
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
359
|
+
default?: "1" | "2";
|
|
360
|
+
};
|
|
361
|
+
customRequestParams: {
|
|
362
|
+
type?: import("vue").PropType<string>;
|
|
363
|
+
default?: string;
|
|
364
|
+
};
|
|
361
365
|
};
|
|
362
366
|
export declare const tableEvents: string[];
|
|
@@ -112,12 +112,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
112
112
|
default?: import("../../utils/props").RequestMethod;
|
|
113
113
|
};
|
|
114
114
|
requestHeaders: {
|
|
115
|
-
type?: import("vue").PropType<
|
|
116
|
-
|
|
117
|
-
}>;
|
|
118
|
-
default?: {
|
|
119
|
-
[key: string]: any;
|
|
120
|
-
};
|
|
115
|
+
type?: import("vue").PropType<string>;
|
|
116
|
+
default?: string;
|
|
121
117
|
};
|
|
122
118
|
isOpenRequestTimer: {
|
|
123
119
|
type?: import("vue").PropType<boolean>;
|
|
@@ -143,6 +139,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
143
139
|
type?: import("vue").PropType<number>;
|
|
144
140
|
default?: number;
|
|
145
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
|
+
};
|
|
146
150
|
}, {
|
|
147
151
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
148
152
|
valueList: import("vue").ComputedRef<string[]>;
|
|
@@ -274,12 +278,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
274
278
|
default?: import("../../utils/props").RequestMethod;
|
|
275
279
|
};
|
|
276
280
|
requestHeaders: {
|
|
277
|
-
type?: import("vue").PropType<
|
|
278
|
-
|
|
279
|
-
}>;
|
|
280
|
-
default?: {
|
|
281
|
-
[key: string]: any;
|
|
282
|
-
};
|
|
281
|
+
type?: import("vue").PropType<string>;
|
|
282
|
+
default?: string;
|
|
283
283
|
};
|
|
284
284
|
isOpenRequestTimer: {
|
|
285
285
|
type?: import("vue").PropType<boolean>;
|
|
@@ -305,5 +305,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
305
305
|
type?: import("vue").PropType<number>;
|
|
306
306
|
default?: number;
|
|
307
307
|
};
|
|
308
|
+
requestParamsMode: {
|
|
309
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
310
|
+
default?: "1" | "2";
|
|
311
|
+
};
|
|
312
|
+
customRequestParams: {
|
|
313
|
+
type?: import("vue").PropType<string>;
|
|
314
|
+
default?: string;
|
|
315
|
+
};
|
|
308
316
|
}>>, {}>;
|
|
309
317
|
export default _sfc_main;
|
|
@@ -112,12 +112,8 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
112
112
|
default?: import("../../utils/props").RequestMethod;
|
|
113
113
|
};
|
|
114
114
|
requestHeaders: {
|
|
115
|
-
type?: import("vue").PropType<
|
|
116
|
-
|
|
117
|
-
}>;
|
|
118
|
-
default?: {
|
|
119
|
-
[key: string]: any;
|
|
120
|
-
};
|
|
115
|
+
type?: import("vue").PropType<string>;
|
|
116
|
+
default?: string;
|
|
121
117
|
};
|
|
122
118
|
isOpenRequestTimer: {
|
|
123
119
|
type?: import("vue").PropType<boolean>;
|
|
@@ -143,6 +139,14 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
143
139
|
type?: import("vue").PropType<number>;
|
|
144
140
|
default?: number;
|
|
145
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
|
+
};
|
|
146
150
|
}, {
|
|
147
151
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
148
152
|
valueList: import("vue").ComputedRef<string[]>;
|
|
@@ -274,12 +278,8 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
274
278
|
default?: import("../../utils/props").RequestMethod;
|
|
275
279
|
};
|
|
276
280
|
requestHeaders: {
|
|
277
|
-
type?: import("vue").PropType<
|
|
278
|
-
|
|
279
|
-
}>;
|
|
280
|
-
default?: {
|
|
281
|
-
[key: string]: any;
|
|
282
|
-
};
|
|
281
|
+
type?: import("vue").PropType<string>;
|
|
282
|
+
default?: string;
|
|
283
283
|
};
|
|
284
284
|
isOpenRequestTimer: {
|
|
285
285
|
type?: import("vue").PropType<boolean>;
|
|
@@ -305,6 +305,14 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
305
305
|
type?: import("vue").PropType<number>;
|
|
306
306
|
default?: number;
|
|
307
307
|
};
|
|
308
|
+
requestParamsMode: {
|
|
309
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
310
|
+
default?: "1" | "2";
|
|
311
|
+
};
|
|
312
|
+
customRequestParams: {
|
|
313
|
+
type?: import("vue").PropType<string>;
|
|
314
|
+
default?: string;
|
|
315
|
+
};
|
|
308
316
|
}>>, {}>> & Record<string, any>;
|
|
309
317
|
export default EcanCounter;
|
|
310
318
|
export * from './props';
|
|
@@ -129,12 +129,8 @@ export declare const counterComponentProps: {
|
|
|
129
129
|
default?: import('../../utils/props').RequestMethod;
|
|
130
130
|
};
|
|
131
131
|
requestHeaders: {
|
|
132
|
-
type?: import("vue").PropType<
|
|
133
|
-
|
|
134
|
-
}>;
|
|
135
|
-
default?: {
|
|
136
|
-
[key: string]: any;
|
|
137
|
-
};
|
|
132
|
+
type?: import("vue").PropType<string>;
|
|
133
|
+
default?: string;
|
|
138
134
|
};
|
|
139
135
|
isOpenRequestTimer: {
|
|
140
136
|
type?: import("vue").PropType<boolean>;
|
|
@@ -160,6 +156,14 @@ export declare const counterComponentProps: {
|
|
|
160
156
|
type?: import("vue").PropType<number>;
|
|
161
157
|
default?: number;
|
|
162
158
|
};
|
|
159
|
+
requestParamsMode: {
|
|
160
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
161
|
+
default?: "1" | "2";
|
|
162
|
+
};
|
|
163
|
+
customRequestParams: {
|
|
164
|
+
type?: import("vue").PropType<string>;
|
|
165
|
+
default?: string;
|
|
166
|
+
};
|
|
163
167
|
};
|
|
164
168
|
export interface CounterEvents {
|
|
165
169
|
refreshData: () => void;
|
|
@@ -184,12 +184,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
184
184
|
default?: import("../../utils/props").RequestMethod;
|
|
185
185
|
};
|
|
186
186
|
requestHeaders: {
|
|
187
|
-
type?: import("vue").PropType<
|
|
188
|
-
|
|
189
|
-
}>;
|
|
190
|
-
default?: {
|
|
191
|
-
[key: string]: any;
|
|
192
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
193
189
|
};
|
|
194
190
|
isOpenRequestTimer: {
|
|
195
191
|
type?: import("vue").PropType<boolean>;
|
|
@@ -215,6 +211,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
215
211
|
type?: import("vue").PropType<number>;
|
|
216
212
|
default?: number;
|
|
217
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
|
+
};
|
|
218
222
|
}, {
|
|
219
223
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
220
224
|
formatFn: (value: string | number, column: any) => any;
|
|
@@ -446,12 +450,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
446
450
|
default?: import("../../utils/props").RequestMethod;
|
|
447
451
|
};
|
|
448
452
|
requestHeaders: {
|
|
449
|
-
type?: import("vue").PropType<
|
|
450
|
-
|
|
451
|
-
}>;
|
|
452
|
-
default?: {
|
|
453
|
-
[key: string]: any;
|
|
454
|
-
};
|
|
453
|
+
type?: import("vue").PropType<string>;
|
|
454
|
+
default?: string;
|
|
455
455
|
};
|
|
456
456
|
isOpenRequestTimer: {
|
|
457
457
|
type?: import("vue").PropType<boolean>;
|
|
@@ -477,5 +477,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
477
477
|
type?: import("vue").PropType<number>;
|
|
478
478
|
default?: number;
|
|
479
479
|
};
|
|
480
|
+
requestParamsMode: {
|
|
481
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
482
|
+
default?: "1" | "2";
|
|
483
|
+
};
|
|
484
|
+
customRequestParams: {
|
|
485
|
+
type?: import("vue").PropType<string>;
|
|
486
|
+
default?: string;
|
|
487
|
+
};
|
|
480
488
|
}>>, {}>;
|
|
481
489
|
export default _sfc_main;
|
|
@@ -184,12 +184,8 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
184
184
|
default?: import("../../utils/props").RequestMethod;
|
|
185
185
|
};
|
|
186
186
|
requestHeaders: {
|
|
187
|
-
type?: import("vue").PropType<
|
|
188
|
-
|
|
189
|
-
}>;
|
|
190
|
-
default?: {
|
|
191
|
-
[key: string]: any;
|
|
192
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
193
189
|
};
|
|
194
190
|
isOpenRequestTimer: {
|
|
195
191
|
type?: import("vue").PropType<boolean>;
|
|
@@ -215,6 +211,14 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
215
211
|
type?: import("vue").PropType<number>;
|
|
216
212
|
default?: number;
|
|
217
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
|
+
};
|
|
218
222
|
}, {
|
|
219
223
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
220
224
|
formatFn: (value: string | number, column: any) => any;
|
|
@@ -446,12 +450,8 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
446
450
|
default?: import("../../utils/props").RequestMethod;
|
|
447
451
|
};
|
|
448
452
|
requestHeaders: {
|
|
449
|
-
type?: import("vue").PropType<
|
|
450
|
-
|
|
451
|
-
}>;
|
|
452
|
-
default?: {
|
|
453
|
-
[key: string]: any;
|
|
454
|
-
};
|
|
453
|
+
type?: import("vue").PropType<string>;
|
|
454
|
+
default?: string;
|
|
455
455
|
};
|
|
456
456
|
isOpenRequestTimer: {
|
|
457
457
|
type?: import("vue").PropType<boolean>;
|
|
@@ -477,6 +477,14 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
477
477
|
type?: import("vue").PropType<number>;
|
|
478
478
|
default?: number;
|
|
479
479
|
};
|
|
480
|
+
requestParamsMode: {
|
|
481
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
482
|
+
default?: "1" | "2";
|
|
483
|
+
};
|
|
484
|
+
customRequestParams: {
|
|
485
|
+
type?: import("vue").PropType<string>;
|
|
486
|
+
default?: string;
|
|
487
|
+
};
|
|
480
488
|
}>>, {}>> & Record<string, any>;
|
|
481
489
|
export default EcanList;
|
|
482
490
|
export * from './props';
|
|
@@ -222,12 +222,8 @@ export declare const listComponentProps: {
|
|
|
222
222
|
default?: import('../../utils/props').RequestMethod;
|
|
223
223
|
};
|
|
224
224
|
requestHeaders: {
|
|
225
|
-
type?: import("vue").PropType<
|
|
226
|
-
|
|
227
|
-
}>;
|
|
228
|
-
default?: {
|
|
229
|
-
[key: string]: any;
|
|
230
|
-
};
|
|
225
|
+
type?: import("vue").PropType<string>;
|
|
226
|
+
default?: string;
|
|
231
227
|
};
|
|
232
228
|
isOpenRequestTimer: {
|
|
233
229
|
type?: import("vue").PropType<boolean>;
|
|
@@ -253,6 +249,14 @@ export declare const listComponentProps: {
|
|
|
253
249
|
type?: import("vue").PropType<number>;
|
|
254
250
|
default?: number;
|
|
255
251
|
};
|
|
252
|
+
requestParamsMode: {
|
|
253
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
254
|
+
default?: "1" | "2";
|
|
255
|
+
};
|
|
256
|
+
customRequestParams: {
|
|
257
|
+
type?: import("vue").PropType<string>;
|
|
258
|
+
default?: string;
|
|
259
|
+
};
|
|
256
260
|
};
|
|
257
261
|
export interface ListEvents {
|
|
258
262
|
refreshData: () => void;
|
|
@@ -152,12 +152,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
152
152
|
default?: import("../../utils/props").RequestMethod;
|
|
153
153
|
};
|
|
154
154
|
requestHeaders: {
|
|
155
|
-
type?: import("vue").PropType<
|
|
156
|
-
|
|
157
|
-
}>;
|
|
158
|
-
default?: {
|
|
159
|
-
[key: string]: any;
|
|
160
|
-
};
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
161
157
|
};
|
|
162
158
|
isOpenRequestTimer: {
|
|
163
159
|
type?: import("vue").PropType<boolean>;
|
|
@@ -183,6 +179,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
179
|
type?: import("vue").PropType<number>;
|
|
184
180
|
default?: number;
|
|
185
181
|
};
|
|
182
|
+
requestParamsMode: {
|
|
183
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
184
|
+
default?: "1" | "2";
|
|
185
|
+
};
|
|
186
|
+
customRequestParams: {
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
189
|
+
};
|
|
186
190
|
}, {
|
|
187
191
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
192
|
myWidth: import("vue").ComputedRef<number>;
|
|
@@ -345,12 +349,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
345
349
|
default?: import("../../utils/props").RequestMethod;
|
|
346
350
|
};
|
|
347
351
|
requestHeaders: {
|
|
348
|
-
type?: import("vue").PropType<
|
|
349
|
-
|
|
350
|
-
}>;
|
|
351
|
-
default?: {
|
|
352
|
-
[key: string]: any;
|
|
353
|
-
};
|
|
352
|
+
type?: import("vue").PropType<string>;
|
|
353
|
+
default?: string;
|
|
354
354
|
};
|
|
355
355
|
isOpenRequestTimer: {
|
|
356
356
|
type?: import("vue").PropType<boolean>;
|
|
@@ -376,5 +376,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
376
376
|
type?: import("vue").PropType<number>;
|
|
377
377
|
default?: number;
|
|
378
378
|
};
|
|
379
|
+
requestParamsMode: {
|
|
380
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
381
|
+
default?: "1" | "2";
|
|
382
|
+
};
|
|
383
|
+
customRequestParams: {
|
|
384
|
+
type?: import("vue").PropType<string>;
|
|
385
|
+
default?: string;
|
|
386
|
+
};
|
|
379
387
|
}>>, {}>;
|
|
380
388
|
export default _sfc_main;
|
|
@@ -152,12 +152,8 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
152
152
|
default?: import("../../utils/props").RequestMethod;
|
|
153
153
|
};
|
|
154
154
|
requestHeaders: {
|
|
155
|
-
type?: import("vue").PropType<
|
|
156
|
-
|
|
157
|
-
}>;
|
|
158
|
-
default?: {
|
|
159
|
-
[key: string]: any;
|
|
160
|
-
};
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
161
157
|
};
|
|
162
158
|
isOpenRequestTimer: {
|
|
163
159
|
type?: import("vue").PropType<boolean>;
|
|
@@ -183,6 +179,14 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
183
179
|
type?: import("vue").PropType<number>;
|
|
184
180
|
default?: number;
|
|
185
181
|
};
|
|
182
|
+
requestParamsMode: {
|
|
183
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
184
|
+
default?: "1" | "2";
|
|
185
|
+
};
|
|
186
|
+
customRequestParams: {
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
189
|
+
};
|
|
186
190
|
}, {
|
|
187
191
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
192
|
myWidth: import("vue").ComputedRef<number>;
|
|
@@ -345,12 +349,8 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
345
349
|
default?: import("../../utils/props").RequestMethod;
|
|
346
350
|
};
|
|
347
351
|
requestHeaders: {
|
|
348
|
-
type?: import("vue").PropType<
|
|
349
|
-
|
|
350
|
-
}>;
|
|
351
|
-
default?: {
|
|
352
|
-
[key: string]: any;
|
|
353
|
-
};
|
|
352
|
+
type?: import("vue").PropType<string>;
|
|
353
|
+
default?: string;
|
|
354
354
|
};
|
|
355
355
|
isOpenRequestTimer: {
|
|
356
356
|
type?: import("vue").PropType<boolean>;
|
|
@@ -376,6 +376,14 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
376
376
|
type?: import("vue").PropType<number>;
|
|
377
377
|
default?: number;
|
|
378
378
|
};
|
|
379
|
+
requestParamsMode: {
|
|
380
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
381
|
+
default?: "1" | "2";
|
|
382
|
+
};
|
|
383
|
+
customRequestParams: {
|
|
384
|
+
type?: import("vue").PropType<string>;
|
|
385
|
+
default?: string;
|
|
386
|
+
};
|
|
379
387
|
}>>, {}>> & Record<string, any>;
|
|
380
388
|
export default EcanProportion;
|
|
381
389
|
export * from './props';
|
|
@@ -180,12 +180,8 @@ export declare const proportionComponentProps: {
|
|
|
180
180
|
default?: import('../../utils/props').RequestMethod;
|
|
181
181
|
};
|
|
182
182
|
requestHeaders: {
|
|
183
|
-
type?: import("vue").PropType<
|
|
184
|
-
|
|
185
|
-
}>;
|
|
186
|
-
default?: {
|
|
187
|
-
[key: string]: any;
|
|
188
|
-
};
|
|
183
|
+
type?: import("vue").PropType<string>;
|
|
184
|
+
default?: string;
|
|
189
185
|
};
|
|
190
186
|
isOpenRequestTimer: {
|
|
191
187
|
type?: import("vue").PropType<boolean>;
|
|
@@ -211,5 +207,13 @@ export declare const proportionComponentProps: {
|
|
|
211
207
|
type?: import("vue").PropType<number>;
|
|
212
208
|
default?: number;
|
|
213
209
|
};
|
|
210
|
+
requestParamsMode: {
|
|
211
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
212
|
+
default?: "1" | "2";
|
|
213
|
+
};
|
|
214
|
+
customRequestParams: {
|
|
215
|
+
type?: import("vue").PropType<string>;
|
|
216
|
+
default?: string;
|
|
217
|
+
};
|
|
214
218
|
};
|
|
215
219
|
export declare const proportionEvents: string[];
|
|
@@ -252,12 +252,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
252
252
|
default?: import("../../utils/props").RequestMethod;
|
|
253
253
|
};
|
|
254
254
|
requestHeaders: {
|
|
255
|
-
type?: import("vue").PropType<
|
|
256
|
-
|
|
257
|
-
}>;
|
|
258
|
-
default?: {
|
|
259
|
-
[key: string]: any;
|
|
260
|
-
};
|
|
255
|
+
type?: import("vue").PropType<string>;
|
|
256
|
+
default?: string;
|
|
261
257
|
};
|
|
262
258
|
isOpenRequestTimer: {
|
|
263
259
|
type?: import("vue").PropType<boolean>;
|
|
@@ -283,6 +279,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
283
279
|
type?: import("vue").PropType<number>;
|
|
284
280
|
default?: number;
|
|
285
281
|
};
|
|
282
|
+
requestParamsMode: {
|
|
283
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
284
|
+
default?: "1" | "2";
|
|
285
|
+
};
|
|
286
|
+
customRequestParams: {
|
|
287
|
+
type?: import("vue").PropType<string>;
|
|
288
|
+
default?: string;
|
|
289
|
+
};
|
|
286
290
|
}, {
|
|
287
291
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
288
292
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -545,12 +549,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
545
549
|
default?: import("../../utils/props").RequestMethod;
|
|
546
550
|
};
|
|
547
551
|
requestHeaders: {
|
|
548
|
-
type?: import("vue").PropType<
|
|
549
|
-
|
|
550
|
-
}>;
|
|
551
|
-
default?: {
|
|
552
|
-
[key: string]: any;
|
|
553
|
-
};
|
|
552
|
+
type?: import("vue").PropType<string>;
|
|
553
|
+
default?: string;
|
|
554
554
|
};
|
|
555
555
|
isOpenRequestTimer: {
|
|
556
556
|
type?: import("vue").PropType<boolean>;
|
|
@@ -576,5 +576,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
576
576
|
type?: import("vue").PropType<number>;
|
|
577
577
|
default?: number;
|
|
578
578
|
};
|
|
579
|
+
requestParamsMode: {
|
|
580
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
581
|
+
default?: "1" | "2";
|
|
582
|
+
};
|
|
583
|
+
customRequestParams: {
|
|
584
|
+
type?: import("vue").PropType<string>;
|
|
585
|
+
default?: string;
|
|
586
|
+
};
|
|
579
587
|
}>>, {}>;
|
|
580
588
|
export default _sfc_main;
|
|
@@ -252,12 +252,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
252
252
|
default?: import("../../utils/props").RequestMethod;
|
|
253
253
|
};
|
|
254
254
|
requestHeaders: {
|
|
255
|
-
type?: import("vue").PropType<
|
|
256
|
-
|
|
257
|
-
}>;
|
|
258
|
-
default?: {
|
|
259
|
-
[key: string]: any;
|
|
260
|
-
};
|
|
255
|
+
type?: import("vue").PropType<string>;
|
|
256
|
+
default?: string;
|
|
261
257
|
};
|
|
262
258
|
isOpenRequestTimer: {
|
|
263
259
|
type?: import("vue").PropType<boolean>;
|
|
@@ -283,6 +279,14 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
283
279
|
type?: import("vue").PropType<number>;
|
|
284
280
|
default?: number;
|
|
285
281
|
};
|
|
282
|
+
requestParamsMode: {
|
|
283
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
284
|
+
default?: "1" | "2";
|
|
285
|
+
};
|
|
286
|
+
customRequestParams: {
|
|
287
|
+
type?: import("vue").PropType<string>;
|
|
288
|
+
default?: string;
|
|
289
|
+
};
|
|
286
290
|
}, {
|
|
287
291
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
288
292
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -545,12 +549,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
545
549
|
default?: import("../../utils/props").RequestMethod;
|
|
546
550
|
};
|
|
547
551
|
requestHeaders: {
|
|
548
|
-
type?: import("vue").PropType<
|
|
549
|
-
|
|
550
|
-
}>;
|
|
551
|
-
default?: {
|
|
552
|
-
[key: string]: any;
|
|
553
|
-
};
|
|
552
|
+
type?: import("vue").PropType<string>;
|
|
553
|
+
default?: string;
|
|
554
554
|
};
|
|
555
555
|
isOpenRequestTimer: {
|
|
556
556
|
type?: import("vue").PropType<boolean>;
|
|
@@ -576,6 +576,14 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
576
576
|
type?: import("vue").PropType<number>;
|
|
577
577
|
default?: number;
|
|
578
578
|
};
|
|
579
|
+
requestParamsMode: {
|
|
580
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
581
|
+
default?: "1" | "2";
|
|
582
|
+
};
|
|
583
|
+
customRequestParams: {
|
|
584
|
+
type?: import("vue").PropType<string>;
|
|
585
|
+
default?: string;
|
|
586
|
+
};
|
|
579
587
|
}>>, {}>> & Record<string, any>;
|
|
580
588
|
export default EcanText;
|
|
581
589
|
export * from './props';
|
|
@@ -306,12 +306,8 @@ export declare const textComponentProps: {
|
|
|
306
306
|
default?: import('../../utils/props').RequestMethod;
|
|
307
307
|
};
|
|
308
308
|
requestHeaders: {
|
|
309
|
-
type?: import("vue").PropType<
|
|
310
|
-
|
|
311
|
-
}>;
|
|
312
|
-
default?: {
|
|
313
|
-
[key: string]: any;
|
|
314
|
-
};
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
315
311
|
};
|
|
316
312
|
isOpenRequestTimer: {
|
|
317
313
|
type?: import("vue").PropType<boolean>;
|
|
@@ -337,5 +333,13 @@ export declare const textComponentProps: {
|
|
|
337
333
|
type?: import("vue").PropType<number>;
|
|
338
334
|
default?: number;
|
|
339
335
|
};
|
|
336
|
+
requestParamsMode: {
|
|
337
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
338
|
+
default?: "1" | "2";
|
|
339
|
+
};
|
|
340
|
+
customRequestParams: {
|
|
341
|
+
type?: import("vue").PropType<string>;
|
|
342
|
+
default?: string;
|
|
343
|
+
};
|
|
340
344
|
};
|
|
341
345
|
export declare const textEvents: string[];
|