@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
@@ -68,1138 +68,342 @@ export interface BarProps extends Props {
68
68
  export declare const barProps: BarProps;
69
69
  export declare const barComponentProps: {
70
70
  data: {
71
- type?: undefined;
72
- default?: undefined;
73
- } | {
74
- type: any;
75
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
76
- [key: string]: any;
77
- } | import('../../utils/props').RequestParams | {
78
- [key: string]: any;
79
- chartType: 'bar';
80
- plugin: '1';
81
- layer: '2';
82
- };
71
+ type?: import("vue").PropType<Data>;
72
+ default?: Data;
83
73
  };
84
74
  titleText: {
85
- type?: undefined;
86
- default?: undefined;
87
- } | {
88
- type: any;
89
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
90
- [key: string]: any;
91
- } | import('../../utils/props').RequestParams | {
92
- [key: string]: any;
93
- chartType: 'bar';
94
- plugin: '1';
95
- layer: '2';
96
- };
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
97
77
  };
98
78
  titleSubtext: {
99
- type?: undefined;
100
- default?: undefined;
101
- } | {
102
- type: any;
103
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
104
- [key: string]: any;
105
- } | import('../../utils/props').RequestParams | {
106
- [key: string]: any;
107
- chartType: 'bar';
108
- plugin: '1';
109
- layer: '2';
110
- };
79
+ type?: import("vue").PropType<string>;
80
+ default?: string;
111
81
  };
112
82
  colors: {
113
- type?: undefined;
114
- default?: undefined;
115
- } | {
116
- type: any;
117
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
118
- [key: string]: any;
119
- } | import('../../utils/props').RequestParams | {
120
- [key: string]: any;
121
- chartType: 'bar';
122
- plugin: '1';
123
- layer: '2';
124
- };
83
+ type?: import("vue").PropType<string[]>;
84
+ default?: string[];
125
85
  };
126
86
  legendShow: {
127
- type?: undefined;
128
- default?: undefined;
129
- } | {
130
- type: any;
131
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
132
- [key: string]: any;
133
- } | import('../../utils/props').RequestParams | {
134
- [key: string]: any;
135
- chartType: 'bar';
136
- plugin: '1';
137
- layer: '2';
138
- };
87
+ type?: import("vue").PropType<boolean>;
88
+ default?: boolean;
139
89
  };
140
90
  legendTextStyleColor: {
141
- type?: undefined;
142
- default?: undefined;
143
- } | {
144
- type: any;
145
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
146
- [key: string]: any;
147
- } | import('../../utils/props').RequestParams | {
148
- [key: string]: any;
149
- chartType: 'bar';
150
- plugin: '1';
151
- layer: '2';
152
- };
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
153
93
  };
154
94
  legendLeft: {
155
- type?: undefined;
156
- default?: undefined;
157
- } | {
158
- type: any;
159
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
160
- [key: string]: any;
161
- } | import('../../utils/props').RequestParams | {
162
- [key: string]: any;
163
- chartType: 'bar';
164
- plugin: '1';
165
- layer: '2';
166
- };
95
+ type?: import("vue").PropType<"left" | "center" | "right">;
96
+ default?: "left" | "center" | "right";
167
97
  };
168
98
  legendTop: {
169
- type?: undefined;
170
- default?: undefined;
171
- } | {
172
- type: any;
173
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
174
- [key: string]: any;
175
- } | import('../../utils/props').RequestParams | {
176
- [key: string]: any;
177
- chartType: 'bar';
178
- plugin: '1';
179
- layer: '2';
180
- };
99
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
100
+ default?: "top" | "bottom" | "middle";
181
101
  };
182
102
  legendOrient: {
183
- type?: undefined;
184
- default?: undefined;
185
- } | {
186
- type: any;
187
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
188
- [key: string]: any;
189
- } | import('../../utils/props').RequestParams | {
190
- [key: string]: any;
191
- chartType: 'bar';
192
- plugin: '1';
193
- layer: '2';
194
- };
103
+ type?: import("vue").PropType<"horizontal" | "vertical">;
104
+ default?: "horizontal" | "vertical";
195
105
  };
196
106
  xAxisSplitLineShow: {
197
- type?: undefined;
198
- default?: undefined;
199
- } | {
200
- type: any;
201
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
202
- [key: string]: any;
203
- } | import('../../utils/props').RequestParams | {
204
- [key: string]: any;
205
- chartType: 'bar';
206
- plugin: '1';
207
- layer: '2';
208
- };
107
+ type?: import("vue").PropType<boolean>;
108
+ default?: boolean;
209
109
  };
210
110
  xAxisLabelColor: {
211
- type?: undefined;
212
- default?: undefined;
213
- } | {
214
- type: any;
215
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
216
- [key: string]: any;
217
- } | import('../../utils/props').RequestParams | {
218
- [key: string]: any;
219
- chartType: 'bar';
220
- plugin: '1';
221
- layer: '2';
222
- };
111
+ type?: import("vue").PropType<string>;
112
+ default?: string;
223
113
  };
224
114
  xAxisLabelWidth: {
225
- type?: undefined;
226
- default?: undefined;
227
- } | {
228
- type: any;
229
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
230
- [key: string]: any;
231
- } | import('../../utils/props').RequestParams | {
232
- [key: string]: any;
233
- chartType: 'bar';
234
- plugin: '1';
235
- layer: '2';
236
- };
115
+ type?: import("vue").PropType<number>;
116
+ default?: number;
237
117
  };
238
118
  xAxisLabelOverflow: {
239
- type?: undefined;
240
- default?: undefined;
241
- } | {
242
- type: any;
243
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
244
- [key: string]: any;
245
- } | import('../../utils/props').RequestParams | {
246
- [key: string]: any;
247
- chartType: 'bar';
248
- plugin: '1';
249
- layer: '2';
250
- };
119
+ type?: import("vue").PropType<"none" | "truncate" | "break" | "breakAll">;
120
+ default?: "none" | "truncate" | "break" | "breakAll";
251
121
  };
252
122
  xAxisLabelRotate: {
253
- type?: undefined;
254
- default?: undefined;
255
- } | {
256
- type: any;
257
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
258
- [key: string]: any;
259
- } | import('../../utils/props').RequestParams | {
260
- [key: string]: any;
261
- chartType: 'bar';
262
- plugin: '1';
263
- layer: '2';
264
- };
123
+ type?: import("vue").PropType<number>;
124
+ default?: number;
265
125
  };
266
126
  xAxisLineStyleColor: {
267
- type?: undefined;
268
- default?: undefined;
269
- } | {
270
- type: any;
271
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
272
- [key: string]: any;
273
- } | import('../../utils/props').RequestParams | {
274
- [key: string]: any;
275
- chartType: 'bar';
276
- plugin: '1';
277
- layer: '2';
278
- };
127
+ type?: import("vue").PropType<string>;
128
+ default?: string;
279
129
  };
280
130
  xAxisTickShow: {
281
- type?: undefined;
282
- default?: undefined;
283
- } | {
284
- type: any;
285
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
286
- [key: string]: any;
287
- } | import('../../utils/props').RequestParams | {
288
- [key: string]: any;
289
- chartType: 'bar';
290
- plugin: '1';
291
- layer: '2';
292
- };
131
+ type?: import("vue").PropType<boolean>;
132
+ default?: boolean;
293
133
  };
294
134
  xAxisLabelFormatter: {
295
- type?: undefined;
296
- default?: undefined;
297
- } | {
298
- type: any;
299
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
300
- [key: string]: any;
301
- } | import('../../utils/props').RequestParams | {
302
- [key: string]: any;
303
- chartType: 'bar';
304
- plugin: '1';
305
- layer: '2';
306
- };
135
+ type?: import("vue").PropType<string>;
136
+ default?: string;
307
137
  };
308
138
  xAxisSplitLineStyleColor: {
309
- type?: undefined;
310
- default?: undefined;
311
- } | {
312
- type: any;
313
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
314
- [key: string]: any;
315
- } | import('../../utils/props').RequestParams | {
316
- [key: string]: any;
317
- chartType: 'bar';
318
- plugin: '1';
319
- layer: '2';
320
- };
139
+ type?: import("vue").PropType<string>;
140
+ default?: string;
321
141
  };
322
142
  xAxisInverse: {
323
- type?: undefined;
324
- default?: undefined;
325
- } | {
326
- type: any;
327
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
328
- [key: string]: any;
329
- } | import('../../utils/props').RequestParams | {
330
- [key: string]: any;
331
- chartType: 'bar';
332
- plugin: '1';
333
- layer: '2';
334
- };
143
+ type?: import("vue").PropType<boolean>;
144
+ default?: boolean;
335
145
  };
336
146
  xAxisMinInterval: {
337
- type?: undefined;
338
- default?: undefined;
339
- } | {
340
- type: any;
341
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
342
- [key: string]: any;
343
- } | import('../../utils/props').RequestParams | {
344
- [key: string]: any;
345
- chartType: 'bar';
346
- plugin: '1';
347
- layer: '2';
348
- };
147
+ type?: import("vue").PropType<number>;
148
+ default?: number;
349
149
  };
350
150
  yAxisMinInterval: {
351
- type?: undefined;
352
- default?: undefined;
353
- } | {
354
- type: any;
355
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
356
- [key: string]: any;
357
- } | import('../../utils/props').RequestParams | {
358
- [key: string]: any;
359
- chartType: 'bar';
360
- plugin: '1';
361
- layer: '2';
362
- };
151
+ type?: import("vue").PropType<number>;
152
+ default?: number;
363
153
  };
364
154
  yAxisInverse: {
365
- type?: undefined;
366
- default?: undefined;
367
- } | {
368
- type: any;
369
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
370
- [key: string]: any;
371
- } | import('../../utils/props').RequestParams | {
372
- [key: string]: any;
373
- chartType: 'bar';
374
- plugin: '1';
375
- layer: '2';
376
- };
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
377
157
  };
378
158
  yAxisLabelWidth: {
379
- type?: undefined;
380
- default?: undefined;
381
- } | {
382
- type: any;
383
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
384
- [key: string]: any;
385
- } | import('../../utils/props').RequestParams | {
386
- [key: string]: any;
387
- chartType: 'bar';
388
- plugin: '1';
389
- layer: '2';
390
- };
159
+ type?: import("vue").PropType<number>;
160
+ default?: number;
391
161
  };
392
162
  yAxisLabelOverflow: {
393
- type?: undefined;
394
- default?: undefined;
395
- } | {
396
- type: any;
397
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
398
- [key: string]: any;
399
- } | import('../../utils/props').RequestParams | {
400
- [key: string]: any;
401
- chartType: 'bar';
402
- plugin: '1';
403
- layer: '2';
404
- };
163
+ type?: import("vue").PropType<"none" | "truncate" | "break" | "breakAll">;
164
+ default?: "none" | "truncate" | "break" | "breakAll";
405
165
  };
406
166
  yAxisLabelRotate: {
407
- type?: undefined;
408
- default?: undefined;
409
- } | {
410
- type: any;
411
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
412
- [key: string]: any;
413
- } | import('../../utils/props').RequestParams | {
414
- [key: string]: any;
415
- chartType: 'bar';
416
- plugin: '1';
417
- layer: '2';
418
- };
167
+ type?: import("vue").PropType<number>;
168
+ default?: number;
419
169
  };
420
170
  yAxisSplitLineShow: {
421
- type?: undefined;
422
- default?: undefined;
423
- } | {
424
- type: any;
425
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
426
- [key: string]: any;
427
- } | import('../../utils/props').RequestParams | {
428
- [key: string]: any;
429
- chartType: 'bar';
430
- plugin: '1';
431
- layer: '2';
432
- };
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
433
173
  };
434
174
  yAxisSplitLineStyleColor: {
435
- type?: undefined;
436
- default?: undefined;
437
- } | {
438
- type: any;
439
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
440
- [key: string]: any;
441
- } | import('../../utils/props').RequestParams | {
442
- [key: string]: any;
443
- chartType: 'bar';
444
- plugin: '1';
445
- layer: '2';
446
- };
175
+ type?: import("vue").PropType<string>;
176
+ default?: string;
447
177
  };
448
178
  yAxisLabelColor: {
449
- type?: undefined;
450
- default?: undefined;
451
- } | {
452
- type: any;
453
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
454
- [key: string]: any;
455
- } | import('../../utils/props').RequestParams | {
456
- [key: string]: any;
457
- chartType: 'bar';
458
- plugin: '1';
459
- layer: '2';
460
- };
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
461
181
  };
462
182
  yAxisLineStyleColor: {
463
- type?: undefined;
464
- default?: undefined;
465
- } | {
466
- type: any;
467
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
468
- [key: string]: any;
469
- } | import('../../utils/props').RequestParams | {
470
- [key: string]: any;
471
- chartType: 'bar';
472
- plugin: '1';
473
- layer: '2';
474
- };
183
+ type?: import("vue").PropType<string>;
184
+ default?: string;
475
185
  };
476
186
  yAxisLabelFormatter: {
477
- type?: undefined;
478
- default?: undefined;
479
- } | {
480
- type: any;
481
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
482
- [key: string]: any;
483
- } | import('../../utils/props').RequestParams | {
484
- [key: string]: any;
485
- chartType: 'bar';
486
- plugin: '1';
487
- layer: '2';
488
- };
187
+ type?: import("vue").PropType<string>;
188
+ default?: string;
489
189
  };
490
190
  valueTypeDataFieldNames: {
491
- type?: undefined;
492
- default?: undefined;
493
- } | {
494
- type: any;
495
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
496
- [key: string]: any;
497
- } | import('../../utils/props').RequestParams | {
498
- [key: string]: any;
499
- chartType: 'bar';
500
- plugin: '1';
501
- layer: '2';
502
- };
191
+ type?: import("vue").PropType<ValueTypeDataFieldNames>;
192
+ default?: ValueTypeDataFieldNames;
503
193
  };
504
194
  keyTypeDataFieldNames: {
505
- type?: undefined;
506
- default?: undefined;
507
- } | {
508
- type: any;
509
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
510
- [key: string]: any;
511
- } | import('../../utils/props').RequestParams | {
512
- [key: string]: any;
513
- chartType: 'bar';
514
- plugin: '1';
515
- layer: '2';
516
- };
195
+ type?: import("vue").PropType<KeyTypeDataFieldNames>;
196
+ default?: KeyTypeDataFieldNames;
517
197
  };
518
198
  dataFieldConfigType: {
519
- type?: undefined;
520
- default?: undefined;
521
- } | {
522
- type: any;
523
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
524
- [key: string]: any;
525
- } | import('../../utils/props').RequestParams | {
526
- [key: string]: any;
527
- chartType: 'bar';
528
- plugin: '1';
529
- layer: '2';
530
- };
199
+ type?: import("vue").PropType<"value" | "key">;
200
+ default?: "value" | "key";
531
201
  };
532
202
  tooltipShow: {
533
- type?: undefined;
534
- default?: undefined;
535
- } | {
536
- type: any;
537
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
538
- [key: string]: any;
539
- } | import('../../utils/props').RequestParams | {
540
- [key: string]: any;
541
- chartType: 'bar';
542
- plugin: '1';
543
- layer: '2';
544
- };
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
545
205
  };
546
206
  tooltipTextStyleColor: {
547
- type?: undefined;
548
- default?: undefined;
549
- } | {
550
- type: any;
551
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
552
- [key: string]: any;
553
- } | import('../../utils/props').RequestParams | {
554
- [key: string]: any;
555
- chartType: 'bar';
556
- plugin: '1';
557
- layer: '2';
558
- };
207
+ type?: import("vue").PropType<string>;
208
+ default?: string;
559
209
  };
560
210
  tooltipFormatter: {
561
- type?: undefined;
562
- default?: undefined;
563
- } | {
564
- type: any;
565
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
566
- [key: string]: any;
567
- } | import('../../utils/props').RequestParams | {
568
- [key: string]: any;
569
- chartType: 'bar';
570
- plugin: '1';
571
- layer: '2';
572
- };
211
+ type?: import("vue").PropType<string>;
212
+ default?: string;
573
213
  };
574
214
  gridContainLabel: {
575
- type?: undefined;
576
- default?: undefined;
577
- } | {
578
- type: any;
579
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
580
- [key: string]: any;
581
- } | import('../../utils/props').RequestParams | {
582
- [key: string]: any;
583
- chartType: 'bar';
584
- plugin: '1';
585
- layer: '2';
586
- };
215
+ type?: import("vue").PropType<boolean>;
216
+ default?: boolean;
587
217
  };
588
218
  gridTop: {
589
- type?: undefined;
590
- default?: undefined;
591
- } | {
592
- type: any;
593
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
594
- [key: string]: any;
595
- } | import('../../utils/props').RequestParams | {
596
- [key: string]: any;
597
- chartType: 'bar';
598
- plugin: '1';
599
- layer: '2';
600
- };
219
+ type?: import("vue").PropType<string>;
220
+ default?: string;
601
221
  };
602
222
  gridBottom: {
603
- type?: undefined;
604
- default?: undefined;
605
- } | {
606
- type: any;
607
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
608
- [key: string]: any;
609
- } | import('../../utils/props').RequestParams | {
610
- [key: string]: any;
611
- chartType: 'bar';
612
- plugin: '1';
613
- layer: '2';
614
- };
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
615
225
  };
616
226
  gridLeft: {
617
- type?: undefined;
618
- default?: undefined;
619
- } | {
620
- type: any;
621
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
622
- [key: string]: any;
623
- } | import('../../utils/props').RequestParams | {
624
- [key: string]: any;
625
- chartType: 'bar';
626
- plugin: '1';
627
- layer: '2';
628
- };
227
+ type?: import("vue").PropType<string>;
228
+ default?: string;
629
229
  };
630
230
  gridRight: {
631
- type?: undefined;
632
- default?: undefined;
633
- } | {
634
- type: any;
635
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
636
- [key: string]: any;
637
- } | import('../../utils/props').RequestParams | {
638
- [key: string]: any;
639
- chartType: 'bar';
640
- plugin: '1';
641
- layer: '2';
642
- };
231
+ type?: import("vue").PropType<string>;
232
+ default?: string;
643
233
  };
644
234
  barWidth: {
645
- type?: undefined;
646
- default?: undefined;
647
- } | {
648
- type: any;
649
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
650
- [key: string]: any;
651
- } | import('../../utils/props').RequestParams | {
652
- [key: string]: any;
653
- chartType: 'bar';
654
- plugin: '1';
655
- layer: '2';
656
- };
235
+ type?: import("vue").PropType<string>;
236
+ default?: string;
657
237
  };
658
238
  graphicConfig: {
659
- type?: undefined;
660
- default?: undefined;
661
- } | {
662
- type: any;
663
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
664
- [key: string]: any;
665
- } | import('../../utils/props').RequestParams | {
239
+ type?: import("vue").PropType<{
666
240
  [key: string]: any;
667
241
  chartType: 'bar';
668
242
  plugin: '1';
669
243
  layer: '2';
670
- };
671
- };
672
- toolboxShow: {
673
- type?: undefined;
674
- default?: undefined;
675
- } | {
676
- type: any;
677
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
678
- [key: string]: any;
679
- } | import('../../utils/props').RequestParams | {
244
+ }>;
245
+ default?: {
680
246
  [key: string]: any;
681
247
  chartType: 'bar';
682
248
  plugin: '1';
683
249
  layer: '2';
684
250
  };
685
251
  };
252
+ toolboxShow: {
253
+ type?: import("vue").PropType<boolean>;
254
+ default?: boolean;
255
+ };
686
256
  toolboxOrient: {
687
- type?: undefined;
688
- default?: undefined;
689
- } | {
690
- type: any;
691
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
692
- [key: string]: any;
693
- } | import('../../utils/props').RequestParams | {
694
- [key: string]: any;
695
- chartType: 'bar';
696
- plugin: '1';
697
- layer: '2';
698
- };
257
+ type?: import("vue").PropType<"horizontal" | "vertical">;
258
+ default?: "horizontal" | "vertical";
699
259
  };
700
260
  toolboxItemSize: {
701
- type?: undefined;
702
- default?: undefined;
703
- } | {
704
- type: any;
705
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
706
- [key: string]: any;
707
- } | import('../../utils/props').RequestParams | {
708
- [key: string]: any;
709
- chartType: 'bar';
710
- plugin: '1';
711
- layer: '2';
712
- };
261
+ type?: import("vue").PropType<number>;
262
+ default?: number;
713
263
  };
714
264
  toolboxItemGap: {
715
- type?: undefined;
716
- default?: undefined;
717
- } | {
718
- type: any;
719
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
720
- [key: string]: any;
721
- } | import('../../utils/props').RequestParams | {
722
- [key: string]: any;
723
- chartType: 'bar';
724
- plugin: '1';
725
- layer: '2';
726
- };
265
+ type?: import("vue").PropType<number>;
266
+ default?: number;
727
267
  };
728
268
  toolboxLeft: {
729
- type?: undefined;
730
- default?: undefined;
731
- } | {
732
- type: any;
733
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
734
- [key: string]: any;
735
- } | import('../../utils/props').RequestParams | {
736
- [key: string]: any;
737
- chartType: 'bar';
738
- plugin: '1';
739
- layer: '2';
740
- };
269
+ type?: import("vue").PropType<"left" | "center" | "right">;
270
+ default?: "left" | "center" | "right";
741
271
  };
742
272
  toolboxTop: {
743
- type?: undefined;
744
- default?: undefined;
745
- } | {
746
- type: any;
747
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
748
- [key: string]: any;
749
- } | import('../../utils/props').RequestParams | {
750
- [key: string]: any;
751
- chartType: 'bar';
752
- plugin: '1';
753
- layer: '2';
754
- };
273
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
274
+ default?: "top" | "bottom" | "middle";
755
275
  };
756
276
  toolboxIconStyleBorderColor: {
757
- type?: undefined;
758
- default?: undefined;
759
- } | {
760
- type: any;
761
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
762
- [key: string]: any;
763
- } | import('../../utils/props').RequestParams | {
764
- [key: string]: any;
765
- chartType: 'bar';
766
- plugin: '1';
767
- layer: '2';
768
- };
277
+ type?: import("vue").PropType<string>;
278
+ default?: string;
769
279
  };
770
280
  toolboxDownloadUrl: {
771
- type?: undefined;
772
- default?: undefined;
773
- } | {
774
- type: any;
775
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
776
- [key: string]: any;
777
- } | import('../../utils/props').RequestParams | {
778
- [key: string]: any;
779
- chartType: 'bar';
780
- plugin: '1';
781
- layer: '2';
782
- };
281
+ type?: import("vue").PropType<string>;
282
+ default?: string;
783
283
  };
784
284
  toolboxInfoText: {
785
- type?: undefined;
786
- default?: undefined;
787
- } | {
788
- type: any;
789
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
790
- [key: string]: any;
791
- } | import('../../utils/props').RequestParams | {
792
- [key: string]: any;
793
- chartType: 'bar';
794
- plugin: '1';
795
- layer: '2';
796
- };
285
+ type?: import("vue").PropType<string>;
286
+ default?: string;
797
287
  };
798
288
  isUseHorizontalAxis: {
799
- type?: undefined;
800
- default?: undefined;
801
- } | {
802
- type: any;
803
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
804
- [key: string]: any;
805
- } | import('../../utils/props').RequestParams | {
806
- [key: string]: any;
807
- chartType: 'bar';
808
- plugin: '1';
809
- layer: '2';
810
- };
289
+ type?: import("vue").PropType<boolean>;
290
+ default?: boolean;
811
291
  };
812
292
  axisInverse: {
813
- type?: undefined;
814
- default?: undefined;
815
- } | {
816
- type: any;
817
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
818
- [key: string]: any;
819
- } | import('../../utils/props').RequestParams | {
820
- [key: string]: any;
821
- chartType: 'bar';
822
- plugin: '1';
823
- layer: '2';
824
- };
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
825
295
  };
826
296
  isStack: {
827
- type?: undefined;
828
- default?: undefined;
829
- } | {
830
- type: any;
831
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
832
- [key: string]: any;
833
- } | import('../../utils/props').RequestParams | {
834
- [key: string]: any;
835
- chartType: 'bar';
836
- plugin: '1';
837
- layer: '2';
838
- };
297
+ type?: import("vue").PropType<boolean>;
298
+ default?: boolean;
839
299
  };
840
300
  labelShow: {
841
- type?: undefined;
842
- default?: undefined;
843
- } | {
844
- type: any;
845
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
846
- [key: string]: any;
847
- } | import('../../utils/props').RequestParams | {
848
- [key: string]: any;
849
- chartType: 'bar';
850
- plugin: '1';
851
- layer: '2';
852
- };
301
+ type?: import("vue").PropType<boolean>;
302
+ default?: boolean;
853
303
  };
854
304
  labelFontSize: {
855
- type?: undefined;
856
- default?: undefined;
857
- } | {
858
- type: any;
859
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
860
- [key: string]: any;
861
- } | import('../../utils/props').RequestParams | {
862
- [key: string]: any;
863
- chartType: 'bar';
864
- plugin: '1';
865
- layer: '2';
866
- };
305
+ type?: import("vue").PropType<string>;
306
+ default?: string;
867
307
  };
868
308
  labelPosition: {
869
- type?: undefined;
870
- default?: undefined;
871
- } | {
872
- type: any;
873
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
874
- [key: string]: any;
875
- } | import('../../utils/props').RequestParams | {
876
- [key: string]: any;
877
- chartType: 'bar';
878
- plugin: '1';
879
- layer: '2';
880
- };
309
+ type?: import("vue").PropType<"top" | "left" | "right" | "bottom" | "inside">;
310
+ default?: "top" | "left" | "right" | "bottom" | "inside";
881
311
  };
882
312
  labelColor: {
883
- type?: undefined;
884
- default?: undefined;
885
- } | {
886
- type: any;
887
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
888
- [key: string]: any;
889
- } | import('../../utils/props').RequestParams | {
890
- [key: string]: any;
891
- chartType: 'bar';
892
- plugin: '1';
893
- layer: '2';
894
- };
313
+ type?: import("vue").PropType<string>;
314
+ default?: string;
895
315
  };
896
316
  id: {
897
- type?: undefined;
898
- default?: undefined;
899
- } | {
900
- type: any;
901
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
902
- [key: string]: any;
903
- } | import('../../utils/props').RequestParams | {
904
- [key: string]: any;
905
- chartType: 'bar';
906
- plugin: '1';
907
- layer: '2';
908
- };
317
+ type?: import("vue").PropType<string>;
318
+ default?: string;
909
319
  };
910
320
  name: {
911
- type?: undefined;
912
- default?: undefined;
913
- } | {
914
- type: any;
915
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
916
- [key: string]: any;
917
- } | import('../../utils/props').RequestParams | {
918
- [key: string]: any;
919
- chartType: 'bar';
920
- plugin: '1';
921
- layer: '2';
922
- };
321
+ type?: import("vue").PropType<string>;
322
+ default?: string;
923
323
  };
924
324
  keyName: {
925
- type?: undefined;
926
- default?: undefined;
927
- } | {
928
- type: any;
929
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
930
- [key: string]: any;
931
- } | import('../../utils/props').RequestParams | {
932
- [key: string]: any;
933
- chartType: 'bar';
934
- plugin: '1';
935
- layer: '2';
936
- };
325
+ type?: import("vue").PropType<string>;
326
+ default?: string;
937
327
  };
938
328
  type: {
939
- type?: undefined;
940
- default?: undefined;
941
- } | {
942
- type: any;
943
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
944
- [key: string]: any;
945
- } | import('../../utils/props').RequestParams | {
946
- [key: string]: any;
947
- chartType: 'bar';
948
- plugin: '1';
949
- layer: '2';
950
- };
329
+ type?: import("vue").PropType<string>;
330
+ default?: string;
951
331
  };
952
332
  width: {
953
- type?: undefined;
954
- default?: undefined;
955
- } | {
956
- type: any;
957
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
958
- [key: string]: any;
959
- } | import('../../utils/props').RequestParams | {
960
- [key: string]: any;
961
- chartType: 'bar';
962
- plugin: '1';
963
- layer: '2';
964
- };
333
+ type?: import("vue").PropType<string>;
334
+ default?: string;
965
335
  };
966
336
  height: {
967
- type?: undefined;
968
- default?: undefined;
969
- } | {
970
- type: any;
971
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
972
- [key: string]: any;
973
- } | import('../../utils/props').RequestParams | {
974
- [key: string]: any;
975
- chartType: 'bar';
976
- plugin: '1';
977
- layer: '2';
978
- };
337
+ type?: import("vue").PropType<string>;
338
+ default?: string;
979
339
  };
980
340
  position: {
981
- type?: undefined;
982
- default?: undefined;
983
- } | {
984
- type: any;
985
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
986
- [key: string]: any;
987
- } | import('../../utils/props').RequestParams | {
988
- [key: string]: any;
989
- chartType: 'bar';
990
- plugin: '1';
991
- layer: '2';
992
- };
341
+ type?: import("vue").PropType<string>;
342
+ default?: string;
993
343
  };
994
344
  top: {
995
- type?: undefined;
996
- default?: undefined;
997
- } | {
998
- type: any;
999
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1000
- [key: string]: any;
1001
- } | import('../../utils/props').RequestParams | {
1002
- [key: string]: any;
1003
- chartType: 'bar';
1004
- plugin: '1';
1005
- layer: '2';
1006
- };
345
+ type?: import("vue").PropType<string>;
346
+ default?: string;
1007
347
  };
1008
348
  left: {
1009
- type?: undefined;
1010
- default?: undefined;
1011
- } | {
1012
- type: any;
1013
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1014
- [key: string]: any;
1015
- } | import('../../utils/props').RequestParams | {
1016
- [key: string]: any;
1017
- chartType: 'bar';
1018
- plugin: '1';
1019
- layer: '2';
1020
- };
349
+ type?: import("vue").PropType<string>;
350
+ default?: string;
1021
351
  };
1022
352
  zIndex: {
1023
- type?: undefined;
1024
- default?: undefined;
1025
- } | {
1026
- type: any;
1027
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1028
- [key: string]: any;
1029
- } | import('../../utils/props').RequestParams | {
1030
- [key: string]: any;
1031
- chartType: 'bar';
1032
- plugin: '1';
1033
- layer: '2';
1034
- };
353
+ type?: import("vue").PropType<number>;
354
+ default?: number;
1035
355
  };
1036
356
  rotate: {
1037
- type?: undefined;
1038
- default?: undefined;
1039
- } | {
1040
- type: any;
1041
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1042
- [key: string]: any;
1043
- } | import('../../utils/props').RequestParams | {
1044
- [key: string]: any;
1045
- chartType: 'bar';
1046
- plugin: '1';
1047
- layer: '2';
1048
- };
357
+ type?: import("vue").PropType<string>;
358
+ default?: string;
1049
359
  };
1050
360
  isShow: {
1051
- type?: undefined;
1052
- default?: undefined;
1053
- } | {
1054
- type: any;
1055
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1056
- [key: string]: any;
1057
- } | import('../../utils/props').RequestParams | {
1058
- [key: string]: any;
1059
- chartType: 'bar';
1060
- plugin: '1';
1061
- layer: '2';
1062
- };
361
+ type?: import("vue").PropType<boolean>;
362
+ default?: boolean;
1063
363
  };
1064
364
  isRender: {
1065
- type?: undefined;
1066
- default?: undefined;
1067
- } | {
1068
- type: any;
1069
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1070
- [key: string]: any;
1071
- } | import('../../utils/props').RequestParams | {
1072
- [key: string]: any;
1073
- chartType: 'bar';
1074
- plugin: '1';
1075
- layer: '2';
1076
- };
365
+ type?: import("vue").PropType<boolean>;
366
+ default?: boolean;
1077
367
  };
1078
368
  events: {
1079
- type?: undefined;
1080
- default?: undefined;
1081
- } | {
1082
- type: any;
1083
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1084
- [key: string]: any;
1085
- } | import('../../utils/props').RequestParams | {
1086
- [key: string]: any;
1087
- chartType: 'bar';
1088
- plugin: '1';
1089
- layer: '2';
1090
- };
369
+ type?: import("vue").PropType<import('../../utils/props').Events>;
370
+ default?: import('../../utils/props').Events;
1091
371
  };
1092
372
  requestUrl: {
1093
- type?: undefined;
1094
- default?: undefined;
1095
- } | {
1096
- type: any;
1097
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1098
- [key: string]: any;
1099
- } | import('../../utils/props').RequestParams | {
1100
- [key: string]: any;
1101
- chartType: 'bar';
1102
- plugin: '1';
1103
- layer: '2';
1104
- };
373
+ type?: import("vue").PropType<string>;
374
+ default?: string;
1105
375
  };
1106
376
  requestMethod: {
1107
- type?: undefined;
1108
- default?: undefined;
1109
- } | {
1110
- type: any;
1111
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1112
- [key: string]: any;
1113
- } | import('../../utils/props').RequestParams | {
1114
- [key: string]: any;
1115
- chartType: 'bar';
1116
- plugin: '1';
1117
- layer: '2';
1118
- };
377
+ type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
378
+ default?: import('../../utils/props').RequestMethod;
1119
379
  };
1120
380
  requestHeaders: {
1121
- type?: undefined;
1122
- default?: undefined;
1123
- } | {
1124
- type: any;
1125
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
381
+ type?: import("vue").PropType<{
1126
382
  [key: string]: any;
1127
- } | import('../../utils/props').RequestParams | {
383
+ }>;
384
+ default?: {
1128
385
  [key: string]: any;
1129
- chartType: 'bar';
1130
- plugin: '1';
1131
- layer: '2';
1132
386
  };
1133
387
  };
1134
388
  isOpenRequestTimer: {
1135
- type?: undefined;
1136
- default?: undefined;
1137
- } | {
1138
- type: any;
1139
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1140
- [key: string]: any;
1141
- } | import('../../utils/props').RequestParams | {
1142
- [key: string]: any;
1143
- chartType: 'bar';
1144
- plugin: '1';
1145
- layer: '2';
1146
- };
389
+ type?: import("vue").PropType<boolean>;
390
+ default?: boolean;
1147
391
  };
1148
392
  requestInterval: {
1149
- type?: undefined;
1150
- default?: undefined;
1151
- } | {
1152
- type: any;
1153
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1154
- [key: string]: any;
1155
- } | import('../../utils/props').RequestParams | {
1156
- [key: string]: any;
1157
- chartType: 'bar';
1158
- plugin: '1';
1159
- layer: '2';
1160
- };
393
+ type?: import("vue").PropType<number>;
394
+ default?: number;
1161
395
  };
1162
396
  requestParams: {
1163
- type?: undefined;
1164
- default?: undefined;
1165
- } | {
1166
- type: any;
1167
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1168
- [key: string]: any;
1169
- } | import('../../utils/props').RequestParams | {
1170
- [key: string]: any;
1171
- chartType: 'bar';
1172
- plugin: '1';
1173
- layer: '2';
1174
- };
397
+ type?: import("vue").PropType<import('../../utils/props').RequestParams>;
398
+ default?: import('../../utils/props').RequestParams;
1175
399
  };
1176
400
  requestSort: {
1177
- type?: undefined;
1178
- default?: undefined;
1179
- } | {
1180
- type: any;
1181
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1182
- [key: string]: any;
1183
- } | import('../../utils/props').RequestParams | {
1184
- [key: string]: any;
1185
- chartType: 'bar';
1186
- plugin: '1';
1187
- layer: '2';
1188
- };
401
+ type?: import("vue").PropType<number>;
402
+ default?: number;
1189
403
  };
1190
404
  dataType: {
1191
- type?: undefined;
1192
- default?: undefined;
1193
- } | {
1194
- type: any;
1195
- default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1196
- [key: string]: any;
1197
- } | import('../../utils/props').RequestParams | {
1198
- [key: string]: any;
1199
- chartType: 'bar';
1200
- plugin: '1';
1201
- layer: '2';
1202
- };
405
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
406
+ default?: "indicator" | "static" | "request";
1203
407
  };
1204
408
  };
1205
409
  export declare const barEvents: string[];