@ecan-bi/datav 1.5.96 → 1.6.1

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