@ecan-bi/datav 1.5.19 → 1.5.20

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 +2533 -2507
  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 +13 -1
  41. package/types/control/select/index.d.ts +13 -1
  42. package/types/control/select/props.d.ts +4 -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
@@ -187,6 +187,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ indDetailIconFontSize?: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
190
194
  }, {
191
195
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
192
196
  fullMode: {
@@ -377,6 +381,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
377
381
  type?: import("vue").PropType<string>;
378
382
  default?: string;
379
383
  };
384
+ indDetailIconFontSize?: {
385
+ type?: import("vue").PropType<string>;
386
+ default?: string;
387
+ };
380
388
  }>> & {
381
389
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
382
390
  }>>;
@@ -434,6 +442,7 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
434
442
  isShowIndDetail: boolean;
435
443
  isShowTrend: boolean;
436
444
  indDetailIconColor: string;
445
+ indDetailIconFontSize: string;
437
446
  dimensionList: {
438
447
  [key: string]: any;
439
448
  }[];
@@ -642,6 +651,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
642
651
  type?: import("vue").PropType<string>;
643
652
  default?: string;
644
653
  };
654
+ indDetailIconFontSize?: {
655
+ type?: import("vue").PropType<string>;
656
+ default?: string;
657
+ };
645
658
  }>>, {
646
659
  fullMode: boolean;
647
660
  }>> & Record<string, any>;
@@ -203,5 +203,9 @@ export declare const pivotTableComponentProps: {
203
203
  type?: import("vue").PropType<string>;
204
204
  default?: string;
205
205
  };
206
+ indDetailIconFontSize?: {
207
+ type?: import("vue").PropType<string>;
208
+ default?: string;
209
+ };
206
210
  };
207
211
  export declare const pivotTableEvents: string[];
@@ -515,6 +515,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
515
515
  type?: import("vue").PropType<string>;
516
516
  default?: string;
517
517
  };
518
+ indDetailIconFontSize?: {
519
+ type?: import("vue").PropType<string>;
520
+ default?: string;
521
+ };
518
522
  }, {
519
523
  option: import("vue").ComputedRef<{
520
524
  textStyle: {
@@ -1203,5 +1207,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1203
1207
  type?: import("vue").PropType<string>;
1204
1208
  default?: string;
1205
1209
  };
1210
+ indDetailIconFontSize?: {
1211
+ type?: import("vue").PropType<string>;
1212
+ default?: string;
1213
+ };
1206
1214
  }>>, {}>;
1207
1215
  export default _sfc_main;
@@ -515,6 +515,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
515
515
  type?: import("vue").PropType<string>;
516
516
  default?: string;
517
517
  };
518
+ indDetailIconFontSize?: {
519
+ type?: import("vue").PropType<string>;
520
+ default?: string;
521
+ };
518
522
  }, {
519
523
  option: import("vue").ComputedRef<{
520
524
  textStyle: {
@@ -1203,6 +1207,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
1203
1207
  type?: import("vue").PropType<string>;
1204
1208
  default?: string;
1205
1209
  };
1210
+ indDetailIconFontSize?: {
1211
+ type?: import("vue").PropType<string>;
1212
+ default?: string;
1213
+ };
1206
1214
  }>>, {}>> & Record<string, any>;
1207
1215
  export default EcanValueLine;
1208
1216
  export * from './props';
@@ -233,6 +233,7 @@ export declare const valueLineProps: {
233
233
  isShowIndDetail?: boolean;
234
234
  isShowTrend?: boolean;
235
235
  indDetailIconColor?: string;
236
+ indDetailIconFontSize?: string;
236
237
  };
237
238
  export declare const valueLineComponentProps: {
238
239
  id: {
@@ -751,5 +752,9 @@ export declare const valueLineComponentProps: {
751
752
  type?: import("vue").PropType<string>;
752
753
  default?: string;
753
754
  };
755
+ indDetailIconFontSize?: {
756
+ type?: import("vue").PropType<string>;
757
+ default?: string;
758
+ };
754
759
  };
755
760
  export declare const valueLineEvents: string[];
@@ -363,6 +363,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
363
363
  type?: import("vue").PropType<string>;
364
364
  default?: string;
365
365
  };
366
+ indDetailIconFontSize?: {
367
+ type?: import("vue").PropType<string>;
368
+ default?: string;
369
+ };
366
370
  }, {
367
371
  option: import("vue").ComputedRef<{
368
372
  tooltip: {
@@ -821,5 +825,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
821
825
  type?: import("vue").PropType<string>;
822
826
  default?: string;
823
827
  };
828
+ indDetailIconFontSize?: {
829
+ type?: import("vue").PropType<string>;
830
+ default?: string;
831
+ };
824
832
  }>>, {}>;
825
833
  export default _sfc_main;
@@ -363,6 +363,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
363
363
  type?: import("vue").PropType<string>;
364
364
  default?: string;
365
365
  };
366
+ indDetailIconFontSize?: {
367
+ type?: import("vue").PropType<string>;
368
+ default?: string;
369
+ };
366
370
  }, {
367
371
  option: import("vue").ComputedRef<{
368
372
  tooltip: {
@@ -821,6 +825,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
821
825
  type?: import("vue").PropType<string>;
822
826
  default?: string;
823
827
  };
828
+ indDetailIconFontSize?: {
829
+ type?: import("vue").PropType<string>;
830
+ default?: string;
831
+ };
824
832
  }>>, {}>> & Record<string, any>;
825
833
  export default EcanMap;
826
834
  export * from './props';
@@ -428,5 +428,9 @@ export declare const mapComponentProps: {
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
  export declare const mapEvents: Array<string>;
@@ -155,6 +155,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
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
  myLink: import("vue").ComputedRef<any>;
@@ -315,5 +319,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
315
319
  type?: import("vue").PropType<string>;
316
320
  default?: string;
317
321
  };
322
+ indDetailIconFontSize?: {
323
+ type?: import("vue").PropType<string>;
324
+ default?: string;
325
+ };
318
326
  }>>, {}>;
319
327
  export default _sfc_main;
@@ -155,6 +155,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
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
  myLink: import("vue").ComputedRef<any>;
@@ -315,6 +319,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
315
319
  type?: import("vue").PropType<string>;
316
320
  default?: string;
317
321
  };
322
+ indDetailIconFontSize?: {
323
+ type?: import("vue").PropType<string>;
324
+ default?: string;
325
+ };
318
326
  }>>, {}>> & Record<string, any>;
319
327
  export default EcanIframe;
320
328
  export * from './props';
@@ -164,4 +164,8 @@ export declare const iframeComponentProps: {
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
  };
@@ -203,6 +203,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
203
203
  type?: import("vue").PropType<string>;
204
204
  default?: string;
205
205
  };
206
+ indDetailIconFontSize?: {
207
+ type?: import("vue").PropType<string>;
208
+ default?: string;
209
+ };
206
210
  }, {
207
211
  customStyle: import("vue").ComputedRef<any>;
208
212
  myImgUrl: import("vue").ComputedRef<string>;
@@ -414,5 +418,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
414
418
  type?: import("vue").PropType<string>;
415
419
  default?: string;
416
420
  };
421
+ indDetailIconFontSize?: {
422
+ type?: import("vue").PropType<string>;
423
+ default?: string;
424
+ };
417
425
  }>>, {}>;
418
426
  export default _sfc_main;
@@ -203,6 +203,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
203
203
  type?: import("vue").PropType<string>;
204
204
  default?: string;
205
205
  };
206
+ indDetailIconFontSize?: {
207
+ type?: import("vue").PropType<string>;
208
+ default?: string;
209
+ };
206
210
  }, {
207
211
  customStyle: import("vue").ComputedRef<any>;
208
212
  myImgUrl: import("vue").ComputedRef<string>;
@@ -414,6 +418,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
414
418
  type?: import("vue").PropType<string>;
415
419
  default?: string;
416
420
  };
421
+ indDetailIconFontSize?: {
422
+ type?: import("vue").PropType<string>;
423
+ default?: string;
424
+ };
417
425
  }>>, {}>> & Record<string, any>;
418
426
  export default EcanImage;
419
427
  export * from './props';
@@ -226,5 +226,9 @@ export declare const imageComponentProps: {
226
226
  type?: import("vue").PropType<string>;
227
227
  default?: string;
228
228
  };
229
+ indDetailIconFontSize?: {
230
+ type?: import("vue").PropType<string>;
231
+ default?: string;
232
+ };
229
233
  };
230
234
  export declare const imageEvents: string[];
@@ -395,6 +395,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
395
395
  type?: import("vue").PropType<string>;
396
396
  default?: string;
397
397
  };
398
+ indDetailIconFontSize?: {
399
+ type?: import("vue").PropType<string>;
400
+ default?: string;
401
+ };
398
402
  }, {
399
403
  x: import("vue").ComputedRef<number>;
400
404
  y: import("vue").Ref<number>;
@@ -861,5 +865,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
861
865
  type?: import("vue").PropType<string>;
862
866
  default?: string;
863
867
  };
868
+ indDetailIconFontSize?: {
869
+ type?: import("vue").PropType<string>;
870
+ default?: string;
871
+ };
864
872
  }>>, {}>;
865
873
  export default _sfc_main;
@@ -395,6 +395,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
395
395
  type?: import("vue").PropType<string>;
396
396
  default?: string;
397
397
  };
398
+ indDetailIconFontSize?: {
399
+ type?: import("vue").PropType<string>;
400
+ default?: string;
401
+ };
398
402
  }, {
399
403
  x: import("vue").ComputedRef<number>;
400
404
  y: import("vue").Ref<number>;
@@ -861,6 +865,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
861
865
  type?: import("vue").PropType<string>;
862
866
  default?: string;
863
867
  };
868
+ indDetailIconFontSize?: {
869
+ type?: import("vue").PropType<string>;
870
+ default?: string;
871
+ };
864
872
  }>>, {}>> & Record<string, any>;
865
873
  export default EcanTable;
866
874
  export * from './props';
@@ -469,5 +469,9 @@ export declare const tableComponentProps: {
469
469
  type?: import("vue").PropType<string>;
470
470
  default?: string;
471
471
  };
472
+ indDetailIconFontSize?: {
473
+ type?: import("vue").PropType<string>;
474
+ default?: string;
475
+ };
472
476
  };
473
477
  export declare const tableEvents: string[];
@@ -187,6 +187,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ indDetailIconFontSize?: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
190
194
  }, {
191
195
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
192
196
  valueList: import("vue").ComputedRef<string[]>;
@@ -393,5 +397,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
393
397
  type?: import("vue").PropType<string>;
394
398
  default?: string;
395
399
  };
400
+ indDetailIconFontSize?: {
401
+ type?: import("vue").PropType<string>;
402
+ default?: string;
403
+ };
396
404
  }>>, {}>;
397
405
  export default _sfc_main;
@@ -187,6 +187,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ indDetailIconFontSize?: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
190
194
  }, {
191
195
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
192
196
  valueList: import("vue").ComputedRef<string[]>;
@@ -393,6 +397,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
393
397
  type?: import("vue").PropType<string>;
394
398
  default?: string;
395
399
  };
400
+ indDetailIconFontSize?: {
401
+ type?: import("vue").PropType<string>;
402
+ default?: string;
403
+ };
396
404
  }>>, {}>> & Record<string, any>;
397
405
  export default EcanCounter;
398
406
  export * from './props';
@@ -204,6 +204,10 @@ export declare const counterComponentProps: {
204
204
  type?: import("vue").PropType<string>;
205
205
  default?: string;
206
206
  };
207
+ indDetailIconFontSize?: {
208
+ type?: import("vue").PropType<string>;
209
+ default?: string;
210
+ };
207
211
  };
208
212
  export interface CounterEvents {
209
213
  refreshData: () => void;
@@ -259,6 +259,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
259
259
  type?: import("vue").PropType<string>;
260
260
  default?: string;
261
261
  };
262
+ indDetailIconFontSize?: {
263
+ type?: import("vue").PropType<string>;
264
+ default?: string;
265
+ };
262
266
  }, {
263
267
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
264
268
  formatFn: (value: string | number, column: any) => any;
@@ -565,5 +569,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
565
569
  type?: import("vue").PropType<string>;
566
570
  default?: string;
567
571
  };
572
+ indDetailIconFontSize?: {
573
+ type?: import("vue").PropType<string>;
574
+ default?: string;
575
+ };
568
576
  }>>, {}>;
569
577
  export default _sfc_main;
@@ -259,6 +259,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
259
259
  type?: import("vue").PropType<string>;
260
260
  default?: string;
261
261
  };
262
+ indDetailIconFontSize?: {
263
+ type?: import("vue").PropType<string>;
264
+ default?: string;
265
+ };
262
266
  }, {
263
267
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
264
268
  formatFn: (value: string | number, column: any) => any;
@@ -565,6 +569,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
565
569
  type?: import("vue").PropType<string>;
566
570
  default?: string;
567
571
  };
572
+ indDetailIconFontSize?: {
573
+ type?: import("vue").PropType<string>;
574
+ default?: string;
575
+ };
568
576
  }>>, {}>> & Record<string, any>;
569
577
  export default EcanList;
570
578
  export * from './props';
@@ -297,6 +297,10 @@ export declare const listComponentProps: {
297
297
  type?: import("vue").PropType<string>;
298
298
  default?: string;
299
299
  };
300
+ indDetailIconFontSize?: {
301
+ type?: import("vue").PropType<string>;
302
+ default?: string;
303
+ };
300
304
  };
301
305
  export interface ListEvents {
302
306
  refreshData: () => void;
@@ -227,6 +227,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
227
227
  type?: import("vue").PropType<string>;
228
228
  default?: string;
229
229
  };
230
+ indDetailIconFontSize?: {
231
+ type?: import("vue").PropType<string>;
232
+ default?: string;
233
+ };
230
234
  }, {
231
235
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
232
236
  myWidth: import("vue").ComputedRef<number>;
@@ -464,5 +468,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
464
468
  type?: import("vue").PropType<string>;
465
469
  default?: string;
466
470
  };
471
+ indDetailIconFontSize?: {
472
+ type?: import("vue").PropType<string>;
473
+ default?: string;
474
+ };
467
475
  }>>, {}>;
468
476
  export default _sfc_main;
@@ -227,6 +227,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
227
227
  type?: import("vue").PropType<string>;
228
228
  default?: string;
229
229
  };
230
+ indDetailIconFontSize?: {
231
+ type?: import("vue").PropType<string>;
232
+ default?: string;
233
+ };
230
234
  }, {
231
235
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
232
236
  myWidth: import("vue").ComputedRef<number>;
@@ -464,6 +468,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
464
468
  type?: import("vue").PropType<string>;
465
469
  default?: string;
466
470
  };
471
+ indDetailIconFontSize?: {
472
+ type?: import("vue").PropType<string>;
473
+ default?: string;
474
+ };
467
475
  }>>, {}>> & Record<string, any>;
468
476
  export default EcanProportion;
469
477
  export * from './props';
@@ -255,5 +255,9 @@ export declare const proportionComponentProps: {
255
255
  type?: import("vue").PropType<string>;
256
256
  default?: string;
257
257
  };
258
+ indDetailIconFontSize?: {
259
+ type?: import("vue").PropType<string>;
260
+ default?: string;
261
+ };
258
262
  };
259
263
  export declare const proportionEvents: string[];
@@ -183,6 +183,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
183
183
  type?: import("vue").PropType<string>;
184
184
  default?: string;
185
185
  };
186
+ indDetailIconFontSize?: {
187
+ type?: import("vue").PropType<string>;
188
+ default?: string;
189
+ };
186
190
  }, {
187
191
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
188
192
  gradientStyle: import("vue").ComputedRef<{
@@ -381,5 +385,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
381
385
  type?: import("vue").PropType<string>;
382
386
  default?: string;
383
387
  };
388
+ indDetailIconFontSize?: {
389
+ type?: import("vue").PropType<string>;
390
+ default?: string;
391
+ };
384
392
  }>>, {}>;
385
393
  export default _sfc_main;
@@ -183,6 +183,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
183
183
  type?: import("vue").PropType<string>;
184
184
  default?: string;
185
185
  };
186
+ indDetailIconFontSize?: {
187
+ type?: import("vue").PropType<string>;
188
+ default?: string;
189
+ };
186
190
  }, {
187
191
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
188
192
  gradientStyle: import("vue").ComputedRef<{
@@ -381,6 +385,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
381
385
  type?: import("vue").PropType<string>;
382
386
  default?: string;
383
387
  };
388
+ indDetailIconFontSize?: {
389
+ type?: import("vue").PropType<string>;
390
+ default?: string;
391
+ };
384
392
  }>>, {}>> & Record<string, any>;
385
393
  export default EcanRectangle;
386
394
  export * from './props';
@@ -198,5 +198,9 @@ export declare const rectangleComponentProps: {
198
198
  type?: import("vue").PropType<string>;
199
199
  default?: string;
200
200
  };
201
+ indDetailIconFontSize?: {
202
+ type?: import("vue").PropType<string>;
203
+ default?: string;
204
+ };
201
205
  };
202
206
  export declare const rectangleEvents: any[];
@@ -359,6 +359,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
359
359
  type?: import("vue").PropType<string>;
360
360
  default?: string;
361
361
  };
362
+ indDetailIconFontSize?: {
363
+ type?: import("vue").PropType<string>;
364
+ default?: string;
365
+ };
362
366
  }, {
363
367
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
364
368
  myText: import("vue").ComputedRef<string>;
@@ -732,5 +736,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
732
736
  type?: import("vue").PropType<string>;
733
737
  default?: string;
734
738
  };
739
+ indDetailIconFontSize?: {
740
+ type?: import("vue").PropType<string>;
741
+ default?: string;
742
+ };
735
743
  }>>, {}>;
736
744
  export default _sfc_main;
@@ -359,6 +359,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
359
359
  type?: import("vue").PropType<string>;
360
360
  default?: string;
361
361
  };
362
+ indDetailIconFontSize?: {
363
+ type?: import("vue").PropType<string>;
364
+ default?: string;
365
+ };
362
366
  }, {
363
367
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
364
368
  myText: import("vue").ComputedRef<string>;
@@ -732,6 +736,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
732
736
  type?: import("vue").PropType<string>;
733
737
  default?: string;
734
738
  };
739
+ indDetailIconFontSize?: {
740
+ type?: import("vue").PropType<string>;
741
+ default?: string;
742
+ };
735
743
  }>>, {}>> & Record<string, any>;
736
744
  export default EcanText;
737
745
  export * from './props';
@@ -421,5 +421,9 @@ export declare const textComponentProps: {
421
421
  type?: import("vue").PropType<string>;
422
422
  default?: string;
423
423
  };
424
+ indDetailIconFontSize?: {
425
+ type?: import("vue").PropType<string>;
426
+ default?: string;
427
+ };
424
428
  };
425
429
  export declare const textEvents: string[];
@@ -185,6 +185,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
185
185
  type?: import("vue").PropType<string>;
186
186
  default?: string;
187
187
  };
188
+ indDetailIconFontSize?: {
189
+ type?: import("vue").PropType<string>;
190
+ default?: string;
191
+ };
188
192
  }, {
189
193
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
190
194
  time: import("vue").Ref<any>;
@@ -375,5 +379,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
375
379
  type?: import("vue").PropType<string>;
376
380
  default?: string;
377
381
  };
382
+ indDetailIconFontSize?: {
383
+ type?: import("vue").PropType<string>;
384
+ default?: string;
385
+ };
378
386
  }>>, {}>;
379
387
  export default _sfc_main;
@@ -185,6 +185,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
185
185
  type?: import("vue").PropType<string>;
186
186
  default?: string;
187
187
  };
188
+ indDetailIconFontSize?: {
189
+ type?: import("vue").PropType<string>;
190
+ default?: string;
191
+ };
188
192
  }, {
189
193
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
190
194
  time: import("vue").Ref<any>;
@@ -375,6 +379,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
375
379
  type?: import("vue").PropType<string>;
376
380
  default?: string;
377
381
  };
382
+ indDetailIconFontSize?: {
383
+ type?: import("vue").PropType<string>;
384
+ default?: string;
385
+ };
378
386
  }>>, {}>> & Record<string, any>;
379
387
  export default EcanTimeDisplay;
380
388
  export * from './props';