sard-uniapp 1.24.6 → 1.24.7

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 (211) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/components/action-sheet/action-sheet.d.ts +8 -1
  3. package/components/action-sheet/common.d.ts +99 -2
  4. package/components/alert/alert.d.ts +6 -0
  5. package/components/alert/common.d.ts +63 -1
  6. package/components/avatar/avatar.d.ts +8 -0
  7. package/components/avatar/common.d.ts +99 -1
  8. package/components/avatar-group/avatar-group.d.ts +6 -1
  9. package/components/avatar-group/common.d.ts +63 -2
  10. package/components/back-top/back-top.d.ts +4 -0
  11. package/components/back-top/common.d.ts +40 -1
  12. package/components/badge/badge.d.ts +7 -0
  13. package/components/badge/common.d.ts +99 -2
  14. package/components/button/button.d.ts +22 -0
  15. package/components/button/common.d.ts +960 -8
  16. package/components/calendar/calendar.d.ts +16 -1
  17. package/components/calendar/common.d.ts +360 -3
  18. package/components/calendar-input/calendar-input.d.ts +31 -2
  19. package/components/calendar-input/common.d.ts +1368 -7
  20. package/components/calendar-popout/calendar-popout.d.ts +22 -2
  21. package/components/calendar-popout/common.d.ts +675 -5
  22. package/components/cascader-input/cascader-input.d.ts +25 -0
  23. package/components/cascader-input/common.d.ts +783 -3
  24. package/components/cascader-popout/cascader-popout.d.ts +14 -0
  25. package/components/cascader-popout/common.d.ts +288 -2
  26. package/components/checkbox/checkbox.d.ts +11 -0
  27. package/components/checkbox/common.d.ts +323 -3
  28. package/components/checkbox-group/checkbox-group.d.ts +10 -0
  29. package/components/checkbox-input/checkbox-input.d.ts +28 -1
  30. package/components/checkbox-input/common.d.ts +960 -4
  31. package/components/checkbox-popout/checkbox-popout.d.ts +19 -1
  32. package/components/checkbox-popout/common.d.ts +460 -2
  33. package/components/config/index.d.ts +150 -482
  34. package/components/config/index.js +16 -34
  35. package/components/cool-icon/common.d.ts +63 -1
  36. package/components/cool-icon/cool-icon.d.ts +6 -0
  37. package/components/count-down/common.d.ts +48 -3
  38. package/components/count-down/count-down.d.ts +3 -0
  39. package/components/count-to/common.d.ts +35 -4
  40. package/components/count-to/count-to.d.ts +1 -0
  41. package/components/crop-image/common.d.ts +288 -4
  42. package/components/crop-image/crop-image.d.ts +12 -0
  43. package/components/crop-image-agent/common.d.ts +288 -5
  44. package/components/crop-image-agent/crop-image-agent.d.ts +11 -0
  45. package/components/datetime-picker/common.d.ts +120 -2
  46. package/components/datetime-picker/datetime-picker.d.ts +9 -1
  47. package/components/datetime-picker-input/common.d.ts +783 -4
  48. package/components/datetime-picker-input/datetime-picker-input.d.ts +23 -0
  49. package/components/datetime-picker-popout/common.d.ts +288 -3
  50. package/components/datetime-picker-popout/datetime-picker-popout.d.ts +13 -0
  51. package/components/datetime-range-picker/common.d.ts +143 -1
  52. package/components/datetime-range-picker/datetime-range-picker.d.ts +10 -0
  53. package/components/datetime-range-picker-input/common.d.ts +840 -3
  54. package/components/datetime-range-picker-input/datetime-range-picker-input.d.ts +25 -0
  55. package/components/datetime-range-picker-popout/common.d.ts +323 -2
  56. package/components/datetime-range-picker-popout/datetime-range-picker-popout.d.ts +15 -0
  57. package/components/dialog/common.d.ts +360 -6
  58. package/components/dialog/dialog.d.ts +16 -3
  59. package/components/dialog-agent/common.d.ts +1023 -7
  60. package/components/dialog-agent/dialog-agent.d.ts +28 -3
  61. package/components/divider/common.d.ts +48 -3
  62. package/components/divider/divider.d.ts +4 -1
  63. package/components/dropdown/common.d.ts +99 -5
  64. package/components/dropdown/dropdown.d.ts +7 -3
  65. package/components/empty/common.d.ts +48 -1
  66. package/components/empty/empty.d.ts +5 -0
  67. package/components/fab/common.d.ts +619 -7
  68. package/components/fab/fab.d.ts +20 -2
  69. package/components/floating-bubble/common.d.ts +153 -4
  70. package/components/floating-bubble/floating-bubble.d.ts +10 -1
  71. package/components/floating-panel/common.d.ts +63 -3
  72. package/components/floating-panel/floating-panel.d.ts +4 -0
  73. package/components/form/README.md +11 -12
  74. package/components/form/common.d.ts +304 -1
  75. package/components/form/form.d.ts +12 -1
  76. package/components/form-item/form-item.d.ts +15 -0
  77. package/components/form-item/useFormItem.d.ts +1 -1
  78. package/components/form-item-plain/form-item-plain.d.ts +15 -0
  79. package/components/form-item-plain/form-item-plain.vue +7 -3
  80. package/components/form-plain/common.d.ts +0 -1
  81. package/components/form-plain/form-plain.d.ts +12 -1
  82. package/components/grid/common.d.ts +99 -2
  83. package/components/grid/grid.d.ts +8 -1
  84. package/components/icon/common.d.ts +63 -3
  85. package/components/icon/icon.d.ts +5 -1
  86. package/components/indexes/common.d.ts +1 -0
  87. package/components/indexes/indexes.vue +2 -1
  88. package/components/input/common.d.ts +2400 -14
  89. package/components/input/input.d.ts +36 -2
  90. package/components/keyboard/common.d.ts +24 -2
  91. package/components/keyboard/keyboard.d.ts +2 -0
  92. package/components/list/common.d.ts +168 -1
  93. package/components/list-item/list-item.d.ts +11 -0
  94. package/components/loading/common.d.ts +117 -1
  95. package/components/loading/loading.d.ts +8 -0
  96. package/components/locale/lang/ar-SA.d.ts +2 -0
  97. package/components/locale/lang/ar-SA.js +2 -0
  98. package/components/locale/lang/en-US.d.ts +2 -0
  99. package/components/locale/lang/en-US.js +2 -0
  100. package/components/locale/lang/zh-CN.d.ts +2 -0
  101. package/components/locale/lang/zh-CN.js +2 -0
  102. package/components/marquee/common.d.ts +35 -3
  103. package/components/marquee/marquee.d.ts +2 -0
  104. package/components/notice-bar/common.d.ts +195 -4
  105. package/components/notice-bar/notice-bar.d.ts +10 -1
  106. package/components/notify/common.d.ts +143 -4
  107. package/components/notify/notify.d.ts +8 -1
  108. package/components/notify-agent/common.d.ts +483 -5
  109. package/components/notify-agent/notify-agent.d.ts +18 -1
  110. package/components/overlay/common.d.ts +63 -1
  111. package/components/overlay/overlay.d.ts +6 -0
  112. package/components/pagination/common.d.ts +143 -6
  113. package/components/pagination/pagination.d.ts +6 -1
  114. package/components/password-input/common.d.ts +168 -3
  115. package/components/password-input/password-input.d.ts +9 -0
  116. package/components/picker/common.d.ts +46 -1
  117. package/components/picker/picker.d.ts +5 -0
  118. package/components/picker-input/common.d.ts +599 -4
  119. package/components/picker-input/picker-input.d.ts +21 -1
  120. package/components/picker-popout/common.d.ts +181 -3
  121. package/components/picker-popout/picker-popout.d.ts +10 -0
  122. package/components/popout/common.d.ts +288 -6
  123. package/components/popout/popout.d.ts +11 -1
  124. package/components/popout-input/common.d.ts +181 -2
  125. package/components/popout-input/popout-input.d.ts +11 -0
  126. package/components/popover/common.d.ts +168 -7
  127. package/components/popover/popover.d.ts +8 -3
  128. package/components/popup/common.d.ts +168 -4
  129. package/components/popup/popup.d.ts +10 -2
  130. package/components/progress-bar/common.d.ts +143 -2
  131. package/components/progress-bar/progress-bar.d.ts +9 -0
  132. package/components/progress-circle/common.d.ts +80 -2
  133. package/components/progress-circle/progress-circle.d.ts +6 -0
  134. package/components/pull-down-refresh/common.d.ts +100 -8
  135. package/components/pull-down-refresh/pull-down-refresh.d.ts +3 -1
  136. package/components/qrcode/common.d.ts +168 -8
  137. package/components/qrcode/qrcode.d.ts +4 -0
  138. package/components/radio/common.d.ts +155 -2
  139. package/components/radio-group/radio-group.d.ts +10 -0
  140. package/components/radio-input/common.d.ts +869 -5
  141. package/components/radio-input/radio-input.d.ts +26 -1
  142. package/components/radio-popout/common.d.ts +397 -3
  143. package/components/radio-popout/radio-popout.d.ts +17 -1
  144. package/components/rate/common.d.ts +360 -4
  145. package/components/rate/rate.d.ts +15 -1
  146. package/components/read-more/common.d.ts +80 -1
  147. package/components/read-more/read-more.d.ts +7 -0
  148. package/components/resize-sensor/common.d.ts +24 -1
  149. package/components/resize-sensor/resize-sensor.d.ts +3 -0
  150. package/components/result/common.d.ts +80 -1
  151. package/components/result/result.d.ts +7 -0
  152. package/components/scroll-spy/README.md +9 -8
  153. package/components/scroll-spy/common.d.ts +1 -0
  154. package/components/scroll-spy/scroll-spy.vue +4 -2
  155. package/components/search/common.d.ts +224 -2
  156. package/components/search/search.d.ts +12 -0
  157. package/components/segmented/common.d.ts +131 -4
  158. package/components/segmented/segmented.d.ts +8 -1
  159. package/components/share-sheet/common.d.ts +120 -2
  160. package/components/share-sheet/share-sheet.d.ts +9 -1
  161. package/components/signature/common.d.ts +255 -7
  162. package/components/signature/signature.d.ts +9 -1
  163. package/components/skeleton/common.d.ts +120 -2
  164. package/components/skeleton/skeleton.d.ts +8 -0
  165. package/components/slider/common.d.ts +528 -4
  166. package/components/slider/slider.d.ts +18 -0
  167. package/components/space/common.d.ts +63 -2
  168. package/components/space/space.d.ts +5 -0
  169. package/components/status-bar/common.d.ts +24 -1
  170. package/components/status-bar/status-bar.d.ts +3 -0
  171. package/components/stepper/common.d.ts +360 -9
  172. package/components/stepper/stepper.d.ts +10 -1
  173. package/components/steps/common.d.ts +224 -8
  174. package/components/steps/steps.d.ts +6 -0
  175. package/components/swiper-dot/common.d.ts +63 -4
  176. package/components/swiper-dot/swiper-dot.d.ts +3 -0
  177. package/components/switch/common.d.ts +153 -3
  178. package/components/switch/switch.d.ts +10 -0
  179. package/components/tabbar/common.d.ts +80 -1
  180. package/components/tabbar/tabbar.d.ts +7 -0
  181. package/components/table/common.d.ts +35 -2
  182. package/components/table/table.d.ts +4 -1
  183. package/components/tabs/README.md +4 -3
  184. package/components/tabs/common.d.ts +49 -1
  185. package/components/tabs/index.scss +2 -1
  186. package/components/tabs/tabs.d.ts +5 -0
  187. package/components/tabs/tabs.vue +3 -1
  188. package/components/tag/common.d.ts +120 -2
  189. package/components/tag/tag.d.ts +8 -0
  190. package/components/toast/common.d.ts +120 -6
  191. package/components/toast/toast.d.ts +6 -2
  192. package/components/toast-agent/common.d.ts +440 -7
  193. package/components/toast-agent/toast-agent.d.ts +16 -2
  194. package/components/tree/README.md +34 -20
  195. package/components/tree/common.d.ts +391 -3
  196. package/components/tree/common.js +1 -0
  197. package/components/tree/index.scss +13 -0
  198. package/components/tree/tree.d.ts +16 -1
  199. package/components/tree/tree.vue +71 -22
  200. package/components/tree/variables.scss +4 -0
  201. package/components/tree-node/index.scss +6 -0
  202. package/components/tree-node/tree-node.vue +46 -12
  203. package/components/upload/common.d.ts +195 -1
  204. package/components/upload/upload.d.ts +13 -1
  205. package/components/upload-preview/upload-preview.d.ts +12 -0
  206. package/components/waterfall/common.d.ts +35 -3
  207. package/components/waterfall/waterfall.d.ts +2 -0
  208. package/components/watermark/common.d.ts +143 -5
  209. package/components/watermark/watermark.d.ts +7 -1
  210. package/package.json +1 -1
  211. package/use/useScrollSpy.js +5 -1
@@ -6,10 +6,966 @@ export interface CheckboxInputProps extends CheckboxPopoutProps, Omit<PopoutInpu
6
6
  valueOnClear?: () => any;
7
7
  }
8
8
  export declare const defaultCheckboxInputProps: () => {
9
- valueOnClear: CheckboxInputProps["valueOnClear"];
10
- options: () => never[];
11
- validateEvent: boolean;
12
- iconPosition: CheckboxPopoutProps["iconPosition"];
9
+ valueOnClear?: ((() => any) | ((props: {
10
+ valueOnClear: () => any;
11
+ visible: boolean;
12
+ title: string;
13
+ popoutClass: string;
14
+ popoutStyle: import("vue").StyleValue;
15
+ showCheckAll: boolean;
16
+ searchable: boolean;
17
+ filterPlaceholder: string;
18
+ resettable: boolean;
19
+ iconPosition: "left" | "right";
20
+ rootStyle: import("vue").StyleValue;
21
+ rootClass: string;
22
+ modelValue: any[];
23
+ disabled: boolean;
24
+ readonly: boolean;
25
+ size: string;
26
+ type: import("../checkbox/common").IconType;
27
+ checkedColor: string;
28
+ direction: "horizontal" | "vertical";
29
+ validateEvent: boolean;
30
+ options: CheckboxGroupOption[];
31
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
32
+ loading: boolean;
33
+ placeholder: string;
34
+ clearable: boolean;
35
+ multiline: boolean;
36
+ arrow: string;
37
+ arrowFamily: string;
38
+ internalArrow: number;
39
+ inputProps: import("../input").InputProps;
40
+ }) => () => any)) | undefined;
41
+ visible?: boolean | ((props: {
42
+ valueOnClear: () => any;
43
+ visible: boolean;
44
+ title: string;
45
+ popoutClass: string;
46
+ popoutStyle: import("vue").StyleValue;
47
+ showCheckAll: boolean;
48
+ searchable: boolean;
49
+ filterPlaceholder: string;
50
+ resettable: boolean;
51
+ iconPosition: "left" | "right";
52
+ rootStyle: import("vue").StyleValue;
53
+ rootClass: string;
54
+ modelValue: any[];
55
+ disabled: boolean;
56
+ readonly: boolean;
57
+ size: string;
58
+ type: import("../checkbox/common").IconType;
59
+ checkedColor: string;
60
+ direction: "horizontal" | "vertical";
61
+ validateEvent: boolean;
62
+ options: CheckboxGroupOption[];
63
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
64
+ loading: boolean;
65
+ placeholder: string;
66
+ clearable: boolean;
67
+ multiline: boolean;
68
+ arrow: string;
69
+ arrowFamily: string;
70
+ internalArrow: number;
71
+ inputProps: import("../input").InputProps;
72
+ }) => boolean) | undefined;
73
+ title?: string | ((props: {
74
+ valueOnClear: () => any;
75
+ visible: boolean;
76
+ title: string;
77
+ popoutClass: string;
78
+ popoutStyle: import("vue").StyleValue;
79
+ showCheckAll: boolean;
80
+ searchable: boolean;
81
+ filterPlaceholder: string;
82
+ resettable: boolean;
83
+ iconPosition: "left" | "right";
84
+ rootStyle: import("vue").StyleValue;
85
+ rootClass: string;
86
+ modelValue: any[];
87
+ disabled: boolean;
88
+ readonly: boolean;
89
+ size: string;
90
+ type: import("../checkbox/common").IconType;
91
+ checkedColor: string;
92
+ direction: "horizontal" | "vertical";
93
+ validateEvent: boolean;
94
+ options: CheckboxGroupOption[];
95
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
96
+ loading: boolean;
97
+ placeholder: string;
98
+ clearable: boolean;
99
+ multiline: boolean;
100
+ arrow: string;
101
+ arrowFamily: string;
102
+ internalArrow: number;
103
+ inputProps: import("../input").InputProps;
104
+ }) => string) | undefined;
105
+ popoutClass?: string | ((props: {
106
+ valueOnClear: () => any;
107
+ visible: boolean;
108
+ title: string;
109
+ popoutClass: string;
110
+ popoutStyle: import("vue").StyleValue;
111
+ showCheckAll: boolean;
112
+ searchable: boolean;
113
+ filterPlaceholder: string;
114
+ resettable: boolean;
115
+ iconPosition: "left" | "right";
116
+ rootStyle: import("vue").StyleValue;
117
+ rootClass: string;
118
+ modelValue: any[];
119
+ disabled: boolean;
120
+ readonly: boolean;
121
+ size: string;
122
+ type: import("../checkbox/common").IconType;
123
+ checkedColor: string;
124
+ direction: "horizontal" | "vertical";
125
+ validateEvent: boolean;
126
+ options: CheckboxGroupOption[];
127
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
128
+ loading: boolean;
129
+ placeholder: string;
130
+ clearable: boolean;
131
+ multiline: boolean;
132
+ arrow: string;
133
+ arrowFamily: string;
134
+ internalArrow: number;
135
+ inputProps: import("../input").InputProps;
136
+ }) => string) | undefined;
137
+ popoutStyle?: string | false | ((props: {
138
+ valueOnClear: () => any;
139
+ visible: boolean;
140
+ title: string;
141
+ popoutClass: string;
142
+ popoutStyle: import("vue").StyleValue;
143
+ showCheckAll: boolean;
144
+ searchable: boolean;
145
+ filterPlaceholder: string;
146
+ resettable: boolean;
147
+ iconPosition: "left" | "right";
148
+ rootStyle: import("vue").StyleValue;
149
+ rootClass: string;
150
+ modelValue: any[];
151
+ disabled: boolean;
152
+ readonly: boolean;
153
+ size: string;
154
+ type: import("../checkbox/common").IconType;
155
+ checkedColor: string;
156
+ direction: "horizontal" | "vertical";
157
+ validateEvent: boolean;
158
+ options: CheckboxGroupOption[];
159
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
160
+ loading: boolean;
161
+ placeholder: string;
162
+ clearable: boolean;
163
+ multiline: boolean;
164
+ arrow: string;
165
+ arrowFamily: string;
166
+ internalArrow: number;
167
+ inputProps: import("../input").InputProps;
168
+ }) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | null | undefined;
169
+ showCheckAll?: boolean | ((props: {
170
+ valueOnClear: () => any;
171
+ visible: boolean;
172
+ title: string;
173
+ popoutClass: string;
174
+ popoutStyle: import("vue").StyleValue;
175
+ showCheckAll: boolean;
176
+ searchable: boolean;
177
+ filterPlaceholder: string;
178
+ resettable: boolean;
179
+ iconPosition: "left" | "right";
180
+ rootStyle: import("vue").StyleValue;
181
+ rootClass: string;
182
+ modelValue: any[];
183
+ disabled: boolean;
184
+ readonly: boolean;
185
+ size: string;
186
+ type: import("../checkbox/common").IconType;
187
+ checkedColor: string;
188
+ direction: "horizontal" | "vertical";
189
+ validateEvent: boolean;
190
+ options: CheckboxGroupOption[];
191
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
192
+ loading: boolean;
193
+ placeholder: string;
194
+ clearable: boolean;
195
+ multiline: boolean;
196
+ arrow: string;
197
+ arrowFamily: string;
198
+ internalArrow: number;
199
+ inputProps: import("../input").InputProps;
200
+ }) => boolean) | undefined;
201
+ searchable?: boolean | ((props: {
202
+ valueOnClear: () => any;
203
+ visible: boolean;
204
+ title: string;
205
+ popoutClass: string;
206
+ popoutStyle: import("vue").StyleValue;
207
+ showCheckAll: boolean;
208
+ searchable: boolean;
209
+ filterPlaceholder: string;
210
+ resettable: boolean;
211
+ iconPosition: "left" | "right";
212
+ rootStyle: import("vue").StyleValue;
213
+ rootClass: string;
214
+ modelValue: any[];
215
+ disabled: boolean;
216
+ readonly: boolean;
217
+ size: string;
218
+ type: import("../checkbox/common").IconType;
219
+ checkedColor: string;
220
+ direction: "horizontal" | "vertical";
221
+ validateEvent: boolean;
222
+ options: CheckboxGroupOption[];
223
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
224
+ loading: boolean;
225
+ placeholder: string;
226
+ clearable: boolean;
227
+ multiline: boolean;
228
+ arrow: string;
229
+ arrowFamily: string;
230
+ internalArrow: number;
231
+ inputProps: import("../input").InputProps;
232
+ }) => boolean) | undefined;
233
+ filterPlaceholder?: string | ((props: {
234
+ valueOnClear: () => any;
235
+ visible: boolean;
236
+ title: string;
237
+ popoutClass: string;
238
+ popoutStyle: import("vue").StyleValue;
239
+ showCheckAll: boolean;
240
+ searchable: boolean;
241
+ filterPlaceholder: string;
242
+ resettable: boolean;
243
+ iconPosition: "left" | "right";
244
+ rootStyle: import("vue").StyleValue;
245
+ rootClass: string;
246
+ modelValue: any[];
247
+ disabled: boolean;
248
+ readonly: boolean;
249
+ size: string;
250
+ type: import("../checkbox/common").IconType;
251
+ checkedColor: string;
252
+ direction: "horizontal" | "vertical";
253
+ validateEvent: boolean;
254
+ options: CheckboxGroupOption[];
255
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
256
+ loading: boolean;
257
+ placeholder: string;
258
+ clearable: boolean;
259
+ multiline: boolean;
260
+ arrow: string;
261
+ arrowFamily: string;
262
+ internalArrow: number;
263
+ inputProps: import("../input").InputProps;
264
+ }) => string) | undefined;
265
+ resettable?: boolean | ((props: {
266
+ valueOnClear: () => any;
267
+ visible: boolean;
268
+ title: string;
269
+ popoutClass: string;
270
+ popoutStyle: import("vue").StyleValue;
271
+ showCheckAll: boolean;
272
+ searchable: boolean;
273
+ filterPlaceholder: string;
274
+ resettable: boolean;
275
+ iconPosition: "left" | "right";
276
+ rootStyle: import("vue").StyleValue;
277
+ rootClass: string;
278
+ modelValue: any[];
279
+ disabled: boolean;
280
+ readonly: boolean;
281
+ size: string;
282
+ type: import("../checkbox/common").IconType;
283
+ checkedColor: string;
284
+ direction: "horizontal" | "vertical";
285
+ validateEvent: boolean;
286
+ options: CheckboxGroupOption[];
287
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
288
+ loading: boolean;
289
+ placeholder: string;
290
+ clearable: boolean;
291
+ multiline: boolean;
292
+ arrow: string;
293
+ arrowFamily: string;
294
+ internalArrow: number;
295
+ inputProps: import("../input").InputProps;
296
+ }) => boolean) | undefined;
297
+ iconPosition?: "left" | "right" | ((props: {
298
+ valueOnClear: () => any;
299
+ visible: boolean;
300
+ title: string;
301
+ popoutClass: string;
302
+ popoutStyle: import("vue").StyleValue;
303
+ showCheckAll: boolean;
304
+ searchable: boolean;
305
+ filterPlaceholder: string;
306
+ resettable: boolean;
307
+ iconPosition: "left" | "right";
308
+ rootStyle: import("vue").StyleValue;
309
+ rootClass: string;
310
+ modelValue: any[];
311
+ disabled: boolean;
312
+ readonly: boolean;
313
+ size: string;
314
+ type: import("../checkbox/common").IconType;
315
+ checkedColor: string;
316
+ direction: "horizontal" | "vertical";
317
+ validateEvent: boolean;
318
+ options: CheckboxGroupOption[];
319
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
320
+ loading: boolean;
321
+ placeholder: string;
322
+ clearable: boolean;
323
+ multiline: boolean;
324
+ arrow: string;
325
+ arrowFamily: string;
326
+ internalArrow: number;
327
+ inputProps: import("../input").InputProps;
328
+ }) => "left" | "right") | undefined;
329
+ rootStyle?: string | false | ((props: {
330
+ valueOnClear: () => any;
331
+ visible: boolean;
332
+ title: string;
333
+ popoutClass: string;
334
+ popoutStyle: import("vue").StyleValue;
335
+ showCheckAll: boolean;
336
+ searchable: boolean;
337
+ filterPlaceholder: string;
338
+ resettable: boolean;
339
+ iconPosition: "left" | "right";
340
+ rootStyle: import("vue").StyleValue;
341
+ rootClass: string;
342
+ modelValue: any[];
343
+ disabled: boolean;
344
+ readonly: boolean;
345
+ size: string;
346
+ type: import("../checkbox/common").IconType;
347
+ checkedColor: string;
348
+ direction: "horizontal" | "vertical";
349
+ validateEvent: boolean;
350
+ options: CheckboxGroupOption[];
351
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
352
+ loading: boolean;
353
+ placeholder: string;
354
+ clearable: boolean;
355
+ multiline: boolean;
356
+ arrow: string;
357
+ arrowFamily: string;
358
+ internalArrow: number;
359
+ inputProps: import("../input").InputProps;
360
+ }) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | null | undefined;
361
+ rootClass?: string | ((props: {
362
+ valueOnClear: () => any;
363
+ visible: boolean;
364
+ title: string;
365
+ popoutClass: string;
366
+ popoutStyle: import("vue").StyleValue;
367
+ showCheckAll: boolean;
368
+ searchable: boolean;
369
+ filterPlaceholder: string;
370
+ resettable: boolean;
371
+ iconPosition: "left" | "right";
372
+ rootStyle: import("vue").StyleValue;
373
+ rootClass: string;
374
+ modelValue: any[];
375
+ disabled: boolean;
376
+ readonly: boolean;
377
+ size: string;
378
+ type: import("../checkbox/common").IconType;
379
+ checkedColor: string;
380
+ direction: "horizontal" | "vertical";
381
+ validateEvent: boolean;
382
+ options: CheckboxGroupOption[];
383
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
384
+ loading: boolean;
385
+ placeholder: string;
386
+ clearable: boolean;
387
+ multiline: boolean;
388
+ arrow: string;
389
+ arrowFamily: string;
390
+ internalArrow: number;
391
+ inputProps: import("../input").InputProps;
392
+ }) => string) | undefined;
393
+ modelValue?: ((props: {
394
+ valueOnClear: () => any;
395
+ visible: boolean;
396
+ title: string;
397
+ popoutClass: string;
398
+ popoutStyle: import("vue").StyleValue;
399
+ showCheckAll: boolean;
400
+ searchable: boolean;
401
+ filterPlaceholder: string;
402
+ resettable: boolean;
403
+ iconPosition: "left" | "right";
404
+ rootStyle: import("vue").StyleValue;
405
+ rootClass: string;
406
+ modelValue: any[];
407
+ disabled: boolean;
408
+ readonly: boolean;
409
+ size: string;
410
+ type: import("../checkbox/common").IconType;
411
+ checkedColor: string;
412
+ direction: "horizontal" | "vertical";
413
+ validateEvent: boolean;
414
+ options: CheckboxGroupOption[];
415
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
416
+ loading: boolean;
417
+ placeholder: string;
418
+ clearable: boolean;
419
+ multiline: boolean;
420
+ arrow: string;
421
+ arrowFamily: string;
422
+ internalArrow: number;
423
+ inputProps: import("../input").InputProps;
424
+ }) => any[]) | undefined;
425
+ disabled?: boolean | ((props: {
426
+ valueOnClear: () => any;
427
+ visible: boolean;
428
+ title: string;
429
+ popoutClass: string;
430
+ popoutStyle: import("vue").StyleValue;
431
+ showCheckAll: boolean;
432
+ searchable: boolean;
433
+ filterPlaceholder: string;
434
+ resettable: boolean;
435
+ iconPosition: "left" | "right";
436
+ rootStyle: import("vue").StyleValue;
437
+ rootClass: string;
438
+ modelValue: any[];
439
+ disabled: boolean;
440
+ readonly: boolean;
441
+ size: string;
442
+ type: import("../checkbox/common").IconType;
443
+ checkedColor: string;
444
+ direction: "horizontal" | "vertical";
445
+ validateEvent: boolean;
446
+ options: CheckboxGroupOption[];
447
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
448
+ loading: boolean;
449
+ placeholder: string;
450
+ clearable: boolean;
451
+ multiline: boolean;
452
+ arrow: string;
453
+ arrowFamily: string;
454
+ internalArrow: number;
455
+ inputProps: import("../input").InputProps;
456
+ }) => boolean) | undefined;
457
+ readonly?: boolean | ((props: {
458
+ valueOnClear: () => any;
459
+ visible: boolean;
460
+ title: string;
461
+ popoutClass: string;
462
+ popoutStyle: import("vue").StyleValue;
463
+ showCheckAll: boolean;
464
+ searchable: boolean;
465
+ filterPlaceholder: string;
466
+ resettable: boolean;
467
+ iconPosition: "left" | "right";
468
+ rootStyle: import("vue").StyleValue;
469
+ rootClass: string;
470
+ modelValue: any[];
471
+ disabled: boolean;
472
+ readonly: boolean;
473
+ size: string;
474
+ type: import("../checkbox/common").IconType;
475
+ checkedColor: string;
476
+ direction: "horizontal" | "vertical";
477
+ validateEvent: boolean;
478
+ options: CheckboxGroupOption[];
479
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
480
+ loading: boolean;
481
+ placeholder: string;
482
+ clearable: boolean;
483
+ multiline: boolean;
484
+ arrow: string;
485
+ arrowFamily: string;
486
+ internalArrow: number;
487
+ inputProps: import("../input").InputProps;
488
+ }) => boolean) | undefined;
489
+ size?: string | ((props: {
490
+ valueOnClear: () => any;
491
+ visible: boolean;
492
+ title: string;
493
+ popoutClass: string;
494
+ popoutStyle: import("vue").StyleValue;
495
+ showCheckAll: boolean;
496
+ searchable: boolean;
497
+ filterPlaceholder: string;
498
+ resettable: boolean;
499
+ iconPosition: "left" | "right";
500
+ rootStyle: import("vue").StyleValue;
501
+ rootClass: string;
502
+ modelValue: any[];
503
+ disabled: boolean;
504
+ readonly: boolean;
505
+ size: string;
506
+ type: import("../checkbox/common").IconType;
507
+ checkedColor: string;
508
+ direction: "horizontal" | "vertical";
509
+ validateEvent: boolean;
510
+ options: CheckboxGroupOption[];
511
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
512
+ loading: boolean;
513
+ placeholder: string;
514
+ clearable: boolean;
515
+ multiline: boolean;
516
+ arrow: string;
517
+ arrowFamily: string;
518
+ internalArrow: number;
519
+ inputProps: import("../input").InputProps;
520
+ }) => string) | undefined;
521
+ type?: "circle" | "square" | ((props: {
522
+ valueOnClear: () => any;
523
+ visible: boolean;
524
+ title: string;
525
+ popoutClass: string;
526
+ popoutStyle: import("vue").StyleValue;
527
+ showCheckAll: boolean;
528
+ searchable: boolean;
529
+ filterPlaceholder: string;
530
+ resettable: boolean;
531
+ iconPosition: "left" | "right";
532
+ rootStyle: import("vue").StyleValue;
533
+ rootClass: string;
534
+ modelValue: any[];
535
+ disabled: boolean;
536
+ readonly: boolean;
537
+ size: string;
538
+ type: import("../checkbox/common").IconType;
539
+ checkedColor: string;
540
+ direction: "horizontal" | "vertical";
541
+ validateEvent: boolean;
542
+ options: CheckboxGroupOption[];
543
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
544
+ loading: boolean;
545
+ placeholder: string;
546
+ clearable: boolean;
547
+ multiline: boolean;
548
+ arrow: string;
549
+ arrowFamily: string;
550
+ internalArrow: number;
551
+ inputProps: import("../input").InputProps;
552
+ }) => "circle" | "square") | undefined;
553
+ checkedColor?: string | ((props: {
554
+ valueOnClear: () => any;
555
+ visible: boolean;
556
+ title: string;
557
+ popoutClass: string;
558
+ popoutStyle: import("vue").StyleValue;
559
+ showCheckAll: boolean;
560
+ searchable: boolean;
561
+ filterPlaceholder: string;
562
+ resettable: boolean;
563
+ iconPosition: "left" | "right";
564
+ rootStyle: import("vue").StyleValue;
565
+ rootClass: string;
566
+ modelValue: any[];
567
+ disabled: boolean;
568
+ readonly: boolean;
569
+ size: string;
570
+ type: import("../checkbox/common").IconType;
571
+ checkedColor: string;
572
+ direction: "horizontal" | "vertical";
573
+ validateEvent: boolean;
574
+ options: CheckboxGroupOption[];
575
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
576
+ loading: boolean;
577
+ placeholder: string;
578
+ clearable: boolean;
579
+ multiline: boolean;
580
+ arrow: string;
581
+ arrowFamily: string;
582
+ internalArrow: number;
583
+ inputProps: import("../input").InputProps;
584
+ }) => string) | undefined;
585
+ direction?: "horizontal" | "vertical" | ((props: {
586
+ valueOnClear: () => any;
587
+ visible: boolean;
588
+ title: string;
589
+ popoutClass: string;
590
+ popoutStyle: import("vue").StyleValue;
591
+ showCheckAll: boolean;
592
+ searchable: boolean;
593
+ filterPlaceholder: string;
594
+ resettable: boolean;
595
+ iconPosition: "left" | "right";
596
+ rootStyle: import("vue").StyleValue;
597
+ rootClass: string;
598
+ modelValue: any[];
599
+ disabled: boolean;
600
+ readonly: boolean;
601
+ size: string;
602
+ type: import("../checkbox/common").IconType;
603
+ checkedColor: string;
604
+ direction: "horizontal" | "vertical";
605
+ validateEvent: boolean;
606
+ options: CheckboxGroupOption[];
607
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
608
+ loading: boolean;
609
+ placeholder: string;
610
+ clearable: boolean;
611
+ multiline: boolean;
612
+ arrow: string;
613
+ arrowFamily: string;
614
+ internalArrow: number;
615
+ inputProps: import("../input").InputProps;
616
+ }) => "horizontal" | "vertical") | undefined;
617
+ validateEvent?: boolean | ((props: {
618
+ valueOnClear: () => any;
619
+ visible: boolean;
620
+ title: string;
621
+ popoutClass: string;
622
+ popoutStyle: import("vue").StyleValue;
623
+ showCheckAll: boolean;
624
+ searchable: boolean;
625
+ filterPlaceholder: string;
626
+ resettable: boolean;
627
+ iconPosition: "left" | "right";
628
+ rootStyle: import("vue").StyleValue;
629
+ rootClass: string;
630
+ modelValue: any[];
631
+ disabled: boolean;
632
+ readonly: boolean;
633
+ size: string;
634
+ type: import("../checkbox/common").IconType;
635
+ checkedColor: string;
636
+ direction: "horizontal" | "vertical";
637
+ validateEvent: boolean;
638
+ options: CheckboxGroupOption[];
639
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
640
+ loading: boolean;
641
+ placeholder: string;
642
+ clearable: boolean;
643
+ multiline: boolean;
644
+ arrow: string;
645
+ arrowFamily: string;
646
+ internalArrow: number;
647
+ inputProps: import("../input").InputProps;
648
+ }) => boolean) | undefined;
649
+ options: (props: {
650
+ valueOnClear: () => any;
651
+ visible: boolean;
652
+ title: string;
653
+ popoutClass: string;
654
+ popoutStyle: import("vue").StyleValue;
655
+ showCheckAll: boolean;
656
+ searchable: boolean;
657
+ filterPlaceholder: string;
658
+ resettable: boolean;
659
+ iconPosition: "left" | "right";
660
+ rootStyle: import("vue").StyleValue;
661
+ rootClass: string;
662
+ modelValue: any[];
663
+ disabled: boolean;
664
+ readonly: boolean;
665
+ size: string;
666
+ type: import("../checkbox/common").IconType;
667
+ checkedColor: string;
668
+ direction: "horizontal" | "vertical";
669
+ validateEvent: boolean;
670
+ options: CheckboxGroupOption[];
671
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
672
+ loading: boolean;
673
+ placeholder: string;
674
+ clearable: boolean;
675
+ multiline: boolean;
676
+ arrow: string;
677
+ arrowFamily: string;
678
+ internalArrow: number;
679
+ inputProps: import("../input").InputProps;
680
+ }) => CheckboxGroupOption[];
681
+ optionKeys?: ((props: {
682
+ valueOnClear: () => any;
683
+ visible: boolean;
684
+ title: string;
685
+ popoutClass: string;
686
+ popoutStyle: import("vue").StyleValue;
687
+ showCheckAll: boolean;
688
+ searchable: boolean;
689
+ filterPlaceholder: string;
690
+ resettable: boolean;
691
+ iconPosition: "left" | "right";
692
+ rootStyle: import("vue").StyleValue;
693
+ rootClass: string;
694
+ modelValue: any[];
695
+ disabled: boolean;
696
+ readonly: boolean;
697
+ size: string;
698
+ type: import("../checkbox/common").IconType;
699
+ checkedColor: string;
700
+ direction: "horizontal" | "vertical";
701
+ validateEvent: boolean;
702
+ options: CheckboxGroupOption[];
703
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
704
+ loading: boolean;
705
+ placeholder: string;
706
+ clearable: boolean;
707
+ multiline: boolean;
708
+ arrow: string;
709
+ arrowFamily: string;
710
+ internalArrow: number;
711
+ inputProps: import("../input").InputProps;
712
+ }) => import("../checkbox/common").CheckboxGroupOptionKeys) | undefined;
713
+ loading?: (boolean | ((props: {
714
+ valueOnClear: () => any;
715
+ visible: boolean;
716
+ title: string;
717
+ popoutClass: string;
718
+ popoutStyle: import("vue").StyleValue;
719
+ showCheckAll: boolean;
720
+ searchable: boolean;
721
+ filterPlaceholder: string;
722
+ resettable: boolean;
723
+ iconPosition: "left" | "right";
724
+ rootStyle: import("vue").StyleValue;
725
+ rootClass: string;
726
+ modelValue: any[];
727
+ disabled: boolean;
728
+ readonly: boolean;
729
+ size: string;
730
+ type: import("../checkbox/common").IconType;
731
+ checkedColor: string;
732
+ direction: "horizontal" | "vertical";
733
+ validateEvent: boolean;
734
+ options: CheckboxGroupOption[];
735
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
736
+ loading: boolean;
737
+ placeholder: string;
738
+ clearable: boolean;
739
+ multiline: boolean;
740
+ arrow: string;
741
+ arrowFamily: string;
742
+ internalArrow: number;
743
+ inputProps: import("../input").InputProps;
744
+ }) => boolean)) | undefined;
745
+ placeholder?: (string | ((props: {
746
+ valueOnClear: () => any;
747
+ visible: boolean;
748
+ title: string;
749
+ popoutClass: string;
750
+ popoutStyle: import("vue").StyleValue;
751
+ showCheckAll: boolean;
752
+ searchable: boolean;
753
+ filterPlaceholder: string;
754
+ resettable: boolean;
755
+ iconPosition: "left" | "right";
756
+ rootStyle: import("vue").StyleValue;
757
+ rootClass: string;
758
+ modelValue: any[];
759
+ disabled: boolean;
760
+ readonly: boolean;
761
+ size: string;
762
+ type: import("../checkbox/common").IconType;
763
+ checkedColor: string;
764
+ direction: "horizontal" | "vertical";
765
+ validateEvent: boolean;
766
+ options: CheckboxGroupOption[];
767
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
768
+ loading: boolean;
769
+ placeholder: string;
770
+ clearable: boolean;
771
+ multiline: boolean;
772
+ arrow: string;
773
+ arrowFamily: string;
774
+ internalArrow: number;
775
+ inputProps: import("../input").InputProps;
776
+ }) => string)) | undefined;
777
+ clearable?: (boolean | ((props: {
778
+ valueOnClear: () => any;
779
+ visible: boolean;
780
+ title: string;
781
+ popoutClass: string;
782
+ popoutStyle: import("vue").StyleValue;
783
+ showCheckAll: boolean;
784
+ searchable: boolean;
785
+ filterPlaceholder: string;
786
+ resettable: boolean;
787
+ iconPosition: "left" | "right";
788
+ rootStyle: import("vue").StyleValue;
789
+ rootClass: string;
790
+ modelValue: any[];
791
+ disabled: boolean;
792
+ readonly: boolean;
793
+ size: string;
794
+ type: import("../checkbox/common").IconType;
795
+ checkedColor: string;
796
+ direction: "horizontal" | "vertical";
797
+ validateEvent: boolean;
798
+ options: CheckboxGroupOption[];
799
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
800
+ loading: boolean;
801
+ placeholder: string;
802
+ clearable: boolean;
803
+ multiline: boolean;
804
+ arrow: string;
805
+ arrowFamily: string;
806
+ internalArrow: number;
807
+ inputProps: import("../input").InputProps;
808
+ }) => boolean)) | undefined;
809
+ multiline?: (boolean | ((props: {
810
+ valueOnClear: () => any;
811
+ visible: boolean;
812
+ title: string;
813
+ popoutClass: string;
814
+ popoutStyle: import("vue").StyleValue;
815
+ showCheckAll: boolean;
816
+ searchable: boolean;
817
+ filterPlaceholder: string;
818
+ resettable: boolean;
819
+ iconPosition: "left" | "right";
820
+ rootStyle: import("vue").StyleValue;
821
+ rootClass: string;
822
+ modelValue: any[];
823
+ disabled: boolean;
824
+ readonly: boolean;
825
+ size: string;
826
+ type: import("../checkbox/common").IconType;
827
+ checkedColor: string;
828
+ direction: "horizontal" | "vertical";
829
+ validateEvent: boolean;
830
+ options: CheckboxGroupOption[];
831
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
832
+ loading: boolean;
833
+ placeholder: string;
834
+ clearable: boolean;
835
+ multiline: boolean;
836
+ arrow: string;
837
+ arrowFamily: string;
838
+ internalArrow: number;
839
+ inputProps: import("../input").InputProps;
840
+ }) => boolean)) | undefined;
841
+ arrow?: (string | ((props: {
842
+ valueOnClear: () => any;
843
+ visible: boolean;
844
+ title: string;
845
+ popoutClass: string;
846
+ popoutStyle: import("vue").StyleValue;
847
+ showCheckAll: boolean;
848
+ searchable: boolean;
849
+ filterPlaceholder: string;
850
+ resettable: boolean;
851
+ iconPosition: "left" | "right";
852
+ rootStyle: import("vue").StyleValue;
853
+ rootClass: string;
854
+ modelValue: any[];
855
+ disabled: boolean;
856
+ readonly: boolean;
857
+ size: string;
858
+ type: import("../checkbox/common").IconType;
859
+ checkedColor: string;
860
+ direction: "horizontal" | "vertical";
861
+ validateEvent: boolean;
862
+ options: CheckboxGroupOption[];
863
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
864
+ loading: boolean;
865
+ placeholder: string;
866
+ clearable: boolean;
867
+ multiline: boolean;
868
+ arrow: string;
869
+ arrowFamily: string;
870
+ internalArrow: number;
871
+ inputProps: import("../input").InputProps;
872
+ }) => string)) | undefined;
873
+ arrowFamily?: (string | ((props: {
874
+ valueOnClear: () => any;
875
+ visible: boolean;
876
+ title: string;
877
+ popoutClass: string;
878
+ popoutStyle: import("vue").StyleValue;
879
+ showCheckAll: boolean;
880
+ searchable: boolean;
881
+ filterPlaceholder: string;
882
+ resettable: boolean;
883
+ iconPosition: "left" | "right";
884
+ rootStyle: import("vue").StyleValue;
885
+ rootClass: string;
886
+ modelValue: any[];
887
+ disabled: boolean;
888
+ readonly: boolean;
889
+ size: string;
890
+ type: import("../checkbox/common").IconType;
891
+ checkedColor: string;
892
+ direction: "horizontal" | "vertical";
893
+ validateEvent: boolean;
894
+ options: CheckboxGroupOption[];
895
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
896
+ loading: boolean;
897
+ placeholder: string;
898
+ clearable: boolean;
899
+ multiline: boolean;
900
+ arrow: string;
901
+ arrowFamily: string;
902
+ internalArrow: number;
903
+ inputProps: import("../input").InputProps;
904
+ }) => string)) | undefined;
905
+ internalArrow?: (number | ((props: {
906
+ valueOnClear: () => any;
907
+ visible: boolean;
908
+ title: string;
909
+ popoutClass: string;
910
+ popoutStyle: import("vue").StyleValue;
911
+ showCheckAll: boolean;
912
+ searchable: boolean;
913
+ filterPlaceholder: string;
914
+ resettable: boolean;
915
+ iconPosition: "left" | "right";
916
+ rootStyle: import("vue").StyleValue;
917
+ rootClass: string;
918
+ modelValue: any[];
919
+ disabled: boolean;
920
+ readonly: boolean;
921
+ size: string;
922
+ type: import("../checkbox/common").IconType;
923
+ checkedColor: string;
924
+ direction: "horizontal" | "vertical";
925
+ validateEvent: boolean;
926
+ options: CheckboxGroupOption[];
927
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
928
+ loading: boolean;
929
+ placeholder: string;
930
+ clearable: boolean;
931
+ multiline: boolean;
932
+ arrow: string;
933
+ arrowFamily: string;
934
+ internalArrow: number;
935
+ inputProps: import("../input").InputProps;
936
+ }) => number)) | undefined;
937
+ inputProps?: ((props: {
938
+ valueOnClear: () => any;
939
+ visible: boolean;
940
+ title: string;
941
+ popoutClass: string;
942
+ popoutStyle: import("vue").StyleValue;
943
+ showCheckAll: boolean;
944
+ searchable: boolean;
945
+ filterPlaceholder: string;
946
+ resettable: boolean;
947
+ iconPosition: "left" | "right";
948
+ rootStyle: import("vue").StyleValue;
949
+ rootClass: string;
950
+ modelValue: any[];
951
+ disabled: boolean;
952
+ readonly: boolean;
953
+ size: string;
954
+ type: import("../checkbox/common").IconType;
955
+ checkedColor: string;
956
+ direction: "horizontal" | "vertical";
957
+ validateEvent: boolean;
958
+ options: CheckboxGroupOption[];
959
+ optionKeys: import("../checkbox/common").CheckboxGroupOptionKeys;
960
+ loading: boolean;
961
+ placeholder: string;
962
+ clearable: boolean;
963
+ multiline: boolean;
964
+ arrow: string;
965
+ arrowFamily: string;
966
+ internalArrow: number;
967
+ inputProps: import("../input").InputProps;
968
+ }) => import("../input").InputProps) | undefined;
13
969
  };
14
970
  export interface CheckboxInputSlots extends PopoutInputSlots {
15
971
  }