@ecan-bi/datav 1.5.96 → 1.5.97

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