@ecan-bi/datav 1.1.40 → 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 +995 -987
  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 +176 -400
  14. package/types/container/tabs/index.d.ts +176 -400
  15. package/types/container/tabs/props.d.ts +88 -200
  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
@@ -3,6 +3,7 @@ export interface MapProps extends Props {
3
3
  mapJson: {
4
4
  name: string;
5
5
  value: string;
6
+ path: string;
6
7
  } | null;
7
8
  data: {
8
9
  [key: string]: any;
@@ -43,787 +44,243 @@ export interface MapProps extends Props {
43
44
  export declare const mapProps: MapProps;
44
45
  export declare const mapComponentProps: {
45
46
  mapJson: {
46
- type?: undefined;
47
- default?: undefined;
48
- } | {
49
- type: any;
50
- default: string | number | boolean | import('../../utils/props').Events | {
51
- [key: string]: any;
52
- } | import('../../utils/props').RequestParams | {
53
- [key: string]: any;
54
- }[] | {
47
+ type?: import("vue").PropType<{
55
48
  name: string;
56
49
  value: string;
50
+ path: string;
51
+ }>;
52
+ default?: {
53
+ name: string;
54
+ value: string;
55
+ path: string;
57
56
  };
58
57
  };
59
58
  data: {
60
- type?: undefined;
61
- default?: undefined;
62
- } | {
63
- type: any;
64
- default: string | number | boolean | import('../../utils/props').Events | {
59
+ type?: import("vue").PropType<{
65
60
  [key: string]: any;
66
- } | import('../../utils/props').RequestParams | {
61
+ }[]>;
62
+ default?: {
67
63
  [key: string]: any;
68
- }[] | {
69
- name: string;
70
- value: string;
71
- };
64
+ }[];
72
65
  };
73
66
  backgroundImage: {
74
- type?: undefined;
75
- default?: undefined;
76
- } | {
77
- type: any;
78
- default: string | number | boolean | import('../../utils/props').Events | {
79
- [key: string]: any;
80
- } | import('../../utils/props').RequestParams | {
81
- [key: string]: any;
82
- }[] | {
83
- name: string;
84
- value: string;
85
- };
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
86
69
  };
87
70
  backgroundImageRepeat: {
88
- type?: undefined;
89
- default?: undefined;
90
- } | {
91
- type: any;
92
- default: string | number | boolean | import('../../utils/props').Events | {
93
- [key: string]: any;
94
- } | import('../../utils/props').RequestParams | {
95
- [key: string]: any;
96
- }[] | {
97
- name: string;
98
- value: string;
99
- };
71
+ type?: import("vue").PropType<"repeat" | "no-repeat" | "repeat-x" | "repeat-y">;
72
+ default?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
100
73
  };
101
74
  symbolImage: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: string | number | boolean | import('../../utils/props').Events | {
107
- [key: string]: any;
108
- } | import('../../utils/props').RequestParams | {
109
- [key: string]: any;
110
- }[] | {
111
- name: string;
112
- value: string;
113
- };
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
114
77
  };
115
78
  symbolWidth: {
116
- type?: undefined;
117
- default?: undefined;
118
- } | {
119
- type: any;
120
- default: string | number | boolean | import('../../utils/props').Events | {
121
- [key: string]: any;
122
- } | import('../../utils/props').RequestParams | {
123
- [key: string]: any;
124
- }[] | {
125
- name: string;
126
- value: string;
127
- };
79
+ type?: import("vue").PropType<number>;
80
+ default?: number;
128
81
  };
129
82
  symbolHeight: {
130
- type?: undefined;
131
- default?: undefined;
132
- } | {
133
- type: any;
134
- default: string | number | boolean | import('../../utils/props').Events | {
135
- [key: string]: any;
136
- } | import('../../utils/props').RequestParams | {
137
- [key: string]: any;
138
- }[] | {
139
- name: string;
140
- value: string;
141
- };
83
+ type?: import("vue").PropType<number>;
84
+ default?: number;
142
85
  };
143
86
  geoZoom: {
144
- type?: undefined;
145
- default?: undefined;
146
- } | {
147
- type: any;
148
- default: string | number | boolean | import('../../utils/props').Events | {
149
- [key: string]: any;
150
- } | import('../../utils/props').RequestParams | {
151
- [key: string]: any;
152
- }[] | {
153
- name: string;
154
- value: string;
155
- };
87
+ type?: import("vue").PropType<number>;
88
+ default?: number;
156
89
  };
157
90
  geoRoam: {
158
- type?: undefined;
159
- default?: undefined;
160
- } | {
161
- type: any;
162
- default: string | number | boolean | import('../../utils/props').Events | {
163
- [key: string]: any;
164
- } | import('../../utils/props').RequestParams | {
165
- [key: string]: any;
166
- }[] | {
167
- name: string;
168
- value: string;
169
- };
91
+ type?: import("vue").PropType<boolean>;
92
+ default?: boolean;
170
93
  };
171
94
  geoCenter: {
172
- type?: undefined;
173
- default?: undefined;
174
- } | {
175
- type: any;
176
- default: string | number | boolean | import('../../utils/props').Events | {
177
- [key: string]: any;
178
- } | import('../../utils/props').RequestParams | {
179
- [key: string]: any;
180
- }[] | {
181
- name: string;
182
- value: string;
183
- };
95
+ type?: import("vue").PropType<string>;
96
+ default?: string;
184
97
  };
185
98
  geoBackgroundImage: {
186
- type?: undefined;
187
- default?: undefined;
188
- } | {
189
- type: any;
190
- default: string | number | boolean | import('../../utils/props').Events | {
191
- [key: string]: any;
192
- } | import('../../utils/props').RequestParams | {
193
- [key: string]: any;
194
- }[] | {
195
- name: string;
196
- value: string;
197
- };
99
+ type?: import("vue").PropType<string>;
100
+ default?: string;
198
101
  };
199
102
  geoBackgroundImageRepeat: {
200
- type?: undefined;
201
- default?: undefined;
202
- } | {
203
- type: any;
204
- default: string | number | boolean | import('../../utils/props').Events | {
205
- [key: string]: any;
206
- } | import('../../utils/props').RequestParams | {
207
- [key: string]: any;
208
- }[] | {
209
- name: string;
210
- value: string;
211
- };
103
+ type?: import("vue").PropType<"repeat" | "no-repeat" | "repeat-x" | "repeat-y">;
104
+ default?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
212
105
  };
213
106
  geoLabelShow: {
214
- type?: undefined;
215
- default?: undefined;
216
- } | {
217
- type: any;
218
- default: string | number | boolean | import('../../utils/props').Events | {
219
- [key: string]: any;
220
- } | import('../../utils/props').RequestParams | {
221
- [key: string]: any;
222
- }[] | {
223
- name: string;
224
- value: string;
225
- };
107
+ type?: import("vue").PropType<boolean>;
108
+ default?: boolean;
226
109
  };
227
110
  geoLabelColor: {
228
- type?: undefined;
229
- default?: undefined;
230
- } | {
231
- type: any;
232
- default: string | number | boolean | import('../../utils/props').Events | {
233
- [key: string]: any;
234
- } | import('../../utils/props').RequestParams | {
235
- [key: string]: any;
236
- }[] | {
237
- name: string;
238
- value: string;
239
- };
111
+ type?: import("vue").PropType<string>;
112
+ default?: string;
240
113
  };
241
114
  geoLabelFontSize: {
242
- type?: undefined;
243
- default?: undefined;
244
- } | {
245
- type: any;
246
- default: string | number | boolean | import('../../utils/props').Events | {
247
- [key: string]: any;
248
- } | import('../../utils/props').RequestParams | {
249
- [key: string]: any;
250
- }[] | {
251
- name: string;
252
- value: string;
253
- };
115
+ type?: import("vue").PropType<number>;
116
+ default?: number;
254
117
  };
255
118
  geoItemStyleAreaColor: {
256
- type?: undefined;
257
- default?: undefined;
258
- } | {
259
- type: any;
260
- default: string | number | boolean | import('../../utils/props').Events | {
261
- [key: string]: any;
262
- } | import('../../utils/props').RequestParams | {
263
- [key: string]: any;
264
- }[] | {
265
- name: string;
266
- value: string;
267
- };
119
+ type?: import("vue").PropType<string>;
120
+ default?: string;
268
121
  };
269
122
  geoItemStyleBorderColor: {
270
- type?: undefined;
271
- default?: undefined;
272
- } | {
273
- type: any;
274
- default: string | number | boolean | import('../../utils/props').Events | {
275
- [key: string]: any;
276
- } | import('../../utils/props').RequestParams | {
277
- [key: string]: any;
278
- }[] | {
279
- name: string;
280
- value: string;
281
- };
123
+ type?: import("vue").PropType<string>;
124
+ default?: string;
282
125
  };
283
126
  geoItemStyleBorderWidth: {
284
- type?: undefined;
285
- default?: undefined;
286
- } | {
287
- type: any;
288
- default: string | number | boolean | import('../../utils/props').Events | {
289
- [key: string]: any;
290
- } | import('../../utils/props').RequestParams | {
291
- [key: string]: any;
292
- }[] | {
293
- name: string;
294
- value: string;
295
- };
127
+ type?: import("vue").PropType<number>;
128
+ default?: number;
296
129
  };
297
130
  geoItemStyleShadowColor: {
298
- type?: undefined;
299
- default?: undefined;
300
- } | {
301
- type: any;
302
- default: string | number | boolean | import('../../utils/props').Events | {
303
- [key: string]: any;
304
- } | import('../../utils/props').RequestParams | {
305
- [key: string]: any;
306
- }[] | {
307
- name: string;
308
- value: string;
309
- };
131
+ type?: import("vue").PropType<string>;
132
+ default?: string;
310
133
  };
311
134
  geoItemStyleShadowOffsetX: {
312
- type?: undefined;
313
- default?: undefined;
314
- } | {
315
- type: any;
316
- default: string | number | boolean | import('../../utils/props').Events | {
317
- [key: string]: any;
318
- } | import('../../utils/props').RequestParams | {
319
- [key: string]: any;
320
- }[] | {
321
- name: string;
322
- value: string;
323
- };
135
+ type?: import("vue").PropType<number>;
136
+ default?: number;
324
137
  };
325
138
  geoItemStyleShadowOffsetY: {
326
- type?: undefined;
327
- default?: undefined;
328
- } | {
329
- type: any;
330
- default: string | number | boolean | import('../../utils/props').Events | {
331
- [key: string]: any;
332
- } | import('../../utils/props').RequestParams | {
333
- [key: string]: any;
334
- }[] | {
335
- name: string;
336
- value: string;
337
- };
139
+ type?: import("vue").PropType<number>;
140
+ default?: number;
338
141
  };
339
142
  geoItemStyleShadowBlur: {
340
- type?: undefined;
341
- default?: undefined;
342
- } | {
343
- type: any;
344
- default: string | number | boolean | import('../../utils/props').Events | {
345
- [key: string]: any;
346
- } | import('../../utils/props').RequestParams | {
347
- [key: string]: any;
348
- }[] | {
349
- name: string;
350
- value: string;
351
- };
143
+ type?: import("vue").PropType<number>;
144
+ default?: number;
352
145
  };
353
146
  geoEmphasisDisabled: {
354
- type?: undefined;
355
- default?: undefined;
356
- } | {
357
- type: any;
358
- default: string | number | boolean | import('../../utils/props').Events | {
359
- [key: string]: any;
360
- } | import('../../utils/props').RequestParams | {
361
- [key: string]: any;
362
- }[] | {
363
- name: string;
364
- value: string;
365
- };
147
+ type?: import("vue").PropType<boolean>;
148
+ default?: boolean;
366
149
  };
367
150
  geoEmphasisLabelColor: {
368
- type?: undefined;
369
- default?: undefined;
370
- } | {
371
- type: any;
372
- default: string | number | boolean | import('../../utils/props').Events | {
373
- [key: string]: any;
374
- } | import('../../utils/props').RequestParams | {
375
- [key: string]: any;
376
- }[] | {
377
- name: string;
378
- value: string;
379
- };
151
+ type?: import("vue").PropType<string>;
152
+ default?: string;
380
153
  };
381
154
  geoEmphasisItemStyleAreaColor: {
382
- type?: undefined;
383
- default?: undefined;
384
- } | {
385
- type: any;
386
- default: string | number | boolean | import('../../utils/props').Events | {
387
- [key: string]: any;
388
- } | import('../../utils/props').RequestParams | {
389
- [key: string]: any;
390
- }[] | {
391
- name: string;
392
- value: string;
393
- };
155
+ type?: import("vue").PropType<string>;
156
+ default?: string;
394
157
  };
395
158
  geoEmphasisItemStyleBorderColor: {
396
- type?: undefined;
397
- default?: undefined;
398
- } | {
399
- type: any;
400
- default: string | number | boolean | import('../../utils/props').Events | {
401
- [key: string]: any;
402
- } | import('../../utils/props').RequestParams | {
403
- [key: string]: any;
404
- }[] | {
405
- name: string;
406
- value: string;
407
- };
159
+ type?: import("vue").PropType<string>;
160
+ default?: string;
408
161
  };
409
162
  itemStyleColor: {
410
- type?: undefined;
411
- default?: undefined;
412
- } | {
413
- type: any;
414
- default: string | number | boolean | import('../../utils/props').Events | {
415
- [key: string]: any;
416
- } | import('../../utils/props').RequestParams | {
417
- [key: string]: any;
418
- }[] | {
419
- name: string;
420
- value: string;
421
- };
163
+ type?: import("vue").PropType<string>;
164
+ default?: string;
422
165
  };
423
166
  labelFontSize: {
424
- type?: undefined;
425
- default?: undefined;
426
- } | {
427
- type: any;
428
- default: string | number | boolean | import('../../utils/props').Events | {
429
- [key: string]: any;
430
- } | import('../../utils/props').RequestParams | {
431
- [key: string]: any;
432
- }[] | {
433
- name: string;
434
- value: string;
435
- };
167
+ type?: import("vue").PropType<number>;
168
+ default?: number;
436
169
  };
437
170
  labelFormatter: {
438
- type?: undefined;
439
- default?: undefined;
440
- } | {
441
- type: any;
442
- default: string | number | boolean | import('../../utils/props').Events | {
443
- [key: string]: any;
444
- } | import('../../utils/props').RequestParams | {
445
- [key: string]: any;
446
- }[] | {
447
- name: string;
448
- value: string;
449
- };
171
+ type?: import("vue").PropType<string>;
172
+ default?: string;
450
173
  };
451
174
  labelShow: {
452
- type?: undefined;
453
- default?: undefined;
454
- } | {
455
- type: any;
456
- default: string | number | boolean | import('../../utils/props').Events | {
457
- [key: string]: any;
458
- } | import('../../utils/props').RequestParams | {
459
- [key: string]: any;
460
- }[] | {
461
- name: string;
462
- value: string;
463
- };
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
464
177
  };
465
178
  labelColor: {
466
- type?: undefined;
467
- default?: undefined;
468
- } | {
469
- type: any;
470
- default: string | number | boolean | import('../../utils/props').Events | {
471
- [key: string]: any;
472
- } | import('../../utils/props').RequestParams | {
473
- [key: string]: any;
474
- }[] | {
475
- name: string;
476
- value: string;
477
- };
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
478
181
  };
479
182
  tooltipShow: {
480
- type?: undefined;
481
- default?: undefined;
482
- } | {
483
- type: any;
484
- default: string | number | boolean | import('../../utils/props').Events | {
485
- [key: string]: any;
486
- } | import('../../utils/props').RequestParams | {
487
- [key: string]: any;
488
- }[] | {
489
- name: string;
490
- value: string;
491
- };
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
492
185
  };
493
186
  tooltipTextStyleColor: {
494
- type?: undefined;
495
- default?: undefined;
496
- } | {
497
- type: any;
498
- default: string | number | boolean | import('../../utils/props').Events | {
499
- [key: string]: any;
500
- } | import('../../utils/props').RequestParams | {
501
- [key: string]: any;
502
- }[] | {
503
- name: string;
504
- value: string;
505
- };
187
+ type?: import("vue").PropType<string>;
188
+ default?: string;
506
189
  };
507
190
  tooltipFormatter: {
508
- type?: undefined;
509
- default?: undefined;
510
- } | {
511
- type: any;
512
- default: string | number | boolean | import('../../utils/props').Events | {
513
- [key: string]: any;
514
- } | import('../../utils/props').RequestParams | {
515
- [key: string]: any;
516
- }[] | {
517
- name: string;
518
- value: string;
519
- };
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
520
193
  };
521
194
  id: {
522
- type?: undefined;
523
- default?: undefined;
524
- } | {
525
- type: any;
526
- default: string | number | boolean | import('../../utils/props').Events | {
527
- [key: string]: any;
528
- } | import('../../utils/props').RequestParams | {
529
- [key: string]: any;
530
- }[] | {
531
- name: string;
532
- value: string;
533
- };
195
+ type?: import("vue").PropType<string>;
196
+ default?: string;
534
197
  };
535
198
  name: {
536
- type?: undefined;
537
- default?: undefined;
538
- } | {
539
- type: any;
540
- default: string | number | boolean | import('../../utils/props').Events | {
541
- [key: string]: any;
542
- } | import('../../utils/props').RequestParams | {
543
- [key: string]: any;
544
- }[] | {
545
- name: string;
546
- value: string;
547
- };
199
+ type?: import("vue").PropType<string>;
200
+ default?: string;
548
201
  };
549
202
  keyName: {
550
- type?: undefined;
551
- default?: undefined;
552
- } | {
553
- type: any;
554
- default: string | number | boolean | import('../../utils/props').Events | {
555
- [key: string]: any;
556
- } | import('../../utils/props').RequestParams | {
557
- [key: string]: any;
558
- }[] | {
559
- name: string;
560
- value: string;
561
- };
203
+ type?: import("vue").PropType<string>;
204
+ default?: string;
562
205
  };
563
206
  type: {
564
- type?: undefined;
565
- default?: undefined;
566
- } | {
567
- type: any;
568
- default: string | number | boolean | import('../../utils/props').Events | {
569
- [key: string]: any;
570
- } | import('../../utils/props').RequestParams | {
571
- [key: string]: any;
572
- }[] | {
573
- name: string;
574
- value: string;
575
- };
207
+ type?: import("vue").PropType<string>;
208
+ default?: string;
576
209
  };
577
210
  width: {
578
- type?: undefined;
579
- default?: undefined;
580
- } | {
581
- type: any;
582
- default: string | number | boolean | import('../../utils/props').Events | {
583
- [key: string]: any;
584
- } | import('../../utils/props').RequestParams | {
585
- [key: string]: any;
586
- }[] | {
587
- name: string;
588
- value: string;
589
- };
211
+ type?: import("vue").PropType<string>;
212
+ default?: string;
590
213
  };
591
214
  height: {
592
- type?: undefined;
593
- default?: undefined;
594
- } | {
595
- type: any;
596
- default: string | number | boolean | import('../../utils/props').Events | {
597
- [key: string]: any;
598
- } | import('../../utils/props').RequestParams | {
599
- [key: string]: any;
600
- }[] | {
601
- name: string;
602
- value: string;
603
- };
215
+ type?: import("vue").PropType<string>;
216
+ default?: string;
604
217
  };
605
218
  position: {
606
- type?: undefined;
607
- default?: undefined;
608
- } | {
609
- type: any;
610
- default: string | number | boolean | import('../../utils/props').Events | {
611
- [key: string]: any;
612
- } | import('../../utils/props').RequestParams | {
613
- [key: string]: any;
614
- }[] | {
615
- name: string;
616
- value: string;
617
- };
219
+ type?: import("vue").PropType<string>;
220
+ default?: string;
618
221
  };
619
222
  top: {
620
- type?: undefined;
621
- default?: undefined;
622
- } | {
623
- type: any;
624
- default: string | number | boolean | import('../../utils/props').Events | {
625
- [key: string]: any;
626
- } | import('../../utils/props').RequestParams | {
627
- [key: string]: any;
628
- }[] | {
629
- name: string;
630
- value: string;
631
- };
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
632
225
  };
633
226
  left: {
634
- type?: undefined;
635
- default?: undefined;
636
- } | {
637
- type: any;
638
- default: string | number | boolean | import('../../utils/props').Events | {
639
- [key: string]: any;
640
- } | import('../../utils/props').RequestParams | {
641
- [key: string]: any;
642
- }[] | {
643
- name: string;
644
- value: string;
645
- };
227
+ type?: import("vue").PropType<string>;
228
+ default?: string;
646
229
  };
647
230
  zIndex: {
648
- type?: undefined;
649
- default?: undefined;
650
- } | {
651
- type: any;
652
- default: string | number | boolean | import('../../utils/props').Events | {
653
- [key: string]: any;
654
- } | import('../../utils/props').RequestParams | {
655
- [key: string]: any;
656
- }[] | {
657
- name: string;
658
- value: string;
659
- };
231
+ type?: import("vue").PropType<number>;
232
+ default?: number;
660
233
  };
661
234
  rotate: {
662
- type?: undefined;
663
- default?: undefined;
664
- } | {
665
- type: any;
666
- default: string | number | boolean | import('../../utils/props').Events | {
667
- [key: string]: any;
668
- } | import('../../utils/props').RequestParams | {
669
- [key: string]: any;
670
- }[] | {
671
- name: string;
672
- value: string;
673
- };
235
+ type?: import("vue").PropType<string>;
236
+ default?: string;
674
237
  };
675
238
  isShow: {
676
- type?: undefined;
677
- default?: undefined;
678
- } | {
679
- type: any;
680
- default: string | number | boolean | import('../../utils/props').Events | {
681
- [key: string]: any;
682
- } | import('../../utils/props').RequestParams | {
683
- [key: string]: any;
684
- }[] | {
685
- name: string;
686
- value: string;
687
- };
239
+ type?: import("vue").PropType<boolean>;
240
+ default?: boolean;
688
241
  };
689
242
  isRender: {
690
- type?: undefined;
691
- default?: undefined;
692
- } | {
693
- type: any;
694
- default: string | number | boolean | import('../../utils/props').Events | {
695
- [key: string]: any;
696
- } | import('../../utils/props').RequestParams | {
697
- [key: string]: any;
698
- }[] | {
699
- name: string;
700
- value: string;
701
- };
243
+ type?: import("vue").PropType<boolean>;
244
+ default?: boolean;
702
245
  };
703
246
  events: {
704
- type?: undefined;
705
- default?: undefined;
706
- } | {
707
- type: any;
708
- default: string | number | boolean | import('../../utils/props').Events | {
709
- [key: string]: any;
710
- } | import('../../utils/props').RequestParams | {
711
- [key: string]: any;
712
- }[] | {
713
- name: string;
714
- value: string;
715
- };
247
+ type?: import("vue").PropType<import('../../utils/props').Events>;
248
+ default?: import('../../utils/props').Events;
716
249
  };
717
250
  requestUrl: {
718
- type?: undefined;
719
- default?: undefined;
720
- } | {
721
- type: any;
722
- default: string | number | boolean | import('../../utils/props').Events | {
723
- [key: string]: any;
724
- } | import('../../utils/props').RequestParams | {
725
- [key: string]: any;
726
- }[] | {
727
- name: string;
728
- value: string;
729
- };
251
+ type?: import("vue").PropType<string>;
252
+ default?: string;
730
253
  };
731
254
  requestMethod: {
732
- type?: undefined;
733
- default?: undefined;
734
- } | {
735
- type: any;
736
- default: string | number | boolean | import('../../utils/props').Events | {
737
- [key: string]: any;
738
- } | import('../../utils/props').RequestParams | {
739
- [key: string]: any;
740
- }[] | {
741
- name: string;
742
- value: string;
743
- };
255
+ type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
256
+ default?: import('../../utils/props').RequestMethod;
744
257
  };
745
258
  requestHeaders: {
746
- type?: undefined;
747
- default?: undefined;
748
- } | {
749
- type: any;
750
- default: string | number | boolean | import('../../utils/props').Events | {
259
+ type?: import("vue").PropType<{
751
260
  [key: string]: any;
752
- } | import('../../utils/props').RequestParams | {
261
+ }>;
262
+ default?: {
753
263
  [key: string]: any;
754
- }[] | {
755
- name: string;
756
- value: string;
757
264
  };
758
265
  };
759
266
  isOpenRequestTimer: {
760
- type?: undefined;
761
- default?: undefined;
762
- } | {
763
- type: any;
764
- default: string | number | boolean | import('../../utils/props').Events | {
765
- [key: string]: any;
766
- } | import('../../utils/props').RequestParams | {
767
- [key: string]: any;
768
- }[] | {
769
- name: string;
770
- value: string;
771
- };
267
+ type?: import("vue").PropType<boolean>;
268
+ default?: boolean;
772
269
  };
773
270
  requestInterval: {
774
- type?: undefined;
775
- default?: undefined;
776
- } | {
777
- type: any;
778
- default: string | number | boolean | import('../../utils/props').Events | {
779
- [key: string]: any;
780
- } | import('../../utils/props').RequestParams | {
781
- [key: string]: any;
782
- }[] | {
783
- name: string;
784
- value: string;
785
- };
271
+ type?: import("vue").PropType<number>;
272
+ default?: number;
786
273
  };
787
274
  requestParams: {
788
- type?: undefined;
789
- default?: undefined;
790
- } | {
791
- type: any;
792
- default: string | number | boolean | import('../../utils/props').Events | {
793
- [key: string]: any;
794
- } | import('../../utils/props').RequestParams | {
795
- [key: string]: any;
796
- }[] | {
797
- name: string;
798
- value: string;
799
- };
275
+ type?: import("vue").PropType<import('../../utils/props').RequestParams>;
276
+ default?: import('../../utils/props').RequestParams;
800
277
  };
801
278
  requestSort: {
802
- type?: undefined;
803
- default?: undefined;
804
- } | {
805
- type: any;
806
- default: string | number | boolean | import('../../utils/props').Events | {
807
- [key: string]: any;
808
- } | import('../../utils/props').RequestParams | {
809
- [key: string]: any;
810
- }[] | {
811
- name: string;
812
- value: string;
813
- };
279
+ type?: import("vue").PropType<number>;
280
+ default?: number;
814
281
  };
815
282
  dataType: {
816
- type?: undefined;
817
- default?: undefined;
818
- } | {
819
- type: any;
820
- default: string | number | boolean | import('../../utils/props').Events | {
821
- [key: string]: any;
822
- } | import('../../utils/props').RequestParams | {
823
- [key: string]: any;
824
- }[] | {
825
- name: string;
826
- value: string;
827
- };
283
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
284
+ default?: "indicator" | "static" | "request";
828
285
  };
829
286
  };