@ecan-bi/datav 1.5.97 → 1.6.2

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 (128) hide show
  1. package/dist/index.es.js +9248 -7642
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +62 -62
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +2 -2
  7. package/types/container/border/Border.vue.d.ts +8 -8
  8. package/types/container/border/index.d.ts +8 -8
  9. package/types/container/border/props.d.ts +4 -4
  10. package/types/container/circulate/Circulate.vue.d.ts +8 -8
  11. package/types/container/circulate/index.d.ts +8 -8
  12. package/types/container/circulate/props.d.ts +4 -4
  13. package/types/container/tabs/Tabs.vue.d.ts +8 -8
  14. package/types/container/tabs/index.d.ts +8 -8
  15. package/types/container/tabs/props.d.ts +4 -4
  16. package/types/container/template/Template.vue.d.ts +8 -8
  17. package/types/container/template/index.d.ts +8 -8
  18. package/types/container/template/props.d.ts +4 -4
  19. package/types/control/button/Button.vue.d.ts +12 -12
  20. package/types/control/button/index.d.ts +12 -12
  21. package/types/control/button/props.d.ts +6 -6
  22. package/types/control/checkbox/Checkbox.vue.d.ts +8 -8
  23. package/types/control/checkbox/index.d.ts +8 -8
  24. package/types/control/checkbox/props.d.ts +4 -4
  25. package/types/control/date-picker/DatePicker.vue.d.ts +21 -21
  26. package/types/control/date-picker/index.d.ts +21 -21
  27. package/types/control/date-picker/props.d.ts +6 -6
  28. package/types/control/input/Input.vue.d.ts +8 -8
  29. package/types/control/input/index.d.ts +8 -8
  30. package/types/control/input/props.d.ts +4 -4
  31. package/types/control/nav-tab/NavTab.vue.d.ts +8 -8
  32. package/types/control/nav-tab/index.d.ts +8 -8
  33. package/types/control/nav-tab/props.d.ts +4 -4
  34. package/types/control/radio/Radio.vue.d.ts +12 -12
  35. package/types/control/radio/index.d.ts +12 -12
  36. package/types/control/radio/props.d.ts +6 -6
  37. package/types/control/range-picker/RangePicker.vue.d.ts +30 -30
  38. package/types/control/range-picker/index.d.ts +30 -30
  39. package/types/control/range-picker/props.d.ts +6 -6
  40. package/types/control/select/Select.vue.d.ts +8 -8
  41. package/types/control/select/index.d.ts +8 -8
  42. package/types/control/select/props.d.ts +4 -4
  43. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -4
  44. package/types/control/tree-select/index.d.ts +4 -4
  45. package/types/control/tree-select/props.d.ts +4 -4
  46. package/types/graph/bar/Bar.vue.d.ts +12 -12
  47. package/types/graph/bar/index.d.ts +12 -12
  48. package/types/graph/bar/props.d.ts +6 -6
  49. package/types/graph/boxplot/Boxplot.vue.d.ts +8 -16
  50. package/types/graph/boxplot/index.d.ts +8 -16
  51. package/types/graph/boxplot/props.d.ts +6 -12
  52. package/types/graph/budget/Budget.vue.d.ts +1377 -0
  53. package/types/graph/budget/index.d.ts +1377 -0
  54. package/types/graph/budget/props.d.ts +734 -0
  55. package/types/graph/combo-graph/ComboGraph.vue.d.ts +12 -12
  56. package/types/graph/combo-graph/index.d.ts +12 -12
  57. package/types/graph/combo-graph/props.d.ts +6 -6
  58. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -8
  59. package/types/graph/custom-graph/index.d.ts +8 -8
  60. package/types/graph/custom-graph/props.d.ts +4 -4
  61. package/types/graph/gauge/Gauge.vue.d.ts +8 -16
  62. package/types/graph/gauge/index.d.ts +8 -16
  63. package/types/graph/gauge/props.d.ts +4 -9
  64. package/types/graph/index.d.ts +1 -0
  65. package/types/graph/line/Line.vue.d.ts +8 -8
  66. package/types/graph/line/index.d.ts +8 -8
  67. package/types/graph/line/props.d.ts +6 -6
  68. package/types/graph/pie/Pie.vue.d.ts +12 -12
  69. package/types/graph/pie/index.d.ts +12 -12
  70. package/types/graph/pie/props.d.ts +6 -6
  71. package/types/graph/radar/Radar.vue.d.ts +8 -8
  72. package/types/graph/radar/index.d.ts +8 -8
  73. package/types/graph/radar/props.d.ts +6 -6
  74. package/types/graph/scatter/Scatter.vue.d.ts +8 -8
  75. package/types/graph/scatter/index.d.ts +8 -8
  76. package/types/graph/scatter/props.d.ts +4 -4
  77. package/types/hooks/indicator.d.ts +1 -0
  78. package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +8 -8
  79. package/types/laboratory/ai-analyze/index.d.ts +8 -8
  80. package/types/laboratory/ai-analyze/props.d.ts +4 -4
  81. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -8
  82. package/types/laboratory/data-select/index.d.ts +8 -8
  83. package/types/laboratory/data-select/props.d.ts +4 -4
  84. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -8
  85. package/types/laboratory/index-panel/index.d.ts +8 -8
  86. package/types/laboratory/index-panel/props.d.ts +4 -4
  87. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +23 -23
  88. package/types/laboratory/pivotTable/index.d.ts +23 -23
  89. package/types/laboratory/pivotTable/props.d.ts +4 -4
  90. package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -8
  91. package/types/laboratory/value-line/index.d.ts +8 -8
  92. package/types/laboratory/value-line/props.d.ts +6 -6
  93. package/types/map/map/Map.vue.d.ts +8 -8
  94. package/types/map/map/index.d.ts +8 -8
  95. package/types/map/map/props.d.ts +4 -4
  96. package/types/media/iframe/Iframe.vue.d.ts +8 -8
  97. package/types/media/iframe/index.d.ts +8 -8
  98. package/types/media/iframe/props.d.ts +4 -4
  99. package/types/media/image/Image.vue.d.ts +8 -8
  100. package/types/media/image/index.d.ts +8 -8
  101. package/types/media/image/props.d.ts +4 -4
  102. package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
  103. package/types/setting/page-config/index.d.ts +4 -4
  104. package/types/setting/page-config/props.d.ts +2 -2
  105. package/types/setting/provider-config/ProviderConfig.vue.d.ts +4 -4
  106. package/types/setting/provider-config/index.d.ts +4 -4
  107. package/types/setting/provider-config/props.d.ts +2 -2
  108. package/types/table/table/Table.vue.d.ts +12 -12
  109. package/types/table/table/index.d.ts +12 -12
  110. package/types/table/table/props.d.ts +6 -6
  111. package/types/text/counter/Counter.vue.d.ts +8 -8
  112. package/types/text/counter/index.d.ts +8 -8
  113. package/types/text/counter/props.d.ts +4 -4
  114. package/types/text/list/List.vue.d.ts +8 -8
  115. package/types/text/list/index.d.ts +8 -8
  116. package/types/text/list/props.d.ts +4 -4
  117. package/types/text/proportion/Proportion.vue.d.ts +8 -8
  118. package/types/text/proportion/index.d.ts +8 -8
  119. package/types/text/proportion/props.d.ts +4 -4
  120. package/types/text/rectangle/Rectangle.vue.d.ts +8 -8
  121. package/types/text/rectangle/index.d.ts +8 -8
  122. package/types/text/rectangle/props.d.ts +4 -4
  123. package/types/text/text/Text.vue.d.ts +8 -8
  124. package/types/text/text/index.d.ts +8 -8
  125. package/types/text/text/props.d.ts +4 -4
  126. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -8
  127. package/types/text/time-display/index.d.ts +8 -8
  128. package/types/text/time-display/props.d.ts +4 -4
@@ -0,0 +1,1377 @@
1
+ import { KeyTypeDataFieldNames } from '../../utils/props';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ data: {
4
+ type?: import("vue").PropType<import('../../utils/props').Data>;
5
+ default?: import('../../utils/props').Data;
6
+ };
7
+ titleText: {
8
+ type?: import("vue").PropType<string>;
9
+ default?: string;
10
+ };
11
+ titleSubtext: {
12
+ type?: import("vue").PropType<string>;
13
+ default?: string;
14
+ };
15
+ titleFontSize: {
16
+ type?: import("vue").PropType<string>;
17
+ default?: string;
18
+ };
19
+ titleColor: {
20
+ type?: import("vue").PropType<string>;
21
+ default?: string;
22
+ };
23
+ fontWeight: {
24
+ type?: import("vue").PropType<number>;
25
+ default?: number;
26
+ };
27
+ textAlign: {
28
+ type?: import("vue").PropType<"left" | "center" | "right">;
29
+ default?: "left" | "center" | "right";
30
+ };
31
+ colors: {
32
+ type?: import("vue").PropType<string[]>;
33
+ default?: string[];
34
+ };
35
+ legendShow: {
36
+ type?: import("vue").PropType<boolean>;
37
+ default?: boolean;
38
+ };
39
+ legendTextStyleColor: {
40
+ type?: import("vue").PropType<string>;
41
+ default?: string;
42
+ };
43
+ legendLeft: {
44
+ type?: import("vue").PropType<"left" | "center" | "right">;
45
+ default?: "left" | "center" | "right";
46
+ };
47
+ legendTop: {
48
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
49
+ default?: "top" | "bottom" | "middle";
50
+ };
51
+ legendOrient: {
52
+ type?: import("vue").PropType<"vertical" | "horizontal">;
53
+ default?: "vertical" | "horizontal";
54
+ };
55
+ xAxisLabelInterval: {
56
+ type?: import("vue").PropType<number>;
57
+ default?: number;
58
+ };
59
+ xAxisSplitLineShow: {
60
+ type?: import("vue").PropType<boolean>;
61
+ default?: boolean;
62
+ };
63
+ xAxisSplitAreaShow: {
64
+ type?: import("vue").PropType<boolean>;
65
+ default?: boolean;
66
+ };
67
+ xAxisSplitLineInterval: {
68
+ type?: import("vue").PropType<number>;
69
+ default?: number;
70
+ };
71
+ xAxisMinInterval: {
72
+ type?: import("vue").PropType<number>;
73
+ default?: number;
74
+ };
75
+ xAxisLabelColor: {
76
+ type?: import("vue").PropType<string>;
77
+ default?: string;
78
+ };
79
+ xAxisLabelRotate: {
80
+ type?: import("vue").PropType<number>;
81
+ default?: number;
82
+ };
83
+ xAxisLabelOverflow: {
84
+ type?: import("vue").PropType<string>;
85
+ default?: string;
86
+ };
87
+ xAxisLabelWidth: {
88
+ type?: import("vue").PropType<number>;
89
+ default?: number;
90
+ };
91
+ xAxisLineShow: {
92
+ type?: import("vue").PropType<boolean>;
93
+ default?: boolean;
94
+ };
95
+ xAxisLineStyleColor: {
96
+ type?: import("vue").PropType<string>;
97
+ default?: string;
98
+ };
99
+ xAxisTickShow: {
100
+ type?: import("vue").PropType<boolean>;
101
+ default?: boolean;
102
+ };
103
+ yAxisLeftSplitLineShow: {
104
+ type?: import("vue").PropType<boolean>;
105
+ default?: boolean;
106
+ };
107
+ yAxisRightSplitLineShow: {
108
+ type?: import("vue").PropType<boolean>;
109
+ default?: boolean;
110
+ };
111
+ yAxisSplitAreaShow: {
112
+ type?: import("vue").PropType<boolean>;
113
+ default?: boolean;
114
+ };
115
+ xAxisSplitLineStyleColor: {
116
+ type?: import("vue").PropType<string>;
117
+ default?: string;
118
+ };
119
+ yAxisSplitLineStyleColor: {
120
+ type?: import("vue").PropType<string>;
121
+ default?: string;
122
+ };
123
+ yAxisLabelColor: {
124
+ type?: import("vue").PropType<string>;
125
+ default?: string;
126
+ };
127
+ yAxisLineStyleColor: {
128
+ type?: import("vue").PropType<string>;
129
+ default?: string;
130
+ };
131
+ yAxisLineAlwaysDisplay: {
132
+ type?: import("vue").PropType<boolean>;
133
+ default?: boolean;
134
+ };
135
+ valueTypeDataFieldNames: {
136
+ type?: import("vue").PropType<import('../../utils/props').ValueTypeDataFieldNames>;
137
+ default?: import('../../utils/props').ValueTypeDataFieldNames;
138
+ };
139
+ keyTypeDataFieldNames: {
140
+ type?: import("vue").PropType<KeyTypeDataFieldNames>;
141
+ default?: KeyTypeDataFieldNames;
142
+ };
143
+ tooltipShow: {
144
+ type?: import("vue").PropType<boolean>;
145
+ default?: boolean;
146
+ };
147
+ tooltipTrigger: {
148
+ type?: import("vue").PropType<"none" | "axis" | "item">;
149
+ default?: "none" | "axis" | "item";
150
+ };
151
+ tooltipTextStyleColor: {
152
+ type?: import("vue").PropType<string>;
153
+ default?: string;
154
+ };
155
+ tooltipFormatter: {
156
+ type?: import("vue").PropType<string>;
157
+ default?: string;
158
+ };
159
+ dataFieldConfigType: {
160
+ type?: import("vue").PropType<"value" | "key">;
161
+ default?: "value" | "key";
162
+ };
163
+ yAxis: {
164
+ type?: import("vue").PropType<{
165
+ [key: string]: any;
166
+ }[]>;
167
+ default?: {
168
+ [key: string]: any;
169
+ }[];
170
+ };
171
+ yAxisMinInterval: {
172
+ type?: import("vue").PropType<number>;
173
+ default?: number;
174
+ };
175
+ graphicConfig: {
176
+ type?: import("vue").PropType<{
177
+ [key: string]: any;
178
+ }>;
179
+ default?: {
180
+ [key: string]: any;
181
+ };
182
+ };
183
+ gridContainLabel: {
184
+ type?: import("vue").PropType<boolean>;
185
+ default?: boolean;
186
+ };
187
+ gridTop: {
188
+ type?: import("vue").PropType<string>;
189
+ default?: string;
190
+ };
191
+ gridBottom: {
192
+ type?: import("vue").PropType<string>;
193
+ default?: string;
194
+ };
195
+ gridLeft: {
196
+ type?: import("vue").PropType<string>;
197
+ default?: string;
198
+ };
199
+ gridRight: {
200
+ type?: import("vue").PropType<string>;
201
+ default?: string;
202
+ };
203
+ toolboxShow: {
204
+ type?: import("vue").PropType<boolean>;
205
+ default?: boolean;
206
+ };
207
+ toolboxLocation: {
208
+ type?: import("vue").PropType<boolean>;
209
+ default?: boolean;
210
+ };
211
+ toolboxDownloadShow: {
212
+ type?: import("vue").PropType<boolean>;
213
+ default?: boolean;
214
+ };
215
+ toolboxDataZoomShow: {
216
+ type?: import("vue").PropType<boolean>;
217
+ default?: boolean;
218
+ };
219
+ toolboxInfoShow: {
220
+ type?: import("vue").PropType<boolean>;
221
+ default?: boolean;
222
+ };
223
+ toolboxOrient: {
224
+ type?: import("vue").PropType<"vertical" | "horizontal">;
225
+ default?: "vertical" | "horizontal";
226
+ };
227
+ toolboxItemSize: {
228
+ type?: import("vue").PropType<number>;
229
+ default?: number;
230
+ };
231
+ toolboxItemGap: {
232
+ type?: import("vue").PropType<number>;
233
+ default?: number;
234
+ };
235
+ toolboxLeft: {
236
+ type?: import("vue").PropType<"left" | "center" | "right">;
237
+ default?: "left" | "center" | "right";
238
+ };
239
+ toolboxTop: {
240
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
241
+ default?: "top" | "bottom" | "middle";
242
+ };
243
+ toolboxIconStyleBorderColor: {
244
+ type?: import("vue").PropType<string>;
245
+ default?: string;
246
+ };
247
+ toolboxDownloadUrl: {
248
+ type?: import("vue").PropType<string>;
249
+ default?: string;
250
+ };
251
+ toolboxInfoText: {
252
+ type?: import("vue").PropType<string>;
253
+ default?: string;
254
+ };
255
+ symbolSize: {
256
+ type?: import("vue").PropType<number>;
257
+ default?: number;
258
+ };
259
+ lineStyleWidth: {
260
+ type?: import("vue").PropType<number>;
261
+ default?: number;
262
+ };
263
+ smooth: {
264
+ type?: import("vue").PropType<boolean>;
265
+ default?: boolean;
266
+ };
267
+ areaStyleOpacity: {
268
+ type?: import("vue").PropType<number>;
269
+ default?: number;
270
+ };
271
+ barWidth: {
272
+ type?: import("vue").PropType<string>;
273
+ default?: string;
274
+ };
275
+ barBorderRadius: {
276
+ type?: import("vue").PropType<string>;
277
+ default?: string;
278
+ };
279
+ areaGradientShow: {
280
+ type?: import("vue").PropType<boolean>;
281
+ default?: boolean;
282
+ };
283
+ areaGradientColor: {
284
+ type?: import("vue").PropType<string>;
285
+ default?: string;
286
+ };
287
+ yAxisLabelShow: {
288
+ type?: import("vue").PropType<boolean>;
289
+ default?: boolean;
290
+ };
291
+ yAxisLeftSplitLineType: {
292
+ type?: import("vue").PropType<"dashed" | "dotted" | "solid">;
293
+ default?: "dashed" | "dotted" | "solid";
294
+ };
295
+ yAxisRightSplitLineType: {
296
+ type?: import("vue").PropType<"dashed" | "dotted" | "solid">;
297
+ default?: "dashed" | "dotted" | "solid";
298
+ };
299
+ gradientShow: {
300
+ type?: import("vue").PropType<boolean>;
301
+ default?: boolean;
302
+ };
303
+ gradientColors: {
304
+ type?: import("vue").PropType<string[]>;
305
+ default?: string[];
306
+ };
307
+ gradientOffset: {
308
+ type?: import("vue").PropType<number>;
309
+ default?: number;
310
+ };
311
+ legendType: {
312
+ type?: import("vue").PropType<string>;
313
+ default?: string;
314
+ };
315
+ legendItemGap: {
316
+ type?: import("vue").PropType<number>;
317
+ default?: number;
318
+ };
319
+ legendItemWidth: {
320
+ type?: import("vue").PropType<number>;
321
+ default?: number;
322
+ };
323
+ legendItemHeight: {
324
+ type?: import("vue").PropType<number>;
325
+ default?: number;
326
+ };
327
+ shadowColor: {
328
+ type?: import("vue").PropType<string>;
329
+ default?: string;
330
+ };
331
+ shadowBlur: {
332
+ type?: import("vue").PropType<number>;
333
+ default?: number;
334
+ };
335
+ shadowOffsetY: {
336
+ type?: import("vue").PropType<number>;
337
+ default?: number;
338
+ };
339
+ shadowOffsetX: {
340
+ type?: import("vue").PropType<number>;
341
+ default?: number;
342
+ };
343
+ legendFontSize: {
344
+ type?: import("vue").PropType<string>;
345
+ default?: string;
346
+ };
347
+ xAxisLabelFontSize: {
348
+ type?: import("vue").PropType<string>;
349
+ default?: string;
350
+ };
351
+ yAxisLabelFontSize: {
352
+ type?: import("vue").PropType<string>;
353
+ default?: string;
354
+ };
355
+ xAxisLabelFormatter: {
356
+ type?: import("vue").PropType<string>;
357
+ default?: string;
358
+ };
359
+ yAxisLabelFormatter: {
360
+ type?: import("vue").PropType<string>;
361
+ default?: string;
362
+ };
363
+ tooltipPosition: {
364
+ type?: import("vue").PropType<string>;
365
+ default?: string;
366
+ };
367
+ isShowMarkLine: {
368
+ type?: import("vue").PropType<boolean>;
369
+ default?: boolean;
370
+ };
371
+ markLineType: {
372
+ type?: import("vue").PropType<"max" | "min" | "average" | "median">;
373
+ default?: "max" | "min" | "average" | "median";
374
+ };
375
+ legendFormatter: {
376
+ type?: import("vue").PropType<string>;
377
+ default?: string;
378
+ };
379
+ legendWidth: {
380
+ type?: import("vue").PropType<number>;
381
+ default?: number;
382
+ };
383
+ legendHeight: {
384
+ type?: import("vue").PropType<number>;
385
+ default?: number;
386
+ };
387
+ legendTextWidth: {
388
+ type?: import("vue").PropType<number>;
389
+ default?: number;
390
+ };
391
+ legendScroll: {
392
+ type?: import("vue").PropType<boolean>;
393
+ default?: boolean;
394
+ };
395
+ yAxisLeftName: {
396
+ type?: import("vue").PropType<string>;
397
+ default?: string;
398
+ };
399
+ yAxisRightName: {
400
+ type?: import("vue").PropType<string>;
401
+ default?: string;
402
+ };
403
+ xAxisName: {
404
+ type?: import("vue").PropType<string>;
405
+ default?: string;
406
+ };
407
+ startValue: {
408
+ type?: import("vue").PropType<string>;
409
+ default?: string;
410
+ };
411
+ endValue: {
412
+ type?: import("vue").PropType<string>;
413
+ default?: string;
414
+ };
415
+ xAxisMaxValue: {
416
+ type?: import("vue").PropType<number>;
417
+ default?: number;
418
+ };
419
+ yAxisMaxValue: {
420
+ type?: import("vue").PropType<number>;
421
+ default?: number;
422
+ };
423
+ xAxisLabelShow: {
424
+ type?: import("vue").PropType<boolean>;
425
+ default?: boolean;
426
+ };
427
+ noDataTip: {
428
+ type?: import("vue").PropType<boolean>;
429
+ default?: boolean;
430
+ };
431
+ tipText: {
432
+ type?: import("vue").PropType<string>;
433
+ default?: string;
434
+ };
435
+ tipTextColor: {
436
+ type?: import("vue").PropType<string>;
437
+ default?: string;
438
+ };
439
+ tipTextFontSize: {
440
+ type?: import("vue").PropType<string>;
441
+ default?: string;
442
+ };
443
+ labelShow: {
444
+ type?: import("vue").PropType<boolean>;
445
+ default?: boolean;
446
+ };
447
+ labelFontSize: {
448
+ type?: import("vue").PropType<string>;
449
+ default?: string;
450
+ };
451
+ labelPosition: {
452
+ type?: import("vue").PropType<"top" | "left" | "right" | "bottom" | "inside">;
453
+ default?: "top" | "left" | "right" | "bottom" | "inside";
454
+ };
455
+ labelColor: {
456
+ type?: import("vue").PropType<string>;
457
+ default?: string;
458
+ };
459
+ labelWidth: {
460
+ type?: import("vue").PropType<number>;
461
+ default?: number;
462
+ };
463
+ labelOverflow: {
464
+ type?: import("vue").PropType<"none" | "truncate" | "break">;
465
+ default?: "none" | "truncate" | "break";
466
+ };
467
+ labelFormatter: {
468
+ type?: import("vue").PropType<string>;
469
+ default?: string;
470
+ };
471
+ id: {
472
+ type?: import("vue").PropType<string>;
473
+ default?: string;
474
+ };
475
+ name: {
476
+ type?: import("vue").PropType<string>;
477
+ default?: string;
478
+ };
479
+ keyName: {
480
+ type?: import("vue").PropType<string>;
481
+ default?: string;
482
+ };
483
+ type: {
484
+ type?: import("vue").PropType<string>;
485
+ default?: string;
486
+ };
487
+ width: {
488
+ type?: import("vue").PropType<string>;
489
+ default?: string;
490
+ };
491
+ height: {
492
+ type?: import("vue").PropType<string>;
493
+ default?: string;
494
+ };
495
+ position: {
496
+ type?: import("vue").PropType<string>;
497
+ default?: string;
498
+ };
499
+ top: {
500
+ type?: import("vue").PropType<string>;
501
+ default?: string;
502
+ };
503
+ left: {
504
+ type?: import("vue").PropType<string>;
505
+ default?: string;
506
+ };
507
+ zIndex: {
508
+ type?: import("vue").PropType<number>;
509
+ default?: number;
510
+ };
511
+ rotate: {
512
+ type?: import("vue").PropType<string>;
513
+ default?: string;
514
+ };
515
+ isShow: {
516
+ type?: import("vue").PropType<boolean>;
517
+ default?: boolean;
518
+ };
519
+ isRender: {
520
+ type?: import("vue").PropType<boolean>;
521
+ default?: boolean;
522
+ };
523
+ events: {
524
+ type?: import("vue").PropType<import('../../utils/props').Events>;
525
+ default?: import('../../utils/props').Events;
526
+ };
527
+ requestUrl: {
528
+ type?: import("vue").PropType<string>;
529
+ default?: string;
530
+ };
531
+ requestMethod: {
532
+ type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
533
+ default?: import('../../utils/props').RequestMethod;
534
+ };
535
+ requestHeaders: {
536
+ type?: import("vue").PropType<string>;
537
+ default?: string;
538
+ };
539
+ isOpenRequestTimer: {
540
+ type?: import("vue").PropType<boolean>;
541
+ default?: boolean;
542
+ };
543
+ isViewRedrawing: {
544
+ type?: import("vue").PropType<boolean>;
545
+ default?: boolean;
546
+ };
547
+ requestInterval: {
548
+ type?: import("vue").PropType<number>;
549
+ default?: number;
550
+ };
551
+ requestParams: {
552
+ type?: import("vue").PropType<import('../../utils/props').RequestParams>;
553
+ default?: import('../../utils/props').RequestParams;
554
+ };
555
+ requestSort: {
556
+ type?: import("vue").PropType<number>;
557
+ default?: number;
558
+ };
559
+ dataType: {
560
+ type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
561
+ default?: "component" | "indicator" | "request" | "static";
562
+ };
563
+ scale?: {
564
+ type?: import("vue").PropType<number>;
565
+ default?: number;
566
+ };
567
+ requestParamsMode: {
568
+ type?: import("vue").PropType<"1" | "2">;
569
+ default?: "1" | "2";
570
+ };
571
+ customRequestParams: {
572
+ type?: import("vue").PropType<string>;
573
+ default?: string;
574
+ };
575
+ dataSetParam?: {
576
+ type?: import("vue").PropType<any>;
577
+ default?: any;
578
+ };
579
+ requestType?: {
580
+ type?: import("vue").PropType<any>;
581
+ default?: any;
582
+ };
583
+ componentDoc?: {
584
+ type?: import("vue").PropType<null>;
585
+ default?: null;
586
+ };
587
+ extendData?: {
588
+ type?: import("vue").PropType<{
589
+ [key: string]: any;
590
+ }>;
591
+ default?: {
592
+ [key: string]: any;
593
+ };
594
+ };
595
+ isShowIndDetail?: {
596
+ type?: import("vue").PropType<boolean>;
597
+ default?: boolean;
598
+ };
599
+ isShowTrend?: {
600
+ type?: import("vue").PropType<boolean>;
601
+ default?: boolean;
602
+ };
603
+ indDetailIconColor?: {
604
+ type?: import("vue").PropType<string>;
605
+ default?: string;
606
+ };
607
+ indDetailIconFontSize?: {
608
+ type?: import("vue").PropType<string>;
609
+ default?: string;
610
+ };
611
+ }, {
612
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
613
+ option: import("vue").ComputedRef<{
614
+ textStyle: {
615
+ fontFamily: string;
616
+ };
617
+ title: {
618
+ text: any;
619
+ subtext: any;
620
+ textStyle: {
621
+ fontSize: any;
622
+ fontWeight: any;
623
+ color: any;
624
+ };
625
+ left: any;
626
+ };
627
+ toolbox: {
628
+ show: any;
629
+ left: any;
630
+ top: any;
631
+ itemSize: any;
632
+ itemGap: any;
633
+ feature: {
634
+ myLocation: {
635
+ show: any;
636
+ title: string;
637
+ icon: string;
638
+ onclick(): void;
639
+ };
640
+ myDownload: {
641
+ show: any;
642
+ title: string;
643
+ icon: string;
644
+ onclick(): void;
645
+ };
646
+ myDataZoom: {
647
+ show: any;
648
+ title: string;
649
+ icon: string;
650
+ onclick(): void;
651
+ };
652
+ myInfo: {
653
+ show: any;
654
+ title: string;
655
+ icon: string;
656
+ onclick(): void;
657
+ };
658
+ };
659
+ };
660
+ grid: {
661
+ top: any;
662
+ bottom: any;
663
+ left: any;
664
+ right: any;
665
+ containLabel: any;
666
+ };
667
+ color: any;
668
+ legend: {
669
+ type: string;
670
+ width: any;
671
+ height: any;
672
+ show: any;
673
+ orient: any;
674
+ top: any;
675
+ left: any;
676
+ textStyle: {
677
+ lineHeight: number;
678
+ rich: {
679
+ text: {
680
+ width: any;
681
+ color: any;
682
+ fontSize: any;
683
+ };
684
+ };
685
+ };
686
+ itemHeight: any;
687
+ itemWidth: any;
688
+ itemGap: any;
689
+ data: {
690
+ name: any;
691
+ itemStyle: {
692
+ color: any;
693
+ };
694
+ icon: any;
695
+ }[];
696
+ formatter: (name: string) => string;
697
+ };
698
+ tooltip: {
699
+ trigger: string;
700
+ show: any;
701
+ textStyle: {
702
+ color: any;
703
+ fontSize: number;
704
+ };
705
+ position: any;
706
+ };
707
+ xAxis: {
708
+ minInterval: any;
709
+ type: string;
710
+ data: {}[];
711
+ splitLine: {
712
+ show: any;
713
+ lineStyle: {
714
+ color: any;
715
+ };
716
+ interval: any;
717
+ };
718
+ splitArea: {
719
+ show: any;
720
+ };
721
+ axisLabel: {
722
+ show: any;
723
+ color: any;
724
+ interval: any;
725
+ rotate: any;
726
+ width: any;
727
+ overflow: any;
728
+ fontSize: any;
729
+ formatter(value: string): any;
730
+ };
731
+ axisLine: {
732
+ show: any;
733
+ lineStyle: {
734
+ color: any;
735
+ };
736
+ };
737
+ axisTick: {
738
+ show: any;
739
+ };
740
+ name: any;
741
+ nameTextStyle: {
742
+ fontSize: any;
743
+ color: any;
744
+ align: string;
745
+ };
746
+ max: any;
747
+ };
748
+ yAxis: any;
749
+ series: {
750
+ [x: string]: any;
751
+ }[];
752
+ }>;
753
+ click: () => void;
754
+ loading: import("vue").Ref<boolean>;
755
+ onClose: () => void;
756
+ ecanModal: import("vue").Ref<any>;
757
+ echartRef: import("vue").Ref<any>;
758
+ handleLocationOk: () => Promise<void>;
759
+ onFilterOption: (input: string, option: any) => boolean;
760
+ locationVisible: import("vue").Ref<boolean>;
761
+ locationValue: import("vue").Ref<number>;
762
+ locationNames: import("vue").Ref<any[]>;
763
+ eventObj: import("vue").Ref<{
764
+ [x: string]: any;
765
+ }>;
766
+ emptyData: import("vue").Ref<boolean>;
767
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
768
+ data: {
769
+ type?: import("vue").PropType<import('../../utils/props').Data>;
770
+ default?: import('../../utils/props').Data;
771
+ };
772
+ titleText: {
773
+ type?: import("vue").PropType<string>;
774
+ default?: string;
775
+ };
776
+ titleSubtext: {
777
+ type?: import("vue").PropType<string>;
778
+ default?: string;
779
+ };
780
+ titleFontSize: {
781
+ type?: import("vue").PropType<string>;
782
+ default?: string;
783
+ };
784
+ titleColor: {
785
+ type?: import("vue").PropType<string>;
786
+ default?: string;
787
+ };
788
+ fontWeight: {
789
+ type?: import("vue").PropType<number>;
790
+ default?: number;
791
+ };
792
+ textAlign: {
793
+ type?: import("vue").PropType<"left" | "center" | "right">;
794
+ default?: "left" | "center" | "right";
795
+ };
796
+ colors: {
797
+ type?: import("vue").PropType<string[]>;
798
+ default?: string[];
799
+ };
800
+ legendShow: {
801
+ type?: import("vue").PropType<boolean>;
802
+ default?: boolean;
803
+ };
804
+ legendTextStyleColor: {
805
+ type?: import("vue").PropType<string>;
806
+ default?: string;
807
+ };
808
+ legendLeft: {
809
+ type?: import("vue").PropType<"left" | "center" | "right">;
810
+ default?: "left" | "center" | "right";
811
+ };
812
+ legendTop: {
813
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
814
+ default?: "top" | "bottom" | "middle";
815
+ };
816
+ legendOrient: {
817
+ type?: import("vue").PropType<"vertical" | "horizontal">;
818
+ default?: "vertical" | "horizontal";
819
+ };
820
+ xAxisLabelInterval: {
821
+ type?: import("vue").PropType<number>;
822
+ default?: number;
823
+ };
824
+ xAxisSplitLineShow: {
825
+ type?: import("vue").PropType<boolean>;
826
+ default?: boolean;
827
+ };
828
+ xAxisSplitAreaShow: {
829
+ type?: import("vue").PropType<boolean>;
830
+ default?: boolean;
831
+ };
832
+ xAxisSplitLineInterval: {
833
+ type?: import("vue").PropType<number>;
834
+ default?: number;
835
+ };
836
+ xAxisMinInterval: {
837
+ type?: import("vue").PropType<number>;
838
+ default?: number;
839
+ };
840
+ xAxisLabelColor: {
841
+ type?: import("vue").PropType<string>;
842
+ default?: string;
843
+ };
844
+ xAxisLabelRotate: {
845
+ type?: import("vue").PropType<number>;
846
+ default?: number;
847
+ };
848
+ xAxisLabelOverflow: {
849
+ type?: import("vue").PropType<string>;
850
+ default?: string;
851
+ };
852
+ xAxisLabelWidth: {
853
+ type?: import("vue").PropType<number>;
854
+ default?: number;
855
+ };
856
+ xAxisLineShow: {
857
+ type?: import("vue").PropType<boolean>;
858
+ default?: boolean;
859
+ };
860
+ xAxisLineStyleColor: {
861
+ type?: import("vue").PropType<string>;
862
+ default?: string;
863
+ };
864
+ xAxisTickShow: {
865
+ type?: import("vue").PropType<boolean>;
866
+ default?: boolean;
867
+ };
868
+ yAxisLeftSplitLineShow: {
869
+ type?: import("vue").PropType<boolean>;
870
+ default?: boolean;
871
+ };
872
+ yAxisRightSplitLineShow: {
873
+ type?: import("vue").PropType<boolean>;
874
+ default?: boolean;
875
+ };
876
+ yAxisSplitAreaShow: {
877
+ type?: import("vue").PropType<boolean>;
878
+ default?: boolean;
879
+ };
880
+ xAxisSplitLineStyleColor: {
881
+ type?: import("vue").PropType<string>;
882
+ default?: string;
883
+ };
884
+ yAxisSplitLineStyleColor: {
885
+ type?: import("vue").PropType<string>;
886
+ default?: string;
887
+ };
888
+ yAxisLabelColor: {
889
+ type?: import("vue").PropType<string>;
890
+ default?: string;
891
+ };
892
+ yAxisLineStyleColor: {
893
+ type?: import("vue").PropType<string>;
894
+ default?: string;
895
+ };
896
+ yAxisLineAlwaysDisplay: {
897
+ type?: import("vue").PropType<boolean>;
898
+ default?: boolean;
899
+ };
900
+ valueTypeDataFieldNames: {
901
+ type?: import("vue").PropType<import('../../utils/props').ValueTypeDataFieldNames>;
902
+ default?: import('../../utils/props').ValueTypeDataFieldNames;
903
+ };
904
+ keyTypeDataFieldNames: {
905
+ type?: import("vue").PropType<KeyTypeDataFieldNames>;
906
+ default?: KeyTypeDataFieldNames;
907
+ };
908
+ tooltipShow: {
909
+ type?: import("vue").PropType<boolean>;
910
+ default?: boolean;
911
+ };
912
+ tooltipTrigger: {
913
+ type?: import("vue").PropType<"none" | "axis" | "item">;
914
+ default?: "none" | "axis" | "item";
915
+ };
916
+ tooltipTextStyleColor: {
917
+ type?: import("vue").PropType<string>;
918
+ default?: string;
919
+ };
920
+ tooltipFormatter: {
921
+ type?: import("vue").PropType<string>;
922
+ default?: string;
923
+ };
924
+ dataFieldConfigType: {
925
+ type?: import("vue").PropType<"value" | "key">;
926
+ default?: "value" | "key";
927
+ };
928
+ yAxis: {
929
+ type?: import("vue").PropType<{
930
+ [key: string]: any;
931
+ }[]>;
932
+ default?: {
933
+ [key: string]: any;
934
+ }[];
935
+ };
936
+ yAxisMinInterval: {
937
+ type?: import("vue").PropType<number>;
938
+ default?: number;
939
+ };
940
+ graphicConfig: {
941
+ type?: import("vue").PropType<{
942
+ [key: string]: any;
943
+ }>;
944
+ default?: {
945
+ [key: string]: any;
946
+ };
947
+ };
948
+ gridContainLabel: {
949
+ type?: import("vue").PropType<boolean>;
950
+ default?: boolean;
951
+ };
952
+ gridTop: {
953
+ type?: import("vue").PropType<string>;
954
+ default?: string;
955
+ };
956
+ gridBottom: {
957
+ type?: import("vue").PropType<string>;
958
+ default?: string;
959
+ };
960
+ gridLeft: {
961
+ type?: import("vue").PropType<string>;
962
+ default?: string;
963
+ };
964
+ gridRight: {
965
+ type?: import("vue").PropType<string>;
966
+ default?: string;
967
+ };
968
+ toolboxShow: {
969
+ type?: import("vue").PropType<boolean>;
970
+ default?: boolean;
971
+ };
972
+ toolboxLocation: {
973
+ type?: import("vue").PropType<boolean>;
974
+ default?: boolean;
975
+ };
976
+ toolboxDownloadShow: {
977
+ type?: import("vue").PropType<boolean>;
978
+ default?: boolean;
979
+ };
980
+ toolboxDataZoomShow: {
981
+ type?: import("vue").PropType<boolean>;
982
+ default?: boolean;
983
+ };
984
+ toolboxInfoShow: {
985
+ type?: import("vue").PropType<boolean>;
986
+ default?: boolean;
987
+ };
988
+ toolboxOrient: {
989
+ type?: import("vue").PropType<"vertical" | "horizontal">;
990
+ default?: "vertical" | "horizontal";
991
+ };
992
+ toolboxItemSize: {
993
+ type?: import("vue").PropType<number>;
994
+ default?: number;
995
+ };
996
+ toolboxItemGap: {
997
+ type?: import("vue").PropType<number>;
998
+ default?: number;
999
+ };
1000
+ toolboxLeft: {
1001
+ type?: import("vue").PropType<"left" | "center" | "right">;
1002
+ default?: "left" | "center" | "right";
1003
+ };
1004
+ toolboxTop: {
1005
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
1006
+ default?: "top" | "bottom" | "middle";
1007
+ };
1008
+ toolboxIconStyleBorderColor: {
1009
+ type?: import("vue").PropType<string>;
1010
+ default?: string;
1011
+ };
1012
+ toolboxDownloadUrl: {
1013
+ type?: import("vue").PropType<string>;
1014
+ default?: string;
1015
+ };
1016
+ toolboxInfoText: {
1017
+ type?: import("vue").PropType<string>;
1018
+ default?: string;
1019
+ };
1020
+ symbolSize: {
1021
+ type?: import("vue").PropType<number>;
1022
+ default?: number;
1023
+ };
1024
+ lineStyleWidth: {
1025
+ type?: import("vue").PropType<number>;
1026
+ default?: number;
1027
+ };
1028
+ smooth: {
1029
+ type?: import("vue").PropType<boolean>;
1030
+ default?: boolean;
1031
+ };
1032
+ areaStyleOpacity: {
1033
+ type?: import("vue").PropType<number>;
1034
+ default?: number;
1035
+ };
1036
+ barWidth: {
1037
+ type?: import("vue").PropType<string>;
1038
+ default?: string;
1039
+ };
1040
+ barBorderRadius: {
1041
+ type?: import("vue").PropType<string>;
1042
+ default?: string;
1043
+ };
1044
+ areaGradientShow: {
1045
+ type?: import("vue").PropType<boolean>;
1046
+ default?: boolean;
1047
+ };
1048
+ areaGradientColor: {
1049
+ type?: import("vue").PropType<string>;
1050
+ default?: string;
1051
+ };
1052
+ yAxisLabelShow: {
1053
+ type?: import("vue").PropType<boolean>;
1054
+ default?: boolean;
1055
+ };
1056
+ yAxisLeftSplitLineType: {
1057
+ type?: import("vue").PropType<"dashed" | "dotted" | "solid">;
1058
+ default?: "dashed" | "dotted" | "solid";
1059
+ };
1060
+ yAxisRightSplitLineType: {
1061
+ type?: import("vue").PropType<"dashed" | "dotted" | "solid">;
1062
+ default?: "dashed" | "dotted" | "solid";
1063
+ };
1064
+ gradientShow: {
1065
+ type?: import("vue").PropType<boolean>;
1066
+ default?: boolean;
1067
+ };
1068
+ gradientColors: {
1069
+ type?: import("vue").PropType<string[]>;
1070
+ default?: string[];
1071
+ };
1072
+ gradientOffset: {
1073
+ type?: import("vue").PropType<number>;
1074
+ default?: number;
1075
+ };
1076
+ legendType: {
1077
+ type?: import("vue").PropType<string>;
1078
+ default?: string;
1079
+ };
1080
+ legendItemGap: {
1081
+ type?: import("vue").PropType<number>;
1082
+ default?: number;
1083
+ };
1084
+ legendItemWidth: {
1085
+ type?: import("vue").PropType<number>;
1086
+ default?: number;
1087
+ };
1088
+ legendItemHeight: {
1089
+ type?: import("vue").PropType<number>;
1090
+ default?: number;
1091
+ };
1092
+ shadowColor: {
1093
+ type?: import("vue").PropType<string>;
1094
+ default?: string;
1095
+ };
1096
+ shadowBlur: {
1097
+ type?: import("vue").PropType<number>;
1098
+ default?: number;
1099
+ };
1100
+ shadowOffsetY: {
1101
+ type?: import("vue").PropType<number>;
1102
+ default?: number;
1103
+ };
1104
+ shadowOffsetX: {
1105
+ type?: import("vue").PropType<number>;
1106
+ default?: number;
1107
+ };
1108
+ legendFontSize: {
1109
+ type?: import("vue").PropType<string>;
1110
+ default?: string;
1111
+ };
1112
+ xAxisLabelFontSize: {
1113
+ type?: import("vue").PropType<string>;
1114
+ default?: string;
1115
+ };
1116
+ yAxisLabelFontSize: {
1117
+ type?: import("vue").PropType<string>;
1118
+ default?: string;
1119
+ };
1120
+ xAxisLabelFormatter: {
1121
+ type?: import("vue").PropType<string>;
1122
+ default?: string;
1123
+ };
1124
+ yAxisLabelFormatter: {
1125
+ type?: import("vue").PropType<string>;
1126
+ default?: string;
1127
+ };
1128
+ tooltipPosition: {
1129
+ type?: import("vue").PropType<string>;
1130
+ default?: string;
1131
+ };
1132
+ isShowMarkLine: {
1133
+ type?: import("vue").PropType<boolean>;
1134
+ default?: boolean;
1135
+ };
1136
+ markLineType: {
1137
+ type?: import("vue").PropType<"max" | "min" | "average" | "median">;
1138
+ default?: "max" | "min" | "average" | "median";
1139
+ };
1140
+ legendFormatter: {
1141
+ type?: import("vue").PropType<string>;
1142
+ default?: string;
1143
+ };
1144
+ legendWidth: {
1145
+ type?: import("vue").PropType<number>;
1146
+ default?: number;
1147
+ };
1148
+ legendHeight: {
1149
+ type?: import("vue").PropType<number>;
1150
+ default?: number;
1151
+ };
1152
+ legendTextWidth: {
1153
+ type?: import("vue").PropType<number>;
1154
+ default?: number;
1155
+ };
1156
+ legendScroll: {
1157
+ type?: import("vue").PropType<boolean>;
1158
+ default?: boolean;
1159
+ };
1160
+ yAxisLeftName: {
1161
+ type?: import("vue").PropType<string>;
1162
+ default?: string;
1163
+ };
1164
+ yAxisRightName: {
1165
+ type?: import("vue").PropType<string>;
1166
+ default?: string;
1167
+ };
1168
+ xAxisName: {
1169
+ type?: import("vue").PropType<string>;
1170
+ default?: string;
1171
+ };
1172
+ startValue: {
1173
+ type?: import("vue").PropType<string>;
1174
+ default?: string;
1175
+ };
1176
+ endValue: {
1177
+ type?: import("vue").PropType<string>;
1178
+ default?: string;
1179
+ };
1180
+ xAxisMaxValue: {
1181
+ type?: import("vue").PropType<number>;
1182
+ default?: number;
1183
+ };
1184
+ yAxisMaxValue: {
1185
+ type?: import("vue").PropType<number>;
1186
+ default?: number;
1187
+ };
1188
+ xAxisLabelShow: {
1189
+ type?: import("vue").PropType<boolean>;
1190
+ default?: boolean;
1191
+ };
1192
+ noDataTip: {
1193
+ type?: import("vue").PropType<boolean>;
1194
+ default?: boolean;
1195
+ };
1196
+ tipText: {
1197
+ type?: import("vue").PropType<string>;
1198
+ default?: string;
1199
+ };
1200
+ tipTextColor: {
1201
+ type?: import("vue").PropType<string>;
1202
+ default?: string;
1203
+ };
1204
+ tipTextFontSize: {
1205
+ type?: import("vue").PropType<string>;
1206
+ default?: string;
1207
+ };
1208
+ labelShow: {
1209
+ type?: import("vue").PropType<boolean>;
1210
+ default?: boolean;
1211
+ };
1212
+ labelFontSize: {
1213
+ type?: import("vue").PropType<string>;
1214
+ default?: string;
1215
+ };
1216
+ labelPosition: {
1217
+ type?: import("vue").PropType<"top" | "left" | "right" | "bottom" | "inside">;
1218
+ default?: "top" | "left" | "right" | "bottom" | "inside";
1219
+ };
1220
+ labelColor: {
1221
+ type?: import("vue").PropType<string>;
1222
+ default?: string;
1223
+ };
1224
+ labelWidth: {
1225
+ type?: import("vue").PropType<number>;
1226
+ default?: number;
1227
+ };
1228
+ labelOverflow: {
1229
+ type?: import("vue").PropType<"none" | "truncate" | "break">;
1230
+ default?: "none" | "truncate" | "break";
1231
+ };
1232
+ labelFormatter: {
1233
+ type?: import("vue").PropType<string>;
1234
+ default?: string;
1235
+ };
1236
+ id: {
1237
+ type?: import("vue").PropType<string>;
1238
+ default?: string;
1239
+ };
1240
+ name: {
1241
+ type?: import("vue").PropType<string>;
1242
+ default?: string;
1243
+ };
1244
+ keyName: {
1245
+ type?: import("vue").PropType<string>;
1246
+ default?: string;
1247
+ };
1248
+ type: {
1249
+ type?: import("vue").PropType<string>;
1250
+ default?: string;
1251
+ };
1252
+ width: {
1253
+ type?: import("vue").PropType<string>;
1254
+ default?: string;
1255
+ };
1256
+ height: {
1257
+ type?: import("vue").PropType<string>;
1258
+ default?: string;
1259
+ };
1260
+ position: {
1261
+ type?: import("vue").PropType<string>;
1262
+ default?: string;
1263
+ };
1264
+ top: {
1265
+ type?: import("vue").PropType<string>;
1266
+ default?: string;
1267
+ };
1268
+ left: {
1269
+ type?: import("vue").PropType<string>;
1270
+ default?: string;
1271
+ };
1272
+ zIndex: {
1273
+ type?: import("vue").PropType<number>;
1274
+ default?: number;
1275
+ };
1276
+ rotate: {
1277
+ type?: import("vue").PropType<string>;
1278
+ default?: string;
1279
+ };
1280
+ isShow: {
1281
+ type?: import("vue").PropType<boolean>;
1282
+ default?: boolean;
1283
+ };
1284
+ isRender: {
1285
+ type?: import("vue").PropType<boolean>;
1286
+ default?: boolean;
1287
+ };
1288
+ events: {
1289
+ type?: import("vue").PropType<import('../../utils/props').Events>;
1290
+ default?: import('../../utils/props').Events;
1291
+ };
1292
+ requestUrl: {
1293
+ type?: import("vue").PropType<string>;
1294
+ default?: string;
1295
+ };
1296
+ requestMethod: {
1297
+ type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
1298
+ default?: import('../../utils/props').RequestMethod;
1299
+ };
1300
+ requestHeaders: {
1301
+ type?: import("vue").PropType<string>;
1302
+ default?: string;
1303
+ };
1304
+ isOpenRequestTimer: {
1305
+ type?: import("vue").PropType<boolean>;
1306
+ default?: boolean;
1307
+ };
1308
+ isViewRedrawing: {
1309
+ type?: import("vue").PropType<boolean>;
1310
+ default?: boolean;
1311
+ };
1312
+ requestInterval: {
1313
+ type?: import("vue").PropType<number>;
1314
+ default?: number;
1315
+ };
1316
+ requestParams: {
1317
+ type?: import("vue").PropType<import('../../utils/props').RequestParams>;
1318
+ default?: import('../../utils/props').RequestParams;
1319
+ };
1320
+ requestSort: {
1321
+ type?: import("vue").PropType<number>;
1322
+ default?: number;
1323
+ };
1324
+ dataType: {
1325
+ type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
1326
+ default?: "component" | "indicator" | "request" | "static";
1327
+ };
1328
+ scale?: {
1329
+ type?: import("vue").PropType<number>;
1330
+ default?: number;
1331
+ };
1332
+ requestParamsMode: {
1333
+ type?: import("vue").PropType<"1" | "2">;
1334
+ default?: "1" | "2";
1335
+ };
1336
+ customRequestParams: {
1337
+ type?: import("vue").PropType<string>;
1338
+ default?: string;
1339
+ };
1340
+ dataSetParam?: {
1341
+ type?: import("vue").PropType<any>;
1342
+ default?: any;
1343
+ };
1344
+ requestType?: {
1345
+ type?: import("vue").PropType<any>;
1346
+ default?: any;
1347
+ };
1348
+ componentDoc?: {
1349
+ type?: import("vue").PropType<null>;
1350
+ default?: null;
1351
+ };
1352
+ extendData?: {
1353
+ type?: import("vue").PropType<{
1354
+ [key: string]: any;
1355
+ }>;
1356
+ default?: {
1357
+ [key: string]: any;
1358
+ };
1359
+ };
1360
+ isShowIndDetail?: {
1361
+ type?: import("vue").PropType<boolean>;
1362
+ default?: boolean;
1363
+ };
1364
+ isShowTrend?: {
1365
+ type?: import("vue").PropType<boolean>;
1366
+ default?: boolean;
1367
+ };
1368
+ indDetailIconColor?: {
1369
+ type?: import("vue").PropType<string>;
1370
+ default?: string;
1371
+ };
1372
+ indDetailIconFontSize?: {
1373
+ type?: import("vue").PropType<string>;
1374
+ default?: string;
1375
+ };
1376
+ }>>, {}>;
1377
+ export default _sfc_main;