@ecan-bi/datav 1.1.39 → 1.1.41

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 (82) hide show
  1. package/dist/index.es.js +1525 -1499
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +6 -6
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +144 -618
  8. package/types/container/border/index.d.ts +144 -618
  9. package/types/container/border/props.d.ts +72 -309
  10. package/types/container/modal/Modal.vue.d.ts +74 -237
  11. package/types/container/modal/index.d.ts +73 -237
  12. package/types/container/modal/props.d.ts +36 -117
  13. package/types/container/tabs/Tabs.vue.d.ts +184 -380
  14. package/types/container/tabs/index.d.ts +184 -380
  15. package/types/container/tabs/props.d.ts +94 -190
  16. package/types/control/button/Button.vue.d.ts +126 -418
  17. package/types/control/button/index.d.ts +126 -418
  18. package/types/control/button/props.d.ts +63 -209
  19. package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
  20. package/types/control/checkbox/index.d.ts +102 -334
  21. package/types/control/checkbox/props.d.ts +51 -167
  22. package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
  23. package/types/control/date-picker/index.d.ts +119 -391
  24. package/types/control/date-picker/props.d.ts +59 -195
  25. package/types/control/input/Input.vue.d.ts +102 -334
  26. package/types/control/input/index.d.ts +102 -334
  27. package/types/control/input/props.d.ts +51 -167
  28. package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
  29. package/types/control/range-picker/index.d.ts +128 -420
  30. package/types/control/range-picker/props.d.ts +63 -209
  31. package/types/control/select/Select.vue.d.ts +125 -531
  32. package/types/control/select/index.d.ts +125 -531
  33. package/types/control/select/props.d.ts +59 -265
  34. package/types/graph/bar/Bar.vue.d.ts +374 -2044
  35. package/types/graph/bar/index.d.ts +373 -2043
  36. package/types/graph/bar/props.d.ts +166 -962
  37. package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
  38. package/types/graph/combo-graph/index.d.ts +339 -741
  39. package/types/graph/combo-graph/props.d.ts +154 -355
  40. package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
  41. package/types/graph/custom-graph/index.d.ts +100 -420
  42. package/types/graph/custom-graph/props.d.ts +50 -210
  43. package/types/graph/line/Line.vue.d.ts +364 -2546
  44. package/types/graph/line/index.d.ts +364 -2546
  45. package/types/graph/line/props.d.ts +149 -1211
  46. package/types/graph/pie/Pie.vue.d.ts +317 -722
  47. package/types/graph/pie/index.d.ts +316 -722
  48. package/types/graph/pie/props.d.ts +142 -345
  49. package/types/graph/scatter/Scatter.vue.d.ts +293 -639
  50. package/types/graph/scatter/index.d.ts +293 -639
  51. package/types/graph/scatter/props.d.ts +132 -305
  52. package/types/map/map/Map.vue.d.ts +269 -1404
  53. package/types/map/map/index.d.ts +269 -1404
  54. package/types/map/map/props.d.ts +121 -664
  55. package/types/media/iframe/Iframe.vue.d.ts +102 -334
  56. package/types/media/iframe/index.d.ts +102 -334
  57. package/types/media/iframe/props.d.ts +51 -167
  58. package/types/media/image/Image.vue.d.ts +110 -362
  59. package/types/media/image/index.d.ts +110 -362
  60. package/types/media/image/props.d.ts +55 -181
  61. package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
  62. package/types/setting/page-config/index.d.ts +28 -70
  63. package/types/setting/page-config/props.d.ts +14 -35
  64. package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
  65. package/types/setting/provider-config/index.d.ts +22 -62
  66. package/types/setting/provider-config/props.d.ts +11 -31
  67. package/types/table/table/Table.vue.d.ts +234 -1660
  68. package/types/table/table/index.d.ts +234 -1660
  69. package/types/table/table/props.d.ts +101 -811
  70. package/types/text/list/List.vue.d.ts +136 -688
  71. package/types/text/list/index.d.ts +136 -688
  72. package/types/text/list/props.d.ts +68 -344
  73. package/types/text/proportion/Proportion.vue.d.ts +148 -636
  74. package/types/text/proportion/index.d.ts +148 -636
  75. package/types/text/proportion/props.d.ts +74 -318
  76. package/types/text/text/Text.vue.d.ts +160 -690
  77. package/types/text/text/index.d.ts +160 -690
  78. package/types/text/text/props.d.ts +81 -346
  79. package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
  80. package/types/text/time-display/index.d.ts +126 -418
  81. package/types/text/time-display/props.d.ts +63 -209
  82. package/types/utils/props.d.ts +3 -5
@@ -1,220 +1,104 @@
1
1
  import { CheckboxOptions } from './props';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
3
  value: {
4
- type?: undefined;
5
- default?: undefined;
6
- } | {
7
- type: any;
8
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
9
- [key: string]: any;
10
- } | import("../../utils/props").RequestParams | CheckboxOptions;
4
+ type?: import("vue").PropType<string | string[]>;
5
+ default?: string | string[];
11
6
  };
12
7
  data: {
13
- type?: undefined;
14
- default?: undefined;
15
- } | {
16
- type: any;
17
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
18
- [key: string]: any;
19
- } | import("../../utils/props").RequestParams | CheckboxOptions;
8
+ type?: import("vue").PropType<CheckboxOptions>;
9
+ default?: CheckboxOptions;
20
10
  };
21
11
  id: {
22
- type?: undefined;
23
- default?: undefined;
24
- } | {
25
- type: any;
26
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
27
- [key: string]: any;
28
- } | import("../../utils/props").RequestParams | CheckboxOptions;
12
+ type?: import("vue").PropType<string>;
13
+ default?: string;
29
14
  };
30
15
  name: {
31
- type?: undefined;
32
- default?: undefined;
33
- } | {
34
- type: any;
35
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
36
- [key: string]: any;
37
- } | import("../../utils/props").RequestParams | CheckboxOptions;
16
+ type?: import("vue").PropType<string>;
17
+ default?: string;
38
18
  };
39
19
  keyName: {
40
- type?: undefined;
41
- default?: undefined;
42
- } | {
43
- type: any;
44
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
45
- [key: string]: any;
46
- } | import("../../utils/props").RequestParams | CheckboxOptions;
20
+ type?: import("vue").PropType<string>;
21
+ default?: string;
47
22
  };
48
23
  type: {
49
- type?: undefined;
50
- default?: undefined;
51
- } | {
52
- type: any;
53
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
54
- [key: string]: any;
55
- } | import("../../utils/props").RequestParams | CheckboxOptions;
24
+ type?: import("vue").PropType<string>;
25
+ default?: string;
56
26
  };
57
27
  width: {
58
- type?: undefined;
59
- default?: undefined;
60
- } | {
61
- type: any;
62
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
63
- [key: string]: any;
64
- } | import("../../utils/props").RequestParams | CheckboxOptions;
28
+ type?: import("vue").PropType<string>;
29
+ default?: string;
65
30
  };
66
31
  height: {
67
- type?: undefined;
68
- default?: undefined;
69
- } | {
70
- type: any;
71
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
72
- [key: string]: any;
73
- } | import("../../utils/props").RequestParams | CheckboxOptions;
32
+ type?: import("vue").PropType<string>;
33
+ default?: string;
74
34
  };
75
35
  position: {
76
- type?: undefined;
77
- default?: undefined;
78
- } | {
79
- type: any;
80
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
81
- [key: string]: any;
82
- } | import("../../utils/props").RequestParams | CheckboxOptions;
36
+ type?: import("vue").PropType<string>;
37
+ default?: string;
83
38
  };
84
39
  top: {
85
- type?: undefined;
86
- default?: undefined;
87
- } | {
88
- type: any;
89
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
90
- [key: string]: any;
91
- } | import("../../utils/props").RequestParams | CheckboxOptions;
40
+ type?: import("vue").PropType<string>;
41
+ default?: string;
92
42
  };
93
43
  left: {
94
- type?: undefined;
95
- default?: undefined;
96
- } | {
97
- type: any;
98
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
99
- [key: string]: any;
100
- } | import("../../utils/props").RequestParams | CheckboxOptions;
44
+ type?: import("vue").PropType<string>;
45
+ default?: string;
101
46
  };
102
47
  zIndex: {
103
- type?: undefined;
104
- default?: undefined;
105
- } | {
106
- type: any;
107
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
108
- [key: string]: any;
109
- } | import("../../utils/props").RequestParams | CheckboxOptions;
48
+ type?: import("vue").PropType<number>;
49
+ default?: number;
110
50
  };
111
51
  rotate: {
112
- type?: undefined;
113
- default?: undefined;
114
- } | {
115
- type: any;
116
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
117
- [key: string]: any;
118
- } | import("../../utils/props").RequestParams | CheckboxOptions;
52
+ type?: import("vue").PropType<string>;
53
+ default?: string;
119
54
  };
120
55
  isShow: {
121
- type?: undefined;
122
- default?: undefined;
123
- } | {
124
- type: any;
125
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
126
- [key: string]: any;
127
- } | import("../../utils/props").RequestParams | CheckboxOptions;
56
+ type?: import("vue").PropType<boolean>;
57
+ default?: boolean;
128
58
  };
129
59
  isRender: {
130
- type?: undefined;
131
- default?: undefined;
132
- } | {
133
- type: any;
134
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
135
- [key: string]: any;
136
- } | import("../../utils/props").RequestParams | CheckboxOptions;
60
+ type?: import("vue").PropType<boolean>;
61
+ default?: boolean;
137
62
  };
138
63
  events: {
139
- type?: undefined;
140
- default?: undefined;
141
- } | {
142
- type: any;
143
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
144
- [key: string]: any;
145
- } | import("../../utils/props").RequestParams | CheckboxOptions;
64
+ type?: import("vue").PropType<import("../../utils/props").Events>;
65
+ default?: import("../../utils/props").Events;
146
66
  };
147
67
  requestUrl: {
148
- type?: undefined;
149
- default?: undefined;
150
- } | {
151
- type: any;
152
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
153
- [key: string]: any;
154
- } | import("../../utils/props").RequestParams | CheckboxOptions;
68
+ type?: import("vue").PropType<string>;
69
+ default?: string;
155
70
  };
156
71
  requestMethod: {
157
- type?: undefined;
158
- default?: undefined;
159
- } | {
160
- type: any;
161
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
162
- [key: string]: any;
163
- } | import("../../utils/props").RequestParams | CheckboxOptions;
72
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
73
+ default?: import("../../utils/props").RequestMethod;
164
74
  };
165
75
  requestHeaders: {
166
- type?: undefined;
167
- default?: undefined;
168
- } | {
169
- type: any;
170
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
76
+ type?: import("vue").PropType<{
171
77
  [key: string]: any;
172
- } | import("../../utils/props").RequestParams | CheckboxOptions;
78
+ }>;
79
+ default?: {
80
+ [key: string]: any;
81
+ };
173
82
  };
174
83
  isOpenRequestTimer: {
175
- type?: undefined;
176
- default?: undefined;
177
- } | {
178
- type: any;
179
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
180
- [key: string]: any;
181
- } | import("../../utils/props").RequestParams | CheckboxOptions;
84
+ type?: import("vue").PropType<boolean>;
85
+ default?: boolean;
182
86
  };
183
87
  requestInterval: {
184
- type?: undefined;
185
- default?: undefined;
186
- } | {
187
- type: any;
188
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
189
- [key: string]: any;
190
- } | import("../../utils/props").RequestParams | CheckboxOptions;
88
+ type?: import("vue").PropType<number>;
89
+ default?: number;
191
90
  };
192
91
  requestParams: {
193
- type?: undefined;
194
- default?: undefined;
195
- } | {
196
- type: any;
197
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
198
- [key: string]: any;
199
- } | import("../../utils/props").RequestParams | CheckboxOptions;
92
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
93
+ default?: import("../../utils/props").RequestParams;
200
94
  };
201
95
  requestSort: {
202
- type?: undefined;
203
- default?: undefined;
204
- } | {
205
- type: any;
206
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
207
- [key: string]: any;
208
- } | import("../../utils/props").RequestParams | CheckboxOptions;
96
+ type?: import("vue").PropType<number>;
97
+ default?: number;
209
98
  };
210
99
  dataType: {
211
- type?: undefined;
212
- default?: undefined;
213
- } | {
214
- type: any;
215
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
216
- [key: string]: any;
217
- } | import("../../utils/props").RequestParams | CheckboxOptions;
100
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
101
+ default?: "indicator" | "static" | "request";
218
102
  };
219
103
  }, {
220
104
  myOption: import("vue").Ref<{
@@ -229,220 +113,104 @@ declare const _sfc_main: import("vue").DefineComponent<{
229
113
  checkboxChange: () => void;
230
114
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
231
115
  value: {
232
- type?: undefined;
233
- default?: undefined;
234
- } | {
235
- type: any;
236
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
237
- [key: string]: any;
238
- } | import("../../utils/props").RequestParams | CheckboxOptions;
116
+ type?: import("vue").PropType<string | string[]>;
117
+ default?: string | string[];
239
118
  };
240
119
  data: {
241
- type?: undefined;
242
- default?: undefined;
243
- } | {
244
- type: any;
245
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
246
- [key: string]: any;
247
- } | import("../../utils/props").RequestParams | CheckboxOptions;
120
+ type?: import("vue").PropType<CheckboxOptions>;
121
+ default?: CheckboxOptions;
248
122
  };
249
123
  id: {
250
- type?: undefined;
251
- default?: undefined;
252
- } | {
253
- type: any;
254
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
255
- [key: string]: any;
256
- } | import("../../utils/props").RequestParams | CheckboxOptions;
124
+ type?: import("vue").PropType<string>;
125
+ default?: string;
257
126
  };
258
127
  name: {
259
- type?: undefined;
260
- default?: undefined;
261
- } | {
262
- type: any;
263
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
264
- [key: string]: any;
265
- } | import("../../utils/props").RequestParams | CheckboxOptions;
128
+ type?: import("vue").PropType<string>;
129
+ default?: string;
266
130
  };
267
131
  keyName: {
268
- type?: undefined;
269
- default?: undefined;
270
- } | {
271
- type: any;
272
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
273
- [key: string]: any;
274
- } | import("../../utils/props").RequestParams | CheckboxOptions;
132
+ type?: import("vue").PropType<string>;
133
+ default?: string;
275
134
  };
276
135
  type: {
277
- type?: undefined;
278
- default?: undefined;
279
- } | {
280
- type: any;
281
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
282
- [key: string]: any;
283
- } | import("../../utils/props").RequestParams | CheckboxOptions;
136
+ type?: import("vue").PropType<string>;
137
+ default?: string;
284
138
  };
285
139
  width: {
286
- type?: undefined;
287
- default?: undefined;
288
- } | {
289
- type: any;
290
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
291
- [key: string]: any;
292
- } | import("../../utils/props").RequestParams | CheckboxOptions;
140
+ type?: import("vue").PropType<string>;
141
+ default?: string;
293
142
  };
294
143
  height: {
295
- type?: undefined;
296
- default?: undefined;
297
- } | {
298
- type: any;
299
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
300
- [key: string]: any;
301
- } | import("../../utils/props").RequestParams | CheckboxOptions;
144
+ type?: import("vue").PropType<string>;
145
+ default?: string;
302
146
  };
303
147
  position: {
304
- type?: undefined;
305
- default?: undefined;
306
- } | {
307
- type: any;
308
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
309
- [key: string]: any;
310
- } | import("../../utils/props").RequestParams | CheckboxOptions;
148
+ type?: import("vue").PropType<string>;
149
+ default?: string;
311
150
  };
312
151
  top: {
313
- type?: undefined;
314
- default?: undefined;
315
- } | {
316
- type: any;
317
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
318
- [key: string]: any;
319
- } | import("../../utils/props").RequestParams | CheckboxOptions;
152
+ type?: import("vue").PropType<string>;
153
+ default?: string;
320
154
  };
321
155
  left: {
322
- type?: undefined;
323
- default?: undefined;
324
- } | {
325
- type: any;
326
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
327
- [key: string]: any;
328
- } | import("../../utils/props").RequestParams | CheckboxOptions;
156
+ type?: import("vue").PropType<string>;
157
+ default?: string;
329
158
  };
330
159
  zIndex: {
331
- type?: undefined;
332
- default?: undefined;
333
- } | {
334
- type: any;
335
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
336
- [key: string]: any;
337
- } | import("../../utils/props").RequestParams | CheckboxOptions;
160
+ type?: import("vue").PropType<number>;
161
+ default?: number;
338
162
  };
339
163
  rotate: {
340
- type?: undefined;
341
- default?: undefined;
342
- } | {
343
- type: any;
344
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
345
- [key: string]: any;
346
- } | import("../../utils/props").RequestParams | CheckboxOptions;
164
+ type?: import("vue").PropType<string>;
165
+ default?: string;
347
166
  };
348
167
  isShow: {
349
- type?: undefined;
350
- default?: undefined;
351
- } | {
352
- type: any;
353
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
354
- [key: string]: any;
355
- } | import("../../utils/props").RequestParams | CheckboxOptions;
168
+ type?: import("vue").PropType<boolean>;
169
+ default?: boolean;
356
170
  };
357
171
  isRender: {
358
- type?: undefined;
359
- default?: undefined;
360
- } | {
361
- type: any;
362
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
363
- [key: string]: any;
364
- } | import("../../utils/props").RequestParams | CheckboxOptions;
172
+ type?: import("vue").PropType<boolean>;
173
+ default?: boolean;
365
174
  };
366
175
  events: {
367
- type?: undefined;
368
- default?: undefined;
369
- } | {
370
- type: any;
371
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
372
- [key: string]: any;
373
- } | import("../../utils/props").RequestParams | CheckboxOptions;
176
+ type?: import("vue").PropType<import("../../utils/props").Events>;
177
+ default?: import("../../utils/props").Events;
374
178
  };
375
179
  requestUrl: {
376
- type?: undefined;
377
- default?: undefined;
378
- } | {
379
- type: any;
380
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
381
- [key: string]: any;
382
- } | import("../../utils/props").RequestParams | CheckboxOptions;
180
+ type?: import("vue").PropType<string>;
181
+ default?: string;
383
182
  };
384
183
  requestMethod: {
385
- type?: undefined;
386
- default?: undefined;
387
- } | {
388
- type: any;
389
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
390
- [key: string]: any;
391
- } | import("../../utils/props").RequestParams | CheckboxOptions;
184
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
185
+ default?: import("../../utils/props").RequestMethod;
392
186
  };
393
187
  requestHeaders: {
394
- type?: undefined;
395
- default?: undefined;
396
- } | {
397
- type: any;
398
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
188
+ type?: import("vue").PropType<{
399
189
  [key: string]: any;
400
- } | import("../../utils/props").RequestParams | CheckboxOptions;
190
+ }>;
191
+ default?: {
192
+ [key: string]: any;
193
+ };
401
194
  };
402
195
  isOpenRequestTimer: {
403
- type?: undefined;
404
- default?: undefined;
405
- } | {
406
- type: any;
407
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
408
- [key: string]: any;
409
- } | import("../../utils/props").RequestParams | CheckboxOptions;
196
+ type?: import("vue").PropType<boolean>;
197
+ default?: boolean;
410
198
  };
411
199
  requestInterval: {
412
- type?: undefined;
413
- default?: undefined;
414
- } | {
415
- type: any;
416
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
417
- [key: string]: any;
418
- } | import("../../utils/props").RequestParams | CheckboxOptions;
200
+ type?: import("vue").PropType<number>;
201
+ default?: number;
419
202
  };
420
203
  requestParams: {
421
- type?: undefined;
422
- default?: undefined;
423
- } | {
424
- type: any;
425
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
426
- [key: string]: any;
427
- } | import("../../utils/props").RequestParams | CheckboxOptions;
204
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
205
+ default?: import("../../utils/props").RequestParams;
428
206
  };
429
207
  requestSort: {
430
- type?: undefined;
431
- default?: undefined;
432
- } | {
433
- type: any;
434
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
435
- [key: string]: any;
436
- } | import("../../utils/props").RequestParams | CheckboxOptions;
208
+ type?: import("vue").PropType<number>;
209
+ default?: number;
437
210
  };
438
211
  dataType: {
439
- type?: undefined;
440
- default?: undefined;
441
- } | {
442
- type: any;
443
- default: string | number | boolean | string[] | import("../../utils/props").Events | {
444
- [key: string]: any;
445
- } | import("../../utils/props").RequestParams | CheckboxOptions;
212
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
213
+ default?: "indicator" | "static" | "request";
446
214
  };
447
215
  }>>, {}>;
448
216
  export default _sfc_main;