@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
package/package.json
CHANGED
|
@@ -144,12 +144,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
144
144
|
default?: import("../../utils/props").RequestMethod;
|
|
145
145
|
};
|
|
146
146
|
requestHeaders: {
|
|
147
|
-
type?: import("vue").PropType<
|
|
148
|
-
|
|
149
|
-
}>;
|
|
150
|
-
default?: {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
};
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
153
149
|
};
|
|
154
150
|
isOpenRequestTimer: {
|
|
155
151
|
type?: import("vue").PropType<boolean>;
|
|
@@ -175,6 +171,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
175
171
|
type?: import("vue").PropType<number>;
|
|
176
172
|
default?: number;
|
|
177
173
|
};
|
|
174
|
+
requestParamsMode: {
|
|
175
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
176
|
+
default?: "1" | "2";
|
|
177
|
+
};
|
|
178
|
+
customRequestParams: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
178
182
|
}, {
|
|
179
183
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
180
184
|
gradientStyle: import("vue").ComputedRef<{
|
|
@@ -338,12 +342,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
338
342
|
default?: import("../../utils/props").RequestMethod;
|
|
339
343
|
};
|
|
340
344
|
requestHeaders: {
|
|
341
|
-
type?: import("vue").PropType<
|
|
342
|
-
|
|
343
|
-
}>;
|
|
344
|
-
default?: {
|
|
345
|
-
[key: string]: any;
|
|
346
|
-
};
|
|
345
|
+
type?: import("vue").PropType<string>;
|
|
346
|
+
default?: string;
|
|
347
347
|
};
|
|
348
348
|
isOpenRequestTimer: {
|
|
349
349
|
type?: import("vue").PropType<boolean>;
|
|
@@ -369,5 +369,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
369
369
|
type?: import("vue").PropType<number>;
|
|
370
370
|
default?: number;
|
|
371
371
|
};
|
|
372
|
+
requestParamsMode: {
|
|
373
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
374
|
+
default?: "1" | "2";
|
|
375
|
+
};
|
|
376
|
+
customRequestParams: {
|
|
377
|
+
type?: import("vue").PropType<string>;
|
|
378
|
+
default?: string;
|
|
379
|
+
};
|
|
372
380
|
}>>, {}>;
|
|
373
381
|
export default _sfc_main;
|
|
@@ -144,12 +144,8 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
144
144
|
default?: import("../../utils/props").RequestMethod;
|
|
145
145
|
};
|
|
146
146
|
requestHeaders: {
|
|
147
|
-
type?: import("vue").PropType<
|
|
148
|
-
|
|
149
|
-
}>;
|
|
150
|
-
default?: {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
};
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
153
149
|
};
|
|
154
150
|
isOpenRequestTimer: {
|
|
155
151
|
type?: import("vue").PropType<boolean>;
|
|
@@ -175,6 +171,14 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
175
171
|
type?: import("vue").PropType<number>;
|
|
176
172
|
default?: number;
|
|
177
173
|
};
|
|
174
|
+
requestParamsMode: {
|
|
175
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
176
|
+
default?: "1" | "2";
|
|
177
|
+
};
|
|
178
|
+
customRequestParams: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
178
182
|
}, {
|
|
179
183
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
180
184
|
gradientStyle: import("vue").ComputedRef<{
|
|
@@ -338,12 +342,8 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
338
342
|
default?: import("../../utils/props").RequestMethod;
|
|
339
343
|
};
|
|
340
344
|
requestHeaders: {
|
|
341
|
-
type?: import("vue").PropType<
|
|
342
|
-
|
|
343
|
-
}>;
|
|
344
|
-
default?: {
|
|
345
|
-
[key: string]: any;
|
|
346
|
-
};
|
|
345
|
+
type?: import("vue").PropType<string>;
|
|
346
|
+
default?: string;
|
|
347
347
|
};
|
|
348
348
|
isOpenRequestTimer: {
|
|
349
349
|
type?: import("vue").PropType<boolean>;
|
|
@@ -369,6 +369,14 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
369
369
|
type?: import("vue").PropType<number>;
|
|
370
370
|
default?: number;
|
|
371
371
|
};
|
|
372
|
+
requestParamsMode: {
|
|
373
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
374
|
+
default?: "1" | "2";
|
|
375
|
+
};
|
|
376
|
+
customRequestParams: {
|
|
377
|
+
type?: import("vue").PropType<string>;
|
|
378
|
+
default?: string;
|
|
379
|
+
};
|
|
372
380
|
}>>, {}>> & Record<string, any>;
|
|
373
381
|
export default EcanBorder;
|
|
374
382
|
export * from './props';
|
|
@@ -169,12 +169,8 @@ export declare const borderComponentProps: {
|
|
|
169
169
|
default?: import('../../utils/props').RequestMethod;
|
|
170
170
|
};
|
|
171
171
|
requestHeaders: {
|
|
172
|
-
type?: import("vue").PropType<
|
|
173
|
-
|
|
174
|
-
}>;
|
|
175
|
-
default?: {
|
|
176
|
-
[key: string]: any;
|
|
177
|
-
};
|
|
172
|
+
type?: import("vue").PropType<string>;
|
|
173
|
+
default?: string;
|
|
178
174
|
};
|
|
179
175
|
isOpenRequestTimer: {
|
|
180
176
|
type?: import("vue").PropType<boolean>;
|
|
@@ -200,5 +196,13 @@ export declare const borderComponentProps: {
|
|
|
200
196
|
type?: import("vue").PropType<number>;
|
|
201
197
|
default?: number;
|
|
202
198
|
};
|
|
199
|
+
requestParamsMode: {
|
|
200
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
201
|
+
default?: "1" | "2";
|
|
202
|
+
};
|
|
203
|
+
customRequestParams: {
|
|
204
|
+
type?: import("vue").PropType<string>;
|
|
205
|
+
default?: string;
|
|
206
|
+
};
|
|
203
207
|
};
|
|
204
208
|
export declare const borderEvents: string[];
|
|
@@ -131,12 +131,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
131
131
|
default?: import("../../utils/props").RequestMethod;
|
|
132
132
|
};
|
|
133
133
|
requestHeaders: {
|
|
134
|
-
type?: import("vue").PropType<
|
|
135
|
-
|
|
136
|
-
}>;
|
|
137
|
-
default?: {
|
|
138
|
-
[key: string]: any;
|
|
139
|
-
};
|
|
134
|
+
type?: import("vue").PropType<string>;
|
|
135
|
+
default?: string;
|
|
140
136
|
};
|
|
141
137
|
isOpenRequestTimer: {
|
|
142
138
|
type?: import("vue").PropType<boolean>;
|
|
@@ -162,6 +158,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
162
158
|
type?: import("vue").PropType<number>;
|
|
163
159
|
default?: number;
|
|
164
160
|
};
|
|
161
|
+
requestParamsMode: {
|
|
162
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
163
|
+
default?: "1" | "2";
|
|
164
|
+
};
|
|
165
|
+
customRequestParams: {
|
|
166
|
+
type?: import("vue").PropType<string>;
|
|
167
|
+
default?: string;
|
|
168
|
+
};
|
|
165
169
|
}, {
|
|
166
170
|
loading: import("vue").Ref<boolean>;
|
|
167
171
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -302,12 +306,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
302
306
|
default?: import("../../utils/props").RequestMethod;
|
|
303
307
|
};
|
|
304
308
|
requestHeaders: {
|
|
305
|
-
type?: import("vue").PropType<
|
|
306
|
-
|
|
307
|
-
}>;
|
|
308
|
-
default?: {
|
|
309
|
-
[key: string]: any;
|
|
310
|
-
};
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
311
311
|
};
|
|
312
312
|
isOpenRequestTimer: {
|
|
313
313
|
type?: import("vue").PropType<boolean>;
|
|
@@ -333,5 +333,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
333
333
|
type?: import("vue").PropType<number>;
|
|
334
334
|
default?: number;
|
|
335
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
|
+
};
|
|
336
344
|
}>>, {}>;
|
|
337
345
|
export default _sfc_main;
|
|
@@ -131,12 +131,8 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
131
131
|
default?: import("../../utils/props").RequestMethod;
|
|
132
132
|
};
|
|
133
133
|
requestHeaders: {
|
|
134
|
-
type?: import("vue").PropType<
|
|
135
|
-
|
|
136
|
-
}>;
|
|
137
|
-
default?: {
|
|
138
|
-
[key: string]: any;
|
|
139
|
-
};
|
|
134
|
+
type?: import("vue").PropType<string>;
|
|
135
|
+
default?: string;
|
|
140
136
|
};
|
|
141
137
|
isOpenRequestTimer: {
|
|
142
138
|
type?: import("vue").PropType<boolean>;
|
|
@@ -162,6 +158,14 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
162
158
|
type?: import("vue").PropType<number>;
|
|
163
159
|
default?: number;
|
|
164
160
|
};
|
|
161
|
+
requestParamsMode: {
|
|
162
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
163
|
+
default?: "1" | "2";
|
|
164
|
+
};
|
|
165
|
+
customRequestParams: {
|
|
166
|
+
type?: import("vue").PropType<string>;
|
|
167
|
+
default?: string;
|
|
168
|
+
};
|
|
165
169
|
}, {
|
|
166
170
|
loading: import("vue").Ref<boolean>;
|
|
167
171
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -302,12 +306,8 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
302
306
|
default?: import("../../utils/props").RequestMethod;
|
|
303
307
|
};
|
|
304
308
|
requestHeaders: {
|
|
305
|
-
type?: import("vue").PropType<
|
|
306
|
-
|
|
307
|
-
}>;
|
|
308
|
-
default?: {
|
|
309
|
-
[key: string]: any;
|
|
310
|
-
};
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
311
311
|
};
|
|
312
312
|
isOpenRequestTimer: {
|
|
313
313
|
type?: import("vue").PropType<boolean>;
|
|
@@ -333,6 +333,14 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
333
333
|
type?: import("vue").PropType<number>;
|
|
334
334
|
default?: number;
|
|
335
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
|
+
};
|
|
336
344
|
}>>, {}>> & Record<string, any>;
|
|
337
345
|
export default EcanCirculate;
|
|
338
346
|
export * from './props';
|
|
@@ -151,12 +151,8 @@ export declare const circulateComponentProps: {
|
|
|
151
151
|
default?: import('../../utils/props').RequestMethod;
|
|
152
152
|
};
|
|
153
153
|
requestHeaders: {
|
|
154
|
-
type?: import("vue").PropType<
|
|
155
|
-
|
|
156
|
-
}>;
|
|
157
|
-
default?: {
|
|
158
|
-
[key: string]: any;
|
|
159
|
-
};
|
|
154
|
+
type?: import("vue").PropType<string>;
|
|
155
|
+
default?: string;
|
|
160
156
|
};
|
|
161
157
|
isOpenRequestTimer: {
|
|
162
158
|
type?: import("vue").PropType<boolean>;
|
|
@@ -182,5 +178,13 @@ export declare const circulateComponentProps: {
|
|
|
182
178
|
type?: import("vue").PropType<number>;
|
|
183
179
|
default?: number;
|
|
184
180
|
};
|
|
181
|
+
requestParamsMode: {
|
|
182
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
183
|
+
default?: "1" | "2";
|
|
184
|
+
};
|
|
185
|
+
customRequestParams: {
|
|
186
|
+
type?: import("vue").PropType<string>;
|
|
187
|
+
default?: string;
|
|
188
|
+
};
|
|
185
189
|
};
|
|
186
190
|
export declare const circulateEvents: string[];
|
|
@@ -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
|
activeKey: import("vue").Ref<number>;
|
|
@@ -416,12 +420,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
416
420
|
default?: import("../../utils/props").RequestMethod;
|
|
417
421
|
};
|
|
418
422
|
requestHeaders: {
|
|
419
|
-
type?: import("vue").PropType<
|
|
420
|
-
|
|
421
|
-
}>;
|
|
422
|
-
default?: {
|
|
423
|
-
[key: string]: any;
|
|
424
|
-
};
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
425
425
|
};
|
|
426
426
|
isOpenRequestTimer: {
|
|
427
427
|
type?: import("vue").PropType<boolean>;
|
|
@@ -447,5 +447,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
447
447
|
type?: import("vue").PropType<number>;
|
|
448
448
|
default?: number;
|
|
449
449
|
};
|
|
450
|
+
requestParamsMode: {
|
|
451
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
452
|
+
default?: "1" | "2";
|
|
453
|
+
};
|
|
454
|
+
customRequestParams: {
|
|
455
|
+
type?: import("vue").PropType<string>;
|
|
456
|
+
default?: string;
|
|
457
|
+
};
|
|
450
458
|
}>>, {}>;
|
|
451
459
|
export default _sfc_main;
|
|
@@ -184,12 +184,8 @@ export declare const EcanTabs: 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 EcanTabs: 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
|
activeKey: import("vue").Ref<number>;
|
|
@@ -416,12 +420,8 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
416
420
|
default?: import("../../utils/props").RequestMethod;
|
|
417
421
|
};
|
|
418
422
|
requestHeaders: {
|
|
419
|
-
type?: import("vue").PropType<
|
|
420
|
-
|
|
421
|
-
}>;
|
|
422
|
-
default?: {
|
|
423
|
-
[key: string]: any;
|
|
424
|
-
};
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
425
425
|
};
|
|
426
426
|
isOpenRequestTimer: {
|
|
427
427
|
type?: import("vue").PropType<boolean>;
|
|
@@ -447,6 +447,14 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
447
447
|
type?: import("vue").PropType<number>;
|
|
448
448
|
default?: number;
|
|
449
449
|
};
|
|
450
|
+
requestParamsMode: {
|
|
451
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
452
|
+
default?: "1" | "2";
|
|
453
|
+
};
|
|
454
|
+
customRequestParams: {
|
|
455
|
+
type?: import("vue").PropType<string>;
|
|
456
|
+
default?: string;
|
|
457
|
+
};
|
|
450
458
|
}>>, {}>> & Record<string, any>;
|
|
451
459
|
export default EcanTabs;
|
|
452
460
|
export * from './props';
|
|
@@ -220,12 +220,8 @@ export declare const tabsComponentProps: {
|
|
|
220
220
|
default?: import('../../utils/props').RequestMethod;
|
|
221
221
|
};
|
|
222
222
|
requestHeaders: {
|
|
223
|
-
type?: import("vue").PropType<
|
|
224
|
-
|
|
225
|
-
}>;
|
|
226
|
-
default?: {
|
|
227
|
-
[key: string]: any;
|
|
228
|
-
};
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
229
225
|
};
|
|
230
226
|
isOpenRequestTimer: {
|
|
231
227
|
type?: import("vue").PropType<boolean>;
|
|
@@ -251,5 +247,13 @@ export declare const tabsComponentProps: {
|
|
|
251
247
|
type?: import("vue").PropType<number>;
|
|
252
248
|
default?: number;
|
|
253
249
|
};
|
|
250
|
+
requestParamsMode: {
|
|
251
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
252
|
+
default?: "1" | "2";
|
|
253
|
+
};
|
|
254
|
+
customRequestParams: {
|
|
255
|
+
type?: import("vue").PropType<string>;
|
|
256
|
+
default?: string;
|
|
257
|
+
};
|
|
254
258
|
};
|
|
255
259
|
export declare const tabsEvents: string[];
|
|
@@ -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
|
click: () => void;
|
|
@@ -256,12 +260,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
256
260
|
default?: import("../../utils/props").RequestMethod;
|
|
257
261
|
};
|
|
258
262
|
requestHeaders: {
|
|
259
|
-
type?: import("vue").PropType<
|
|
260
|
-
|
|
261
|
-
}>;
|
|
262
|
-
default?: {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
265
265
|
};
|
|
266
266
|
isOpenRequestTimer: {
|
|
267
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -287,5 +287,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
287
287
|
type?: import("vue").PropType<number>;
|
|
288
288
|
default?: number;
|
|
289
289
|
};
|
|
290
|
+
requestParamsMode: {
|
|
291
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
292
|
+
default?: "1" | "2";
|
|
293
|
+
};
|
|
294
|
+
customRequestParams: {
|
|
295
|
+
type?: import("vue").PropType<string>;
|
|
296
|
+
default?: string;
|
|
297
|
+
};
|
|
290
298
|
}>>, {}>;
|
|
291
299
|
export default _sfc_main;
|
|
@@ -108,12 +108,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
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 EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
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
|
click: () => void;
|
|
@@ -256,12 +260,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
256
260
|
default?: import("../../utils/props").RequestMethod;
|
|
257
261
|
};
|
|
258
262
|
requestHeaders: {
|
|
259
|
-
type?: import("vue").PropType<
|
|
260
|
-
|
|
261
|
-
}>;
|
|
262
|
-
default?: {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
265
265
|
};
|
|
266
266
|
isOpenRequestTimer: {
|
|
267
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -287,6 +287,14 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
287
287
|
type?: import("vue").PropType<number>;
|
|
288
288
|
default?: number;
|
|
289
289
|
};
|
|
290
|
+
requestParamsMode: {
|
|
291
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
292
|
+
default?: "1" | "2";
|
|
293
|
+
};
|
|
294
|
+
customRequestParams: {
|
|
295
|
+
type?: import("vue").PropType<string>;
|
|
296
|
+
default?: string;
|
|
297
|
+
};
|
|
290
298
|
}>>, {}>> & Record<string, any>;
|
|
291
299
|
export default EcanButton;
|
|
292
300
|
export * from './props';
|
|
@@ -123,12 +123,8 @@ export declare const buttonComponentProps: {
|
|
|
123
123
|
default?: import('../../utils/props').RequestMethod;
|
|
124
124
|
};
|
|
125
125
|
requestHeaders: {
|
|
126
|
-
type?: import("vue").PropType<
|
|
127
|
-
|
|
128
|
-
}>;
|
|
129
|
-
default?: {
|
|
130
|
-
[key: string]: any;
|
|
131
|
-
};
|
|
126
|
+
type?: import("vue").PropType<string>;
|
|
127
|
+
default?: string;
|
|
132
128
|
};
|
|
133
129
|
isOpenRequestTimer: {
|
|
134
130
|
type?: import("vue").PropType<boolean>;
|
|
@@ -154,5 +150,13 @@ export declare const buttonComponentProps: {
|
|
|
154
150
|
type?: import("vue").PropType<number>;
|
|
155
151
|
default?: number;
|
|
156
152
|
};
|
|
153
|
+
requestParamsMode: {
|
|
154
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
155
|
+
default?: "1" | "2";
|
|
156
|
+
};
|
|
157
|
+
customRequestParams: {
|
|
158
|
+
type?: import("vue").PropType<string>;
|
|
159
|
+
default?: string;
|
|
160
|
+
};
|
|
157
161
|
};
|
|
158
162
|
export declare const buttonEvents: string[];
|
|
@@ -81,12 +81,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
default?: import("../../utils/props").RequestMethod;
|
|
82
82
|
};
|
|
83
83
|
requestHeaders: {
|
|
84
|
-
type?: import("vue").PropType<
|
|
85
|
-
|
|
86
|
-
}>;
|
|
87
|
-
default?: {
|
|
88
|
-
[key: string]: any;
|
|
89
|
-
};
|
|
84
|
+
type?: import("vue").PropType<string>;
|
|
85
|
+
default?: string;
|
|
90
86
|
};
|
|
91
87
|
isOpenRequestTimer: {
|
|
92
88
|
type?: import("vue").PropType<boolean>;
|
|
@@ -112,6 +108,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
112
108
|
type?: import("vue").PropType<number>;
|
|
113
109
|
default?: number;
|
|
114
110
|
};
|
|
111
|
+
requestParamsMode: {
|
|
112
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
113
|
+
default?: "1" | "2";
|
|
114
|
+
};
|
|
115
|
+
customRequestParams: {
|
|
116
|
+
type?: import("vue").PropType<string>;
|
|
117
|
+
default?: string;
|
|
118
|
+
};
|
|
115
119
|
}, {
|
|
116
120
|
myOption: import("vue").Ref<{
|
|
117
121
|
label: string;
|
|
@@ -205,12 +209,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
205
209
|
default?: import("../../utils/props").RequestMethod;
|
|
206
210
|
};
|
|
207
211
|
requestHeaders: {
|
|
208
|
-
type?: import("vue").PropType<
|
|
209
|
-
|
|
210
|
-
}>;
|
|
211
|
-
default?: {
|
|
212
|
-
[key: string]: any;
|
|
213
|
-
};
|
|
212
|
+
type?: import("vue").PropType<string>;
|
|
213
|
+
default?: string;
|
|
214
214
|
};
|
|
215
215
|
isOpenRequestTimer: {
|
|
216
216
|
type?: import("vue").PropType<boolean>;
|
|
@@ -236,5 +236,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
236
236
|
type?: import("vue").PropType<number>;
|
|
237
237
|
default?: number;
|
|
238
238
|
};
|
|
239
|
+
requestParamsMode: {
|
|
240
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
241
|
+
default?: "1" | "2";
|
|
242
|
+
};
|
|
243
|
+
customRequestParams: {
|
|
244
|
+
type?: import("vue").PropType<string>;
|
|
245
|
+
default?: string;
|
|
246
|
+
};
|
|
239
247
|
}>>, {}>;
|
|
240
248
|
export default _sfc_main;
|