bitboss-ui 0.2.30 → 0.2.32

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 (333) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +6 -6
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +16 -16
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +36 -36
  4. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +20 -20
  5. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +21 -21
  6. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +8 -8
  7. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +6 -6
  8. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +20 -20
  9. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +20 -20
  10. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +36 -36
  11. package/dist/components/BaseRating/BaseRating.vue.d.ts +17 -17
  12. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +23 -23
  13. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +15 -15
  14. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +1 -1
  15. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +20 -20
  16. package/dist/components/BaseTag/BaseTag.vue.d.ts +20 -20
  17. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +19 -19
  18. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +18 -18
  19. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +3 -3
  20. package/dist/components/BbAlert/BbAlert.vue.d.ts +3 -3
  21. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +8 -8
  22. package/dist/components/BbBadge/BbBadge.vue.d.ts +1 -1
  23. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +6 -6
  24. package/dist/components/BbButton/BbButton.vue.d.ts +1 -1
  25. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +11 -11
  26. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +27 -27
  27. package/dist/components/BbChip/BbChip.vue.d.ts +2 -2
  28. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +4 -4
  29. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +16 -24
  30. package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -2
  31. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +11 -11
  32. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +14 -14
  33. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +4 -4
  34. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +3 -3
  35. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +10 -10
  36. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +9 -9
  37. package/dist/components/BbPagination/BbPagination.vue.d.ts +1 -1
  38. package/dist/components/BbPopover/BbPopover.vue.d.ts +8 -8
  39. package/dist/components/BbRadio/BbRadio.vue.d.ts +10 -10
  40. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +27 -27
  41. package/dist/components/BbRating/BbRating.vue.d.ts +10 -10
  42. package/dist/components/BbSelect/BbSelect.vue.d.ts +19 -19
  43. package/dist/components/BbSlider/BbSlider.vue.d.ts +8 -8
  44. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +1 -1
  45. package/dist/components/BbSpinner/BbSpinner.vue.d.ts +2 -2
  46. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +2 -2
  47. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +20 -20
  48. package/dist/components/BbTab/BbTab.vue.d.ts +5 -5
  49. package/dist/components/BbTable/BbTable.vue.d.ts +12 -12
  50. package/dist/components/BbTable/types.d.ts +108 -108
  51. package/dist/components/BbTag/BbTag.vue.d.ts +13 -13
  52. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +11 -11
  53. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +10 -10
  54. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  55. package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
  56. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -3
  57. package/dist/components/BbTree/BbTree.vue.d.ts +1 -1
  58. package/dist/composables/useConfirm.d.ts +10 -10
  59. package/dist/composables/useOptions.d.ts +2 -2
  60. package/dist/composables/useRoute.d.ts +2 -2
  61. package/dist/composables/useRouter.d.ts +1 -1
  62. package/dist/composables/useToast.d.ts +5 -5
  63. package/dist/composables/useWizard.d.ts +1 -1
  64. package/dist/index.d.ts +126 -126
  65. package/dist/index101.js +53 -58
  66. package/dist/index101.js.map +1 -1
  67. package/dist/index103.js +18 -18
  68. package/dist/index103.js.map +1 -1
  69. package/dist/index105.js +16 -16
  70. package/dist/index105.js.map +1 -1
  71. package/dist/index107.js +15 -15
  72. package/dist/index107.js.map +1 -1
  73. package/dist/index109.js.map +1 -1
  74. package/dist/index11.js +7 -7
  75. package/dist/index11.js.map +1 -1
  76. package/dist/index111.js +16 -16
  77. package/dist/index111.js.map +1 -1
  78. package/dist/index113.js +2 -2
  79. package/dist/index113.js.map +1 -1
  80. package/dist/index115.js +6 -6
  81. package/dist/index115.js.map +1 -1
  82. package/dist/index116.js +1 -1
  83. package/dist/index116.js.map +1 -1
  84. package/dist/index117.js +1 -1
  85. package/dist/index117.js.map +1 -1
  86. package/dist/index118.js +4 -4
  87. package/dist/index118.js.map +1 -1
  88. package/dist/index119.js +5 -5
  89. package/dist/index119.js.map +1 -1
  90. package/dist/index120.js.map +1 -1
  91. package/dist/index121.js +1 -1
  92. package/dist/index121.js.map +1 -1
  93. package/dist/index122.js.map +1 -1
  94. package/dist/index124.js.map +1 -1
  95. package/dist/index125.js +4 -4
  96. package/dist/index125.js.map +1 -1
  97. package/dist/index126.js +1 -1
  98. package/dist/index126.js.map +1 -1
  99. package/dist/index127.js +1 -1
  100. package/dist/index128.js +4 -1
  101. package/dist/index128.js.map +1 -1
  102. package/dist/index129.js.map +1 -1
  103. package/dist/index13.js +11 -11
  104. package/dist/index13.js.map +1 -1
  105. package/dist/index130.js.map +1 -1
  106. package/dist/index131.js +2 -2
  107. package/dist/index15.js +229 -227
  108. package/dist/index15.js.map +1 -1
  109. package/dist/index17.js +61 -62
  110. package/dist/index17.js.map +1 -1
  111. package/dist/index19.js +22 -22
  112. package/dist/index19.js.map +1 -1
  113. package/dist/index196.js +2 -5
  114. package/dist/index196.js.map +1 -1
  115. package/dist/index197.js +2 -16
  116. package/dist/index197.js.map +1 -1
  117. package/dist/index198.js +4 -16
  118. package/dist/index198.js.map +1 -1
  119. package/dist/index199.js +294 -18
  120. package/dist/index199.js.map +1 -1
  121. package/dist/index2.js +23 -23
  122. package/dist/index2.js.map +1 -1
  123. package/dist/index200.js +13 -17
  124. package/dist/index200.js.map +1 -1
  125. package/dist/index201.js +13 -26
  126. package/dist/index201.js.map +1 -1
  127. package/dist/index202.js +19 -8
  128. package/dist/index202.js.map +1 -1
  129. package/dist/index203.js +20 -2
  130. package/dist/index203.js.map +1 -1
  131. package/dist/index204.js +29 -3
  132. package/dist/index204.js.map +1 -1
  133. package/dist/index205.js +8 -35
  134. package/dist/index205.js.map +1 -1
  135. package/dist/index206.js +2 -6
  136. package/dist/index206.js.map +1 -1
  137. package/dist/index207.js +235 -2
  138. package/dist/index207.js.map +1 -1
  139. package/dist/index208.js +3 -4
  140. package/dist/index208.js.map +1 -1
  141. package/dist/index209.js +33 -376
  142. package/dist/index209.js.map +1 -1
  143. package/dist/index21.js +4 -4
  144. package/dist/index21.js.map +1 -1
  145. package/dist/index210.js +6 -2
  146. package/dist/index210.js.map +1 -1
  147. package/dist/index211.js +8 -371
  148. package/dist/index211.js.map +1 -1
  149. package/dist/index212.js +378 -2
  150. package/dist/index212.js.map +1 -1
  151. package/dist/index213.js +134 -3
  152. package/dist/index213.js.map +1 -1
  153. package/dist/index214.js +2 -3
  154. package/dist/index214.js.map +1 -1
  155. package/dist/index215.js +174 -2
  156. package/dist/index215.js.map +1 -1
  157. package/dist/index216.js +23 -2
  158. package/dist/index216.js.map +1 -1
  159. package/dist/index217.js +365 -126
  160. package/dist/index217.js.map +1 -1
  161. package/dist/index218.js +3 -174
  162. package/dist/index218.js.map +1 -1
  163. package/dist/index219.js +3 -23
  164. package/dist/index219.js.map +1 -1
  165. package/dist/index220.js +2 -10
  166. package/dist/index220.js.map +1 -1
  167. package/dist/index221.js +26 -233
  168. package/dist/index221.js.map +1 -1
  169. package/dist/index222.js +16 -8
  170. package/dist/index222.js.map +1 -1
  171. package/dist/index223.js +2 -121
  172. package/dist/index223.js.map +1 -1
  173. package/dist/index224.js +8 -27
  174. package/dist/index224.js.map +1 -1
  175. package/dist/index225.js +120 -12
  176. package/dist/index225.js.map +1 -1
  177. package/dist/index226.js +1 -1
  178. package/dist/index227.js +3 -434
  179. package/dist/index227.js.map +1 -1
  180. package/dist/index228.js +2 -89
  181. package/dist/index228.js.map +1 -1
  182. package/dist/index229.js +6 -200
  183. package/dist/index229.js.map +1 -1
  184. package/dist/index23.js +15 -17
  185. package/dist/index23.js.map +1 -1
  186. package/dist/index230.js +2 -295
  187. package/dist/index230.js.map +1 -1
  188. package/dist/index231.js +2 -6
  189. package/dist/index231.js.map +1 -1
  190. package/dist/index232.js +2 -2
  191. package/dist/index236.js +435 -2
  192. package/dist/index236.js.map +1 -1
  193. package/dist/index237.js +89 -2
  194. package/dist/index237.js.map +1 -1
  195. package/dist/index238.js +199 -3
  196. package/dist/index238.js.map +1 -1
  197. package/dist/index239.js +218 -111
  198. package/dist/index239.js.map +1 -1
  199. package/dist/index240.js +246 -94
  200. package/dist/index240.js.map +1 -1
  201. package/dist/index241.js +2 -2
  202. package/dist/index241.js.map +1 -1
  203. package/dist/index242.js +111 -218
  204. package/dist/index242.js.map +1 -1
  205. package/dist/index243.js +94 -246
  206. package/dist/index243.js.map +1 -1
  207. package/dist/index244.js +17 -19
  208. package/dist/index244.js.map +1 -1
  209. package/dist/index246.js +9 -9
  210. package/dist/index246.js.map +1 -1
  211. package/dist/index247.js +4 -1
  212. package/dist/index247.js.map +1 -1
  213. package/dist/index248.js +2 -2
  214. package/dist/index249.js +37 -14
  215. package/dist/index249.js.map +1 -1
  216. package/dist/index25.js +4 -4
  217. package/dist/index25.js.map +1 -1
  218. package/dist/index250.js +2 -38
  219. package/dist/index250.js.map +1 -1
  220. package/dist/index251.js +2 -2
  221. package/dist/index251.js.map +1 -1
  222. package/dist/index252.js +15 -2
  223. package/dist/index252.js.map +1 -1
  224. package/dist/index253.js +3 -2
  225. package/dist/index253.js.map +1 -1
  226. package/dist/index255.js +2 -3
  227. package/dist/index255.js.map +1 -1
  228. package/dist/index27.js +7 -7
  229. package/dist/index27.js.map +1 -1
  230. package/dist/index29.js +15 -15
  231. package/dist/index29.js.map +1 -1
  232. package/dist/index3.js +2 -1
  233. package/dist/index3.js.map +1 -1
  234. package/dist/index31.js +29 -29
  235. package/dist/index31.js.map +1 -1
  236. package/dist/index33.js +11 -12
  237. package/dist/index33.js.map +1 -1
  238. package/dist/index35.js +2 -2
  239. package/dist/index35.js.map +1 -1
  240. package/dist/index37.js +12 -12
  241. package/dist/index37.js.map +1 -1
  242. package/dist/index39.js +5 -7
  243. package/dist/index39.js.map +1 -1
  244. package/dist/index4.js.map +1 -1
  245. package/dist/index41.js +5 -5
  246. package/dist/index41.js.map +1 -1
  247. package/dist/index43.js +19 -16
  248. package/dist/index43.js.map +1 -1
  249. package/dist/index45.js +9 -9
  250. package/dist/index45.js.map +1 -1
  251. package/dist/index47.js +4 -4
  252. package/dist/index47.js.map +1 -1
  253. package/dist/index49.js +1 -1
  254. package/dist/index49.js.map +1 -1
  255. package/dist/index5.js +7 -6
  256. package/dist/index5.js.map +1 -1
  257. package/dist/index51.js +6 -6
  258. package/dist/index51.js.map +1 -1
  259. package/dist/index53.js.map +1 -1
  260. package/dist/index55.js +20 -20
  261. package/dist/index55.js.map +1 -1
  262. package/dist/index57.js +35 -35
  263. package/dist/index57.js.map +1 -1
  264. package/dist/index59.js +8 -8
  265. package/dist/index59.js.map +1 -1
  266. package/dist/index6.js +38 -38
  267. package/dist/index6.js.map +1 -1
  268. package/dist/index61.js +27 -27
  269. package/dist/index61.js.map +1 -1
  270. package/dist/index63.js +4 -4
  271. package/dist/index63.js.map +1 -1
  272. package/dist/index65.js +20 -20
  273. package/dist/index65.js.map +1 -1
  274. package/dist/index67.js +26 -26
  275. package/dist/index67.js.map +1 -1
  276. package/dist/index69.js +21 -19
  277. package/dist/index69.js.map +1 -1
  278. package/dist/index7.js.map +1 -1
  279. package/dist/index71.js +2 -2
  280. package/dist/index71.js.map +1 -1
  281. package/dist/index72.js +3 -3
  282. package/dist/index72.js.map +1 -1
  283. package/dist/index73.js +14 -14
  284. package/dist/index73.js.map +1 -1
  285. package/dist/index75.js +18 -18
  286. package/dist/index75.js.map +1 -1
  287. package/dist/index77.js +11 -11
  288. package/dist/index77.js.map +1 -1
  289. package/dist/index79.js +15 -15
  290. package/dist/index79.js.map +1 -1
  291. package/dist/index8.js +10 -7
  292. package/dist/index8.js.map +1 -1
  293. package/dist/index81.js +1 -1
  294. package/dist/index81.js.map +1 -1
  295. package/dist/index83.js +20 -20
  296. package/dist/index83.js.map +1 -1
  297. package/dist/index85.js +34 -34
  298. package/dist/index85.js.map +1 -1
  299. package/dist/index87.js +18 -18
  300. package/dist/index87.js.map +1 -1
  301. package/dist/index89.js.map +1 -1
  302. package/dist/index9.js.map +1 -1
  303. package/dist/index91.js +53 -53
  304. package/dist/index91.js.map +1 -1
  305. package/dist/index93.js +16 -16
  306. package/dist/index93.js.map +1 -1
  307. package/dist/index95.js +21 -21
  308. package/dist/index95.js.map +1 -1
  309. package/dist/index97.js +37 -37
  310. package/dist/index97.js.map +1 -1
  311. package/dist/index99.js +18 -18
  312. package/dist/index99.js.map +1 -1
  313. package/dist/style.css +1 -1
  314. package/dist/types/CommonProps.d.ts +18 -18
  315. package/dist/types/ExtractGenericFromComputedRef.d.ts +1 -1
  316. package/dist/types/ExtractGenericFromRef.d.ts +1 -1
  317. package/dist/types/VoidHtmlElements.d.ts +1 -1
  318. package/dist/utilities/functions/cloneDeep.d.ts +1 -1
  319. package/dist/utilities/functions/debounce.d.ts +1 -1
  320. package/dist/utilities/functions/flow.d.ts +1 -1
  321. package/dist/utilities/functions/get.d.ts +1 -1
  322. package/dist/utilities/functions/isNotNil.d.ts +1 -1
  323. package/dist/utilities/functions/mapValues.d.ts +1 -1
  324. package/dist/utilities/functions/merge.d.ts +1 -1
  325. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  326. package/dist/utilities/functions/overEvery.d.ts +1 -1
  327. package/dist/utilities/functions/percentage.d.ts +4 -4
  328. package/dist/utilities/functions/pick.d.ts +1 -1
  329. package/dist/utilities/functions/pickBy.d.ts +1 -1
  330. package/dist/utilities/functions/roundToTheNearest.d.ts +1 -1
  331. package/package.json +93 -77
  332. package/dist/index256.js +0 -5
  333. package/dist/index256.js.map +0 -1
@@ -1,13 +1,13 @@
1
- import type { InputHTMLAttributes, HTMLAttributes } from "vue";
1
+ import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
2
2
  export type BaseRadioProps = {
3
3
  /**
4
4
  * Sets autofocus on page load.
5
5
  */
6
- autofocus?: InputHTMLAttributes["autofocus"];
6
+ autofocus?: InputHTMLAttributes['autofocus'];
7
7
  /**
8
8
  * Defines the input as checked
9
9
  */
10
- checked?: InputHTMLAttributes["checked"];
10
+ checked?: InputHTMLAttributes['checked'];
11
11
  /**
12
12
  * Define a color for the component.
13
13
  *
@@ -26,7 +26,7 @@ export type BaseRadioProps = {
26
26
  /**
27
27
  * The identifier of the component.
28
28
  */
29
- id?: HTMLAttributes["id"];
29
+ id?: HTMLAttributes['id'];
30
30
  /**
31
31
  * Used by v-model. Can be any serializable type.
32
32
  */
@@ -34,11 +34,11 @@ export type BaseRadioProps = {
34
34
  /**
35
35
  * Defines the name of the input.
36
36
  */
37
- name: InputHTMLAttributes["name"];
37
+ name: InputHTMLAttributes['name'];
38
38
  /**
39
39
  * Sets the input in a readonly state.
40
40
  */
41
- readonly?: InputHTMLAttributes["readonly"];
41
+ readonly?: InputHTMLAttributes['readonly'];
42
42
  /**
43
43
  * Defines the value of the radio input.
44
44
  * It can be any serializable value.
@@ -46,25 +46,25 @@ export type BaseRadioProps = {
46
46
  value: any;
47
47
  };
48
48
  export type BaseRadioEvents = {
49
- (e: "blur", event: FocusEvent): void;
50
- (e: "change", event: Event): void;
51
- (e: "click", event: MouseEvent): void;
52
- (e: "focus", event: FocusEvent): void;
53
- (e: "input", event: Event): void;
54
- (e: "keydown", event: KeyboardEvent): void;
55
- (e: "mousedown", event: MouseEvent): void;
56
- (e: "mouseup", event: MouseEvent): void;
57
- (e: "update:modelValue", value: any): void;
49
+ (e: 'blur', event: FocusEvent): void;
50
+ (e: 'change', event: Event): void;
51
+ (e: 'click', event: MouseEvent): void;
52
+ (e: 'focus', event: FocusEvent): void;
53
+ (e: 'input', event: Event): void;
54
+ (e: 'keydown', event: KeyboardEvent): void;
55
+ (e: 'mousedown', event: MouseEvent): void;
56
+ (e: 'mouseup', event: MouseEvent): void;
57
+ (e: 'update:modelValue', value: any): void;
58
58
  };
59
59
  export type SlotAttributes = {
60
60
  checked: boolean;
61
- disabled: Exclude<BaseRadioProps["disabled"], undefined>;
61
+ disabled: Exclude<BaseRadioProps['disabled'], undefined>;
62
62
  focused: boolean;
63
- hasErrors: Exclude<BaseRadioProps["hasErrors"], undefined>;
64
- id: BaseRadioProps["id"];
65
- name: BaseRadioProps["name"];
63
+ hasErrors: Exclude<BaseRadioProps['hasErrors'], undefined>;
64
+ id: BaseRadioProps['id'];
65
+ name: BaseRadioProps['name'];
66
66
  parsedValue: any;
67
- readonly: BaseRadioProps["readonly"];
67
+ readonly: BaseRadioProps['readonly'];
68
68
  value: any;
69
69
  };
70
70
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<BaseRadioProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -1,11 +1,11 @@
1
- import type { InputHTMLAttributes, HTMLAttributes } from "vue";
1
+ import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
2
2
  import type { NestedKeyOf } from '../../types/NestedKeyOf';
3
- import type { SlotAttributes } from "../BaseRadio/BaseRadio.vue";
3
+ import type { SlotAttributes } from '../BaseRadio/BaseRadio.vue';
4
4
  export type BaseRadioGroupProps<T> = {
5
5
  /**
6
6
  * Sets autofocus on page load.
7
7
  */
8
- autofocus?: InputHTMLAttributes["autofocus"];
8
+ autofocus?: InputHTMLAttributes['autofocus'];
9
9
  /**
10
10
  * Define a color for the component.
11
11
  *
@@ -23,7 +23,7 @@ export type BaseRadioGroupProps<T> = {
23
23
  /**
24
24
  * Direction of the layout of the inputs inside the fieldset. It can be either `horizontal` or `vertical`
25
25
  */
26
- direction?: "horizontal" | "vertical";
26
+ direction?: 'horizontal' | 'vertical';
27
27
  /**
28
28
  * Disables the component
29
29
  */
@@ -48,7 +48,7 @@ export type BaseRadioGroupProps<T> = {
48
48
  /**
49
49
  * The identifier of the component.
50
50
  */
51
- id?: HTMLAttributes["id"];
51
+ id?: HTMLAttributes['id'];
52
52
  /**
53
53
  * Used to retrieve items can be an array or a function.
54
54
  */
@@ -70,7 +70,7 @@ export type BaseRadioGroupProps<T> = {
70
70
  * `string` is 40% faster but relies on property order.
71
71
  * `equality` is more reliable but is slower.
72
72
  */
73
- matchStrategy?: "string" | "equality";
73
+ matchStrategy?: 'string' | 'equality';
74
74
  /**
75
75
  * Used by v-model. Can be any serializable type.
76
76
  */
@@ -82,7 +82,7 @@ export type BaseRadioGroupProps<T> = {
82
82
  /**
83
83
  * Defines the name of the input.
84
84
  */
85
- name: InputHTMLAttributes["name"];
85
+ name: InputHTMLAttributes['name'];
86
86
  /**
87
87
  * String displayed when there are no items to display.
88
88
  */
@@ -90,19 +90,19 @@ export type BaseRadioGroupProps<T> = {
90
90
  /**
91
91
  * Sets the input in a readonly state.
92
92
  */
93
- readonly?: InputHTMLAttributes["readonly"];
93
+ readonly?: InputHTMLAttributes['readonly'];
94
94
  };
95
95
  export type BaseRadioGroupEvents = {
96
- (e: "blur", event: FocusEvent): void;
97
- (e: "change", event: Event): void;
98
- (e: "click", event: MouseEvent): void;
99
- (e: "focus", event: FocusEvent): void;
100
- (e: "input", event: Event): void;
101
- (e: "keydown", event: KeyboardEvent): void;
102
- (e: "mousedown", event: MouseEvent): void;
103
- (e: "mouseup", event: MouseEvent): void;
104
- (e: "update:modelValue", value: any): void;
105
- (e: "inactive"): void;
96
+ (e: 'blur', event: FocusEvent): void;
97
+ (e: 'change', event: Event): void;
98
+ (e: 'click', event: MouseEvent): void;
99
+ (e: 'focus', event: FocusEvent): void;
100
+ (e: 'input', event: Event): void;
101
+ (e: 'keydown', event: KeyboardEvent): void;
102
+ (e: 'mousedown', event: MouseEvent): void;
103
+ (e: 'mouseup', event: MouseEvent): void;
104
+ (e: 'update:modelValue', value: any): void;
105
+ (e: 'inactive'): void;
106
106
  };
107
107
  declare const _default: <T = any>(__VLS_props: {
108
108
  onFocus?: ((event: FocusEvent) => any) | undefined;
@@ -140,8 +140,8 @@ declare const _default: <T = any>(__VLS_props: {
140
140
  slots: Readonly<{
141
141
  prepend?: ((props: {}) => any) | undefined;
142
142
  loading?: ((props: {}) => any) | undefined;
143
- "no-data"?: ((props: {}) => any) | undefined;
144
- "option:prepend"?: ((props: {
143
+ 'no-data'?: ((props: {}) => any) | undefined;
144
+ 'option:prepend'?: ((props: {
145
145
  item: T;
146
146
  }) => any) | undefined;
147
147
  icon?: ((props: SlotAttributes & {
@@ -153,15 +153,15 @@ declare const _default: <T = any>(__VLS_props: {
153
153
  text: string;
154
154
  checked: boolean;
155
155
  }) => any) | undefined;
156
- "option:append"?: ((props: {
156
+ 'option:append'?: ((props: {
157
157
  item: T;
158
158
  }) => any) | undefined;
159
159
  append?: ((props: {}) => any) | undefined;
160
160
  }> & {
161
161
  prepend?: ((props: {}) => any) | undefined;
162
162
  loading?: ((props: {}) => any) | undefined;
163
- "no-data"?: ((props: {}) => any) | undefined;
164
- "option:prepend"?: ((props: {
163
+ 'no-data'?: ((props: {}) => any) | undefined;
164
+ 'option:prepend'?: ((props: {
165
165
  item: T;
166
166
  }) => any) | undefined;
167
167
  icon?: ((props: SlotAttributes & {
@@ -173,7 +173,7 @@ declare const _default: <T = any>(__VLS_props: {
173
173
  text: string;
174
174
  checked: boolean;
175
175
  }) => any) | undefined;
176
- "option:append"?: ((props: {
176
+ 'option:append'?: ((props: {
177
177
  item: T;
178
178
  }) => any) | undefined;
179
179
  append?: ((props: {}) => any) | undefined;
@@ -217,8 +217,8 @@ declare const _default: <T = any>(__VLS_props: {
217
217
  slots: Readonly<{
218
218
  prepend?: ((props: {}) => any) | undefined;
219
219
  loading?: ((props: {}) => any) | undefined;
220
- "no-data"?: ((props: {}) => any) | undefined;
221
- "option:prepend"?: ((props: {
220
+ 'no-data'?: ((props: {}) => any) | undefined;
221
+ 'option:prepend'?: ((props: {
222
222
  item: T;
223
223
  }) => any) | undefined;
224
224
  icon?: ((props: SlotAttributes & {
@@ -230,15 +230,15 @@ declare const _default: <T = any>(__VLS_props: {
230
230
  text: string;
231
231
  checked: boolean;
232
232
  }) => any) | undefined;
233
- "option:append"?: ((props: {
233
+ 'option:append'?: ((props: {
234
234
  item: T;
235
235
  }) => any) | undefined;
236
236
  append?: ((props: {}) => any) | undefined;
237
237
  }> & {
238
238
  prepend?: ((props: {}) => any) | undefined;
239
239
  loading?: ((props: {}) => any) | undefined;
240
- "no-data"?: ((props: {}) => any) | undefined;
241
- "option:prepend"?: ((props: {
240
+ 'no-data'?: ((props: {}) => any) | undefined;
241
+ 'option:prepend'?: ((props: {
242
242
  item: T;
243
243
  }) => any) | undefined;
244
244
  icon?: ((props: SlotAttributes & {
@@ -250,7 +250,7 @@ declare const _default: <T = any>(__VLS_props: {
250
250
  text: string;
251
251
  checked: boolean;
252
252
  }) => any) | undefined;
253
- "option:append"?: ((props: {
253
+ 'option:append'?: ((props: {
254
254
  item: T;
255
255
  }) => any) | undefined;
256
256
  append?: ((props: {}) => any) | undefined;
@@ -297,8 +297,8 @@ declare const _default: <T = any>(__VLS_props: {
297
297
  slots: Readonly<{
298
298
  prepend?: ((props: {}) => any) | undefined;
299
299
  loading?: ((props: {}) => any) | undefined;
300
- "no-data"?: ((props: {}) => any) | undefined;
301
- "option:prepend"?: ((props: {
300
+ 'no-data'?: ((props: {}) => any) | undefined;
301
+ 'option:prepend'?: ((props: {
302
302
  item: T;
303
303
  }) => any) | undefined;
304
304
  icon?: ((props: SlotAttributes & {
@@ -310,15 +310,15 @@ declare const _default: <T = any>(__VLS_props: {
310
310
  text: string;
311
311
  checked: boolean;
312
312
  }) => any) | undefined;
313
- "option:append"?: ((props: {
313
+ 'option:append'?: ((props: {
314
314
  item: T;
315
315
  }) => any) | undefined;
316
316
  append?: ((props: {}) => any) | undefined;
317
317
  }> & {
318
318
  prepend?: ((props: {}) => any) | undefined;
319
319
  loading?: ((props: {}) => any) | undefined;
320
- "no-data"?: ((props: {}) => any) | undefined;
321
- "option:prepend"?: ((props: {
320
+ 'no-data'?: ((props: {}) => any) | undefined;
321
+ 'option:prepend'?: ((props: {
322
322
  item: T;
323
323
  }) => any) | undefined;
324
324
  icon?: ((props: SlotAttributes & {
@@ -330,7 +330,7 @@ declare const _default: <T = any>(__VLS_props: {
330
330
  text: string;
331
331
  checked: boolean;
332
332
  }) => any) | undefined;
333
- "option:append"?: ((props: {
333
+ 'option:append'?: ((props: {
334
334
  item: T;
335
335
  }) => any) | undefined;
336
336
  append?: ((props: {}) => any) | undefined;
@@ -1,10 +1,10 @@
1
- import { type InputHTMLAttributes, type HTMLAttributes } from "vue";
2
- import type { Size, BbIconProps } from "../BbIcon/BbIcon.vue";
1
+ import { type InputHTMLAttributes, type HTMLAttributes } from 'vue';
2
+ import type { Size, BbIconProps } from '../BbIcon/BbIcon.vue';
3
3
  export type BaseRatingProps = {
4
4
  /**
5
5
  * Sets autofocus on page load.
6
6
  */
7
- autofocus?: InputHTMLAttributes["autofocus"];
7
+ autofocus?: InputHTMLAttributes['autofocus'];
8
8
  /**
9
9
  * Define a color for the component.
10
10
  *
@@ -23,7 +23,7 @@ export type BaseRatingProps = {
23
23
  /**
24
24
  * The identifier of the component.
25
25
  */
26
- id?: HTMLAttributes["id"];
26
+ id?: HTMLAttributes['id'];
27
27
  /**
28
28
  * Used by v-model
29
29
  */
@@ -31,27 +31,27 @@ export type BaseRatingProps = {
31
31
  /**
32
32
  * Defines the name of the input.
33
33
  */
34
- name: Exclude<InputHTMLAttributes["name"], undefined>;
34
+ name: Exclude<InputHTMLAttributes['name'], undefined>;
35
35
  /**
36
36
  * Sets the input in a readonly state.
37
37
  */
38
- readonly?: InputHTMLAttributes["readonly"];
38
+ readonly?: InputHTMLAttributes['readonly'];
39
39
  /**
40
40
  * Maximum number of stars to render and maximum value of the component
41
41
  */
42
42
  stars?: number;
43
- } & Pick<BbIconProps, "size">;
43
+ } & Pick<BbIconProps, 'size'>;
44
44
  export type BaseRatingEvents = {
45
- (e: "blur", event: FocusEvent): void;
46
- (e: "change", event: Event): void;
47
- (e: "click", event: MouseEvent): void;
48
- (e: "focus", event: FocusEvent): void;
49
- (e: "inactive"): void;
50
- (e: "input", event: Event): void;
51
- (e: "keydown", event: KeyboardEvent): void;
52
- (e: "mousedown", event: MouseEvent): void;
53
- (e: "mouseup", event: MouseEvent): void;
54
- (e: "update:modelValue", value: number | null): void;
45
+ (e: 'blur', event: FocusEvent): void;
46
+ (e: 'change', event: Event): void;
47
+ (e: 'click', event: MouseEvent): void;
48
+ (e: 'focus', event: FocusEvent): void;
49
+ (e: 'inactive'): void;
50
+ (e: 'input', event: Event): void;
51
+ (e: 'keydown', event: KeyboardEvent): void;
52
+ (e: 'mousedown', event: MouseEvent): void;
53
+ (e: 'mouseup', event: MouseEvent): void;
54
+ (e: 'update:modelValue', value: number | null): void;
55
55
  };
56
56
  export type BaseRatingSlots = {
57
57
  icon?: (props: {
@@ -1,4 +1,4 @@
1
- import type { HTMLAttributes, InputHTMLAttributes } from "vue";
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  import type { NestedKeyOf } from '../../types/NestedKeyOf';
3
3
  export type BaseSelectProps<T> = {
4
4
  /**
@@ -8,11 +8,11 @@ export type BaseSelectProps<T> = {
8
8
  /**
9
9
  * Guides to the browser as to the type of information expected in the field.
10
10
  */
11
- autocomplete?: InputHTMLAttributes["autocomplete"];
11
+ autocomplete?: InputHTMLAttributes['autocomplete'];
12
12
  /**
13
13
  * Sets autofocus on page load.
14
14
  */
15
- autofocus?: InputHTMLAttributes["autofocus"];
15
+ autofocus?: InputHTMLAttributes['autofocus'];
16
16
  /**
17
17
  * Defines an array of dependencies that will trigger actions in the component upon change.
18
18
  */
@@ -41,7 +41,7 @@ export type BaseSelectProps<T> = {
41
41
  /**
42
42
  * The identifier of the component.
43
43
  */
44
- id?: HTMLAttributes["id"];
44
+ id?: HTMLAttributes['id'];
45
45
  /**
46
46
  * String displayed while items are being loaded.
47
47
  */
@@ -51,7 +51,7 @@ export type BaseSelectProps<T> = {
51
51
  * `string` is 40% faster but relies on property order.
52
52
  * `equality` is more reliable but is slower.
53
53
  */
54
- matchStrategy?: "string" | "equality";
54
+ matchStrategy?: 'string' | 'equality';
55
55
  /**
56
56
  * Timeout used to debounce response to changes to modelValue.
57
57
  */
@@ -63,7 +63,7 @@ export type BaseSelectProps<T> = {
63
63
  /**
64
64
  * Defines the name of the input.
65
65
  */
66
- name?: InputHTMLAttributes["name"];
66
+ name?: InputHTMLAttributes['name'];
67
67
  /**
68
68
  * String displayed when there are no items to display.
69
69
  */
@@ -71,11 +71,11 @@ export type BaseSelectProps<T> = {
71
71
  /**
72
72
  * String displayed when there's no data.
73
73
  */
74
- placeholder?: InputHTMLAttributes["placeholder"];
74
+ placeholder?: InputHTMLAttributes['placeholder'];
75
75
  /**
76
76
  * Sets the input in a readonly state.
77
77
  */
78
- readonly?: InputHTMLAttributes["readonly"];
78
+ readonly?: InputHTMLAttributes['readonly'];
79
79
  /**
80
80
  * How long the transition has to last in milliseconds
81
81
  */
@@ -123,7 +123,7 @@ export type BaseSelectProps<T> = {
123
123
  * Defines the prefill strategy for the input. By default the input will prefill
124
124
  * on focus. It can also always prefill with `true` and only prefill on search with `false`.
125
125
  */
126
- prefill?: boolean | "focus";
126
+ prefill?: boolean | 'focus';
127
127
  /**
128
128
  * Time to wait when the users stops writing in the input before querying data.
129
129
  * Especially useful when searching live data on big datasets.
@@ -166,25 +166,25 @@ export type FilteredOption<T> = Option<T> & {
166
166
  focused: boolean;
167
167
  };
168
168
  export type BaseSelectEvents = {
169
- (e: "blur", event: FocusEvent): void;
170
- (e: "change", event: Event): void;
171
- (e: "click", event: MouseEvent): void;
172
- (e: "focus", event: FocusEvent): void;
173
- (e: "inactive"): void;
174
- (e: "input", event: Event): void;
175
- (e: "update:modelValue", value: any): void;
169
+ (e: 'blur', event: FocusEvent): void;
170
+ (e: 'change', event: Event): void;
171
+ (e: 'click', event: MouseEvent): void;
172
+ (e: 'focus', event: FocusEvent): void;
173
+ (e: 'inactive'): void;
174
+ (e: 'input', event: Event): void;
175
+ (e: 'update:modelValue', value: any): void;
176
176
  };
177
177
  export type BaseSelectSlots<T> = {
178
- "prepend-outer"?: (props: {}) => any;
178
+ 'prepend-outer'?: (props: {}) => any;
179
179
  prepend?: (props: {}) => any;
180
- "options:prepend"?: (props: {}) => any;
180
+ 'options:prepend'?: (props: {}) => any;
181
181
  loading?: (props: {
182
182
  query: string;
183
183
  }) => any;
184
- "no-data"?: (props: {
184
+ 'no-data'?: (props: {
185
185
  query: string;
186
186
  }) => any;
187
- "option:prepend"?: (props: {
187
+ 'option:prepend'?: (props: {
188
188
  item: T;
189
189
  }) => any;
190
190
  chip?: (props: {
@@ -210,10 +210,10 @@ export type BaseSelectSlots<T> = {
210
210
  text: string;
211
211
  value: any;
212
212
  }) => any;
213
- "option:append"?: (props: {
213
+ 'option:append'?: (props: {
214
214
  item: T;
215
215
  }) => any;
216
- "options:append"?: (props: {}) => any;
216
+ 'options:append'?: (props: {}) => any;
217
217
  chevron?: (props: {
218
218
  loading: boolean;
219
219
  shown: boolean;
@@ -222,7 +222,7 @@ export type BaseSelectSlots<T> = {
222
222
  spinner?: (props: {
223
223
  loading: boolean;
224
224
  }) => any;
225
- "append-outer"?: (props: {}) => any;
225
+ 'append-outer'?: (props: {}) => any;
226
226
  };
227
227
  declare const _default: <T = any>(__VLS_props: {
228
228
  autocomplete?: string | undefined;
@@ -1,9 +1,9 @@
1
- import type { InputHTMLAttributes, HTMLAttributes } from "vue";
1
+ import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
2
2
  export type BaseSliderProps = {
3
3
  /**
4
4
  * Sets autofocus on page load.
5
5
  */
6
- autofocus?: InputHTMLAttributes["autofocus"];
6
+ autofocus?: InputHTMLAttributes['autofocus'];
7
7
  /**
8
8
  * Define a color for the component.
9
9
  *
@@ -22,7 +22,7 @@ export type BaseSliderProps = {
22
22
  /**
23
23
  * The identifier of the component.
24
24
  */
25
- id?: HTMLAttributes["id"];
25
+ id?: HTMLAttributes['id'];
26
26
  /**
27
27
  * Maximum value cap.
28
28
  */
@@ -38,27 +38,27 @@ export type BaseSliderProps = {
38
38
  /**
39
39
  * Defines the name of the input.
40
40
  */
41
- name?: InputHTMLAttributes["name"];
41
+ name?: InputHTMLAttributes['name'];
42
42
  /**
43
43
  * Sets the input in a readonly state.
44
44
  */
45
- readonly?: InputHTMLAttributes["readonly"];
45
+ readonly?: InputHTMLAttributes['readonly'];
46
46
  /**
47
47
  * The step attribute is a number that specifies the granularity that the value must adhere to.
48
48
  */
49
49
  step?: number;
50
50
  };
51
51
  export type BaseSliderEvents = {
52
- (e: "click", event: MouseEvent): void;
53
- (e: "end", value: BaseSliderProps["modelValue"]): void;
54
- (e: "focus", event: FocusEvent): void;
55
- (e: "inactive"): void;
56
- (e: "keydown", event: KeyboardEvent): void;
57
- (e: "pointerdown", event: PointerEvent): void;
58
- (e: "pointermove", event: PointerEvent): void;
59
- (e: "pointerup", event: PointerEvent): void;
60
- (e: "start", value: BaseSliderProps["modelValue"]): void;
61
- (e: "update:modelValue", event: number): void;
52
+ (e: 'click', event: MouseEvent): void;
53
+ (e: 'end', value: BaseSliderProps['modelValue']): void;
54
+ (e: 'focus', event: FocusEvent): void;
55
+ (e: 'inactive'): void;
56
+ (e: 'keydown', event: KeyboardEvent): void;
57
+ (e: 'pointerdown', event: PointerEvent): void;
58
+ (e: 'pointermove', event: PointerEvent): void;
59
+ (e: 'pointerup', event: PointerEvent): void;
60
+ (e: 'start', value: BaseSliderProps['modelValue']): void;
61
+ (e: 'update:modelValue', event: number): void;
62
62
  };
63
63
  export type BaseSliderSlots = {
64
64
  append: (props: {}) => any;
@@ -1,4 +1,4 @@
1
- import type { BaseCheckboxEvents, BaseCheckboxProps, SlotAttributes } from "../BaseCheckbox/BaseCheckbox.vue";
1
+ import type { BaseCheckboxEvents, BaseCheckboxProps, SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
2
2
  export type BaseSwitchProps = BaseCheckboxProps;
3
3
  export type BaseSwitchEvents = BaseCheckboxEvents;
4
4
  export type BaseSwitchSlots = {
@@ -1,5 +1,5 @@
1
- import type { SlotAttributes } from "../BaseCheckbox/BaseCheckbox.vue";
2
- import type { BaseCheckboxGroupEvents, BaseCheckboxGroupProps } from "../BaseCheckboxGroup/BaseCheckboxGroup.vue";
1
+ import type { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
2
+ import type { BaseCheckboxGroupEvents, BaseCheckboxGroupProps } from '../BaseCheckboxGroup/BaseCheckboxGroup.vue';
3
3
  export type BaseSwitchGroupEvents = BaseCheckboxGroupEvents;
4
4
  export type BaseSwitchGroupProps<T> = BaseCheckboxGroupProps<T>;
5
5
  declare const _default: <T = any>(__VLS_props: {
@@ -38,8 +38,8 @@ declare const _default: <T = any>(__VLS_props: {
38
38
  slots: Readonly<{
39
39
  prepend?: ((props: {}) => any) | undefined;
40
40
  loading?: ((props: {}) => any) | undefined;
41
- "no-data"?: ((props: {}) => any) | undefined;
42
- "option:prepend"?: ((props: {
41
+ 'no-data'?: ((props: {}) => any) | undefined;
42
+ 'option:prepend'?: ((props: {
43
43
  item: T;
44
44
  }) => any) | undefined;
45
45
  icon?: ((props: SlotAttributes & {
@@ -51,15 +51,15 @@ declare const _default: <T = any>(__VLS_props: {
51
51
  text: string;
52
52
  checked: boolean;
53
53
  }) => any) | undefined;
54
- "option:append"?: ((props: {
54
+ 'option:append'?: ((props: {
55
55
  item: T;
56
56
  }) => any) | undefined;
57
57
  append?: ((props: {}) => any) | undefined;
58
58
  }> & {
59
59
  prepend?: ((props: {}) => any) | undefined;
60
60
  loading?: ((props: {}) => any) | undefined;
61
- "no-data"?: ((props: {}) => any) | undefined;
62
- "option:prepend"?: ((props: {
61
+ 'no-data'?: ((props: {}) => any) | undefined;
62
+ 'option:prepend'?: ((props: {
63
63
  item: T;
64
64
  }) => any) | undefined;
65
65
  icon?: ((props: SlotAttributes & {
@@ -71,7 +71,7 @@ declare const _default: <T = any>(__VLS_props: {
71
71
  text: string;
72
72
  checked: boolean;
73
73
  }) => any) | undefined;
74
- "option:append"?: ((props: {
74
+ 'option:append'?: ((props: {
75
75
  item: T;
76
76
  }) => any) | undefined;
77
77
  append?: ((props: {}) => any) | undefined;
@@ -115,8 +115,8 @@ declare const _default: <T = any>(__VLS_props: {
115
115
  slots: Readonly<{
116
116
  prepend?: ((props: {}) => any) | undefined;
117
117
  loading?: ((props: {}) => any) | undefined;
118
- "no-data"?: ((props: {}) => any) | undefined;
119
- "option:prepend"?: ((props: {
118
+ 'no-data'?: ((props: {}) => any) | undefined;
119
+ 'option:prepend'?: ((props: {
120
120
  item: T;
121
121
  }) => any) | undefined;
122
122
  icon?: ((props: SlotAttributes & {
@@ -128,15 +128,15 @@ declare const _default: <T = any>(__VLS_props: {
128
128
  text: string;
129
129
  checked: boolean;
130
130
  }) => any) | undefined;
131
- "option:append"?: ((props: {
131
+ 'option:append'?: ((props: {
132
132
  item: T;
133
133
  }) => any) | undefined;
134
134
  append?: ((props: {}) => any) | undefined;
135
135
  }> & {
136
136
  prepend?: ((props: {}) => any) | undefined;
137
137
  loading?: ((props: {}) => any) | undefined;
138
- "no-data"?: ((props: {}) => any) | undefined;
139
- "option:prepend"?: ((props: {
138
+ 'no-data'?: ((props: {}) => any) | undefined;
139
+ 'option:prepend'?: ((props: {
140
140
  item: T;
141
141
  }) => any) | undefined;
142
142
  icon?: ((props: SlotAttributes & {
@@ -148,7 +148,7 @@ declare const _default: <T = any>(__VLS_props: {
148
148
  text: string;
149
149
  checked: boolean;
150
150
  }) => any) | undefined;
151
- "option:append"?: ((props: {
151
+ 'option:append'?: ((props: {
152
152
  item: T;
153
153
  }) => any) | undefined;
154
154
  append?: ((props: {}) => any) | undefined;
@@ -195,8 +195,8 @@ declare const _default: <T = any>(__VLS_props: {
195
195
  slots: Readonly<{
196
196
  prepend?: ((props: {}) => any) | undefined;
197
197
  loading?: ((props: {}) => any) | undefined;
198
- "no-data"?: ((props: {}) => any) | undefined;
199
- "option:prepend"?: ((props: {
198
+ 'no-data'?: ((props: {}) => any) | undefined;
199
+ 'option:prepend'?: ((props: {
200
200
  item: T;
201
201
  }) => any) | undefined;
202
202
  icon?: ((props: SlotAttributes & {
@@ -208,15 +208,15 @@ declare const _default: <T = any>(__VLS_props: {
208
208
  text: string;
209
209
  checked: boolean;
210
210
  }) => any) | undefined;
211
- "option:append"?: ((props: {
211
+ 'option:append'?: ((props: {
212
212
  item: T;
213
213
  }) => any) | undefined;
214
214
  append?: ((props: {}) => any) | undefined;
215
215
  }> & {
216
216
  prepend?: ((props: {}) => any) | undefined;
217
217
  loading?: ((props: {}) => any) | undefined;
218
- "no-data"?: ((props: {}) => any) | undefined;
219
- "option:prepend"?: ((props: {
218
+ 'no-data'?: ((props: {}) => any) | undefined;
219
+ 'option:prepend'?: ((props: {
220
220
  item: T;
221
221
  }) => any) | undefined;
222
222
  icon?: ((props: SlotAttributes & {
@@ -228,7 +228,7 @@ declare const _default: <T = any>(__VLS_props: {
228
228
  text: string;
229
229
  checked: boolean;
230
230
  }) => any) | undefined;
231
- "option:append"?: ((props: {
231
+ 'option:append'?: ((props: {
232
232
  item: T;
233
233
  }) => any) | undefined;
234
234
  append?: ((props: {}) => any) | undefined;