bitboss-ui 2.0.87 → 2.0.88

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 (213) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +14 -7
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +17 -6
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +27 -224
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +14 -2
  5. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
  6. package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
  7. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +27 -18
  8. package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
  9. package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +1 -1
  10. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +155 -19
  11. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +16 -2
  12. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +10 -3
  13. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +13 -2
  14. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +15 -6
  15. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +27 -224
  16. package/dist/components/BaseRating/BaseRating.vue.d.ts +13 -2
  17. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +315 -6
  18. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -3
  19. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +13 -2
  20. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +28 -217
  21. package/dist/components/BaseTag/BaseTag.vue.d.ts +200 -4
  22. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +14 -3
  23. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +13 -2
  24. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +28 -20
  25. package/dist/components/BbAlert/BbAlert.vue.d.ts +23 -16
  26. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
  27. package/dist/components/BbBadge/BbBadge.vue.d.ts +14 -7
  28. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +51 -44
  29. package/dist/components/BbButton/BbButton.vue.d.ts +13 -6
  30. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +28 -19
  31. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +32 -252
  32. package/dist/components/BbChip/BbChip.vue.d.ts +13 -6
  33. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +13 -6
  34. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +21 -12
  35. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +24 -17
  36. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +29 -22
  37. package/dist/components/BbDialog/BbDialog.vue.d.ts +9 -2
  38. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +169 -159
  39. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +190 -183
  40. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +26 -17
  41. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +24 -15
  42. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +102 -12
  43. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +17 -3
  44. package/dist/components/BbPagination/BbPagination.vue.d.ts +33 -23
  45. package/dist/components/BbPopover/BbPopover.vue.d.ts +66 -54
  46. package/dist/components/BbRadio/BbRadio.vue.d.ts +28 -19
  47. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +32 -252
  48. package/dist/components/BbRating/BbRating.vue.d.ts +21 -12
  49. package/dist/components/BbRatio/BbRatio.vue.d.ts +14 -7
  50. package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -162
  51. package/dist/components/BbSlider/BbSlider.vue.d.ts +21 -12
  52. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +13 -3
  53. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +28 -19
  54. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +32 -252
  55. package/dist/components/BbTab/BbTab.vue.d.ts +89 -78
  56. package/dist/components/BbTable/BbTable.vue.d.ts +95 -78
  57. package/dist/components/BbTable/types.d.ts +0 -4
  58. package/dist/components/BbTag/BbTag.vue.d.ts +11 -2
  59. package/dist/components/BbTeleport.vue.d.ts +10 -3
  60. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +21 -12
  61. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +21 -12
  62. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  63. package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
  64. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +13 -3
  65. package/dist/components/BbTree/BbTree.vue.d.ts +9 -2
  66. package/dist/components/ChipsBox.vue.d.ts +2 -2
  67. package/dist/components/CommaBox.vue.d.ts +2 -2
  68. package/dist/components/CommonFloating.vue.d.ts +14 -4
  69. package/dist/components/CommonInputInnerContainer.vue.d.ts +16 -7
  70. package/dist/components/CommonInputOuterContainer.vue.d.ts +12 -5
  71. package/dist/components/ListBox.vue.d.ts +25 -16
  72. package/dist/components/OptionsContainer.vue.d.ts +26 -88
  73. package/dist/components/Transitions/Slide.vue.d.ts +12 -5
  74. package/dist/components/Transitions/SlideBack.vue.d.ts +12 -5
  75. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  76. package/dist/composables/useToast.d.ts +1 -1
  77. package/dist/composables/useWizard.d.ts +1 -1
  78. package/dist/index110.js +143 -135
  79. package/dist/index120.js +1 -1
  80. package/dist/index122.js +1 -1
  81. package/dist/index126.js +1 -1
  82. package/dist/index127.js +1 -1
  83. package/dist/index128.js +1 -1
  84. package/dist/index13.js +1 -1
  85. package/dist/index130.js +1 -1
  86. package/dist/index132.js +6 -6
  87. package/dist/index133.js +2 -2
  88. package/dist/index15.js +1 -1
  89. package/dist/index17.js +3 -3
  90. package/dist/index19.js +2 -2
  91. package/dist/index204.js +2 -81
  92. package/dist/index205.js +81 -2
  93. package/dist/index206.js +164 -2
  94. package/dist/index207.js +84 -4
  95. package/dist/index209.js +2 -2
  96. package/dist/index21.js +9 -9
  97. package/dist/index210.js +2 -2
  98. package/dist/index211.js +2 -2
  99. package/dist/index212.js +3 -3
  100. package/dist/index213.js +2 -2
  101. package/dist/index214.js +2 -2
  102. package/dist/index217.js +2 -2
  103. package/dist/index218.js +1 -1
  104. package/dist/index220.js +1 -1
  105. package/dist/index222.js +1 -1
  106. package/dist/index223.js +2 -2
  107. package/dist/index225.js +3 -3
  108. package/dist/index226.js +3 -4
  109. package/dist/index227.js +7 -164
  110. package/dist/index228.js +6 -82
  111. package/dist/index229.js +21 -0
  112. package/dist/index230.js +22 -14
  113. package/dist/index231.js +3 -27
  114. package/dist/index232.js +249 -3
  115. package/dist/index233.js +50 -6
  116. package/dist/index234.js +36 -241
  117. package/dist/index235.js +5 -52
  118. package/dist/index236.js +47 -31
  119. package/dist/index237.js +4 -5
  120. package/dist/index238.js +2 -60
  121. package/dist/index239.js +4 -3
  122. package/dist/index240.js +2 -7
  123. package/dist/index244.js +1 -1
  124. package/dist/index246.js +1 -1
  125. package/dist/index248.js +10 -2
  126. package/dist/index249.js +2 -9
  127. package/dist/index25.js +3 -3
  128. package/dist/index250.js +2 -3
  129. package/dist/index251.js +5 -5
  130. package/dist/index255.js +1 -1
  131. package/dist/index257.js +3 -9
  132. package/dist/index258.js +11 -3
  133. package/dist/index259.js +8 -280
  134. package/dist/index260.js +9 -6
  135. package/dist/index261.js +17 -2
  136. package/dist/index262.js +4 -2
  137. package/dist/index263.js +281 -2
  138. package/dist/index264.js +6 -2
  139. package/dist/index265.js +2 -2
  140. package/dist/index266.js +2 -126
  141. package/dist/index267.js +2 -431
  142. package/dist/index268.js +2 -176
  143. package/dist/index269.js +2 -3
  144. package/dist/index270.js +128 -0
  145. package/dist/index271.js +429 -5
  146. package/dist/index272.js +176 -22
  147. package/dist/index273.js +5 -0
  148. package/dist/index275.js +7 -3
  149. package/dist/index276.js +22 -12
  150. package/dist/index278.js +2 -9
  151. package/dist/index279.js +87 -15
  152. package/dist/index280.js +2 -4
  153. package/dist/index281.js +2 -436
  154. package/dist/index282.js +2 -127
  155. package/dist/index283.js +2 -200
  156. package/dist/index284.js +2 -2
  157. package/dist/index285.js +2 -2
  158. package/dist/index286.js +28 -2
  159. package/dist/index287.js +21 -1
  160. package/dist/index289.js +9 -2
  161. package/dist/index29.js +1 -1
  162. package/dist/index290.js +197 -25
  163. package/dist/index291.js +435 -21
  164. package/dist/index292.js +129 -0
  165. package/dist/index293.js +3 -88
  166. package/dist/index294.js +1 -1
  167. package/dist/index297.js +1 -1
  168. package/dist/index298.js +5 -2
  169. package/dist/index299.js +2 -5
  170. package/dist/index301.js +5 -4
  171. package/dist/index302.js +8 -4
  172. package/dist/index303.js +3 -59
  173. package/dist/index304.js +3 -3
  174. package/dist/index305.js +57 -32
  175. package/dist/index306.js +3 -7
  176. package/dist/index307.js +32 -4
  177. package/dist/index308.js +3 -7
  178. package/dist/index309.js +10 -6
  179. package/dist/index31.js +2 -2
  180. package/dist/index310.js +6 -18
  181. package/dist/index311.js +18 -3
  182. package/dist/index312.js +6 -10
  183. package/dist/{index316.js → index315.js} +1 -1
  184. package/dist/index33.js +2 -2
  185. package/dist/index35.js +2 -2
  186. package/dist/index37.js +3 -3
  187. package/dist/index39.js +4 -4
  188. package/dist/index41.js +2 -2
  189. package/dist/index43.js +2 -2
  190. package/dist/index45.js +1 -1
  191. package/dist/index55.js +1 -1
  192. package/dist/index57.js +1 -1
  193. package/dist/index61.js +2 -2
  194. package/dist/index81.js +1 -1
  195. package/dist/index84.js +1 -1
  196. package/dist/index86.js +1 -1
  197. package/dist/index88.js +1 -1
  198. package/dist/index90.js +1 -1
  199. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  200. package/dist/utilities/functions/deburr.d.ts +1 -1
  201. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  202. package/dist/utilities/functions/groupBy.d.ts +1 -1
  203. package/dist/utilities/functions/indexBy.d.ts +1 -1
  204. package/dist/utilities/functions/mapValues.d.ts +1 -1
  205. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  206. package/dist/utilities/functions/replace.d.ts +1 -1
  207. package/dist/utilities/functions/retry.d.ts +1 -1
  208. package/dist/utilities/functions/throttle.d.ts +2 -2
  209. package/package.json +3 -3
  210. package/dist/index208.js +0 -4
  211. package/dist/index274.js +0 -4
  212. package/dist/index277.js +0 -11
  213. package/dist/index288.js +0 -4
@@ -5,14 +5,21 @@ export type BbRatioProps = {
5
5
  */
6
6
  ratio?: number;
7
7
  } & NonVoidElementTag;
8
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbRatioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbRatioProps> & Readonly<{}>, {
9
- tag: "object" | "map" | "search" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
8
+ declare function __VLS_template(): {
9
+ slots: Readonly<{
10
+ default?: (props: object) => any;
11
+ }> & {
12
+ default?: (props: object) => any;
13
+ };
14
+ refs: {};
15
+ attrs: Partial<{}>;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<BbRatioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbRatioProps> & Readonly<{}>, {
19
+ tag: keyof Omit<HTMLElementTagNameMap, import('../../types/VoidHtmlElements').VoidHTMLElements>;
10
20
  ratio: number;
11
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
12
- default?: ((props: object) => any) | undefined;
13
- }> & {
14
- default?: ((props: object) => any) | undefined;
15
- }>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
23
  export default _default;
17
24
  type __VLS_WithTemplateSlots<T, S> = T & {
18
25
  new (): {
@@ -253,114 +253,16 @@ export type BbSelectSlots<T> = {
253
253
  }) => any;
254
254
  suffix?: (props: object) => any;
255
255
  };
256
- declare const _default: <T = any>(__VLS_props: {
257
- readonly onFocus?: ((event: FocusEvent) => any) | undefined;
258
- readonly onBlur?: ((event: FocusEvent) => any) | undefined;
259
- readonly onChange?: ((event: Event) => any) | undefined;
260
- readonly onInput?: ((event: Event) => any) | undefined;
261
- readonly onClick?: ((event: MouseEvent) => any) | undefined;
262
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
263
- readonly onInactive?: (() => any) | undefined;
264
- addOptions?: boolean | undefined;
265
- allowWriting?: boolean | "not-mobile" | undefined;
266
- 'append:icon'?: string | undefined;
267
- autocomplete?: string | undefined;
268
- autofocus?: (boolean | "true" | "false") | undefined;
269
- comma?: boolean | undefined;
270
- dependencies?: any[] | undefined;
271
- depsDebounceTime?: number | undefined;
272
- direction?: string | undefined;
273
- disabled?: boolean | undefined;
274
- enforceCoherence?: boolean | undefined;
275
- errors?: string | string[] | undefined;
276
- filterBy?: string | false | string[] | ((value: any, item: T) => boolean) | null | undefined;
277
- hasErrors?: boolean | undefined;
278
- hideLabel?: boolean | undefined;
279
- hint?: string | undefined;
280
- id?: string | undefined;
281
- items: T[] | ((query: string, prefill: boolean, modelValue: any) => Promise<T[]>) | ((query: string, prefill: boolean, modelValue: any) => T[]);
282
- itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
283
- itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
284
- label: string;
285
- labelPosition?: "left" | "center" | "right" | undefined;
286
- loading?: boolean | undefined;
287
- loadingText?: string | undefined;
288
- max?: number | undefined;
289
- maxSelectedLabels?: number | undefined;
290
- modelValue: any;
291
- modelValueDebounceTime?: number | undefined;
292
- multiple?: boolean | undefined;
293
- name?: string | undefined;
294
- noDataText?: string | undefined;
295
- persistentHint?: boolean | undefined;
296
- placeholder?: string | undefined;
297
- prefill?: boolean | "focus" | undefined;
298
- 'prepend:icon'?: string | undefined;
299
- required?: boolean | undefined;
300
- queryDebounceTime?: number | undefined;
301
- readonly?: boolean | undefined;
302
- resetQueryOnOptionSelected?: boolean | undefined;
303
- reverse?: boolean | undefined;
304
- stash?: boolean | undefined;
305
- transitionDuration?: number | undefined;
306
- updateOnAnimationFrame?: boolean | undefined;
307
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
308
- slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
309
- attrs: any;
310
- emit: BaseSelectEvents;
311
- } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
312
- props: {
313
- readonly onFocus?: ((event: FocusEvent) => any) | undefined;
256
+ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
257
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
258
+ readonly onInput?: ((event: Event) => any) | undefined;
259
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
314
260
  readonly onBlur?: ((event: FocusEvent) => any) | undefined;
315
261
  readonly onChange?: ((event: Event) => any) | undefined;
316
- readonly onInput?: ((event: Event) => any) | undefined;
317
262
  readonly onClick?: ((event: MouseEvent) => any) | undefined;
318
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
263
+ readonly onFocus?: ((event: FocusEvent) => any) | undefined;
319
264
  readonly onInactive?: (() => any) | undefined;
320
- addOptions?: boolean | undefined;
321
- allowWriting?: boolean | "not-mobile" | undefined;
322
- 'append:icon'?: string | undefined;
323
- autocomplete?: string | undefined;
324
- autofocus?: (boolean | "true" | "false") | undefined;
325
- comma?: boolean | undefined;
326
- dependencies?: any[] | undefined;
327
- depsDebounceTime?: number | undefined;
328
- direction?: string | undefined;
329
- disabled?: boolean | undefined;
330
- enforceCoherence?: boolean | undefined;
331
- errors?: string | string[] | undefined;
332
- filterBy?: string | false | string[] | ((value: any, item: T) => boolean) | null | undefined;
333
- hasErrors?: boolean | undefined;
334
- hideLabel?: boolean | undefined;
335
- hint?: string | undefined;
336
- id?: string | undefined;
337
- items: T[] | ((query: string, prefill: boolean, modelValue: any) => Promise<T[]>) | ((query: string, prefill: boolean, modelValue: any) => T[]);
338
- itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
339
- itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
340
- label: string;
341
- labelPosition?: "left" | "center" | "right" | undefined;
342
- loading?: boolean | undefined;
343
- loadingText?: string | undefined;
344
- max?: number | undefined;
345
- maxSelectedLabels?: number | undefined;
346
- modelValue: any;
347
- modelValueDebounceTime?: number | undefined;
348
- multiple?: boolean | undefined;
349
- name?: string | undefined;
350
- noDataText?: string | undefined;
351
- persistentHint?: boolean | undefined;
352
- placeholder?: string | undefined;
353
- prefill?: boolean | "focus" | undefined;
354
- 'prepend:icon'?: string | undefined;
355
- required?: boolean | undefined;
356
- queryDebounceTime?: number | undefined;
357
- readonly?: boolean | undefined;
358
- resetQueryOnOptionSelected?: boolean | undefined;
359
- reverse?: boolean | undefined;
360
- stash?: boolean | undefined;
361
- transitionDuration?: number | undefined;
362
- updateOnAnimationFrame?: boolean | undefined;
363
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
265
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onInput" | "onClick" | "onUpdate:modelValue" | "onInactive"> & BbSelectProps<T>> & import('vue').PublicProps;
364
266
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
365
267
  attrs: any;
366
268
  slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
@@ -368,64 +270,7 @@ declare const _default: <T = any>(__VLS_props: {
368
270
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
369
271
  [key: string]: any;
370
272
  }> & {
371
- __ctx?: {
372
- props: {
373
- readonly onFocus?: ((event: FocusEvent) => any) | undefined;
374
- readonly onBlur?: ((event: FocusEvent) => any) | undefined;
375
- readonly onChange?: ((event: Event) => any) | undefined;
376
- readonly onInput?: ((event: Event) => any) | undefined;
377
- readonly onClick?: ((event: MouseEvent) => any) | undefined;
378
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
379
- readonly onInactive?: (() => any) | undefined;
380
- addOptions?: boolean | undefined;
381
- allowWriting?: boolean | "not-mobile" | undefined;
382
- 'append:icon'?: string | undefined;
383
- autocomplete?: string | undefined;
384
- autofocus?: (boolean | "true" | "false") | undefined;
385
- comma?: boolean | undefined;
386
- dependencies?: any[] | undefined;
387
- depsDebounceTime?: number | undefined;
388
- direction?: string | undefined;
389
- disabled?: boolean | undefined;
390
- enforceCoherence?: boolean | undefined;
391
- errors?: string | string[] | undefined;
392
- filterBy?: string | false | string[] | ((value: any, item: T) => boolean) | null | undefined;
393
- hasErrors?: boolean | undefined;
394
- hideLabel?: boolean | undefined;
395
- hint?: string | undefined;
396
- id?: string | undefined;
397
- items: T[] | ((query: string, prefill: boolean, modelValue: any) => Promise<T[]>) | ((query: string, prefill: boolean, modelValue: any) => T[]);
398
- itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
399
- itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
400
- label: string;
401
- labelPosition?: "left" | "center" | "right" | undefined;
402
- loading?: boolean | undefined;
403
- loadingText?: string | undefined;
404
- max?: number | undefined;
405
- maxSelectedLabels?: number | undefined;
406
- modelValue: any;
407
- modelValueDebounceTime?: number | undefined;
408
- multiple?: boolean | undefined;
409
- name?: string | undefined;
410
- noDataText?: string | undefined;
411
- persistentHint?: boolean | undefined;
412
- placeholder?: string | undefined;
413
- prefill?: boolean | "focus" | undefined;
414
- 'prepend:icon'?: string | undefined;
415
- required?: boolean | undefined;
416
- queryDebounceTime?: number | undefined;
417
- readonly?: boolean | undefined;
418
- resetQueryOnOptionSelected?: boolean | undefined;
419
- reverse?: boolean | undefined;
420
- stash?: boolean | undefined;
421
- transitionDuration?: number | undefined;
422
- updateOnAnimationFrame?: boolean | undefined;
423
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
424
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
425
- attrs: any;
426
- slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
427
- emit: BaseSelectEvents;
428
- } | undefined;
273
+ __ctx?: Awaited<typeof __VLS_setup>;
429
274
  };
430
275
  export default _default;
431
276
  type __VLS_PrettifyLocal<T> = {
@@ -99,23 +99,32 @@ export type BbSliderProps = {
99
99
  ticks?: boolean;
100
100
  };
101
101
  export type BbSliderEvents = BaseSliderEvents;
102
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbSliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
102
+ declare function __VLS_template(): {
103
+ slots: Readonly<BaseSliderSlots & {
104
+ label?: (props: {
105
+ text: string;
106
+ hasErrors: boolean;
107
+ }) => any;
108
+ }> & BaseSliderSlots & {
109
+ label?: (props: {
110
+ text: string;
111
+ hasErrors: boolean;
112
+ }) => any;
113
+ };
114
+ refs: {};
115
+ attrs: Partial<{}>;
116
+ };
117
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
118
+ declare const __VLS_component: import('vue').DefineComponent<BbSliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
+ [x: string]: any;
120
+ } & {
103
121
  [x: string]: any;
104
122
  }, string, import('vue').PublicProps, Readonly<BbSliderProps> & Readonly<{
105
123
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
106
124
  }>, {
107
125
  thumbTranslate: boolean;
108
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseSliderSlots & {
109
- label?: ((props: {
110
- text: string;
111
- hasErrors: boolean;
112
- }) => any) | undefined;
113
- }> & BaseSliderSlots & {
114
- label?: ((props: {
115
- text: string;
116
- hasErrors: boolean;
117
- }) => any) | undefined;
118
- }>;
126
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
127
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
119
128
  export default _default;
120
129
  type __VLS_WithTemplateSlots<T, S> = T & {
121
130
  new (): {
@@ -18,12 +18,22 @@ export type BbSmoothHeightProps = {
18
18
  export type BbSmoothHeightSlots = {
19
19
  default?: (props: object) => any;
20
20
  };
21
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbSmoothHeightProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbSmoothHeightProps> & Readonly<{}>, {
21
+ declare function __VLS_template(): {
22
+ slots: Readonly<BbSmoothHeightSlots> & BbSmoothHeightSlots;
23
+ refs: {
24
+ container: unknown;
25
+ content: unknown;
26
+ };
27
+ attrs: Partial<{}>;
28
+ };
29
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
+ declare const __VLS_component: import('vue').DefineComponent<BbSmoothHeightProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbSmoothHeightProps> & Readonly<{}>, {
22
31
  transitionDuration: number;
23
- tag: "object" | "map" | "search" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
32
+ tag: keyof Omit<HTMLElementTagNameMap, import('../../types/VoidHtmlElements').VoidHTMLElements>;
24
33
  strategy: "resize" | "mutation";
25
34
  mutationOptions: MutationObserverInit;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BbSmoothHeightSlots> & BbSmoothHeightSlots>;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
37
  export default _default;
28
38
  type __VLS_WithTemplateSlots<T, S> = T & {
29
39
  new (): {
@@ -2,30 +2,39 @@ import { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
2
2
  import { BbCheckboxEvents, BbCheckboxProps } from '../BbCheckbox/BbCheckbox.vue';
3
3
  export type BbSwitchProps = BbCheckboxProps;
4
4
  export type BbSwitchEvents = BbCheckboxEvents;
5
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ declare function __VLS_template(): {
6
+ slots: Readonly<{
7
+ label?: (props: {
8
+ text: string;
9
+ hasErrors: boolean;
10
+ }) => any;
11
+ icon?: (props: SlotAttributes & {
12
+ text: string;
13
+ }) => any;
14
+ }> & {
15
+ label?: (props: {
16
+ text: string;
17
+ hasErrors: boolean;
18
+ }) => any;
19
+ icon?: (props: SlotAttributes & {
20
+ text: string;
21
+ }) => any;
22
+ };
23
+ refs: {};
24
+ attrs: Partial<{}>;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import('vue').DefineComponent<BbCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ [x: string]: any;
29
+ } & {
6
30
  [x: string]: any;
7
31
  }, string, import('vue').PublicProps, Readonly<BbCheckboxProps> & Readonly<{
8
32
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
9
33
  }>, {
10
34
  reverse: boolean;
11
- direction: string;
12
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
13
- label?: ((props: {
14
- text: string;
15
- hasErrors: boolean;
16
- }) => any) | undefined;
17
- icon?: ((props: SlotAttributes & {
18
- text: string;
19
- }) => any) | undefined;
20
- }> & {
21
- label?: ((props: {
22
- text: string;
23
- hasErrors: boolean;
24
- }) => any) | undefined;
25
- icon?: ((props: SlotAttributes & {
26
- text: string;
27
- }) => any) | undefined;
28
- }>;
35
+ direction: "horizontal" | "vertical" | "auto" | string;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
38
  export default _default;
30
39
  type __VLS_WithTemplateSlots<T, S> = T & {
31
40
  new (): {