@ecan-bi/datav 1.4.7 → 1.4.9

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 (97) hide show
  1. package/dist/index.es.js +2823 -2783
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +38 -38
  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/radio/Radio.vue.d.ts +18 -0
  32. package/types/control/radio/index.d.ts +18 -0
  33. package/types/control/radio/props.d.ts +9 -0
  34. package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
  35. package/types/control/range-picker/index.d.ts +8 -0
  36. package/types/control/range-picker/props.d.ts +4 -0
  37. package/types/control/select/Select.vue.d.ts +8 -0
  38. package/types/control/select/index.d.ts +8 -0
  39. package/types/control/select/props.d.ts +4 -0
  40. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
  41. package/types/control/tree-select/index.d.ts +4 -0
  42. package/types/control/tree-select/props.d.ts +4 -0
  43. package/types/graph/bar/Bar.vue.d.ts +8 -0
  44. package/types/graph/bar/index.d.ts +8 -0
  45. package/types/graph/bar/props.d.ts +4 -0
  46. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
  47. package/types/graph/combo-graph/index.d.ts +8 -0
  48. package/types/graph/combo-graph/props.d.ts +4 -0
  49. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  50. package/types/graph/custom-graph/index.d.ts +8 -0
  51. package/types/graph/custom-graph/props.d.ts +4 -0
  52. package/types/graph/line/Line.vue.d.ts +8 -0
  53. package/types/graph/line/index.d.ts +8 -0
  54. package/types/graph/line/props.d.ts +5 -0
  55. package/types/graph/pie/Pie.vue.d.ts +8 -0
  56. package/types/graph/pie/index.d.ts +8 -0
  57. package/types/graph/pie/props.d.ts +4 -0
  58. package/types/graph/radar/Radar.vue.d.ts +8 -0
  59. package/types/graph/radar/index.d.ts +8 -0
  60. package/types/graph/radar/props.d.ts +5 -0
  61. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  62. package/types/graph/scatter/index.d.ts +8 -0
  63. package/types/graph/scatter/props.d.ts +4 -0
  64. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  65. package/types/laboratory/data-select/index.d.ts +8 -0
  66. package/types/laboratory/data-select/props.d.ts +4 -0
  67. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +12 -0
  68. package/types/laboratory/pivotTable/index.d.ts +12 -0
  69. package/types/laboratory/pivotTable/props.d.ts +4 -0
  70. package/types/map/map/Map.vue.d.ts +8 -0
  71. package/types/map/map/index.d.ts +8 -0
  72. package/types/map/map/props.d.ts +4 -0
  73. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  74. package/types/media/iframe/index.d.ts +8 -0
  75. package/types/media/iframe/props.d.ts +4 -0
  76. package/types/media/image/Image.vue.d.ts +8 -0
  77. package/types/media/image/index.d.ts +8 -0
  78. package/types/media/image/props.d.ts +4 -0
  79. package/types/table/table/Table.vue.d.ts +9 -1
  80. package/types/table/table/index.d.ts +9 -1
  81. package/types/table/table/props.d.ts +4 -0
  82. package/types/text/counter/Counter.vue.d.ts +8 -0
  83. package/types/text/counter/index.d.ts +8 -0
  84. package/types/text/counter/props.d.ts +4 -0
  85. package/types/text/list/List.vue.d.ts +9 -1
  86. package/types/text/list/index.d.ts +9 -1
  87. package/types/text/list/props.d.ts +4 -0
  88. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  89. package/types/text/proportion/index.d.ts +8 -0
  90. package/types/text/proportion/props.d.ts +4 -0
  91. package/types/text/text/Text.vue.d.ts +8 -0
  92. package/types/text/text/index.d.ts +8 -0
  93. package/types/text/text/props.d.ts +4 -0
  94. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  95. package/types/text/time-display/index.d.ts +8 -0
  96. package/types/text/time-display/props.d.ts +4 -0
  97. package/types/utils/props.d.ts +1 -0
@@ -171,6 +171,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
171
171
  type?: import("vue").PropType<any>;
172
172
  default?: any;
173
173
  };
174
+ componentDoc?: {
175
+ type?: import("vue").PropType<null>;
176
+ default?: null;
177
+ };
174
178
  }, {
175
179
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
176
180
  getPopupContainer: () => HTMLElement;
@@ -369,6 +373,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
369
373
  type?: import("vue").PropType<any>;
370
374
  default?: any;
371
375
  };
376
+ componentDoc?: {
377
+ type?: import("vue").PropType<null>;
378
+ default?: null;
379
+ };
372
380
  }>>, {}>> & Record<string, any>;
373
381
  export default EcanSelect;
374
382
  export * from './props';
@@ -201,5 +201,9 @@ export declare const selectComponentProps: {
201
201
  type?: import("vue").PropType<any>;
202
202
  default?: any;
203
203
  };
204
+ componentDoc?: {
205
+ type?: import("vue").PropType<null>;
206
+ default?: null;
207
+ };
204
208
  };
205
209
  export declare const selectEvents: string[];
@@ -160,6 +160,10 @@ declare const _sfc_main: {
160
160
  type?: import("vue").PropType<any>;
161
161
  default?: any;
162
162
  };
163
+ componentDoc?: {
164
+ type?: import("vue").PropType<null>;
165
+ default?: null;
166
+ };
163
167
  };
164
168
  setup(props: any): {
165
169
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -160,6 +160,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
160
160
  type?: import("vue").PropType<any>;
161
161
  default?: any;
162
162
  };
163
+ componentDoc?: {
164
+ type?: import("vue").PropType<null>;
165
+ default?: null;
166
+ };
163
167
  };
164
168
  setup(props: any): {
165
169
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -181,5 +181,9 @@ export declare const treeSelectComponentProps: {
181
181
  type?: import("vue").PropType<any>;
182
182
  default?: any;
183
183
  };
184
+ componentDoc?: {
185
+ type?: import("vue").PropType<null>;
186
+ default?: null;
187
+ };
184
188
  };
185
189
  export declare const treeSelectEvents: string[];
@@ -548,6 +548,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
548
548
  type?: import("vue").PropType<any>;
549
549
  default?: any;
550
550
  };
551
+ componentDoc?: {
552
+ type?: import("vue").PropType<null>;
553
+ default?: null;
554
+ };
551
555
  }, {
552
556
  option: import("vue").ComputedRef<{
553
557
  textStyle: {
@@ -1293,5 +1297,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1293
1297
  type?: import("vue").PropType<any>;
1294
1298
  default?: any;
1295
1299
  };
1300
+ componentDoc?: {
1301
+ type?: import("vue").PropType<null>;
1302
+ default?: null;
1303
+ };
1296
1304
  }>>, {}>;
1297
1305
  export default _sfc_main;
@@ -547,6 +547,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
547
547
  type?: import("vue").PropType<any>;
548
548
  default?: any;
549
549
  };
550
+ componentDoc?: {
551
+ type?: import("vue").PropType<null>;
552
+ default?: null;
553
+ };
550
554
  }, {
551
555
  option: import("vue").ComputedRef<{
552
556
  textStyle: {
@@ -1292,6 +1296,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1292
1296
  type?: import("vue").PropType<any>;
1293
1297
  default?: any;
1294
1298
  };
1299
+ componentDoc?: {
1300
+ type?: import("vue").PropType<null>;
1301
+ default?: null;
1302
+ };
1295
1303
  }>>, {}>> & Record<string, any>;
1296
1304
  export default EcanBar;
1297
1305
  export * from './props';
@@ -661,5 +661,9 @@ export declare const barComponentProps: {
661
661
  type?: import("vue").PropType<any>;
662
662
  default?: any;
663
663
  };
664
+ componentDoc?: {
665
+ type?: import("vue").PropType<null>;
666
+ default?: null;
667
+ };
664
668
  };
665
669
  export declare const barEvents: string[];
@@ -552,6 +552,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
552
552
  type?: import("vue").PropType<any>;
553
553
  default?: any;
554
554
  };
555
+ componentDoc?: {
556
+ type?: import("vue").PropType<null>;
557
+ default?: null;
558
+ };
555
559
  }, {
556
560
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
557
561
  option: import("vue").ComputedRef<{
@@ -1261,5 +1265,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1261
1265
  type?: import("vue").PropType<any>;
1262
1266
  default?: any;
1263
1267
  };
1268
+ componentDoc?: {
1269
+ type?: import("vue").PropType<null>;
1270
+ default?: null;
1271
+ };
1264
1272
  }>>, {}>;
1265
1273
  export default _sfc_main;
@@ -551,6 +551,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
551
551
  type?: import("vue").PropType<any>;
552
552
  default?: any;
553
553
  };
554
+ componentDoc?: {
555
+ type?: import("vue").PropType<null>;
556
+ default?: null;
557
+ };
554
558
  }, {
555
559
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
556
560
  option: import("vue").ComputedRef<{
@@ -1260,6 +1264,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
1260
1264
  type?: import("vue").PropType<any>;
1261
1265
  default?: any;
1262
1266
  };
1267
+ componentDoc?: {
1268
+ type?: import("vue").PropType<null>;
1269
+ default?: null;
1270
+ };
1263
1271
  }>>, {}>> & Record<string, any>;
1264
1272
  export default EcanComboGraph;
1265
1273
  export * from './props';
@@ -668,5 +668,9 @@ export declare const comboGraphComponentProps: {
668
668
  type?: import("vue").PropType<any>;
669
669
  default?: any;
670
670
  };
671
+ componentDoc?: {
672
+ type?: import("vue").PropType<null>;
673
+ default?: null;
674
+ };
671
675
  };
672
676
  export declare const comboGraphEvents: string[];
@@ -128,6 +128,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
128
128
  type?: import("vue").PropType<any>;
129
129
  default?: any;
130
130
  };
131
+ componentDoc?: {
132
+ type?: import("vue").PropType<null>;
133
+ default?: null;
134
+ };
131
135
  }, {
132
136
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
133
137
  myOption: import("vue").Ref<any>;
@@ -261,5 +265,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
261
265
  type?: import("vue").PropType<any>;
262
266
  default?: any;
263
267
  };
268
+ componentDoc?: {
269
+ type?: import("vue").PropType<null>;
270
+ default?: null;
271
+ };
264
272
  }>>, {}>;
265
273
  export default _sfc_main;
@@ -127,6 +127,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
127
127
  type?: import("vue").PropType<any>;
128
128
  default?: any;
129
129
  };
130
+ componentDoc?: {
131
+ type?: import("vue").PropType<null>;
132
+ default?: null;
133
+ };
130
134
  }, {
131
135
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
132
136
  myOption: import("vue").Ref<any>;
@@ -260,6 +264,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
260
264
  type?: import("vue").PropType<any>;
261
265
  default?: any;
262
266
  };
267
+ componentDoc?: {
268
+ type?: import("vue").PropType<null>;
269
+ default?: null;
270
+ };
263
271
  }>>, {}>> & Record<string, any>;
264
272
  export default EcanCustomGraph;
265
273
  export * from './props';
@@ -136,4 +136,8 @@ export declare const customGraphComponentProps: {
136
136
  type?: import("vue").PropType<any>;
137
137
  default?: any;
138
138
  };
139
+ componentDoc?: {
140
+ type?: import("vue").PropType<null>;
141
+ default?: null;
142
+ };
139
143
  };
@@ -509,6 +509,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
509
509
  type?: import("vue").PropType<any>;
510
510
  default?: any;
511
511
  };
512
+ componentDoc?: {
513
+ type?: import("vue").PropType<null>;
514
+ default?: null;
515
+ };
512
516
  }, {
513
517
  option: import("vue").ComputedRef<{
514
518
  textStyle: {
@@ -1196,5 +1200,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1196
1200
  type?: import("vue").PropType<any>;
1197
1201
  default?: any;
1198
1202
  };
1203
+ componentDoc?: {
1204
+ type?: import("vue").PropType<null>;
1205
+ default?: null;
1206
+ };
1199
1207
  }>>, {}>;
1200
1208
  export default _sfc_main;
@@ -509,6 +509,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
509
509
  type?: import("vue").PropType<any>;
510
510
  default?: any;
511
511
  };
512
+ componentDoc?: {
513
+ type?: import("vue").PropType<null>;
514
+ default?: null;
515
+ };
512
516
  }, {
513
517
  option: import("vue").ComputedRef<{
514
518
  textStyle: {
@@ -1196,6 +1200,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
1196
1200
  type?: import("vue").PropType<any>;
1197
1201
  default?: any;
1198
1202
  };
1203
+ componentDoc?: {
1204
+ type?: import("vue").PropType<null>;
1205
+ default?: null;
1206
+ };
1199
1207
  }>>, {}>> & Record<string, any>;
1200
1208
  export default EcanLine;
1201
1209
  export * from './props';
@@ -233,6 +233,7 @@ export declare const lineProps: {
233
233
  customRequestParams: string;
234
234
  dataSetParam?: any;
235
235
  requestType?: any;
236
+ componentDoc?: null;
236
237
  };
237
238
  export declare const lineComponentProps: {
238
239
  id: {
@@ -745,5 +746,9 @@ export declare const lineComponentProps: {
745
746
  type?: import("vue").PropType<any>;
746
747
  default?: any;
747
748
  };
749
+ componentDoc?: {
750
+ type?: import("vue").PropType<null>;
751
+ default?: null;
752
+ };
748
753
  };
749
754
  export declare const lineEvents: string[];
@@ -388,6 +388,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
388
388
  type?: import("vue").PropType<any>;
389
389
  default?: any;
390
390
  };
391
+ componentDoc?: {
392
+ type?: import("vue").PropType<null>;
393
+ default?: null;
394
+ };
391
395
  }, {
392
396
  option: import("vue").ComputedRef<{
393
397
  textStyle: {
@@ -878,5 +882,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
878
882
  type?: import("vue").PropType<any>;
879
883
  default?: any;
880
884
  };
885
+ componentDoc?: {
886
+ type?: import("vue").PropType<null>;
887
+ default?: null;
888
+ };
881
889
  }>>, {}>;
882
890
  export default _sfc_main;
@@ -387,6 +387,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
387
387
  type?: import("vue").PropType<any>;
388
388
  default?: any;
389
389
  };
390
+ componentDoc?: {
391
+ type?: import("vue").PropType<null>;
392
+ default?: null;
393
+ };
390
394
  }, {
391
395
  option: import("vue").ComputedRef<{
392
396
  textStyle: {
@@ -877,6 +881,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
877
881
  type?: import("vue").PropType<any>;
878
882
  default?: any;
879
883
  };
884
+ componentDoc?: {
885
+ type?: import("vue").PropType<null>;
886
+ default?: null;
887
+ };
880
888
  }>>, {}>> & Record<string, any>;
881
889
  export default EcanPie;
882
890
  export * from './props';
@@ -461,5 +461,9 @@ export declare const pieComponentProps: {
461
461
  type?: import("vue").PropType<any>;
462
462
  default?: any;
463
463
  };
464
+ componentDoc?: {
465
+ type?: import("vue").PropType<null>;
466
+ default?: null;
467
+ };
464
468
  };
465
469
  export declare const pieEvents: Array<string>;
@@ -361,6 +361,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
361
361
  type?: import("vue").PropType<any>;
362
362
  default?: any;
363
363
  };
364
+ componentDoc?: {
365
+ type?: import("vue").PropType<null>;
366
+ default?: null;
367
+ };
364
368
  }, {
365
369
  option: import("vue").ComputedRef<{
366
370
  textStyle: {
@@ -817,5 +821,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
817
821
  type?: import("vue").PropType<any>;
818
822
  default?: any;
819
823
  };
824
+ componentDoc?: {
825
+ type?: import("vue").PropType<null>;
826
+ default?: null;
827
+ };
820
828
  }>>, {}>;
821
829
  export default _sfc_main;
@@ -361,6 +361,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
361
361
  type?: import("vue").PropType<any>;
362
362
  default?: any;
363
363
  };
364
+ componentDoc?: {
365
+ type?: import("vue").PropType<null>;
366
+ default?: null;
367
+ };
364
368
  }, {
365
369
  option: import("vue").ComputedRef<{
366
370
  textStyle: {
@@ -817,6 +821,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
817
821
  type?: import("vue").PropType<any>;
818
822
  default?: any;
819
823
  };
824
+ componentDoc?: {
825
+ type?: import("vue").PropType<null>;
826
+ default?: null;
827
+ };
820
828
  }>>, {}>> & Record<string, any>;
821
829
  export default EcanRadar;
822
830
  export * from './props';
@@ -157,6 +157,7 @@ export declare const radarProps: {
157
157
  customRequestParams: string;
158
158
  dataSetParam?: any;
159
159
  requestType?: any;
160
+ componentDoc?: null;
160
161
  };
161
162
  export declare const radarComponentProps: {
162
163
  id: {
@@ -521,5 +522,9 @@ export declare const radarComponentProps: {
521
522
  type?: import("vue").PropType<any>;
522
523
  default?: any;
523
524
  };
525
+ componentDoc?: {
526
+ type?: import("vue").PropType<null>;
527
+ default?: null;
528
+ };
524
529
  };
525
530
  export declare const radarEvents: string[];
@@ -445,6 +445,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
445
445
  type?: import("vue").PropType<any>;
446
446
  default?: any;
447
447
  };
448
+ componentDoc?: {
449
+ type?: import("vue").PropType<null>;
450
+ default?: null;
451
+ };
448
452
  }, {
449
453
  option: import("vue").ComputedRef<{
450
454
  textStyle: {
@@ -1076,5 +1080,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1076
1080
  type?: import("vue").PropType<any>;
1077
1081
  default?: any;
1078
1082
  };
1083
+ componentDoc?: {
1084
+ type?: import("vue").PropType<null>;
1085
+ default?: null;
1086
+ };
1079
1087
  }>>, {}>;
1080
1088
  export default _sfc_main;
@@ -445,6 +445,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
445
445
  type?: import("vue").PropType<any>;
446
446
  default?: any;
447
447
  };
448
+ componentDoc?: {
449
+ type?: import("vue").PropType<null>;
450
+ default?: null;
451
+ };
448
452
  }, {
449
453
  option: import("vue").ComputedRef<{
450
454
  textStyle: {
@@ -1076,6 +1080,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
1076
1080
  type?: import("vue").PropType<any>;
1077
1081
  default?: any;
1078
1082
  };
1083
+ componentDoc?: {
1084
+ type?: import("vue").PropType<null>;
1085
+ default?: null;
1086
+ };
1079
1087
  }>>, {}>> & Record<string, any>;
1080
1088
  export default EcanScatter;
1081
1089
  export * from './props';
@@ -538,5 +538,9 @@ export declare const scatterComponentProps: {
538
538
  type?: import("vue").PropType<any>;
539
539
  default?: any;
540
540
  };
541
+ componentDoc?: {
542
+ type?: import("vue").PropType<null>;
543
+ default?: null;
544
+ };
541
545
  };
542
546
  export declare const scatterEvents: string[];
@@ -171,6 +171,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
171
171
  type?: import("vue").PropType<any>;
172
172
  default?: any;
173
173
  };
174
+ componentDoc?: {
175
+ type?: import("vue").PropType<null>;
176
+ default?: null;
177
+ };
174
178
  }, {
175
179
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
176
180
  getPopupContainer: () => HTMLElement;
@@ -359,5 +363,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
359
363
  type?: import("vue").PropType<any>;
360
364
  default?: any;
361
365
  };
366
+ componentDoc?: {
367
+ type?: import("vue").PropType<null>;
368
+ default?: null;
369
+ };
362
370
  }>>, {}>;
363
371
  export default _sfc_main;
@@ -171,6 +171,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
171
171
  type?: import("vue").PropType<any>;
172
172
  default?: any;
173
173
  };
174
+ componentDoc?: {
175
+ type?: import("vue").PropType<null>;
176
+ default?: null;
177
+ };
174
178
  }, {
175
179
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
176
180
  getPopupContainer: () => HTMLElement;
@@ -359,6 +363,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
359
363
  type?: import("vue").PropType<any>;
360
364
  default?: any;
361
365
  };
366
+ componentDoc?: {
367
+ type?: import("vue").PropType<null>;
368
+ default?: null;
369
+ };
362
370
  }>>, {}>> & Record<string, any>;
363
371
  export default EcanDataSelect;
364
372
  export * from './props';
@@ -201,5 +201,9 @@ export declare const dataSelectComponentProps: {
201
201
  type?: import("vue").PropType<any>;
202
202
  default?: any;
203
203
  };
204
+ componentDoc?: {
205
+ type?: import("vue").PropType<null>;
206
+ default?: null;
207
+ };
204
208
  };
205
209
  export declare const dataSelectEvents: string[];
@@ -143,6 +143,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
143
143
  type?: import("vue").PropType<any>;
144
144
  default?: any;
145
145
  };
146
+ componentDoc?: {
147
+ type?: import("vue").PropType<null>;
148
+ default?: null;
149
+ };
146
150
  }, {
147
151
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
148
152
  graphicConfig: {
@@ -289,6 +293,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
289
293
  type?: import("vue").PropType<any>;
290
294
  default?: any;
291
295
  };
296
+ componentDoc?: {
297
+ type?: import("vue").PropType<null>;
298
+ default?: null;
299
+ };
292
300
  }>> & {
293
301
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
294
302
  }>>;
@@ -445,5 +453,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
445
453
  type?: import("vue").PropType<any>;
446
454
  default?: any;
447
455
  };
456
+ componentDoc?: {
457
+ type?: import("vue").PropType<null>;
458
+ default?: null;
459
+ };
448
460
  }>>, {}>;
449
461
  export default _sfc_main;
@@ -143,6 +143,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
143
143
  type?: import("vue").PropType<any>;
144
144
  default?: any;
145
145
  };
146
+ componentDoc?: {
147
+ type?: import("vue").PropType<null>;
148
+ default?: null;
149
+ };
146
150
  }, {
147
151
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
148
152
  graphicConfig: {
@@ -289,6 +293,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
289
293
  type?: import("vue").PropType<any>;
290
294
  default?: any;
291
295
  };
296
+ componentDoc?: {
297
+ type?: import("vue").PropType<null>;
298
+ default?: null;
299
+ };
292
300
  }>> & {
293
301
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
294
302
  }>>;
@@ -445,6 +453,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
445
453
  type?: import("vue").PropType<any>;
446
454
  default?: any;
447
455
  };
456
+ componentDoc?: {
457
+ type?: import("vue").PropType<null>;
458
+ default?: null;
459
+ };
448
460
  }>>, {}>> & Record<string, any>;
449
461
  export default EcanPivotTable;
450
462
  export * from './props';
@@ -159,5 +159,9 @@ export declare const pivotTableComponentProps: {
159
159
  type?: import("vue").PropType<any>;
160
160
  default?: any;
161
161
  };
162
+ componentDoc?: {
163
+ type?: import("vue").PropType<null>;
164
+ default?: null;
165
+ };
162
166
  };
163
167
  export declare const pivotTableEvents: string[];
@@ -335,6 +335,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
335
335
  type?: import("vue").PropType<any>;
336
336
  default?: any;
337
337
  };
338
+ componentDoc?: {
339
+ type?: import("vue").PropType<null>;
340
+ default?: null;
341
+ };
338
342
  }, {
339
343
  option: import("vue").ComputedRef<{
340
344
  tooltip: {
@@ -764,5 +768,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
764
768
  type?: import("vue").PropType<any>;
765
769
  default?: any;
766
770
  };
771
+ componentDoc?: {
772
+ type?: import("vue").PropType<null>;
773
+ default?: null;
774
+ };
767
775
  }>>, {}>;
768
776
  export default _sfc_main;
@@ -335,6 +335,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
335
335
  type?: import("vue").PropType<any>;
336
336
  default?: any;
337
337
  };
338
+ componentDoc?: {
339
+ type?: import("vue").PropType<null>;
340
+ default?: null;
341
+ };
338
342
  }, {
339
343
  option: import("vue").ComputedRef<{
340
344
  tooltip: {
@@ -764,6 +768,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
764
768
  type?: import("vue").PropType<any>;
765
769
  default?: any;
766
770
  };
771
+ componentDoc?: {
772
+ type?: import("vue").PropType<null>;
773
+ default?: null;
774
+ };
767
775
  }>>, {}>> & Record<string, any>;
768
776
  export default EcanMap;
769
777
  export * from './props';
@@ -400,5 +400,9 @@ export declare const mapComponentProps: {
400
400
  type?: import("vue").PropType<any>;
401
401
  default?: any;
402
402
  };
403
+ componentDoc?: {
404
+ type?: import("vue").PropType<null>;
405
+ default?: null;
406
+ };
403
407
  };
404
408
  export declare const mapEvents: Array<string>;