@ecan-bi/datav 1.4.41 → 1.4.43

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.4.41",
3
+ "version": "1.4.43",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -436,6 +436,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
436
436
  type?: import("vue").PropType<boolean>;
437
437
  default?: boolean;
438
438
  };
439
+ noDataTip: {
440
+ type?: import("vue").PropType<boolean>;
441
+ default?: boolean;
442
+ };
443
+ tipText: {
444
+ type?: import("vue").PropType<string>;
445
+ default?: string;
446
+ };
447
+ tipTextColor: {
448
+ type?: import("vue").PropType<string>;
449
+ default?: string;
450
+ };
451
+ tipTextFontSize: {
452
+ type?: import("vue").PropType<string>;
453
+ default?: string;
454
+ };
439
455
  id: {
440
456
  type?: import("vue").PropType<string>;
441
457
  default?: string;
@@ -748,6 +764,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
748
764
  eventObj: import("vue").Ref<{
749
765
  [x: string]: any;
750
766
  }>;
767
+ emptyData: import("vue").Ref<boolean>;
751
768
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
752
769
  data: {
753
770
  type?: import("vue").PropType<Data>;
@@ -1185,6 +1202,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
1185
1202
  type?: import("vue").PropType<boolean>;
1186
1203
  default?: boolean;
1187
1204
  };
1205
+ noDataTip: {
1206
+ type?: import("vue").PropType<boolean>;
1207
+ default?: boolean;
1208
+ };
1209
+ tipText: {
1210
+ type?: import("vue").PropType<string>;
1211
+ default?: string;
1212
+ };
1213
+ tipTextColor: {
1214
+ type?: import("vue").PropType<string>;
1215
+ default?: string;
1216
+ };
1217
+ tipTextFontSize: {
1218
+ type?: import("vue").PropType<string>;
1219
+ default?: string;
1220
+ };
1188
1221
  id: {
1189
1222
  type?: import("vue").PropType<string>;
1190
1223
  default?: string;
@@ -435,6 +435,22 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
435
435
  type?: import("vue").PropType<boolean>;
436
436
  default?: boolean;
437
437
  };
438
+ noDataTip: {
439
+ type?: import("vue").PropType<boolean>;
440
+ default?: boolean;
441
+ };
442
+ tipText: {
443
+ type?: import("vue").PropType<string>;
444
+ default?: string;
445
+ };
446
+ tipTextColor: {
447
+ type?: import("vue").PropType<string>;
448
+ default?: string;
449
+ };
450
+ tipTextFontSize: {
451
+ type?: import("vue").PropType<string>;
452
+ default?: string;
453
+ };
438
454
  id: {
439
455
  type?: import("vue").PropType<string>;
440
456
  default?: string;
@@ -747,6 +763,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
747
763
  eventObj: import("vue").Ref<{
748
764
  [x: string]: any;
749
765
  }>;
766
+ emptyData: import("vue").Ref<boolean>;
750
767
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
751
768
  data: {
752
769
  type?: import("vue").PropType<import("../../utils/props").Data>;
@@ -1184,6 +1201,22 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1184
1201
  type?: import("vue").PropType<boolean>;
1185
1202
  default?: boolean;
1186
1203
  };
1204
+ noDataTip: {
1205
+ type?: import("vue").PropType<boolean>;
1206
+ default?: boolean;
1207
+ };
1208
+ tipText: {
1209
+ type?: import("vue").PropType<string>;
1210
+ default?: string;
1211
+ };
1212
+ tipTextColor: {
1213
+ type?: import("vue").PropType<string>;
1214
+ default?: string;
1215
+ };
1216
+ tipTextFontSize: {
1217
+ type?: import("vue").PropType<string>;
1218
+ default?: string;
1219
+ };
1187
1220
  id: {
1188
1221
  type?: import("vue").PropType<string>;
1189
1222
  default?: string;
@@ -110,6 +110,10 @@ export interface BarProps extends Props {
110
110
  xAxisMaxValue: number;
111
111
  yAxisMaxValue: number;
112
112
  xAxisLabelShow: boolean;
113
+ noDataTip: boolean;
114
+ tipText: string;
115
+ tipTextColor: string;
116
+ tipTextFontSize: string;
113
117
  }
114
118
  export declare const barProps: BarProps;
115
119
  export declare const barComponentProps: {
@@ -549,6 +553,22 @@ export declare const barComponentProps: {
549
553
  type?: import("vue").PropType<boolean>;
550
554
  default?: boolean;
551
555
  };
556
+ noDataTip: {
557
+ type?: import("vue").PropType<boolean>;
558
+ default?: boolean;
559
+ };
560
+ tipText: {
561
+ type?: import("vue").PropType<string>;
562
+ default?: string;
563
+ };
564
+ tipTextColor: {
565
+ type?: import("vue").PropType<string>;
566
+ default?: string;
567
+ };
568
+ tipTextFontSize: {
569
+ type?: import("vue").PropType<string>;
570
+ default?: string;
571
+ };
552
572
  id: {
553
573
  type?: import("vue").PropType<string>;
554
574
  default?: string;
@@ -448,6 +448,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
448
448
  type?: import("vue").PropType<boolean>;
449
449
  default?: boolean;
450
450
  };
451
+ noDataTip: {
452
+ type?: import("vue").PropType<boolean>;
453
+ default?: boolean;
454
+ };
455
+ tipText: {
456
+ type?: import("vue").PropType<string>;
457
+ default?: string;
458
+ };
459
+ tipTextColor: {
460
+ type?: import("vue").PropType<string>;
461
+ default?: string;
462
+ };
463
+ tipTextFontSize: {
464
+ type?: import("vue").PropType<string>;
465
+ default?: string;
466
+ };
451
467
  id: {
452
468
  type?: import("vue").PropType<string>;
453
469
  default?: string;
@@ -720,6 +736,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
720
736
  eventObj: import("vue").Ref<{
721
737
  [x: string]: any;
722
738
  }>;
739
+ emptyData: import("vue").Ref<boolean>;
723
740
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
724
741
  data: {
725
742
  type?: import("vue").PropType<import('../../utils/props').Data>;
@@ -1169,6 +1186,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
1169
1186
  type?: import("vue").PropType<boolean>;
1170
1187
  default?: boolean;
1171
1188
  };
1189
+ noDataTip: {
1190
+ type?: import("vue").PropType<boolean>;
1191
+ default?: boolean;
1192
+ };
1193
+ tipText: {
1194
+ type?: import("vue").PropType<string>;
1195
+ default?: string;
1196
+ };
1197
+ tipTextColor: {
1198
+ type?: import("vue").PropType<string>;
1199
+ default?: string;
1200
+ };
1201
+ tipTextFontSize: {
1202
+ type?: import("vue").PropType<string>;
1203
+ default?: string;
1204
+ };
1172
1205
  id: {
1173
1206
  type?: import("vue").PropType<string>;
1174
1207
  default?: string;
@@ -447,6 +447,22 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
447
447
  type?: import("vue").PropType<boolean>;
448
448
  default?: boolean;
449
449
  };
450
+ noDataTip: {
451
+ type?: import("vue").PropType<boolean>;
452
+ default?: boolean;
453
+ };
454
+ tipText: {
455
+ type?: import("vue").PropType<string>;
456
+ default?: string;
457
+ };
458
+ tipTextColor: {
459
+ type?: import("vue").PropType<string>;
460
+ default?: string;
461
+ };
462
+ tipTextFontSize: {
463
+ type?: import("vue").PropType<string>;
464
+ default?: string;
465
+ };
450
466
  id: {
451
467
  type?: import("vue").PropType<string>;
452
468
  default?: string;
@@ -719,6 +735,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
719
735
  eventObj: import("vue").Ref<{
720
736
  [x: string]: any;
721
737
  }>;
738
+ emptyData: import("vue").Ref<boolean>;
722
739
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
723
740
  data: {
724
741
  type?: import("vue").PropType<import("../../utils/props").Data>;
@@ -1168,6 +1185,22 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
1168
1185
  type?: import("vue").PropType<boolean>;
1169
1186
  default?: boolean;
1170
1187
  };
1188
+ noDataTip: {
1189
+ type?: import("vue").PropType<boolean>;
1190
+ default?: boolean;
1191
+ };
1192
+ tipText: {
1193
+ type?: import("vue").PropType<string>;
1194
+ default?: string;
1195
+ };
1196
+ tipTextColor: {
1197
+ type?: import("vue").PropType<string>;
1198
+ default?: string;
1199
+ };
1200
+ tipTextFontSize: {
1201
+ type?: import("vue").PropType<string>;
1202
+ default?: string;
1203
+ };
1171
1204
  id: {
1172
1205
  type?: import("vue").PropType<string>;
1173
1206
  default?: string;
@@ -115,6 +115,10 @@ export interface ComboGraphProps extends Props {
115
115
  xAxisLabelShow: boolean;
116
116
  yAxisLeftUnitAdapt: boolean;
117
117
  yAxisRightUnitAdapt: boolean;
118
+ noDataTip: boolean;
119
+ tipText: string;
120
+ tipTextColor: string;
121
+ tipTextFontSize: string;
118
122
  }
119
123
  export declare const comboGraphProps: ComboGraphProps;
120
124
  export declare const comboGraphComponentProps: {
@@ -566,6 +570,22 @@ export declare const comboGraphComponentProps: {
566
570
  type?: import("vue").PropType<boolean>;
567
571
  default?: boolean;
568
572
  };
573
+ noDataTip: {
574
+ type?: import("vue").PropType<boolean>;
575
+ default?: boolean;
576
+ };
577
+ tipText: {
578
+ type?: import("vue").PropType<string>;
579
+ default?: string;
580
+ };
581
+ tipTextColor: {
582
+ type?: import("vue").PropType<string>;
583
+ default?: string;
584
+ };
585
+ tipTextFontSize: {
586
+ type?: import("vue").PropType<string>;
587
+ default?: string;
588
+ };
569
589
  id: {
570
590
  type?: import("vue").PropType<string>;
571
591
  default?: string;
@@ -433,6 +433,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
433
433
  type?: import("vue").PropType<string>;
434
434
  default?: string;
435
435
  };
436
+ noDataTip: {
437
+ type?: import("vue").PropType<boolean>;
438
+ default?: boolean;
439
+ };
440
+ tipText: {
441
+ type?: import("vue").PropType<string>;
442
+ default?: string;
443
+ };
444
+ tipTextColor: {
445
+ type?: import("vue").PropType<string>;
446
+ default?: string;
447
+ };
448
+ tipTextFontSize: {
449
+ type?: import("vue").PropType<string>;
450
+ default?: string;
451
+ };
436
452
  position: {
437
453
  type?: import("vue").PropType<string>;
438
454
  default?: string;
@@ -689,6 +705,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
689
705
  [x: string]: any;
690
706
  }>;
691
707
  echartRef: import("vue").Ref<any>;
708
+ emptyData: import("vue").Ref<boolean>;
692
709
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
693
710
  id: {
694
711
  type?: import("vue").PropType<string>;
@@ -1124,6 +1141,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
1124
1141
  type?: import("vue").PropType<string>;
1125
1142
  default?: string;
1126
1143
  };
1144
+ noDataTip: {
1145
+ type?: import("vue").PropType<boolean>;
1146
+ default?: boolean;
1147
+ };
1148
+ tipText: {
1149
+ type?: import("vue").PropType<string>;
1150
+ default?: string;
1151
+ };
1152
+ tipTextColor: {
1153
+ type?: import("vue").PropType<string>;
1154
+ default?: string;
1155
+ };
1156
+ tipTextFontSize: {
1157
+ type?: import("vue").PropType<string>;
1158
+ default?: string;
1159
+ };
1127
1160
  position: {
1128
1161
  type?: import("vue").PropType<string>;
1129
1162
  default?: string;
@@ -433,6 +433,22 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
433
433
  type?: import("vue").PropType<string>;
434
434
  default?: string;
435
435
  };
436
+ noDataTip: {
437
+ type?: import("vue").PropType<boolean>;
438
+ default?: boolean;
439
+ };
440
+ tipText: {
441
+ type?: import("vue").PropType<string>;
442
+ default?: string;
443
+ };
444
+ tipTextColor: {
445
+ type?: import("vue").PropType<string>;
446
+ default?: string;
447
+ };
448
+ tipTextFontSize: {
449
+ type?: import("vue").PropType<string>;
450
+ default?: string;
451
+ };
436
452
  position: {
437
453
  type?: import("vue").PropType<string>;
438
454
  default?: string;
@@ -689,6 +705,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
689
705
  [x: string]: any;
690
706
  }>;
691
707
  echartRef: import("vue").Ref<any>;
708
+ emptyData: import("vue").Ref<boolean>;
692
709
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
693
710
  id: {
694
711
  type?: import("vue").PropType<string>;
@@ -1124,6 +1141,22 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
1124
1141
  type?: import("vue").PropType<string>;
1125
1142
  default?: string;
1126
1143
  };
1144
+ noDataTip: {
1145
+ type?: import("vue").PropType<boolean>;
1146
+ default?: boolean;
1147
+ };
1148
+ tipText: {
1149
+ type?: import("vue").PropType<string>;
1150
+ default?: string;
1151
+ };
1152
+ tipTextColor: {
1153
+ type?: import("vue").PropType<string>;
1154
+ default?: string;
1155
+ };
1156
+ tipTextFontSize: {
1157
+ type?: import("vue").PropType<string>;
1158
+ default?: string;
1159
+ };
1127
1160
  position: {
1128
1161
  type?: import("vue").PropType<string>;
1129
1162
  default?: string;
@@ -98,6 +98,10 @@ export interface LineProps extends Props {
98
98
  yAxisMaxValue: number;
99
99
  xAxisLabelShow: boolean;
100
100
  tooltipTextStyleColor: string;
101
+ noDataTip: boolean;
102
+ tipText: string;
103
+ tipTextColor: string;
104
+ tipTextFontSize: string;
101
105
  }
102
106
  export declare const lineProps: {
103
107
  id: string;
@@ -214,6 +218,10 @@ export declare const lineProps: {
214
218
  yAxisMaxValue: any;
215
219
  xAxisLabelShow: boolean;
216
220
  tooltipTextStyleColor: string;
221
+ noDataTip: boolean;
222
+ tipText: string;
223
+ tipTextColor: string;
224
+ tipTextFontSize: string;
217
225
  position: string;
218
226
  zIndex: number;
219
227
  isShow: boolean;
@@ -670,6 +678,22 @@ export declare const lineComponentProps: {
670
678
  type?: import("vue").PropType<string>;
671
679
  default?: string;
672
680
  };
681
+ noDataTip: {
682
+ type?: import("vue").PropType<boolean>;
683
+ default?: boolean;
684
+ };
685
+ tipText: {
686
+ type?: import("vue").PropType<string>;
687
+ default?: string;
688
+ };
689
+ tipTextColor: {
690
+ type?: import("vue").PropType<string>;
691
+ default?: string;
692
+ };
693
+ tipTextFontSize: {
694
+ type?: import("vue").PropType<string>;
695
+ default?: string;
696
+ };
673
697
  position: {
674
698
  type?: import("vue").PropType<string>;
675
699
  default?: string;
@@ -276,6 +276,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
276
276
  type?: import("vue").PropType<string>;
277
277
  default?: string;
278
278
  };
279
+ noDataTip: {
280
+ type?: import("vue").PropType<boolean>;
281
+ default?: boolean;
282
+ };
283
+ tipText: {
284
+ type?: import("vue").PropType<string>;
285
+ default?: string;
286
+ };
287
+ tipTextColor: {
288
+ type?: import("vue").PropType<string>;
289
+ default?: string;
290
+ };
291
+ tipTextFontSize: {
292
+ type?: import("vue").PropType<string>;
293
+ default?: string;
294
+ };
279
295
  id: {
280
296
  type?: import("vue").PropType<string>;
281
297
  default?: string;
@@ -493,6 +509,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
493
509
  loading: import("vue").Ref<boolean>;
494
510
  ecanModal: import("vue").Ref<any>;
495
511
  echartRef: import("vue").Ref<any>;
512
+ emptyData: import("vue").Ref<boolean>;
496
513
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
497
514
  data: {
498
515
  type?: import("vue").PropType<import('../../utils/props').Data>;
@@ -770,6 +787,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
770
787
  type?: import("vue").PropType<string>;
771
788
  default?: string;
772
789
  };
790
+ noDataTip: {
791
+ type?: import("vue").PropType<boolean>;
792
+ default?: boolean;
793
+ };
794
+ tipText: {
795
+ type?: import("vue").PropType<string>;
796
+ default?: string;
797
+ };
798
+ tipTextColor: {
799
+ type?: import("vue").PropType<string>;
800
+ default?: string;
801
+ };
802
+ tipTextFontSize: {
803
+ type?: import("vue").PropType<string>;
804
+ default?: string;
805
+ };
773
806
  id: {
774
807
  type?: import("vue").PropType<string>;
775
808
  default?: string;
@@ -275,6 +275,22 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
275
275
  type?: import("vue").PropType<string>;
276
276
  default?: string;
277
277
  };
278
+ noDataTip: {
279
+ type?: import("vue").PropType<boolean>;
280
+ default?: boolean;
281
+ };
282
+ tipText: {
283
+ type?: import("vue").PropType<string>;
284
+ default?: string;
285
+ };
286
+ tipTextColor: {
287
+ type?: import("vue").PropType<string>;
288
+ default?: string;
289
+ };
290
+ tipTextFontSize: {
291
+ type?: import("vue").PropType<string>;
292
+ default?: string;
293
+ };
278
294
  id: {
279
295
  type?: import("vue").PropType<string>;
280
296
  default?: string;
@@ -492,6 +508,7 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
492
508
  loading: import("vue").Ref<boolean>;
493
509
  ecanModal: import("vue").Ref<any>;
494
510
  echartRef: import("vue").Ref<any>;
511
+ emptyData: import("vue").Ref<boolean>;
495
512
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
496
513
  data: {
497
514
  type?: import("vue").PropType<import("../../utils/props").Data>;
@@ -769,6 +786,22 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
769
786
  type?: import("vue").PropType<string>;
770
787
  default?: string;
771
788
  };
789
+ noDataTip: {
790
+ type?: import("vue").PropType<boolean>;
791
+ default?: boolean;
792
+ };
793
+ tipText: {
794
+ type?: import("vue").PropType<string>;
795
+ default?: string;
796
+ };
797
+ tipTextColor: {
798
+ type?: import("vue").PropType<string>;
799
+ default?: string;
800
+ };
801
+ tipTextFontSize: {
802
+ type?: import("vue").PropType<string>;
803
+ default?: string;
804
+ };
772
805
  id: {
773
806
  type?: import("vue").PropType<string>;
774
807
  default?: string;
@@ -70,6 +70,10 @@ export interface PieProps extends Props {
70
70
  legendTextWidth: number | null;
71
71
  legendScroll: boolean;
72
72
  legendType: string;
73
+ noDataTip: boolean;
74
+ tipText: string;
75
+ tipTextColor: string;
76
+ tipTextFontSize: string;
73
77
  }
74
78
  export declare const pieProps: PieProps;
75
79
  export declare const pieComponentProps: {
@@ -349,6 +353,22 @@ export declare const pieComponentProps: {
349
353
  type?: import("vue").PropType<string>;
350
354
  default?: string;
351
355
  };
356
+ noDataTip: {
357
+ type?: import("vue").PropType<boolean>;
358
+ default?: boolean;
359
+ };
360
+ tipText: {
361
+ type?: import("vue").PropType<string>;
362
+ default?: string;
363
+ };
364
+ tipTextColor: {
365
+ type?: import("vue").PropType<string>;
366
+ default?: string;
367
+ };
368
+ tipTextFontSize: {
369
+ type?: import("vue").PropType<string>;
370
+ default?: string;
371
+ };
352
372
  id: {
353
373
  type?: import("vue").PropType<string>;
354
374
  default?: string;
@@ -333,6 +333,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
333
333
  type?: import("vue").PropType<boolean>;
334
334
  default?: boolean;
335
335
  };
336
+ noDataTip: {
337
+ type?: import("vue").PropType<boolean>;
338
+ default?: boolean;
339
+ };
340
+ tipText: {
341
+ type?: import("vue").PropType<string>;
342
+ default?: string;
343
+ };
344
+ tipTextColor: {
345
+ type?: import("vue").PropType<string>;
346
+ default?: string;
347
+ };
348
+ tipTextFontSize: {
349
+ type?: import("vue").PropType<string>;
350
+ default?: string;
351
+ };
336
352
  id: {
337
353
  type?: import("vue").PropType<string>;
338
354
  default?: string;
@@ -633,6 +649,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
633
649
  onClose: () => void;
634
650
  ecanModal: import("vue").Ref<any>;
635
651
  echartRef: import("vue").Ref<any>;
652
+ emptyData: import("vue").Ref<boolean>;
636
653
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
637
654
  data: {
638
655
  type?: import("vue").PropType<import("../../utils/props").Data>;
@@ -968,6 +985,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
968
985
  type?: import("vue").PropType<boolean>;
969
986
  default?: boolean;
970
987
  };
988
+ noDataTip: {
989
+ type?: import("vue").PropType<boolean>;
990
+ default?: boolean;
991
+ };
992
+ tipText: {
993
+ type?: import("vue").PropType<string>;
994
+ default?: string;
995
+ };
996
+ tipTextColor: {
997
+ type?: import("vue").PropType<string>;
998
+ default?: string;
999
+ };
1000
+ tipTextFontSize: {
1001
+ type?: import("vue").PropType<string>;
1002
+ default?: string;
1003
+ };
971
1004
  id: {
972
1005
  type?: import("vue").PropType<string>;
973
1006
  default?: string;