@ecan-bi/datav 1.5.95 → 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.
@@ -0,0 +1,703 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ data: {
3
+ type?: import("vue").PropType<any>;
4
+ default?: any;
5
+ };
6
+ graphicConfig: {
7
+ type?: import("vue").PropType<{
8
+ [key: string]: any;
9
+ }>;
10
+ default?: {
11
+ [key: string]: any;
12
+ };
13
+ };
14
+ graphicType: {
15
+ type?: import("vue").PropType<string>;
16
+ default?: string;
17
+ };
18
+ progressWidth: {
19
+ type?: import("vue").PropType<number>;
20
+ default?: number;
21
+ };
22
+ progressColor: {
23
+ type?: import("vue").PropType<string>;
24
+ default?: string;
25
+ };
26
+ axisLabelFontSize: {
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
29
+ };
30
+ axisLabelFormatter: {
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
33
+ };
34
+ axisMin: {
35
+ type?: import("vue").PropType<number>;
36
+ default?: number;
37
+ };
38
+ axisMax: {
39
+ type?: import("vue").PropType<number>;
40
+ default?: number;
41
+ };
42
+ detailFontSize: {
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
45
+ };
46
+ detailFormatter: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ detailColor: {
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
53
+ };
54
+ centerLeft: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ centerTop: {
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
61
+ };
62
+ radius: {
63
+ type?: import("vue").PropType<string>;
64
+ default?: string;
65
+ };
66
+ noDataTip: {
67
+ type?: import("vue").PropType<boolean>;
68
+ default?: boolean;
69
+ };
70
+ tipText: {
71
+ type?: import("vue").PropType<string>;
72
+ default?: string;
73
+ };
74
+ tipTextColor: {
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
77
+ };
78
+ tipTextFontSize: {
79
+ type?: import("vue").PropType<string>;
80
+ default?: string;
81
+ };
82
+ toolboxDownloadShow: {
83
+ type?: import("vue").PropType<boolean>;
84
+ default?: boolean;
85
+ };
86
+ toolboxDataZoomShow: {
87
+ type?: import("vue").PropType<boolean>;
88
+ default?: boolean;
89
+ };
90
+ toolboxInfoShow: {
91
+ type?: import("vue").PropType<boolean>;
92
+ default?: boolean;
93
+ };
94
+ toolboxShow: {
95
+ type?: import("vue").PropType<boolean>;
96
+ default?: boolean;
97
+ };
98
+ toolboxOrient: {
99
+ type?: import("vue").PropType<"vertical" | "horizontal">;
100
+ default?: "vertical" | "horizontal";
101
+ };
102
+ toolboxItemSize: {
103
+ type?: import("vue").PropType<number>;
104
+ default?: number;
105
+ };
106
+ toolboxItemGap: {
107
+ type?: import("vue").PropType<number>;
108
+ default?: number;
109
+ };
110
+ toolboxLeft: {
111
+ type?: import("vue").PropType<"left" | "center" | "right">;
112
+ default?: "left" | "center" | "right";
113
+ };
114
+ toolboxTop: {
115
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
116
+ default?: "top" | "bottom" | "middle";
117
+ };
118
+ toolboxIconStyleBorderColor: {
119
+ type?: import("vue").PropType<string>;
120
+ default?: string;
121
+ };
122
+ toolboxDownloadUrl: {
123
+ type?: import("vue").PropType<string>;
124
+ default?: string;
125
+ };
126
+ toolboxInfoText: {
127
+ type?: import("vue").PropType<string>;
128
+ default?: string;
129
+ };
130
+ titleText: {
131
+ type?: import("vue").PropType<string>;
132
+ default?: string;
133
+ };
134
+ titleSubtext: {
135
+ type?: import("vue").PropType<string>;
136
+ default?: string;
137
+ };
138
+ titleFontSize: {
139
+ type?: import("vue").PropType<string>;
140
+ default?: string;
141
+ };
142
+ titleColor: {
143
+ type?: import("vue").PropType<string>;
144
+ default?: string;
145
+ };
146
+ fontWeight: {
147
+ type?: import("vue").PropType<number>;
148
+ default?: number;
149
+ };
150
+ textAlign: {
151
+ type?: import("vue").PropType<"left" | "center" | "right">;
152
+ default?: "left" | "center" | "right";
153
+ };
154
+ warningRule: {
155
+ type?: import("vue").PropType<string>;
156
+ default?: string;
157
+ };
158
+ id: {
159
+ type?: import("vue").PropType<string>;
160
+ default?: string;
161
+ };
162
+ name: {
163
+ type?: import("vue").PropType<string>;
164
+ default?: string;
165
+ };
166
+ keyName: {
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
169
+ };
170
+ type: {
171
+ type?: import("vue").PropType<string>;
172
+ default?: string;
173
+ };
174
+ width: {
175
+ type?: import("vue").PropType<string>;
176
+ default?: string;
177
+ };
178
+ height: {
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
181
+ };
182
+ position: {
183
+ type?: import("vue").PropType<string>;
184
+ default?: string;
185
+ };
186
+ top: {
187
+ type?: import("vue").PropType<string>;
188
+ default?: string;
189
+ };
190
+ left: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
194
+ zIndex: {
195
+ type?: import("vue").PropType<number>;
196
+ default?: number;
197
+ };
198
+ rotate: {
199
+ type?: import("vue").PropType<string>;
200
+ default?: string;
201
+ };
202
+ isShow: {
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
205
+ };
206
+ isRender: {
207
+ type?: import("vue").PropType<boolean>;
208
+ default?: boolean;
209
+ };
210
+ events: {
211
+ type?: import("vue").PropType<import("../../utils/props").Events>;
212
+ default?: import("../../utils/props").Events;
213
+ };
214
+ requestUrl: {
215
+ type?: import("vue").PropType<string>;
216
+ default?: string;
217
+ };
218
+ requestMethod: {
219
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
220
+ default?: import("../../utils/props").RequestMethod;
221
+ };
222
+ requestHeaders: {
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
225
+ };
226
+ isOpenRequestTimer: {
227
+ type?: import("vue").PropType<boolean>;
228
+ default?: boolean;
229
+ };
230
+ isViewRedrawing: {
231
+ type?: import("vue").PropType<boolean>;
232
+ default?: boolean;
233
+ };
234
+ requestInterval: {
235
+ type?: import("vue").PropType<number>;
236
+ default?: number;
237
+ };
238
+ requestParams: {
239
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
240
+ default?: import("../../utils/props").RequestParams;
241
+ };
242
+ requestSort: {
243
+ type?: import("vue").PropType<number>;
244
+ default?: number;
245
+ };
246
+ dataType: {
247
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
248
+ default?: "indicator" | "request" | "component" | "static";
249
+ };
250
+ scale?: {
251
+ type?: import("vue").PropType<number>;
252
+ default?: number;
253
+ };
254
+ requestParamsMode: {
255
+ type?: import("vue").PropType<"2" | "1">;
256
+ default?: "2" | "1";
257
+ };
258
+ customRequestParams: {
259
+ type?: import("vue").PropType<string>;
260
+ default?: string;
261
+ };
262
+ dataSetParam?: {
263
+ type?: import("vue").PropType<any>;
264
+ default?: any;
265
+ };
266
+ requestType?: {
267
+ type?: import("vue").PropType<any>;
268
+ default?: any;
269
+ };
270
+ componentDoc?: {
271
+ type?: import("vue").PropType<null>;
272
+ default?: null;
273
+ };
274
+ extendData?: {
275
+ type?: import("vue").PropType<{
276
+ [key: string]: any;
277
+ }>;
278
+ default?: {
279
+ [key: string]: any;
280
+ };
281
+ };
282
+ isShowIndDetail?: {
283
+ type?: import("vue").PropType<boolean>;
284
+ default?: boolean;
285
+ };
286
+ isShowTrend?: {
287
+ type?: import("vue").PropType<boolean>;
288
+ default?: boolean;
289
+ };
290
+ indDetailIconColor?: {
291
+ type?: import("vue").PropType<string>;
292
+ default?: string;
293
+ };
294
+ indDetailIconFontSize?: {
295
+ type?: import("vue").PropType<string>;
296
+ default?: string;
297
+ };
298
+ }, {
299
+ option: import("vue").ComputedRef<{
300
+ toolbox: {
301
+ show: boolean;
302
+ left: "left" | "center" | "right";
303
+ top: "top" | "bottom" | "middle";
304
+ itemSize: number;
305
+ itemGap: number;
306
+ feature: {
307
+ myDownload: {
308
+ show: boolean;
309
+ title: string;
310
+ icon: string;
311
+ onclick(): void;
312
+ };
313
+ myDataZoom: {
314
+ show: boolean;
315
+ title: string;
316
+ icon: string;
317
+ onclick(): void;
318
+ };
319
+ myInfo: {
320
+ show: boolean;
321
+ title: string;
322
+ icon: string;
323
+ onclick(): void;
324
+ };
325
+ };
326
+ };
327
+ title: {
328
+ text: string;
329
+ subText: string;
330
+ textStyle: {
331
+ fontSize: string;
332
+ fontWeight: number;
333
+ color: string;
334
+ };
335
+ left: "left" | "center" | "right";
336
+ };
337
+ series: {
338
+ type: string;
339
+ center: string[];
340
+ radius: string;
341
+ progress: {
342
+ show: boolean;
343
+ width: number;
344
+ itemStyle: {
345
+ color: any;
346
+ };
347
+ };
348
+ axisLine: {
349
+ lineStyle: {
350
+ width: number;
351
+ };
352
+ };
353
+ axisTick: {
354
+ show: boolean;
355
+ };
356
+ splitLine: {
357
+ distance: number;
358
+ length: number;
359
+ lineStyle: {
360
+ width: number;
361
+ color: string;
362
+ };
363
+ };
364
+ axisLabel: {
365
+ distance: number;
366
+ color: string;
367
+ fontSize: string;
368
+ formatter: (value: any) => string;
369
+ };
370
+ anchor: {
371
+ show: boolean;
372
+ showAbove: boolean;
373
+ size: number;
374
+ itemStyle: {
375
+ borderColor: any;
376
+ borderWidth: number;
377
+ };
378
+ };
379
+ pointer: {
380
+ itemStyle: {
381
+ color: any;
382
+ };
383
+ };
384
+ detail: {
385
+ valueAnimation: boolean;
386
+ fontSize: string;
387
+ offsetCenter: (string | number)[];
388
+ formatter: (value: any) => string;
389
+ color: any;
390
+ };
391
+ min: number;
392
+ max: number;
393
+ data: {
394
+ [x: string]: any;
395
+ }[];
396
+ }[];
397
+ }>;
398
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
399
+ click: (e: any) => void;
400
+ loading: import("vue").Ref<boolean>;
401
+ onClose: () => void;
402
+ ecanModal: import("vue").Ref<any>;
403
+ echartRef: import("vue").Ref<any>;
404
+ emptyData: import("vue").Ref<boolean>;
405
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
406
+ data: {
407
+ type?: import("vue").PropType<any>;
408
+ default?: any;
409
+ };
410
+ graphicConfig: {
411
+ type?: import("vue").PropType<{
412
+ [key: string]: any;
413
+ }>;
414
+ default?: {
415
+ [key: string]: any;
416
+ };
417
+ };
418
+ graphicType: {
419
+ type?: import("vue").PropType<string>;
420
+ default?: string;
421
+ };
422
+ progressWidth: {
423
+ type?: import("vue").PropType<number>;
424
+ default?: number;
425
+ };
426
+ progressColor: {
427
+ type?: import("vue").PropType<string>;
428
+ default?: string;
429
+ };
430
+ axisLabelFontSize: {
431
+ type?: import("vue").PropType<string>;
432
+ default?: string;
433
+ };
434
+ axisLabelFormatter: {
435
+ type?: import("vue").PropType<string>;
436
+ default?: string;
437
+ };
438
+ axisMin: {
439
+ type?: import("vue").PropType<number>;
440
+ default?: number;
441
+ };
442
+ axisMax: {
443
+ type?: import("vue").PropType<number>;
444
+ default?: number;
445
+ };
446
+ detailFontSize: {
447
+ type?: import("vue").PropType<string>;
448
+ default?: string;
449
+ };
450
+ detailFormatter: {
451
+ type?: import("vue").PropType<string>;
452
+ default?: string;
453
+ };
454
+ detailColor: {
455
+ type?: import("vue").PropType<string>;
456
+ default?: string;
457
+ };
458
+ centerLeft: {
459
+ type?: import("vue").PropType<string>;
460
+ default?: string;
461
+ };
462
+ centerTop: {
463
+ type?: import("vue").PropType<string>;
464
+ default?: string;
465
+ };
466
+ radius: {
467
+ type?: import("vue").PropType<string>;
468
+ default?: string;
469
+ };
470
+ noDataTip: {
471
+ type?: import("vue").PropType<boolean>;
472
+ default?: boolean;
473
+ };
474
+ tipText: {
475
+ type?: import("vue").PropType<string>;
476
+ default?: string;
477
+ };
478
+ tipTextColor: {
479
+ type?: import("vue").PropType<string>;
480
+ default?: string;
481
+ };
482
+ tipTextFontSize: {
483
+ type?: import("vue").PropType<string>;
484
+ default?: string;
485
+ };
486
+ toolboxDownloadShow: {
487
+ type?: import("vue").PropType<boolean>;
488
+ default?: boolean;
489
+ };
490
+ toolboxDataZoomShow: {
491
+ type?: import("vue").PropType<boolean>;
492
+ default?: boolean;
493
+ };
494
+ toolboxInfoShow: {
495
+ type?: import("vue").PropType<boolean>;
496
+ default?: boolean;
497
+ };
498
+ toolboxShow: {
499
+ type?: import("vue").PropType<boolean>;
500
+ default?: boolean;
501
+ };
502
+ toolboxOrient: {
503
+ type?: import("vue").PropType<"vertical" | "horizontal">;
504
+ default?: "vertical" | "horizontal";
505
+ };
506
+ toolboxItemSize: {
507
+ type?: import("vue").PropType<number>;
508
+ default?: number;
509
+ };
510
+ toolboxItemGap: {
511
+ type?: import("vue").PropType<number>;
512
+ default?: number;
513
+ };
514
+ toolboxLeft: {
515
+ type?: import("vue").PropType<"left" | "center" | "right">;
516
+ default?: "left" | "center" | "right";
517
+ };
518
+ toolboxTop: {
519
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
520
+ default?: "top" | "bottom" | "middle";
521
+ };
522
+ toolboxIconStyleBorderColor: {
523
+ type?: import("vue").PropType<string>;
524
+ default?: string;
525
+ };
526
+ toolboxDownloadUrl: {
527
+ type?: import("vue").PropType<string>;
528
+ default?: string;
529
+ };
530
+ toolboxInfoText: {
531
+ type?: import("vue").PropType<string>;
532
+ default?: string;
533
+ };
534
+ titleText: {
535
+ type?: import("vue").PropType<string>;
536
+ default?: string;
537
+ };
538
+ titleSubtext: {
539
+ type?: import("vue").PropType<string>;
540
+ default?: string;
541
+ };
542
+ titleFontSize: {
543
+ type?: import("vue").PropType<string>;
544
+ default?: string;
545
+ };
546
+ titleColor: {
547
+ type?: import("vue").PropType<string>;
548
+ default?: string;
549
+ };
550
+ fontWeight: {
551
+ type?: import("vue").PropType<number>;
552
+ default?: number;
553
+ };
554
+ textAlign: {
555
+ type?: import("vue").PropType<"left" | "center" | "right">;
556
+ default?: "left" | "center" | "right";
557
+ };
558
+ warningRule: {
559
+ type?: import("vue").PropType<string>;
560
+ default?: string;
561
+ };
562
+ id: {
563
+ type?: import("vue").PropType<string>;
564
+ default?: string;
565
+ };
566
+ name: {
567
+ type?: import("vue").PropType<string>;
568
+ default?: string;
569
+ };
570
+ keyName: {
571
+ type?: import("vue").PropType<string>;
572
+ default?: string;
573
+ };
574
+ type: {
575
+ type?: import("vue").PropType<string>;
576
+ default?: string;
577
+ };
578
+ width: {
579
+ type?: import("vue").PropType<string>;
580
+ default?: string;
581
+ };
582
+ height: {
583
+ type?: import("vue").PropType<string>;
584
+ default?: string;
585
+ };
586
+ position: {
587
+ type?: import("vue").PropType<string>;
588
+ default?: string;
589
+ };
590
+ top: {
591
+ type?: import("vue").PropType<string>;
592
+ default?: string;
593
+ };
594
+ left: {
595
+ type?: import("vue").PropType<string>;
596
+ default?: string;
597
+ };
598
+ zIndex: {
599
+ type?: import("vue").PropType<number>;
600
+ default?: number;
601
+ };
602
+ rotate: {
603
+ type?: import("vue").PropType<string>;
604
+ default?: string;
605
+ };
606
+ isShow: {
607
+ type?: import("vue").PropType<boolean>;
608
+ default?: boolean;
609
+ };
610
+ isRender: {
611
+ type?: import("vue").PropType<boolean>;
612
+ default?: boolean;
613
+ };
614
+ events: {
615
+ type?: import("vue").PropType<import("../../utils/props").Events>;
616
+ default?: import("../../utils/props").Events;
617
+ };
618
+ requestUrl: {
619
+ type?: import("vue").PropType<string>;
620
+ default?: string;
621
+ };
622
+ requestMethod: {
623
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
624
+ default?: import("../../utils/props").RequestMethod;
625
+ };
626
+ requestHeaders: {
627
+ type?: import("vue").PropType<string>;
628
+ default?: string;
629
+ };
630
+ isOpenRequestTimer: {
631
+ type?: import("vue").PropType<boolean>;
632
+ default?: boolean;
633
+ };
634
+ isViewRedrawing: {
635
+ type?: import("vue").PropType<boolean>;
636
+ default?: boolean;
637
+ };
638
+ requestInterval: {
639
+ type?: import("vue").PropType<number>;
640
+ default?: number;
641
+ };
642
+ requestParams: {
643
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
644
+ default?: import("../../utils/props").RequestParams;
645
+ };
646
+ requestSort: {
647
+ type?: import("vue").PropType<number>;
648
+ default?: number;
649
+ };
650
+ dataType: {
651
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
652
+ default?: "indicator" | "request" | "component" | "static";
653
+ };
654
+ scale?: {
655
+ type?: import("vue").PropType<number>;
656
+ default?: number;
657
+ };
658
+ requestParamsMode: {
659
+ type?: import("vue").PropType<"2" | "1">;
660
+ default?: "2" | "1";
661
+ };
662
+ customRequestParams: {
663
+ type?: import("vue").PropType<string>;
664
+ default?: string;
665
+ };
666
+ dataSetParam?: {
667
+ type?: import("vue").PropType<any>;
668
+ default?: any;
669
+ };
670
+ requestType?: {
671
+ type?: import("vue").PropType<any>;
672
+ default?: any;
673
+ };
674
+ componentDoc?: {
675
+ type?: import("vue").PropType<null>;
676
+ default?: null;
677
+ };
678
+ extendData?: {
679
+ type?: import("vue").PropType<{
680
+ [key: string]: any;
681
+ }>;
682
+ default?: {
683
+ [key: string]: any;
684
+ };
685
+ };
686
+ isShowIndDetail?: {
687
+ type?: import("vue").PropType<boolean>;
688
+ default?: boolean;
689
+ };
690
+ isShowTrend?: {
691
+ type?: import("vue").PropType<boolean>;
692
+ default?: boolean;
693
+ };
694
+ indDetailIconColor?: {
695
+ type?: import("vue").PropType<string>;
696
+ default?: string;
697
+ };
698
+ indDetailIconFontSize?: {
699
+ type?: import("vue").PropType<string>;
700
+ default?: string;
701
+ };
702
+ }>>, {}>;
703
+ export default _sfc_main;