@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.
Files changed (55) hide show
  1. package/dist/index.es.js +701 -173
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +699 -171
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +132 -72
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +2 -1
  8. package/types/_utils/hooks/index.d.ts +1 -0
  9. package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
  10. package/types/common/echarts/Echarts.d.ts +418 -0
  11. package/types/common/echarts/index.d.ts +2 -2
  12. package/types/common/index.d.ts +1 -1
  13. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  14. package/types/common/skeleton/index.d.ts +2 -0
  15. package/types/container/border/Border.vue.d.ts +54 -54
  16. package/types/container/border/props.d.ts +54 -54
  17. package/types/container/modal/Modal.vue.d.ts +1 -1
  18. package/types/container/modal/index.d.ts +1 -1
  19. package/types/control/button/Button.vue.d.ts +72 -0
  20. package/types/control/button/index.d.ts +72 -0
  21. package/types/control/button/props.d.ts +84 -44
  22. package/types/control/date-picker/props.d.ts +52 -52
  23. package/types/control/input/props.d.ts +48 -48
  24. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  25. package/types/control/range-picker/props.d.ts +52 -52
  26. package/types/control/select/Select.vue.d.ts +50 -50
  27. package/types/control/select/props.d.ts +50 -50
  28. package/types/graph/bar/Bar.vue.d.ts +128 -128
  29. package/types/graph/bar/index.d.ts +128 -128
  30. package/types/graph/bar/props.d.ts +65 -65
  31. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  32. package/types/graph/combo-graph/index.d.ts +155 -0
  33. package/types/graph/combo-graph/props.d.ts +72 -0
  34. package/types/graph/custom-graph/props.d.ts +48 -48
  35. package/types/graph/line/Line.vue.d.ts +155 -0
  36. package/types/graph/line/index.d.ts +155 -0
  37. package/types/graph/line/props.d.ts +72 -0
  38. package/types/graph/pie/Pie.vue.d.ts +155 -0
  39. package/types/graph/pie/index.d.ts +155 -0
  40. package/types/graph/pie/props.d.ts +72 -0
  41. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  42. package/types/graph/scatter/index.d.ts +155 -0
  43. package/types/graph/scatter/props.d.ts +72 -0
  44. package/types/map/map/props.d.ts +112 -112
  45. package/types/media/image/props.d.ts +52 -52
  46. package/types/table/table/Table.vue.d.ts +900 -79
  47. package/types/table/table/index.d.ts +899 -79
  48. package/types/table/table/props.d.ts +451 -39
  49. package/types/text/list/List.vue.d.ts +64 -64
  50. package/types/text/list/props.d.ts +64 -64
  51. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  52. package/types/text/proportion/props.d.ts +68 -68
  53. package/types/text/text/Text.vue.d.ts +66 -66
  54. package/types/text/text/props.d.ts +66 -66
  55. 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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
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("../../_utils/props").RequestParams | import("./props").SelectOptions | {
607
+ } | import('../../_utils/props').RequestParams | import("./props").SelectOptions | {
608
608
  label: string;
609
609
  value: string;
610
610
  };