@volverjs/ui-vue 0.0.10-beta.37 → 0.0.10-beta.39

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 (297) hide show
  1. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +1 -0
  2. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  3. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +12 -5
  4. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  5. package/dist/components/VvCombobox/VvCombobox.es.js +49 -25
  6. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  7. package/dist/components/VvDialog/VvDialog.es.js +24 -7
  8. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  9. package/dist/components/VvInputFile/VvInputFile.es.js +15 -9
  10. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  11. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +12 -5
  12. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  13. package/dist/components/VvSelect/VvSelect.es.js +30 -11
  14. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  15. package/dist/components/index.es.js +80 -41
  16. package/dist/components/index.umd.js +1 -1
  17. package/dist/icons.es.js +3 -3
  18. package/dist/icons.umd.js +1 -1
  19. package/dist/src/components/VvCombobox/VvCombobox.vue.d.ts +698 -0
  20. package/dist/{components/VvCombobox/VvCombobox.vue.d.ts → src/components/VvCombobox/index.d.ts} +201 -262
  21. package/dist/{components → src/components}/VvDialog/VvDialog.vue.d.ts +9 -0
  22. package/dist/{components → src/components}/VvDialog/index.d.ts +5 -0
  23. package/dist/{components → src/components}/VvInputFile/VvInputFile.vue.d.ts +40 -8
  24. package/dist/{components → src/components}/VvInputFile/index.d.ts +17 -7
  25. package/dist/src/components/VvSelect/VvSelect.vue.d.ts +230 -0
  26. package/dist/{components/VvSelect/VvSelect.vue.d.ts → src/components/VvSelect/index.d.ts} +64 -82
  27. package/dist/{composables → src/composables}/useComponentFocus.d.ts +1 -1
  28. package/dist/src/composables/useOptions.d.ts +8 -0
  29. package/dist/src/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
  30. package/dist/{types → src/types}/input-file.d.ts +2 -2
  31. package/package.json +7 -7
  32. package/src/assets/icons/detailed.json +1 -1
  33. package/src/assets/icons/normal.json +1 -1
  34. package/src/assets/icons/simple.json +1 -1
  35. package/src/components/VvAlertGroup/VvAlertGroup.vue +1 -0
  36. package/src/components/VvCombobox/VvCombobox.vue +17 -19
  37. package/src/components/VvCombobox/index.ts +29 -8
  38. package/src/components/VvDialog/VvDialog.vue +18 -8
  39. package/src/components/VvDialog/index.ts +3 -1
  40. package/src/components/VvInputFile/VvInputFile.vue +15 -12
  41. package/src/components/VvInputFile/index.ts +6 -0
  42. package/src/components/VvSelect/VvSelect.vue +11 -10
  43. package/src/components/VvSelect/index.ts +19 -1
  44. package/src/composables/useComponentFocus.ts +1 -1
  45. package/src/composables/useOptions.ts +19 -13
  46. package/src/stories/Combobox/Combobox.stories.ts +1 -0
  47. package/src/stories/Combobox/ComboboxIconPosition.stories.ts +1 -0
  48. package/src/stories/Combobox/ComboboxMultiple.stories.ts +1 -0
  49. package/src/stories/Combobox/ComboboxOptions.stories.ts +1 -0
  50. package/src/stories/Combobox/ComboboxSlots.stories.ts +1 -0
  51. package/src/stories/Dialog/Dialog.settings.ts +9 -1
  52. package/src/stories/Dialog/DialogModifiers.stories.ts +42 -0
  53. package/src/stories/Select/Select.stories.ts +1 -0
  54. package/src/stories/Select/SelectIconPosition.stories.ts +1 -0
  55. package/src/stories/Select/SelectOptions.stories.ts +1 -0
  56. package/src/stories/Select/SelectSlots.stories.ts +1 -0
  57. package/src/types/input-file.ts +2 -2
  58. package/dist/components/VvCombobox/index.d.ts +0 -391
  59. package/dist/components/VvSelect/index.d.ts +0 -127
  60. package/dist/composables/useOptions.d.ts +0 -8
  61. /package/dist/{Volver.d.ts → src/Volver.d.ts} +0 -0
  62. /package/dist/{components → src/components}/VvAccordion/VvAccordion.vue.d.ts +0 -0
  63. /package/dist/{components → src/components}/VvAccordion/index.d.ts +0 -0
  64. /package/dist/{components → src/components}/VvAccordionGroup/VvAccordionGroup.vue.d.ts +0 -0
  65. /package/dist/{components → src/components}/VvAccordionGroup/index.d.ts +0 -0
  66. /package/dist/{components → src/components}/VvAction/VvAction.vue.d.ts +0 -0
  67. /package/dist/{components → src/components}/VvAction/index.d.ts +0 -0
  68. /package/dist/{components → src/components}/VvAlert/VvAlert.vue.d.ts +0 -0
  69. /package/dist/{components → src/components}/VvAlert/index.d.ts +0 -0
  70. /package/dist/{components → src/components}/VvAlertGroup/VvAlertGroup.vue.d.ts +0 -0
  71. /package/dist/{components → src/components}/VvAlertGroup/index.d.ts +0 -0
  72. /package/dist/{components → src/components}/VvAvatar/VvAvatar.vue.d.ts +0 -0
  73. /package/dist/{components → src/components}/VvAvatar/index.d.ts +0 -0
  74. /package/dist/{components → src/components}/VvAvatarGroup/VvAvatarGroup.vue.d.ts +0 -0
  75. /package/dist/{components → src/components}/VvAvatarGroup/index.d.ts +0 -0
  76. /package/dist/{components → src/components}/VvBadge/VvBadge.vue.d.ts +0 -0
  77. /package/dist/{components → src/components}/VvBadge/index.d.ts +0 -0
  78. /package/dist/{components → src/components}/VvBreadcrumb/VvBreadcrumb.vue.d.ts +0 -0
  79. /package/dist/{components → src/components}/VvBreadcrumb/index.d.ts +0 -0
  80. /package/dist/{components → src/components}/VvButton/VvButton.vue.d.ts +0 -0
  81. /package/dist/{components → src/components}/VvButton/index.d.ts +0 -0
  82. /package/dist/{components → src/components}/VvButtonGroup/VvButtonGroup.vue.d.ts +0 -0
  83. /package/dist/{components → src/components}/VvButtonGroup/index.d.ts +0 -0
  84. /package/dist/{components → src/components}/VvCard/VvCard.vue.d.ts +0 -0
  85. /package/dist/{components → src/components}/VvCard/index.d.ts +0 -0
  86. /package/dist/{components → src/components}/VvCheckbox/VvCheckbox.vue.d.ts +0 -0
  87. /package/dist/{components → src/components}/VvCheckbox/index.d.ts +0 -0
  88. /package/dist/{components → src/components}/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +0 -0
  89. /package/dist/{components → src/components}/VvCheckboxGroup/index.d.ts +0 -0
  90. /package/dist/{components → src/components}/VvDropdown/VvDropdown.vue.d.ts +0 -0
  91. /package/dist/{components → src/components}/VvDropdown/VvDropdownAction.vue.d.ts +0 -0
  92. /package/dist/{components → src/components}/VvDropdown/VvDropdownItem.vue.d.ts +0 -0
  93. /package/dist/{components → src/components}/VvDropdown/VvDropdownOptgroup.vue.d.ts +0 -0
  94. /package/dist/{components → src/components}/VvDropdown/VvDropdownOption.vue.d.ts +0 -0
  95. /package/dist/{components → src/components}/VvDropdown/index.d.ts +0 -0
  96. /package/dist/{components → src/components}/VvIcon/VvIcon.vue.d.ts +0 -0
  97. /package/dist/{components → src/components}/VvIcon/index.d.ts +0 -0
  98. /package/dist/{components → src/components}/VvInputText/VvInputClearAction.d.ts +0 -0
  99. /package/dist/{components → src/components}/VvInputText/VvInputPasswordAction.d.ts +0 -0
  100. /package/dist/{components → src/components}/VvInputText/VvInputStepAction.d.ts +0 -0
  101. /package/dist/{components → src/components}/VvInputText/VvInputText.vue.d.ts +0 -0
  102. /package/dist/{components → src/components}/VvInputText/VvInputTextActions.d.ts +0 -0
  103. /package/dist/{components → src/components}/VvInputText/index.d.ts +0 -0
  104. /package/dist/{components → src/components}/VvNav/VvNav.vue.d.ts +0 -0
  105. /package/dist/{components → src/components}/VvNav/VvNavItem.vue.d.ts +0 -0
  106. /package/dist/{components → src/components}/VvNav/VvNavSeparator.vue.d.ts +0 -0
  107. /package/dist/{components → src/components}/VvNav/index.d.ts +0 -0
  108. /package/dist/{components → src/components}/VvProgress/VvProgress.vue.d.ts +0 -0
  109. /package/dist/{components → src/components}/VvProgress/index.d.ts +0 -0
  110. /package/dist/{components → src/components}/VvRadio/VvRadio.vue.d.ts +0 -0
  111. /package/dist/{components → src/components}/VvRadio/index.d.ts +0 -0
  112. /package/dist/{components → src/components}/VvRadioGroup/VvRadioGroup.vue.d.ts +0 -0
  113. /package/dist/{components → src/components}/VvRadioGroup/index.d.ts +0 -0
  114. /package/dist/{components → src/components}/VvTab/VvTab.vue.d.ts +0 -0
  115. /package/dist/{components → src/components}/VvTab/index.d.ts +0 -0
  116. /package/dist/{components → src/components}/VvTextarea/VvTextarea.vue.d.ts +0 -0
  117. /package/dist/{components → src/components}/VvTextarea/index.d.ts +0 -0
  118. /package/dist/{components → src/components}/VvTooltip/VvTooltip.vue.d.ts +0 -0
  119. /package/dist/{components → src/components}/VvTooltip/index.d.ts +0 -0
  120. /package/dist/{components → src/components}/common/HintSlot.d.ts +0 -0
  121. /package/dist/{components → src/components}/index.d.ts +0 -0
  122. /package/dist/{composables → src/composables}/alert/useAlert.d.ts +0 -0
  123. /package/dist/{composables → src/composables}/alert/useInjectAlert.d.ts +0 -0
  124. /package/dist/{composables → src/composables}/alert/useProvideAlert.d.ts +0 -0
  125. /package/dist/{composables → src/composables}/dropdown/useInjectDropdown.d.ts +0 -0
  126. /package/dist/{composables → src/composables}/dropdown/useProvideDropdown.d.ts +0 -0
  127. /package/dist/{composables → src/composables}/group/useInjectedGroupState.d.ts +0 -0
  128. /package/dist/{composables → src/composables}/group/useProvideGroupState.d.ts +0 -0
  129. /package/dist/{composables → src/composables}/index.d.ts +0 -0
  130. /package/dist/{composables → src/composables}/useBlurhash.d.ts +0 -0
  131. /package/dist/{composables → src/composables}/useComponentIcon.d.ts +0 -0
  132. /package/dist/{composables → src/composables}/useDebouncedInput.d.ts +0 -0
  133. /package/dist/{composables → src/composables}/useDefaults.d.ts +0 -0
  134. /package/dist/{composables → src/composables}/useModifiers.d.ts +0 -0
  135. /package/dist/{composables → src/composables}/usePersistence.d.ts +0 -0
  136. /package/dist/{composables → src/composables}/useTextCount.d.ts +0 -0
  137. /package/dist/{composables → src/composables}/useUniqueId.d.ts +0 -0
  138. /package/dist/{composables → src/composables}/useVolver.d.ts +0 -0
  139. /package/dist/{constants.d.ts → src/constants.d.ts} +0 -0
  140. /package/dist/{directives → src/directives}/index.d.ts +0 -0
  141. /package/dist/{directives → src/directives}/v-contextmenu.d.ts +0 -0
  142. /package/dist/{directives → src/directives}/v-tooltip.d.ts +0 -0
  143. /package/dist/{icons.d.ts → src/icons.d.ts} +0 -0
  144. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  145. /package/dist/{props → src/props}/index.d.ts +0 -0
  146. /package/dist/{resolvers → src/resolvers}/unplugin.d.ts +0 -0
  147. /package/dist/{stories → src/stories}/Accordion/Accordion.settings.d.ts +0 -0
  148. /package/dist/{stories → src/stories}/Accordion/Accordion.stories.d.ts +0 -0
  149. /package/dist/{stories → src/stories}/Accordion/Accordion.test.d.ts +0 -0
  150. /package/dist/{stories → src/stories}/Accordion/AccordionSlots.stories.d.ts +0 -0
  151. /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroup.settings.d.ts +0 -0
  152. /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroup.stories.d.ts +0 -0
  153. /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroup.test.d.ts +0 -0
  154. /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroupSlots.stories.d.ts +0 -0
  155. /package/dist/{stories → src/stories}/Alert/Alert.settings.d.ts +0 -0
  156. /package/dist/{stories → src/stories}/Alert/Alert.stories.d.ts +0 -0
  157. /package/dist/{stories → src/stories}/Alert/Alert.test.d.ts +0 -0
  158. /package/dist/{stories → src/stories}/Alert/AlertModifiers.stories.d.ts +0 -0
  159. /package/dist/{stories → src/stories}/Alert/AlertSlots.stories.d.ts +0 -0
  160. /package/dist/{stories → src/stories}/AlertGroup/AlertGroup.settings.d.ts +0 -0
  161. /package/dist/{stories → src/stories}/AlertGroup/AlertGroup.stories.d.ts +0 -0
  162. /package/dist/{stories → src/stories}/AlertGroup/AlertGroup.test.d.ts +0 -0
  163. /package/dist/{stories → src/stories}/AlertGroup/AlertGroupPosition.stories.d.ts +0 -0
  164. /package/dist/{stories → src/stories}/AlertGroup/AlertGroupSlots.stories.d.ts +0 -0
  165. /package/dist/{stories → src/stories}/AlertGroup/AlertGroupWithComposable.stories.d.ts +0 -0
  166. /package/dist/{stories → src/stories}/Avatar/Avatar.settings.d.ts +0 -0
  167. /package/dist/{stories → src/stories}/Avatar/Avatar.stories.d.ts +0 -0
  168. /package/dist/{stories → src/stories}/Avatar/Avatar.test.d.ts +0 -0
  169. /package/dist/{stories → src/stories}/Avatar/AvatarBadge.stories.d.ts +0 -0
  170. /package/dist/{stories → src/stories}/Avatar/AvatarModifiers.stories.d.ts +0 -0
  171. /package/dist/{stories → src/stories}/Avatar/AvatarSlots.stories.d.ts +0 -0
  172. /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroup.settings.d.ts +0 -0
  173. /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroup.stories.d.ts +0 -0
  174. /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroup.test.d.ts +0 -0
  175. /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroupModifiers.stories.d.ts +0 -0
  176. /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +0 -0
  177. /package/dist/{stories → src/stories}/Badge/Badge.settings.d.ts +0 -0
  178. /package/dist/{stories → src/stories}/Badge/Badge.stories.d.ts +0 -0
  179. /package/dist/{stories → src/stories}/Badge/Badge.test.d.ts +0 -0
  180. /package/dist/{stories → src/stories}/Badge/BadgeSlots.stories.d.ts +0 -0
  181. /package/dist/{stories → src/stories}/Blurhash/BlurhashComposable.stories.d.ts +0 -0
  182. /package/dist/{stories → src/stories}/Breadcrumb/Breadcrumb.settings.d.ts +0 -0
  183. /package/dist/{stories → src/stories}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
  184. /package/dist/{stories → src/stories}/Breadcrumb/Breadcrumb.test.d.ts +0 -0
  185. /package/dist/{stories → src/stories}/Breadcrumb/BreadcrumbSlots.stories.d.ts +0 -0
  186. /package/dist/{stories → src/stories}/Button/Button.settings.d.ts +0 -0
  187. /package/dist/{stories → src/stories}/Button/Button.stories.d.ts +0 -0
  188. /package/dist/{stories → src/stories}/Button/Button.test.d.ts +0 -0
  189. /package/dist/{stories → src/stories}/Button/ButtonIcon.stories.d.ts +0 -0
  190. /package/dist/{stories → src/stories}/Button/ButtonLink.stories.d.ts +0 -0
  191. /package/dist/{stories → src/stories}/Button/ButtonLoading.stories.d.ts +0 -0
  192. /package/dist/{stories → src/stories}/Button/ButtonModifiers.stories.d.ts +0 -0
  193. /package/dist/{stories → src/stories}/Button/ButtonSlots.stories.d.ts +0 -0
  194. /package/dist/{stories → src/stories}/Button/ButtonState.stories.d.ts +0 -0
  195. /package/dist/{stories → src/stories}/Button/ButtonToggle.stories.d.ts +0 -0
  196. /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroup.settings.d.ts +0 -0
  197. /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroup.stories.d.ts +0 -0
  198. /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroup.test.d.ts +0 -0
  199. /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroupModifiers.stories.d.ts +0 -0
  200. /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroupSlots.stories.d.ts +0 -0
  201. /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroupToggle.stories.d.ts +0 -0
  202. /package/dist/{stories → src/stories}/Card/Card.settings.d.ts +0 -0
  203. /package/dist/{stories → src/stories}/Card/Card.stories.d.ts +0 -0
  204. /package/dist/{stories → src/stories}/Card/Card.test.d.ts +0 -0
  205. /package/dist/{stories → src/stories}/Card/CardSlots.stories.d.ts +0 -0
  206. /package/dist/{stories → src/stories}/Checkbox/Checkbox.settings.d.ts +0 -0
  207. /package/dist/{stories → src/stories}/Checkbox/Checkbox.stories.d.ts +0 -0
  208. /package/dist/{stories → src/stories}/Checkbox/Checkbox.test.d.ts +0 -0
  209. /package/dist/{stories → src/stories}/Checkbox/CheckboxBinary.stories.d.ts +0 -0
  210. /package/dist/{stories → src/stories}/Checkbox/CheckboxSlots.stories.d.ts +0 -0
  211. /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroup.settings.d.ts +0 -0
  212. /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroup.stories.d.ts +0 -0
  213. /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroup.test.d.ts +0 -0
  214. /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +0 -0
  215. /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +0 -0
  216. /package/dist/{stories → src/stories}/Combobox/Combobox.settings.d.ts +0 -0
  217. /package/dist/{stories → src/stories}/Combobox/Combobox.stories.d.ts +0 -0
  218. /package/dist/{stories → src/stories}/Combobox/Combobox.test.d.ts +0 -0
  219. /package/dist/{stories → src/stories}/Combobox/ComboboxIconPosition.stories.d.ts +0 -0
  220. /package/dist/{stories → src/stories}/Combobox/ComboboxMultiple.stories.d.ts +0 -0
  221. /package/dist/{stories → src/stories}/Combobox/ComboboxOptions.stories.d.ts +0 -0
  222. /package/dist/{stories → src/stories}/Combobox/ComboboxSlots.stories.d.ts +0 -0
  223. /package/dist/{stories → src/stories}/Dialog/Dialog.settings.d.ts +0 -0
  224. /package/dist/{stories → src/stories}/Dialog/Dialog.stories.d.ts +0 -0
  225. /package/dist/{stories → src/stories}/Dialog/Dialog.test.d.ts +0 -0
  226. /package/dist/{stories → src/stories}/Dialog/DialogSlots.stories.d.ts +0 -0
  227. /package/dist/{stories → src/stories}/Dropdown/Dropdown.settings.d.ts +0 -0
  228. /package/dist/{stories → src/stories}/Dropdown/Dropdown.stories.d.ts +0 -0
  229. /package/dist/{stories → src/stories}/Dropdown/Dropdown.test.d.ts +0 -0
  230. /package/dist/{stories → src/stories}/Dropdown/DropdownContextmenuDirective.stories.d.ts +0 -0
  231. /package/dist/{stories → src/stories}/Dropdown/DropdownMultilevel.stories.d.ts +0 -0
  232. /package/dist/{stories → src/stories}/Dropdown/DropdownSlots.stories.d.ts +0 -0
  233. /package/dist/{stories → src/stories}/Icon/Icon.settings.d.ts +0 -0
  234. /package/dist/{stories → src/stories}/Icon/Icon.stories.d.ts +0 -0
  235. /package/dist/{stories → src/stories}/Icon/IconsCollection.stories.d.ts +0 -0
  236. /package/dist/{stories → src/stories}/InputFile/InputFile.settings.d.ts +0 -0
  237. /package/dist/{stories → src/stories}/InputFile/InputFile.stories.d.ts +0 -0
  238. /package/dist/{stories → src/stories}/InputFile/InputFileDropArea.stories.d.ts +0 -0
  239. /package/dist/{stories → src/stories}/InputFile/InputFileIconPosition.stories.d.ts +0 -0
  240. /package/dist/{stories → src/stories}/InputFile/InputFileSlots.stories.d.ts +0 -0
  241. /package/dist/{stories → src/stories}/InputText/InputText.settings.d.ts +0 -0
  242. /package/dist/{stories → src/stories}/InputText/InputText.stories.d.ts +0 -0
  243. /package/dist/{stories → src/stories}/InputText/InputText.test.d.ts +0 -0
  244. /package/dist/{stories → src/stories}/InputText/InputTextIconPosition.stories.d.ts +0 -0
  245. /package/dist/{stories → src/stories}/InputText/InputTextLength.stories.d.ts +0 -0
  246. /package/dist/{stories → src/stories}/InputText/InputTextMask.stories.d.ts +0 -0
  247. /package/dist/{stories → src/stories}/InputText/InputTextMinMax.stories.d.ts +0 -0
  248. /package/dist/{stories → src/stories}/InputText/InputTextSlots.stories.d.ts +0 -0
  249. /package/dist/{stories → src/stories}/InputText/InputTextType.stories.d.ts +0 -0
  250. /package/dist/{stories → src/stories}/Nav/Nav.settings.d.ts +0 -0
  251. /package/dist/{stories → src/stories}/Nav/Nav.stories.d.ts +0 -0
  252. /package/dist/{stories → src/stories}/Nav/Nav.test.d.ts +0 -0
  253. /package/dist/{stories → src/stories}/Nav/NavModifiers.stories.d.ts +0 -0
  254. /package/dist/{stories → src/stories}/Progress/Progress.settings.d.ts +0 -0
  255. /package/dist/{stories → src/stories}/Progress/Progress.stories.d.ts +0 -0
  256. /package/dist/{stories → src/stories}/Progress/Progress.test.d.ts +0 -0
  257. /package/dist/{stories → src/stories}/Radio/Radio.settings.d.ts +0 -0
  258. /package/dist/{stories → src/stories}/Radio/Radio.stories.d.ts +0 -0
  259. /package/dist/{stories → src/stories}/Radio/Radio.test.d.ts +0 -0
  260. /package/dist/{stories → src/stories}/Radio/RadioSlots.stories.d.ts +0 -0
  261. /package/dist/{stories → src/stories}/RadioGroup/RadioGroup.settings.d.ts +0 -0
  262. /package/dist/{stories → src/stories}/RadioGroup/RadioGroup.stories.d.ts +0 -0
  263. /package/dist/{stories → src/stories}/RadioGroup/RadioGroup.test.d.ts +0 -0
  264. /package/dist/{stories → src/stories}/RadioGroup/RadioGroupOptions.stories.d.ts +0 -0
  265. /package/dist/{stories → src/stories}/RadioGroup/RadioGroupSlots.stories.d.ts +0 -0
  266. /package/dist/{stories → src/stories}/Select/Select.settings.d.ts +0 -0
  267. /package/dist/{stories → src/stories}/Select/Select.stories.d.ts +0 -0
  268. /package/dist/{stories → src/stories}/Select/Select.test.d.ts +0 -0
  269. /package/dist/{stories → src/stories}/Select/SelectIconPosition.stories.d.ts +0 -0
  270. /package/dist/{stories → src/stories}/Select/SelectOptions.stories.d.ts +0 -0
  271. /package/dist/{stories → src/stories}/Select/SelectSlots.stories.d.ts +0 -0
  272. /package/dist/{stories → src/stories}/Tab/Tab.settings.d.ts +0 -0
  273. /package/dist/{stories → src/stories}/Tab/Tab.stories.d.ts +0 -0
  274. /package/dist/{stories → src/stories}/Tab/Tab.test.d.ts +0 -0
  275. /package/dist/{stories → src/stories}/Textarea/Textarea.settings.d.ts +0 -0
  276. /package/dist/{stories → src/stories}/Textarea/Textarea.stories.d.ts +0 -0
  277. /package/dist/{stories → src/stories}/Textarea/Textarea.test.d.ts +0 -0
  278. /package/dist/{stories → src/stories}/Textarea/TextareaLength.stories.d.ts +0 -0
  279. /package/dist/{stories → src/stories}/Textarea/TextareaSlots.stories.d.ts +0 -0
  280. /package/dist/{stories → src/stories}/Textarea/TextareatIconPosition.stories.d.ts +0 -0
  281. /package/dist/{stories → src/stories}/Tooltip/Tooltip.settings.d.ts +0 -0
  282. /package/dist/{stories → src/stories}/Tooltip/Tooltip.stories.d.ts +0 -0
  283. /package/dist/{stories → src/stories}/Tooltip/Tooltip.test.d.ts +0 -0
  284. /package/dist/{stories → src/stories}/Tooltip/TooltipDirective.stories.d.ts +0 -0
  285. /package/dist/{stories → src/stories}/argTypes.d.ts +0 -0
  286. /package/dist/{test → src/test}/expect.d.ts +0 -0
  287. /package/dist/{test → src/test}/options.d.ts +0 -0
  288. /package/dist/{test → src/test}/sleep.d.ts +0 -0
  289. /package/dist/{types → src/types}/alert.d.ts +0 -0
  290. /package/dist/{types → src/types}/blurhash.d.ts +0 -0
  291. /package/dist/{types → src/types}/floating-ui.d.ts +0 -0
  292. /package/dist/{types → src/types}/generic.d.ts +0 -0
  293. /package/dist/{types → src/types}/group.d.ts +0 -0
  294. /package/dist/{types → src/types}/index.d.ts +0 -0
  295. /package/dist/{types → src/types}/nav.d.ts +0 -0
  296. /package/dist/{utils → src/utils}/ObjectUtilities.d.ts +0 -0
  297. /package/dist/{workers → src/workers}/blurhash.d.ts +0 -0
@@ -0,0 +1,698 @@
1
+ import type { Option } from '../../types/generic';
2
+ declare const _default: <T extends string | Option>(__VLS_props: {
3
+ floating?: boolean | undefined;
4
+ readonly name?: string | undefined;
5
+ options?: T[] | undefined;
6
+ size?: boolean | {
7
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
8
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
9
+ altBoundary?: boolean | undefined;
10
+ padding?: import("@floating-ui/utils").Padding | undefined;
11
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
12
+ apply?: ((args: {
13
+ x: number;
14
+ y: number;
15
+ initialPlacement: import("@floating-ui/utils").Placement;
16
+ placement: import("@floating-ui/utils").Placement;
17
+ strategy: import("@floating-ui/utils").Strategy;
18
+ middlewareData: import("@floating-ui/core").MiddlewareData;
19
+ rects: import("@floating-ui/utils").ElementRects;
20
+ platform: import("@floating-ui/core").Platform;
21
+ elements: import("@floating-ui/dom").Elements;
22
+ } & {
23
+ availableWidth: number;
24
+ availableHeight: number;
25
+ }) => void | Promise<void>) | undefined;
26
+ } | import("@floating-ui/core").Derivable<{
27
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
28
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
29
+ altBoundary?: boolean | undefined;
30
+ padding?: import("@floating-ui/utils").Padding | undefined;
31
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
32
+ apply?: ((args: {
33
+ x: number;
34
+ y: number;
35
+ initialPlacement: import("@floating-ui/utils").Placement;
36
+ placement: import("@floating-ui/utils").Placement;
37
+ strategy: import("@floating-ui/utils").Strategy;
38
+ middlewareData: import("@floating-ui/core").MiddlewareData;
39
+ rects: import("@floating-ui/utils").ElementRects;
40
+ platform: import("@floating-ui/core").Platform;
41
+ elements: import("@floating-ui/dom").Elements;
42
+ } & {
43
+ availableWidth: number;
44
+ availableHeight: number;
45
+ }) => void | Promise<void>) | undefined;
46
+ }> | undefined;
47
+ label?: string | number | undefined;
48
+ disabled?: boolean | undefined;
49
+ modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
50
+ modifiers?: string | string[] | undefined;
51
+ shift?: boolean | {
52
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
53
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
54
+ altBoundary?: boolean | undefined;
55
+ padding?: import("@floating-ui/utils").Padding | undefined;
56
+ crossAxis?: boolean | undefined;
57
+ mainAxis?: boolean | undefined;
58
+ limiter?: {
59
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
60
+ options?: any;
61
+ } | undefined;
62
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
63
+ } | import("@floating-ui/core").Derivable<{
64
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
65
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
66
+ altBoundary?: boolean | undefined;
67
+ padding?: import("@floating-ui/utils").Padding | undefined;
68
+ crossAxis?: boolean | undefined;
69
+ mainAxis?: boolean | undefined;
70
+ limiter?: {
71
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
72
+ options?: any;
73
+ } | undefined;
74
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
75
+ }> | undefined;
76
+ readonly?: boolean | undefined;
77
+ readonly id?: string | number | undefined;
78
+ onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
79
+ onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
80
+ flip?: boolean | {
81
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
82
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
83
+ altBoundary?: boolean | undefined;
84
+ padding?: import("@floating-ui/utils").Padding | undefined;
85
+ crossAxis?: boolean | undefined;
86
+ mainAxis?: boolean | undefined;
87
+ fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
88
+ fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
89
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
90
+ flipAlignment?: boolean | undefined;
91
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
92
+ } | import("@floating-ui/core").Derivable<{
93
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
94
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
95
+ altBoundary?: boolean | undefined;
96
+ padding?: import("@floating-ui/utils").Padding | undefined;
97
+ crossAxis?: boolean | undefined;
98
+ mainAxis?: boolean | undefined;
99
+ fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
100
+ fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
101
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
102
+ flipAlignment?: boolean | undefined;
103
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
104
+ }> | undefined;
105
+ icon?: string | import("../VvIcon/index.js").VvIconProps | undefined;
106
+ closeLabel?: string | undefined;
107
+ iconPosition?: "before" | "after" | undefined;
108
+ loading?: boolean | undefined;
109
+ loadingLabel?: string | undefined;
110
+ unselectable?: boolean | undefined;
111
+ multiple?: boolean | undefined;
112
+ hintLabel?: string | undefined;
113
+ valid?: boolean | undefined;
114
+ validLabel?: string | unknown[] | undefined;
115
+ invalid?: boolean | undefined;
116
+ invalidLabel?: string | unknown[] | undefined;
117
+ tabindex?: string | number | undefined;
118
+ labelKey?: string | Function | undefined;
119
+ valueKey?: string | Function | undefined;
120
+ disabledKey?: string | Function | undefined;
121
+ "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
122
+ placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
123
+ strategy?: "absolute" | "fixed" | undefined;
124
+ transitionName?: string | undefined;
125
+ offset?: string | import("@floating-ui/core").OffsetOptions | undefined;
126
+ autoPlacement?: boolean | {
127
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
128
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
129
+ altBoundary?: boolean | undefined;
130
+ padding?: import("@floating-ui/utils").Padding | undefined;
131
+ crossAxis?: boolean | undefined;
132
+ alignment?: import("@floating-ui/utils").Alignment | null | undefined;
133
+ autoAlignment?: boolean | undefined;
134
+ allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
135
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
136
+ } | import("@floating-ui/core").Derivable<{
137
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
138
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
139
+ altBoundary?: boolean | undefined;
140
+ padding?: import("@floating-ui/utils").Padding | undefined;
141
+ crossAxis?: boolean | undefined;
142
+ alignment?: import("@floating-ui/utils").Alignment | null | undefined;
143
+ autoAlignment?: boolean | undefined;
144
+ allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
145
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
146
+ }> | undefined;
147
+ arrow?: boolean | undefined;
148
+ keepOpen?: boolean | undefined;
149
+ autofocusFirst?: boolean | undefined;
150
+ triggerWidth?: boolean | undefined;
151
+ deselectHintLabel?: string | undefined;
152
+ selectHintLabel?: string | undefined;
153
+ selectedHintLabel?: string | undefined;
154
+ readonly placeholder?: string | undefined;
155
+ "onUpdate:search"?: ((args_0: string) => any) | undefined;
156
+ "onChange:search"?: ((args_0: string) => any) | undefined;
157
+ searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
158
+ noResultsLabel?: string | undefined;
159
+ noOptionsLabel?: string | undefined;
160
+ deselectActionLabel?: string | undefined;
161
+ searchable?: boolean | undefined;
162
+ searchPlaceholder?: string | undefined;
163
+ debounceSearch?: string | number | undefined;
164
+ readonly maxValues?: string | number | undefined;
165
+ separator?: string | undefined;
166
+ native?: boolean | undefined;
167
+ badges?: boolean | undefined;
168
+ badgeModifiers?: string | string[] | undefined;
169
+ dropdownModifiers?: string | string[] | undefined;
170
+ autoOpen?: boolean | undefined;
171
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
172
+ slots: {
173
+ "dropdown::before"?(_: {}): any;
174
+ before?(_: {
175
+ valid: boolean;
176
+ invalid: boolean;
177
+ modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
178
+ }): any;
179
+ value?(_: {
180
+ selectedOptions: T[];
181
+ onInput: (option: T) => void;
182
+ }): any;
183
+ after?(_: {
184
+ valid: boolean;
185
+ invalid: boolean;
186
+ modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
187
+ }): any;
188
+ option?(_: {
189
+ option: T;
190
+ selectedOptions: T[];
191
+ selected: boolean;
192
+ disabled: boolean;
193
+ }): any;
194
+ option?(_: {
195
+ option: T;
196
+ selectedOptions: T[];
197
+ selected: boolean;
198
+ disabled: boolean;
199
+ }): any;
200
+ "no-options"?(_: {}): any;
201
+ "no-results"?(_: {}): any;
202
+ "dropdown::after"?(_: {}): any;
203
+ hint?(_: {
204
+ modelValue: unknown;
205
+ valid: boolean;
206
+ invalid: boolean;
207
+ loading: boolean;
208
+ }): any;
209
+ loading?(_: {
210
+ modelValue: unknown;
211
+ valid: boolean;
212
+ invalid: boolean;
213
+ loading: boolean;
214
+ }): any;
215
+ valid?(_: {
216
+ modelValue: unknown;
217
+ valid: boolean;
218
+ invalid: boolean;
219
+ loading: boolean;
220
+ }): any;
221
+ invalid?(_: {
222
+ modelValue: unknown;
223
+ valid: boolean;
224
+ invalid: boolean;
225
+ loading: boolean;
226
+ }): any;
227
+ };
228
+ attrs: any;
229
+ emit: ((evt: "update:modelValue", args_0: any) => void) & ((evt: "blur", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "focus", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "update:search", args_0: string) => void) & ((evt: "change:search", args_0: string) => void);
230
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
231
+ props: {
232
+ floating?: boolean | undefined;
233
+ readonly name?: string | undefined;
234
+ options?: T[] | undefined;
235
+ size?: boolean | {
236
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
237
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
238
+ altBoundary?: boolean | undefined;
239
+ padding?: import("@floating-ui/utils").Padding | undefined;
240
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
241
+ apply?: ((args: {
242
+ x: number;
243
+ y: number;
244
+ initialPlacement: import("@floating-ui/utils").Placement;
245
+ placement: import("@floating-ui/utils").Placement;
246
+ strategy: import("@floating-ui/utils").Strategy;
247
+ middlewareData: import("@floating-ui/core").MiddlewareData;
248
+ rects: import("@floating-ui/utils").ElementRects;
249
+ platform: import("@floating-ui/core").Platform;
250
+ elements: import("@floating-ui/dom").Elements;
251
+ } & {
252
+ availableWidth: number;
253
+ availableHeight: number;
254
+ }) => void | Promise<void>) | undefined;
255
+ } | import("@floating-ui/core").Derivable<{
256
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
257
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
258
+ altBoundary?: boolean | undefined;
259
+ padding?: import("@floating-ui/utils").Padding | undefined;
260
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
261
+ apply?: ((args: {
262
+ x: number;
263
+ y: number;
264
+ initialPlacement: import("@floating-ui/utils").Placement;
265
+ placement: import("@floating-ui/utils").Placement;
266
+ strategy: import("@floating-ui/utils").Strategy;
267
+ middlewareData: import("@floating-ui/core").MiddlewareData;
268
+ rects: import("@floating-ui/utils").ElementRects;
269
+ platform: import("@floating-ui/core").Platform;
270
+ elements: import("@floating-ui/dom").Elements;
271
+ } & {
272
+ availableWidth: number;
273
+ availableHeight: number;
274
+ }) => void | Promise<void>) | undefined;
275
+ }> | undefined;
276
+ label?: string | number | undefined;
277
+ disabled?: boolean | undefined;
278
+ modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
279
+ modifiers?: string | string[] | undefined;
280
+ shift?: boolean | {
281
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
282
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
283
+ altBoundary?: boolean | undefined;
284
+ padding?: import("@floating-ui/utils").Padding | undefined;
285
+ crossAxis?: boolean | undefined;
286
+ mainAxis?: boolean | undefined;
287
+ limiter?: {
288
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
289
+ options?: any;
290
+ } | undefined;
291
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
292
+ } | import("@floating-ui/core").Derivable<{
293
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
294
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
295
+ altBoundary?: boolean | undefined;
296
+ padding?: import("@floating-ui/utils").Padding | undefined;
297
+ crossAxis?: boolean | undefined;
298
+ mainAxis?: boolean | undefined;
299
+ limiter?: {
300
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
301
+ options?: any;
302
+ } | undefined;
303
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
304
+ }> | undefined;
305
+ readonly?: boolean | undefined;
306
+ readonly id?: string | number | undefined;
307
+ onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
308
+ onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
309
+ flip?: boolean | {
310
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
311
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
312
+ altBoundary?: boolean | undefined;
313
+ padding?: import("@floating-ui/utils").Padding | undefined;
314
+ crossAxis?: boolean | undefined;
315
+ mainAxis?: boolean | undefined;
316
+ fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
317
+ fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
318
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
319
+ flipAlignment?: boolean | undefined;
320
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
321
+ } | import("@floating-ui/core").Derivable<{
322
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
323
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
324
+ altBoundary?: boolean | undefined;
325
+ padding?: import("@floating-ui/utils").Padding | undefined;
326
+ crossAxis?: boolean | undefined;
327
+ mainAxis?: boolean | undefined;
328
+ fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
329
+ fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
330
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
331
+ flipAlignment?: boolean | undefined;
332
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
333
+ }> | undefined;
334
+ icon?: string | import("../VvIcon/index.js").VvIconProps | undefined;
335
+ closeLabel?: string | undefined;
336
+ iconPosition?: "before" | "after" | undefined;
337
+ loading?: boolean | undefined;
338
+ loadingLabel?: string | undefined;
339
+ unselectable?: boolean | undefined;
340
+ multiple?: boolean | undefined;
341
+ hintLabel?: string | undefined;
342
+ valid?: boolean | undefined;
343
+ validLabel?: string | unknown[] | undefined;
344
+ invalid?: boolean | undefined;
345
+ invalidLabel?: string | unknown[] | undefined;
346
+ tabindex?: string | number | undefined;
347
+ labelKey?: string | Function | undefined;
348
+ valueKey?: string | Function | undefined;
349
+ disabledKey?: string | Function | undefined;
350
+ "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
351
+ placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
352
+ strategy?: "absolute" | "fixed" | undefined;
353
+ transitionName?: string | undefined;
354
+ offset?: string | import("@floating-ui/core").OffsetOptions | undefined;
355
+ autoPlacement?: boolean | {
356
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
357
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
358
+ altBoundary?: boolean | undefined;
359
+ padding?: import("@floating-ui/utils").Padding | undefined;
360
+ crossAxis?: boolean | undefined;
361
+ alignment?: import("@floating-ui/utils").Alignment | null | undefined;
362
+ autoAlignment?: boolean | undefined;
363
+ allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
364
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
365
+ } | import("@floating-ui/core").Derivable<{
366
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
367
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
368
+ altBoundary?: boolean | undefined;
369
+ padding?: import("@floating-ui/utils").Padding | undefined;
370
+ crossAxis?: boolean | undefined;
371
+ alignment?: import("@floating-ui/utils").Alignment | null | undefined;
372
+ autoAlignment?: boolean | undefined;
373
+ allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
374
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
375
+ }> | undefined;
376
+ arrow?: boolean | undefined;
377
+ keepOpen?: boolean | undefined;
378
+ autofocusFirst?: boolean | undefined;
379
+ triggerWidth?: boolean | undefined;
380
+ deselectHintLabel?: string | undefined;
381
+ selectHintLabel?: string | undefined;
382
+ selectedHintLabel?: string | undefined;
383
+ readonly placeholder?: string | undefined;
384
+ "onUpdate:search"?: ((args_0: string) => any) | undefined;
385
+ "onChange:search"?: ((args_0: string) => any) | undefined;
386
+ searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
387
+ noResultsLabel?: string | undefined;
388
+ noOptionsLabel?: string | undefined;
389
+ deselectActionLabel?: string | undefined;
390
+ searchable?: boolean | undefined;
391
+ searchPlaceholder?: string | undefined;
392
+ debounceSearch?: string | number | undefined;
393
+ readonly maxValues?: string | number | undefined;
394
+ separator?: string | undefined;
395
+ native?: boolean | undefined;
396
+ badges?: boolean | undefined;
397
+ badgeModifiers?: string | string[] | undefined;
398
+ dropdownModifiers?: string | string[] | undefined;
399
+ autoOpen?: boolean | undefined;
400
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
401
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
402
+ attrs: any;
403
+ slots: {
404
+ "dropdown::before"?(_: {}): any;
405
+ before?(_: {
406
+ valid: boolean;
407
+ invalid: boolean;
408
+ modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
409
+ }): any;
410
+ value?(_: {
411
+ selectedOptions: T[];
412
+ onInput: (option: T) => void;
413
+ }): any;
414
+ after?(_: {
415
+ valid: boolean;
416
+ invalid: boolean;
417
+ modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
418
+ }): any;
419
+ option?(_: {
420
+ option: T;
421
+ selectedOptions: T[];
422
+ selected: boolean;
423
+ disabled: boolean;
424
+ }): any;
425
+ option?(_: {
426
+ option: T;
427
+ selectedOptions: T[];
428
+ selected: boolean;
429
+ disabled: boolean;
430
+ }): any;
431
+ "no-options"?(_: {}): any;
432
+ "no-results"?(_: {}): any;
433
+ "dropdown::after"?(_: {}): any;
434
+ hint?(_: {
435
+ modelValue: unknown;
436
+ valid: boolean;
437
+ invalid: boolean;
438
+ loading: boolean;
439
+ }): any;
440
+ loading?(_: {
441
+ modelValue: unknown;
442
+ valid: boolean;
443
+ invalid: boolean;
444
+ loading: boolean;
445
+ }): any;
446
+ valid?(_: {
447
+ modelValue: unknown;
448
+ valid: boolean;
449
+ invalid: boolean;
450
+ loading: boolean;
451
+ }): any;
452
+ invalid?(_: {
453
+ modelValue: unknown;
454
+ valid: boolean;
455
+ invalid: boolean;
456
+ loading: boolean;
457
+ }): any;
458
+ };
459
+ emit: ((evt: "update:modelValue", args_0: any) => void) & ((evt: "blur", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "focus", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "update:search", args_0: string) => void) & ((evt: "change:search", args_0: string) => void);
460
+ }>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
461
+ [key: string]: any;
462
+ }> & {
463
+ __ctx?: {
464
+ props: {
465
+ floating?: boolean | undefined;
466
+ readonly name?: string | undefined;
467
+ options?: T[] | undefined;
468
+ size?: boolean | {
469
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
470
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
471
+ altBoundary?: boolean | undefined;
472
+ padding?: import("@floating-ui/utils").Padding | undefined;
473
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
474
+ apply?: ((args: {
475
+ x: number;
476
+ y: number;
477
+ initialPlacement: import("@floating-ui/utils").Placement;
478
+ placement: import("@floating-ui/utils").Placement;
479
+ strategy: import("@floating-ui/utils").Strategy;
480
+ middlewareData: import("@floating-ui/core").MiddlewareData;
481
+ rects: import("@floating-ui/utils").ElementRects;
482
+ platform: import("@floating-ui/core").Platform;
483
+ elements: import("@floating-ui/dom").Elements;
484
+ } & {
485
+ availableWidth: number;
486
+ availableHeight: number;
487
+ }) => void | Promise<void>) | undefined;
488
+ } | import("@floating-ui/core").Derivable<{
489
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
490
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
491
+ altBoundary?: boolean | undefined;
492
+ padding?: import("@floating-ui/utils").Padding | undefined;
493
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
494
+ apply?: ((args: {
495
+ x: number;
496
+ y: number;
497
+ initialPlacement: import("@floating-ui/utils").Placement;
498
+ placement: import("@floating-ui/utils").Placement;
499
+ strategy: import("@floating-ui/utils").Strategy;
500
+ middlewareData: import("@floating-ui/core").MiddlewareData;
501
+ rects: import("@floating-ui/utils").ElementRects;
502
+ platform: import("@floating-ui/core").Platform;
503
+ elements: import("@floating-ui/dom").Elements;
504
+ } & {
505
+ availableWidth: number;
506
+ availableHeight: number;
507
+ }) => void | Promise<void>) | undefined;
508
+ }> | undefined;
509
+ label?: string | number | undefined;
510
+ disabled?: boolean | undefined;
511
+ modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
512
+ modifiers?: string | string[] | undefined;
513
+ shift?: boolean | {
514
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
515
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
516
+ altBoundary?: boolean | undefined;
517
+ padding?: import("@floating-ui/utils").Padding | undefined;
518
+ crossAxis?: boolean | undefined;
519
+ mainAxis?: boolean | undefined;
520
+ limiter?: {
521
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
522
+ options?: any;
523
+ } | undefined;
524
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
525
+ } | import("@floating-ui/core").Derivable<{
526
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
527
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
528
+ altBoundary?: boolean | undefined;
529
+ padding?: import("@floating-ui/utils").Padding | undefined;
530
+ crossAxis?: boolean | undefined;
531
+ mainAxis?: boolean | undefined;
532
+ limiter?: {
533
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
534
+ options?: any;
535
+ } | undefined;
536
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
537
+ }> | undefined;
538
+ readonly?: boolean | undefined;
539
+ readonly id?: string | number | undefined;
540
+ onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
541
+ onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
542
+ flip?: boolean | {
543
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
544
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
545
+ altBoundary?: boolean | undefined;
546
+ padding?: import("@floating-ui/utils").Padding | undefined;
547
+ crossAxis?: boolean | undefined;
548
+ mainAxis?: boolean | undefined;
549
+ fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
550
+ fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
551
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
552
+ flipAlignment?: boolean | undefined;
553
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
554
+ } | import("@floating-ui/core").Derivable<{
555
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
556
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
557
+ altBoundary?: boolean | undefined;
558
+ padding?: import("@floating-ui/utils").Padding | undefined;
559
+ crossAxis?: boolean | undefined;
560
+ mainAxis?: boolean | undefined;
561
+ fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
562
+ fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
563
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
564
+ flipAlignment?: boolean | undefined;
565
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
566
+ }> | undefined;
567
+ icon?: string | import("../VvIcon/index.js").VvIconProps | undefined;
568
+ closeLabel?: string | undefined;
569
+ iconPosition?: "before" | "after" | undefined;
570
+ loading?: boolean | undefined;
571
+ loadingLabel?: string | undefined;
572
+ unselectable?: boolean | undefined;
573
+ multiple?: boolean | undefined;
574
+ hintLabel?: string | undefined;
575
+ valid?: boolean | undefined;
576
+ validLabel?: string | unknown[] | undefined;
577
+ invalid?: boolean | undefined;
578
+ invalidLabel?: string | unknown[] | undefined;
579
+ tabindex?: string | number | undefined;
580
+ labelKey?: string | Function | undefined;
581
+ valueKey?: string | Function | undefined;
582
+ disabledKey?: string | Function | undefined;
583
+ "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
584
+ placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
585
+ strategy?: "absolute" | "fixed" | undefined;
586
+ transitionName?: string | undefined;
587
+ offset?: string | import("@floating-ui/core").OffsetOptions | undefined;
588
+ autoPlacement?: boolean | {
589
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
590
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
591
+ altBoundary?: boolean | undefined;
592
+ padding?: import("@floating-ui/utils").Padding | undefined;
593
+ crossAxis?: boolean | undefined;
594
+ alignment?: import("@floating-ui/utils").Alignment | null | undefined;
595
+ autoAlignment?: boolean | undefined;
596
+ allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
597
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
598
+ } | import("@floating-ui/core").Derivable<{
599
+ rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
600
+ elementContext?: import("@floating-ui/core").ElementContext | undefined;
601
+ altBoundary?: boolean | undefined;
602
+ padding?: import("@floating-ui/utils").Padding | undefined;
603
+ crossAxis?: boolean | undefined;
604
+ alignment?: import("@floating-ui/utils").Alignment | null | undefined;
605
+ autoAlignment?: boolean | undefined;
606
+ allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
607
+ boundary?: import("@floating-ui/dom").Boundary | undefined;
608
+ }> | undefined;
609
+ arrow?: boolean | undefined;
610
+ keepOpen?: boolean | undefined;
611
+ autofocusFirst?: boolean | undefined;
612
+ triggerWidth?: boolean | undefined;
613
+ deselectHintLabel?: string | undefined;
614
+ selectHintLabel?: string | undefined;
615
+ selectedHintLabel?: string | undefined;
616
+ readonly placeholder?: string | undefined;
617
+ "onUpdate:search"?: ((args_0: string) => any) | undefined;
618
+ "onChange:search"?: ((args_0: string) => any) | undefined;
619
+ searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
620
+ noResultsLabel?: string | undefined;
621
+ noOptionsLabel?: string | undefined;
622
+ deselectActionLabel?: string | undefined;
623
+ searchable?: boolean | undefined;
624
+ searchPlaceholder?: string | undefined;
625
+ debounceSearch?: string | number | undefined;
626
+ readonly maxValues?: string | number | undefined;
627
+ separator?: string | undefined;
628
+ native?: boolean | undefined;
629
+ badges?: boolean | undefined;
630
+ badgeModifiers?: string | string[] | undefined;
631
+ dropdownModifiers?: string | string[] | undefined;
632
+ autoOpen?: boolean | undefined;
633
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
634
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
635
+ attrs: any;
636
+ slots: {
637
+ "dropdown::before"?(_: {}): any;
638
+ before?(_: {
639
+ valid: boolean;
640
+ invalid: boolean;
641
+ modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
642
+ }): any;
643
+ value?(_: {
644
+ selectedOptions: T[];
645
+ onInput: (option: T) => void;
646
+ }): any;
647
+ after?(_: {
648
+ valid: boolean;
649
+ invalid: boolean;
650
+ modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
651
+ }): any;
652
+ option?(_: {
653
+ option: T;
654
+ selectedOptions: T[];
655
+ selected: boolean;
656
+ disabled: boolean;
657
+ }): any;
658
+ option?(_: {
659
+ option: T;
660
+ selectedOptions: T[];
661
+ selected: boolean;
662
+ disabled: boolean;
663
+ }): any;
664
+ "no-options"?(_: {}): any;
665
+ "no-results"?(_: {}): any;
666
+ "dropdown::after"?(_: {}): any;
667
+ hint?(_: {
668
+ modelValue: unknown;
669
+ valid: boolean;
670
+ invalid: boolean;
671
+ loading: boolean;
672
+ }): any;
673
+ loading?(_: {
674
+ modelValue: unknown;
675
+ valid: boolean;
676
+ invalid: boolean;
677
+ loading: boolean;
678
+ }): any;
679
+ valid?(_: {
680
+ modelValue: unknown;
681
+ valid: boolean;
682
+ invalid: boolean;
683
+ loading: boolean;
684
+ }): any;
685
+ invalid?(_: {
686
+ modelValue: unknown;
687
+ valid: boolean;
688
+ invalid: boolean;
689
+ loading: boolean;
690
+ }): any;
691
+ };
692
+ emit: ((evt: "update:modelValue", args_0: any) => void) & ((evt: "blur", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "focus", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "update:search", args_0: string) => void) & ((evt: "change:search", args_0: string) => void);
693
+ } | undefined;
694
+ };
695
+ export default _default;
696
+ type __VLS_Prettify<T> = {
697
+ [K in keyof T]: T[K];
698
+ } & {};