@volverjs/ui-vue 0.0.13-beta.9 → 0.0.14

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