@ecan-bi/datav 1.0.39 → 1.0.42
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 +701 -173
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +699 -171
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +132 -72
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +2 -1
- package/types/_utils/hooks/index.d.ts +1 -0
- package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
- package/types/common/echarts/Echarts.d.ts +418 -0
- package/types/common/echarts/index.d.ts +2 -2
- package/types/common/index.d.ts +1 -1
- package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
- package/types/common/skeleton/index.d.ts +2 -0
- package/types/container/border/Border.vue.d.ts +54 -54
- package/types/container/border/props.d.ts +54 -54
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +72 -0
- package/types/control/button/index.d.ts +72 -0
- package/types/control/button/props.d.ts +84 -44
- package/types/control/date-picker/props.d.ts +52 -52
- package/types/control/input/props.d.ts +48 -48
- package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
- package/types/control/range-picker/props.d.ts +52 -52
- package/types/control/select/Select.vue.d.ts +50 -50
- package/types/control/select/props.d.ts +50 -50
- package/types/graph/bar/Bar.vue.d.ts +128 -128
- package/types/graph/bar/index.d.ts +128 -128
- package/types/graph/bar/props.d.ts +65 -65
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
- package/types/graph/combo-graph/index.d.ts +155 -0
- package/types/graph/combo-graph/props.d.ts +72 -0
- package/types/graph/custom-graph/props.d.ts +48 -48
- package/types/graph/line/Line.vue.d.ts +155 -0
- package/types/graph/line/index.d.ts +155 -0
- package/types/graph/line/props.d.ts +72 -0
- package/types/graph/pie/Pie.vue.d.ts +155 -0
- package/types/graph/pie/index.d.ts +155 -0
- package/types/graph/pie/props.d.ts +72 -0
- package/types/graph/scatter/Scatter.vue.d.ts +155 -0
- package/types/graph/scatter/index.d.ts +155 -0
- package/types/graph/scatter/props.d.ts +72 -0
- package/types/map/map/props.d.ts +112 -112
- package/types/media/image/props.d.ts +52 -52
- package/types/table/table/Table.vue.d.ts +900 -79
- package/types/table/table/index.d.ts +899 -79
- package/types/table/table/props.d.ts +451 -39
- package/types/text/list/List.vue.d.ts +64 -64
- package/types/text/list/props.d.ts +64 -64
- package/types/text/proportion/Proportion.vue.d.ts +68 -68
- package/types/text/proportion/props.d.ts +68 -68
- package/types/text/text/Text.vue.d.ts +66 -66
- package/types/text/text/props.d.ts +66 -66
- package/types/text/time-display/props.d.ts +60 -60
|
@@ -7,7 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
type: any;
|
|
8
8
|
default: string | number | boolean | Events | {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
} | import(
|
|
10
|
+
} | import('../../_utils/props').RequestParams;
|
|
11
11
|
};
|
|
12
12
|
fontFamily: {
|
|
13
13
|
type?: undefined;
|
|
@@ -16,7 +16,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
type: any;
|
|
17
17
|
default: string | number | boolean | Events | {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
} | import(
|
|
19
|
+
} | import('../../_utils/props').RequestParams;
|
|
20
20
|
};
|
|
21
21
|
fontWeight: {
|
|
22
22
|
type?: undefined;
|
|
@@ -25,7 +25,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
type: any;
|
|
26
26
|
default: string | number | boolean | Events | {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
} | import(
|
|
28
|
+
} | import('../../_utils/props').RequestParams;
|
|
29
29
|
};
|
|
30
30
|
title: {
|
|
31
31
|
type?: undefined;
|
|
@@ -34,7 +34,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
34
34
|
type: any;
|
|
35
35
|
default: string | number | boolean | Events | {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
} | import(
|
|
37
|
+
} | import('../../_utils/props').RequestParams;
|
|
38
38
|
};
|
|
39
39
|
mode: {
|
|
40
40
|
type?: undefined;
|
|
@@ -43,7 +43,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
43
43
|
type: any;
|
|
44
44
|
default: string | number | boolean | Events | {
|
|
45
45
|
[key: string]: any;
|
|
46
|
-
} | import(
|
|
46
|
+
} | import('../../_utils/props').RequestParams;
|
|
47
47
|
};
|
|
48
48
|
id: {
|
|
49
49
|
type?: undefined;
|
|
@@ -52,7 +52,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
52
52
|
type: any;
|
|
53
53
|
default: string | number | boolean | Events | {
|
|
54
54
|
[key: string]: any;
|
|
55
|
-
} | import(
|
|
55
|
+
} | import('../../_utils/props').RequestParams;
|
|
56
56
|
};
|
|
57
57
|
name: {
|
|
58
58
|
type?: undefined;
|
|
@@ -61,7 +61,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
61
61
|
type: any;
|
|
62
62
|
default: string | number | boolean | Events | {
|
|
63
63
|
[key: string]: any;
|
|
64
|
-
} | import(
|
|
64
|
+
} | import('../../_utils/props').RequestParams;
|
|
65
65
|
};
|
|
66
66
|
keyName: {
|
|
67
67
|
type?: undefined;
|
|
@@ -70,7 +70,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
70
|
type: any;
|
|
71
71
|
default: string | number | boolean | Events | {
|
|
72
72
|
[key: string]: any;
|
|
73
|
-
} | import(
|
|
73
|
+
} | import('../../_utils/props').RequestParams;
|
|
74
74
|
};
|
|
75
75
|
type: {
|
|
76
76
|
type?: undefined;
|
|
@@ -79,7 +79,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
79
79
|
type: any;
|
|
80
80
|
default: string | number | boolean | Events | {
|
|
81
81
|
[key: string]: any;
|
|
82
|
-
} | import(
|
|
82
|
+
} | import('../../_utils/props').RequestParams;
|
|
83
83
|
};
|
|
84
84
|
width: {
|
|
85
85
|
type?: undefined;
|
|
@@ -88,7 +88,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
88
88
|
type: any;
|
|
89
89
|
default: string | number | boolean | Events | {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
} | import(
|
|
91
|
+
} | import('../../_utils/props').RequestParams;
|
|
92
92
|
};
|
|
93
93
|
height: {
|
|
94
94
|
type?: undefined;
|
|
@@ -97,7 +97,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
97
97
|
type: any;
|
|
98
98
|
default: string | number | boolean | Events | {
|
|
99
99
|
[key: string]: any;
|
|
100
|
-
} | import(
|
|
100
|
+
} | import('../../_utils/props').RequestParams;
|
|
101
101
|
};
|
|
102
102
|
position: {
|
|
103
103
|
type?: undefined;
|
|
@@ -106,7 +106,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
106
106
|
type: any;
|
|
107
107
|
default: string | number | boolean | Events | {
|
|
108
108
|
[key: string]: any;
|
|
109
|
-
} | import(
|
|
109
|
+
} | import('../../_utils/props').RequestParams;
|
|
110
110
|
};
|
|
111
111
|
top: {
|
|
112
112
|
type?: undefined;
|
|
@@ -115,7 +115,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
115
115
|
type: any;
|
|
116
116
|
default: string | number | boolean | Events | {
|
|
117
117
|
[key: string]: any;
|
|
118
|
-
} | import(
|
|
118
|
+
} | import('../../_utils/props').RequestParams;
|
|
119
119
|
};
|
|
120
120
|
left: {
|
|
121
121
|
type?: undefined;
|
|
@@ -124,7 +124,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
124
|
type: any;
|
|
125
125
|
default: string | number | boolean | Events | {
|
|
126
126
|
[key: string]: any;
|
|
127
|
-
} | import(
|
|
127
|
+
} | import('../../_utils/props').RequestParams;
|
|
128
128
|
};
|
|
129
129
|
zIndex: {
|
|
130
130
|
type?: undefined;
|
|
@@ -133,7 +133,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
133
133
|
type: any;
|
|
134
134
|
default: string | number | boolean | Events | {
|
|
135
135
|
[key: string]: any;
|
|
136
|
-
} | import(
|
|
136
|
+
} | import('../../_utils/props').RequestParams;
|
|
137
137
|
};
|
|
138
138
|
rotate: {
|
|
139
139
|
type?: undefined;
|
|
@@ -142,7 +142,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
142
142
|
type: any;
|
|
143
143
|
default: string | number | boolean | Events | {
|
|
144
144
|
[key: string]: any;
|
|
145
|
-
} | import(
|
|
145
|
+
} | import('../../_utils/props').RequestParams;
|
|
146
146
|
};
|
|
147
147
|
isShow: {
|
|
148
148
|
type?: undefined;
|
|
@@ -151,7 +151,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
151
151
|
type: any;
|
|
152
152
|
default: string | number | boolean | Events | {
|
|
153
153
|
[key: string]: any;
|
|
154
|
-
} | import(
|
|
154
|
+
} | import('../../_utils/props').RequestParams;
|
|
155
155
|
};
|
|
156
156
|
isRender: {
|
|
157
157
|
type?: undefined;
|
|
@@ -160,7 +160,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
160
160
|
type: any;
|
|
161
161
|
default: string | number | boolean | Events | {
|
|
162
162
|
[key: string]: any;
|
|
163
|
-
} | import(
|
|
163
|
+
} | import('../../_utils/props').RequestParams;
|
|
164
164
|
};
|
|
165
165
|
events: {
|
|
166
166
|
type?: undefined;
|
|
@@ -169,7 +169,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
169
169
|
type: any;
|
|
170
170
|
default: string | number | boolean | Events | {
|
|
171
171
|
[key: string]: any;
|
|
172
|
-
} | import(
|
|
172
|
+
} | import('../../_utils/props').RequestParams;
|
|
173
173
|
};
|
|
174
174
|
requestUrl: {
|
|
175
175
|
type?: undefined;
|
|
@@ -178,7 +178,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
178
178
|
type: any;
|
|
179
179
|
default: string | number | boolean | Events | {
|
|
180
180
|
[key: string]: any;
|
|
181
|
-
} | import(
|
|
181
|
+
} | import('../../_utils/props').RequestParams;
|
|
182
182
|
};
|
|
183
183
|
requestMethod: {
|
|
184
184
|
type?: undefined;
|
|
@@ -187,7 +187,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
187
187
|
type: any;
|
|
188
188
|
default: string | number | boolean | Events | {
|
|
189
189
|
[key: string]: any;
|
|
190
|
-
} | import(
|
|
190
|
+
} | import('../../_utils/props').RequestParams;
|
|
191
191
|
};
|
|
192
192
|
requestHeaders: {
|
|
193
193
|
type?: undefined;
|
|
@@ -196,7 +196,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
196
196
|
type: any;
|
|
197
197
|
default: string | number | boolean | Events | {
|
|
198
198
|
[key: string]: any;
|
|
199
|
-
} | import(
|
|
199
|
+
} | import('../../_utils/props').RequestParams;
|
|
200
200
|
};
|
|
201
201
|
isOpenRequestTimer: {
|
|
202
202
|
type?: undefined;
|
|
@@ -205,7 +205,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
205
205
|
type: any;
|
|
206
206
|
default: string | number | boolean | Events | {
|
|
207
207
|
[key: string]: any;
|
|
208
|
-
} | import(
|
|
208
|
+
} | import('../../_utils/props').RequestParams;
|
|
209
209
|
};
|
|
210
210
|
requestInterval: {
|
|
211
211
|
type?: undefined;
|
|
@@ -214,7 +214,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
214
214
|
type: any;
|
|
215
215
|
default: string | number | boolean | Events | {
|
|
216
216
|
[key: string]: any;
|
|
217
|
-
} | import(
|
|
217
|
+
} | import('../../_utils/props').RequestParams;
|
|
218
218
|
};
|
|
219
219
|
requestParams: {
|
|
220
220
|
type?: undefined;
|
|
@@ -223,7 +223,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
223
223
|
type: any;
|
|
224
224
|
default: string | number | boolean | Events | {
|
|
225
225
|
[key: string]: any;
|
|
226
|
-
} | import(
|
|
226
|
+
} | import('../../_utils/props').RequestParams;
|
|
227
227
|
};
|
|
228
228
|
requestSort: {
|
|
229
229
|
type?: undefined;
|
|
@@ -232,7 +232,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
232
232
|
type: any;
|
|
233
233
|
default: string | number | boolean | Events | {
|
|
234
234
|
[key: string]: any;
|
|
235
|
-
} | import(
|
|
235
|
+
} | import('../../_utils/props').RequestParams;
|
|
236
236
|
};
|
|
237
237
|
dataType: {
|
|
238
238
|
type?: undefined;
|
|
@@ -241,7 +241,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
241
241
|
type: any;
|
|
242
242
|
default: string | number | boolean | Events | {
|
|
243
243
|
[key: string]: any;
|
|
244
|
-
} | import(
|
|
244
|
+
} | import('../../_utils/props').RequestParams;
|
|
245
245
|
};
|
|
246
246
|
}, {
|
|
247
247
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -254,7 +254,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
254
254
|
type: any;
|
|
255
255
|
default: string | number | boolean | Events | {
|
|
256
256
|
[key: string]: any;
|
|
257
|
-
} | import(
|
|
257
|
+
} | import('../../_utils/props').RequestParams;
|
|
258
258
|
};
|
|
259
259
|
fontFamily: {
|
|
260
260
|
type?: undefined;
|
|
@@ -263,7 +263,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
263
263
|
type: any;
|
|
264
264
|
default: string | number | boolean | Events | {
|
|
265
265
|
[key: string]: any;
|
|
266
|
-
} | import(
|
|
266
|
+
} | import('../../_utils/props').RequestParams;
|
|
267
267
|
};
|
|
268
268
|
fontWeight: {
|
|
269
269
|
type?: undefined;
|
|
@@ -272,7 +272,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
272
272
|
type: any;
|
|
273
273
|
default: string | number | boolean | Events | {
|
|
274
274
|
[key: string]: any;
|
|
275
|
-
} | import(
|
|
275
|
+
} | import('../../_utils/props').RequestParams;
|
|
276
276
|
};
|
|
277
277
|
title: {
|
|
278
278
|
type?: undefined;
|
|
@@ -281,7 +281,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
281
281
|
type: any;
|
|
282
282
|
default: string | number | boolean | Events | {
|
|
283
283
|
[key: string]: any;
|
|
284
|
-
} | import(
|
|
284
|
+
} | import('../../_utils/props').RequestParams;
|
|
285
285
|
};
|
|
286
286
|
mode: {
|
|
287
287
|
type?: undefined;
|
|
@@ -290,7 +290,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
290
290
|
type: any;
|
|
291
291
|
default: string | number | boolean | Events | {
|
|
292
292
|
[key: string]: any;
|
|
293
|
-
} | import(
|
|
293
|
+
} | import('../../_utils/props').RequestParams;
|
|
294
294
|
};
|
|
295
295
|
id: {
|
|
296
296
|
type?: undefined;
|
|
@@ -299,7 +299,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
299
299
|
type: any;
|
|
300
300
|
default: string | number | boolean | Events | {
|
|
301
301
|
[key: string]: any;
|
|
302
|
-
} | import(
|
|
302
|
+
} | import('../../_utils/props').RequestParams;
|
|
303
303
|
};
|
|
304
304
|
name: {
|
|
305
305
|
type?: undefined;
|
|
@@ -308,7 +308,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
308
308
|
type: any;
|
|
309
309
|
default: string | number | boolean | Events | {
|
|
310
310
|
[key: string]: any;
|
|
311
|
-
} | import(
|
|
311
|
+
} | import('../../_utils/props').RequestParams;
|
|
312
312
|
};
|
|
313
313
|
keyName: {
|
|
314
314
|
type?: undefined;
|
|
@@ -317,7 +317,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
317
317
|
type: any;
|
|
318
318
|
default: string | number | boolean | Events | {
|
|
319
319
|
[key: string]: any;
|
|
320
|
-
} | import(
|
|
320
|
+
} | import('../../_utils/props').RequestParams;
|
|
321
321
|
};
|
|
322
322
|
type: {
|
|
323
323
|
type?: undefined;
|
|
@@ -326,7 +326,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
326
326
|
type: any;
|
|
327
327
|
default: string | number | boolean | Events | {
|
|
328
328
|
[key: string]: any;
|
|
329
|
-
} | import(
|
|
329
|
+
} | import('../../_utils/props').RequestParams;
|
|
330
330
|
};
|
|
331
331
|
width: {
|
|
332
332
|
type?: undefined;
|
|
@@ -335,7 +335,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
335
335
|
type: any;
|
|
336
336
|
default: string | number | boolean | Events | {
|
|
337
337
|
[key: string]: any;
|
|
338
|
-
} | import(
|
|
338
|
+
} | import('../../_utils/props').RequestParams;
|
|
339
339
|
};
|
|
340
340
|
height: {
|
|
341
341
|
type?: undefined;
|
|
@@ -344,7 +344,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
344
344
|
type: any;
|
|
345
345
|
default: string | number | boolean | Events | {
|
|
346
346
|
[key: string]: any;
|
|
347
|
-
} | import(
|
|
347
|
+
} | import('../../_utils/props').RequestParams;
|
|
348
348
|
};
|
|
349
349
|
position: {
|
|
350
350
|
type?: undefined;
|
|
@@ -353,7 +353,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
353
353
|
type: any;
|
|
354
354
|
default: string | number | boolean | Events | {
|
|
355
355
|
[key: string]: any;
|
|
356
|
-
} | import(
|
|
356
|
+
} | import('../../_utils/props').RequestParams;
|
|
357
357
|
};
|
|
358
358
|
top: {
|
|
359
359
|
type?: undefined;
|
|
@@ -362,7 +362,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
362
362
|
type: any;
|
|
363
363
|
default: string | number | boolean | Events | {
|
|
364
364
|
[key: string]: any;
|
|
365
|
-
} | import(
|
|
365
|
+
} | import('../../_utils/props').RequestParams;
|
|
366
366
|
};
|
|
367
367
|
left: {
|
|
368
368
|
type?: undefined;
|
|
@@ -371,7 +371,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
371
371
|
type: any;
|
|
372
372
|
default: string | number | boolean | Events | {
|
|
373
373
|
[key: string]: any;
|
|
374
|
-
} | import(
|
|
374
|
+
} | import('../../_utils/props').RequestParams;
|
|
375
375
|
};
|
|
376
376
|
zIndex: {
|
|
377
377
|
type?: undefined;
|
|
@@ -380,7 +380,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
380
380
|
type: any;
|
|
381
381
|
default: string | number | boolean | Events | {
|
|
382
382
|
[key: string]: any;
|
|
383
|
-
} | import(
|
|
383
|
+
} | import('../../_utils/props').RequestParams;
|
|
384
384
|
};
|
|
385
385
|
rotate: {
|
|
386
386
|
type?: undefined;
|
|
@@ -389,7 +389,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
389
389
|
type: any;
|
|
390
390
|
default: string | number | boolean | Events | {
|
|
391
391
|
[key: string]: any;
|
|
392
|
-
} | import(
|
|
392
|
+
} | import('../../_utils/props').RequestParams;
|
|
393
393
|
};
|
|
394
394
|
isShow: {
|
|
395
395
|
type?: undefined;
|
|
@@ -398,7 +398,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
398
398
|
type: any;
|
|
399
399
|
default: string | number | boolean | Events | {
|
|
400
400
|
[key: string]: any;
|
|
401
|
-
} | import(
|
|
401
|
+
} | import('../../_utils/props').RequestParams;
|
|
402
402
|
};
|
|
403
403
|
isRender: {
|
|
404
404
|
type?: undefined;
|
|
@@ -407,7 +407,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
407
407
|
type: any;
|
|
408
408
|
default: string | number | boolean | Events | {
|
|
409
409
|
[key: string]: any;
|
|
410
|
-
} | import(
|
|
410
|
+
} | import('../../_utils/props').RequestParams;
|
|
411
411
|
};
|
|
412
412
|
events: {
|
|
413
413
|
type?: undefined;
|
|
@@ -416,7 +416,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
416
416
|
type: any;
|
|
417
417
|
default: string | number | boolean | Events | {
|
|
418
418
|
[key: string]: any;
|
|
419
|
-
} | import(
|
|
419
|
+
} | import('../../_utils/props').RequestParams;
|
|
420
420
|
};
|
|
421
421
|
requestUrl: {
|
|
422
422
|
type?: undefined;
|
|
@@ -425,7 +425,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
425
425
|
type: any;
|
|
426
426
|
default: string | number | boolean | Events | {
|
|
427
427
|
[key: string]: any;
|
|
428
|
-
} | import(
|
|
428
|
+
} | import('../../_utils/props').RequestParams;
|
|
429
429
|
};
|
|
430
430
|
requestMethod: {
|
|
431
431
|
type?: undefined;
|
|
@@ -434,7 +434,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
434
434
|
type: any;
|
|
435
435
|
default: string | number | boolean | Events | {
|
|
436
436
|
[key: string]: any;
|
|
437
|
-
} | import(
|
|
437
|
+
} | import('../../_utils/props').RequestParams;
|
|
438
438
|
};
|
|
439
439
|
requestHeaders: {
|
|
440
440
|
type?: undefined;
|
|
@@ -443,7 +443,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
443
443
|
type: any;
|
|
444
444
|
default: string | number | boolean | Events | {
|
|
445
445
|
[key: string]: any;
|
|
446
|
-
} | import(
|
|
446
|
+
} | import('../../_utils/props').RequestParams;
|
|
447
447
|
};
|
|
448
448
|
isOpenRequestTimer: {
|
|
449
449
|
type?: undefined;
|
|
@@ -452,7 +452,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
452
452
|
type: any;
|
|
453
453
|
default: string | number | boolean | Events | {
|
|
454
454
|
[key: string]: any;
|
|
455
|
-
} | import(
|
|
455
|
+
} | import('../../_utils/props').RequestParams;
|
|
456
456
|
};
|
|
457
457
|
requestInterval: {
|
|
458
458
|
type?: undefined;
|
|
@@ -461,7 +461,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
461
461
|
type: any;
|
|
462
462
|
default: string | number | boolean | Events | {
|
|
463
463
|
[key: string]: any;
|
|
464
|
-
} | import(
|
|
464
|
+
} | import('../../_utils/props').RequestParams;
|
|
465
465
|
};
|
|
466
466
|
requestParams: {
|
|
467
467
|
type?: undefined;
|
|
@@ -470,7 +470,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
470
470
|
type: any;
|
|
471
471
|
default: string | number | boolean | Events | {
|
|
472
472
|
[key: string]: any;
|
|
473
|
-
} | import(
|
|
473
|
+
} | import('../../_utils/props').RequestParams;
|
|
474
474
|
};
|
|
475
475
|
requestSort: {
|
|
476
476
|
type?: undefined;
|
|
@@ -479,7 +479,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
479
479
|
type: any;
|
|
480
480
|
default: string | number | boolean | Events | {
|
|
481
481
|
[key: string]: any;
|
|
482
|
-
} | import(
|
|
482
|
+
} | import('../../_utils/props').RequestParams;
|
|
483
483
|
};
|
|
484
484
|
dataType: {
|
|
485
485
|
type?: undefined;
|
|
@@ -488,7 +488,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
488
488
|
type: any;
|
|
489
489
|
default: string | number | boolean | Events | {
|
|
490
490
|
[key: string]: any;
|
|
491
|
-
} | import(
|
|
491
|
+
} | import('../../_utils/props').RequestParams;
|
|
492
492
|
};
|
|
493
493
|
}>>, {}>;
|
|
494
494
|
export default _sfc_main;
|