@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
|
[key: string]: any;
|
|
@@ -20,7 +20,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
type: any;
|
|
21
21
|
default: string | number | boolean | Events | {
|
|
22
22
|
[key: string]: any;
|
|
23
|
-
} | import(
|
|
23
|
+
} | import('../../_utils/props').RequestParams | {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}[] | {
|
|
26
26
|
[key: string]: any;
|
|
@@ -33,7 +33,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
33
33
|
type: any;
|
|
34
34
|
default: string | number | boolean | Events | {
|
|
35
35
|
[key: string]: any;
|
|
36
|
-
} | import(
|
|
36
|
+
} | import('../../_utils/props').RequestParams | {
|
|
37
37
|
[key: string]: any;
|
|
38
38
|
}[] | {
|
|
39
39
|
[key: string]: any;
|
|
@@ -46,7 +46,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
46
46
|
type: any;
|
|
47
47
|
default: string | number | boolean | Events | {
|
|
48
48
|
[key: string]: any;
|
|
49
|
-
} | import(
|
|
49
|
+
} | import('../../_utils/props').RequestParams | {
|
|
50
50
|
[key: string]: any;
|
|
51
51
|
}[] | {
|
|
52
52
|
[key: string]: any;
|
|
@@ -59,7 +59,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
59
59
|
type: any;
|
|
60
60
|
default: string | number | boolean | Events | {
|
|
61
61
|
[key: string]: any;
|
|
62
|
-
} | import(
|
|
62
|
+
} | import('../../_utils/props').RequestParams | {
|
|
63
63
|
[key: string]: any;
|
|
64
64
|
}[] | {
|
|
65
65
|
[key: string]: any;
|
|
@@ -72,7 +72,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
72
72
|
type: any;
|
|
73
73
|
default: string | number | boolean | Events | {
|
|
74
74
|
[key: string]: any;
|
|
75
|
-
} | import(
|
|
75
|
+
} | import('../../_utils/props').RequestParams | {
|
|
76
76
|
[key: string]: any;
|
|
77
77
|
}[] | {
|
|
78
78
|
[key: string]: any;
|
|
@@ -85,7 +85,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
85
85
|
type: any;
|
|
86
86
|
default: string | number | boolean | Events | {
|
|
87
87
|
[key: string]: any;
|
|
88
|
-
} | import(
|
|
88
|
+
} | import('../../_utils/props').RequestParams | {
|
|
89
89
|
[key: string]: any;
|
|
90
90
|
}[] | {
|
|
91
91
|
[key: string]: any;
|
|
@@ -98,7 +98,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
98
98
|
type: any;
|
|
99
99
|
default: string | number | boolean | Events | {
|
|
100
100
|
[key: string]: any;
|
|
101
|
-
} | import(
|
|
101
|
+
} | import('../../_utils/props').RequestParams | {
|
|
102
102
|
[key: string]: any;
|
|
103
103
|
}[] | {
|
|
104
104
|
[key: string]: any;
|
|
@@ -111,7 +111,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
111
111
|
type: any;
|
|
112
112
|
default: string | number | boolean | Events | {
|
|
113
113
|
[key: string]: any;
|
|
114
|
-
} | import(
|
|
114
|
+
} | import('../../_utils/props').RequestParams | {
|
|
115
115
|
[key: string]: any;
|
|
116
116
|
}[] | {
|
|
117
117
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
129
129
|
}[] | {
|
|
130
130
|
[key: string]: any;
|
|
@@ -137,7 +137,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
137
137
|
type: any;
|
|
138
138
|
default: string | number | boolean | Events | {
|
|
139
139
|
[key: string]: any;
|
|
140
|
-
} | import(
|
|
140
|
+
} | import('../../_utils/props').RequestParams | {
|
|
141
141
|
[key: string]: any;
|
|
142
142
|
}[] | {
|
|
143
143
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
@@ -163,7 +163,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
163
163
|
type: any;
|
|
164
164
|
default: string | number | boolean | Events | {
|
|
165
165
|
[key: string]: any;
|
|
166
|
-
} | import(
|
|
166
|
+
} | import('../../_utils/props').RequestParams | {
|
|
167
167
|
[key: string]: any;
|
|
168
168
|
}[] | {
|
|
169
169
|
[key: string]: any;
|
|
@@ -176,7 +176,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
176
176
|
type: any;
|
|
177
177
|
default: string | number | boolean | Events | {
|
|
178
178
|
[key: string]: any;
|
|
179
|
-
} | import(
|
|
179
|
+
} | import('../../_utils/props').RequestParams | {
|
|
180
180
|
[key: string]: any;
|
|
181
181
|
}[] | {
|
|
182
182
|
[key: string]: any;
|
|
@@ -189,7 +189,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
189
189
|
type: any;
|
|
190
190
|
default: string | number | boolean | Events | {
|
|
191
191
|
[key: string]: any;
|
|
192
|
-
} | import(
|
|
192
|
+
} | import('../../_utils/props').RequestParams | {
|
|
193
193
|
[key: string]: any;
|
|
194
194
|
}[] | {
|
|
195
195
|
[key: string]: any;
|
|
@@ -202,7 +202,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
202
202
|
type: any;
|
|
203
203
|
default: string | number | boolean | Events | {
|
|
204
204
|
[key: string]: any;
|
|
205
|
-
} | import(
|
|
205
|
+
} | import('../../_utils/props').RequestParams | {
|
|
206
206
|
[key: string]: any;
|
|
207
207
|
}[] | {
|
|
208
208
|
[key: string]: any;
|
|
@@ -215,7 +215,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
215
215
|
type: any;
|
|
216
216
|
default: string | number | boolean | Events | {
|
|
217
217
|
[key: string]: any;
|
|
218
|
-
} | import(
|
|
218
|
+
} | import('../../_utils/props').RequestParams | {
|
|
219
219
|
[key: string]: any;
|
|
220
220
|
}[] | {
|
|
221
221
|
[key: string]: any;
|
|
@@ -228,7 +228,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
228
228
|
type: any;
|
|
229
229
|
default: string | number | boolean | Events | {
|
|
230
230
|
[key: string]: any;
|
|
231
|
-
} | import(
|
|
231
|
+
} | import('../../_utils/props').RequestParams | {
|
|
232
232
|
[key: string]: any;
|
|
233
233
|
}[] | {
|
|
234
234
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
246
246
|
}[] | {
|
|
247
247
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
259
259
|
}[] | {
|
|
260
260
|
[key: string]: any;
|
|
@@ -267,7 +267,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
267
267
|
type: any;
|
|
268
268
|
default: string | number | boolean | Events | {
|
|
269
269
|
[key: string]: any;
|
|
270
|
-
} | import(
|
|
270
|
+
} | import('../../_utils/props').RequestParams | {
|
|
271
271
|
[key: string]: any;
|
|
272
272
|
}[] | {
|
|
273
273
|
[key: string]: any;
|
|
@@ -280,7 +280,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
280
280
|
type: any;
|
|
281
281
|
default: string | number | boolean | Events | {
|
|
282
282
|
[key: string]: any;
|
|
283
|
-
} | import(
|
|
283
|
+
} | import('../../_utils/props').RequestParams | {
|
|
284
284
|
[key: string]: any;
|
|
285
285
|
}[] | {
|
|
286
286
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
@@ -306,7 +306,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
306
306
|
type: any;
|
|
307
307
|
default: string | number | boolean | Events | {
|
|
308
308
|
[key: string]: any;
|
|
309
|
-
} | import(
|
|
309
|
+
} | import('../../_utils/props').RequestParams | {
|
|
310
310
|
[key: string]: any;
|
|
311
311
|
}[] | {
|
|
312
312
|
[key: string]: any;
|
|
@@ -319,7 +319,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
319
319
|
type: any;
|
|
320
320
|
default: string | number | boolean | Events | {
|
|
321
321
|
[key: string]: any;
|
|
322
|
-
} | import(
|
|
322
|
+
} | import('../../_utils/props').RequestParams | {
|
|
323
323
|
[key: string]: any;
|
|
324
324
|
}[] | {
|
|
325
325
|
[key: string]: any;
|
|
@@ -332,7 +332,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
332
332
|
type: any;
|
|
333
333
|
default: string | number | boolean | Events | {
|
|
334
334
|
[key: string]: any;
|
|
335
|
-
} | import(
|
|
335
|
+
} | import('../../_utils/props').RequestParams | {
|
|
336
336
|
[key: string]: any;
|
|
337
337
|
}[] | {
|
|
338
338
|
[key: string]: any;
|
|
@@ -345,7 +345,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
345
345
|
type: any;
|
|
346
346
|
default: string | number | boolean | Events | {
|
|
347
347
|
[key: string]: any;
|
|
348
|
-
} | import(
|
|
348
|
+
} | import('../../_utils/props').RequestParams | {
|
|
349
349
|
[key: string]: any;
|
|
350
350
|
}[] | {
|
|
351
351
|
[key: string]: any;
|
|
@@ -358,7 +358,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
358
358
|
type: any;
|
|
359
359
|
default: string | number | boolean | Events | {
|
|
360
360
|
[key: string]: any;
|
|
361
|
-
} | import(
|
|
361
|
+
} | import('../../_utils/props').RequestParams | {
|
|
362
362
|
[key: string]: any;
|
|
363
363
|
}[] | {
|
|
364
364
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
376
376
|
}[] | {
|
|
377
377
|
[key: string]: any;
|
|
@@ -384,7 +384,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
384
384
|
type: any;
|
|
385
385
|
default: string | number | boolean | Events | {
|
|
386
386
|
[key: string]: any;
|
|
387
|
-
} | import(
|
|
387
|
+
} | import('../../_utils/props').RequestParams | {
|
|
388
388
|
[key: string]: any;
|
|
389
389
|
}[] | {
|
|
390
390
|
[key: string]: any;
|
|
@@ -397,7 +397,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
397
397
|
type: any;
|
|
398
398
|
default: string | number | boolean | Events | {
|
|
399
399
|
[key: string]: any;
|
|
400
|
-
} | import(
|
|
400
|
+
} | import('../../_utils/props').RequestParams | {
|
|
401
401
|
[key: string]: any;
|
|
402
402
|
}[] | {
|
|
403
403
|
[key: string]: any;
|
|
@@ -410,7 +410,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
410
410
|
type: any;
|
|
411
411
|
default: string | number | boolean | Events | {
|
|
412
412
|
[key: string]: any;
|
|
413
|
-
} | import(
|
|
413
|
+
} | import('../../_utils/props').RequestParams | {
|
|
414
414
|
[key: string]: any;
|
|
415
415
|
}[] | {
|
|
416
416
|
[key: string]: any;
|
|
@@ -436,7 +436,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
436
436
|
type: any;
|
|
437
437
|
default: string | number | boolean | Events | {
|
|
438
438
|
[key: string]: any;
|
|
439
|
-
} | import(
|
|
439
|
+
} | import('../../_utils/props').RequestParams | {
|
|
440
440
|
[key: string]: any;
|
|
441
441
|
}[] | {
|
|
442
442
|
[key: string]: any;
|
|
@@ -449,7 +449,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
449
449
|
type: any;
|
|
450
450
|
default: string | number | boolean | Events | {
|
|
451
451
|
[key: string]: any;
|
|
452
|
-
} | import(
|
|
452
|
+
} | import('../../_utils/props').RequestParams | {
|
|
453
453
|
[key: string]: any;
|
|
454
454
|
}[] | {
|
|
455
455
|
[key: string]: any;
|
|
@@ -462,7 +462,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
462
462
|
type: any;
|
|
463
463
|
default: string | number | boolean | Events | {
|
|
464
464
|
[key: string]: any;
|
|
465
|
-
} | import(
|
|
465
|
+
} | import('../../_utils/props').RequestParams | {
|
|
466
466
|
[key: string]: any;
|
|
467
467
|
}[] | {
|
|
468
468
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
@@ -501,7 +501,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
501
501
|
type: any;
|
|
502
502
|
default: string | number | boolean | Events | {
|
|
503
503
|
[key: string]: any;
|
|
504
|
-
} | import(
|
|
504
|
+
} | import('../../_utils/props').RequestParams | {
|
|
505
505
|
[key: string]: any;
|
|
506
506
|
}[] | {
|
|
507
507
|
[key: string]: any;
|
|
@@ -514,7 +514,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
514
514
|
type: any;
|
|
515
515
|
default: string | number | boolean | Events | {
|
|
516
516
|
[key: string]: any;
|
|
517
|
-
} | import(
|
|
517
|
+
} | import('../../_utils/props').RequestParams | {
|
|
518
518
|
[key: string]: any;
|
|
519
519
|
}[] | {
|
|
520
520
|
[key: string]: any;
|
|
@@ -527,7 +527,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
527
527
|
type: any;
|
|
528
528
|
default: string | number | boolean | Events | {
|
|
529
529
|
[key: string]: any;
|
|
530
|
-
} | import(
|
|
530
|
+
} | import('../../_utils/props').RequestParams | {
|
|
531
531
|
[key: string]: any;
|
|
532
532
|
}[] | {
|
|
533
533
|
[key: string]: any;
|
|
@@ -540,7 +540,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
540
540
|
type: any;
|
|
541
541
|
default: string | number | boolean | Events | {
|
|
542
542
|
[key: string]: any;
|
|
543
|
-
} | import(
|
|
543
|
+
} | import('../../_utils/props').RequestParams | {
|
|
544
544
|
[key: string]: any;
|
|
545
545
|
}[] | {
|
|
546
546
|
[key: string]: any;
|
|
@@ -553,7 +553,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
553
553
|
type: any;
|
|
554
554
|
default: string | number | boolean | Events | {
|
|
555
555
|
[key: string]: any;
|
|
556
|
-
} | import(
|
|
556
|
+
} | import('../../_utils/props').RequestParams | {
|
|
557
557
|
[key: string]: any;
|
|
558
558
|
}[] | {
|
|
559
559
|
[key: string]: any;
|
|
@@ -566,7 +566,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
566
566
|
type: any;
|
|
567
567
|
default: string | number | boolean | Events | {
|
|
568
568
|
[key: string]: any;
|
|
569
|
-
} | import(
|
|
569
|
+
} | import('../../_utils/props').RequestParams | {
|
|
570
570
|
[key: string]: any;
|
|
571
571
|
}[] | {
|
|
572
572
|
[key: string]: any;
|
|
@@ -579,7 +579,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
579
579
|
type: any;
|
|
580
580
|
default: string | number | boolean | Events | {
|
|
581
581
|
[key: string]: any;
|
|
582
|
-
} | import(
|
|
582
|
+
} | import('../../_utils/props').RequestParams | {
|
|
583
583
|
[key: string]: any;
|
|
584
584
|
}[] | {
|
|
585
585
|
[key: string]: any;
|
|
@@ -592,7 +592,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
592
592
|
type: any;
|
|
593
593
|
default: string | number | boolean | Events | {
|
|
594
594
|
[key: string]: any;
|
|
595
|
-
} | import(
|
|
595
|
+
} | import('../../_utils/props').RequestParams | {
|
|
596
596
|
[key: string]: any;
|
|
597
597
|
}[] | {
|
|
598
598
|
[key: string]: any;
|
|
@@ -605,7 +605,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
605
605
|
type: any;
|
|
606
606
|
default: string | number | boolean | Events | {
|
|
607
607
|
[key: string]: any;
|
|
608
|
-
} | import(
|
|
608
|
+
} | import('../../_utils/props').RequestParams | {
|
|
609
609
|
[key: string]: any;
|
|
610
610
|
}[] | {
|
|
611
611
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
@@ -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
|
[key: string]: any;
|
|
@@ -644,7 +644,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
644
644
|
type: any;
|
|
645
645
|
default: string | number | boolean | Events | {
|
|
646
646
|
[key: string]: any;
|
|
647
|
-
} | import(
|
|
647
|
+
} | import('../../_utils/props').RequestParams | {
|
|
648
648
|
[key: string]: any;
|
|
649
649
|
}[] | {
|
|
650
650
|
[key: string]: any;
|
|
@@ -657,7 +657,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
657
657
|
type: any;
|
|
658
658
|
default: string | number | boolean | Events | {
|
|
659
659
|
[key: string]: any;
|
|
660
|
-
} | import(
|
|
660
|
+
} | import('../../_utils/props').RequestParams | {
|
|
661
661
|
[key: string]: any;
|
|
662
662
|
}[] | {
|
|
663
663
|
[key: string]: any;
|
|
@@ -670,7 +670,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
670
670
|
type: any;
|
|
671
671
|
default: string | number | boolean | Events | {
|
|
672
672
|
[key: string]: any;
|
|
673
|
-
} | import(
|
|
673
|
+
} | import('../../_utils/props').RequestParams | {
|
|
674
674
|
[key: string]: any;
|
|
675
675
|
}[] | {
|
|
676
676
|
[key: string]: any;
|
|
@@ -683,7 +683,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
683
683
|
type: any;
|
|
684
684
|
default: string | number | boolean | Events | {
|
|
685
685
|
[key: string]: any;
|
|
686
|
-
} | import(
|
|
686
|
+
} | import('../../_utils/props').RequestParams | {
|
|
687
687
|
[key: string]: any;
|
|
688
688
|
}[] | {
|
|
689
689
|
[key: string]: any;
|
|
@@ -696,7 +696,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
696
696
|
type: any;
|
|
697
697
|
default: string | number | boolean | Events | {
|
|
698
698
|
[key: string]: any;
|
|
699
|
-
} | import(
|
|
699
|
+
} | import('../../_utils/props').RequestParams | {
|
|
700
700
|
[key: string]: any;
|
|
701
701
|
}[] | {
|
|
702
702
|
[key: string]: any;
|
|
@@ -709,7 +709,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
709
709
|
type: any;
|
|
710
710
|
default: string | number | boolean | Events | {
|
|
711
711
|
[key: string]: any;
|
|
712
|
-
} | import(
|
|
712
|
+
} | import('../../_utils/props').RequestParams | {
|
|
713
713
|
[key: string]: any;
|
|
714
714
|
}[] | {
|
|
715
715
|
[key: string]: any;
|
|
@@ -722,7 +722,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
722
722
|
type: any;
|
|
723
723
|
default: string | number | boolean | Events | {
|
|
724
724
|
[key: string]: any;
|
|
725
|
-
} | import(
|
|
725
|
+
} | import('../../_utils/props').RequestParams | {
|
|
726
726
|
[key: string]: any;
|
|
727
727
|
}[] | {
|
|
728
728
|
[key: string]: any;
|
|
@@ -735,7 +735,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
735
735
|
type: any;
|
|
736
736
|
default: string | number | boolean | Events | {
|
|
737
737
|
[key: string]: any;
|
|
738
|
-
} | import(
|
|
738
|
+
} | import('../../_utils/props').RequestParams | {
|
|
739
739
|
[key: string]: any;
|
|
740
740
|
}[] | {
|
|
741
741
|
[key: string]: any;
|
|
@@ -748,7 +748,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
748
748
|
type: any;
|
|
749
749
|
default: string | number | boolean | Events | {
|
|
750
750
|
[key: string]: any;
|
|
751
|
-
} | import(
|
|
751
|
+
} | import('../../_utils/props').RequestParams | {
|
|
752
752
|
[key: string]: any;
|
|
753
753
|
}[] | {
|
|
754
754
|
[key: string]: any;
|
|
@@ -761,7 +761,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
761
761
|
type: any;
|
|
762
762
|
default: string | number | boolean | Events | {
|
|
763
763
|
[key: string]: any;
|
|
764
|
-
} | import(
|
|
764
|
+
} | import('../../_utils/props').RequestParams | {
|
|
765
765
|
[key: string]: any;
|
|
766
766
|
}[] | {
|
|
767
767
|
[key: string]: any;
|
|
@@ -774,7 +774,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
774
774
|
type: any;
|
|
775
775
|
default: string | number | boolean | Events | {
|
|
776
776
|
[key: string]: any;
|
|
777
|
-
} | import(
|
|
777
|
+
} | import('../../_utils/props').RequestParams | {
|
|
778
778
|
[key: string]: any;
|
|
779
779
|
}[] | {
|
|
780
780
|
[key: string]: any;
|
|
@@ -787,7 +787,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
787
787
|
type: any;
|
|
788
788
|
default: string | number | boolean | Events | {
|
|
789
789
|
[key: string]: any;
|
|
790
|
-
} | import(
|
|
790
|
+
} | import('../../_utils/props').RequestParams | {
|
|
791
791
|
[key: string]: any;
|
|
792
792
|
}[] | {
|
|
793
793
|
[key: string]: any;
|
|
@@ -800,7 +800,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
800
800
|
type: any;
|
|
801
801
|
default: string | number | boolean | Events | {
|
|
802
802
|
[key: string]: any;
|
|
803
|
-
} | import(
|
|
803
|
+
} | import('../../_utils/props').RequestParams | {
|
|
804
804
|
[key: string]: any;
|
|
805
805
|
}[] | {
|
|
806
806
|
[key: string]: any;
|
|
@@ -813,7 +813,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
813
813
|
type: any;
|
|
814
814
|
default: string | number | boolean | Events | {
|
|
815
815
|
[key: string]: any;
|
|
816
|
-
} | import(
|
|
816
|
+
} | import('../../_utils/props').RequestParams | {
|
|
817
817
|
[key: string]: any;
|
|
818
818
|
}[] | {
|
|
819
819
|
[key: string]: any;
|
|
@@ -826,7 +826,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
826
826
|
type: any;
|
|
827
827
|
default: string | number | boolean | Events | {
|
|
828
828
|
[key: string]: any;
|
|
829
|
-
} | import(
|
|
829
|
+
} | import('../../_utils/props').RequestParams | {
|
|
830
830
|
[key: string]: any;
|
|
831
831
|
}[] | {
|
|
832
832
|
[key: string]: any;
|
|
@@ -839,7 +839,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
839
839
|
type: any;
|
|
840
840
|
default: string | number | boolean | Events | {
|
|
841
841
|
[key: string]: any;
|
|
842
|
-
} | import(
|
|
842
|
+
} | import('../../_utils/props').RequestParams | {
|
|
843
843
|
[key: string]: any;
|
|
844
844
|
}[] | {
|
|
845
845
|
[key: string]: any;
|