@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
|
};
|
|
@@ -370,7 +370,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
370
370
|
type: any;
|
|
371
371
|
default: string | number | boolean | Events | {
|
|
372
372
|
[key: string]: any;
|
|
373
|
-
} | import(
|
|
373
|
+
} | import('../../_utils/props').RequestParams | {
|
|
374
374
|
[key: string]: any;
|
|
375
375
|
};
|
|
376
376
|
};
|
|
@@ -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
|
[key: string]: any;
|
|
394
394
|
};
|
|
395
395
|
};
|
|
@@ -400,7 +400,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
400
400
|
type: any;
|
|
401
401
|
default: string | number | boolean | Events | {
|
|
402
402
|
[key: string]: any;
|
|
403
|
-
} | import(
|
|
403
|
+
} | import('../../_utils/props').RequestParams | {
|
|
404
404
|
[key: string]: any;
|
|
405
405
|
};
|
|
406
406
|
};
|
|
@@ -411,7 +411,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
411
411
|
type: any;
|
|
412
412
|
default: string | number | boolean | Events | {
|
|
413
413
|
[key: string]: any;
|
|
414
|
-
} | import(
|
|
414
|
+
} | import('../../_utils/props').RequestParams | {
|
|
415
415
|
[key: string]: any;
|
|
416
416
|
};
|
|
417
417
|
};
|
|
@@ -422,7 +422,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
422
422
|
type: any;
|
|
423
423
|
default: string | number | boolean | Events | {
|
|
424
424
|
[key: string]: any;
|
|
425
|
-
} | import(
|
|
425
|
+
} | import('../../_utils/props').RequestParams | {
|
|
426
426
|
[key: string]: any;
|
|
427
427
|
};
|
|
428
428
|
};
|
|
@@ -433,7 +433,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
433
433
|
type: any;
|
|
434
434
|
default: string | number | boolean | Events | {
|
|
435
435
|
[key: string]: any;
|
|
436
|
-
} | import(
|
|
436
|
+
} | import('../../_utils/props').RequestParams | {
|
|
437
437
|
[key: string]: any;
|
|
438
438
|
};
|
|
439
439
|
};
|
|
@@ -444,7 +444,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
444
444
|
type: any;
|
|
445
445
|
default: string | number | boolean | Events | {
|
|
446
446
|
[key: string]: any;
|
|
447
|
-
} | import(
|
|
447
|
+
} | import('../../_utils/props').RequestParams | {
|
|
448
448
|
[key: string]: any;
|
|
449
449
|
};
|
|
450
450
|
};
|
|
@@ -455,7 +455,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
455
455
|
type: any;
|
|
456
456
|
default: string | number | boolean | Events | {
|
|
457
457
|
[key: string]: any;
|
|
458
|
-
} | import(
|
|
458
|
+
} | import('../../_utils/props').RequestParams | {
|
|
459
459
|
[key: string]: any;
|
|
460
460
|
};
|
|
461
461
|
};
|
|
@@ -466,7 +466,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
466
466
|
type: any;
|
|
467
467
|
default: string | number | boolean | Events | {
|
|
468
468
|
[key: string]: any;
|
|
469
|
-
} | import(
|
|
469
|
+
} | import('../../_utils/props').RequestParams | {
|
|
470
470
|
[key: string]: any;
|
|
471
471
|
};
|
|
472
472
|
};
|
|
@@ -477,7 +477,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
477
477
|
type: any;
|
|
478
478
|
default: string | number | boolean | Events | {
|
|
479
479
|
[key: string]: any;
|
|
480
|
-
} | import(
|
|
480
|
+
} | import('../../_utils/props').RequestParams | {
|
|
481
481
|
[key: string]: any;
|
|
482
482
|
};
|
|
483
483
|
};
|
|
@@ -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
|
[key: string]: any;
|
|
493
493
|
};
|
|
494
494
|
};
|
|
@@ -499,7 +499,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
499
499
|
type: any;
|
|
500
500
|
default: string | number | boolean | Events | {
|
|
501
501
|
[key: string]: any;
|
|
502
|
-
} | import(
|
|
502
|
+
} | import('../../_utils/props').RequestParams | {
|
|
503
503
|
[key: string]: any;
|
|
504
504
|
};
|
|
505
505
|
};
|
|
@@ -510,7 +510,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
510
510
|
type: any;
|
|
511
511
|
default: string | number | boolean | Events | {
|
|
512
512
|
[key: string]: any;
|
|
513
|
-
} | import(
|
|
513
|
+
} | import('../../_utils/props').RequestParams | {
|
|
514
514
|
[key: string]: any;
|
|
515
515
|
};
|
|
516
516
|
};
|
|
@@ -521,7 +521,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
521
521
|
type: any;
|
|
522
522
|
default: string | number | boolean | Events | {
|
|
523
523
|
[key: string]: any;
|
|
524
|
-
} | import(
|
|
524
|
+
} | import('../../_utils/props').RequestParams | {
|
|
525
525
|
[key: string]: any;
|
|
526
526
|
};
|
|
527
527
|
};
|
|
@@ -532,7 +532,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
532
532
|
type: any;
|
|
533
533
|
default: string | number | boolean | Events | {
|
|
534
534
|
[key: string]: any;
|
|
535
|
-
} | import(
|
|
535
|
+
} | import('../../_utils/props').RequestParams | {
|
|
536
536
|
[key: string]: any;
|
|
537
537
|
};
|
|
538
538
|
};
|
|
@@ -543,7 +543,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
543
543
|
type: any;
|
|
544
544
|
default: string | number | boolean | Events | {
|
|
545
545
|
[key: string]: any;
|
|
546
|
-
} | import(
|
|
546
|
+
} | import('../../_utils/props').RequestParams | {
|
|
547
547
|
[key: string]: any;
|
|
548
548
|
};
|
|
549
549
|
};
|
|
@@ -554,7 +554,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
554
554
|
type: any;
|
|
555
555
|
default: string | number | boolean | Events | {
|
|
556
556
|
[key: string]: any;
|
|
557
|
-
} | import(
|
|
557
|
+
} | import('../../_utils/props').RequestParams | {
|
|
558
558
|
[key: string]: any;
|
|
559
559
|
};
|
|
560
560
|
};
|
|
@@ -565,7 +565,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
565
565
|
type: any;
|
|
566
566
|
default: string | number | boolean | Events | {
|
|
567
567
|
[key: string]: any;
|
|
568
|
-
} | import(
|
|
568
|
+
} | import('../../_utils/props').RequestParams | {
|
|
569
569
|
[key: string]: any;
|
|
570
570
|
};
|
|
571
571
|
};
|
|
@@ -576,7 +576,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
576
576
|
type: any;
|
|
577
577
|
default: string | number | boolean | Events | {
|
|
578
578
|
[key: string]: any;
|
|
579
|
-
} | import(
|
|
579
|
+
} | import('../../_utils/props').RequestParams | {
|
|
580
580
|
[key: string]: any;
|
|
581
581
|
};
|
|
582
582
|
};
|
|
@@ -587,7 +587,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
587
587
|
type: any;
|
|
588
588
|
default: string | number | boolean | Events | {
|
|
589
589
|
[key: string]: any;
|
|
590
|
-
} | import(
|
|
590
|
+
} | import('../../_utils/props').RequestParams | {
|
|
591
591
|
[key: string]: any;
|
|
592
592
|
};
|
|
593
593
|
};
|
|
@@ -598,7 +598,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
598
598
|
type: any;
|
|
599
599
|
default: string | number | boolean | Events | {
|
|
600
600
|
[key: string]: any;
|
|
601
|
-
} | import(
|
|
601
|
+
} | import('../../_utils/props').RequestParams | {
|
|
602
602
|
[key: string]: any;
|
|
603
603
|
};
|
|
604
604
|
};
|
|
@@ -609,7 +609,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
609
609
|
type: any;
|
|
610
610
|
default: string | number | boolean | Events | {
|
|
611
611
|
[key: string]: any;
|
|
612
|
-
} | import(
|
|
612
|
+
} | import('../../_utils/props').RequestParams | {
|
|
613
613
|
[key: string]: any;
|
|
614
614
|
};
|
|
615
615
|
};
|
|
@@ -620,7 +620,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
620
620
|
type: any;
|
|
621
621
|
default: string | number | boolean | Events | {
|
|
622
622
|
[key: string]: any;
|
|
623
|
-
} | import(
|
|
623
|
+
} | import('../../_utils/props').RequestParams | {
|
|
624
624
|
[key: string]: any;
|
|
625
625
|
};
|
|
626
626
|
};
|
|
@@ -631,7 +631,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
631
631
|
type: any;
|
|
632
632
|
default: string | number | boolean | Events | {
|
|
633
633
|
[key: string]: any;
|
|
634
|
-
} | import(
|
|
634
|
+
} | import('../../_utils/props').RequestParams | {
|
|
635
635
|
[key: string]: any;
|
|
636
636
|
};
|
|
637
637
|
};
|
|
@@ -642,7 +642,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
642
642
|
type: any;
|
|
643
643
|
default: string | number | boolean | Events | {
|
|
644
644
|
[key: string]: any;
|
|
645
|
-
} | import(
|
|
645
|
+
} | import('../../_utils/props').RequestParams | {
|
|
646
646
|
[key: string]: any;
|
|
647
647
|
};
|
|
648
648
|
};
|
|
@@ -653,7 +653,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
653
653
|
type: any;
|
|
654
654
|
default: string | number | boolean | Events | {
|
|
655
655
|
[key: string]: any;
|
|
656
|
-
} | import(
|
|
656
|
+
} | import('../../_utils/props').RequestParams | {
|
|
657
657
|
[key: string]: any;
|
|
658
658
|
};
|
|
659
659
|
};
|
|
@@ -664,7 +664,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
664
664
|
type: any;
|
|
665
665
|
default: string | number | boolean | Events | {
|
|
666
666
|
[key: string]: any;
|
|
667
|
-
} | import(
|
|
667
|
+
} | import('../../_utils/props').RequestParams | {
|
|
668
668
|
[key: string]: any;
|
|
669
669
|
};
|
|
670
670
|
};
|
|
@@ -675,7 +675,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
675
675
|
type: any;
|
|
676
676
|
default: string | number | boolean | Events | {
|
|
677
677
|
[key: string]: any;
|
|
678
|
-
} | import(
|
|
678
|
+
} | import('../../_utils/props').RequestParams | {
|
|
679
679
|
[key: string]: any;
|
|
680
680
|
};
|
|
681
681
|
};
|
|
@@ -686,7 +686,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
686
686
|
type: any;
|
|
687
687
|
default: string | number | boolean | Events | {
|
|
688
688
|
[key: string]: any;
|
|
689
|
-
} | import(
|
|
689
|
+
} | import('../../_utils/props').RequestParams | {
|
|
690
690
|
[key: string]: any;
|
|
691
691
|
};
|
|
692
692
|
};
|
|
@@ -697,7 +697,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
697
697
|
type: any;
|
|
698
698
|
default: string | number | boolean | Events | {
|
|
699
699
|
[key: string]: any;
|
|
700
|
-
} | import(
|
|
700
|
+
} | import('../../_utils/props').RequestParams | {
|
|
701
701
|
[key: string]: any;
|
|
702
702
|
};
|
|
703
703
|
};
|
|
@@ -708,7 +708,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
708
708
|
type: any;
|
|
709
709
|
default: string | number | boolean | Events | {
|
|
710
710
|
[key: string]: any;
|
|
711
|
-
} | import(
|
|
711
|
+
} | import('../../_utils/props').RequestParams | {
|
|
712
712
|
[key: string]: any;
|
|
713
713
|
};
|
|
714
714
|
};
|
|
@@ -719,7 +719,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
719
719
|
type: any;
|
|
720
720
|
default: string | number | boolean | Events | {
|
|
721
721
|
[key: string]: any;
|
|
722
|
-
} | import(
|
|
722
|
+
} | import('../../_utils/props').RequestParams | {
|
|
723
723
|
[key: string]: any;
|
|
724
724
|
};
|
|
725
725
|
};
|
|
@@ -730,7 +730,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
730
730
|
type: any;
|
|
731
731
|
default: string | number | boolean | Events | {
|
|
732
732
|
[key: string]: any;
|
|
733
|
-
} | import(
|
|
733
|
+
} | import('../../_utils/props').RequestParams | {
|
|
734
734
|
[key: string]: any;
|
|
735
735
|
};
|
|
736
736
|
};
|
|
@@ -741,7 +741,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
741
741
|
type: any;
|
|
742
742
|
default: string | number | boolean | Events | {
|
|
743
743
|
[key: string]: any;
|
|
744
|
-
} | import(
|
|
744
|
+
} | import('../../_utils/props').RequestParams | {
|
|
745
745
|
[key: string]: any;
|
|
746
746
|
};
|
|
747
747
|
};
|
|
@@ -752,7 +752,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
752
752
|
type: any;
|
|
753
753
|
default: string | number | boolean | Events | {
|
|
754
754
|
[key: string]: any;
|
|
755
|
-
} | import(
|
|
755
|
+
} | import('../../_utils/props').RequestParams | {
|
|
756
756
|
[key: string]: any;
|
|
757
757
|
};
|
|
758
758
|
};
|