@ecan-bi/datav 1.4.92 → 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 (116) hide show
  1. package/dist/index.es.js +6536 -6181
  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/provider-config/ProviderConfig.vue.d.ts +5 -0
  93. package/types/setting/provider-config/index.d.ts +5 -0
  94. package/types/table/table/Table.vue.d.ts +24 -0
  95. package/types/table/table/index.d.ts +24 -0
  96. package/types/table/table/props.d.ts +12 -0
  97. package/types/text/counter/Counter.vue.d.ts +24 -0
  98. package/types/text/counter/index.d.ts +24 -0
  99. package/types/text/counter/props.d.ts +12 -0
  100. package/types/text/list/List.vue.d.ts +24 -0
  101. package/types/text/list/index.d.ts +24 -0
  102. package/types/text/list/props.d.ts +12 -0
  103. package/types/text/proportion/Proportion.vue.d.ts +24 -0
  104. package/types/text/proportion/index.d.ts +24 -0
  105. package/types/text/proportion/props.d.ts +12 -0
  106. package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
  107. package/types/text/rectangle/index.d.ts +24 -0
  108. package/types/text/rectangle/props.d.ts +12 -0
  109. package/types/text/text/Text.vue.d.ts +24 -0
  110. package/types/text/text/index.d.ts +24 -0
  111. package/types/text/text/props.d.ts +12 -0
  112. package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
  113. package/types/text/time-display/index.d.ts +24 -0
  114. package/types/text/time-display/props.d.ts +12 -0
  115. package/types/utils/props.d.ts +3 -0
  116. package/types/utils/util.d.ts +1 -0
@@ -139,6 +139,18 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
139
139
  [key: string]: any;
140
140
  };
141
141
  };
142
+ toolboxShow?: {
143
+ type?: import("vue").PropType<boolean>;
144
+ default?: boolean;
145
+ };
146
+ isShowIndDetail?: {
147
+ type?: import("vue").PropType<boolean>;
148
+ default?: boolean;
149
+ };
150
+ indDetailIconColor?: {
151
+ type?: import("vue").PropType<string>;
152
+ default?: string;
153
+ };
142
154
  }, {
143
155
  myOption: import("vue").Ref<{
144
156
  label: string;
@@ -291,6 +303,18 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
291
303
  [key: string]: any;
292
304
  };
293
305
  };
306
+ toolboxShow?: {
307
+ type?: import("vue").PropType<boolean>;
308
+ default?: boolean;
309
+ };
310
+ isShowIndDetail?: {
311
+ type?: import("vue").PropType<boolean>;
312
+ default?: boolean;
313
+ };
314
+ indDetailIconColor?: {
315
+ type?: import("vue").PropType<string>;
316
+ default?: string;
317
+ };
294
318
  }>>, {}>> & Record<string, any>;
295
319
  export default EcanCheckbox;
296
320
  export * from './props';
@@ -155,5 +155,17 @@ export declare const checkboxComponentProps: {
155
155
  [key: string]: any;
156
156
  };
157
157
  };
158
+ toolboxShow?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
162
+ isShowIndDetail?: {
163
+ type?: import("vue").PropType<boolean>;
164
+ default?: boolean;
165
+ };
166
+ indDetailIconColor?: {
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
169
+ };
158
170
  };
159
171
  export declare const checkboxEvents: string[];
@@ -165,6 +165,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
165
165
  [key: string]: any;
166
166
  };
167
167
  };
168
+ toolboxShow?: {
169
+ type?: import("vue").PropType<boolean>;
170
+ default?: boolean;
171
+ };
172
+ isShowIndDetail?: {
173
+ type?: import("vue").PropType<boolean>;
174
+ default?: boolean;
175
+ };
176
+ indDetailIconColor?: {
177
+ type?: import("vue").PropType<string>;
178
+ default?: string;
179
+ };
168
180
  }, {
169
181
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
170
182
  getPopupContainer: () => HTMLElement;
@@ -436,5 +448,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
436
448
  [key: string]: any;
437
449
  };
438
450
  };
451
+ toolboxShow?: {
452
+ type?: import("vue").PropType<boolean>;
453
+ default?: boolean;
454
+ };
455
+ isShowIndDetail?: {
456
+ type?: import("vue").PropType<boolean>;
457
+ default?: boolean;
458
+ };
459
+ indDetailIconColor?: {
460
+ type?: import("vue").PropType<string>;
461
+ default?: string;
462
+ };
439
463
  }>>, {}>;
440
464
  export default _sfc_main;
@@ -163,6 +163,18 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
163
163
  [key: string]: any;
164
164
  };
165
165
  };
166
+ toolboxShow?: {
167
+ type?: import("vue").PropType<boolean>;
168
+ default?: boolean;
169
+ };
170
+ isShowIndDetail?: {
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
173
+ };
174
+ indDetailIconColor?: {
175
+ type?: import("vue").PropType<string>;
176
+ default?: string;
177
+ };
166
178
  }, {
167
179
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
168
180
  getPopupContainer: () => HTMLElement;
@@ -434,6 +446,18 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
434
446
  [key: string]: any;
435
447
  };
436
448
  };
449
+ toolboxShow?: {
450
+ type?: import("vue").PropType<boolean>;
451
+ default?: boolean;
452
+ };
453
+ isShowIndDetail?: {
454
+ type?: import("vue").PropType<boolean>;
455
+ default?: boolean;
456
+ };
457
+ indDetailIconColor?: {
458
+ type?: import("vue").PropType<string>;
459
+ default?: string;
460
+ };
437
461
  }>>, {}>> & Record<string, any>;
438
462
  export default EcanDatePicker;
439
463
  export * from './props';
@@ -177,5 +177,17 @@ export declare const datePickerComponentProps: {
177
177
  [key: string]: any;
178
178
  };
179
179
  };
180
+ toolboxShow?: {
181
+ type?: import("vue").PropType<boolean>;
182
+ default?: boolean;
183
+ };
184
+ isShowIndDetail?: {
185
+ type?: import("vue").PropType<boolean>;
186
+ default?: boolean;
187
+ };
188
+ indDetailIconColor?: {
189
+ type?: import("vue").PropType<string>;
190
+ default?: string;
191
+ };
180
192
  };
181
193
  export declare const datePickerEvents: string[];
@@ -135,6 +135,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
135
135
  [key: string]: any;
136
136
  };
137
137
  };
138
+ toolboxShow?: {
139
+ type?: import("vue").PropType<boolean>;
140
+ default?: boolean;
141
+ };
142
+ isShowIndDetail?: {
143
+ type?: import("vue").PropType<boolean>;
144
+ default?: boolean;
145
+ };
146
+ indDetailIconColor?: {
147
+ type?: import("vue").PropType<string>;
148
+ default?: string;
149
+ };
138
150
  }, {
139
151
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
140
152
  myValue: import("vue").Ref<string>;
@@ -277,5 +289,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
277
289
  [key: string]: any;
278
290
  };
279
291
  };
292
+ toolboxShow?: {
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
295
+ };
296
+ isShowIndDetail?: {
297
+ type?: import("vue").PropType<boolean>;
298
+ default?: boolean;
299
+ };
300
+ indDetailIconColor?: {
301
+ type?: import("vue").PropType<string>;
302
+ default?: string;
303
+ };
280
304
  }>>, {}>;
281
305
  export default _sfc_main;
@@ -135,6 +135,18 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
135
135
  [key: string]: any;
136
136
  };
137
137
  };
138
+ toolboxShow?: {
139
+ type?: import("vue").PropType<boolean>;
140
+ default?: boolean;
141
+ };
142
+ isShowIndDetail?: {
143
+ type?: import("vue").PropType<boolean>;
144
+ default?: boolean;
145
+ };
146
+ indDetailIconColor?: {
147
+ type?: import("vue").PropType<string>;
148
+ default?: string;
149
+ };
138
150
  }, {
139
151
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
140
152
  myValue: import("vue").Ref<string>;
@@ -277,6 +289,18 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
277
289
  [key: string]: any;
278
290
  };
279
291
  };
292
+ toolboxShow?: {
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
295
+ };
296
+ isShowIndDetail?: {
297
+ type?: import("vue").PropType<boolean>;
298
+ default?: boolean;
299
+ };
300
+ indDetailIconColor?: {
301
+ type?: import("vue").PropType<string>;
302
+ default?: string;
303
+ };
280
304
  }>>, {}>> & Record<string, any>;
281
305
  export default EcanInput;
282
306
  export * from './props';
@@ -142,5 +142,17 @@ export declare const inputComponentProps: {
142
142
  [key: string]: any;
143
143
  };
144
144
  };
145
+ toolboxShow?: {
146
+ type?: import("vue").PropType<boolean>;
147
+ default?: boolean;
148
+ };
149
+ isShowIndDetail?: {
150
+ type?: import("vue").PropType<boolean>;
151
+ default?: boolean;
152
+ };
153
+ indDetailIconColor?: {
154
+ type?: import("vue").PropType<string>;
155
+ default?: string;
156
+ };
145
157
  };
146
158
  export declare const inputEvents: string[];
@@ -179,6 +179,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
179
179
  [key: string]: any;
180
180
  };
181
181
  };
182
+ toolboxShow?: {
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
185
+ };
186
+ isShowIndDetail?: {
187
+ type?: import("vue").PropType<boolean>;
188
+ default?: boolean;
189
+ };
190
+ indDetailIconColor?: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
182
194
  }, {
183
195
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
184
196
  active: import("vue").Ref<number>;
@@ -366,5 +378,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
366
378
  [key: string]: any;
367
379
  };
368
380
  };
381
+ toolboxShow?: {
382
+ type?: import("vue").PropType<boolean>;
383
+ default?: boolean;
384
+ };
385
+ isShowIndDetail?: {
386
+ type?: import("vue").PropType<boolean>;
387
+ default?: boolean;
388
+ };
389
+ indDetailIconColor?: {
390
+ type?: import("vue").PropType<string>;
391
+ default?: string;
392
+ };
369
393
  }>>, {}>;
370
394
  export default _sfc_main;
@@ -179,6 +179,18 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
179
179
  [key: string]: any;
180
180
  };
181
181
  };
182
+ toolboxShow?: {
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
185
+ };
186
+ isShowIndDetail?: {
187
+ type?: import("vue").PropType<boolean>;
188
+ default?: boolean;
189
+ };
190
+ indDetailIconColor?: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
182
194
  }, {
183
195
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
184
196
  active: import("vue").Ref<number>;
@@ -366,6 +378,18 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
366
378
  [key: string]: any;
367
379
  };
368
380
  };
381
+ toolboxShow?: {
382
+ type?: import("vue").PropType<boolean>;
383
+ default?: boolean;
384
+ };
385
+ isShowIndDetail?: {
386
+ type?: import("vue").PropType<boolean>;
387
+ default?: boolean;
388
+ };
389
+ indDetailIconColor?: {
390
+ type?: import("vue").PropType<string>;
391
+ default?: string;
392
+ };
369
393
  }>>, {}>> & Record<string, any>;
370
394
  export default EcanNavTab;
371
395
  export * from './props';
@@ -199,5 +199,17 @@ export declare const navTabComponentProps: {
199
199
  [key: string]: any;
200
200
  };
201
201
  };
202
+ toolboxShow?: {
203
+ type?: import("vue").PropType<boolean>;
204
+ default?: boolean;
205
+ };
206
+ isShowIndDetail?: {
207
+ type?: import("vue").PropType<boolean>;
208
+ default?: boolean;
209
+ };
210
+ indDetailIconColor?: {
211
+ type?: import("vue").PropType<string>;
212
+ default?: string;
213
+ };
202
214
  };
203
215
  export declare const navTabEvents: string[];
@@ -9,8 +9,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
9
9
  default?: RadioOptions;
10
10
  };
11
11
  optionType: {
12
- type?: import("vue").PropType<"button" | "default">;
13
- default?: "button" | "default";
12
+ type?: import("vue").PropType<"default" | "button">;
13
+ default?: "default" | "button";
14
14
  };
15
15
  tabBackgroundImage: {
16
16
  type?: import("vue").PropType<string>;
@@ -192,6 +192,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
192
192
  [key: string]: any;
193
193
  };
194
194
  };
195
+ toolboxShow?: {
196
+ type?: import("vue").PropType<boolean>;
197
+ default?: boolean;
198
+ };
199
+ isShowIndDetail?: {
200
+ type?: import("vue").PropType<boolean>;
201
+ default?: boolean;
202
+ };
203
+ indDetailIconColor?: {
204
+ type?: import("vue").PropType<string>;
205
+ default?: string;
206
+ };
195
207
  }, {
196
208
  myOption: import("vue").Ref<{
197
209
  label: string;
@@ -226,8 +238,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
226
238
  default?: RadioOptions;
227
239
  };
228
240
  optionType: {
229
- type?: import("vue").PropType<"button" | "default">;
230
- default?: "button" | "default";
241
+ type?: import("vue").PropType<"default" | "button">;
242
+ default?: "default" | "button";
231
243
  };
232
244
  tabBackgroundImage: {
233
245
  type?: import("vue").PropType<string>;
@@ -409,5 +421,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
409
421
  [key: string]: any;
410
422
  };
411
423
  };
424
+ toolboxShow?: {
425
+ type?: import("vue").PropType<boolean>;
426
+ default?: boolean;
427
+ };
428
+ isShowIndDetail?: {
429
+ type?: import("vue").PropType<boolean>;
430
+ default?: boolean;
431
+ };
432
+ indDetailIconColor?: {
433
+ type?: import("vue").PropType<string>;
434
+ default?: string;
435
+ };
412
436
  }>>, {}>;
413
437
  export default _sfc_main;
@@ -8,8 +8,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
8
8
  default?: import("./props").RadioOptions;
9
9
  };
10
10
  optionType: {
11
- type?: import("vue").PropType<"button" | "default">;
12
- default?: "button" | "default";
11
+ type?: import("vue").PropType<"default" | "button">;
12
+ default?: "default" | "button";
13
13
  };
14
14
  tabBackgroundImage: {
15
15
  type?: import("vue").PropType<string>;
@@ -191,6 +191,18 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
191
191
  [key: string]: any;
192
192
  };
193
193
  };
194
+ toolboxShow?: {
195
+ type?: import("vue").PropType<boolean>;
196
+ default?: boolean;
197
+ };
198
+ isShowIndDetail?: {
199
+ type?: import("vue").PropType<boolean>;
200
+ default?: boolean;
201
+ };
202
+ indDetailIconColor?: {
203
+ type?: import("vue").PropType<string>;
204
+ default?: string;
205
+ };
194
206
  }, {
195
207
  myOption: import("vue").Ref<{
196
208
  label: string;
@@ -225,8 +237,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
225
237
  default?: import("./props").RadioOptions;
226
238
  };
227
239
  optionType: {
228
- type?: import("vue").PropType<"button" | "default">;
229
- default?: "button" | "default";
240
+ type?: import("vue").PropType<"default" | "button">;
241
+ default?: "default" | "button";
230
242
  };
231
243
  tabBackgroundImage: {
232
244
  type?: import("vue").PropType<string>;
@@ -408,6 +420,18 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
408
420
  [key: string]: any;
409
421
  };
410
422
  };
423
+ toolboxShow?: {
424
+ type?: import("vue").PropType<boolean>;
425
+ default?: boolean;
426
+ };
427
+ isShowIndDetail?: {
428
+ type?: import("vue").PropType<boolean>;
429
+ default?: boolean;
430
+ };
431
+ indDetailIconColor?: {
432
+ type?: import("vue").PropType<string>;
433
+ default?: string;
434
+ };
411
435
  }>>, {}>> & Record<string, any>;
412
436
  export default EcanRadio;
413
437
  export * from './props';
@@ -37,8 +37,8 @@ export declare const radioComponentProps: {
37
37
  default?: RadioOptions;
38
38
  };
39
39
  optionType: {
40
- type?: import("vue").PropType<"button" | "default">;
41
- default?: "button" | "default";
40
+ type?: import("vue").PropType<"default" | "button">;
41
+ default?: "default" | "button";
42
42
  };
43
43
  tabBackgroundImage: {
44
44
  type?: import("vue").PropType<string>;
@@ -220,5 +220,17 @@ export declare const radioComponentProps: {
220
220
  [key: string]: any;
221
221
  };
222
222
  };
223
+ toolboxShow?: {
224
+ type?: import("vue").PropType<boolean>;
225
+ default?: boolean;
226
+ };
227
+ isShowIndDetail?: {
228
+ type?: import("vue").PropType<boolean>;
229
+ default?: boolean;
230
+ };
231
+ indDetailIconColor?: {
232
+ type?: import("vue").PropType<string>;
233
+ default?: string;
234
+ };
223
235
  };
224
236
  export declare const radioEvents: string[];
@@ -181,6 +181,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
181
181
  [key: string]: any;
182
182
  };
183
183
  };
184
+ toolboxShow?: {
185
+ type?: import("vue").PropType<boolean>;
186
+ default?: boolean;
187
+ };
188
+ isShowIndDetail?: {
189
+ type?: import("vue").PropType<boolean>;
190
+ default?: boolean;
191
+ };
192
+ indDetailIconColor?: {
193
+ type?: import("vue").PropType<string>;
194
+ default?: string;
195
+ };
184
196
  }, {
185
197
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
186
198
  getPopupContainer: () => HTMLElement;
@@ -555,5 +567,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
555
567
  [key: string]: any;
556
568
  };
557
569
  };
570
+ toolboxShow?: {
571
+ type?: import("vue").PropType<boolean>;
572
+ default?: boolean;
573
+ };
574
+ isShowIndDetail?: {
575
+ type?: import("vue").PropType<boolean>;
576
+ default?: boolean;
577
+ };
578
+ indDetailIconColor?: {
579
+ type?: import("vue").PropType<string>;
580
+ default?: string;
581
+ };
558
582
  }>>, {}>;
559
583
  export default _sfc_main;
@@ -179,6 +179,18 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
179
179
  [key: string]: any;
180
180
  };
181
181
  };
182
+ toolboxShow?: {
183
+ type?: import("vue").PropType<boolean>;
184
+ default?: boolean;
185
+ };
186
+ isShowIndDetail?: {
187
+ type?: import("vue").PropType<boolean>;
188
+ default?: boolean;
189
+ };
190
+ indDetailIconColor?: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
182
194
  }, {
183
195
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
184
196
  getPopupContainer: () => HTMLElement;
@@ -553,6 +565,18 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
553
565
  [key: string]: any;
554
566
  };
555
567
  };
568
+ toolboxShow?: {
569
+ type?: import("vue").PropType<boolean>;
570
+ default?: boolean;
571
+ };
572
+ isShowIndDetail?: {
573
+ type?: import("vue").PropType<boolean>;
574
+ default?: boolean;
575
+ };
576
+ indDetailIconColor?: {
577
+ type?: import("vue").PropType<string>;
578
+ default?: string;
579
+ };
556
580
  }>>, {}>> & Record<string, any>;
557
581
  export default EcanRangePicker;
558
582
  export * from './props';
@@ -198,5 +198,17 @@ export declare const rangePickerComponentProps: {
198
198
  [key: string]: any;
199
199
  };
200
200
  };
201
+ toolboxShow?: {
202
+ type?: import("vue").PropType<boolean>;
203
+ default?: boolean;
204
+ };
205
+ isShowIndDetail?: {
206
+ type?: import("vue").PropType<boolean>;
207
+ default?: boolean;
208
+ };
209
+ indDetailIconColor?: {
210
+ type?: import("vue").PropType<string>;
211
+ default?: string;
212
+ };
201
213
  };
202
214
  export declare const rangePickerEvents: string[];
@@ -48,8 +48,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
48
48
  };
49
49
  };
50
50
  valueType: {
51
- type?: import("vue").PropType<"label" | "value">;
52
- default?: "label" | "value";
51
+ type?: import("vue").PropType<"value" | "label">;
52
+ default?: "value" | "label";
53
53
  };
54
54
  isAllowClear: {
55
55
  type?: import("vue").PropType<boolean>;
@@ -183,6 +183,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
183
183
  [key: string]: any;
184
184
  };
185
185
  };
186
+ toolboxShow?: {
187
+ type?: import("vue").PropType<boolean>;
188
+ default?: boolean;
189
+ };
190
+ isShowIndDetail?: {
191
+ type?: import("vue").PropType<boolean>;
192
+ default?: boolean;
193
+ };
194
+ indDetailIconColor?: {
195
+ type?: import("vue").PropType<string>;
196
+ default?: string;
197
+ };
186
198
  }, {
187
199
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
188
200
  getPopupContainer: () => HTMLElement;
@@ -258,8 +270,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
258
270
  };
259
271
  };
260
272
  valueType: {
261
- type?: import("vue").PropType<"label" | "value">;
262
- default?: "label" | "value";
273
+ type?: import("vue").PropType<"value" | "label">;
274
+ default?: "value" | "label";
263
275
  };
264
276
  isAllowClear: {
265
277
  type?: import("vue").PropType<boolean>;
@@ -393,5 +405,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
393
405
  [key: string]: any;
394
406
  };
395
407
  };
408
+ toolboxShow?: {
409
+ type?: import("vue").PropType<boolean>;
410
+ default?: boolean;
411
+ };
412
+ isShowIndDetail?: {
413
+ type?: import("vue").PropType<boolean>;
414
+ default?: boolean;
415
+ };
416
+ indDetailIconColor?: {
417
+ type?: import("vue").PropType<string>;
418
+ default?: string;
419
+ };
396
420
  }>>, {}>;
397
421
  export default _sfc_main;