@ecan-bi/datav 1.5.19 → 1.5.21

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 (109) hide show
  1. package/dist/index.es.js +2566 -2537
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +31 -31
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +8 -0
  8. package/types/container/border/index.d.ts +8 -0
  9. package/types/container/border/props.d.ts +4 -0
  10. package/types/container/circulate/Circulate.vue.d.ts +8 -0
  11. package/types/container/circulate/index.d.ts +8 -0
  12. package/types/container/circulate/props.d.ts +4 -0
  13. package/types/container/tabs/Tabs.vue.d.ts +8 -0
  14. package/types/container/tabs/index.d.ts +8 -0
  15. package/types/container/tabs/props.d.ts +4 -0
  16. package/types/container/template/Template.vue.d.ts +8 -0
  17. package/types/container/template/index.d.ts +8 -0
  18. package/types/container/template/props.d.ts +4 -0
  19. package/types/control/button/Button.vue.d.ts +8 -0
  20. package/types/control/button/index.d.ts +8 -0
  21. package/types/control/button/props.d.ts +4 -0
  22. package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
  23. package/types/control/checkbox/index.d.ts +8 -0
  24. package/types/control/checkbox/props.d.ts +4 -0
  25. package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
  26. package/types/control/date-picker/index.d.ts +8 -0
  27. package/types/control/date-picker/props.d.ts +4 -0
  28. package/types/control/input/Input.vue.d.ts +8 -0
  29. package/types/control/input/index.d.ts +8 -0
  30. package/types/control/input/props.d.ts +4 -0
  31. package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
  32. package/types/control/nav-tab/index.d.ts +8 -0
  33. package/types/control/nav-tab/props.d.ts +4 -0
  34. package/types/control/radio/Radio.vue.d.ts +8 -0
  35. package/types/control/radio/index.d.ts +8 -0
  36. package/types/control/radio/props.d.ts +4 -0
  37. package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
  38. package/types/control/range-picker/index.d.ts +8 -0
  39. package/types/control/range-picker/props.d.ts +4 -0
  40. package/types/control/select/Select.vue.d.ts +21 -1
  41. package/types/control/select/index.d.ts +21 -1
  42. package/types/control/select/props.d.ts +9 -0
  43. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
  44. package/types/control/tree-select/index.d.ts +4 -0
  45. package/types/control/tree-select/props.d.ts +4 -0
  46. package/types/graph/bar/Bar.vue.d.ts +8 -0
  47. package/types/graph/bar/index.d.ts +8 -0
  48. package/types/graph/bar/props.d.ts +4 -0
  49. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
  50. package/types/graph/combo-graph/index.d.ts +8 -0
  51. package/types/graph/combo-graph/props.d.ts +4 -0
  52. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  53. package/types/graph/custom-graph/index.d.ts +8 -0
  54. package/types/graph/custom-graph/props.d.ts +4 -0
  55. package/types/graph/line/Line.vue.d.ts +8 -0
  56. package/types/graph/line/index.d.ts +8 -0
  57. package/types/graph/line/props.d.ts +5 -0
  58. package/types/graph/pie/Pie.vue.d.ts +8 -0
  59. package/types/graph/pie/index.d.ts +8 -0
  60. package/types/graph/pie/props.d.ts +4 -0
  61. package/types/graph/radar/Radar.vue.d.ts +8 -0
  62. package/types/graph/radar/index.d.ts +8 -0
  63. package/types/graph/radar/props.d.ts +5 -0
  64. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  65. package/types/graph/scatter/index.d.ts +8 -0
  66. package/types/graph/scatter/props.d.ts +4 -0
  67. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  68. package/types/laboratory/data-select/index.d.ts +8 -0
  69. package/types/laboratory/data-select/props.d.ts +4 -0
  70. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
  71. package/types/laboratory/index-panel/index.d.ts +8 -0
  72. package/types/laboratory/index-panel/props.d.ts +4 -0
  73. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
  74. package/types/laboratory/pivotTable/index.d.ts +13 -0
  75. package/types/laboratory/pivotTable/props.d.ts +4 -0
  76. package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
  77. package/types/laboratory/value-line/index.d.ts +8 -0
  78. package/types/laboratory/value-line/props.d.ts +5 -0
  79. package/types/map/map/Map.vue.d.ts +8 -0
  80. package/types/map/map/index.d.ts +8 -0
  81. package/types/map/map/props.d.ts +4 -0
  82. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  83. package/types/media/iframe/index.d.ts +8 -0
  84. package/types/media/iframe/props.d.ts +4 -0
  85. package/types/media/image/Image.vue.d.ts +8 -0
  86. package/types/media/image/index.d.ts +8 -0
  87. package/types/media/image/props.d.ts +4 -0
  88. package/types/table/table/Table.vue.d.ts +8 -0
  89. package/types/table/table/index.d.ts +8 -0
  90. package/types/table/table/props.d.ts +4 -0
  91. package/types/text/counter/Counter.vue.d.ts +8 -0
  92. package/types/text/counter/index.d.ts +8 -0
  93. package/types/text/counter/props.d.ts +4 -0
  94. package/types/text/list/List.vue.d.ts +8 -0
  95. package/types/text/list/index.d.ts +8 -0
  96. package/types/text/list/props.d.ts +4 -0
  97. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  98. package/types/text/proportion/index.d.ts +8 -0
  99. package/types/text/proportion/props.d.ts +4 -0
  100. package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
  101. package/types/text/rectangle/index.d.ts +8 -0
  102. package/types/text/rectangle/props.d.ts +4 -0
  103. package/types/text/text/Text.vue.d.ts +8 -0
  104. package/types/text/text/index.d.ts +8 -0
  105. package/types/text/text/props.d.ts +4 -0
  106. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  107. package/types/text/time-display/index.d.ts +8 -0
  108. package/types/text/time-display/props.d.ts +4 -0
  109. package/types/utils/props.d.ts +1 -0
@@ -39,6 +39,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
39
39
  type?: import("vue").PropType<boolean>;
40
40
  default?: boolean;
41
41
  };
42
+ selectAllOption: {
43
+ type?: import("vue").PropType<boolean>;
44
+ default?: boolean;
45
+ };
42
46
  graphicConfig: {
43
47
  type?: import("vue").PropType<{
44
48
  [key: string]: any;
@@ -207,6 +211,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
207
211
  type?: import("vue").PropType<string>;
208
212
  default?: string;
209
213
  };
214
+ indDetailIconFontSize?: {
215
+ type?: import("vue").PropType<string>;
216
+ default?: string;
217
+ };
210
218
  }, {
211
219
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
212
220
  getPopupContainer: () => HTMLElement;
@@ -234,8 +242,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
234
242
  mobileSelectValue: import("vue").Ref<any[]>;
235
243
  isCheckAll: import("vue").Ref<boolean>;
236
244
  indeterminate: import("vue").Ref<boolean>;
245
+ hideCheckAll: import("vue").Ref<boolean>;
246
+ onSearch: (value: string) => void;
247
+ onSelect: () => void;
237
248
  onOptionAll: (e: any) => void;
238
- onDeselect: (value: any, option: any) => void;
249
+ onDeselect: (_value: any, option: any) => void;
250
+ onDropdownVisibleChange: (open: boolean) => void;
239
251
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
240
252
  data: {
241
253
  type?: import("vue").PropType<import("./props").SelectOptions>;
@@ -277,6 +289,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
277
289
  type?: import("vue").PropType<boolean>;
278
290
  default?: boolean;
279
291
  };
292
+ selectAllOption: {
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
295
+ };
280
296
  graphicConfig: {
281
297
  type?: import("vue").PropType<{
282
298
  [key: string]: any;
@@ -445,5 +461,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
445
461
  type?: import("vue").PropType<string>;
446
462
  default?: string;
447
463
  };
464
+ indDetailIconFontSize?: {
465
+ type?: import("vue").PropType<string>;
466
+ default?: string;
467
+ };
448
468
  }>>, {}>;
449
469
  export default _sfc_main;
@@ -39,6 +39,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
39
39
  type?: import("vue").PropType<boolean>;
40
40
  default?: boolean;
41
41
  };
42
+ selectAllOption: {
43
+ type?: import("vue").PropType<boolean>;
44
+ default?: boolean;
45
+ };
42
46
  graphicConfig: {
43
47
  type?: import("vue").PropType<{
44
48
  [key: string]: any;
@@ -207,6 +211,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
207
211
  type?: import("vue").PropType<string>;
208
212
  default?: string;
209
213
  };
214
+ indDetailIconFontSize?: {
215
+ type?: import("vue").PropType<string>;
216
+ default?: string;
217
+ };
210
218
  }, {
211
219
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
212
220
  getPopupContainer: () => HTMLElement;
@@ -234,8 +242,12 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
234
242
  mobileSelectValue: import("vue").Ref<any[]>;
235
243
  isCheckAll: import("vue").Ref<boolean>;
236
244
  indeterminate: import("vue").Ref<boolean>;
245
+ hideCheckAll: import("vue").Ref<boolean>;
246
+ onSearch: (value: string) => void;
247
+ onSelect: () => void;
237
248
  onOptionAll: (e: any) => void;
238
- onDeselect: (value: any, option: any) => void;
249
+ onDeselect: (_value: any, option: any) => void;
250
+ onDropdownVisibleChange: (open: boolean) => void;
239
251
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
240
252
  data: {
241
253
  type?: import("vue").PropType<import("./props").SelectOptions>;
@@ -277,6 +289,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
277
289
  type?: import("vue").PropType<boolean>;
278
290
  default?: boolean;
279
291
  };
292
+ selectAllOption: {
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
295
+ };
280
296
  graphicConfig: {
281
297
  type?: import("vue").PropType<{
282
298
  [key: string]: any;
@@ -445,6 +461,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
445
461
  type?: import("vue").PropType<string>;
446
462
  default?: string;
447
463
  };
464
+ indDetailIconFontSize?: {
465
+ type?: import("vue").PropType<string>;
466
+ default?: string;
467
+ };
448
468
  }>>, {}>> & Record<string, any>;
449
469
  export default EcanSelect;
450
470
  export * from './props';
@@ -20,6 +20,7 @@ export interface SelectProps extends Props {
20
20
  autoClearSearchValue: boolean;
21
21
  placeholder: string;
22
22
  selectFirstOption: boolean;
23
+ selectAllOption: boolean;
23
24
  graphicConfig: {
24
25
  [key: string]: any;
25
26
  };
@@ -71,6 +72,10 @@ export declare const selectComponentProps: {
71
72
  type?: import("vue").PropType<boolean>;
72
73
  default?: boolean;
73
74
  };
75
+ selectAllOption: {
76
+ type?: import("vue").PropType<boolean>;
77
+ default?: boolean;
78
+ };
74
79
  graphicConfig: {
75
80
  type?: import("vue").PropType<{
76
81
  [key: string]: any;
@@ -239,5 +244,9 @@ export declare const selectComponentProps: {
239
244
  type?: import("vue").PropType<string>;
240
245
  default?: string;
241
246
  };
247
+ indDetailIconFontSize?: {
248
+ type?: import("vue").PropType<string>;
249
+ default?: string;
250
+ };
242
251
  };
243
252
  export declare const selectEvents: string[];
@@ -188,6 +188,10 @@ declare const _sfc_main: {
188
188
  type?: import("vue").PropType<string>;
189
189
  default?: string;
190
190
  };
191
+ indDetailIconFontSize?: {
192
+ type?: import("vue").PropType<string>;
193
+ default?: string;
194
+ };
191
195
  };
192
196
  setup(props: any): {
193
197
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -188,6 +188,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
188
188
  type?: import("vue").PropType<string>;
189
189
  default?: string;
190
190
  };
191
+ indDetailIconFontSize?: {
192
+ type?: import("vue").PropType<string>;
193
+ default?: string;
194
+ };
191
195
  };
192
196
  setup(props: any): {
193
197
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -209,5 +209,9 @@ export declare const treeSelectComponentProps: {
209
209
  type?: import("vue").PropType<string>;
210
210
  default?: string;
211
211
  };
212
+ indDetailIconFontSize?: {
213
+ type?: import("vue").PropType<string>;
214
+ default?: string;
215
+ };
212
216
  };
213
217
  export declare const treeSelectEvents: string[];
@@ -592,6 +592,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
592
592
  type?: import("vue").PropType<string>;
593
593
  default?: string;
594
594
  };
595
+ indDetailIconFontSize?: {
596
+ type?: import("vue").PropType<string>;
597
+ default?: string;
598
+ };
595
599
  }, {
596
600
  option: import("vue").ComputedRef<{
597
601
  textStyle: {
@@ -1385,5 +1389,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1385
1389
  type?: import("vue").PropType<string>;
1386
1390
  default?: string;
1387
1391
  };
1392
+ indDetailIconFontSize?: {
1393
+ type?: import("vue").PropType<string>;
1394
+ default?: string;
1395
+ };
1388
1396
  }>>, {}>;
1389
1397
  export default _sfc_main;
@@ -591,6 +591,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
591
591
  type?: import("vue").PropType<string>;
592
592
  default?: string;
593
593
  };
594
+ indDetailIconFontSize?: {
595
+ type?: import("vue").PropType<string>;
596
+ default?: string;
597
+ };
594
598
  }, {
595
599
  option: import("vue").ComputedRef<{
596
600
  textStyle: {
@@ -1384,6 +1388,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1384
1388
  type?: import("vue").PropType<string>;
1385
1389
  default?: string;
1386
1390
  };
1391
+ indDetailIconFontSize?: {
1392
+ type?: import("vue").PropType<string>;
1393
+ default?: string;
1394
+ };
1387
1395
  }>>, {}>> & Record<string, any>;
1388
1396
  export default EcanBar;
1389
1397
  export * from './props';
@@ -710,5 +710,9 @@ export declare const barComponentProps: {
710
710
  type?: import("vue").PropType<string>;
711
711
  default?: string;
712
712
  };
713
+ indDetailIconFontSize?: {
714
+ type?: import("vue").PropType<string>;
715
+ default?: string;
716
+ };
713
717
  };
714
718
  export declare const barEvents: string[];
@@ -600,6 +600,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
600
600
  type?: import("vue").PropType<string>;
601
601
  default?: string;
602
602
  };
603
+ indDetailIconFontSize?: {
604
+ type?: import("vue").PropType<string>;
605
+ default?: string;
606
+ };
603
607
  }, {
604
608
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
605
609
  option: import("vue").ComputedRef<{
@@ -1358,5 +1362,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1358
1362
  type?: import("vue").PropType<string>;
1359
1363
  default?: string;
1360
1364
  };
1365
+ indDetailIconFontSize?: {
1366
+ type?: import("vue").PropType<string>;
1367
+ default?: string;
1368
+ };
1361
1369
  }>>, {}>;
1362
1370
  export default _sfc_main;
@@ -599,6 +599,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
599
599
  type?: import("vue").PropType<string>;
600
600
  default?: string;
601
601
  };
602
+ indDetailIconFontSize?: {
603
+ type?: import("vue").PropType<string>;
604
+ default?: string;
605
+ };
602
606
  }, {
603
607
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
604
608
  option: import("vue").ComputedRef<{
@@ -1357,6 +1361,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
1357
1361
  type?: import("vue").PropType<string>;
1358
1362
  default?: string;
1359
1363
  };
1364
+ indDetailIconFontSize?: {
1365
+ type?: import("vue").PropType<string>;
1366
+ default?: string;
1367
+ };
1360
1368
  }>>, {}>> & Record<string, any>;
1361
1369
  export default EcanComboGraph;
1362
1370
  export * from './props';
@@ -722,5 +722,9 @@ export declare const comboGraphComponentProps: {
722
722
  type?: import("vue").PropType<string>;
723
723
  default?: string;
724
724
  };
725
+ indDetailIconFontSize?: {
726
+ type?: import("vue").PropType<string>;
727
+ default?: string;
728
+ };
725
729
  };
726
730
  export declare const comboGraphEvents: string[];
@@ -156,6 +156,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
156
156
  type?: import("vue").PropType<string>;
157
157
  default?: string;
158
158
  };
159
+ indDetailIconFontSize?: {
160
+ type?: import("vue").PropType<string>;
161
+ default?: string;
162
+ };
159
163
  }, {
160
164
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
161
165
  myOption: import("vue").Ref<any>;
@@ -317,5 +321,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
317
321
  type?: import("vue").PropType<string>;
318
322
  default?: string;
319
323
  };
324
+ indDetailIconFontSize?: {
325
+ type?: import("vue").PropType<string>;
326
+ default?: string;
327
+ };
320
328
  }>>, {}>;
321
329
  export default _sfc_main;
@@ -155,6 +155,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
155
155
  type?: import("vue").PropType<string>;
156
156
  default?: string;
157
157
  };
158
+ indDetailIconFontSize?: {
159
+ type?: import("vue").PropType<string>;
160
+ default?: string;
161
+ };
158
162
  }, {
159
163
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
160
164
  myOption: import("vue").Ref<any>;
@@ -316,6 +320,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
316
320
  type?: import("vue").PropType<string>;
317
321
  default?: string;
318
322
  };
323
+ indDetailIconFontSize?: {
324
+ type?: import("vue").PropType<string>;
325
+ default?: string;
326
+ };
319
327
  }>>, {}>> & Record<string, any>;
320
328
  export default EcanCustomGraph;
321
329
  export * from './props';
@@ -164,4 +164,8 @@ export declare const customGraphComponentProps: {
164
164
  type?: import("vue").PropType<string>;
165
165
  default?: string;
166
166
  };
167
+ indDetailIconFontSize?: {
168
+ type?: import("vue").PropType<string>;
169
+ default?: string;
170
+ };
167
171
  };
@@ -561,6 +561,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
561
561
  type?: import("vue").PropType<string>;
562
562
  default?: string;
563
563
  };
564
+ indDetailIconFontSize?: {
565
+ type?: import("vue").PropType<string>;
566
+ default?: string;
567
+ };
564
568
  }, {
565
569
  option: import("vue").ComputedRef<{
566
570
  textStyle: {
@@ -1301,5 +1305,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1301
1305
  type?: import("vue").PropType<string>;
1302
1306
  default?: string;
1303
1307
  };
1308
+ indDetailIconFontSize?: {
1309
+ type?: import("vue").PropType<string>;
1310
+ default?: string;
1311
+ };
1304
1312
  }>>, {}>;
1305
1313
  export default _sfc_main;
@@ -561,6 +561,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
561
561
  type?: import("vue").PropType<string>;
562
562
  default?: string;
563
563
  };
564
+ indDetailIconFontSize?: {
565
+ type?: import("vue").PropType<string>;
566
+ default?: string;
567
+ };
564
568
  }, {
565
569
  option: import("vue").ComputedRef<{
566
570
  textStyle: {
@@ -1301,6 +1305,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
1301
1305
  type?: import("vue").PropType<string>;
1302
1306
  default?: string;
1303
1307
  };
1308
+ indDetailIconFontSize?: {
1309
+ type?: import("vue").PropType<string>;
1310
+ default?: string;
1311
+ };
1304
1312
  }>>, {}>> & Record<string, any>;
1305
1313
  export default EcanLine;
1306
1314
  export * from './props';
@@ -254,6 +254,7 @@ export declare const lineProps: {
254
254
  isShowIndDetail?: boolean;
255
255
  isShowTrend?: boolean;
256
256
  indDetailIconColor?: string;
257
+ indDetailIconFontSize?: string;
257
258
  };
258
259
  export declare const lineComponentProps: {
259
260
  id: {
@@ -818,5 +819,9 @@ export declare const lineComponentProps: {
818
819
  type?: import("vue").PropType<string>;
819
820
  default?: string;
820
821
  };
822
+ indDetailIconFontSize?: {
823
+ type?: import("vue").PropType<string>;
824
+ default?: string;
825
+ };
821
826
  };
822
827
  export declare const lineEvents: string[];
@@ -428,6 +428,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
428
428
  type?: import("vue").PropType<string>;
429
429
  default?: string;
430
430
  };
431
+ indDetailIconFontSize?: {
432
+ type?: import("vue").PropType<string>;
433
+ default?: string;
434
+ };
431
435
  }, {
432
436
  option: import("vue").ComputedRef<{
433
437
  textStyle: {
@@ -959,5 +963,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
959
963
  type?: import("vue").PropType<string>;
960
964
  default?: string;
961
965
  };
966
+ indDetailIconFontSize?: {
967
+ type?: import("vue").PropType<string>;
968
+ default?: string;
969
+ };
962
970
  }>>, {}>;
963
971
  export default _sfc_main;
@@ -427,6 +427,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
427
427
  type?: import("vue").PropType<string>;
428
428
  default?: string;
429
429
  };
430
+ indDetailIconFontSize?: {
431
+ type?: import("vue").PropType<string>;
432
+ default?: string;
433
+ };
430
434
  }, {
431
435
  option: import("vue").ComputedRef<{
432
436
  textStyle: {
@@ -958,6 +962,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
958
962
  type?: import("vue").PropType<string>;
959
963
  default?: string;
960
964
  };
965
+ indDetailIconFontSize?: {
966
+ type?: import("vue").PropType<string>;
967
+ default?: string;
968
+ };
961
969
  }>>, {}>> & Record<string, any>;
962
970
  export default EcanPie;
963
971
  export * from './props';
@@ -505,5 +505,9 @@ export declare const pieComponentProps: {
505
505
  type?: import("vue").PropType<string>;
506
506
  default?: string;
507
507
  };
508
+ indDetailIconFontSize?: {
509
+ type?: import("vue").PropType<string>;
510
+ default?: string;
511
+ };
508
512
  };
509
513
  export declare const pieEvents: Array<string>;
@@ -401,6 +401,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
401
401
  type?: import("vue").PropType<string>;
402
402
  default?: string;
403
403
  };
404
+ indDetailIconFontSize?: {
405
+ type?: import("vue").PropType<string>;
406
+ default?: string;
407
+ };
404
408
  }, {
405
409
  option: import("vue").ComputedRef<{
406
410
  textStyle: {
@@ -898,5 +902,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
898
902
  type?: import("vue").PropType<string>;
899
903
  default?: string;
900
904
  };
905
+ indDetailIconFontSize?: {
906
+ type?: import("vue").PropType<string>;
907
+ default?: string;
908
+ };
901
909
  }>>, {}>;
902
910
  export default _sfc_main;
@@ -401,6 +401,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
401
401
  type?: import("vue").PropType<string>;
402
402
  default?: string;
403
403
  };
404
+ indDetailIconFontSize?: {
405
+ type?: import("vue").PropType<string>;
406
+ default?: string;
407
+ };
404
408
  }, {
405
409
  option: import("vue").ComputedRef<{
406
410
  textStyle: {
@@ -898,6 +902,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
898
902
  type?: import("vue").PropType<string>;
899
903
  default?: string;
900
904
  };
905
+ indDetailIconFontSize?: {
906
+ type?: import("vue").PropType<string>;
907
+ default?: string;
908
+ };
901
909
  }>>, {}>> & Record<string, any>;
902
910
  export default EcanRadar;
903
911
  export * from './props';
@@ -172,6 +172,7 @@ export declare const radarProps: {
172
172
  isShowIndDetail?: boolean;
173
173
  isShowTrend?: boolean;
174
174
  indDetailIconColor?: string;
175
+ indDetailIconFontSize?: string;
175
176
  };
176
177
  export declare const radarComponentProps: {
177
178
  id: {
@@ -576,5 +577,9 @@ export declare const radarComponentProps: {
576
577
  type?: import("vue").PropType<string>;
577
578
  default?: string;
578
579
  };
580
+ indDetailIconFontSize?: {
581
+ type?: import("vue").PropType<string>;
582
+ default?: string;
583
+ };
579
584
  };
580
585
  export declare const radarEvents: string[];
@@ -485,6 +485,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
485
485
  type?: import("vue").PropType<string>;
486
486
  default?: string;
487
487
  };
488
+ indDetailIconFontSize?: {
489
+ type?: import("vue").PropType<string>;
490
+ default?: string;
491
+ };
488
492
  }, {
489
493
  option: import("vue").ComputedRef<{
490
494
  textStyle: {
@@ -1160,5 +1164,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1160
1164
  type?: import("vue").PropType<string>;
1161
1165
  default?: string;
1162
1166
  };
1167
+ indDetailIconFontSize?: {
1168
+ type?: import("vue").PropType<string>;
1169
+ default?: string;
1170
+ };
1163
1171
  }>>, {}>;
1164
1172
  export default _sfc_main;
@@ -485,6 +485,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
485
485
  type?: import("vue").PropType<string>;
486
486
  default?: string;
487
487
  };
488
+ indDetailIconFontSize?: {
489
+ type?: import("vue").PropType<string>;
490
+ default?: string;
491
+ };
488
492
  }, {
489
493
  option: import("vue").ComputedRef<{
490
494
  textStyle: {
@@ -1160,6 +1164,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
1160
1164
  type?: import("vue").PropType<string>;
1161
1165
  default?: string;
1162
1166
  };
1167
+ indDetailIconFontSize?: {
1168
+ type?: import("vue").PropType<string>;
1169
+ default?: string;
1170
+ };
1163
1171
  }>>, {}>> & Record<string, any>;
1164
1172
  export default EcanScatter;
1165
1173
  export * from './props';
@@ -582,5 +582,9 @@ export declare const scatterComponentProps: {
582
582
  type?: import("vue").PropType<string>;
583
583
  default?: string;
584
584
  };
585
+ indDetailIconFontSize?: {
586
+ type?: import("vue").PropType<string>;
587
+ default?: string;
588
+ };
585
589
  };
586
590
  export declare const scatterEvents: string[];
@@ -199,6 +199,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
199
199
  type?: import("vue").PropType<string>;
200
200
  default?: string;
201
201
  };
202
+ indDetailIconFontSize?: {
203
+ type?: import("vue").PropType<string>;
204
+ default?: string;
205
+ };
202
206
  }, {
203
207
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
204
208
  getPopupContainer: () => HTMLElement;
@@ -415,5 +419,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
415
419
  type?: import("vue").PropType<string>;
416
420
  default?: string;
417
421
  };
422
+ indDetailIconFontSize?: {
423
+ type?: import("vue").PropType<string>;
424
+ default?: string;
425
+ };
418
426
  }>>, {}>;
419
427
  export default _sfc_main;
@@ -199,6 +199,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
199
199
  type?: import("vue").PropType<string>;
200
200
  default?: string;
201
201
  };
202
+ indDetailIconFontSize?: {
203
+ type?: import("vue").PropType<string>;
204
+ default?: string;
205
+ };
202
206
  }, {
203
207
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
204
208
  getPopupContainer: () => HTMLElement;
@@ -415,6 +419,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
415
419
  type?: import("vue").PropType<string>;
416
420
  default?: string;
417
421
  };
422
+ indDetailIconFontSize?: {
423
+ type?: import("vue").PropType<string>;
424
+ default?: string;
425
+ };
418
426
  }>>, {}>> & Record<string, any>;
419
427
  export default EcanDataSelect;
420
428
  export * from './props';
@@ -229,5 +229,9 @@ export declare const dataSelectComponentProps: {
229
229
  type?: import("vue").PropType<string>;
230
230
  default?: string;
231
231
  };
232
+ indDetailIconFontSize?: {
233
+ type?: import("vue").PropType<string>;
234
+ default?: string;
235
+ };
232
236
  };
233
237
  export declare const dataSelectEvents: string[];
@@ -175,6 +175,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
175
175
  type?: import("vue").PropType<string>;
176
176
  default?: string;
177
177
  };
178
+ indDetailIconFontSize?: {
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
181
+ };
178
182
  }, {
179
183
  loading: import("vue").Ref<boolean>;
180
184
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -357,5 +361,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
357
361
  type?: import("vue").PropType<string>;
358
362
  default?: string;
359
363
  };
364
+ indDetailIconFontSize?: {
365
+ type?: import("vue").PropType<string>;
366
+ default?: string;
367
+ };
360
368
  }>>, {}>;
361
369
  export default _sfc_main;