@ecan-bi/datav 1.0.40 → 1.0.43
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 +757 -201
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +755 -199
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +137 -74
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +2 -1
- package/types/_utils/hooks/index.d.ts +2 -0
- package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -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 +110 -0
- package/types/control/button/index.d.ts +111 -1
- package/types/control/button/props.d.ts +104 -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
|
[key: string]: any;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
18
|
type: any;
|
|
19
19
|
default: string | number | boolean | Events | {
|
|
20
20
|
[key: string]: any;
|
|
21
|
-
} | import(
|
|
21
|
+
} | import('../../_utils/props').RequestParams | {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -29,7 +29,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
29
|
type: any;
|
|
30
30
|
default: string | number | boolean | Events | {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
} | import(
|
|
32
|
+
} | import('../../_utils/props').RequestParams | {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
40
|
type: any;
|
|
41
41
|
default: string | number | boolean | Events | {
|
|
42
42
|
[key: string]: any;
|
|
43
|
-
} | import(
|
|
43
|
+
} | import('../../_utils/props').RequestParams | {
|
|
44
44
|
[key: string]: any;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
@@ -51,7 +51,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
51
51
|
type: any;
|
|
52
52
|
default: string | number | boolean | Events | {
|
|
53
53
|
[key: string]: any;
|
|
54
|
-
} | import(
|
|
54
|
+
} | import('../../_utils/props').RequestParams | {
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -62,7 +62,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
62
62
|
type: any;
|
|
63
63
|
default: string | number | boolean | Events | {
|
|
64
64
|
[key: string]: any;
|
|
65
|
-
} | import(
|
|
65
|
+
} | import('../../_utils/props').RequestParams | {
|
|
66
66
|
[key: string]: any;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
@@ -73,7 +73,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
type: any;
|
|
74
74
|
default: string | number | boolean | Events | {
|
|
75
75
|
[key: string]: any;
|
|
76
|
-
} | import(
|
|
76
|
+
} | import('../../_utils/props').RequestParams | {
|
|
77
77
|
[key: string]: any;
|
|
78
78
|
};
|
|
79
79
|
};
|
|
@@ -84,7 +84,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
84
84
|
type: any;
|
|
85
85
|
default: string | number | boolean | Events | {
|
|
86
86
|
[key: string]: any;
|
|
87
|
-
} | import(
|
|
87
|
+
} | import('../../_utils/props').RequestParams | {
|
|
88
88
|
[key: string]: any;
|
|
89
89
|
};
|
|
90
90
|
};
|
|
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
95
95
|
type: any;
|
|
96
96
|
default: string | number | boolean | Events | {
|
|
97
97
|
[key: string]: any;
|
|
98
|
-
} | import(
|
|
98
|
+
} | import('../../_utils/props').RequestParams | {
|
|
99
99
|
[key: string]: any;
|
|
100
100
|
};
|
|
101
101
|
};
|
|
@@ -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
|
[key: string]: any;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
@@ -117,7 +117,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
117
117
|
type: any;
|
|
118
118
|
default: string | number | boolean | Events | {
|
|
119
119
|
[key: string]: any;
|
|
120
|
-
} | import(
|
|
120
|
+
} | import('../../_utils/props').RequestParams | {
|
|
121
121
|
[key: string]: any;
|
|
122
122
|
};
|
|
123
123
|
};
|
|
@@ -128,7 +128,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
128
128
|
type: any;
|
|
129
129
|
default: string | number | boolean | Events | {
|
|
130
130
|
[key: string]: any;
|
|
131
|
-
} | import(
|
|
131
|
+
} | import('../../_utils/props').RequestParams | {
|
|
132
132
|
[key: string]: any;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
@@ -139,7 +139,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
139
139
|
type: any;
|
|
140
140
|
default: string | number | boolean | Events | {
|
|
141
141
|
[key: string]: any;
|
|
142
|
-
} | import(
|
|
142
|
+
} | import('../../_utils/props').RequestParams | {
|
|
143
143
|
[key: string]: any;
|
|
144
144
|
};
|
|
145
145
|
};
|
|
@@ -150,7 +150,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
150
150
|
type: any;
|
|
151
151
|
default: string | number | boolean | Events | {
|
|
152
152
|
[key: string]: any;
|
|
153
|
-
} | import(
|
|
153
|
+
} | import('../../_utils/props').RequestParams | {
|
|
154
154
|
[key: string]: any;
|
|
155
155
|
};
|
|
156
156
|
};
|
|
@@ -161,7 +161,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
161
161
|
type: any;
|
|
162
162
|
default: string | number | boolean | Events | {
|
|
163
163
|
[key: string]: any;
|
|
164
|
-
} | import(
|
|
164
|
+
} | import('../../_utils/props').RequestParams | {
|
|
165
165
|
[key: string]: any;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
@@ -172,7 +172,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
172
172
|
type: any;
|
|
173
173
|
default: string | number | boolean | Events | {
|
|
174
174
|
[key: string]: any;
|
|
175
|
-
} | import(
|
|
175
|
+
} | import('../../_utils/props').RequestParams | {
|
|
176
176
|
[key: string]: any;
|
|
177
177
|
};
|
|
178
178
|
};
|
|
@@ -183,7 +183,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
type: any;
|
|
184
184
|
default: string | number | boolean | Events | {
|
|
185
185
|
[key: string]: any;
|
|
186
|
-
} | import(
|
|
186
|
+
} | import('../../_utils/props').RequestParams | {
|
|
187
187
|
[key: string]: any;
|
|
188
188
|
};
|
|
189
189
|
};
|
|
@@ -194,7 +194,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
194
194
|
type: any;
|
|
195
195
|
default: string | number | boolean | Events | {
|
|
196
196
|
[key: string]: any;
|
|
197
|
-
} | import(
|
|
197
|
+
} | import('../../_utils/props').RequestParams | {
|
|
198
198
|
[key: string]: any;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
@@ -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
|
[key: string]: any;
|
|
210
210
|
};
|
|
211
211
|
};
|
|
@@ -216,7 +216,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
216
216
|
type: any;
|
|
217
217
|
default: string | number | boolean | Events | {
|
|
218
218
|
[key: string]: any;
|
|
219
|
-
} | import(
|
|
219
|
+
} | import('../../_utils/props').RequestParams | {
|
|
220
220
|
[key: string]: any;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
@@ -227,7 +227,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
227
227
|
type: any;
|
|
228
228
|
default: string | number | boolean | Events | {
|
|
229
229
|
[key: string]: any;
|
|
230
|
-
} | import(
|
|
230
|
+
} | import('../../_utils/props').RequestParams | {
|
|
231
231
|
[key: string]: any;
|
|
232
232
|
};
|
|
233
233
|
};
|
|
@@ -238,7 +238,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
238
238
|
type: any;
|
|
239
239
|
default: string | number | boolean | Events | {
|
|
240
240
|
[key: string]: any;
|
|
241
|
-
} | import(
|
|
241
|
+
} | import('../../_utils/props').RequestParams | {
|
|
242
242
|
[key: string]: any;
|
|
243
243
|
};
|
|
244
244
|
};
|
|
@@ -249,7 +249,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
249
249
|
type: any;
|
|
250
250
|
default: string | number | boolean | Events | {
|
|
251
251
|
[key: string]: any;
|
|
252
|
-
} | import(
|
|
252
|
+
} | import('../../_utils/props').RequestParams | {
|
|
253
253
|
[key: string]: any;
|
|
254
254
|
};
|
|
255
255
|
};
|
|
@@ -260,7 +260,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
260
260
|
type: any;
|
|
261
261
|
default: string | number | boolean | Events | {
|
|
262
262
|
[key: string]: any;
|
|
263
|
-
} | import(
|
|
263
|
+
} | import('../../_utils/props').RequestParams | {
|
|
264
264
|
[key: string]: any;
|
|
265
265
|
};
|
|
266
266
|
};
|
|
@@ -271,7 +271,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
271
271
|
type: any;
|
|
272
272
|
default: string | number | boolean | Events | {
|
|
273
273
|
[key: string]: any;
|
|
274
|
-
} | import(
|
|
274
|
+
} | import('../../_utils/props').RequestParams | {
|
|
275
275
|
[key: string]: any;
|
|
276
276
|
};
|
|
277
277
|
};
|
|
@@ -282,7 +282,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
282
282
|
type: any;
|
|
283
283
|
default: string | number | boolean | Events | {
|
|
284
284
|
[key: string]: any;
|
|
285
|
-
} | import(
|
|
285
|
+
} | import('../../_utils/props').RequestParams | {
|
|
286
286
|
[key: string]: any;
|
|
287
287
|
};
|
|
288
288
|
};
|
|
@@ -293,7 +293,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
293
293
|
type: any;
|
|
294
294
|
default: string | number | boolean | Events | {
|
|
295
295
|
[key: string]: any;
|
|
296
|
-
} | import(
|
|
296
|
+
} | import('../../_utils/props').RequestParams | {
|
|
297
297
|
[key: string]: any;
|
|
298
298
|
};
|
|
299
299
|
};
|
|
@@ -304,7 +304,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
304
304
|
type: any;
|
|
305
305
|
default: string | number | boolean | Events | {
|
|
306
306
|
[key: string]: any;
|
|
307
|
-
} | import(
|
|
307
|
+
} | import('../../_utils/props').RequestParams | {
|
|
308
308
|
[key: string]: any;
|
|
309
309
|
};
|
|
310
310
|
};
|
|
@@ -315,7 +315,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
315
315
|
type: any;
|
|
316
316
|
default: string | number | boolean | Events | {
|
|
317
317
|
[key: string]: any;
|
|
318
|
-
} | import(
|
|
318
|
+
} | import('../../_utils/props').RequestParams | {
|
|
319
319
|
[key: string]: any;
|
|
320
320
|
};
|
|
321
321
|
};
|
|
@@ -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
|
[key: string]: any;
|
|
331
331
|
};
|
|
332
332
|
};
|
|
@@ -337,7 +337,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
337
337
|
type: any;
|
|
338
338
|
default: string | number | boolean | Events | {
|
|
339
339
|
[key: string]: any;
|
|
340
|
-
} | import(
|
|
340
|
+
} | import('../../_utils/props').RequestParams | {
|
|
341
341
|
[key: string]: any;
|
|
342
342
|
};
|
|
343
343
|
};
|
|
@@ -348,7 +348,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
348
348
|
type: any;
|
|
349
349
|
default: string | number | boolean | Events | {
|
|
350
350
|
[key: string]: any;
|
|
351
|
-
} | import(
|
|
351
|
+
} | import('../../_utils/props').RequestParams | {
|
|
352
352
|
[key: string]: any;
|
|
353
353
|
};
|
|
354
354
|
};
|
|
@@ -359,7 +359,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
359
359
|
type: any;
|
|
360
360
|
default: string | number | boolean | Events | {
|
|
361
361
|
[key: string]: any;
|
|
362
|
-
} | import(
|
|
362
|
+
} | import('../../_utils/props').RequestParams | {
|
|
363
363
|
[key: string]: any;
|
|
364
364
|
};
|
|
365
365
|
};
|
|
@@ -376,7 +376,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
376
376
|
type: any;
|
|
377
377
|
default: string | number | boolean | Events | {
|
|
378
378
|
[key: string]: any;
|
|
379
|
-
} | import(
|
|
379
|
+
} | import('../../_utils/props').RequestParams | {
|
|
380
380
|
[key: string]: any;
|
|
381
381
|
};
|
|
382
382
|
};
|
|
@@ -387,7 +387,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
387
387
|
type: any;
|
|
388
388
|
default: string | number | boolean | Events | {
|
|
389
389
|
[key: string]: any;
|
|
390
|
-
} | import(
|
|
390
|
+
} | import('../../_utils/props').RequestParams | {
|
|
391
391
|
[key: string]: any;
|
|
392
392
|
};
|
|
393
393
|
};
|
|
@@ -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
|
[key: string]: any;
|
|
403
403
|
};
|
|
404
404
|
};
|
|
@@ -409,7 +409,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
409
409
|
type: any;
|
|
410
410
|
default: string | number | boolean | Events | {
|
|
411
411
|
[key: string]: any;
|
|
412
|
-
} | import(
|
|
412
|
+
} | import('../../_utils/props').RequestParams | {
|
|
413
413
|
[key: string]: any;
|
|
414
414
|
};
|
|
415
415
|
};
|
|
@@ -420,7 +420,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
420
420
|
type: any;
|
|
421
421
|
default: string | number | boolean | Events | {
|
|
422
422
|
[key: string]: any;
|
|
423
|
-
} | import(
|
|
423
|
+
} | import('../../_utils/props').RequestParams | {
|
|
424
424
|
[key: string]: any;
|
|
425
425
|
};
|
|
426
426
|
};
|
|
@@ -431,7 +431,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
431
431
|
type: any;
|
|
432
432
|
default: string | number | boolean | Events | {
|
|
433
433
|
[key: string]: any;
|
|
434
|
-
} | import(
|
|
434
|
+
} | import('../../_utils/props').RequestParams | {
|
|
435
435
|
[key: string]: any;
|
|
436
436
|
};
|
|
437
437
|
};
|
|
@@ -442,7 +442,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
442
442
|
type: any;
|
|
443
443
|
default: string | number | boolean | Events | {
|
|
444
444
|
[key: string]: any;
|
|
445
|
-
} | import(
|
|
445
|
+
} | import('../../_utils/props').RequestParams | {
|
|
446
446
|
[key: string]: any;
|
|
447
447
|
};
|
|
448
448
|
};
|
|
@@ -453,7 +453,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
453
453
|
type: any;
|
|
454
454
|
default: string | number | boolean | Events | {
|
|
455
455
|
[key: string]: any;
|
|
456
|
-
} | import(
|
|
456
|
+
} | import('../../_utils/props').RequestParams | {
|
|
457
457
|
[key: string]: any;
|
|
458
458
|
};
|
|
459
459
|
};
|
|
@@ -464,7 +464,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
464
464
|
type: any;
|
|
465
465
|
default: string | number | boolean | Events | {
|
|
466
466
|
[key: string]: any;
|
|
467
|
-
} | import(
|
|
467
|
+
} | import('../../_utils/props').RequestParams | {
|
|
468
468
|
[key: string]: any;
|
|
469
469
|
};
|
|
470
470
|
};
|
|
@@ -475,7 +475,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
475
475
|
type: any;
|
|
476
476
|
default: string | number | boolean | Events | {
|
|
477
477
|
[key: string]: any;
|
|
478
|
-
} | import(
|
|
478
|
+
} | import('../../_utils/props').RequestParams | {
|
|
479
479
|
[key: string]: any;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
@@ -486,7 +486,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
486
486
|
type: any;
|
|
487
487
|
default: string | number | boolean | Events | {
|
|
488
488
|
[key: string]: any;
|
|
489
|
-
} | import(
|
|
489
|
+
} | import('../../_utils/props').RequestParams | {
|
|
490
490
|
[key: string]: any;
|
|
491
491
|
};
|
|
492
492
|
};
|
|
@@ -497,7 +497,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
497
497
|
type: any;
|
|
498
498
|
default: string | number | boolean | Events | {
|
|
499
499
|
[key: string]: any;
|
|
500
|
-
} | import(
|
|
500
|
+
} | import('../../_utils/props').RequestParams | {
|
|
501
501
|
[key: string]: any;
|
|
502
502
|
};
|
|
503
503
|
};
|
|
@@ -508,7 +508,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
508
508
|
type: any;
|
|
509
509
|
default: string | number | boolean | Events | {
|
|
510
510
|
[key: string]: any;
|
|
511
|
-
} | import(
|
|
511
|
+
} | import('../../_utils/props').RequestParams | {
|
|
512
512
|
[key: string]: any;
|
|
513
513
|
};
|
|
514
514
|
};
|
|
@@ -519,7 +519,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
519
519
|
type: any;
|
|
520
520
|
default: string | number | boolean | Events | {
|
|
521
521
|
[key: string]: any;
|
|
522
|
-
} | import(
|
|
522
|
+
} | import('../../_utils/props').RequestParams | {
|
|
523
523
|
[key: string]: any;
|
|
524
524
|
};
|
|
525
525
|
};
|
|
@@ -530,7 +530,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
530
530
|
type: any;
|
|
531
531
|
default: string | number | boolean | Events | {
|
|
532
532
|
[key: string]: any;
|
|
533
|
-
} | import(
|
|
533
|
+
} | import('../../_utils/props').RequestParams | {
|
|
534
534
|
[key: string]: any;
|
|
535
535
|
};
|
|
536
536
|
};
|
|
@@ -541,7 +541,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
541
541
|
type: any;
|
|
542
542
|
default: string | number | boolean | Events | {
|
|
543
543
|
[key: string]: any;
|
|
544
|
-
} | import(
|
|
544
|
+
} | import('../../_utils/props').RequestParams | {
|
|
545
545
|
[key: string]: any;
|
|
546
546
|
};
|
|
547
547
|
};
|
|
@@ -552,7 +552,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
552
552
|
type: any;
|
|
553
553
|
default: string | number | boolean | Events | {
|
|
554
554
|
[key: string]: any;
|
|
555
|
-
} | import(
|
|
555
|
+
} | import('../../_utils/props').RequestParams | {
|
|
556
556
|
[key: string]: any;
|
|
557
557
|
};
|
|
558
558
|
};
|
|
@@ -563,7 +563,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
563
563
|
type: any;
|
|
564
564
|
default: string | number | boolean | Events | {
|
|
565
565
|
[key: string]: any;
|
|
566
|
-
} | import(
|
|
566
|
+
} | import('../../_utils/props').RequestParams | {
|
|
567
567
|
[key: string]: any;
|
|
568
568
|
};
|
|
569
569
|
};
|
|
@@ -574,7 +574,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
574
574
|
type: any;
|
|
575
575
|
default: string | number | boolean | Events | {
|
|
576
576
|
[key: string]: any;
|
|
577
|
-
} | import(
|
|
577
|
+
} | import('../../_utils/props').RequestParams | {
|
|
578
578
|
[key: string]: any;
|
|
579
579
|
};
|
|
580
580
|
};
|
|
@@ -585,7 +585,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
585
585
|
type: any;
|
|
586
586
|
default: string | number | boolean | Events | {
|
|
587
587
|
[key: string]: any;
|
|
588
|
-
} | import(
|
|
588
|
+
} | import('../../_utils/props').RequestParams | {
|
|
589
589
|
[key: string]: any;
|
|
590
590
|
};
|
|
591
591
|
};
|
|
@@ -596,7 +596,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
596
596
|
type: any;
|
|
597
597
|
default: string | number | boolean | Events | {
|
|
598
598
|
[key: string]: any;
|
|
599
|
-
} | import(
|
|
599
|
+
} | import('../../_utils/props').RequestParams | {
|
|
600
600
|
[key: string]: any;
|
|
601
601
|
};
|
|
602
602
|
};
|
|
@@ -607,7 +607,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
607
607
|
type: any;
|
|
608
608
|
default: string | number | boolean | Events | {
|
|
609
609
|
[key: string]: any;
|
|
610
|
-
} | import(
|
|
610
|
+
} | import('../../_utils/props').RequestParams | {
|
|
611
611
|
[key: string]: any;
|
|
612
612
|
};
|
|
613
613
|
};
|
|
@@ -618,7 +618,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
618
618
|
type: any;
|
|
619
619
|
default: string | number | boolean | Events | {
|
|
620
620
|
[key: string]: any;
|
|
621
|
-
} | import(
|
|
621
|
+
} | import('../../_utils/props').RequestParams | {
|
|
622
622
|
[key: string]: any;
|
|
623
623
|
};
|
|
624
624
|
};
|
|
@@ -629,7 +629,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
629
629
|
type: any;
|
|
630
630
|
default: string | number | boolean | Events | {
|
|
631
631
|
[key: string]: any;
|
|
632
|
-
} | import(
|
|
632
|
+
} | import('../../_utils/props').RequestParams | {
|
|
633
633
|
[key: string]: any;
|
|
634
634
|
};
|
|
635
635
|
};
|
|
@@ -640,7 +640,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
640
640
|
type: any;
|
|
641
641
|
default: string | number | boolean | Events | {
|
|
642
642
|
[key: string]: any;
|
|
643
|
-
} | import(
|
|
643
|
+
} | import('../../_utils/props').RequestParams | {
|
|
644
644
|
[key: string]: any;
|
|
645
645
|
};
|
|
646
646
|
};
|
|
@@ -651,7 +651,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
651
651
|
type: any;
|
|
652
652
|
default: string | number | boolean | Events | {
|
|
653
653
|
[key: string]: any;
|
|
654
|
-
} | import(
|
|
654
|
+
} | import('../../_utils/props').RequestParams | {
|
|
655
655
|
[key: string]: any;
|
|
656
656
|
};
|
|
657
657
|
};
|
|
@@ -662,7 +662,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
662
662
|
type: any;
|
|
663
663
|
default: string | number | boolean | Events | {
|
|
664
664
|
[key: string]: any;
|
|
665
|
-
} | import(
|
|
665
|
+
} | import('../../_utils/props').RequestParams | {
|
|
666
666
|
[key: string]: any;
|
|
667
667
|
};
|
|
668
668
|
};
|
|
@@ -673,7 +673,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
673
673
|
type: any;
|
|
674
674
|
default: string | number | boolean | Events | {
|
|
675
675
|
[key: string]: any;
|
|
676
|
-
} | import(
|
|
676
|
+
} | import('../../_utils/props').RequestParams | {
|
|
677
677
|
[key: string]: any;
|
|
678
678
|
};
|
|
679
679
|
};
|
|
@@ -684,7 +684,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
684
684
|
type: any;
|
|
685
685
|
default: string | number | boolean | Events | {
|
|
686
686
|
[key: string]: any;
|
|
687
|
-
} | import(
|
|
687
|
+
} | import('../../_utils/props').RequestParams | {
|
|
688
688
|
[key: string]: any;
|
|
689
689
|
};
|
|
690
690
|
};
|
|
@@ -695,7 +695,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
695
695
|
type: any;
|
|
696
696
|
default: string | number | boolean | Events | {
|
|
697
697
|
[key: string]: any;
|
|
698
|
-
} | import(
|
|
698
|
+
} | import('../../_utils/props').RequestParams | {
|
|
699
699
|
[key: string]: any;
|
|
700
700
|
};
|
|
701
701
|
};
|
|
@@ -706,7 +706,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
706
706
|
type: any;
|
|
707
707
|
default: string | number | boolean | Events | {
|
|
708
708
|
[key: string]: any;
|
|
709
|
-
} | import(
|
|
709
|
+
} | import('../../_utils/props').RequestParams | {
|
|
710
710
|
[key: string]: any;
|
|
711
711
|
};
|
|
712
712
|
};
|
|
@@ -717,7 +717,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
717
717
|
type: any;
|
|
718
718
|
default: string | number | boolean | Events | {
|
|
719
719
|
[key: string]: any;
|
|
720
|
-
} | import(
|
|
720
|
+
} | import('../../_utils/props').RequestParams | {
|
|
721
721
|
[key: string]: any;
|
|
722
722
|
};
|
|
723
723
|
};
|
|
@@ -728,7 +728,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
728
728
|
type: any;
|
|
729
729
|
default: string | number | boolean | Events | {
|
|
730
730
|
[key: string]: any;
|
|
731
|
-
} | import(
|
|
731
|
+
} | import('../../_utils/props').RequestParams | {
|
|
732
732
|
[key: string]: any;
|
|
733
733
|
};
|
|
734
734
|
};
|