@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 | import("./props").SelectOptions | {
|
|
11
11
|
label: string;
|
|
12
12
|
value: string;
|
|
13
13
|
};
|
|
@@ -19,7 +19,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
type: any;
|
|
20
20
|
default: string | number | boolean | Events | {
|
|
21
21
|
[key: string]: any;
|
|
22
|
-
} | import(
|
|
22
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
23
23
|
label: string;
|
|
24
24
|
value: string;
|
|
25
25
|
};
|
|
@@ -31,7 +31,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
type: any;
|
|
32
32
|
default: string | number | boolean | Events | {
|
|
33
33
|
[key: string]: any;
|
|
34
|
-
} | import(
|
|
34
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
35
35
|
label: string;
|
|
36
36
|
value: string;
|
|
37
37
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
47
47
|
label: string;
|
|
48
48
|
value: string;
|
|
49
49
|
};
|
|
@@ -55,7 +55,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
55
|
type: any;
|
|
56
56
|
default: string | number | boolean | Events | {
|
|
57
57
|
[key: string]: any;
|
|
58
|
-
} | import(
|
|
58
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
59
59
|
label: string;
|
|
60
60
|
value: string;
|
|
61
61
|
};
|
|
@@ -67,7 +67,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
67
67
|
type: any;
|
|
68
68
|
default: string | number | boolean | Events | {
|
|
69
69
|
[key: string]: any;
|
|
70
|
-
} | import(
|
|
70
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
71
71
|
label: string;
|
|
72
72
|
value: string;
|
|
73
73
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
83
83
|
label: string;
|
|
84
84
|
value: string;
|
|
85
85
|
};
|
|
@@ -91,7 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
91
91
|
type: any;
|
|
92
92
|
default: string | number | boolean | Events | {
|
|
93
93
|
[key: string]: any;
|
|
94
|
-
} | import(
|
|
94
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
95
95
|
label: string;
|
|
96
96
|
value: string;
|
|
97
97
|
};
|
|
@@ -103,7 +103,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
type: any;
|
|
104
104
|
default: string | number | boolean | Events | {
|
|
105
105
|
[key: string]: any;
|
|
106
|
-
} | import(
|
|
106
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
107
107
|
label: string;
|
|
108
108
|
value: string;
|
|
109
109
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
119
119
|
label: string;
|
|
120
120
|
value: string;
|
|
121
121
|
};
|
|
@@ -127,7 +127,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
127
127
|
type: any;
|
|
128
128
|
default: string | number | boolean | Events | {
|
|
129
129
|
[key: string]: any;
|
|
130
|
-
} | import(
|
|
130
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
131
131
|
label: string;
|
|
132
132
|
value: string;
|
|
133
133
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
143
143
|
label: string;
|
|
144
144
|
value: string;
|
|
145
145
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
155
155
|
label: string;
|
|
156
156
|
value: string;
|
|
157
157
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
167
167
|
label: string;
|
|
168
168
|
value: string;
|
|
169
169
|
};
|
|
@@ -175,7 +175,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
175
175
|
type: any;
|
|
176
176
|
default: string | number | boolean | Events | {
|
|
177
177
|
[key: string]: any;
|
|
178
|
-
} | import(
|
|
178
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
179
179
|
label: string;
|
|
180
180
|
value: string;
|
|
181
181
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
191
191
|
label: string;
|
|
192
192
|
value: string;
|
|
193
193
|
};
|
|
@@ -199,7 +199,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
199
199
|
type: any;
|
|
200
200
|
default: string | number | boolean | Events | {
|
|
201
201
|
[key: string]: any;
|
|
202
|
-
} | import(
|
|
202
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
203
203
|
label: string;
|
|
204
204
|
value: string;
|
|
205
205
|
};
|
|
@@ -211,7 +211,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
211
211
|
type: any;
|
|
212
212
|
default: string | number | boolean | Events | {
|
|
213
213
|
[key: string]: any;
|
|
214
|
-
} | import(
|
|
214
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
215
215
|
label: string;
|
|
216
216
|
value: string;
|
|
217
217
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
227
227
|
label: string;
|
|
228
228
|
value: string;
|
|
229
229
|
};
|
|
@@ -235,7 +235,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
235
235
|
type: any;
|
|
236
236
|
default: string | number | boolean | Events | {
|
|
237
237
|
[key: string]: any;
|
|
238
|
-
} | import(
|
|
238
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
239
239
|
label: string;
|
|
240
240
|
value: string;
|
|
241
241
|
};
|
|
@@ -247,7 +247,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
247
247
|
type: any;
|
|
248
248
|
default: string | number | boolean | Events | {
|
|
249
249
|
[key: string]: any;
|
|
250
|
-
} | import(
|
|
250
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
251
251
|
label: string;
|
|
252
252
|
value: string;
|
|
253
253
|
};
|
|
@@ -259,7 +259,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
259
259
|
type: any;
|
|
260
260
|
default: string | number | boolean | Events | {
|
|
261
261
|
[key: string]: any;
|
|
262
|
-
} | import(
|
|
262
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
263
263
|
label: string;
|
|
264
264
|
value: string;
|
|
265
265
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
275
275
|
label: string;
|
|
276
276
|
value: string;
|
|
277
277
|
};
|
|
@@ -283,7 +283,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
283
283
|
type: any;
|
|
284
284
|
default: string | number | boolean | Events | {
|
|
285
285
|
[key: string]: any;
|
|
286
|
-
} | import(
|
|
286
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
287
287
|
label: string;
|
|
288
288
|
value: string;
|
|
289
289
|
};
|
|
@@ -295,7 +295,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
295
295
|
type: any;
|
|
296
296
|
default: string | number | boolean | Events | {
|
|
297
297
|
[key: string]: any;
|
|
298
|
-
} | import(
|
|
298
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
299
299
|
label: string;
|
|
300
300
|
value: string;
|
|
301
301
|
};
|
|
@@ -316,7 +316,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
316
316
|
type: any;
|
|
317
317
|
default: string | number | boolean | Events | {
|
|
318
318
|
[key: string]: any;
|
|
319
|
-
} | import(
|
|
319
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
320
320
|
label: string;
|
|
321
321
|
value: string;
|
|
322
322
|
};
|
|
@@ -328,7 +328,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
328
328
|
type: any;
|
|
329
329
|
default: string | number | boolean | Events | {
|
|
330
330
|
[key: string]: any;
|
|
331
|
-
} | import(
|
|
331
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
332
332
|
label: string;
|
|
333
333
|
value: string;
|
|
334
334
|
};
|
|
@@ -340,7 +340,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
340
340
|
type: any;
|
|
341
341
|
default: string | number | boolean | Events | {
|
|
342
342
|
[key: string]: any;
|
|
343
|
-
} | import(
|
|
343
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
344
344
|
label: string;
|
|
345
345
|
value: string;
|
|
346
346
|
};
|
|
@@ -352,7 +352,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
352
352
|
type: any;
|
|
353
353
|
default: string | number | boolean | Events | {
|
|
354
354
|
[key: string]: any;
|
|
355
|
-
} | import(
|
|
355
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
356
356
|
label: string;
|
|
357
357
|
value: string;
|
|
358
358
|
};
|
|
@@ -364,7 +364,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
364
364
|
type: any;
|
|
365
365
|
default: string | number | boolean | Events | {
|
|
366
366
|
[key: string]: any;
|
|
367
|
-
} | import(
|
|
367
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
368
368
|
label: string;
|
|
369
369
|
value: string;
|
|
370
370
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
380
380
|
label: string;
|
|
381
381
|
value: string;
|
|
382
382
|
};
|
|
@@ -388,7 +388,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
388
388
|
type: any;
|
|
389
389
|
default: string | number | boolean | Events | {
|
|
390
390
|
[key: string]: any;
|
|
391
|
-
} | import(
|
|
391
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
392
392
|
label: string;
|
|
393
393
|
value: string;
|
|
394
394
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
404
404
|
label: string;
|
|
405
405
|
value: string;
|
|
406
406
|
};
|
|
@@ -412,7 +412,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
412
412
|
type: any;
|
|
413
413
|
default: string | number | boolean | Events | {
|
|
414
414
|
[key: string]: any;
|
|
415
|
-
} | import(
|
|
415
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
416
416
|
label: string;
|
|
417
417
|
value: string;
|
|
418
418
|
};
|
|
@@ -424,7 +424,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
424
424
|
type: any;
|
|
425
425
|
default: string | number | boolean | Events | {
|
|
426
426
|
[key: string]: any;
|
|
427
|
-
} | import(
|
|
427
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
428
428
|
label: string;
|
|
429
429
|
value: string;
|
|
430
430
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
440
440
|
label: string;
|
|
441
441
|
value: string;
|
|
442
442
|
};
|
|
@@ -448,7 +448,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
448
448
|
type: any;
|
|
449
449
|
default: string | number | boolean | Events | {
|
|
450
450
|
[key: string]: any;
|
|
451
|
-
} | import(
|
|
451
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
452
452
|
label: string;
|
|
453
453
|
value: string;
|
|
454
454
|
};
|
|
@@ -460,7 +460,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
460
460
|
type: any;
|
|
461
461
|
default: string | number | boolean | Events | {
|
|
462
462
|
[key: string]: any;
|
|
463
|
-
} | import(
|
|
463
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
464
464
|
label: string;
|
|
465
465
|
value: string;
|
|
466
466
|
};
|
|
@@ -472,7 +472,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
472
472
|
type: any;
|
|
473
473
|
default: string | number | boolean | Events | {
|
|
474
474
|
[key: string]: any;
|
|
475
|
-
} | import(
|
|
475
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
476
476
|
label: string;
|
|
477
477
|
value: string;
|
|
478
478
|
};
|
|
@@ -484,7 +484,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
484
484
|
type: any;
|
|
485
485
|
default: string | number | boolean | Events | {
|
|
486
486
|
[key: string]: any;
|
|
487
|
-
} | import(
|
|
487
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
488
488
|
label: string;
|
|
489
489
|
value: string;
|
|
490
490
|
};
|
|
@@ -496,7 +496,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
496
496
|
type: any;
|
|
497
497
|
default: string | number | boolean | Events | {
|
|
498
498
|
[key: string]: any;
|
|
499
|
-
} | import(
|
|
499
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
500
500
|
label: string;
|
|
501
501
|
value: string;
|
|
502
502
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
512
512
|
label: string;
|
|
513
513
|
value: string;
|
|
514
514
|
};
|
|
@@ -520,7 +520,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
520
520
|
type: any;
|
|
521
521
|
default: string | number | boolean | Events | {
|
|
522
522
|
[key: string]: any;
|
|
523
|
-
} | import(
|
|
523
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
524
524
|
label: string;
|
|
525
525
|
value: string;
|
|
526
526
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
536
536
|
label: string;
|
|
537
537
|
value: string;
|
|
538
538
|
};
|
|
@@ -544,7 +544,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
544
544
|
type: any;
|
|
545
545
|
default: string | number | boolean | Events | {
|
|
546
546
|
[key: string]: any;
|
|
547
|
-
} | import(
|
|
547
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
548
548
|
label: string;
|
|
549
549
|
value: string;
|
|
550
550
|
};
|
|
@@ -556,7 +556,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
556
556
|
type: any;
|
|
557
557
|
default: string | number | boolean | Events | {
|
|
558
558
|
[key: string]: any;
|
|
559
|
-
} | import(
|
|
559
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
560
560
|
label: string;
|
|
561
561
|
value: string;
|
|
562
562
|
};
|
|
@@ -568,7 +568,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
568
568
|
type: any;
|
|
569
569
|
default: string | number | boolean | Events | {
|
|
570
570
|
[key: string]: any;
|
|
571
|
-
} | import(
|
|
571
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
572
572
|
label: string;
|
|
573
573
|
value: string;
|
|
574
574
|
};
|
|
@@ -580,7 +580,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
580
580
|
type: any;
|
|
581
581
|
default: string | number | boolean | Events | {
|
|
582
582
|
[key: string]: any;
|
|
583
|
-
} | import(
|
|
583
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
584
584
|
label: string;
|
|
585
585
|
value: string;
|
|
586
586
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
596
596
|
label: string;
|
|
597
597
|
value: string;
|
|
598
598
|
};
|
|
@@ -604,7 +604,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
604
604
|
type: any;
|
|
605
605
|
default: string | number | boolean | Events | {
|
|
606
606
|
[key: string]: any;
|
|
607
|
-
} | import(
|
|
607
|
+
} | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
|
|
608
608
|
label: string;
|
|
609
609
|
value: string;
|
|
610
610
|
};
|