@volverjs/ui-vue 0.0.13-beta.8 → 0.0.13

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 (1219) hide show
  1. package/README.md +79 -0
  2. package/bin/icons.cjs +2 -2
  3. package/bin/icons.js +44 -43
  4. package/dist/components/VvAccordion/VvAccordion.es.js +158 -158
  5. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  6. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +243 -243
  7. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  8. package/dist/components/VvAction/VvAction.es.js +82 -87
  9. package/dist/components/VvAction/VvAction.umd.js +1 -1
  10. package/dist/components/VvAlert/VvAlert.es.js +136 -137
  11. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  12. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +133 -134
  13. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  14. package/dist/components/VvAvatar/VvAvatar.es.js +68 -71
  15. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  16. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +85 -88
  17. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  18. package/dist/components/VvBadge/VvBadge.es.js +67 -70
  19. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  20. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +113 -118
  21. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  22. package/dist/components/VvButton/VvButton.es.js +125 -130
  23. package/dist/components/VvButton/VvButton.umd.js +1 -1
  24. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +79 -83
  25. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  26. package/dist/components/VvCard/VvCard.es.js +78 -81
  27. package/dist/components/VvCard/VvCard.umd.js +1 -1
  28. package/dist/components/VvCheckbox/VvCheckbox.es.js +200 -204
  29. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  30. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +183 -187
  31. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  32. package/dist/components/VvCombobox/VvCombobox.es.js +834 -825
  33. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  34. package/dist/components/VvDialog/VvDialog.es.js +99 -102
  35. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  36. package/dist/components/VvDropdown/VvDropdown.es.js +224 -225
  37. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  38. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +126 -130
  39. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  40. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +77 -81
  41. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
  42. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +55 -58
  43. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
  44. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +99 -103
  45. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  46. package/dist/components/VvIcon/VvIcon.es.js +33 -35
  47. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  48. package/dist/components/VvInputFile/VvInputFile.es.js +320 -325
  49. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  50. package/dist/components/VvInputText/VvInputText.es.js +485 -486
  51. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  52. package/dist/components/VvNav/VvNav.es.js +131 -136
  53. package/dist/components/VvNav/VvNav.umd.js +1 -1
  54. package/dist/components/VvNavItem/VvNavItem.es.js +113 -118
  55. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  56. package/dist/components/VvProgress/VvProgress.es.js +74 -77
  57. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  58. package/dist/components/VvRadio/VvRadio.es.js +167 -171
  59. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  60. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +188 -192
  61. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  62. package/dist/components/VvSelect/VvSelect.es.js +203 -206
  63. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  64. package/dist/components/VvTab/VvTab.es.js +160 -165
  65. package/dist/components/VvTab/VvTab.umd.js +1 -1
  66. package/dist/components/VvTextarea/VvTextarea.es.js +386 -387
  67. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  68. package/dist/components/VvTooltip/VvTooltip.es.js +69 -72
  69. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  70. package/dist/components/index.es.js +1852 -1835
  71. package/dist/components/index.umd.js +1 -1
  72. package/dist/composables/index.es.js +121 -116
  73. package/dist/composables/index.umd.js +2 -2
  74. package/dist/directives/index.es.js +172 -597
  75. package/dist/directives/index.umd.js +1 -420
  76. package/dist/directives/v-contextmenu.es.js +45 -468
  77. package/dist/directives/v-contextmenu.umd.js +1 -420
  78. package/dist/directives/v-tooltip.es.js +62 -65
  79. package/dist/directives/v-tooltip.umd.js +1 -1
  80. package/dist/icons.es.js +18 -21
  81. package/dist/icons.umd.js +1 -1
  82. package/dist/index.es.js +90 -90
  83. package/dist/index.umd.js +1 -1
  84. package/dist/json-render/index.es.js +5346 -0
  85. package/dist/json-render/index.umd.js +1 -0
  86. package/package.json +79 -49
  87. package/src/Volver.ts +326 -0
  88. package/src/assets/icons/detailed/add-circle.svg +12 -0
  89. package/src/assets/icons/detailed/add.svg +8 -0
  90. package/src/assets/icons/detailed/align-center.svg +12 -0
  91. package/src/assets/icons/detailed/align-justify.svg +12 -0
  92. package/src/assets/icons/detailed/align-left.svg +12 -0
  93. package/src/assets/icons/detailed/align-right.svg +12 -0
  94. package/src/assets/icons/detailed/analysis-2.svg +20 -0
  95. package/src/assets/icons/detailed/analysis-3.svg +8 -0
  96. package/src/assets/icons/detailed/analysis.svg +16 -0
  97. package/src/assets/icons/detailed/apple.svg +16 -0
  98. package/src/assets/icons/detailed/arrow-down.svg +8 -0
  99. package/src/assets/icons/detailed/arrow-left.svg +8 -0
  100. package/src/assets/icons/detailed/arrow-right.svg +8 -0
  101. package/src/assets/icons/detailed/arrow-up.svg +8 -0
  102. package/src/assets/icons/detailed/attachment.svg +8 -0
  103. package/src/assets/icons/detailed/back-to-front.svg +17 -0
  104. package/src/assets/icons/detailed/bell-active.svg +14 -0
  105. package/src/assets/icons/detailed/bell.svg +14 -0
  106. package/src/assets/icons/detailed/bold.svg +8 -0
  107. package/src/assets/icons/detailed/bookmark-active.svg +12 -0
  108. package/src/assets/icons/detailed/bookmark.svg +12 -0
  109. package/src/assets/icons/detailed/building.svg +26 -0
  110. package/src/assets/icons/detailed/bullet-list.svg +22 -0
  111. package/src/assets/icons/detailed/calendar.svg +26 -0
  112. package/src/assets/icons/detailed/camera-off.svg +12 -0
  113. package/src/assets/icons/detailed/camera-on.svg +17 -0
  114. package/src/assets/icons/detailed/catalog.svg +15 -0
  115. package/src/assets/icons/detailed/certificate.svg +10 -0
  116. package/src/assets/icons/detailed/chat.svg +6 -0
  117. package/src/assets/icons/detailed/check-badge.svg +9 -0
  118. package/src/assets/icons/detailed/check-circle.svg +10 -0
  119. package/src/assets/icons/detailed/check.svg +6 -0
  120. package/src/assets/icons/detailed/checkbox.svg +8 -0
  121. package/src/assets/icons/detailed/chevron-down-circle.svg +10 -0
  122. package/src/assets/icons/detailed/chevron-down.svg +6 -0
  123. package/src/assets/icons/detailed/chevron-left-circle.svg +10 -0
  124. package/src/assets/icons/detailed/chevron-left.svg +6 -0
  125. package/src/assets/icons/detailed/chevron-right-circle.svg +7 -0
  126. package/src/assets/icons/detailed/chevron-up-circle.svg +10 -0
  127. package/src/assets/icons/detailed/chevron-up.svg +6 -0
  128. package/src/assets/icons/detailed/circle.svg +8 -0
  129. package/src/assets/icons/detailed/classroom.svg +38 -0
  130. package/src/assets/icons/detailed/clear-field.svg +14 -0
  131. package/src/assets/icons/detailed/clear-style.svg +9 -0
  132. package/src/assets/icons/detailed/close-circle.svg +14 -0
  133. package/src/assets/icons/detailed/close-loader.svg +6 -0
  134. package/src/assets/icons/detailed/close.svg +8 -0
  135. package/src/assets/icons/detailed/coffee.svg +21 -0
  136. package/src/assets/icons/detailed/color.svg +20 -0
  137. package/src/assets/icons/detailed/contact-us.svg +27 -0
  138. package/src/assets/icons/detailed/copy.svg +10 -0
  139. package/src/assets/icons/detailed/courses.svg +22 -0
  140. package/src/assets/icons/detailed/dashboard.svg +20 -0
  141. package/src/assets/icons/detailed/download.svg +10 -0
  142. package/src/assets/icons/detailed/drag.svg +10 -0
  143. package/src/assets/icons/detailed/duplicate.svg +23 -0
  144. package/src/assets/icons/detailed/edit.svg +16 -0
  145. package/src/assets/icons/detailed/elearning.svg +13 -0
  146. package/src/assets/icons/detailed/email.svg +11 -0
  147. package/src/assets/icons/detailed/error-2.svg +8 -0
  148. package/src/assets/icons/detailed/error.svg +12 -0
  149. package/src/assets/icons/detailed/exercise.svg +26 -0
  150. package/src/assets/icons/detailed/external-link.svg +11 -0
  151. package/src/assets/icons/detailed/extract.svg +20 -0
  152. package/src/assets/icons/detailed/eye-off.svg +15 -0
  153. package/src/assets/icons/detailed/eye-on.svg +8 -0
  154. package/src/assets/icons/detailed/fail.svg +11 -0
  155. package/src/assets/icons/detailed/fast-back.svg +20 -0
  156. package/src/assets/icons/detailed/fast-forward.svg +20 -0
  157. package/src/assets/icons/detailed/file-add.svg +19 -0
  158. package/src/assets/icons/detailed/file-duplicate.svg +16 -0
  159. package/src/assets/icons/detailed/file-remove.svg +17 -0
  160. package/src/assets/icons/detailed/file-required.svg +23 -0
  161. package/src/assets/icons/detailed/file.svg +13 -0
  162. package/src/assets/icons/detailed/filter-2.svg +22 -0
  163. package/src/assets/icons/detailed/filter-active.svg +12 -0
  164. package/src/assets/icons/detailed/filter.svg +12 -0
  165. package/src/assets/icons/detailed/flag.svg +11 -0
  166. package/src/assets/icons/detailed/folder.svg +14 -0
  167. package/src/assets/icons/detailed/full-width.svg +11 -0
  168. package/src/assets/icons/detailed/go-to-back.svg +19 -0
  169. package/src/assets/icons/detailed/grid.svg +20 -0
  170. package/src/assets/icons/detailed/group-add.svg +24 -0
  171. package/src/assets/icons/detailed/group.svg +16 -0
  172. package/src/assets/icons/detailed/heart-active.svg +12 -0
  173. package/src/assets/icons/detailed/heart.svg +12 -0
  174. package/src/assets/icons/detailed/highlighter.svg +10 -0
  175. package/src/assets/icons/detailed/home.svg +12 -0
  176. package/src/assets/icons/detailed/hourglass.svg +12 -0
  177. package/src/assets/icons/detailed/image.svg +15 -0
  178. package/src/assets/icons/detailed/info-badge.svg +9 -0
  179. package/src/assets/icons/detailed/information.svg +12 -0
  180. package/src/assets/icons/detailed/italic.svg +10 -0
  181. package/src/assets/icons/detailed/key.svg +5 -0
  182. package/src/assets/icons/detailed/language.svg +14 -0
  183. package/src/assets/icons/detailed/learning-path.svg +7 -0
  184. package/src/assets/icons/detailed/light-off.svg +10 -0
  185. package/src/assets/icons/detailed/light-on.svg +18 -0
  186. package/src/assets/icons/detailed/link.svg +12 -0
  187. package/src/assets/icons/detailed/lock.svg +13 -0
  188. package/src/assets/icons/detailed/login.svg +11 -0
  189. package/src/assets/icons/detailed/logout.svg +11 -0
  190. package/src/assets/icons/detailed/maximaze.svg +12 -0
  191. package/src/assets/icons/detailed/menu.svg +9 -0
  192. package/src/assets/icons/detailed/merge.svg +20 -0
  193. package/src/assets/icons/detailed/minimize.svg +14 -0
  194. package/src/assets/icons/detailed/mixed-class.svg +40 -0
  195. package/src/assets/icons/detailed/more-horizontal.svg +7 -0
  196. package/src/assets/icons/detailed/more-vertical.svg +7 -0
  197. package/src/assets/icons/detailed/news.svg +12 -0
  198. package/src/assets/icons/detailed/no-prerequisites.svg +13 -0
  199. package/src/assets/icons/detailed/notes.svg +14 -0
  200. package/src/assets/icons/detailed/number-code.svg +34 -0
  201. package/src/assets/icons/detailed/numbered-list.svg +18 -0
  202. package/src/assets/icons/detailed/on-site.svg +22 -0
  203. package/src/assets/icons/detailed/order-down.svg +12 -0
  204. package/src/assets/icons/detailed/order-up.svg +12 -0
  205. package/src/assets/icons/detailed/paste.svg +14 -0
  206. package/src/assets/icons/detailed/pausa.svg +8 -0
  207. package/src/assets/icons/detailed/pdf.svg +12 -0
  208. package/src/assets/icons/detailed/phone.svg +10 -0
  209. package/src/assets/icons/detailed/pin-map.svg +12 -0
  210. package/src/assets/icons/detailed/pin.svg +15 -0
  211. package/src/assets/icons/detailed/pizza.svg +17 -0
  212. package/src/assets/icons/detailed/play.svg +11 -0
  213. package/src/assets/icons/detailed/plug-in.svg +10 -0
  214. package/src/assets/icons/detailed/pointer.svg +12 -0
  215. package/src/assets/icons/detailed/printer.svg +26 -0
  216. package/src/assets/icons/detailed/profile-add.svg +20 -0
  217. package/src/assets/icons/detailed/profile.svg +10 -0
  218. package/src/assets/icons/detailed/push-pin-off.svg +11 -0
  219. package/src/assets/icons/detailed/push-pin-on.svg +9 -0
  220. package/src/assets/icons/detailed/qrcode.svg +28 -0
  221. package/src/assets/icons/detailed/question-badge.svg +10 -0
  222. package/src/assets/icons/detailed/radio.svg +8 -0
  223. package/src/assets/icons/detailed/redo.svg +9 -0
  224. package/src/assets/icons/detailed/relations.svg +32 -0
  225. package/src/assets/icons/detailed/reload.svg +13 -0
  226. package/src/assets/icons/detailed/remove-circle.svg +10 -0
  227. package/src/assets/icons/detailed/remove.svg +5 -0
  228. package/src/assets/icons/detailed/reorder.svg +12 -0
  229. package/src/assets/icons/detailed/repeat.svg +12 -0
  230. package/src/assets/icons/detailed/repository.svg +18 -0
  231. package/src/assets/icons/detailed/request-form.svg +18 -0
  232. package/src/assets/icons/detailed/resize-100%.svg +15 -0
  233. package/src/assets/icons/detailed/resize-height.svg +12 -0
  234. package/src/assets/icons/detailed/resize-width.svg +12 -0
  235. package/src/assets/icons/detailed/search.svg +12 -0
  236. package/src/assets/icons/detailed/sequential-prerequisites.svg +20 -0
  237. package/src/assets/icons/detailed/settings.svg +14 -0
  238. package/src/assets/icons/detailed/share.svg +20 -0
  239. package/src/assets/icons/detailed/sketch.svg +12 -0
  240. package/src/assets/icons/detailed/skills.svg +20 -0
  241. package/src/assets/icons/detailed/skip-back.svg +12 -0
  242. package/src/assets/icons/detailed/skip-forward.svg +13 -0
  243. package/src/assets/icons/detailed/sms.svg +18 -0
  244. package/src/assets/icons/detailed/sso-access.svg +18 -0
  245. package/src/assets/icons/detailed/star-active.svg +6 -0
  246. package/src/assets/icons/detailed/star.svg +6 -0
  247. package/src/assets/icons/detailed/success.svg +10 -0
  248. package/src/assets/icons/detailed/sun.svg +24 -0
  249. package/src/assets/icons/detailed/sunrise.svg +18 -0
  250. package/src/assets/icons/detailed/support.svg +18 -0
  251. package/src/assets/icons/detailed/survey.svg +24 -0
  252. package/src/assets/icons/detailed/table.svg +11 -0
  253. package/src/assets/icons/detailed/tematic-channels.svg +12 -0
  254. package/src/assets/icons/detailed/test.svg +14 -0
  255. package/src/assets/icons/detailed/text-body.svg +8 -0
  256. package/src/assets/icons/detailed/text-edit.svg +11 -0
  257. package/src/assets/icons/detailed/text-style.svg +10 -0
  258. package/src/assets/icons/detailed/time.svg +10 -0
  259. package/src/assets/icons/detailed/toilet-piper.svg +15 -0
  260. package/src/assets/icons/detailed/training-points.svg +16 -0
  261. package/src/assets/icons/detailed/trash.svg +19 -0
  262. package/src/assets/icons/detailed/underline.svg +8 -0
  263. package/src/assets/icons/detailed/undo.svg +9 -0
  264. package/src/assets/icons/detailed/unlock.svg +13 -0
  265. package/src/assets/icons/detailed/upload.svg +10 -0
  266. package/src/assets/icons/detailed/user-add.svg +16 -0
  267. package/src/assets/icons/detailed/user-badge.svg +11 -0
  268. package/src/assets/icons/detailed/user.svg +8 -0
  269. package/src/assets/icons/detailed/video-off.svg +17 -0
  270. package/src/assets/icons/detailed/video-on.svg +16 -0
  271. package/src/assets/icons/detailed/video-rec.svg +19 -0
  272. package/src/assets/icons/detailed/view-card.svg +12 -0
  273. package/src/assets/icons/detailed/view-list.svg +20 -0
  274. package/src/assets/icons/detailed/view.svg +7 -0
  275. package/src/assets/icons/detailed/voice-off.svg +14 -0
  276. package/src/assets/icons/detailed/voice-on.svg +16 -0
  277. package/src/assets/icons/detailed/volume-down.svg +14 -0
  278. package/src/assets/icons/detailed/volume-off.svg +19 -0
  279. package/src/assets/icons/detailed/volume-up.svg +16 -0
  280. package/src/assets/icons/detailed/warning.svg +16 -0
  281. package/src/assets/icons/detailed/webinar.svg +57 -0
  282. package/src/assets/icons/detailed/whiteboard.svg +16 -0
  283. package/src/assets/icons/detailed/wine.svg +22 -0
  284. package/src/assets/icons/detailed/zip.svg +17 -0
  285. package/src/assets/icons/detailed/zoom-in.svg +18 -0
  286. package/src/assets/icons/detailed/zoom-out.svg +16 -0
  287. package/src/assets/icons/detailed.json +1 -0
  288. package/src/assets/icons/normal/add-circle.svg +12 -0
  289. package/src/assets/icons/normal/add.svg +4 -0
  290. package/src/assets/icons/normal/align-center.svg +11 -0
  291. package/src/assets/icons/normal/align-justify.svg +11 -0
  292. package/src/assets/icons/normal/align-left.svg +11 -0
  293. package/src/assets/icons/normal/align-right.svg +11 -0
  294. package/src/assets/icons/normal/analysis-2.svg +18 -0
  295. package/src/assets/icons/normal/analysis-3.svg +8 -0
  296. package/src/assets/icons/normal/analysis.svg +14 -0
  297. package/src/assets/icons/normal/apple.svg +16 -0
  298. package/src/assets/icons/normal/arrow-down.svg +8 -0
  299. package/src/assets/icons/normal/arrow-left.svg +8 -0
  300. package/src/assets/icons/normal/arrow-right.svg +8 -0
  301. package/src/assets/icons/normal/arrow-up.svg +8 -0
  302. package/src/assets/icons/normal/attachment.svg +6 -0
  303. package/src/assets/icons/normal/back-to-front.svg +15 -0
  304. package/src/assets/icons/normal/bell-active.svg +14 -0
  305. package/src/assets/icons/normal/bell.svg +14 -0
  306. package/src/assets/icons/normal/bold.svg +8 -0
  307. package/src/assets/icons/normal/bookmark active.svg +12 -0
  308. package/src/assets/icons/normal/bookmark.svg +10 -0
  309. package/src/assets/icons/normal/building.svg +21 -0
  310. package/src/assets/icons/normal/bulleted-list.svg +23 -0
  311. package/src/assets/icons/normal/calendar.svg +20 -0
  312. package/src/assets/icons/normal/camera-off.svg +17 -0
  313. package/src/assets/icons/normal/camera-on.svg +16 -0
  314. package/src/assets/icons/normal/catalog.svg +13 -0
  315. package/src/assets/icons/normal/certificate.svg +12 -0
  316. package/src/assets/icons/normal/chat.svg +6 -0
  317. package/src/assets/icons/normal/check-badge.svg +9 -0
  318. package/src/assets/icons/normal/check-circle.svg +10 -0
  319. package/src/assets/icons/normal/check.svg +4 -0
  320. package/src/assets/icons/normal/checkbox.svg +8 -0
  321. package/src/assets/icons/normal/chevron-down-circle.svg +10 -0
  322. package/src/assets/icons/normal/chevron-down.svg +6 -0
  323. package/src/assets/icons/normal/chevron-left-circle.svg +10 -0
  324. package/src/assets/icons/normal/chevron-left.svg +6 -0
  325. package/src/assets/icons/normal/chevron-right-circle.svg +10 -0
  326. package/src/assets/icons/normal/chevron-right.svg +7 -0
  327. package/src/assets/icons/normal/chevron-up-circle.svg +10 -0
  328. package/src/assets/icons/normal/chevron-up.svg +6 -0
  329. package/src/assets/icons/normal/circle.svg +8 -0
  330. package/src/assets/icons/normal/classroom.svg +36 -0
  331. package/src/assets/icons/normal/clear-field.svg +14 -0
  332. package/src/assets/icons/normal/clear-style.svg +18 -0
  333. package/src/assets/icons/normal/close-circle.svg +14 -0
  334. package/src/assets/icons/normal/close-loader.svg +6 -0
  335. package/src/assets/icons/normal/close.svg +8 -0
  336. package/src/assets/icons/normal/coffee.svg +26 -0
  337. package/src/assets/icons/normal/color.svg +18 -0
  338. package/src/assets/icons/normal/contact-us.svg +29 -0
  339. package/src/assets/icons/normal/copy.svg +10 -0
  340. package/src/assets/icons/normal/courses.svg +22 -0
  341. package/src/assets/icons/normal/dashboard.svg +18 -0
  342. package/src/assets/icons/normal/download.svg +10 -0
  343. package/src/assets/icons/normal/drag.svg +5 -0
  344. package/src/assets/icons/normal/duplicate.svg +22 -0
  345. package/src/assets/icons/normal/edit.svg +16 -0
  346. package/src/assets/icons/normal/elearning.svg +16 -0
  347. package/src/assets/icons/normal/email.svg +11 -0
  348. package/src/assets/icons/normal/error-2.svg +8 -0
  349. package/src/assets/icons/normal/error.svg +12 -0
  350. package/src/assets/icons/normal/exercise.svg +26 -0
  351. package/src/assets/icons/normal/external-link.svg +11 -0
  352. package/src/assets/icons/normal/extract.svg +14 -0
  353. package/src/assets/icons/normal/eye-off.svg +14 -0
  354. package/src/assets/icons/normal/eye-on.svg +16 -0
  355. package/src/assets/icons/normal/fail.svg +11 -0
  356. package/src/assets/icons/normal/fast-back.svg +19 -0
  357. package/src/assets/icons/normal/fast-forward.svg +17 -0
  358. package/src/assets/icons/normal/file-add.svg +16 -0
  359. package/src/assets/icons/normal/file-duplicate.svg +22 -0
  360. package/src/assets/icons/normal/file-remove.svg +14 -0
  361. package/src/assets/icons/normal/file-required.svg +24 -0
  362. package/src/assets/icons/normal/file.svg +13 -0
  363. package/src/assets/icons/normal/filter-2.svg +20 -0
  364. package/src/assets/icons/normal/filter-active.svg +12 -0
  365. package/src/assets/icons/normal/filter.svg +12 -0
  366. package/src/assets/icons/normal/flag.svg +10 -0
  367. package/src/assets/icons/normal/folder.svg +12 -0
  368. package/src/assets/icons/normal/full-width.svg +9 -0
  369. package/src/assets/icons/normal/go-to-back.svg +19 -0
  370. package/src/assets/icons/normal/grid.svg +20 -0
  371. package/src/assets/icons/normal/group-add.svg +18 -0
  372. package/src/assets/icons/normal/group.svg +14 -0
  373. package/src/assets/icons/normal/heart-active.svg +10 -0
  374. package/src/assets/icons/normal/heart.svg +10 -0
  375. package/src/assets/icons/normal/highlighter.svg +11 -0
  376. package/src/assets/icons/normal/home.svg +12 -0
  377. package/src/assets/icons/normal/hourglass.svg +8 -0
  378. package/src/assets/icons/normal/image.svg +15 -0
  379. package/src/assets/icons/normal/info-badge.svg +9 -0
  380. package/src/assets/icons/normal/information.svg +12 -0
  381. package/src/assets/icons/normal/italic.svg +10 -0
  382. package/src/assets/icons/normal/key.svg +8 -0
  383. package/src/assets/icons/normal/language.svg +14 -0
  384. package/src/assets/icons/normal/learning-path.svg +7 -0
  385. package/src/assets/icons/normal/light-off.svg +10 -0
  386. package/src/assets/icons/normal/light-on.svg +17 -0
  387. package/src/assets/icons/normal/link.svg +12 -0
  388. package/src/assets/icons/normal/lock.svg +12 -0
  389. package/src/assets/icons/normal/login.svg +10 -0
  390. package/src/assets/icons/normal/logout.svg +10 -0
  391. package/src/assets/icons/normal/maximize.svg +10 -0
  392. package/src/assets/icons/normal/menu.svg +8 -0
  393. package/src/assets/icons/normal/merge.svg +20 -0
  394. package/src/assets/icons/normal/minimize.svg +12 -0
  395. package/src/assets/icons/normal/mixed-class.svg +36 -0
  396. package/src/assets/icons/normal/more-horizontal.svg +7 -0
  397. package/src/assets/icons/normal/more-vertical.svg +7 -0
  398. package/src/assets/icons/normal/news.svg +9 -0
  399. package/src/assets/icons/normal/no-prerequisites.svg +12 -0
  400. package/src/assets/icons/normal/notes.svg +15 -0
  401. package/src/assets/icons/normal/number-code.svg +34 -0
  402. package/src/assets/icons/normal/numbered-list.svg +19 -0
  403. package/src/assets/icons/normal/on-site.svg +18 -0
  404. package/src/assets/icons/normal/order-down.svg +12 -0
  405. package/src/assets/icons/normal/order-up.svg +11 -0
  406. package/src/assets/icons/normal/paste.svg +14 -0
  407. package/src/assets/icons/normal/pausa.svg +7 -0
  408. package/src/assets/icons/normal/pdf.svg +12 -0
  409. package/src/assets/icons/normal/phone.svg +10 -0
  410. package/src/assets/icons/normal/pin-map.svg +10 -0
  411. package/src/assets/icons/normal/pin.svg +12 -0
  412. package/src/assets/icons/normal/pizza.svg +17 -0
  413. package/src/assets/icons/normal/play.svg +9 -0
  414. package/src/assets/icons/normal/plug-in.svg +10 -0
  415. package/src/assets/icons/normal/pointer.svg +12 -0
  416. package/src/assets/icons/normal/printer.svg +28 -0
  417. package/src/assets/icons/normal/profile-add.svg +28 -0
  418. package/src/assets/icons/normal/profile.svg +15 -0
  419. package/src/assets/icons/normal/push pin on.svg +9 -0
  420. package/src/assets/icons/normal/push-pin-off.svg +23 -0
  421. package/src/assets/icons/normal/qrcode.svg +26 -0
  422. package/src/assets/icons/normal/question-badge.svg +10 -0
  423. package/src/assets/icons/normal/radio.svg +8 -0
  424. package/src/assets/icons/normal/redo.svg +9 -0
  425. package/src/assets/icons/normal/relations.svg +28 -0
  426. package/src/assets/icons/normal/reload.svg +12 -0
  427. package/src/assets/icons/normal/remove-circle.svg +10 -0
  428. package/src/assets/icons/normal/remove.svg +4 -0
  429. package/src/assets/icons/normal/reorder.svg +12 -0
  430. package/src/assets/icons/normal/repeat.svg +12 -0
  431. package/src/assets/icons/normal/repository.svg +18 -0
  432. package/src/assets/icons/normal/request-form.svg +18 -0
  433. package/src/assets/icons/normal/resize-100%.svg +17 -0
  434. package/src/assets/icons/normal/resize-height.svg +12 -0
  435. package/src/assets/icons/normal/resize-width.svg +12 -0
  436. package/src/assets/icons/normal/search.svg +10 -0
  437. package/src/assets/icons/normal/sequential-prerequisites.svg +20 -0
  438. package/src/assets/icons/normal/settings.svg +14 -0
  439. package/src/assets/icons/normal/share.svg +20 -0
  440. package/src/assets/icons/normal/sketch.svg +11 -0
  441. package/src/assets/icons/normal/skills.svg +16 -0
  442. package/src/assets/icons/normal/skip-back.svg +12 -0
  443. package/src/assets/icons/normal/skip-forward.svg +13 -0
  444. package/src/assets/icons/normal/sms.svg +20 -0
  445. package/src/assets/icons/normal/sso-access.svg +20 -0
  446. package/src/assets/icons/normal/star-active.svg +4 -0
  447. package/src/assets/icons/normal/star.svg +4 -0
  448. package/src/assets/icons/normal/success.svg +10 -0
  449. package/src/assets/icons/normal/sun.svg +24 -0
  450. package/src/assets/icons/normal/sunrise.svg +18 -0
  451. package/src/assets/icons/normal/support.svg +18 -0
  452. package/src/assets/icons/normal/survey.svg +24 -0
  453. package/src/assets/icons/normal/table.svg +11 -0
  454. package/src/assets/icons/normal/tematic-channels.svg +10 -0
  455. package/src/assets/icons/normal/test.svg +15 -0
  456. package/src/assets/icons/normal/text-body.svg +8 -0
  457. package/src/assets/icons/normal/text-edit.svg +11 -0
  458. package/src/assets/icons/normal/text-style.svg +10 -0
  459. package/src/assets/icons/normal/time.svg +10 -0
  460. package/src/assets/icons/normal/toilet-paper.svg +15 -0
  461. package/src/assets/icons/normal/training-points.svg +16 -0
  462. package/src/assets/icons/normal/trash.svg +19 -0
  463. package/src/assets/icons/normal/underline.svg +8 -0
  464. package/src/assets/icons/normal/undo.svg +9 -0
  465. package/src/assets/icons/normal/unlock.svg +13 -0
  466. package/src/assets/icons/normal/upload.svg +10 -0
  467. package/src/assets/icons/normal/user-add.svg +14 -0
  468. package/src/assets/icons/normal/user-badge.svg +11 -0
  469. package/src/assets/icons/normal/user.svg +5 -0
  470. package/src/assets/icons/normal/video-off.svg +11 -0
  471. package/src/assets/icons/normal/video-on.svg +20 -0
  472. package/src/assets/icons/normal/video-rec.svg +23 -0
  473. package/src/assets/icons/normal/view-card.svg +10 -0
  474. package/src/assets/icons/normal/view-list.svg +18 -0
  475. package/src/assets/icons/normal/view.svg +8 -0
  476. package/src/assets/icons/normal/voice-off.svg +18 -0
  477. package/src/assets/icons/normal/voice-on.svg +15 -0
  478. package/src/assets/icons/normal/volume-down.svg +14 -0
  479. package/src/assets/icons/normal/volume-off.svg +18 -0
  480. package/src/assets/icons/normal/volume-up.svg +16 -0
  481. package/src/assets/icons/normal/warning.svg +16 -0
  482. package/src/assets/icons/normal/webinar.svg +36 -0
  483. package/src/assets/icons/normal/whiteboard.svg +17 -0
  484. package/src/assets/icons/normal/wine.svg +22 -0
  485. package/src/assets/icons/normal/zip.svg +19 -0
  486. package/src/assets/icons/normal/zoom-in.svg +16 -0
  487. package/src/assets/icons/normal/zoom-out.svg +14 -0
  488. package/src/assets/icons/normal.json +1 -0
  489. package/src/assets/icons/simple/add-circle.svg +12 -0
  490. package/src/assets/icons/simple/add.svg +8 -0
  491. package/src/assets/icons/simple/align-center.svg +12 -0
  492. package/src/assets/icons/simple/align-justify.svg +12 -0
  493. package/src/assets/icons/simple/align-left.svg +12 -0
  494. package/src/assets/icons/simple/align-right.svg +12 -0
  495. package/src/assets/icons/simple/analysis-2.svg +21 -0
  496. package/src/assets/icons/simple/analysis-3.svg +8 -0
  497. package/src/assets/icons/simple/analysis.svg +16 -0
  498. package/src/assets/icons/simple/apple.svg +18 -0
  499. package/src/assets/icons/simple/arrow-down.svg +8 -0
  500. package/src/assets/icons/simple/arrow-left.svg +8 -0
  501. package/src/assets/icons/simple/arrow-right.svg +8 -0
  502. package/src/assets/icons/simple/arrow-up.svg +8 -0
  503. package/src/assets/icons/simple/attachment.svg +10 -0
  504. package/src/assets/icons/simple/bck-to-front.svg +19 -0
  505. package/src/assets/icons/simple/bell-active.svg +14 -0
  506. package/src/assets/icons/simple/bell.svg +14 -0
  507. package/src/assets/icons/simple/bold.svg +8 -0
  508. package/src/assets/icons/simple/bookmark-active.svg +12 -0
  509. package/src/assets/icons/simple/bookmark.svg +12 -0
  510. package/src/assets/icons/simple/building.svg +25 -0
  511. package/src/assets/icons/simple/bulleted-list.svg +22 -0
  512. package/src/assets/icons/simple/calendar.svg +22 -0
  513. package/src/assets/icons/simple/camera-off.svg +12 -0
  514. package/src/assets/icons/simple/camera-on.svg +16 -0
  515. package/src/assets/icons/simple/catalog.svg +14 -0
  516. package/src/assets/icons/simple/certificate.svg +15 -0
  517. package/src/assets/icons/simple/chat.svg +9 -0
  518. package/src/assets/icons/simple/check-badge.svg +9 -0
  519. package/src/assets/icons/simple/check-circle.svg +10 -0
  520. package/src/assets/icons/simple/check.svg +6 -0
  521. package/src/assets/icons/simple/checkbox.svg +6 -0
  522. package/src/assets/icons/simple/chevron-down-circle.svg +10 -0
  523. package/src/assets/icons/simple/chevron-down.svg +6 -0
  524. package/src/assets/icons/simple/chevron-left-circle.svg +10 -0
  525. package/src/assets/icons/simple/chevron-left.svg +6 -0
  526. package/src/assets/icons/simple/chevron-right-circle.svg +10 -0
  527. package/src/assets/icons/simple/chevron-right.svg +7 -0
  528. package/src/assets/icons/simple/chevron-up-circle.svg +10 -0
  529. package/src/assets/icons/simple/chevron-up.svg +6 -0
  530. package/src/assets/icons/simple/circle.svg +8 -0
  531. package/src/assets/icons/simple/classroom.svg +38 -0
  532. package/src/assets/icons/simple/clear-field.svg +11 -0
  533. package/src/assets/icons/simple/clear-style.svg +15 -0
  534. package/src/assets/icons/simple/close-circle.svg +14 -0
  535. package/src/assets/icons/simple/close-loader.svg +6 -0
  536. package/src/assets/icons/simple/close.svg +10 -0
  537. package/src/assets/icons/simple/coffee.svg +28 -0
  538. package/src/assets/icons/simple/color.svg +20 -0
  539. package/src/assets/icons/simple/contact-us.svg +26 -0
  540. package/src/assets/icons/simple/copy.svg +10 -0
  541. package/src/assets/icons/simple/courses.svg +21 -0
  542. package/src/assets/icons/simple/dashboard.svg +20 -0
  543. package/src/assets/icons/simple/download.svg +10 -0
  544. package/src/assets/icons/simple/drag.svg +10 -0
  545. package/src/assets/icons/simple/duplicate.svg +24 -0
  546. package/src/assets/icons/simple/edit.svg +17 -0
  547. package/src/assets/icons/simple/elearning.svg +17 -0
  548. package/src/assets/icons/simple/email.svg +11 -0
  549. package/src/assets/icons/simple/error-2.svg +8 -0
  550. package/src/assets/icons/simple/error.svg +12 -0
  551. package/src/assets/icons/simple/exercise.svg +30 -0
  552. package/src/assets/icons/simple/external-link.svg +13 -0
  553. package/src/assets/icons/simple/extract.svg +17 -0
  554. package/src/assets/icons/simple/eye-off.svg +13 -0
  555. package/src/assets/icons/simple/eye-on.svg +11 -0
  556. package/src/assets/icons/simple/fail.svg +11 -0
  557. package/src/assets/icons/simple/fast-back.svg +20 -0
  558. package/src/assets/icons/simple/fast-forward.svg +19 -0
  559. package/src/assets/icons/simple/file-add.svg +20 -0
  560. package/src/assets/icons/simple/file-duplicate.svg +22 -0
  561. package/src/assets/icons/simple/file-remove.svg +18 -0
  562. package/src/assets/icons/simple/file-required.svg +24 -0
  563. package/src/assets/icons/simple/file.svg +14 -0
  564. package/src/assets/icons/simple/filter-2.svg +24 -0
  565. package/src/assets/icons/simple/filter-active.svg +13 -0
  566. package/src/assets/icons/simple/filter.svg +12 -0
  567. package/src/assets/icons/simple/flag.svg +12 -0
  568. package/src/assets/icons/simple/folder.svg +14 -0
  569. package/src/assets/icons/simple/full-width.svg +11 -0
  570. package/src/assets/icons/simple/go-to-back.svg +18 -0
  571. package/src/assets/icons/simple/grid.svg +20 -0
  572. package/src/assets/icons/simple/group-add.svg +24 -0
  573. package/src/assets/icons/simple/group.svg +18 -0
  574. package/src/assets/icons/simple/heart-active.svg +12 -0
  575. package/src/assets/icons/simple/heart.svg +12 -0
  576. package/src/assets/icons/simple/highlighter.svg +12 -0
  577. package/src/assets/icons/simple/home.svg +13 -0
  578. package/src/assets/icons/simple/hourglass.svg +11 -0
  579. package/src/assets/icons/simple/image.svg +15 -0
  580. package/src/assets/icons/simple/info-badge.svg +9 -0
  581. package/src/assets/icons/simple/information.svg +12 -0
  582. package/src/assets/icons/simple/italic.svg +12 -0
  583. package/src/assets/icons/simple/key.svg +11 -0
  584. package/src/assets/icons/simple/language.svg +12 -0
  585. package/src/assets/icons/simple/learning-path.svg +9 -0
  586. package/src/assets/icons/simple/light-off.svg +7 -0
  587. package/src/assets/icons/simple/light-on.svg +18 -0
  588. package/src/assets/icons/simple/link.svg +14 -0
  589. package/src/assets/icons/simple/lock.svg +13 -0
  590. package/src/assets/icons/simple/login.svg +11 -0
  591. package/src/assets/icons/simple/logout.svg +11 -0
  592. package/src/assets/icons/simple/maximaze.svg +12 -0
  593. package/src/assets/icons/simple/menu.svg +10 -0
  594. package/src/assets/icons/simple/merge.svg +20 -0
  595. package/src/assets/icons/simple/minimaze.svg +12 -0
  596. package/src/assets/icons/simple/mixed-class.svg +40 -0
  597. package/src/assets/icons/simple/more-horizontal.svg +8 -0
  598. package/src/assets/icons/simple/more-vertical.svg +8 -0
  599. package/src/assets/icons/simple/news.svg +12 -0
  600. package/src/assets/icons/simple/no-prerequisites.svg +17 -0
  601. package/src/assets/icons/simple/notes.svg +14 -0
  602. package/src/assets/icons/simple/number-code.svg +29 -0
  603. package/src/assets/icons/simple/numbered-list.svg +18 -0
  604. package/src/assets/icons/simple/on-site.svg +18 -0
  605. package/src/assets/icons/simple/order-down.svg +12 -0
  606. package/src/assets/icons/simple/order-up.svg +12 -0
  607. package/src/assets/icons/simple/paste.svg +14 -0
  608. package/src/assets/icons/simple/pausa.svg +8 -0
  609. package/src/assets/icons/simple/pdf.svg +12 -0
  610. package/src/assets/icons/simple/phone.svg +10 -0
  611. package/src/assets/icons/simple/pin-map.svg +13 -0
  612. package/src/assets/icons/simple/pin.svg +14 -0
  613. package/src/assets/icons/simple/pizza.svg +17 -0
  614. package/src/assets/icons/simple/play.svg +10 -0
  615. package/src/assets/icons/simple/plug-in.svg +10 -0
  616. package/src/assets/icons/simple/pointer.svg +6 -0
  617. package/src/assets/icons/simple/printer.svg +28 -0
  618. package/src/assets/icons/simple/profile-add.svg +28 -0
  619. package/src/assets/icons/simple/profile.svg +13 -0
  620. package/src/assets/icons/simple/push-pin-off.svg +11 -0
  621. package/src/assets/icons/simple/push-pin-on.svg +12 -0
  622. package/src/assets/icons/simple/qrcode.svg +26 -0
  623. package/src/assets/icons/simple/question-badge.svg +10 -0
  624. package/src/assets/icons/simple/radio.svg +8 -0
  625. package/src/assets/icons/simple/redo.svg +9 -0
  626. package/src/assets/icons/simple/relations.svg +28 -0
  627. package/src/assets/icons/simple/reload.svg +12 -0
  628. package/src/assets/icons/simple/remove-circle.svg +10 -0
  629. package/src/assets/icons/simple/remove.svg +6 -0
  630. package/src/assets/icons/simple/repeart.svg +14 -0
  631. package/src/assets/icons/simple/repository.svg +18 -0
  632. package/src/assets/icons/simple/request-form.svg +20 -0
  633. package/src/assets/icons/simple/resize-100%.svg +15 -0
  634. package/src/assets/icons/simple/resize-height.svg +12 -0
  635. package/src/assets/icons/simple/resize-width.svg +14 -0
  636. package/src/assets/icons/simple/search.svg +10 -0
  637. package/src/assets/icons/simple/sequential-prerequisites.svg +22 -0
  638. package/src/assets/icons/simple/settings.svg +17 -0
  639. package/src/assets/icons/simple/share.svg +21 -0
  640. package/src/assets/icons/simple/sketch.svg +13 -0
  641. package/src/assets/icons/simple/skills.svg +17 -0
  642. package/src/assets/icons/simple/skip-back.svg +14 -0
  643. package/src/assets/icons/simple/skip-forward.svg +14 -0
  644. package/src/assets/icons/simple/sms.svg +22 -0
  645. package/src/assets/icons/simple/sso-access.svg +20 -0
  646. package/src/assets/icons/simple/star-active.svg +6 -0
  647. package/src/assets/icons/simple/star.svg +6 -0
  648. package/src/assets/icons/simple/success.svg +12 -0
  649. package/src/assets/icons/simple/sun.svg +22 -0
  650. package/src/assets/icons/simple/sunrise.svg +18 -0
  651. package/src/assets/icons/simple/support.svg +18 -0
  652. package/src/assets/icons/simple/survey.svg +32 -0
  653. package/src/assets/icons/simple/table.svg +11 -0
  654. package/src/assets/icons/simple/tematic-channels.svg +15 -0
  655. package/src/assets/icons/simple/test.svg +23 -0
  656. package/src/assets/icons/simple/text-body.svg +7 -0
  657. package/src/assets/icons/simple/text-edit.svg +11 -0
  658. package/src/assets/icons/simple/text-style.svg +10 -0
  659. package/src/assets/icons/simple/time.svg +10 -0
  660. package/src/assets/icons/simple/toilet-paper.svg +17 -0
  661. package/src/assets/icons/simple/training-points.svg +18 -0
  662. package/src/assets/icons/simple/trash.svg +20 -0
  663. package/src/assets/icons/simple/underline.svg +9 -0
  664. package/src/assets/icons/simple/undo.svg +9 -0
  665. package/src/assets/icons/simple/unlock.svg +15 -0
  666. package/src/assets/icons/simple/upload.svg +10 -0
  667. package/src/assets/icons/simple/user-add.svg +18 -0
  668. package/src/assets/icons/simple/user-badge.svg +12 -0
  669. package/src/assets/icons/simple/user.svg +8 -0
  670. package/src/assets/icons/simple/video-off.svg +17 -0
  671. package/src/assets/icons/simple/video-on.svg +17 -0
  672. package/src/assets/icons/simple/video-rec.svg +20 -0
  673. package/src/assets/icons/simple/view-card.svg +12 -0
  674. package/src/assets/icons/simple/view-list.svg +20 -0
  675. package/src/assets/icons/simple/view.svg +17 -0
  676. package/src/assets/icons/simple/voice-off.svg +16 -0
  677. package/src/assets/icons/simple/voice-on.svg +16 -0
  678. package/src/assets/icons/simple/volume-down.svg +15 -0
  679. package/src/assets/icons/simple/volume-off.svg +16 -0
  680. package/src/assets/icons/simple/volume-up.svg +16 -0
  681. package/src/assets/icons/simple/warning.svg +14 -0
  682. package/src/assets/icons/simple/webinar.svg +19 -0
  683. package/src/assets/icons/simple/whiteboard.svg +16 -0
  684. package/src/assets/icons/simple/wine.svg +24 -0
  685. package/src/assets/icons/simple/zip.svg +22 -0
  686. package/src/assets/icons/simple/zoom-in.svg +18 -0
  687. package/src/assets/icons/simple/zoom-out.svg +17 -0
  688. package/src/assets/icons/simple.json +1 -0
  689. package/src/components/VvAccordion/VvAccordion.vue +181 -0
  690. package/src/components/VvAccordion/index.ts +81 -0
  691. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +237 -0
  692. package/src/components/VvAccordionGroup/index.ts +50 -0
  693. package/src/components/VvAction/VvAction.vue +163 -0
  694. package/src/components/VvAction/index.ts +5 -0
  695. package/src/components/VvAlert/VvAlert.vue +82 -0
  696. package/src/components/VvAlert/index.ts +170 -0
  697. package/src/components/VvAlertGroup/VvAlertGroup.vue +65 -0
  698. package/src/components/VvAlertGroup/index.ts +116 -0
  699. package/src/components/VvAvatar/VvAvatar.vue +27 -0
  700. package/src/components/VvAvatar/index.ts +9 -0
  701. package/src/components/VvAvatarGroup/VvAvatarGroup.vue +70 -0
  702. package/src/components/VvAvatarGroup/index.ts +28 -0
  703. package/src/components/VvBadge/VvBadge.vue +21 -0
  704. package/src/components/VvBadge/index.ts +6 -0
  705. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +56 -0
  706. package/src/components/VvBreadcrumb/index.ts +7 -0
  707. package/src/components/VvButton/VvButton.vue +178 -0
  708. package/src/components/VvButton/index.ts +125 -0
  709. package/src/components/VvButtonGroup/VvButtonGroup.vue +82 -0
  710. package/src/components/VvButtonGroup/index.ts +29 -0
  711. package/src/components/VvCard/VvCard.vue +37 -0
  712. package/src/components/VvCard/index.ts +6 -0
  713. package/src/components/VvCheckbox/VvCheckbox.vue +196 -0
  714. package/src/components/VvCheckbox/index.ts +65 -0
  715. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +103 -0
  716. package/src/components/VvCheckboxGroup/index.ts +5 -0
  717. package/src/components/VvCombobox/VvCombobox.vue +754 -0
  718. package/src/components/VvCombobox/index.ts +249 -0
  719. package/src/components/VvDialog/VvDialog.vue +159 -0
  720. package/src/components/VvDialog/index.ts +48 -0
  721. package/src/components/VvDropdown/VvDropdown.vue +532 -0
  722. package/src/components/VvDropdown/VvDropdownAction.vue +44 -0
  723. package/src/components/VvDropdown/VvDropdownItem.vue +36 -0
  724. package/src/components/VvDropdown/VvDropdownOptgroup.vue +21 -0
  725. package/src/components/VvDropdown/VvDropdownOption.vue +55 -0
  726. package/src/components/VvDropdown/index.ts +66 -0
  727. package/src/components/VvIcon/README.md +76 -0
  728. package/src/components/VvIcon/VvIcon.vue +140 -0
  729. package/src/components/VvIcon/index.ts +90 -0
  730. package/src/components/VvInputFile/VvInputFile.vue +428 -0
  731. package/src/components/VvInputFile/index.ts +150 -0
  732. package/src/components/VvInputText/VvInputText.vue +809 -0
  733. package/src/components/VvInputText/VvInputTextActions.ts +100 -0
  734. package/src/components/VvInputText/index.ts +234 -0
  735. package/src/components/VvNav/VvNav.vue +48 -0
  736. package/src/components/VvNav/VvNavItem.vue +20 -0
  737. package/src/components/VvNav/VvNavSeparator.vue +11 -0
  738. package/src/components/VvNav/index.ts +8 -0
  739. package/src/components/VvProgress/VvProgress.vue +34 -0
  740. package/src/components/VvProgress/index.ts +32 -0
  741. package/src/components/VvRadio/VvRadio.vue +126 -0
  742. package/src/components/VvRadio/index.ts +46 -0
  743. package/src/components/VvRadioGroup/VvRadioGroup.vue +107 -0
  744. package/src/components/VvRadioGroup/index.ts +5 -0
  745. package/src/components/VvSelect/VvSelect.vue +273 -0
  746. package/src/components/VvSelect/index.ts +97 -0
  747. package/src/components/VvTab/VvTab.vue +87 -0
  748. package/src/components/VvTab/index.ts +19 -0
  749. package/src/components/VvTextarea/VvTextarea.vue +333 -0
  750. package/src/components/VvTextarea/index.ts +82 -0
  751. package/src/components/VvTooltip/VvTooltip.vue +29 -0
  752. package/src/components/VvTooltip/index.ts +18 -0
  753. package/src/components/VvVirtualScroll/VvVirtualScroll.vue +123 -0
  754. package/src/components/common/HintSlot.ts +174 -0
  755. package/src/components/common/VvInputClearAction.ts +61 -0
  756. package/src/components/common/VvInputPasswordAction.ts +77 -0
  757. package/src/components/common/VvInputStepAction.ts +54 -0
  758. package/src/components/index.ts +34 -0
  759. package/src/composables/alert/useAlerInject.ts +8 -0
  760. package/src/composables/alert/useAlert.ts +106 -0
  761. package/src/composables/alert/useAlertProvide.ts +23 -0
  762. package/src/composables/dropdown/useDropdownContextmenu.ts +23 -0
  763. package/src/composables/dropdown/useDropdownInject.ts +26 -0
  764. package/src/composables/dropdown/useDropdownProvide.ts +96 -0
  765. package/src/composables/dropdown/useDropdownVirtualElement.ts +54 -0
  766. package/src/composables/group/useGroupStateInject.ts +55 -0
  767. package/src/composables/group/useGroupStateProvide.ts +14 -0
  768. package/src/composables/index.ts +5 -0
  769. package/src/composables/useBlurhash.ts +79 -0
  770. package/src/composables/useComponentFocus.ts +16 -0
  771. package/src/composables/useComponentIcon.ts +42 -0
  772. package/src/composables/useDebouncedInput.ts +32 -0
  773. package/src/composables/useDefaults.ts +89 -0
  774. package/src/composables/useModifiers.ts +36 -0
  775. package/src/composables/useOptions.ts +56 -0
  776. package/src/composables/usePersistence.ts +77 -0
  777. package/src/composables/useTextCount.ts +54 -0
  778. package/src/composables/useUniqueId.ts +6 -0
  779. package/src/composables/useVirtualScroll.ts +89 -0
  780. package/src/composables/useVolver.ts +8 -0
  781. package/src/constants.ts +153 -0
  782. package/src/directives/index.ts +4 -0
  783. package/src/directives/v-contextmenu.ts +32 -0
  784. package/src/directives/v-tooltip.ts +25 -0
  785. package/src/icons.ts +7 -0
  786. package/src/index.ts +14 -0
  787. package/src/json-render/catalog.ts +31 -0
  788. package/src/json-render/components.ts +308 -0
  789. package/src/json-render/definitions.ts +440 -0
  790. package/src/json-render/index.ts +127 -0
  791. package/src/json-render/registry.ts +40 -0
  792. package/src/props/index.ts +597 -0
  793. package/src/resolvers/unplugin.ts +179 -0
  794. package/src/shims.d.ts +12 -0
  795. package/src/stories/Accordion/Accordion.settings.ts +58 -0
  796. package/src/stories/Accordion/Accordion.stories.ts +45 -0
  797. package/src/stories/Accordion/Accordion.test.ts +67 -0
  798. package/src/stories/Accordion/AccordionSlots.stories.ts +29 -0
  799. package/src/stories/AccordionGroup/AccordionGroup.settings.ts +89 -0
  800. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +64 -0
  801. package/src/stories/AccordionGroup/AccordionGroup.test.ts +56 -0
  802. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +54 -0
  803. package/src/stories/Alert/Alert.settings.ts +123 -0
  804. package/src/stories/Alert/Alert.stories.ts +60 -0
  805. package/src/stories/Alert/Alert.test.ts +97 -0
  806. package/src/stories/Alert/AlertModifiers.stories.ts +78 -0
  807. package/src/stories/Alert/AlertSlots.stories.ts +75 -0
  808. package/src/stories/AlertGroup/AlertGroup.settings.ts +112 -0
  809. package/src/stories/AlertGroup/AlertGroup.stories.ts +50 -0
  810. package/src/stories/AlertGroup/AlertGroup.test.ts +87 -0
  811. package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +104 -0
  812. package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +68 -0
  813. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +116 -0
  814. package/src/stories/Avatar/Avatar.settings.ts +36 -0
  815. package/src/stories/Avatar/Avatar.stories.ts +43 -0
  816. package/src/stories/Avatar/Avatar.test.ts +32 -0
  817. package/src/stories/Avatar/AvatarBadge.stories.ts +36 -0
  818. package/src/stories/Avatar/AvatarModifiers.stories.ts +100 -0
  819. package/src/stories/Avatar/AvatarSlots.stories.ts +34 -0
  820. package/src/stories/AvatarGroup/AvatarGroup.settings.ts +61 -0
  821. package/src/stories/AvatarGroup/AvatarGroup.stories.ts +35 -0
  822. package/src/stories/AvatarGroup/AvatarGroup.test.ts +34 -0
  823. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +31 -0
  824. package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +39 -0
  825. package/src/stories/Badge/Badge.settings.ts +27 -0
  826. package/src/stories/Badge/Badge.stories.ts +43 -0
  827. package/src/stories/Badge/Badge.test.ts +12 -0
  828. package/src/stories/Badge/BadgeSlots.stories.ts +23 -0
  829. package/src/stories/Blurhash/BlurhashComposable.stories.ts +215 -0
  830. package/src/stories/Breadcrumb/Breadcrumb.settings.ts +41 -0
  831. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +41 -0
  832. package/src/stories/Breadcrumb/Breadcrumb.test.ts +52 -0
  833. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +37 -0
  834. package/src/stories/Button/Button.settings.ts +155 -0
  835. package/src/stories/Button/Button.stories.ts +38 -0
  836. package/src/stories/Button/Button.test.ts +46 -0
  837. package/src/stories/Button/ButtonIcon.stories.ts +67 -0
  838. package/src/stories/Button/ButtonLink.stories.ts +40 -0
  839. package/src/stories/Button/ButtonLoading.stories.ts +41 -0
  840. package/src/stories/Button/ButtonModifiers.stories.ts +148 -0
  841. package/src/stories/Button/ButtonSlots.stories.ts +87 -0
  842. package/src/stories/Button/ButtonState.stories.ts +42 -0
  843. package/src/stories/Button/ButtonToggle.stories.ts +52 -0
  844. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +41 -0
  845. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +39 -0
  846. package/src/stories/ButtonGroup/ButtonGroup.test.ts +31 -0
  847. package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +39 -0
  848. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +38 -0
  849. package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +41 -0
  850. package/src/stories/Card/Card.settings.ts +56 -0
  851. package/src/stories/Card/Card.stories.ts +46 -0
  852. package/src/stories/Card/Card.test.ts +21 -0
  853. package/src/stories/Card/CardSlots.stories.ts +81 -0
  854. package/src/stories/Checkbox/Checkbox.settings.ts +42 -0
  855. package/src/stories/Checkbox/Checkbox.stories.ts +97 -0
  856. package/src/stories/Checkbox/Checkbox.test.ts +77 -0
  857. package/src/stories/Checkbox/CheckboxBinary.stories.ts +33 -0
  858. package/src/stories/Checkbox/CheckboxSlots.stories.ts +31 -0
  859. package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +15 -0
  860. package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +87 -0
  861. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +79 -0
  862. package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +53 -0
  863. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +47 -0
  864. package/src/stories/Combobox/Combobox.settings.ts +446 -0
  865. package/src/stories/Combobox/Combobox.stories.ts +249 -0
  866. package/src/stories/Combobox/Combobox.test.ts +108 -0
  867. package/src/stories/Combobox/ComboboxIconPosition.stories.ts +44 -0
  868. package/src/stories/Combobox/ComboboxMultiple.stories.ts +51 -0
  869. package/src/stories/Combobox/ComboboxOptions.stories.ts +111 -0
  870. package/src/stories/Combobox/ComboboxSlots.stories.ts +105 -0
  871. package/src/stories/Dialog/Dialog.settings.ts +54 -0
  872. package/src/stories/Dialog/Dialog.stories.ts +51 -0
  873. package/src/stories/Dialog/Dialog.test.ts +64 -0
  874. package/src/stories/Dialog/DialogModifiers.stories.ts +42 -0
  875. package/src/stories/Dialog/DialogSlots.stories.ts +39 -0
  876. package/src/stories/Dropdown/Dropdown.settings.ts +70 -0
  877. package/src/stories/Dropdown/Dropdown.stories.ts +107 -0
  878. package/src/stories/Dropdown/Dropdown.test.ts +17 -0
  879. package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +48 -0
  880. package/src/stories/Dropdown/DropdownMultilevel.stories.ts +61 -0
  881. package/src/stories/Dropdown/DropdownSlots.stories.ts +95 -0
  882. package/src/stories/Icon/Icon.settings.ts +73 -0
  883. package/src/stories/Icon/Icon.stories.ts +47 -0
  884. package/src/stories/Icon/IconsCollection.stories.ts +53 -0
  885. package/src/stories/InputFile/InputFile.settings.ts +37 -0
  886. package/src/stories/InputFile/InputFile.stories.ts +97 -0
  887. package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
  888. package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
  889. package/src/stories/InputFile/InputFileSlots.stories.ts +34 -0
  890. package/src/stories/InputText/InputText.settings.ts +262 -0
  891. package/src/stories/InputText/InputText.stories.ts +149 -0
  892. package/src/stories/InputText/InputText.test.ts +184 -0
  893. package/src/stories/InputText/InputTextIconPosition.stories.ts +43 -0
  894. package/src/stories/InputText/InputTextIso.stories.ts +69 -0
  895. package/src/stories/InputText/InputTextLength.stories.ts +58 -0
  896. package/src/stories/InputText/InputTextMask.stories.ts +122 -0
  897. package/src/stories/InputText/InputTextMinMax.stories.ts +51 -0
  898. package/src/stories/InputText/InputTextSlots.stories.ts +39 -0
  899. package/src/stories/InputText/InputTextSuggestions.stories.ts +118 -0
  900. package/src/stories/InputText/InputTextType.stories.ts +119 -0
  901. package/src/stories/Nav/Nav.settings.ts +35 -0
  902. package/src/stories/Nav/Nav.stories.ts +33 -0
  903. package/src/stories/Nav/Nav.test.ts +19 -0
  904. package/src/stories/Nav/NavModifiers.stories.ts +47 -0
  905. package/src/stories/Progress/Progress.settings.ts +31 -0
  906. package/src/stories/Progress/Progress.stories.ts +41 -0
  907. package/src/stories/Progress/Progress.test.ts +9 -0
  908. package/src/stories/Radio/Radio.settings.ts +15 -0
  909. package/src/stories/Radio/Radio.stories.ts +81 -0
  910. package/src/stories/Radio/Radio.test.ts +66 -0
  911. package/src/stories/Radio/RadioSlots.stories.ts +31 -0
  912. package/src/stories/RadioGroup/RadioGroup.settings.ts +15 -0
  913. package/src/stories/RadioGroup/RadioGroup.stories.ts +87 -0
  914. package/src/stories/RadioGroup/RadioGroup.test.ts +79 -0
  915. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +53 -0
  916. package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +47 -0
  917. package/src/stories/Select/Select.settings.ts +81 -0
  918. package/src/stories/Select/Select.stories.ts +126 -0
  919. package/src/stories/Select/Select.test.ts +81 -0
  920. package/src/stories/Select/SelectIconPosition.stories.ts +44 -0
  921. package/src/stories/Select/SelectOptions.stories.ts +77 -0
  922. package/src/stories/Select/SelectSlots.stories.ts +40 -0
  923. package/src/stories/Tab/Tab.settings.ts +41 -0
  924. package/src/stories/Tab/Tab.stories.ts +70 -0
  925. package/src/stories/Tab/Tab.test.ts +27 -0
  926. package/src/stories/Textarea/Textarea.settings.ts +90 -0
  927. package/src/stories/Textarea/Textarea.stories.ts +107 -0
  928. package/src/stories/Textarea/Textarea.test.ts +86 -0
  929. package/src/stories/Textarea/TextareaLength.stories.ts +58 -0
  930. package/src/stories/Textarea/TextareaSlots.stories.ts +39 -0
  931. package/src/stories/Textarea/TextareatIconPosition.stories.ts +43 -0
  932. package/src/stories/Tooltip/Tooltip.settings.ts +24 -0
  933. package/src/stories/Tooltip/Tooltip.stories.ts +40 -0
  934. package/src/stories/Tooltip/Tooltip.test.ts +58 -0
  935. package/src/stories/Tooltip/TooltipDirective.stories.ts +68 -0
  936. package/src/stories/VirtualScroll/VirtualScroll.settings.ts +7 -0
  937. package/src/stories/VirtualScroll/VirtualScroll.stories.ts +72 -0
  938. package/src/stories/VirtualScroll/VirtualScroll.test.ts +53 -0
  939. package/src/stories/VirtualScroll/VirtualScrollWithComposable.stories.ts +92 -0
  940. package/src/stories/argTypes.ts +563 -0
  941. package/src/test/expect.ts +83 -0
  942. package/src/test/options.ts +16 -0
  943. package/src/test/sleep.ts +3 -0
  944. package/src/test/types.d.ts +17 -0
  945. package/src/types/alert.ts +24 -0
  946. package/src/types/blurhash.ts +21 -0
  947. package/src/types/floating-ui.ts +18 -0
  948. package/src/types/generic.ts +5 -0
  949. package/src/types/group.ts +52 -0
  950. package/src/types/index.ts +7 -0
  951. package/src/types/input-file.ts +10 -0
  952. package/src/types/nav.ts +18 -0
  953. package/src/utils/DateUtilities.ts +120 -0
  954. package/src/utils/DomUtilities.ts +15 -0
  955. package/src/utils/FileUtilities.ts +104 -0
  956. package/src/utils/ObjectUtilities.ts +289 -0
  957. package/src/workers/blurhash.ts +9 -0
  958. package/dist/Volver.d.ts +0 -121
  959. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +0 -68
  960. package/dist/components/VvAccordion/index.d.ts +0 -47
  961. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +0 -98
  962. package/dist/components/VvAccordionGroup/index.d.ts +0 -54
  963. package/dist/components/VvAction/VvAction.vue.d.ts +0 -110
  964. package/dist/components/VvAction/index.d.ts +0 -45
  965. package/dist/components/VvAlert/VvAlert.vue.d.ts +0 -124
  966. package/dist/components/VvAlert/index.d.ts +0 -104
  967. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +0 -97
  968. package/dist/components/VvAlertGroup/index.d.ts +0 -47
  969. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +0 -24
  970. package/dist/components/VvAvatar/index.d.ts +0 -10
  971. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +0 -50
  972. package/dist/components/VvAvatarGroup/index.d.ts +0 -28
  973. package/dist/components/VvBadge/VvBadge.vue.d.ts +0 -24
  974. package/dist/components/VvBadge/index.d.ts +0 -7
  975. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +0 -39
  976. package/dist/components/VvBreadcrumb/index.d.ts +0 -8
  977. package/dist/components/VvButton/VvButton.vue.d.ts +0 -221
  978. package/dist/components/VvButton/index.d.ts +0 -131
  979. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +0 -84
  980. package/dist/components/VvButtonGroup/index.d.ts +0 -37
  981. package/dist/components/VvCard/VvCard.vue.d.ts +0 -30
  982. package/dist/components/VvCard/index.d.ts +0 -7
  983. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +0 -187
  984. package/dist/components/VvCheckbox/index.d.ts +0 -94
  985. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +0 -212
  986. package/dist/components/VvCheckboxGroup/index.d.ts +0 -79
  987. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +0 -346
  988. package/dist/components/VvCombobox/index.d.ts +0 -694
  989. package/dist/components/VvDialog/VvDialog.vue.d.ts +0 -73
  990. package/dist/components/VvDialog/index.d.ts +0 -45
  991. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +0 -346
  992. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +0 -118
  993. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +0 -22
  994. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +0 -22
  995. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +0 -82
  996. package/dist/components/VvDropdown/index.d.ts +0 -120
  997. package/dist/components/VvIcon/VvIcon.vue.d.ts +0 -6
  998. package/dist/components/VvIcon/index.d.ts +0 -86
  999. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +0 -361
  1000. package/dist/components/VvInputFile/index.d.ts +0 -204
  1001. package/dist/components/VvInputText/VvInputText.vue.d.ts +0 -524
  1002. package/dist/components/VvInputText/VvInputTextActions.d.ts +0 -4
  1003. package/dist/components/VvInputText/index.d.ts +0 -313
  1004. package/dist/components/VvNav/VvNav.vue.d.ts +0 -48
  1005. package/dist/components/VvNav/VvNavItem.vue.d.ts +0 -14
  1006. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +0 -3
  1007. package/dist/components/VvNav/index.d.ts +0 -11
  1008. package/dist/components/VvProgress/VvProgress.vue.d.ts +0 -38
  1009. package/dist/components/VvProgress/index.d.ts +0 -33
  1010. package/dist/components/VvRadio/VvRadio.vue.d.ts +0 -179
  1011. package/dist/components/VvRadio/index.d.ts +0 -80
  1012. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +0 -212
  1013. package/dist/components/VvRadioGroup/index.d.ts +0 -79
  1014. package/dist/components/VvSelect/VvSelect.vue.d.ts +0 -183
  1015. package/dist/components/VvSelect/index.d.ts +0 -298
  1016. package/dist/components/VvTab/VvTab.vue.d.ts +0 -64
  1017. package/dist/components/VvTab/index.d.ts +0 -19
  1018. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +0 -384
  1019. package/dist/components/VvTextarea/index.d.ts +0 -190
  1020. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +0 -37
  1021. package/dist/components/VvTooltip/index.d.ts +0 -19
  1022. package/dist/components/VvVirtualScroll/VvVirtualScroll.vue.d.ts +0 -51
  1023. package/dist/components/common/HintSlot.d.ts +0 -57
  1024. package/dist/components/common/VvInputClearAction.d.ts +0 -52
  1025. package/dist/components/common/VvInputPasswordAction.d.ts +0 -71
  1026. package/dist/components/common/VvInputStepAction.d.ts +0 -50
  1027. package/dist/components/index.d.ts +0 -34
  1028. package/dist/composables/alert/useAlerInject.d.ts +0 -4
  1029. package/dist/composables/alert/useAlert.d.ts +0 -92
  1030. package/dist/composables/alert/useAlertProvide.d.ts +0 -10
  1031. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +0 -18
  1032. package/dist/composables/dropdown/useDropdownInject.d.ts +0 -12
  1033. package/dist/composables/dropdown/useDropdownProvide.d.ts +0 -40
  1034. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +0 -17
  1035. package/dist/composables/group/useGroupStateInject.d.ts +0 -9
  1036. package/dist/composables/group/useGroupStateProvide.d.ts +0 -6
  1037. package/dist/composables/index.d.ts +0 -5
  1038. package/dist/composables/useBlurhash.d.ts +0 -7
  1039. package/dist/composables/useComponentFocus.d.ts +0 -4
  1040. package/dist/composables/useComponentIcon.d.ts +0 -11
  1041. package/dist/composables/useDebouncedInput.d.ts +0 -5
  1042. package/dist/composables/useDefaults.d.ts +0 -2
  1043. package/dist/composables/useModifiers.d.ts +0 -2
  1044. package/dist/composables/useOptions.d.ts +0 -8
  1045. package/dist/composables/usePersistence.d.ts +0 -3
  1046. package/dist/composables/useTextCount.d.ts +0 -10
  1047. package/dist/composables/useUniqueId.d.ts +0 -2
  1048. package/dist/composables/useVirtualScroll.d.ts +0 -35
  1049. package/dist/composables/useVolver.d.ts +0 -4
  1050. package/dist/constants.d.ts +0 -104
  1051. package/dist/directives/index.d.ts +0 -3
  1052. package/dist/directives/v-contextmenu.d.ts +0 -3
  1053. package/dist/directives/v-tooltip.d.ts +0 -3
  1054. package/dist/icons.d.ts +0 -1892
  1055. package/dist/index.d.ts +0 -10
  1056. package/dist/props/index.d.ts +0 -959
  1057. package/dist/resolvers/unplugin.d.ts +0 -38
  1058. package/dist/stories/Accordion/Accordion.settings.d.ts +0 -9
  1059. package/dist/stories/Accordion/Accordion.stories.d.ts +0 -7
  1060. package/dist/stories/Accordion/Accordion.test.d.ts +0 -2
  1061. package/dist/stories/Accordion/AccordionSlots.stories.d.ts +0 -7
  1062. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +0 -13
  1063. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +0 -9
  1064. package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +0 -2
  1065. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +0 -1788
  1066. package/dist/stories/Alert/Alert.settings.d.ts +0 -4
  1067. package/dist/stories/Alert/Alert.stories.d.ts +0 -9
  1068. package/dist/stories/Alert/Alert.test.d.ts +0 -2
  1069. package/dist/stories/Alert/AlertModifiers.stories.d.ts +0 -13
  1070. package/dist/stories/Alert/AlertSlots.stories.d.ts +0 -10
  1071. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +0 -14
  1072. package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +0 -8
  1073. package/dist/stories/AlertGroup/AlertGroup.test.d.ts +0 -2
  1074. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +0 -14
  1075. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +0 -8
  1076. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +0 -4
  1077. package/dist/stories/Avatar/Avatar.settings.d.ts +0 -5
  1078. package/dist/stories/Avatar/Avatar.stories.d.ts +0 -7
  1079. package/dist/stories/Avatar/Avatar.test.d.ts +0 -2
  1080. package/dist/stories/Avatar/AvatarBadge.stories.d.ts +0 -6
  1081. package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +0 -13
  1082. package/dist/stories/Avatar/AvatarSlots.stories.d.ts +0 -6
  1083. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +0 -14
  1084. package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +0 -6
  1085. package/dist/stories/AvatarGroup/AvatarGroup.test.d.ts +0 -2
  1086. package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +0 -7
  1087. package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +0 -6
  1088. package/dist/stories/Badge/Badge.settings.d.ts +0 -5
  1089. package/dist/stories/Badge/Badge.stories.d.ts +0 -7
  1090. package/dist/stories/Badge/Badge.test.d.ts +0 -2
  1091. package/dist/stories/Badge/BadgeSlots.stories.d.ts +0 -6
  1092. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +0 -4
  1093. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +0 -13
  1094. package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +0 -7
  1095. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +0 -2
  1096. package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +0 -6
  1097. package/dist/stories/Button/Button.settings.d.ts +0 -4
  1098. package/dist/stories/Button/Button.stories.d.ts +0 -6
  1099. package/dist/stories/Button/Button.test.d.ts +0 -2
  1100. package/dist/stories/Button/ButtonIcon.stories.d.ts +0 -10
  1101. package/dist/stories/Button/ButtonLink.stories.d.ts +0 -7
  1102. package/dist/stories/Button/ButtonLoading.stories.d.ts +0 -8
  1103. package/dist/stories/Button/ButtonModifiers.stories.d.ts +0 -17
  1104. package/dist/stories/Button/ButtonSlots.stories.d.ts +0 -9
  1105. package/dist/stories/Button/ButtonState.stories.d.ts +0 -8
  1106. package/dist/stories/Button/ButtonToggle.stories.d.ts +0 -9
  1107. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +0 -5
  1108. package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +0 -6
  1109. package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +0 -2
  1110. package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +0 -8
  1111. package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +0 -6
  1112. package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +0 -8
  1113. package/dist/stories/Card/Card.settings.d.ts +0 -6
  1114. package/dist/stories/Card/Card.stories.d.ts +0 -6
  1115. package/dist/stories/Card/Card.test.d.ts +0 -2
  1116. package/dist/stories/Card/CardSlots.stories.d.ts +0 -9
  1117. package/dist/stories/Checkbox/Checkbox.settings.d.ts +0 -15
  1118. package/dist/stories/Checkbox/Checkbox.stories.d.ts +0 -13
  1119. package/dist/stories/Checkbox/Checkbox.test.d.ts +0 -2
  1120. package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +0 -7
  1121. package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +0 -7
  1122. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +0 -12
  1123. package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +0 -12
  1124. package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +0 -2
  1125. package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +0 -8
  1126. package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +0 -7
  1127. package/dist/stories/Combobox/Combobox.settings.d.ts +0 -4
  1128. package/dist/stories/Combobox/Combobox.stories.d.ts +0 -24
  1129. package/dist/stories/Combobox/Combobox.test.d.ts +0 -2
  1130. package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +0 -8
  1131. package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +0 -9
  1132. package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +0 -11
  1133. package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +0 -10
  1134. package/dist/stories/Dialog/Dialog.settings.d.ts +0 -10
  1135. package/dist/stories/Dialog/Dialog.stories.d.ts +0 -7
  1136. package/dist/stories/Dialog/Dialog.test.d.ts +0 -2
  1137. package/dist/stories/Dialog/DialogModifiers.stories.d.ts +0 -8
  1138. package/dist/stories/Dialog/DialogSlots.stories.d.ts +0 -8
  1139. package/dist/stories/Dropdown/Dropdown.settings.d.ts +0 -5
  1140. package/dist/stories/Dropdown/Dropdown.stories.d.ts +0 -9
  1141. package/dist/stories/Dropdown/Dropdown.test.d.ts +0 -2
  1142. package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +0 -6
  1143. package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +0 -6
  1144. package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +0 -8
  1145. package/dist/stories/Icon/Icon.settings.d.ts +0 -7
  1146. package/dist/stories/Icon/Icon.stories.d.ts +0 -8
  1147. package/dist/stories/Icon/IconsCollection.stories.d.ts +0 -6
  1148. package/dist/stories/InputFile/InputFile.settings.d.ts +0 -6
  1149. package/dist/stories/InputFile/InputFile.stories.d.ts +0 -13
  1150. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +0 -9
  1151. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +0 -8
  1152. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +0 -7
  1153. package/dist/stories/InputText/InputText.settings.d.ts +0 -11
  1154. package/dist/stories/InputText/InputText.stories.d.ts +0 -16
  1155. package/dist/stories/InputText/InputText.test.d.ts +0 -5
  1156. package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +0 -8
  1157. package/dist/stories/InputText/InputTextIso.stories.d.ts +0 -10
  1158. package/dist/stories/InputText/InputTextLength.stories.d.ts +0 -10
  1159. package/dist/stories/InputText/InputTextMask.stories.d.ts +0 -12
  1160. package/dist/stories/InputText/InputTextMinMax.stories.d.ts +0 -9
  1161. package/dist/stories/InputText/InputTextSlots.stories.d.ts +0 -8
  1162. package/dist/stories/InputText/InputTextSuggestions.stories.d.ts +0 -8
  1163. package/dist/stories/InputText/InputTextType.stories.d.ts +0 -18
  1164. package/dist/stories/Nav/Nav.settings.d.ts +0 -4
  1165. package/dist/stories/Nav/Nav.stories.d.ts +0 -6
  1166. package/dist/stories/Nav/Nav.test.d.ts +0 -2
  1167. package/dist/stories/Nav/NavModifiers.stories.d.ts +0 -9
  1168. package/dist/stories/Progress/Progress.settings.d.ts +0 -7
  1169. package/dist/stories/Progress/Progress.stories.d.ts +0 -7
  1170. package/dist/stories/Progress/Progress.test.d.ts +0 -2
  1171. package/dist/stories/Radio/Radio.settings.d.ts +0 -12
  1172. package/dist/stories/Radio/Radio.stories.d.ts +0 -11
  1173. package/dist/stories/Radio/Radio.test.d.ts +0 -2
  1174. package/dist/stories/Radio/RadioSlots.stories.d.ts +0 -7
  1175. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +0 -12
  1176. package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +0 -12
  1177. package/dist/stories/RadioGroup/RadioGroup.test.d.ts +0 -2
  1178. package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +0 -8
  1179. package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +0 -7
  1180. package/dist/stories/Select/Select.settings.d.ts +0 -8
  1181. package/dist/stories/Select/Select.stories.d.ts +0 -16
  1182. package/dist/stories/Select/Select.test.d.ts +0 -2
  1183. package/dist/stories/Select/SelectIconPosition.stories.d.ts +0 -8
  1184. package/dist/stories/Select/SelectOptions.stories.d.ts +0 -9
  1185. package/dist/stories/Select/SelectSlots.stories.d.ts +0 -8
  1186. package/dist/stories/Tab/Tab.settings.d.ts +0 -4
  1187. package/dist/stories/Tab/Tab.stories.d.ts +0 -6
  1188. package/dist/stories/Tab/Tab.test.d.ts +0 -2
  1189. package/dist/stories/Textarea/Textarea.settings.d.ts +0 -9
  1190. package/dist/stories/Textarea/Textarea.stories.d.ts +0 -14
  1191. package/dist/stories/Textarea/Textarea.test.d.ts +0 -2
  1192. package/dist/stories/Textarea/TextareaLength.stories.d.ts +0 -10
  1193. package/dist/stories/Textarea/TextareaSlots.stories.d.ts +0 -8
  1194. package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +0 -8
  1195. package/dist/stories/Tooltip/Tooltip.settings.d.ts +0 -5
  1196. package/dist/stories/Tooltip/Tooltip.stories.d.ts +0 -6
  1197. package/dist/stories/Tooltip/Tooltip.test.d.ts +0 -2
  1198. package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +0 -10
  1199. package/dist/stories/VirtualScroll/VirtualScroll.settings.d.ts +0 -5
  1200. package/dist/stories/VirtualScroll/VirtualScroll.stories.d.ts +0 -7
  1201. package/dist/stories/VirtualScroll/VirtualScroll.test.d.ts +0 -2
  1202. package/dist/stories/VirtualScroll/VirtualScrollWithComposable.stories.d.ts +0 -4
  1203. package/dist/stories/argTypes.d.ts +0 -56
  1204. package/dist/test/expect.d.ts +0 -18
  1205. package/dist/test/options.d.ts +0 -1
  1206. package/dist/test/sleep.d.ts +0 -1
  1207. package/dist/types/alert.d.ts +0 -15
  1208. package/dist/types/blurhash.d.ts +0 -12
  1209. package/dist/types/floating-ui.d.ts +0 -6
  1210. package/dist/types/generic.d.ts +0 -4
  1211. package/dist/types/group.d.ts +0 -59
  1212. package/dist/types/index.d.ts +0 -7
  1213. package/dist/types/input-file.d.ts +0 -9
  1214. package/dist/types/nav.d.ts +0 -17
  1215. package/dist/utils/DateUtilities.d.ts +0 -14
  1216. package/dist/utils/DomUtilities.d.ts +0 -1
  1217. package/dist/utils/FileUtilities.d.ts +0 -14
  1218. package/dist/utils/ObjectUtilities.d.ts +0 -82
  1219. package/dist/workers/blurhash.d.ts +0 -1
@@ -1,17 +1,17 @@
1
- import { Fragment as et, Transition as ca, computed as i, createBlock as G, createCommentVNode as x, createElementBlock as M, createElementVNode as ae, createSlots as fa, createTextVNode as $e, createVNode as Oe, defineComponent as U, guardReactiveProps as A, h as O, inject as Ot, isRef as Lt, mergeDefaults as pa, mergeProps as z, nextTick as De, normalizeClass as tt, normalizeProps as k, normalizeStyle as mt, onMounted as at, openBlock as E, provide as ot, ref as _, renderList as ma, renderSlot as $, toDisplayString as fe, toHandlers as ba, toRefs as se, unref as r, useAttrs as ga, useId as ha, useSlots as ya, vShow as Sa, watch as F, withCtx as K, withDirectives as wa, withModifiers as ze } from "vue";
1
+ import { Fragment as et, Transition as ca, computed as i, createBlock as z, createCommentVNode as N, createElementBlock as M, createElementVNode as le, createSlots as fa, createTextVNode as Ce, createVNode as Oe, defineComponent as U, guardReactiveProps as O, h as L, inject as At, isRef as Ct, mergeDefaults as pa, mergeProps as G, nextTick as Te, normalizeClass as tt, normalizeProps as k, normalizeStyle as mt, onMounted as at, openBlock as _, provide as ot, ref as D, renderList as ma, renderSlot as T, toDisplayString as ge, toHandlers as ba, toRefs as ce, unref as r, useAttrs as ga, useId as ha, useSlots as ya, vShow as Sa, watch as F, withCtx as K, withDirectives as wa, withModifiers as Ge } from "vue";
2
2
  import { useIMask as Ea } from "vue-imask";
3
- import { arrow as _a, autoPlacement as bt, autoUpdate as Da, flip as gt, offset as Xe, shift as ht, size as yt, useFloating as Ia } from "@floating-ui/vue";
4
- import { onClickOutside as Ta, onKeyStroke as Ie, useElementHover as Ct, useElementVisibility as $a, useFocus as At, useFocusWithin as kt, useMutationObserver as Oa, useStorage as St, useVModel as La } from "@vueuse/core";
3
+ import { arrow as _a, autoPlacement as bt, autoUpdate as Da, flip as gt, offset as ht, shift as yt, size as St, useFloating as Ia } from "@floating-ui/vue";
4
+ import { onClickOutside as $a, onKeyStroke as Le, useElementHover as Ot, useElementVisibility as Ta, useFocus as kt, useFocusWithin as xt, useMutationObserver as La, useStorage as wt, useVModel as Aa } from "@vueuse/core";
5
5
  import Ca from "mitt";
6
- import { Icon as Aa, addIcon as ka, iconLoaded as qe } from "@iconify/vue";
7
- var V = (e) => e.toString().padStart(2, "0"), Na = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?(?:Z|[+-]\d{2}:?\d{2})?$/;
8
- function Nt(e) {
9
- if (typeof e != "string" || !Na.test(e)) return !1;
6
+ import { Icon as Oa, addIcon as ka, iconLoaded as qe } from "@iconify/vue";
7
+ var V = (e) => e.toString().padStart(2, "0"), xa = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?(?:Z|[+-]\d{2}:?\d{2})?$/;
8
+ function Pt(e) {
9
+ if (typeof e != "string" || !xa.test(e)) return !1;
10
10
  const a = new Date(e);
11
11
  return !Number.isNaN(a.getTime()) && a.toISOString() === e;
12
12
  }
13
- function wt(e, a = "date", l) {
14
- if (typeof e == "string" && !Nt(e))
13
+ function Et(e, a = "date", l) {
14
+ if (typeof e == "string" && !Pt(e))
15
15
  return "";
16
16
  const t = new Date(e);
17
17
  if (Number.isNaN(t.getTime())) return "";
@@ -20,7 +20,7 @@ function wt(e, a = "date", l) {
20
20
  const u = l ? `${V(t.getHours())}:${V(t.getMinutes())}:${V(t.getSeconds())}` : `${V(t.getHours())}:${V(t.getMinutes())}`;
21
21
  return a === "time" ? u : `${n}T${u}`;
22
22
  }
23
- var Pa = /^\d{4}-\d{2}-\d{2}$/, xa = /^\d{4}-\d{2}$/, Ma = /^(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d)?$/, Va = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}(?::\d{2})?$/;
23
+ var Pa = /^\d{4}-\d{2}-\d{2}$/, Na = /^\d{4}-\d{2}$/, Ma = /^(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d)?$/, Va = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}(?::\d{2})?$/;
24
24
  function Ra(e, a = "date") {
25
25
  if (!e?.trim()) return null;
26
26
  const l = /* @__PURE__ */ new Date(), t = l.getFullYear(), n = l.getMonth(), u = l.getDate();
@@ -29,7 +29,7 @@ function Ra(e, a = "date") {
29
29
  return /* @__PURE__ */ new Date(`${e}T00:00:00`);
30
30
  }
31
31
  if (a === "month") {
32
- if (!xa.test(e)) throw new Error("Invalid month format. Expected: YYYY-MM");
32
+ if (!Na.test(e)) throw new Error("Invalid month format. Expected: YYYY-MM");
33
33
  return /* @__PURE__ */ new Date(`${e}-01T00:00:00`);
34
34
  }
35
35
  if (a === "time") {
@@ -39,19 +39,19 @@ function Ra(e, a = "date") {
39
39
  if (!Va.test(e)) throw new Error("Invalid datetime format. Expected: YYYY-MM-DDThh:mm or YYYY-MM-DDThh:mm:ss");
40
40
  return e.length === 16 ? /* @__PURE__ */ new Date(`${e}:00`) : /* @__PURE__ */ new Date(`${e}`);
41
41
  }
42
- function Te(e) {
42
+ function Ae(e) {
43
43
  return ((a) => a == null || a === "" || Array.isArray(a) && a.length === 0 || !(a instanceof Date) && typeof a == "object" && Object.keys(a).length === 0)(r(e));
44
44
  }
45
45
  function Ba(e) {
46
46
  return typeof e == "string";
47
47
  }
48
- function Et(e) {
48
+ function _t(e) {
49
49
  return Array.isArray(e) ? e.filter((a) => Ba(a)).join(" ") : e;
50
50
  }
51
51
  function Ha(e, a) {
52
- const l = i(() => Lt(e) ? e.value : e), t = i(() => Et(l.value.invalidLabel)), n = i(() => Et(l.value.validLabel)), u = i(() => l.value.loadingLabel), f = i(() => l.value.hintLabel), b = i(() => !!(l.value.loading && (a.loading || u.value))), y = i(() => !b.value && !!(l.value.invalid && (a.invalid || t.value))), p = i(() => !b.value && !y.value && !!(l.value.valid && (a.valid || n.value))), I = i(() => !b.value && !y.value && !p.value && !!(a.hint || f.value)), v = i(() => y.value || p.value || b.value || I.value);
52
+ const l = i(() => Ct(e) ? e.value : e), t = i(() => _t(l.value.invalidLabel)), n = i(() => _t(l.value.validLabel)), u = i(() => l.value.loadingLabel), f = i(() => l.value.hintLabel), b = i(() => !!(l.value.loading && (a.loading || u.value))), h = i(() => !b.value && !!(l.value.invalid && (a.invalid || t.value))), p = i(() => !b.value && !h.value && !!(l.value.valid && (a.valid || n.value))), I = i(() => !b.value && !h.value && !p.value && !!(a.hint || f.value)), v = i(() => h.value || p.value || b.value || I.value);
53
53
  return {
54
- hasInvalidLabelOrSlot: y,
54
+ hasInvalidLabelOrSlot: h,
55
55
  hasHintLabelOrSlot: I,
56
56
  hasValidLabelOrSlot: p,
57
57
  hasLoadingLabelOrSlot: b,
@@ -74,7 +74,7 @@ function Ha(e, a) {
74
74
  validLabel: n,
75
75
  loadingLabel: u,
76
76
  hintLabel: f,
77
- hasInvalidLabelOrSlot: y,
77
+ hasInvalidLabelOrSlot: h,
78
78
  hasValidLabelOrSlot: p,
79
79
  hasLoadingLabelOrSlot: b,
80
80
  hasHintLabelOrSlot: I
@@ -82,25 +82,25 @@ function Ha(e, a) {
82
82
  },
83
83
  render() {
84
84
  if (this.isVisible) {
85
- let S;
86
- return this.hasInvalidLabelOrSlot && (S = "alert"), this.hasValidLabelOrSlot && (S = "status"), this.hasLoadingLabelOrSlot ? O(this.tag, { role: S }, this.$slots.loading?.() ?? this.loadingLabel) : this.hasInvalidLabelOrSlot ? O(this.tag, { role: S }, this.$slots.invalid?.() ?? this.$slots.invalid ?? this.invalidLabel) : this.hasValidLabelOrSlot ? O(this.tag, { role: S }, this.$slots.valid?.() ?? this.validLabel) : O(this.tag, { role: S }, this.$slots.hint?.() ?? this.$slots.hint ?? this.hintLabel);
85
+ let y;
86
+ return this.hasInvalidLabelOrSlot && (y = "alert"), this.hasValidLabelOrSlot && (y = "status"), this.hasLoadingLabelOrSlot ? L(this.tag, { role: y }, this.$slots.loading?.() ?? this.loadingLabel) : this.hasInvalidLabelOrSlot ? L(this.tag, { role: y }, this.$slots.invalid?.() ?? this.$slots.invalid ?? this.invalidLabel) : this.hasValidLabelOrSlot ? L(this.tag, { role: y }, this.$slots.valid?.() ?? this.validLabel) : L(this.tag, { role: y }, this.$slots.hint?.() ?? this.$slots.hint ?? this.hintLabel);
87
87
  }
88
88
  return null;
89
89
  }
90
90
  })
91
91
  };
92
92
  }
93
- var ie = /* @__PURE__ */ (function(e) {
93
+ var ve = /* @__PURE__ */ (function(e) {
94
94
  return e.local = "local", e.session = "session", e;
95
- })({}), Pt = /* @__PURE__ */ (function(e) {
95
+ })({}), Nt = /* @__PURE__ */ (function(e) {
96
96
  return e.absolute = "absolute", e.fixed = "fixed", e;
97
- })({}), L = /* @__PURE__ */ (function(e) {
97
+ })({}), A = /* @__PURE__ */ (function(e) {
98
98
  return e.left = "left", e.right = "right", e.top = "top", e.bottom = "bottom", e;
99
99
  })({}), Fa = /* @__PURE__ */ (function(e) {
100
100
  return e.topStart = "top-start", e.topEnd = "top-end", e.bottomStart = "bottom-start", e.bottomEnd = "bottom-end", e.leftStart = "left-start", e.leftEnd = "left-end", e.rightStart = "right-start", e.rightEnd = "right-end", e;
101
- })({}), Le = /* @__PURE__ */ (function(e) {
101
+ })({}), ke = /* @__PURE__ */ (function(e) {
102
102
  return e.before = "before", e.after = "after", e;
103
- })({}), _t = /* @__PURE__ */ (function(e) {
103
+ })({}), Dt = /* @__PURE__ */ (function(e) {
104
104
  return e.button = "button", e.submit = "submit", e.reset = "reset", e;
105
105
  })({}), ja = /* @__PURE__ */ (function(e) {
106
106
  return e.nuxtLink = "nuxt-link", e.routerLink = "router-link", e.a = "a", e.button = "button", e;
@@ -108,11 +108,9 @@ var ie = /* @__PURE__ */ (function(e) {
108
108
  return e.button = "button", e.link = "link", e.menuitem = "menuitem", e;
109
109
  })({}), Qe = /* @__PURE__ */ (function(e) {
110
110
  return e.listbox = "listbox", e.menu = "menu", e;
111
- })({}), Dt = /* @__PURE__ */ (function(e) {
111
+ })({}), It = /* @__PURE__ */ (function(e) {
112
112
  return e.option = "option", e.presentation = "presentation", e;
113
- })({}), Ya = /* @__PURE__ */ Symbol.for("volver");
114
- var Wa = /* @__PURE__ */ Symbol.for("dropdownTrigger"), xt = /* @__PURE__ */ Symbol.for("dropdownItem"), Ga = /* @__PURE__ */ Symbol.for("dropdownAction");
115
- var j = {
113
+ })({}), Ya = /* @__PURE__ */ Symbol.for("volver"), Wa = /* @__PURE__ */ Symbol.for("dropdownTrigger"), Mt = /* @__PURE__ */ Symbol.for("dropdownItem"), Xa = /* @__PURE__ */ Symbol.for("dropdownAction"), j = {
116
114
  showPassword: "eye-on",
117
115
  hidePassword: "eye-off",
118
116
  showDatePicker: "calendar",
@@ -123,9 +121,7 @@ var j = {
123
121
  remove: "trash",
124
122
  edit: "edit",
125
123
  download: "download"
126
- }, Ka = /* @__PURE__ */ (function(e) {
127
- return e.simple = "simple", e.normal = "normal", e.detailed = "detailed", e;
128
- })({}), za = { prefix: Ka.normal }, Xa = {
124
+ }, za = { prefix: "normal" }, Ka = {
129
125
  to: { type: [String, Object] },
130
126
  href: String,
131
127
  target: String,
@@ -160,22 +156,22 @@ var j = {
160
156
  type: String,
161
157
  default: "Loading..."
162
158
  }
163
- }, pe = { disabled: {
159
+ }, he = { disabled: {
164
160
  type: Boolean,
165
161
  default: !1
166
- } }, Mt = { required: {
162
+ } }, Vt = { required: {
167
163
  type: Boolean,
168
164
  default: !1
169
- } }, qa = { selected: {
165
+ } }, Ga = { selected: {
170
166
  type: Boolean,
171
167
  default: !1
172
- } }, Ja = { active: {
168
+ } }, qa = { active: {
173
169
  type: Boolean,
174
170
  default: !1
175
- } }, Za = { current: {
171
+ } }, Ja = { current: {
176
172
  type: Boolean,
177
173
  default: !1
178
- } }, en = {
174
+ } }, Qo = {
179
175
  showClearAction: {
180
176
  type: Boolean,
181
177
  default: !1
@@ -188,22 +184,22 @@ var j = {
188
184
  type: String,
189
185
  default: "Clear"
190
186
  }
191
- }, Qa = { pressed: {
187
+ }, Za = { pressed: {
192
188
  type: Boolean,
193
189
  default: !1
194
- } }, Ae = { label: {
190
+ } }, Pe = { label: {
195
191
  type: [String, Number],
196
192
  default: void 0
197
193
  } }, it = { readonly: {
198
194
  type: Boolean,
199
195
  default: !1
200
- } }, me = { modifiers: {
196
+ } }, ye = { modifiers: {
201
197
  type: [String, Array],
202
198
  default: void 0
203
199
  } }, st = { hintLabel: {
204
200
  type: String,
205
201
  default: ""
206
- } }, eo = {
202
+ } }, Qa = {
207
203
  options: {
208
204
  type: Array,
209
205
  default: () => []
@@ -220,7 +216,7 @@ var j = {
220
216
  type: [String, Function],
221
217
  default: "disabled"
222
218
  }
223
- }, to = { count: {
219
+ }, eo = { count: {
224
220
  type: [Boolean, String],
225
221
  default: !1,
226
222
  validator: (e) => [
@@ -229,38 +225,38 @@ var j = {
229
225
  "limit",
230
226
  "countdown"
231
227
  ].includes(e)
232
- } }, ao = { debounce: {
228
+ } }, to = { debounce: {
233
229
  type: [Number, String],
234
230
  default: void 0
235
- } }, oo = {
231
+ } }, ao = {
236
232
  icon: {
237
233
  type: [String, Object],
238
234
  default: void 0
239
235
  },
240
236
  iconPosition: {
241
237
  type: String,
242
- default: Le.before,
243
- validation: (e) => Object.values(Le).includes(e)
238
+ default: ke.before,
239
+ validation: (e) => Object.values(ke).includes(e)
244
240
  }
245
- }, Vt = { tabindex: {
241
+ }, Rt = { tabindex: {
246
242
  type: [String, Number],
247
243
  default: 0
248
- } }, no = { floating: {
244
+ } }, oo = { floating: {
249
245
  type: Boolean,
250
246
  default: !1
251
- } }, lo = { unselectable: {
247
+ } }, no = { unselectable: {
252
248
  type: Boolean,
253
249
  default: !0
254
- } }, Rt = { id: [String, Number] }, ro = {
250
+ } }, Bt = { id: [String, Number] }, lo = {
255
251
  placement: {
256
252
  type: String,
257
- default: L.bottom,
258
- validator: (e) => Object.values(L).includes(e) || Object.values(Fa).includes(e)
253
+ default: A.bottom,
254
+ validator: (e) => Object.values(A).includes(e) || Object.values(Fa).includes(e)
259
255
  },
260
256
  strategy: {
261
257
  type: String,
262
258
  default: void 0,
263
- validator: (e) => Object.values(Pt).includes(e)
259
+ validator: (e) => Object.values(Nt).includes(e)
264
260
  },
265
261
  transitionName: {
266
262
  type: String,
@@ -306,35 +302,35 @@ var j = {
306
302
  type: Boolean,
307
303
  default: !1
308
304
  }
309
- }, Bt = {
310
- ...Rt,
305
+ }, Ht = {
306
+ ...Bt,
311
307
  name: {
312
308
  type: String,
313
309
  required: !0
314
310
  }
315
- }, io = { autofocus: {
311
+ }, ro = { autofocus: {
316
312
  type: Boolean,
317
313
  default: !1
318
- } }, so = { autocomplete: {
314
+ } }, io = { autocomplete: {
319
315
  type: String,
320
316
  default: "off"
321
- } }, uo = {
322
- ...Bt,
317
+ } }, so = {
318
+ ...Ht,
319
+ ...ro,
323
320
  ...io,
324
- ...so,
325
- ...Vt,
326
- ...pe,
321
+ ...Rt,
322
+ ...he,
327
323
  ...it,
328
324
  ...nt,
329
325
  ...lt,
330
326
  ...st,
331
327
  ...rt,
332
- ...me,
328
+ ...ye,
329
+ ...eo,
333
330
  ...to,
334
331
  ...ao,
335
332
  ...oo,
336
- ...no,
337
- ...Ae,
333
+ ...Pe,
338
334
  minlength: {
339
335
  type: [String, Number],
340
336
  default: void 0
@@ -347,17 +343,17 @@ var j = {
347
343
  type: String,
348
344
  default: void 0
349
345
  },
350
- ...Mt
351
- }, tn = {
352
- ...Bt,
353
- ...Vt,
346
+ ...Vt
347
+ }, en = {
348
+ ...Ht,
349
+ ...Rt,
354
350
  ...nt,
355
351
  ...lt,
356
352
  ...st,
357
- ...pe,
353
+ ...he,
358
354
  ...it,
359
- ...me,
360
- ...Ae,
355
+ ...ye,
356
+ ...Pe,
361
357
  ...rt,
362
358
  value: {
363
359
  type: [
@@ -376,17 +372,17 @@ var j = {
376
372
  ],
377
373
  default: void 0
378
374
  }
379
- }, an = {
375
+ }, tn = {
380
376
  ...nt,
381
377
  ...lt,
382
- ...eo,
378
+ ...Qa,
383
379
  ...st,
384
- ...pe,
380
+ ...he,
385
381
  ...it,
386
- ...me,
387
- ...Ae,
382
+ ...ye,
383
+ ...Pe,
388
384
  ...rt,
389
- ...Mt,
385
+ ...Vt,
390
386
  modelValue: {
391
387
  type: [
392
388
  String,
@@ -405,17 +401,17 @@ var j = {
405
401
  type: Boolean,
406
402
  default: !1
407
403
  }
408
- }, on = {
409
- ...pe,
410
- ...Ae,
411
- ...Qa,
412
- ...Ja,
404
+ }, an = {
405
+ ...he,
406
+ ...Pe,
413
407
  ...Za,
414
- ...Xa,
408
+ ...qa,
409
+ ...Ja,
410
+ ...Ka,
415
411
  type: {
416
412
  type: String,
417
- default: _t.button,
418
- validator: (e) => Object.values(_t).includes(e)
413
+ default: Dt.button,
414
+ validator: (e) => Object.values(Dt).includes(e)
419
415
  },
420
416
  ariaLabel: {
421
417
  type: String,
@@ -425,17 +421,17 @@ var j = {
425
421
  type: String,
426
422
  default: ja.button
427
423
  }
428
- }, vo = {
424
+ }, uo = {
429
425
  storageType: {
430
426
  type: String,
431
- default: ie.local,
432
- validator: (e) => Object.values(ie).includes(e)
427
+ default: ve.local,
428
+ validator: (e) => Object.values(ve).includes(e)
433
429
  },
434
430
  storageKey: String
435
- }, co = {
436
- ...Rt,
437
- ...ro,
438
- ...me,
431
+ }, vo = {
432
+ ...Bt,
433
+ ...lo,
434
+ ...ye,
439
435
  modelValue: {
440
436
  type: Boolean,
441
437
  default: void 0
@@ -449,14 +445,14 @@ var j = {
449
445
  default: Qe.menu,
450
446
  validator: (e) => Object.values(Qe).includes(e)
451
447
  }
452
- }, fo = { focusOnHover: {
448
+ }, co = { focusOnHover: {
453
449
  type: Boolean,
454
450
  default: !1
455
- } }, po = {
456
- ...pe,
457
- ...qa,
458
- ...lo,
459
- ...me,
451
+ } }, fo = {
452
+ ...he,
453
+ ...Ga,
454
+ ...no,
455
+ ...ye,
460
456
  deselectHintLabel: { type: String },
461
457
  selectHintLabel: { type: String },
462
458
  selectedHintLabel: { type: String },
@@ -465,10 +461,10 @@ var j = {
465
461
  default: !1
466
462
  }
467
463
  };
468
- function Ht(e) {
464
+ function Ft(e) {
469
465
  return i(() => String(e?.value || ha()));
470
466
  }
471
- function mo({ reference: e, id: a, expanded: l, aria: t }) {
467
+ function po({ reference: e, id: a, expanded: l, aria: t }) {
472
468
  const n = Ca();
473
469
  return {
474
470
  bus: n,
@@ -484,25 +480,25 @@ function mo({ reference: e, id: a, expanded: l, aria: t }) {
484
480
  });
485
481
  },
486
482
  render() {
487
- return O(et, {}, this.$slots.default?.());
483
+ return L(et, {}, this.$slots.default?.());
488
484
  }
489
485
  })
490
486
  };
491
487
  }
492
- function bo({ role: e, ...a }) {
493
- const l = i(() => e.value === Qe.listbox ? Dt.option : Dt.presentation);
494
- return ot(xt, {
488
+ function mo({ role: e, ...a }) {
489
+ const l = i(() => e.value === Qe.listbox ? It.option : It.presentation);
490
+ return ot(Mt, {
495
491
  role: l,
496
492
  ...a
497
493
  }), { itemRole: l };
498
494
  }
499
- function go({ expanded: e }) {
500
- ot(Ga, {
501
- role: _(Ua.menuitem),
495
+ function bo({ expanded: e }) {
496
+ ot(Xa, {
497
+ role: D(Ua.menuitem),
502
498
  expanded: e
503
499
  });
504
500
  }
505
- function ke(e, a, l) {
501
+ function Ne(e, a, l) {
506
502
  return i(() => {
507
503
  const t = { [e]: !0 }, n = typeof a?.value == "string" ? a.value.split(" ") : a?.value;
508
504
  return n && Array.isArray(n) && n.forEach((u) => {
@@ -512,17 +508,17 @@ function ke(e, a, l) {
512
508
  }), t;
513
509
  });
514
510
  }
515
- var ho = [
511
+ var go = [
516
512
  "id",
517
513
  "tabindex",
518
514
  "role",
519
515
  "aria-labelledby"
520
- ], yo = {
516
+ ], ho = {
521
517
  name: "VvDropdown",
522
518
  inheritAttrs: !1
523
- }, So = /* @__PURE__ */ U({
524
- ...yo,
525
- props: co,
519
+ }, yo = /* @__PURE__ */ U({
520
+ ...ho,
521
+ props: vo,
526
522
  emits: [
527
523
  "update:modelValue",
528
524
  "beforeEnter",
@@ -541,172 +537,175 @@ var ho = [
541
537
  "leaveCancelled"
542
538
  ],
543
539
  setup(e, { expose: a, emit: l }) {
544
- const t = e, n = l, { id: u } = se(t), f = Ht(u), b = ga(), y = _("auto"), p = _("auto"), I = _(), v = _(), S = _(), R = _(), N = i({
540
+ const t = e, n = l, { id: u } = ce(t), f = Ft(u), b = ga(), h = D("auto"), p = D("auto"), I = D(), v = D(), y = D(), R = D(), x = i({
545
541
  get: () => t.reference ?? I.value,
546
542
  set: (s) => {
547
543
  I.value = s;
548
544
  }
549
- }), J = _(!1);
545
+ }), Q = D(!1);
550
546
  at(() => {
551
- Oa(v.value, () => {
552
- J.value = window.getComputedStyle(v.value).getPropertyValue("--dropdown-custom-position")?.trim() === "true";
547
+ La(v.value, () => {
548
+ Q.value = window.getComputedStyle(v.value).getPropertyValue("--dropdown-custom-position")?.trim() === "true";
553
549
  }, {
554
550
  attributeFilter: ["style"],
555
551
  window
556
552
  });
557
553
  });
558
- const Ne = i(() => {
554
+ function re(s, g, oe) {
555
+ return typeof s == "boolean" ? g() : oe(s);
556
+ }
557
+ const Me = i(() => {
559
558
  const s = [];
560
- if (t.autoPlacement ? typeof t.autoPlacement == "boolean" ? s.push(bt()) : s.push(bt(t.autoPlacement)) : t.flip && (typeof t.flip == "boolean" ? s.push(gt({ fallbackStrategy: "initialPlacement" })) : s.push(gt(t.flip))), t.shift && (typeof t.shift == "boolean" ? s.push(ht()) : s.push(ht(t.shift))), t.size) {
561
- const D = ({ availableWidth: Be, availableHeight: He }) => {
562
- y.value = `${Be}px`, p.value = `${He}px`;
559
+ if (t.autoPlacement ? s.push(re(t.autoPlacement, () => bt(), (g) => bt(g))) : t.flip && s.push(re(t.flip, () => gt({ fallbackStrategy: "initialPlacement" }), (g) => gt(g))), t.shift && s.push(re(t.shift, () => yt(), (g) => yt(g))), t.size) {
560
+ const g = ({ availableWidth: oe, availableHeight: Fe }) => {
561
+ h.value = `${oe}px`, p.value = `${Fe}px`;
563
562
  };
564
- typeof t.size == "boolean" ? s.push(yt({ apply: D })) : s.push(yt({
565
- ...t.size,
566
- apply: D
567
- }));
563
+ s.push(re(t.size, () => St({ apply: g }), (oe) => St({
564
+ ...oe,
565
+ apply: g
566
+ })));
568
567
  }
569
- return t.offset && (s.push(Xe(Number(t.offset))), ["string", "number"].includes(typeof t.offset) ? s.push(Xe(Number(t.offset))) : s.push(Xe(t.offset))), t.arrow && s.push(_a({ element: S })), s;
570
- }), { x: Pe, y: xe, middlewareData: oe, placement: be, strategy: Z } = Ia(N, v, {
571
- whileElementsMounted: (...s) => Da(...s, { animationFrame: t.strategy === Pt.fixed }),
568
+ return t.offset && s.push(["string", "number"].includes(typeof t.offset) ? ht(Number(t.offset)) : ht(t.offset)), t.arrow && s.push(_a({ element: y })), s;
569
+ }), { x: Ve, y: Re, middlewareData: ee, placement: te, strategy: Be } = Ia(x, v, {
570
+ whileElementsMounted: (...s) => Da(...s, { animationFrame: t.strategy === Nt.fixed }),
572
571
  placement: i(() => t.placement),
573
572
  strategy: i(() => t.strategy),
574
- middleware: Ne
575
- }), Me = i(() => {
576
- if (J.value) return;
577
- const s = t.triggerWidth && N.value ? `${N.value?.offsetWidth}px` : void 0;
573
+ middleware: Me
574
+ }), w = i(() => {
575
+ if (Q.value) return;
576
+ const s = t.triggerWidth && x.value ? `${x.value?.offsetWidth}px` : void 0;
578
577
  return {
579
- position: Z.value,
580
- top: `${xe.value ?? 0}px`,
581
- left: `${Pe.value ?? 0}px`,
582
- maxWidth: s ? void 0 : y.value,
578
+ position: Be.value,
579
+ top: `${Re.value ?? 0}px`,
580
+ left: `${Ve.value ?? 0}px`,
581
+ maxWidth: s ? void 0 : h.value,
583
582
  maxHeight: p.value,
584
583
  width: s
585
584
  };
586
- }), w = i(() => be.value.split("-")[0]), ge = i(() => {
587
- if (J.value) return;
585
+ }), Se = i(() => te.value.split("-")[0]), we = i(() => {
586
+ if (Q.value) return;
588
587
  const s = {
589
- [L.top]: L.bottom,
590
- [L.right]: L.left,
591
- [L.bottom]: L.top,
592
- [L.left]: L.right
593
- }[w.value];
588
+ [A.top]: A.bottom,
589
+ [A.right]: A.left,
590
+ [A.bottom]: A.top,
591
+ [A.left]: A.right
592
+ }[Se.value];
594
593
  return {
595
- left: oe.value.arrow?.x !== void 0 ? `${oe.value.arrow?.x}px` : void 0,
596
- top: oe.value.arrow?.y !== void 0 ? `${oe.value.arrow?.y}px` : void 0,
597
- [s]: `${-(S.value?.offsetWidth ?? 0) / 2}px`
594
+ left: ee.value.arrow?.x !== void 0 ? `${ee.value.arrow?.x}px` : void 0,
595
+ top: ee.value.arrow?.y !== void 0 ? `${ee.value.arrow?.y}px` : void 0,
596
+ [s]: `${-(y.value?.offsetWidth ?? 0) / 2}px`
598
597
  };
599
- }), ne = La(t, "modelValue", n), le = _(!1), g = i({
600
- get: () => ne.value ?? le.value,
598
+ }), ae = Aa(t, "modelValue", n), ie = D(!1), S = i({
599
+ get: () => ae.value ?? ie.value,
601
600
  set: (s) => {
602
- if (ne.value === void 0) {
603
- le.value = s;
601
+ if (ae.value === void 0) {
602
+ ie.value = s;
604
603
  return;
605
604
  }
606
- ne.value = s;
605
+ ae.value = s;
607
606
  }
608
607
  });
609
- function Q() {
610
- g.value = !0;
611
- }
612
608
  function c() {
613
- g.value = !1;
609
+ S.value = !0;
614
610
  }
615
611
  function Y() {
616
- g.value = !g.value;
612
+ S.value = !1;
613
+ }
614
+ function W() {
615
+ S.value = !S.value;
617
616
  }
618
- function ue(s) {
619
- N.value = s;
617
+ function Ee(s) {
618
+ x.value = s;
620
619
  }
621
- Ta(v, () => {
622
- !t.keepOpen && g.value && (g.value = !1);
623
- }, { ignore: [N] });
624
- const Ve = i(() => N.value?.getAttribute?.("id") ?? void 0), he = i(() => ({
620
+ $a(v, () => {
621
+ !t.keepOpen && S.value && (S.value = !1);
622
+ }, { ignore: [x] });
623
+ const He = i(() => x.value?.getAttribute?.("id") ?? void 0), fe = i(() => ({
625
624
  "aria-controls": f.value,
626
625
  "aria-haspopup": !0,
627
- "aria-expanded": g.value
628
- })), { component: ye, bus: B } = mo({
629
- reference: N,
626
+ "aria-expanded": S.value
627
+ })), { component: B, bus: J } = po({
628
+ reference: x,
630
629
  id: f,
631
- expanded: g,
632
- aria: he
630
+ expanded: S,
631
+ aria: fe
633
632
  });
634
- B.on("click", Y);
635
- const { role: W, modifiers: Re } = se(t), Se = ke("vv-dropdown", Re, i(() => ({ arrow: t.arrow }))), { focused: h } = kt(v);
636
- function ee(s) {
637
- return s ? [...s.querySelectorAll('a[href], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])')].filter((D) => !D.hasAttribute("disabled") && !D.getAttribute("aria-hidden")) : [];
633
+ J.on("click", W);
634
+ const { role: _e, modifiers: De } = ce(t), E = Ne("vv-dropdown", De, i(() => ({ arrow: t.arrow }))), { focused: X } = xt(v);
635
+ function C(s) {
636
+ return s ? [...s.querySelectorAll('a[href], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])')].filter((g) => !g.hasAttribute("disabled") && !g.getAttribute("aria-hidden")) : [];
638
637
  }
639
- function P() {
640
- De(() => {
641
- const s = ee(v.value);
638
+ function pe() {
639
+ Te(() => {
640
+ const s = C(v.value);
642
641
  s.length > 0 && s[0].focus({ preventScroll: !0 });
643
642
  });
644
643
  }
645
- function we() {
646
- De(() => {
647
- const s = ee(R.value);
644
+ function P() {
645
+ Te(() => {
646
+ const s = C(R.value);
648
647
  s.length > 0 && s[0].focus({ preventScroll: !0 });
649
648
  });
650
649
  }
651
- function C() {
652
- De(() => {
653
- if (h.value) {
654
- const s = ee(v.value);
650
+ function me() {
651
+ Te(() => {
652
+ if (X.value) {
653
+ const s = C(v.value);
655
654
  if (s.length === 0 || !document.activeElement) return;
656
- const D = s.indexOf(document.activeElement);
657
- D < s.length - 1 ? s[D + 1].focus({ preventScroll: !0 }) : s[0].focus({ preventScroll: !0 });
655
+ const g = s.indexOf(document.activeElement);
656
+ g < s.length - 1 ? s[g + 1].focus({ preventScroll: !0 }) : s[0].focus({ preventScroll: !0 });
658
657
  }
659
658
  });
660
659
  }
661
- function de() {
662
- De(() => {
663
- if (h.value) {
664
- const s = ee(v.value);
660
+ function se() {
661
+ Te(() => {
662
+ if (X.value) {
663
+ const s = C(v.value);
665
664
  if (s.length === 0 || !document.activeElement) return;
666
- const D = s.indexOf(document.activeElement);
667
- if (D > 0) {
668
- s[D - 1].focus({ preventScroll: !0 });
665
+ const g = s.indexOf(document.activeElement);
666
+ if (g > 0) {
667
+ s[g - 1].focus({ preventScroll: !0 });
669
668
  return;
670
669
  }
671
670
  s.at(-1)?.focus({ preventScroll: !0 });
672
671
  }
673
672
  });
674
673
  }
675
- F(g, (s) => {
676
- s && t.autofocusFirst && P();
674
+ F(S, (s) => {
675
+ s && t.autofocusFirst && pe();
677
676
  }), a({
678
- toggle: Y,
679
- show: Q,
680
- hide: c,
681
- init: ue,
682
- focusFirst: P,
683
- focusFirstListElement: we,
684
- focusNext: C,
685
- focusPrev: de,
686
- customPosition: J
677
+ toggle: W,
678
+ show: c,
679
+ hide: Y,
680
+ init: Ee,
681
+ focusFirst: pe,
682
+ focusFirstListElement: P,
683
+ focusNext: me,
684
+ focusPrev: se,
685
+ customPosition: Q
687
686
  });
688
- const { itemRole: ve } = bo({
689
- role: W,
690
- expanded: g,
691
- focused: h,
692
- hovered: Ct(v)
687
+ const { itemRole: be } = mo({
688
+ role: _e,
689
+ expanded: S,
690
+ focused: X,
691
+ hovered: Ot(v)
693
692
  });
694
- Ie("Escape", (s) => {
695
- g.value && (s.preventDefault(), c());
696
- }), Ie("ArrowDown", (s) => {
697
- g.value && h.value && (s.preventDefault(), C());
698
- }), Ie("ArrowUp", (s) => {
699
- g.value && h.value && (s.preventDefault(), de());
700
- }), Ie([" ", "Enter"], (s) => {
701
- const D = s.target;
702
- g.value && h.value && D && D?.click();
693
+ Le("Escape", (s) => {
694
+ S.value && (s.preventDefault(), Y());
695
+ }), Le("ArrowDown", (s) => {
696
+ S.value && X.value && (s.preventDefault(), me());
697
+ }), Le("ArrowUp", (s) => {
698
+ S.value && X.value && (s.preventDefault(), se());
699
+ }), Le([" ", "Enter"], (s) => {
700
+ const g = s.target;
701
+ S.value && X.value && g && g?.click();
703
702
  });
704
- const ce = {
703
+ const ue = {
705
704
  "before-enter": () => {
706
- n(g.value ? "beforeExpand" : "beforeCollapse"), n("beforeEnter");
705
+ n(S.value ? "beforeExpand" : "beforeCollapse"), n("beforeEnter");
707
706
  },
708
707
  "after-leave": () => {
709
- n(g.value ? "afterExpand" : "afterCollapse"), n("afterLeave");
708
+ n(S.value ? "afterExpand" : "afterCollapse"), n("afterLeave");
710
709
  },
711
710
  enter: () => {
712
711
  n("enter");
@@ -727,104 +726,104 @@ var ho = [
727
726
  n("leaveCancelled");
728
727
  }
729
728
  };
730
- return (s, D) => (E(), M(et, null, [Oe(r(ye), null, {
731
- default: K(() => [$(s.$slots, "default", k(A({
732
- init: ue,
733
- show: Q,
734
- hide: c,
735
- toggle: Y,
736
- expanded: r(g),
737
- aria: r(he)
729
+ return (s, g) => (_(), M(et, null, [Oe(r(B), null, {
730
+ default: K(() => [T(s.$slots, "default", k(O({
731
+ init: Ee,
732
+ show: c,
733
+ hide: Y,
734
+ toggle: W,
735
+ expanded: r(S),
736
+ aria: r(fe)
738
737
  })))]),
739
738
  _: 3
740
- }), Oe(ca, z({ name: s.transitionName }, ba(ce), { persisted: "" }), {
741
- default: K(() => [wa(ae("div", {
739
+ }), Oe(ca, G({ name: s.transitionName }, ba(ue), { persisted: "" }), {
740
+ default: K(() => [wa(le("div", {
742
741
  ref_key: "floatingEl",
743
742
  ref: v,
744
- style: mt(r(Me)),
745
- class: tt(r(Se))
743
+ style: mt(r(w)),
744
+ class: tt(r(E))
746
745
  }, [
747
- t.arrow ? (E(), M("div", {
746
+ t.arrow ? (_(), M("div", {
748
747
  key: 0,
749
748
  ref_key: "arrowEl",
750
- ref: S,
751
- style: mt(r(ge)),
749
+ ref: y,
750
+ style: mt(r(we)),
752
751
  class: "vv-dropdown__arrow"
753
- }, null, 4)) : x("v-if", !0),
754
- $(s.$slots, "before", k(A({
755
- show: Q,
756
- hide: c,
757
- toggle: Y,
758
- expanded: r(g)
752
+ }, null, 4)) : N("v-if", !0),
753
+ T(s.$slots, "before", k(O({
754
+ show: c,
755
+ hide: Y,
756
+ toggle: W,
757
+ expanded: r(S)
759
758
  }))),
760
- ae("div", z(r(b), {
759
+ le("div", G(r(b), {
761
760
  id: r(f),
762
761
  ref_key: "listEl",
763
762
  ref: R,
764
- tabindex: r(g) ? void 0 : -1,
765
- role: r(W),
766
- "aria-labelledby": r(Ve),
763
+ tabindex: r(S) ? void 0 : -1,
764
+ role: r(_e),
765
+ "aria-labelledby": r(He),
767
766
  class: "vv-dropdown__list"
768
- }), [$(s.$slots, "items", k(A({
769
- show: Q,
770
- hide: c,
771
- toggle: Y,
772
- expanded: r(g),
773
- role: r(ve)
774
- })))], 16, ho),
775
- $(s.$slots, "after", k(A({
776
- show: Q,
777
- hide: c,
778
- toggle: Y,
779
- expanded: r(g)
767
+ }), [T(s.$slots, "items", k(O({
768
+ show: c,
769
+ hide: Y,
770
+ toggle: W,
771
+ expanded: r(S),
772
+ role: r(be)
773
+ })))], 16, go),
774
+ T(s.$slots, "after", k(O({
775
+ show: c,
776
+ hide: Y,
777
+ toggle: W,
778
+ expanded: r(S)
780
779
  })))
781
- ], 6), [[Sa, r(g)]])]),
780
+ ], 6), [[Sa, r(S)]])]),
782
781
  _: 3
783
782
  }, 16, ["name"])], 64));
784
783
  }
785
- }), wo = So;
786
- function Eo() {
787
- return Ot(xt, {});
784
+ }), So = yo;
785
+ function wo() {
786
+ return At(Mt, {});
788
787
  }
789
- var _o = { name: "VvDropdownItem" }, Do = /* @__PURE__ */ U({
790
- ..._o,
791
- props: fo,
788
+ var Eo = { name: "VvDropdownItem" }, _o = /* @__PURE__ */ U({
789
+ ...Eo,
790
+ props: co,
792
791
  setup(e) {
793
- const a = e, { role: l, expanded: t } = Eo(), n = _(null);
794
- go({ expanded: t });
795
- const u = Ct(n), { focused: f } = At(n), { focused: b } = kt(n);
796
- return F(u, (y) => {
797
- y && a.focusOnHover && (f.value = !0);
798
- }), (y, p) => (E(), M("div", z({ role: r(l) }, {
792
+ const a = e, { role: l, expanded: t } = wo(), n = D(null);
793
+ bo({ expanded: t });
794
+ const u = Ot(n), { focused: f } = kt(n), { focused: b } = xt(n);
795
+ return F(u, (h) => {
796
+ h && a.focusOnHover && (f.value = !0);
797
+ }), (h, p) => (_(), M("div", G({ role: r(l) }, {
799
798
  ref_key: "element",
800
799
  ref: n,
801
800
  class: ["vv-dropdown__item", { "focus-visible": r(f) || r(b) }]
802
- }), [$(y.$slots, "default")], 16));
801
+ }), [T(h.$slots, "default")], 16));
803
802
  }
804
- }), Io = Do, To = ["title"], $o = { name: "VvDropdownOption" }, Oo = /* @__PURE__ */ U({
803
+ }), Do = _o, Io = ["title"], $o = { name: "VvDropdownOption" }, To = /* @__PURE__ */ U({
805
804
  ...$o,
806
- props: po,
805
+ props: fo,
807
806
  setup(e) {
808
- const a = e, { modifiers: l } = se(a), t = ke("vv-dropdown-option", l, i(() => ({
807
+ const a = e, { modifiers: l } = ce(a), t = Ne("vv-dropdown-option", l, i(() => ({
809
808
  disabled: a.disabled,
810
809
  selected: a.selected,
811
810
  unselectable: a.unselectable && a.selected
812
811
  }))), n = i(() => a.selected ? a.unselectable ? a.deselectHintLabel : a.selectedHintLabel : a.disabled ? "" : a.selectHintLabel);
813
- return (u, f) => (E(), G(Io, {
812
+ return (u, f) => (_(), z(Do, {
814
813
  class: tt(r(t)),
815
814
  tabindex: u.disabled ? -1 : 0,
816
815
  "aria-selected": u.selected,
817
816
  "aria-disabled": u.disabled,
818
817
  "focus-on-hover": u.focusOnHover
819
818
  }, {
820
- default: K(() => [$(u.$slots, "default"), ae("span", {
819
+ default: K(() => [T(u.$slots, "default"), le("span", {
821
820
  class: "vv-dropdown-option__hint",
822
821
  title: r(n)
823
- }, [$(u.$slots, "hint", k(A({
822
+ }, [T(u.$slots, "hint", k(O({
824
823
  disabled: u.disabled,
825
824
  selected: u.selected,
826
825
  unselectable: u.unselectable
827
- })), () => [$e(fe(r(n)), 1)])], 8, To)]),
826
+ })), () => [Ce(ge(r(n)), 1)])], 8, Io)]),
828
827
  _: 3
829
828
  }, 8, [
830
829
  "class",
@@ -834,12 +833,12 @@ var _o = { name: "VvDropdownItem" }, Do = /* @__PURE__ */ U({
834
833
  "focus-on-hover"
835
834
  ]));
836
835
  }
837
- }), Lo = Oo;
836
+ }), Lo = To;
838
837
  function ut() {
839
- return Ot(Ya, void 0);
838
+ return At(Ya, void 0);
840
839
  }
841
- var Co = { name: "VvIcon" }, Ao = /* @__PURE__ */ U({
842
- ...Co,
840
+ var Ao = { name: "VvIcon" }, Co = /* @__PURE__ */ U({
841
+ ...Ao,
843
842
  props: /* @__PURE__ */ pa({
844
843
  name: {},
845
844
  color: {},
@@ -859,29 +858,29 @@ var Co = { name: "VvIcon" }, Ao = /* @__PURE__ */ U({
859
858
  modifiers: {}
860
859
  }, za),
861
860
  setup(e) {
862
- const a = e, l = i(() => typeof a.rotate == "string" ? Number.parseFloat(a.rotate) : a.rotate), t = _(!0), n = ut(), { modifiers: u } = se(a), f = ke("vv-icon", u), b = i(() => a.provider || n?.iconsProvider), y = i(() => {
863
- const v = a.name ?? "", S = `@${b.value}:${a.prefix}:${v}`;
864
- if (qe(S)) return S;
865
- const R = n?.iconsCollections.find((N) => qe(`@${b.value}:${N.prefix}:${v}`));
861
+ const a = e, l = i(() => typeof a.rotate == "string" ? Number.parseFloat(a.rotate) : a.rotate), t = D(!0), n = ut(), { modifiers: u } = ce(a), f = Ne("vv-icon", u), b = i(() => a.provider || n?.iconsProvider), h = i(() => {
862
+ const v = a.name ?? "", y = `@${b.value}:${a.prefix}:${v}`;
863
+ if (qe(y)) return y;
864
+ const R = n?.iconsCollections.find((x) => qe(`@${b.value}:${x.prefix}:${v}`));
866
865
  return R ? `@${b.value}:${R.prefix}:${v}` : v;
867
866
  });
868
867
  function p(v) {
869
- const S = typeof window < "u" ? new window.DOMParser() : null;
870
- return S ? S.parseFromString(v, "text/html").querySelector("svg") : null;
868
+ const y = typeof window < "u" ? new window.DOMParser() : null;
869
+ return y ? y.parseFromString(v, "text/html").querySelector("svg") : null;
871
870
  }
872
871
  function I(v) {
873
- const S = p(v), R = S?.innerHTML.trim() || "";
874
- S && R && ka(`@${b.value}:${a.prefix}:${a.name}`, {
872
+ const y = p(v), R = y?.innerHTML.trim() || "";
873
+ y && R && ka(`@${b.value}:${a.prefix}:${a.name}`, {
875
874
  body: R,
876
- height: S.viewBox.baseVal.height,
877
- width: S.viewBox.baseVal.width
875
+ height: y.viewBox.baseVal.height,
876
+ width: y.viewBox.baseVal.width
878
877
  });
879
878
  }
880
879
  return n && a.src && !qe(`@${b.value}:${a.prefix}:${a.name}`) && (t.value = !1, n.fetchIcon(a.src).then((v) => {
881
880
  v && I(v), t.value = !0;
882
881
  }).catch((v) => {
883
882
  throw t.value = !0, new Error(`Error during fetch icon: ${v?.message}`);
884
- })), a.svg && I(a.svg), (v, S) => r(t) ? (E(), G(r(Aa), z({
883
+ })), a.svg && I(a.svg), (v, y) => r(t) ? (_(), z(r(Oa), G({
885
884
  key: 0,
886
885
  class: r(f)
887
886
  }, {
@@ -893,10 +892,10 @@ var Co = { name: "VvIcon" }, Ao = /* @__PURE__ */ U({
893
892
  flip: e.flip,
894
893
  rotate: r(l),
895
894
  color: e.color,
896
- icon: r(y)
897
- }, { onLoad: e.onLoad }), null, 16, ["class", "onLoad"])) : x("v-if", !0);
895
+ icon: r(h)
896
+ }, { onLoad: e.onLoad }), null, 16, ["class", "onLoad"])) : N("v-if", !0);
898
897
  }
899
- }), X = Ao, d = {
898
+ }), q = Co, d = {
900
899
  TEXT: "text",
901
900
  PASSWORD: "password",
902
901
  NUMBER: "number",
@@ -910,7 +909,7 @@ var Co = { name: "VvIcon" }, Ao = /* @__PURE__ */ U({
910
909
  DATETIME_LOCAL: "datetime-local",
911
910
  MONTH: "month",
912
911
  WEEK: "week"
913
- }, ko = [
912
+ }, Oo = [
914
913
  "update:modelValue",
915
914
  "update:masked",
916
915
  "accept",
@@ -929,9 +928,9 @@ var Co = { name: "VvIcon" }, Ao = /* @__PURE__ */ U({
929
928
  "keydown",
930
929
  "keypress",
931
930
  "clear"
932
- ], It = {
931
+ ], $t = {
932
+ ...so,
933
933
  ...uo,
934
- ...vo,
935
934
  modelValue: [
936
935
  String,
937
936
  Number,
@@ -1032,20 +1031,20 @@ var Co = { name: "VvIcon" }, Ao = /* @__PURE__ */ U({
1032
1031
  default: "text"
1033
1032
  }
1034
1033
  };
1035
- function Ce(e, a) {
1036
- const l = i(() => typeof e?.value == "string" ? { name: e?.value } : e?.value), t = i(() => a?.value === Le.before ? l.value : void 0), n = i(() => a?.value === Le.after ? l.value : void 0);
1034
+ function xe(e, a) {
1035
+ const l = i(() => typeof e?.value == "string" ? { name: e?.value } : e?.value), t = i(() => a?.value === ke.before ? l.value : void 0), n = i(() => a?.value === ke.after ? l.value : void 0);
1037
1036
  return {
1038
1037
  hasIcon: l,
1039
- hasIconLeft: i(() => a?.value === L.left ? l.value : void 0),
1040
- hasIconRight: i(() => a?.value === L.right ? l.value : void 0),
1041
- hasIconTop: i(() => a?.value === L.top ? l.value : void 0),
1042
- hasIconBottom: i(() => a?.value === L.bottom ? l.value : void 0),
1038
+ hasIconLeft: i(() => a?.value === A.left ? l.value : void 0),
1039
+ hasIconRight: i(() => a?.value === A.right ? l.value : void 0),
1040
+ hasIconTop: i(() => a?.value === A.top ? l.value : void 0),
1041
+ hasIconBottom: i(() => a?.value === A.bottom ? l.value : void 0),
1043
1042
  hasIconBefore: t,
1044
1043
  hasIconAfter: n
1045
1044
  };
1046
1045
  }
1047
1046
  var Tt = U({
1048
- components: { VvIcon: X },
1047
+ components: { VvIcon: q },
1049
1048
  props: {
1050
1049
  inputType: {
1051
1050
  type: String,
@@ -1066,7 +1065,7 @@ var Tt = U({
1066
1065
  },
1067
1066
  emits: ["clear"],
1068
1067
  setup(e, { emit: a }) {
1069
- const { hasIcon: l } = Ce(i(() => e.icon));
1068
+ const { hasIcon: l } = xe(i(() => e.icon));
1070
1069
  function t(n) {
1071
1070
  n?.stopPropagation(), e.disabled || a("clear");
1072
1071
  }
@@ -1076,11 +1075,11 @@ var Tt = U({
1076
1075
  };
1077
1076
  },
1078
1077
  render() {
1079
- const e = this.hasIcon ? O(X, {
1078
+ const e = this.hasIcon ? L(q, {
1080
1079
  ...this.hasIcon,
1081
1080
  class: `vv-${this.inputType}__icon`
1082
1081
  }) : void 0;
1083
- return O("button", {
1082
+ return L("button", {
1084
1083
  disabled: this.disabled,
1085
1084
  class: `vv-${this.inputType}__action`,
1086
1085
  ariaLabel: this.label,
@@ -1088,8 +1087,8 @@ var Tt = U({
1088
1087
  onClick: this.onClick
1089
1088
  }, e);
1090
1089
  }
1091
- }), $t = U({
1092
- components: { VvIcon: X },
1090
+ }), Lt = U({
1091
+ components: { VvIcon: q },
1093
1092
  props: {
1094
1093
  inputType: {
1095
1094
  type: String,
@@ -1118,7 +1117,7 @@ var Tt = U({
1118
1117
  },
1119
1118
  emits: ["toggle-password"],
1120
1119
  setup(e, { emit: a }) {
1121
- const l = _(!1), t = i(() => l.value ? e.iconHide : e.iconShow), { hasIcon: n } = Ce(t);
1120
+ const l = D(!1), t = i(() => l.value ? e.iconHide : e.iconShow), { hasIcon: n } = xe(t);
1122
1121
  function u(f) {
1123
1122
  f?.stopPropagation(), e.disabled || (l.value = !l.value, a("toggle-password", l.value));
1124
1123
  }
@@ -1130,11 +1129,11 @@ var Tt = U({
1130
1129
  };
1131
1130
  },
1132
1131
  render() {
1133
- const e = this.hasIcon ? O(X, {
1132
+ const e = this.hasIcon ? L(q, {
1134
1133
  ...this.hasIcon,
1135
1134
  class: `vv-${this.inputType}__icon`
1136
1135
  }) : void 0;
1137
- return O("button", {
1136
+ return L("button", {
1138
1137
  disabled: this.disabled,
1139
1138
  class: `vv-${this.inputType}__action`,
1140
1139
  ariaLabel: this.active ? this.labelHide : this.labelShow,
@@ -1143,7 +1142,7 @@ var Tt = U({
1143
1142
  }, e);
1144
1143
  }
1145
1144
  }), Je = U({
1146
- components: { VvIcon: X },
1145
+ components: { VvIcon: q },
1147
1146
  props: {
1148
1147
  inputType: {
1149
1148
  type: String,
@@ -1171,7 +1170,7 @@ var Tt = U({
1171
1170
  };
1172
1171
  },
1173
1172
  render() {
1174
- return O("button", {
1173
+ return L("button", {
1175
1174
  class: [
1176
1175
  `vv-${this.inputType}__action`,
1177
1176
  `vv-${this.inputType}__action-chevron`,
@@ -1188,8 +1187,8 @@ function Ze(e, a, l) {
1188
1187
  return {
1189
1188
  name: "VvInputTextActions",
1190
1189
  components: {
1191
- VvIcon: X,
1192
- VvInputPasswordAction: $t,
1190
+ VvIcon: q,
1191
+ VvInputPasswordAction: Lt,
1193
1192
  VvInputStepAction: Je,
1194
1193
  VvInputClearAction: Tt
1195
1194
  },
@@ -1211,7 +1210,7 @@ function Ze(e, a, l) {
1211
1210
  switch (e) {
1212
1211
  case d.SEARCH: {
1213
1212
  const { onClear: n } = this.$attrs;
1214
- t = [O(Tt, {
1213
+ t = [L(Tt, {
1215
1214
  disabled: this.isDisabled || !this.isDirty,
1216
1215
  label: this.labelClear,
1217
1216
  onClear: n
@@ -1220,7 +1219,7 @@ function Ze(e, a, l) {
1220
1219
  }
1221
1220
  case d.PASSWORD: {
1222
1221
  const { onTogglePassword: n } = this.$attrs;
1223
- t = [O($t, {
1222
+ t = [L(Lt, {
1224
1223
  disabled: this.isDisabled,
1225
1224
  onTogglePassword: n,
1226
1225
  labelShow: this.labelShowPassword,
@@ -1232,13 +1231,13 @@ function Ze(e, a, l) {
1232
1231
  }
1233
1232
  case d.NUMBER: {
1234
1233
  const { onStepUp: n, onStepDown: u } = this.$attrs;
1235
- t = [O(Je, {
1234
+ t = [L(Je, {
1236
1235
  mode: "up",
1237
1236
  disabled: this.isDisabled || a.max !== void 0 && a.modelValue === a.max,
1238
1237
  label: this.labelStepUp,
1239
1238
  onStepUp: n,
1240
1239
  onStepDown: u
1241
- }), O(Je, {
1240
+ }), L(Je, {
1242
1241
  mode: "down",
1243
1242
  disabled: this.isDisabled || a.min !== void 0 && a.modelValue === a.min,
1244
1243
  label: this.labelStepDown,
@@ -1248,11 +1247,11 @@ function Ze(e, a, l) {
1248
1247
  break;
1249
1248
  }
1250
1249
  }
1251
- return Array.isArray(t) ? O("div", { class: "vv-input-text__actions-group" }, t) : t;
1250
+ return Array.isArray(t) ? L("div", { class: "vv-input-text__actions-group" }, t) : t;
1252
1251
  }
1253
1252
  };
1254
1253
  }
1255
- function No(e, a, l) {
1254
+ function ko(e, a, l) {
1256
1255
  const t = ut(), n = i(() => {
1257
1256
  if (!(!t || !t.defaults.value?.[e]))
1258
1257
  return t.defaults.value[e];
@@ -1260,27 +1259,27 @@ function No(e, a, l) {
1260
1259
  return i(() => {
1261
1260
  if (n.value === void 0) return l;
1262
1261
  const u = n.value, f = a, b = l;
1263
- return Object.keys(f).reduce((y, p) => {
1262
+ return Object.keys(f).reduce((h, p) => {
1264
1263
  const I = b[p];
1265
- if (y[p] = I, p in u) {
1264
+ if (h[p] = I, p in u) {
1266
1265
  if (Array.isArray(f[p])) {
1267
1266
  const v = f[p];
1268
- v.length && v[0] === I && (y[p] = u[p]);
1267
+ v.length && v[0] === I && (h[p] = u[p]);
1269
1268
  }
1270
1269
  if (typeof f[p] == "function") {
1271
1270
  const v = f[p];
1272
- v() === I && (y[p] = u[p]);
1271
+ v() === I && (h[p] = u[p]);
1273
1272
  }
1274
1273
  if (typeof f[p] == "object") {
1275
1274
  let v = f[p].default;
1276
- typeof v == "function" && (v = v()), typeof v == "object" ? JSON.stringify(v) === JSON.stringify(I) && (y[p] = u[p]) : v === I && (y[p] = u[p]);
1275
+ typeof v == "function" && (v = v()), typeof v == "object" ? JSON.stringify(v) === JSON.stringify(I) && (h[p] = u[p]) : v === I && (h[p] = u[p]);
1277
1276
  }
1278
1277
  }
1279
- return y;
1278
+ return h;
1280
1279
  }, {});
1281
1280
  });
1282
1281
  }
1283
- function Po(e, a, l = 0, { getter: t = (u) => u, setter: n = (u) => u } = {}) {
1282
+ function xo(e, a, l = 0, { getter: t = (u) => u, setter: n = (u) => u } = {}) {
1284
1283
  let u;
1285
1284
  return typeof l == "string" && (l = Number.parseInt(l)), i({
1286
1285
  get: () => t(e?.value),
@@ -1291,39 +1290,39 @@ function Po(e, a, l = 0, { getter: t = (u) => u, setter: n = (u) => u } = {}) {
1291
1290
  }
1292
1291
  });
1293
1292
  }
1294
- function xo(e, a) {
1295
- const { focused: l } = At(e);
1293
+ function Po(e, a) {
1294
+ const { focused: l } = kt(e);
1296
1295
  return F(l, (t) => {
1297
1296
  a(t ? "focus" : "blur", r(e));
1298
1297
  }), { focused: l };
1299
1298
  }
1300
- function Mo(e, a) {
1301
- const l = i(() => (r(e) ?? "").length), t = i(() => a?.lowerLimit !== void 0 && l.value < a?.lowerLimit ? l.value - a.lowerLimit : a?.upperLimit !== void 0 && l.value < a?.upperLimit ? a.upperLimit - l.value : 0);
1299
+ function No(e, a) {
1300
+ const l = i(() => (r(e) ?? "").length), t = i(() => a?.lowerLimit !== void 0 && l.value < a?.lowerLimit ? l.value - a.lowerLimit : a?.upperLimit !== void 0 ? a.upperLimit - l.value : 0);
1302
1301
  return {
1303
1302
  length: l,
1304
1303
  gap: t,
1305
- formatted: i(() => a?.mode === !1 ? "" : a?.mode === "limit" && a?.upperLimit ? `${l.value} / ${a.lowerLimit ? `${a.lowerLimit}-` : ""}${a.upperLimit}` : a?.mode === "countdown" ? t.value === 0 ? void 0 : t : l.value)
1304
+ formatted: i(() => a?.mode === !1 ? "" : a?.mode === "limit" && a?.upperLimit ? `${l.value} / ${a.lowerLimit ? `${a.lowerLimit}-` : ""}${a.upperLimit}` : a?.mode === "countdown" ? t.value === 0 ? void 0 : t.value : l.value)
1306
1305
  };
1307
1306
  }
1308
- function Vo(e, a = ie.local, l) {
1309
- const t = _();
1307
+ function Mo(e, a = ve.local, l) {
1308
+ const t = D();
1310
1309
  l && (t.value = l);
1311
1310
  let n;
1312
1311
  return at(() => {
1313
1312
  e && F(e, (u, f) => {
1314
- const b = r(a) === ie.session ? sessionStorage : localStorage;
1313
+ const b = r(a) === ve.session ? sessionStorage : localStorage;
1315
1314
  if (f && f !== u && b.removeItem(f), u) {
1316
- n = St(u, n?.value ?? t.value, b), n.value && (t.value = n.value);
1315
+ n = wt(u, n?.value ?? t.value, b), n.value && (t.value = n.value);
1317
1316
  return;
1318
1317
  }
1319
1318
  n = void 0;
1320
- }, { immediate: !0 }), Lt(a) && F(a, (u, f) => {
1319
+ }, { immediate: !0 }), Ct(a) && F(a, (u, f) => {
1321
1320
  if (e?.value) {
1322
1321
  if (u) {
1323
- const b = u === ie.session ? sessionStorage : localStorage;
1324
- n = St(e.value, n?.value ?? t.value, b);
1322
+ const b = u === ve.session ? sessionStorage : localStorage;
1323
+ n = wt(e.value, n?.value ?? t.value, b);
1325
1324
  }
1326
- f && f !== u && (f === ie.session ? sessionStorage : localStorage).removeItem(e.value);
1325
+ f && f !== u && (f === ve.session ? sessionStorage : localStorage).removeItem(e.value);
1327
1326
  }
1328
1327
  });
1329
1328
  }), F(t, (u) => {
@@ -1333,28 +1332,28 @@ function Vo(e, a = ie.local, l) {
1333
1332
  immediate: !0
1334
1333
  }), t;
1335
1334
  }
1336
- var Ro = ["for"], Bo = {
1335
+ var Vo = ["for"], Ro = {
1337
1336
  key: 0,
1338
1337
  class: "vv-input-text__input-before"
1339
- }, Ho = ["id"], Fo = {
1338
+ }, Bo = ["id"], Ho = {
1340
1339
  key: 1,
1341
1340
  class: "vv-input-text__unit"
1342
- }, jo = {
1341
+ }, Fo = {
1343
1342
  key: 5,
1344
1343
  class: "vv-input-text__input-after"
1345
- }, Uo = {
1344
+ }, jo = {
1346
1345
  key: 6,
1347
1346
  class: "vv-input-text__limit"
1348
- }, Yo = { class: "flex-1" }, Wo = ["title", "onClick"], Go = { name: "VvInputText" }, Ko = /* @__PURE__ */ U({
1349
- ...Go,
1350
- props: It,
1351
- emits: ko,
1347
+ }, Uo = { class: "flex-1" }, Yo = ["title", "onClick"], Wo = { name: "VvInputText" }, Xo = /* @__PURE__ */ U({
1348
+ ...Wo,
1349
+ props: $t,
1350
+ emits: Oo,
1352
1351
  setup(e, { expose: a, emit: l }) {
1353
- const t = e, n = l, u = ya(), f = ut(), b = No("VvInputText", It, t), { count: y, debounce: p, icon: I, iconPosition: v, iconRemoveSuggestion: S, id: R, invalid: N, label: J, labelRemoveSuggestion: Ne, loading: Pe, maxlength: xe, minlength: oe, modelValue: be, step: Z, storageType: Me, type: w, unit: ge, valid: ne } = se(t), le = Ht(R), g = i(() => `${le.value}-hint`), Q = i(() => t.floating && Te(t.placeholder) ? " " : t.placeholder), c = Po(be, n, p?.value ?? 0), Y = i(() => {
1354
- const o = typeof Z.value == "number" ? Z.value : Number.parseInt(Z.value);
1352
+ const t = e, n = l, u = ya(), f = ut(), b = ko("VvInputText", $t, t), { count: h, debounce: p, icon: I, iconPosition: v, iconRemoveSuggestion: y, id: R, invalid: x, label: Q, labelRemoveSuggestion: re, loading: Me, maxlength: Ve, minlength: Re, modelValue: ee, step: te, storageType: Be, type: w, unit: Se, valid: we } = ce(t), ae = Ft(R), ie = i(() => `${ae.value}-hint`), S = i(() => t.floating && Ae(t.placeholder) ? " " : t.placeholder), c = xo(ee, n, p?.value ?? 0), Y = i(() => {
1353
+ const o = typeof te.value == "number" ? te.value : Number.parseInt(te.value);
1355
1354
  return Number.isNaN(o) ? !1 : o % 60 !== 0;
1356
- }), ue = /^-0?[.,]?[0*]?$/, Ve = /./, he = /^-$|^$/, ye = _(!1), B = _(), W = _(), { el: Re, mask: Se, typed: h, masked: ee, unmasked: P } = Ea(i(() => {
1357
- if (!t.iMask) return { mask: Ve };
1355
+ }), W = /^-0?[.,]?[0*]?$/, Ee = /./, He = /^-$|^$/, fe = D(!1), B = D(), J = D(), { el: _e, mask: De, typed: E, masked: X, unmasked: C } = Ea(i(() => {
1356
+ if (!t.iMask) return { mask: Ee };
1358
1357
  if (t.iMask.mask === Number) {
1359
1358
  const o = { ...t.iMask };
1360
1359
  return t.min && (o.min = Number(t.min)), t.max && (o.max = Number(t.max)), o;
@@ -1363,26 +1362,26 @@ var Ro = ["for"], Bo = {
1363
1362
  }), {
1364
1363
  emit: n,
1365
1364
  onAccept: () => {
1366
- if (ye.value) {
1367
- if (n("update:masked", ee.value), w.value === d.NUMBER) {
1368
- if (he.test(P.value)) {
1365
+ if (fe.value) {
1366
+ if (n("update:masked", X.value), w.value === d.NUMBER) {
1367
+ if (He.test(C.value)) {
1369
1368
  if (c.value === null || c.value === void 0) return;
1370
1369
  c.value = void 0;
1371
1370
  return;
1372
1371
  }
1373
- if (ue.test(P.value)) {
1372
+ if (W.test(C.value)) {
1374
1373
  c.value = 0;
1375
1374
  return;
1376
1375
  }
1377
- if (typeof h.value != "number") {
1378
- c.value = Number(h.value);
1376
+ if (typeof E.value != "number") {
1377
+ c.value = Number(E.value);
1379
1378
  return;
1380
1379
  }
1381
- c.value = h.value;
1380
+ c.value = E.value;
1382
1381
  return;
1383
1382
  }
1384
1383
  if (w.value === d.DATETIME_LOCAL || w.value === d.DATE || w.value === d.TIME || w.value === d.MONTH) {
1385
- if (!h.value) {
1384
+ if (!E.value) {
1386
1385
  if (!c.value) return;
1387
1386
  if (B.value) {
1388
1387
  c.value = void 0;
@@ -1391,13 +1390,13 @@ var Ro = ["for"], Bo = {
1391
1390
  c.value = "";
1392
1391
  return;
1393
1392
  }
1394
- if (!(h.value instanceof Date) && !B.value && !W.value) {
1395
- c.value = h.value;
1393
+ if (!(E.value instanceof Date) && !B.value && !J.value) {
1394
+ c.value = E.value;
1396
1395
  return;
1397
1396
  }
1398
- let o = h.value;
1399
- if (o instanceof Date || (o = Ra(h.value, w.value)), B.value || W.value) {
1400
- const m = new Date(B.value || W.value);
1397
+ let o = E.value;
1398
+ if (o instanceof Date || (o = Ra(E.value, w.value)), B.value || J.value) {
1399
+ const m = new Date(B.value || J.value);
1401
1400
  if ((w.value === d.DATETIME_LOCAL || w.value === d.DATE || w.value === d.MONTH) && (m.setFullYear(o.getFullYear()), m.setMonth(o.getMonth())), (w.value === d.DATETIME_LOCAL || w.value === d.DATE) && m.setDate(o.getDate()), (w.value === d.DATETIME_LOCAL || w.value === d.TIME) && (m.setHours(o.getHours()), m.setMinutes(o.getMinutes()), m.setSeconds(o.getSeconds())), B.value instanceof Date) {
1402
1401
  if (c.value?.getTime() === m.getTime()) return;
1403
1402
  c.value = m;
@@ -1406,92 +1405,92 @@ var Ro = ["for"], Bo = {
1406
1405
  c.value = m.toISOString();
1407
1406
  return;
1408
1407
  }
1409
- c.value = wt(o, w.value, Y.value);
1408
+ c.value = Et(o, w.value, Y.value);
1410
1409
  return;
1411
1410
  }
1412
- !c.value && !P.value || (c.value = P.value);
1411
+ !c.value && !C.value || (c.value = C.value);
1413
1412
  }
1414
1413
  }
1415
1414
  });
1416
- function we(o) {
1415
+ function pe(o) {
1417
1416
  if (o == null) {
1418
- h.value = "", P.value = "";
1417
+ E.value = "", C.value = "";
1419
1418
  return;
1420
1419
  }
1421
1420
  if (t.iMask?.mask === Date) {
1422
- h.value = o instanceof Date ? o : new Date(o);
1421
+ E.value = o instanceof Date ? o : new Date(o);
1423
1422
  return;
1424
1423
  }
1425
- if (!(w.value === d.NUMBER && ue.test(P.value) && o === 0)) {
1424
+ if (!(w.value === d.NUMBER && W.test(C.value) && o === 0)) {
1426
1425
  if (Ke.value) {
1427
- if (o instanceof Date || Nt(o)) {
1428
- if (o instanceof Date ? (B.value = o, W.value = void 0) : (W.value = o, B.value = void 0), w.value !== d.WEEK) {
1429
- const m = new Date(o), T = w.value;
1430
- h.value = wt(m, T, Y.value), P.value = h.value;
1426
+ if (o instanceof Date || Pt(o)) {
1427
+ if (o instanceof Date ? (B.value = o, J.value = void 0) : (J.value = o, B.value = void 0), w.value !== d.WEEK) {
1428
+ const m = new Date(o), $ = w.value;
1429
+ E.value = Et(m, $, Y.value), C.value = E.value;
1431
1430
  }
1432
1431
  return;
1433
1432
  }
1434
- B.value = void 0, W.value = void 0;
1433
+ B.value = void 0, J.value = void 0;
1435
1434
  }
1436
- h.value = o, P.value = `${h.value}`;
1435
+ E.value = o, C.value = `${E.value}`;
1437
1436
  }
1438
1437
  }
1439
1438
  at(() => {
1440
- Se.value && (ye.value = !0, we(t.modelValue));
1439
+ De.value && (fe.value = !0, pe(t.modelValue));
1441
1440
  }), F(() => t.modelValue, (o) => {
1442
- Se.value && we(o);
1441
+ De.value && pe(o);
1443
1442
  }), F(() => t.masked, (o) => {
1444
- ee.value = o ?? "";
1443
+ X.value = o ?? "";
1445
1444
  });
1446
- const C = Re, de = _(), ve = _(), ce = _();
1445
+ const P = _e, me = D(), se = D(), be = D();
1447
1446
  a({
1448
- $input: C,
1449
- $inner: de,
1450
- $wrapper: ve
1447
+ $input: P,
1448
+ $inner: me,
1449
+ $wrapper: se
1451
1450
  });
1452
- const { focused: s } = xo(C, n), D = i(() => s.value && !t.disabled && !t.readonly);
1453
- function Be(o) {
1454
- o ? He() : Ft();
1451
+ const { focused: ue } = Po(P, n), s = i(() => ue.value && !t.disabled && !t.readonly);
1452
+ function g(o) {
1453
+ o ? oe() : Fe();
1455
1454
  }
1456
- function He() {
1457
- b.value.selectOnFocus && C.value && C.value.select(), re.value.size && ce.value?.show();
1455
+ function oe() {
1456
+ b.value.selectOnFocus && P.value && P.value.select(), de.value.size && be.value?.show();
1458
1457
  }
1459
- function Ft() {
1460
- if (!te.value || !H.value) return;
1458
+ function Fe() {
1459
+ if (!ne.value || !H.value) return;
1461
1460
  const o = t.maxSuggestions;
1462
1461
  c.value !== void 0 && c.value !== null && c.value !== "" && (H.value.size >= o && !H.value.has(c.value) && (H.value = new Set([...H.value].slice(H.value.size - o + 1))), H.value.add(c.value));
1463
1462
  }
1464
- F(D, Be), F($a(C), (o) => {
1465
- o && t.autofocus && !t.disabled && !t.readonly && (s.value = !0);
1463
+ F(s, g), F(Ta(P), (o) => {
1464
+ o && t.autofocus && !t.disabled && !t.readonly && (ue.value = !0);
1466
1465
  });
1467
- const Fe = _(!1), dt = i(() => t.type === d.PASSWORD);
1466
+ const je = D(!1), dt = i(() => t.type === d.PASSWORD);
1468
1467
  function vt() {
1469
- Fe.value = !Fe.value;
1468
+ je.value = !je.value;
1470
1469
  }
1471
- const jt = i(() => Ke.value), je = i(() => t.type === d.NUMBER);
1472
- function Ue() {
1473
- if (!q.value) {
1470
+ const jt = i(() => Ke.value), Ue = i(() => t.type === d.NUMBER);
1471
+ function Ye() {
1472
+ if (!Z.value) {
1474
1473
  if (t.iMask) {
1475
- h.value = Number(h.value) + Number(Z?.value ?? 1);
1474
+ E.value = Number(E.value) + Number(te?.value ?? 1);
1476
1475
  return;
1477
1476
  }
1478
- C.value.stepUp(), c.value = Number(C.value.value);
1477
+ P.value.stepUp(), c.value = Number(P.value.value);
1479
1478
  }
1480
1479
  }
1481
- function Ye() {
1482
- if (!q.value) {
1480
+ function We() {
1481
+ if (!Z.value) {
1483
1482
  if (t.iMask) {
1484
- h.value = Number(h.value) - Number(Z?.value ?? 1);
1483
+ E.value = Number(E.value) - Number(te?.value ?? 1);
1485
1484
  return;
1486
1485
  }
1487
- C.value.stepDown(), c.value = Number(C.value.value);
1486
+ P.value.stepDown(), c.value = Number(P.value.value);
1488
1487
  }
1489
1488
  }
1490
1489
  const Ut = i(() => t.type === d.SEARCH);
1491
1490
  function ct() {
1492
1491
  c.value = "", n("clear");
1493
1492
  }
1494
- const { hasIconBefore: We, hasIconAfter: ft } = Ce(I, v), Ge = i(() => {
1493
+ const { hasIconBefore: Xe, hasIconAfter: ft } = xe(I, v), ze = i(() => {
1495
1494
  if (ft.value !== void 0) return ft.value;
1496
1495
  switch (t.type) {
1497
1496
  case d.COLOR:
@@ -1504,37 +1503,37 @@ var Ro = ["for"], Bo = {
1504
1503
  case d.TIME:
1505
1504
  return { name: j.showTimePicker };
1506
1505
  }
1507
- }), { hasIcon: pt } = Ce(S), { formatted: Yt } = Mo(c, {
1508
- mode: y.value,
1509
- upperLimit: Number(xe?.value),
1510
- lowerLimit: Number(oe?.value)
1511
- }), q = i(() => t.disabled || t.readonly), Wt = i(() => q.value ? -1 : t.tabindex), te = i(() => !Te(be?.value)), Gt = i(() => {
1512
- if (N.value === !0) return !0;
1513
- if (ne.value === !0) return !1;
1514
- }), H = Vo(i(() => t.storageKey ?? (f?.experimentalFeatures.forceInputSuggestions ? t.name : void 0)), Me, /* @__PURE__ */ new Set()), re = i(() => {
1506
+ }), { hasIcon: pt } = xe(y), { formatted: Yt } = No(c, {
1507
+ mode: h.value,
1508
+ upperLimit: Number(Ve?.value),
1509
+ lowerLimit: Number(Re?.value)
1510
+ }), Z = i(() => t.disabled || t.readonly), Wt = i(() => Z.value ? -1 : t.tabindex), ne = i(() => !Ae(ee?.value)), Xt = i(() => {
1511
+ if (x.value === !0) return !0;
1512
+ if (we.value === !0) return !1;
1513
+ }), H = Mo(i(() => t.storageKey ?? (f?.experimentalFeatures.forceInputSuggestions ? t.name : void 0)), Be, /* @__PURE__ */ new Set()), de = i(() => {
1515
1514
  const o = /* @__PURE__ */ new Map();
1516
1515
  if (H.value) for (const m of H.value) o.set(m, { isFromStorage: !0 });
1517
1516
  if (t.suggestions) for (const m of t.suggestions) o.set(m, { isFromStorage: !1 });
1518
1517
  return o;
1519
- }), Kt = i(() => re.value.size === 0 ? [] : [...re.value.entries()].filter(([o]) => Te(c.value) || `${o}`.toLowerCase().includes(`${c.value}`.toLowerCase()) && o !== c.value).reverse().map(([o]) => o)), zt = i(() => re.value.size > 0);
1520
- function Xt(o) {
1521
- c.value = o, ce.value?.hide(), n("suggestion:selected", o);
1518
+ }), zt = i(() => de.value.size === 0 ? [] : [...de.value.entries()].filter(([o]) => Ae(c.value) || `${o}`.toLowerCase().includes(`${c.value}`.toLowerCase()) && o !== c.value).reverse().map(([o]) => o)), Kt = i(() => de.value.size > 0);
1519
+ function Gt(o) {
1520
+ c.value = o, be.value?.hide(), n("suggestion:selected", o);
1522
1521
  }
1523
1522
  function qt(o) {
1524
- re.value.get(o)?.isFromStorage && (H.value?.delete(o), n("suggestion:removed", o));
1523
+ de.value.get(o)?.isFromStorage && (H.value?.delete(o), n("suggestion:removed", o));
1525
1524
  }
1526
- const { modifiers: Jt } = se(t), Zt = ke("vv-input-text", Jt, i(() => ({
1527
- valid: ne.value,
1528
- invalid: N.value,
1529
- loading: Pe.value,
1525
+ const { modifiers: Jt } = ce(t), Zt = Ne("vv-input-text", Jt, i(() => ({
1526
+ valid: we.value,
1527
+ invalid: x.value,
1528
+ loading: Me.value,
1530
1529
  disabled: t.disabled,
1531
1530
  required: t.required,
1532
1531
  readonly: t.readonly,
1533
- "icon-before": !!We.value,
1534
- "icon-after": !!Ge.value,
1535
- floating: t.floating && !Te(t.label),
1536
- dirty: te.value,
1537
- focus: D.value && !q.value,
1532
+ "icon-before": !!Xe.value,
1533
+ "icon-after": !!ze.value,
1534
+ floating: t.floating && !Ae(t.label),
1535
+ dirty: ne.value,
1536
+ focus: s.value && !Z.value,
1538
1537
  "auto-width": t.autoWidth
1539
1538
  }))), Qt = i(() => [
1540
1539
  d.TEXT,
@@ -1557,7 +1556,7 @@ var Ro = ["for"], Bo = {
1557
1556
  d.EMAIL,
1558
1557
  d.PASSWORD
1559
1558
  ].includes(w.value)), ta = i(() => {
1560
- const o = dt.value && Fe.value || jt.value && !te.value && !s.value || t.iMask ? d.TEXT : t.type, m = {
1559
+ const o = dt.value && je.value || jt.value && !ne.value && !ue.value || t.iMask ? d.TEXT : t.type, m = {
1561
1560
  type: o,
1562
1561
  name: t.name,
1563
1562
  tabindex: Wt.value,
@@ -1565,27 +1564,27 @@ var Ro = ["for"], Bo = {
1565
1564
  readonly: t.readonly,
1566
1565
  required: t.required,
1567
1566
  autocomplete: t.autocomplete,
1568
- "aria-invalid": Gt.value,
1569
- "aria-describedby": oa.value ? g.value : void 0,
1570
- "aria-errormessage": na.value ? g.value : void 0,
1567
+ "aria-invalid": Xt.value,
1568
+ "aria-describedby": oa.value ? ie.value : void 0,
1569
+ "aria-errormessage": na.value ? ie.value : void 0,
1571
1570
  inputMode: t.inputMode
1572
1571
  };
1573
1572
  if (Ke.value || o === d.NUMBER) {
1574
- let T = t.max;
1575
- o === d.DATE && !T && (T = "9999-12-31"), m.step = t.step, m.max = T !== void 0 ? String(T) : void 0, m.min = t.min !== void 0 ? String(t.min) : void 0;
1573
+ let $ = t.max;
1574
+ o === d.DATE && !$ && ($ = "9999-12-31"), m.step = t.step, m.max = $ !== void 0 ? String($) : void 0, m.min = t.min !== void 0 ? String(t.min) : void 0;
1576
1575
  }
1577
- return (Qt.value || o === d.TEXT || o === d.NUMBER) && (m.placeholder = Q.value), ea.value && (m.minlength = t.minlength, m.maxlength = t.maxlength, m.pattern = t.pattern), o === d.EMAIL && (m.multiple = t.multiple), m;
1578
- }), Ee = i(() => ({
1576
+ return (Qt.value || o === d.TEXT || o === d.NUMBER) && (m.placeholder = S.value), ea.value && (m.minlength = t.minlength, m.maxlength = t.maxlength, m.pattern = t.pattern), o === d.EMAIL && (m.multiple = t.multiple), m;
1577
+ }), Ie = i(() => ({
1579
1578
  valid: t.valid,
1580
1579
  invalid: t.invalid,
1581
1580
  modelValue: t.modelValue,
1582
1581
  togglePassword: vt,
1583
- stepUp: Ue,
1584
- stepDown: Ye,
1582
+ stepUp: Ye,
1583
+ stepDown: We,
1585
1584
  clear: ct
1586
- })), { HintSlot: aa, hasHintLabelOrSlot: oa, hasInvalidLabelOrSlot: na, hintSlotScope: _e } = Ha(b, u), la = Ze(d.PASSWORD, t, te), ra = Ze(d.NUMBER, t, te), ia = Ze(d.SEARCH, t, te);
1585
+ })), { HintSlot: aa, hasHintLabelOrSlot: oa, hasInvalidLabelOrSlot: na, hintSlotScope: $e } = Ha(b, u), la = Ze(d.PASSWORD, t, ne), ra = Ze(d.NUMBER, t, ne), ia = Ze(d.SEARCH, t, ne);
1587
1586
  function sa() {
1588
- q.value || (s.value = !0);
1587
+ Z.value || (ue.value = !0);
1589
1588
  }
1590
1589
  const ua = i(() => {
1591
1590
  if (t.autoWidth)
@@ -1594,111 +1593,111 @@ var Ro = ["for"], Bo = {
1594
1593
  function da(o) {
1595
1594
  switch (o.code) {
1596
1595
  case "ArrowUp":
1597
- je.value && (Ue(), o.preventDefault());
1596
+ Ue.value && (Ye(), o.preventDefault());
1598
1597
  break;
1599
1598
  case "ArrowDown":
1600
- je.value && (Ye(), o.preventDefault());
1599
+ Ue.value && (We(), o.preventDefault());
1601
1600
  break;
1602
1601
  }
1603
1602
  n("keydown", o);
1604
1603
  }
1605
- return (o, m) => (E(), M("div", { class: tt(r(Zt)) }, [
1606
- r(J) ? (E(), M("label", {
1604
+ return (o, m) => (_(), M("div", { class: tt(r(Zt)) }, [
1605
+ r(Q) ? (_(), M("label", {
1607
1606
  key: 0,
1608
- for: r(le),
1607
+ for: r(ae),
1609
1608
  class: "vv-input-text__label"
1610
- }, fe(r(J)), 9, Ro)) : x("v-if", !0),
1611
- ae("div", {
1609
+ }, ge(r(Q)), 9, Vo)) : N("v-if", !0),
1610
+ le("div", {
1612
1611
  ref_key: "wrapperEl",
1613
- ref: ve,
1612
+ ref: se,
1614
1613
  class: "vv-input-text__wrapper"
1615
1614
  }, [
1616
- o.$slots.before ? (E(), M("div", Bo, [$(o.$slots, "before", k(A(r(Ee))))])) : x("v-if", !0),
1617
- ae("div", {
1615
+ o.$slots.before ? (_(), M("div", Ro, [T(o.$slots, "before", k(O(r(Ie))))])) : N("v-if", !0),
1616
+ le("div", {
1618
1617
  ref_key: "innerEl",
1619
- ref: de,
1618
+ ref: me,
1620
1619
  class: "vv-input-text__inner",
1621
- onClick: ze(sa, ["stop"])
1620
+ onClick: Ge(sa, ["stop"])
1622
1621
  }, [
1623
- r(We) ? (E(), G(X, z({ key: 0 }, r(We), { class: "vv-input-text__icon" }), null, 16)) : x("v-if", !0),
1624
- ae("input", z({
1625
- id: r(le),
1622
+ r(Xe) ? (_(), z(q, G({ key: 0 }, r(Xe), { class: "vv-input-text__icon" }), null, 16)) : N("v-if", !0),
1623
+ le("input", G({
1624
+ id: r(ae),
1626
1625
  ref_key: "inputEl",
1627
- ref: C
1626
+ ref: P
1628
1627
  }, r(ta), {
1629
1628
  style: r(ua),
1630
- onKeyup: m[0] || (m[0] = (T) => n("keyup", T)),
1629
+ onKeyup: m[0] || (m[0] = ($) => n("keyup", $)),
1631
1630
  onKeydown: da,
1632
- onKeypress: m[1] || (m[1] = (T) => n("keypress", T))
1633
- }), null, 16, Ho),
1634
- (r(ge) || o.$slots.unit) && r(te) ? (E(), M("div", Fo, [$(o.$slots, "unit", k(A(r(Ee))), () => [$e(fe(r(ge)), 1)])])) : x("v-if", !0)
1631
+ onKeypress: m[1] || (m[1] = ($) => n("keypress", $))
1632
+ }), null, 16, Bo),
1633
+ (r(Se) || o.$slots.unit) && r(ne) ? (_(), M("div", Ho, [T(o.$slots, "unit", k(O(r(Ie))), () => [Ce(ge(r(Se)), 1)])])) : N("v-if", !0)
1635
1634
  ], 512),
1636
- r(Ge) ? (E(), G(X, z({ key: 1 }, r(Ge), { class: "vv-input-text__icon vv-input-text__icon-after" }), null, 16)) : r(dt) && !o.hideActions && !r(q) ? (E(), G(r(la), {
1635
+ r(ze) ? (_(), z(q, G({ key: 1 }, r(ze), { class: "vv-input-text__icon vv-input-text__icon-after" }), null, 16)) : r(dt) && !o.hideActions && !r(Z) ? (_(), z(r(la), {
1637
1636
  key: 2,
1638
1637
  onTogglePassword: vt
1639
- })) : r(je) && !o.hideActions && !r(q) ? (E(), G(r(ra), {
1638
+ })) : r(Ue) && !o.hideActions && !r(Z) ? (_(), z(r(ra), {
1640
1639
  key: 3,
1641
- onStepUp: Ue,
1642
- onStepDown: Ye
1643
- })) : r(Ut) && !o.hideActions && !r(q) ? (E(), G(r(ia), {
1640
+ onStepUp: Ye,
1641
+ onStepDown: We
1642
+ })) : r(Ut) && !o.hideActions && !r(Z) ? (_(), z(r(ia), {
1644
1643
  key: 4,
1645
1644
  onClear: ct
1646
- })) : x("v-if", !0),
1647
- o.$slots.after ? (E(), M("div", jo, [$(o.$slots, "after", k(A(r(Ee))))])) : x("v-if", !0),
1648
- r(y) ? (E(), M("span", Uo, [$(o.$slots, "count", k(A(r(Ee))), () => [$e(fe(r(Yt)), 1)])])) : x("v-if", !0)
1645
+ })) : N("v-if", !0),
1646
+ o.$slots.after ? (_(), M("div", Fo, [T(o.$slots, "after", k(O(r(Ie))))])) : N("v-if", !0),
1647
+ r(h) ? (_(), M("span", jo, [T(o.$slots, "count", k(O(r(Ie))), () => [Ce(ge(r(Yt)), 1)])])) : N("v-if", !0)
1649
1648
  ], 512),
1650
1649
  Oe(r(aa), {
1651
- id: r(g),
1650
+ id: r(ie),
1652
1651
  class: "vv-input-text__hint"
1653
1652
  }, fa({ _: 2 }, [
1654
1653
  o.$slots.hint ? {
1655
1654
  name: "hint",
1656
- fn: K(() => [$(o.$slots, "hint", k(A(r(_e))))]),
1655
+ fn: K(() => [T(o.$slots, "hint", k(O(r($e))))]),
1657
1656
  key: "0"
1658
1657
  } : void 0,
1659
1658
  o.$slots.loading ? {
1660
1659
  name: "loading",
1661
- fn: K(() => [$(o.$slots, "loading", k(A(r(_e))))]),
1660
+ fn: K(() => [T(o.$slots, "loading", k(O(r($e))))]),
1662
1661
  key: "1"
1663
1662
  } : void 0,
1664
1663
  o.$slots.valid ? {
1665
1664
  name: "valid",
1666
- fn: K(() => [$(o.$slots, "valid", k(A(r(_e))))]),
1665
+ fn: K(() => [T(o.$slots, "valid", k(O(r($e))))]),
1667
1666
  key: "2"
1668
1667
  } : void 0,
1669
1668
  o.$slots.invalid ? {
1670
1669
  name: "invalid",
1671
- fn: K(() => [$(o.$slots, "invalid", k(A(r(_e))))]),
1670
+ fn: K(() => [T(o.$slots, "invalid", k(O(r($e))))]),
1672
1671
  key: "3"
1673
1672
  } : void 0
1674
1673
  ]), 1032, ["id"]),
1675
- r(zt) ? (E(), G(wo, {
1674
+ r(Kt) ? (_(), z(So, {
1676
1675
  key: 1,
1677
1676
  ref_key: "suggestionsDropdownEl",
1678
- ref: ce,
1679
- reference: r(ve),
1677
+ ref: be,
1678
+ reference: r(se),
1680
1679
  "autofocus-first": !1,
1681
1680
  "trigger-width": !0
1682
1681
  }, {
1683
- items: K(() => [(E(!0), M(et, null, ma(r(Kt), (T) => (E(), G(Lo, {
1684
- key: String(T),
1685
- onClick: ze((va) => Xt(T), ["stop"])
1682
+ items: K(() => [(_(!0), M(et, null, ma(r(zt), ($) => (_(), z(Lo, {
1683
+ key: String($),
1684
+ onClick: Ge((va) => Gt($), ["stop"])
1686
1685
  }, {
1687
- default: K(() => [ae("div", Yo, [$(o.$slots, "suggestion", z({ ref_for: !0 }, { value: T }), () => [$e(fe(T), 1)])]), r(re).get(T)?.isFromStorage && r(pt) ? (E(), M("button", {
1686
+ default: K(() => [le("div", Uo, [T(o.$slots, "suggestion", G({ ref_for: !0 }, { value: $ }), () => [Ce(ge($), 1)])]), r(de).get($)?.isFromStorage && r(pt) ? (_(), M("button", {
1688
1687
  key: 0,
1689
1688
  type: "button",
1690
1689
  tabindex: "-1",
1691
1690
  class: "cursor-pointer",
1692
- title: r(Ne),
1693
- onClick: ze((va) => qt(T), ["stop"])
1694
- }, [Oe(X, z({ ref_for: !0 }, r(pt)), null, 16)], 8, Wo)) : x("v-if", !0)]),
1691
+ title: r(re),
1692
+ onClick: Ge((va) => qt($), ["stop"])
1693
+ }, [Oe(q, G({ ref_for: !0 }, r(pt)), null, 16)], 8, Yo)) : N("v-if", !0)]),
1695
1694
  _: 2
1696
1695
  }, 1032, ["onClick"]))), 128))]),
1697
1696
  _: 3
1698
- }, 8, ["reference"])) : x("v-if", !0)
1697
+ }, 8, ["reference"])) : N("v-if", !0)
1699
1698
  ], 2));
1700
1699
  }
1701
- }), nn = Ko;
1700
+ }), on = Xo;
1702
1701
  export {
1703
- nn as default
1702
+ on as default
1704
1703
  };