@ecan-bi/datav 1.4.91 → 1.4.93

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 (120) hide show
  1. package/dist/index.es.js +7209 -6841
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +68 -68
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +3 -2
  7. package/types/common/echarts/Echarts.d.ts +1 -1
  8. package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
  9. package/types/container/border/Border.vue.d.ts +24 -0
  10. package/types/container/border/index.d.ts +24 -0
  11. package/types/container/border/props.d.ts +12 -0
  12. package/types/container/circulate/Circulate.vue.d.ts +24 -0
  13. package/types/container/circulate/index.d.ts +24 -0
  14. package/types/container/circulate/props.d.ts +12 -0
  15. package/types/container/tabs/Tabs.vue.d.ts +24 -0
  16. package/types/container/tabs/index.d.ts +24 -0
  17. package/types/container/tabs/props.d.ts +12 -0
  18. package/types/container/template/Template.vue.d.ts +24 -0
  19. package/types/container/template/index.d.ts +24 -0
  20. package/types/container/template/props.d.ts +12 -0
  21. package/types/control/button/Button.vue.d.ts +32 -8
  22. package/types/control/button/index.d.ts +32 -8
  23. package/types/control/button/props.d.ts +16 -4
  24. package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
  25. package/types/control/checkbox/index.d.ts +24 -0
  26. package/types/control/checkbox/props.d.ts +12 -0
  27. package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
  28. package/types/control/date-picker/index.d.ts +24 -0
  29. package/types/control/date-picker/props.d.ts +12 -0
  30. package/types/control/input/Input.vue.d.ts +24 -0
  31. package/types/control/input/index.d.ts +24 -0
  32. package/types/control/input/props.d.ts +12 -0
  33. package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
  34. package/types/control/nav-tab/index.d.ts +24 -0
  35. package/types/control/nav-tab/props.d.ts +12 -0
  36. package/types/control/radio/Radio.vue.d.ts +28 -4
  37. package/types/control/radio/index.d.ts +28 -4
  38. package/types/control/radio/props.d.ts +14 -2
  39. package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
  40. package/types/control/range-picker/index.d.ts +24 -0
  41. package/types/control/range-picker/props.d.ts +12 -0
  42. package/types/control/select/Select.vue.d.ts +28 -4
  43. package/types/control/select/index.d.ts +28 -4
  44. package/types/control/select/props.d.ts +14 -2
  45. package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
  46. package/types/control/tree-select/index.d.ts +12 -0
  47. package/types/control/tree-select/props.d.ts +12 -0
  48. package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
  49. package/types/graph/bar/Bar.vue.d.ts +21 -4
  50. package/types/graph/bar/index.d.ts +21 -4
  51. package/types/graph/bar/props.d.ts +10 -2
  52. package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
  53. package/types/graph/combo-graph/index.d.ts +21 -4
  54. package/types/graph/combo-graph/props.d.ts +10 -2
  55. package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
  56. package/types/graph/custom-graph/index.d.ts +24 -0
  57. package/types/graph/custom-graph/props.d.ts +12 -0
  58. package/types/graph/line/Line.vue.d.ts +17 -0
  59. package/types/graph/line/index.d.ts +17 -0
  60. package/types/graph/line/props.d.ts +10 -0
  61. package/types/graph/pie/Pie.vue.d.ts +21 -4
  62. package/types/graph/pie/index.d.ts +21 -4
  63. package/types/graph/pie/props.d.ts +10 -2
  64. package/types/graph/radar/Radar.vue.d.ts +17 -0
  65. package/types/graph/radar/index.d.ts +17 -0
  66. package/types/graph/radar/props.d.ts +10 -0
  67. package/types/graph/scatter/Scatter.vue.d.ts +17 -0
  68. package/types/graph/scatter/index.d.ts +17 -0
  69. package/types/graph/scatter/props.d.ts +8 -0
  70. package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
  71. package/types/laboratory/data-select/index.d.ts +28 -4
  72. package/types/laboratory/data-select/props.d.ts +14 -2
  73. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
  74. package/types/laboratory/index-panel/index.d.ts +345 -0
  75. package/types/laboratory/index-panel/props.d.ts +186 -0
  76. package/types/laboratory/index.d.ts +1 -0
  77. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
  78. package/types/laboratory/pivotTable/index.d.ts +43 -4
  79. package/types/laboratory/pivotTable/props.d.ts +12 -0
  80. package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
  81. package/types/laboratory/value-line/index.d.ts +16 -0
  82. package/types/laboratory/value-line/props.d.ts +10 -0
  83. package/types/map/map/Map.vue.d.ts +24 -0
  84. package/types/map/map/index.d.ts +24 -0
  85. package/types/map/map/props.d.ts +12 -0
  86. package/types/media/iframe/Iframe.vue.d.ts +24 -0
  87. package/types/media/iframe/index.d.ts +24 -0
  88. package/types/media/iframe/props.d.ts +12 -0
  89. package/types/media/image/Image.vue.d.ts +24 -0
  90. package/types/media/image/index.d.ts +24 -0
  91. package/types/media/image/props.d.ts +12 -0
  92. package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
  93. package/types/setting/page-config/index.d.ts +4 -4
  94. package/types/setting/page-config/props.d.ts +3 -3
  95. package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -4
  96. package/types/setting/provider-config/index.d.ts +9 -4
  97. package/types/setting/provider-config/props.d.ts +3 -3
  98. package/types/table/table/Table.vue.d.ts +24 -0
  99. package/types/table/table/index.d.ts +24 -0
  100. package/types/table/table/props.d.ts +12 -0
  101. package/types/text/counter/Counter.vue.d.ts +24 -0
  102. package/types/text/counter/index.d.ts +24 -0
  103. package/types/text/counter/props.d.ts +12 -0
  104. package/types/text/list/List.vue.d.ts +24 -0
  105. package/types/text/list/index.d.ts +24 -0
  106. package/types/text/list/props.d.ts +12 -0
  107. package/types/text/proportion/Proportion.vue.d.ts +24 -0
  108. package/types/text/proportion/index.d.ts +24 -0
  109. package/types/text/proportion/props.d.ts +12 -0
  110. package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
  111. package/types/text/rectangle/index.d.ts +24 -0
  112. package/types/text/rectangle/props.d.ts +12 -0
  113. package/types/text/text/Text.vue.d.ts +24 -0
  114. package/types/text/text/index.d.ts +24 -0
  115. package/types/text/text/props.d.ts +12 -0
  116. package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
  117. package/types/text/time-display/index.d.ts +24 -0
  118. package/types/text/time-display/props.d.ts +12 -0
  119. package/types/utils/props.d.ts +3 -0
  120. package/types/utils/util.d.ts +1 -0
@@ -187,6 +187,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
187
187
  [key: string]: any;
188
188
  };
189
189
  };
190
+ toolboxShow?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
194
+ isShowIndDetail?: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
198
+ indDetailIconColor?: {
199
+ type?: import("vue").PropType<string>;
200
+ default?: string;
201
+ };
190
202
  }, {
191
203
  customStyle: import("vue").ComputedRef<any>;
192
204
  myImgUrl: import("vue").ComputedRef<string>;
@@ -382,5 +394,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
382
394
  [key: string]: any;
383
395
  };
384
396
  };
397
+ toolboxShow?: {
398
+ type?: import("vue").PropType<boolean>;
399
+ default?: boolean;
400
+ };
401
+ isShowIndDetail?: {
402
+ type?: import("vue").PropType<boolean>;
403
+ default?: boolean;
404
+ };
405
+ indDetailIconColor?: {
406
+ type?: import("vue").PropType<string>;
407
+ default?: string;
408
+ };
385
409
  }>>, {}>;
386
410
  export default _sfc_main;
@@ -187,6 +187,18 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
187
187
  [key: string]: any;
188
188
  };
189
189
  };
190
+ toolboxShow?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
194
+ isShowIndDetail?: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
198
+ indDetailIconColor?: {
199
+ type?: import("vue").PropType<string>;
200
+ default?: string;
201
+ };
190
202
  }, {
191
203
  customStyle: import("vue").ComputedRef<any>;
192
204
  myImgUrl: import("vue").ComputedRef<string>;
@@ -382,6 +394,18 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
382
394
  [key: string]: any;
383
395
  };
384
396
  };
397
+ toolboxShow?: {
398
+ type?: import("vue").PropType<boolean>;
399
+ default?: boolean;
400
+ };
401
+ isShowIndDetail?: {
402
+ type?: import("vue").PropType<boolean>;
403
+ default?: boolean;
404
+ };
405
+ indDetailIconColor?: {
406
+ type?: import("vue").PropType<string>;
407
+ default?: string;
408
+ };
385
409
  }>>, {}>> & Record<string, any>;
386
410
  export default EcanImage;
387
411
  export * from './props';
@@ -210,5 +210,17 @@ export declare const imageComponentProps: {
210
210
  [key: string]: any;
211
211
  };
212
212
  };
213
+ toolboxShow?: {
214
+ type?: import("vue").PropType<boolean>;
215
+ default?: boolean;
216
+ };
217
+ isShowIndDetail?: {
218
+ type?: import("vue").PropType<boolean>;
219
+ default?: boolean;
220
+ };
221
+ indDetailIconColor?: {
222
+ type?: import("vue").PropType<string>;
223
+ default?: string;
224
+ };
213
225
  };
214
226
  export declare const imageEvents: string[];
@@ -80,8 +80,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
80
80
  }[];
81
81
  };
82
82
  drillingMode: {
83
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
84
- default?: "normalTable" | "pivotTable";
83
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
84
+ default?: "default" | "normalTable" | "pivotTable";
85
85
  };
86
86
  }, {
87
87
  style: import("vue").ComputedRef<any>;
@@ -169,8 +169,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
169
169
  }[];
170
170
  };
171
171
  drillingMode: {
172
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
173
- default?: "normalTable" | "pivotTable";
172
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
173
+ default?: "default" | "normalTable" | "pivotTable";
174
174
  };
175
175
  }>>, {
176
176
  pageId: string;
@@ -80,8 +80,8 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
80
80
  }[];
81
81
  };
82
82
  drillingMode: {
83
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
84
- default?: "normalTable" | "pivotTable";
83
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
84
+ default?: "default" | "normalTable" | "pivotTable";
85
85
  };
86
86
  }, {
87
87
  style: import("vue").ComputedRef<any>;
@@ -169,8 +169,8 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
169
169
  }[];
170
170
  };
171
171
  drillingMode: {
172
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
173
- default?: "normalTable" | "pivotTable";
172
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
173
+ default?: "default" | "normalTable" | "pivotTable";
174
174
  };
175
175
  }>>, {
176
176
  pageId: string;
@@ -19,7 +19,7 @@ export interface PageConfig {
19
19
  variableList: {
20
20
  [key: string]: any;
21
21
  }[];
22
- drillingMode: 'normalTable' | 'pivotTable';
22
+ drillingMode: 'normalTable' | 'pivotTable' | 'default';
23
23
  }
24
24
  export declare const pageConfig: PageConfig;
25
25
  export declare const pageConfigComponentProps: {
@@ -92,7 +92,7 @@ export declare const pageConfigComponentProps: {
92
92
  }[];
93
93
  };
94
94
  drillingMode: {
95
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
96
- default?: "normalTable" | "pivotTable";
95
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
96
+ default?: "default" | "normalTable" | "pivotTable";
97
97
  };
98
98
  };
@@ -96,8 +96,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
96
96
  }[];
97
97
  };
98
98
  drillingMode: {
99
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
100
- default?: "normalTable" | "pivotTable";
99
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
100
+ default?: "default" | "normalTable" | "pivotTable";
101
101
  };
102
102
  }, {
103
103
  providerConfig: import("vue").Ref<HTMLElement>;
@@ -123,10 +123,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
123
123
  wrapClassName: import("vue").ComputedRef<string>;
124
124
  theme: import("vue").ComputedRef<"light" | "darkBlue">;
125
125
  detailLoading: import("vue").Ref<boolean>;
126
+ conditionInfo: import("vue").Ref<any[]>;
126
127
  getContainer: () => Element;
127
128
  handleTableChange: (page: any) => void;
128
129
  toggleFullScreen: () => void;
129
130
  onDetailCancel: () => void;
131
+ onPivotTableChange: ({ type, data }: {
132
+ type: any;
133
+ data: any;
134
+ }) => void;
130
135
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
131
136
  pageId: {
132
137
  type: StringConstructor;
@@ -225,8 +230,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
225
230
  }[];
226
231
  };
227
232
  drillingMode: {
228
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
229
- default?: "normalTable" | "pivotTable";
233
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
234
+ default?: "default" | "normalTable" | "pivotTable";
230
235
  };
231
236
  }>>, {
232
237
  pageId: string;
@@ -96,8 +96,8 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
96
96
  }[];
97
97
  };
98
98
  drillingMode: {
99
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
100
- default?: "normalTable" | "pivotTable";
99
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
100
+ default?: "default" | "normalTable" | "pivotTable";
101
101
  };
102
102
  }, {
103
103
  providerConfig: import("vue").Ref<HTMLElement>;
@@ -123,10 +123,15 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
123
123
  wrapClassName: import("vue").ComputedRef<string>;
124
124
  theme: import("vue").ComputedRef<"light" | "darkBlue">;
125
125
  detailLoading: import("vue").Ref<boolean>;
126
+ conditionInfo: import("vue").Ref<any[]>;
126
127
  getContainer: () => Element;
127
128
  handleTableChange: (page: any) => void;
128
129
  toggleFullScreen: () => void;
129
130
  onDetailCancel: () => void;
131
+ onPivotTableChange: ({ type, data }: {
132
+ type: any;
133
+ data: any;
134
+ }) => void;
130
135
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
131
136
  pageId: {
132
137
  type: StringConstructor;
@@ -225,8 +230,8 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
225
230
  }[];
226
231
  };
227
232
  drillingMode: {
228
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
229
- default?: "normalTable" | "pivotTable";
233
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
234
+ default?: "default" | "normalTable" | "pivotTable";
230
235
  };
231
236
  }>>, {
232
237
  pageId: string;
@@ -26,7 +26,7 @@ export interface ProviderConfig {
26
26
  variableList: {
27
27
  [key: string]: any;
28
28
  }[];
29
- drillingMode: 'normalTable' | 'pivotTable';
29
+ drillingMode: 'normalTable' | 'pivotTable' | 'default';
30
30
  }
31
31
  export declare const providerConfig: ProviderConfig;
32
32
  export declare const providerConfigComponentProps: {
@@ -115,7 +115,7 @@ export declare const providerConfigComponentProps: {
115
115
  }[];
116
116
  };
117
117
  drillingMode: {
118
- type?: import("vue").PropType<"normalTable" | "pivotTable">;
119
- default?: "normalTable" | "pivotTable";
118
+ type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
119
+ default?: "default" | "normalTable" | "pivotTable";
120
120
  };
121
121
  };
@@ -379,6 +379,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
379
379
  [key: string]: any;
380
380
  };
381
381
  };
382
+ toolboxShow?: {
383
+ type?: import("vue").PropType<boolean>;
384
+ default?: boolean;
385
+ };
386
+ isShowIndDetail?: {
387
+ type?: import("vue").PropType<boolean>;
388
+ default?: boolean;
389
+ };
390
+ indDetailIconColor?: {
391
+ type?: import("vue").PropType<string>;
392
+ default?: string;
393
+ };
382
394
  }, {
383
395
  x: import("vue").ComputedRef<number>;
384
396
  y: import("vue").Ref<number>;
@@ -829,5 +841,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
829
841
  [key: string]: any;
830
842
  };
831
843
  };
844
+ toolboxShow?: {
845
+ type?: import("vue").PropType<boolean>;
846
+ default?: boolean;
847
+ };
848
+ isShowIndDetail?: {
849
+ type?: import("vue").PropType<boolean>;
850
+ default?: boolean;
851
+ };
852
+ indDetailIconColor?: {
853
+ type?: import("vue").PropType<string>;
854
+ default?: string;
855
+ };
832
856
  }>>, {}>;
833
857
  export default _sfc_main;
@@ -379,6 +379,18 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
379
379
  [key: string]: any;
380
380
  };
381
381
  };
382
+ toolboxShow?: {
383
+ type?: import("vue").PropType<boolean>;
384
+ default?: boolean;
385
+ };
386
+ isShowIndDetail?: {
387
+ type?: import("vue").PropType<boolean>;
388
+ default?: boolean;
389
+ };
390
+ indDetailIconColor?: {
391
+ type?: import("vue").PropType<string>;
392
+ default?: string;
393
+ };
382
394
  }, {
383
395
  x: import("vue").ComputedRef<number>;
384
396
  y: import("vue").Ref<number>;
@@ -829,6 +841,18 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
829
841
  [key: string]: any;
830
842
  };
831
843
  };
844
+ toolboxShow?: {
845
+ type?: import("vue").PropType<boolean>;
846
+ default?: boolean;
847
+ };
848
+ isShowIndDetail?: {
849
+ type?: import("vue").PropType<boolean>;
850
+ default?: boolean;
851
+ };
852
+ indDetailIconColor?: {
853
+ type?: import("vue").PropType<string>;
854
+ default?: string;
855
+ };
832
856
  }>>, {}>> & Record<string, any>;
833
857
  export default EcanTable;
834
858
  export * from './props';
@@ -453,5 +453,17 @@ export declare const tableComponentProps: {
453
453
  [key: string]: any;
454
454
  };
455
455
  };
456
+ toolboxShow?: {
457
+ type?: import("vue").PropType<boolean>;
458
+ default?: boolean;
459
+ };
460
+ isShowIndDetail?: {
461
+ type?: import("vue").PropType<boolean>;
462
+ default?: boolean;
463
+ };
464
+ indDetailIconColor?: {
465
+ type?: import("vue").PropType<string>;
466
+ default?: string;
467
+ };
456
468
  };
457
469
  export declare const tableEvents: string[];
@@ -171,6 +171,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
171
171
  [key: string]: any;
172
172
  };
173
173
  };
174
+ toolboxShow?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
178
+ isShowIndDetail?: {
179
+ type?: import("vue").PropType<boolean>;
180
+ default?: boolean;
181
+ };
182
+ indDetailIconColor?: {
183
+ type?: import("vue").PropType<string>;
184
+ default?: string;
185
+ };
174
186
  }, {
175
187
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
176
188
  valueList: import("vue").ComputedRef<string[]>;
@@ -361,5 +373,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
361
373
  [key: string]: any;
362
374
  };
363
375
  };
376
+ toolboxShow?: {
377
+ type?: import("vue").PropType<boolean>;
378
+ default?: boolean;
379
+ };
380
+ isShowIndDetail?: {
381
+ type?: import("vue").PropType<boolean>;
382
+ default?: boolean;
383
+ };
384
+ indDetailIconColor?: {
385
+ type?: import("vue").PropType<string>;
386
+ default?: string;
387
+ };
364
388
  }>>, {}>;
365
389
  export default _sfc_main;
@@ -171,6 +171,18 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
171
171
  [key: string]: any;
172
172
  };
173
173
  };
174
+ toolboxShow?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
178
+ isShowIndDetail?: {
179
+ type?: import("vue").PropType<boolean>;
180
+ default?: boolean;
181
+ };
182
+ indDetailIconColor?: {
183
+ type?: import("vue").PropType<string>;
184
+ default?: string;
185
+ };
174
186
  }, {
175
187
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
176
188
  valueList: import("vue").ComputedRef<string[]>;
@@ -361,6 +373,18 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
361
373
  [key: string]: any;
362
374
  };
363
375
  };
376
+ toolboxShow?: {
377
+ type?: import("vue").PropType<boolean>;
378
+ default?: boolean;
379
+ };
380
+ isShowIndDetail?: {
381
+ type?: import("vue").PropType<boolean>;
382
+ default?: boolean;
383
+ };
384
+ indDetailIconColor?: {
385
+ type?: import("vue").PropType<string>;
386
+ default?: string;
387
+ };
364
388
  }>>, {}>> & Record<string, any>;
365
389
  export default EcanCounter;
366
390
  export * from './props';
@@ -188,6 +188,18 @@ export declare const counterComponentProps: {
188
188
  [key: string]: any;
189
189
  };
190
190
  };
191
+ toolboxShow?: {
192
+ type?: import("vue").PropType<boolean>;
193
+ default?: boolean;
194
+ };
195
+ isShowIndDetail?: {
196
+ type?: import("vue").PropType<boolean>;
197
+ default?: boolean;
198
+ };
199
+ indDetailIconColor?: {
200
+ type?: import("vue").PropType<string>;
201
+ default?: string;
202
+ };
191
203
  };
192
204
  export interface CounterEvents {
193
205
  refreshData: () => void;
@@ -243,6 +243,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
243
243
  [key: string]: any;
244
244
  };
245
245
  };
246
+ toolboxShow?: {
247
+ type?: import("vue").PropType<boolean>;
248
+ default?: boolean;
249
+ };
250
+ isShowIndDetail?: {
251
+ type?: import("vue").PropType<boolean>;
252
+ default?: boolean;
253
+ };
254
+ indDetailIconColor?: {
255
+ type?: import("vue").PropType<string>;
256
+ default?: string;
257
+ };
246
258
  }, {
247
259
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
248
260
  formatFn: (value: string | number, column: any) => any;
@@ -533,5 +545,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
533
545
  [key: string]: any;
534
546
  };
535
547
  };
548
+ toolboxShow?: {
549
+ type?: import("vue").PropType<boolean>;
550
+ default?: boolean;
551
+ };
552
+ isShowIndDetail?: {
553
+ type?: import("vue").PropType<boolean>;
554
+ default?: boolean;
555
+ };
556
+ indDetailIconColor?: {
557
+ type?: import("vue").PropType<string>;
558
+ default?: string;
559
+ };
536
560
  }>>, {}>;
537
561
  export default _sfc_main;
@@ -243,6 +243,18 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
243
243
  [key: string]: any;
244
244
  };
245
245
  };
246
+ toolboxShow?: {
247
+ type?: import("vue").PropType<boolean>;
248
+ default?: boolean;
249
+ };
250
+ isShowIndDetail?: {
251
+ type?: import("vue").PropType<boolean>;
252
+ default?: boolean;
253
+ };
254
+ indDetailIconColor?: {
255
+ type?: import("vue").PropType<string>;
256
+ default?: string;
257
+ };
246
258
  }, {
247
259
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
248
260
  formatFn: (value: string | number, column: any) => any;
@@ -533,6 +545,18 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
533
545
  [key: string]: any;
534
546
  };
535
547
  };
548
+ toolboxShow?: {
549
+ type?: import("vue").PropType<boolean>;
550
+ default?: boolean;
551
+ };
552
+ isShowIndDetail?: {
553
+ type?: import("vue").PropType<boolean>;
554
+ default?: boolean;
555
+ };
556
+ indDetailIconColor?: {
557
+ type?: import("vue").PropType<string>;
558
+ default?: string;
559
+ };
536
560
  }>>, {}>> & Record<string, any>;
537
561
  export default EcanList;
538
562
  export * from './props';
@@ -281,6 +281,18 @@ export declare const listComponentProps: {
281
281
  [key: string]: any;
282
282
  };
283
283
  };
284
+ toolboxShow?: {
285
+ type?: import("vue").PropType<boolean>;
286
+ default?: boolean;
287
+ };
288
+ isShowIndDetail?: {
289
+ type?: import("vue").PropType<boolean>;
290
+ default?: boolean;
291
+ };
292
+ indDetailIconColor?: {
293
+ type?: import("vue").PropType<string>;
294
+ default?: string;
295
+ };
284
296
  };
285
297
  export interface ListEvents {
286
298
  refreshData: () => void;
@@ -211,6 +211,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
211
211
  [key: string]: any;
212
212
  };
213
213
  };
214
+ toolboxShow?: {
215
+ type?: import("vue").PropType<boolean>;
216
+ default?: boolean;
217
+ };
218
+ isShowIndDetail?: {
219
+ type?: import("vue").PropType<boolean>;
220
+ default?: boolean;
221
+ };
222
+ indDetailIconColor?: {
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
225
+ };
214
226
  }, {
215
227
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
216
228
  myWidth: import("vue").ComputedRef<number>;
@@ -432,5 +444,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
432
444
  [key: string]: any;
433
445
  };
434
446
  };
447
+ toolboxShow?: {
448
+ type?: import("vue").PropType<boolean>;
449
+ default?: boolean;
450
+ };
451
+ isShowIndDetail?: {
452
+ type?: import("vue").PropType<boolean>;
453
+ default?: boolean;
454
+ };
455
+ indDetailIconColor?: {
456
+ type?: import("vue").PropType<string>;
457
+ default?: string;
458
+ };
435
459
  }>>, {}>;
436
460
  export default _sfc_main;
@@ -211,6 +211,18 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
211
211
  [key: string]: any;
212
212
  };
213
213
  };
214
+ toolboxShow?: {
215
+ type?: import("vue").PropType<boolean>;
216
+ default?: boolean;
217
+ };
218
+ isShowIndDetail?: {
219
+ type?: import("vue").PropType<boolean>;
220
+ default?: boolean;
221
+ };
222
+ indDetailIconColor?: {
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
225
+ };
214
226
  }, {
215
227
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
216
228
  myWidth: import("vue").ComputedRef<number>;
@@ -432,6 +444,18 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
432
444
  [key: string]: any;
433
445
  };
434
446
  };
447
+ toolboxShow?: {
448
+ type?: import("vue").PropType<boolean>;
449
+ default?: boolean;
450
+ };
451
+ isShowIndDetail?: {
452
+ type?: import("vue").PropType<boolean>;
453
+ default?: boolean;
454
+ };
455
+ indDetailIconColor?: {
456
+ type?: import("vue").PropType<string>;
457
+ default?: string;
458
+ };
435
459
  }>>, {}>> & Record<string, any>;
436
460
  export default EcanProportion;
437
461
  export * from './props';
@@ -239,5 +239,17 @@ export declare const proportionComponentProps: {
239
239
  [key: string]: any;
240
240
  };
241
241
  };
242
+ toolboxShow?: {
243
+ type?: import("vue").PropType<boolean>;
244
+ default?: boolean;
245
+ };
246
+ isShowIndDetail?: {
247
+ type?: import("vue").PropType<boolean>;
248
+ default?: boolean;
249
+ };
250
+ indDetailIconColor?: {
251
+ type?: import("vue").PropType<string>;
252
+ default?: string;
253
+ };
242
254
  };
243
255
  export declare const proportionEvents: string[];
@@ -167,6 +167,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
167
167
  [key: string]: any;
168
168
  };
169
169
  };
170
+ toolboxShow?: {
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
173
+ };
174
+ isShowIndDetail?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
178
+ indDetailIconColor?: {
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
181
+ };
170
182
  }, {
171
183
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
172
184
  gradientStyle: import("vue").ComputedRef<{
@@ -349,5 +361,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
349
361
  [key: string]: any;
350
362
  };
351
363
  };
364
+ toolboxShow?: {
365
+ type?: import("vue").PropType<boolean>;
366
+ default?: boolean;
367
+ };
368
+ isShowIndDetail?: {
369
+ type?: import("vue").PropType<boolean>;
370
+ default?: boolean;
371
+ };
372
+ indDetailIconColor?: {
373
+ type?: import("vue").PropType<string>;
374
+ default?: string;
375
+ };
352
376
  }>>, {}>;
353
377
  export default _sfc_main;