maz-ui 3.47.2-beta.9 → 3.48.0

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 (292) hide show
  1. package/components/MazAccordion.mjs +76 -77
  2. package/components/MazAnimatedCounter.mjs +7 -7
  3. package/components/MazAvatar.mjs +1 -1
  4. package/components/MazBackdrop.d.ts +21 -13
  5. package/components/MazBackdrop.mjs +107 -82
  6. package/components/MazBadge.mjs +2 -2
  7. package/components/MazBottomSheet.d.ts +11 -24
  8. package/components/MazBottomSheet.mjs +1 -1
  9. package/components/MazBtn.mjs +1 -1
  10. package/components/MazCard.mjs +1 -1
  11. package/components/MazCardSpotlight.mjs +7 -7
  12. package/components/MazCarousel.mjs +1 -1
  13. package/components/MazChart.mjs +13 -13
  14. package/components/MazCheckbox.mjs +36 -37
  15. package/components/MazChecklist.mjs +1 -1
  16. package/components/MazCircularProgressBar.d.ts +18 -0
  17. package/components/MazCircularProgressBar.mjs +40 -38
  18. package/components/MazDialog.d.ts +20 -31
  19. package/components/MazDialog.mjs +1 -1
  20. package/components/MazDialogPromise.d.ts +3 -3
  21. package/components/MazDialogPromise.mjs +1 -1
  22. package/components/MazDrawer.d.ts +7 -4
  23. package/components/MazDrawer.mjs +2 -194
  24. package/components/MazDropdown.mjs +1 -1
  25. package/components/MazDropzone.mjs +1 -1
  26. package/components/MazExpandAnimation.mjs +8 -8
  27. package/components/MazFullscreenLoader.mjs +2 -40
  28. package/components/MazGallery.mjs +1 -1
  29. package/components/MazIcon.mjs +9 -8
  30. package/components/MazInput.d.ts +2 -0
  31. package/components/MazInput.mjs +1 -1
  32. package/components/MazInputCode.mjs +2 -2
  33. package/components/MazInputNumber.mjs +1 -1
  34. package/components/MazInputPrice.mjs +1 -1
  35. package/components/MazInputTags.mjs +1 -1
  36. package/components/MazLazyImg.mjs +1 -1
  37. package/components/MazLink.d.ts +2 -2
  38. package/components/MazLink.mjs +6 -6
  39. package/components/MazLoadingBar.mjs +17 -17
  40. package/components/MazPagination.mjs +1 -1
  41. package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +2 -2
  42. package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +12 -23
  43. package/components/MazPhoneNumberInput/types.d.ts +4 -2
  44. package/{types/components/MazPhoneNumberInput/use-libphonenumber.d.ts → components/MazPhoneNumberInput/useLibphonenumber.d.ts} +11 -6
  45. package/components/MazPhoneNumberInput/{use-maz-phone-number-input.d.ts → useMazPhoneNumberInput.d.ts} +1 -1
  46. package/components/MazPhoneNumberInput.mjs +1 -1
  47. package/components/MazPicker.mjs +1 -1
  48. package/components/MazPullToRefresh.mjs +1 -1
  49. package/components/MazRadio.mjs +18 -19
  50. package/components/MazRadioButtons.mjs +2 -2
  51. package/components/MazReadingProgressBar.mjs +15 -15
  52. package/components/MazSelect.d.ts +1 -1
  53. package/components/MazSelect.mjs +1 -1
  54. package/components/MazSlider.mjs +31 -31
  55. package/components/MazSpinner.mjs +7 -7
  56. package/components/MazStepper.d.ts +1 -1
  57. package/components/MazStepper.mjs +1 -1
  58. package/components/MazSwitch.mjs +19 -20
  59. package/components/MazTable.mjs +1 -1
  60. package/components/MazTableCell.mjs +12 -12
  61. package/components/MazTableRow.mjs +6 -6
  62. package/components/MazTableTitle.mjs +11 -11
  63. package/components/MazTabs.d.ts +3 -3
  64. package/components/MazTabs.mjs +7 -7
  65. package/components/MazTabsBar.mjs +1 -1
  66. package/components/MazTabsContent.mjs +4 -4
  67. package/components/MazTabsContentItem.mjs +10 -10
  68. package/components/MazTextarea.d.ts +26 -48
  69. package/components/MazTextarea.mjs +4 -5
  70. package/components/MazTransitionExpand.mjs +10 -10
  71. package/components/assets/MazAccordion.css +1 -1
  72. package/components/assets/MazAnimatedCounter.css +1 -1
  73. package/components/assets/MazAvatar.css +1 -1
  74. package/components/assets/MazBackdrop.css +1 -1
  75. package/components/assets/MazBadge.css +1 -1
  76. package/components/assets/MazBottomSheet.css +1 -1
  77. package/components/assets/MazBtn.css +1 -1
  78. package/components/assets/MazCard.css +1 -1
  79. package/components/assets/MazCardSpotlight.css +1 -1
  80. package/components/assets/MazCarousel.css +1 -1
  81. package/components/assets/MazCheckbox.css +1 -1
  82. package/components/assets/MazChecklist.css +1 -1
  83. package/components/assets/MazCircularProgressBar.css +1 -1
  84. package/components/assets/MazDialog.css +1 -1
  85. package/components/assets/MazDialogPromise.css +1 -1
  86. package/components/assets/MazDrawer.css +1 -1
  87. package/components/assets/MazExpandAnimation.css +1 -1
  88. package/components/assets/MazFullscreenLoader.css +1 -1
  89. package/components/assets/MazGallery.css +1 -1
  90. package/components/assets/MazInput.css +1 -1
  91. package/components/assets/MazInputCode.css +1 -1
  92. package/components/assets/MazInputNumber.css +1 -1
  93. package/components/assets/MazInputPrice.css +1 -1
  94. package/components/assets/MazInputTags.css +1 -1
  95. package/components/assets/MazLazyImg.css +1 -1
  96. package/components/assets/MazLink.css +1 -1
  97. package/components/assets/MazLoadingBar.css +1 -1
  98. package/components/assets/MazPagination.css +1 -1
  99. package/components/assets/MazPhoneNumberInput.css +1 -1
  100. package/components/assets/MazPicker.css +1 -1
  101. package/components/assets/MazPullToRefresh.css +1 -1
  102. package/components/assets/MazRadio.css +1 -1
  103. package/components/assets/MazRadioButtons.css +1 -1
  104. package/components/assets/MazReadingProgressBar.css +1 -1
  105. package/components/assets/MazSelect.css +1 -1
  106. package/components/assets/MazSlider.css +1 -1
  107. package/components/assets/MazSpinner.css +1 -1
  108. package/components/assets/MazStepper.css +1 -1
  109. package/components/assets/MazTable.css +1 -1
  110. package/components/assets/MazTableCell.css +1 -1
  111. package/components/assets/MazTableRow.css +1 -1
  112. package/components/assets/MazTableTitle.css +1 -1
  113. package/components/assets/MazTabsBar.css +1 -1
  114. package/components/assets/MazTabsContentItem.css +1 -1
  115. package/components/assets/MazTextarea.css +1 -1
  116. package/components/assets/MazTransitionExpand.css +1 -1
  117. package/components/chunks/{MazAvatar-CZzOIbzh.mjs → MazAvatar-CuOWgdVG.mjs} +18 -18
  118. package/components/chunks/{MazBadge-CupQjB8D.mjs → MazBadge-tPgFsG6Y.mjs} +6 -6
  119. package/components/chunks/MazBottomSheet-CMqzf-dT.mjs +224 -0
  120. package/components/chunks/MazBtn-B16x1gSu.mjs +103 -0
  121. package/components/chunks/MazBtn-BLSmc1v4.mjs +103 -0
  122. package/components/chunks/MazBtn-BcrrOaO_.mjs +103 -0
  123. package/components/chunks/MazBtn-Bje1xDu3.mjs +103 -0
  124. package/components/chunks/MazBtn-C5sb0470.mjs +103 -0
  125. package/components/chunks/MazBtn-CPwCJ1l-.mjs +103 -0
  126. package/components/chunks/{MazBtn-BVWOyFm-.mjs → MazBtn-Cf-LPT5p.mjs} +4 -4
  127. package/components/chunks/MazBtn-DCyFSkZo.mjs +103 -0
  128. package/components/chunks/{MazBtn-DhSKmF01.mjs → MazBtn-DETtZdlj.mjs} +3 -3
  129. package/components/chunks/{MazBtn-BSgCMRt0.mjs → MazBtn-DnJzOPh9.mjs} +4 -4
  130. package/components/chunks/{MazBtn-CM-xSnA5.mjs → MazBtn-DsGaq_eB.mjs} +3 -3
  131. package/components/chunks/{MazBtn-Br3xKJMD.mjs → MazBtn-S7EnZYtZ.mjs} +4 -4
  132. package/components/chunks/MazBtn-iYAY4cer.mjs +103 -0
  133. package/components/chunks/MazBtn-v4i4k53h.mjs +103 -0
  134. package/components/chunks/{MazCard-XBaeDZkg.mjs → MazCard-l54W3CUU.mjs} +3 -3
  135. package/components/chunks/{MazCarousel-COTaKhKF.mjs → MazCarousel-C16E1i1T.mjs} +3 -3
  136. package/components/chunks/{MazCheckbox-DxfneUvu.mjs → MazCheckbox-C1nh-xQt.mjs} +7 -7
  137. package/components/chunks/{MazCheckbox-B-Sw22La.mjs → MazCheckbox-CEsAHbdi.mjs} +7 -7
  138. package/components/chunks/{MazCheckbox-DjY15PA3.mjs → MazCheckbox-D-7-TdgO.mjs} +4 -4
  139. package/components/chunks/{MazChecklist-DaozZlNb.mjs → MazChecklist-DSfD55m5.mjs} +125 -126
  140. package/components/chunks/MazDialog-BjQ3ivmv.mjs +297 -0
  141. package/components/chunks/MazDialogPromise-Bg3ZOsEI.mjs +551 -0
  142. package/components/chunks/MazDrawer-BqNLfW4e.mjs +226 -0
  143. package/components/chunks/{MazDropdown-CKuIGitT.mjs → MazDropdown-DNXKdC_3.mjs} +5 -5
  144. package/components/chunks/{MazDropzone-DKFkgqqD.mjs → MazDropzone-n0JE92da.mjs} +2 -2
  145. package/components/chunks/{MazExpandAnimation-Bdf0-L85.mjs → MazExpandAnimation-B04WMwpW.mjs} +8 -8
  146. package/components/chunks/MazFullscreenLoader-XF8wIEcL.mjs +48 -0
  147. package/components/chunks/{MazGallery-BooLoRWi.mjs → MazGallery-CzlKPQFX.mjs} +67 -67
  148. package/components/chunks/{MazGallery-DUOQamrE.mjs → MazGallery-DdZ3bFvX.mjs} +68 -68
  149. package/components/chunks/{MazIcon-_hN-Kivn.mjs → MazIcon-Cq1v4J3r.mjs} +9 -8
  150. package/components/chunks/{MazIcon-C-aPrqx2.mjs → MazIcon-DQXhsxp8.mjs} +11 -10
  151. package/components/chunks/{MazIcon-DFW4cVVf.mjs → MazIcon-DR6-win-.mjs} +12 -11
  152. package/components/chunks/MazIcon-Gv6n6i4M.mjs +4 -0
  153. package/components/chunks/{MazInput-HLPtw5QK.mjs → MazInput-BjnuoFvn.mjs} +36 -36
  154. package/components/chunks/{MazInput-BWAWlxDa.mjs → MazInput-DB4HtpCQ.mjs} +13 -13
  155. package/components/chunks/{MazInput-DIN1VAoX.mjs → MazInput-yBii2AFS.mjs} +27 -28
  156. package/components/chunks/{MazInputNumber-7Ku2ZcG-.mjs → MazInputNumber-DqnLi9-C.mjs} +81 -82
  157. package/components/chunks/{MazInputPrice-C5yErBFP.mjs → MazInputPrice-Ca8mL53M.mjs} +44 -45
  158. package/components/chunks/{MazInputTags-DvbQ2mK8.mjs → MazInputTags-Bto9dVQq.mjs} +78 -79
  159. package/components/chunks/{MazLazyImg-DQLwaKKz.mjs → MazLazyImg-D9mlGTCs.mjs} +4 -4
  160. package/components/chunks/{MazLazyImg-B-6PQWEi.mjs → MazLazyImg-DnJyLBjr.mjs} +3 -3
  161. package/components/chunks/{MazLink-mrqHeBS0.mjs → MazLink-DlUG7E5K.mjs} +3 -3
  162. package/components/chunks/{MazLoadingBar-CNm3Yt6D.mjs → MazLoadingBar-DBt1Ltm5.mjs} +8 -8
  163. package/components/chunks/{MazPagination-BSu0Ifkp.mjs → MazPagination-sxkvTajI.mjs} +49 -49
  164. package/components/chunks/MazPhoneNumberInput-C3j3JyDI.mjs +1813 -0
  165. package/components/chunks/{MazPicker-CzYUZcLy.mjs → MazPicker-BUXJof_-.mjs} +19 -20
  166. package/components/chunks/{MazPickerMonthSwitcher-Ds5agR3Z.mjs → MazPickerMonthSwitcher-DW2WfonJ.mjs} +1 -1
  167. package/components/chunks/{MazPickerShortcuts-BP6CY9-c.mjs → MazPickerShortcuts-fw4-dWSv.mjs} +1 -1
  168. package/components/chunks/{MazPickerYearSwitcher-PM8qZMzR.mjs → MazPickerYearSwitcher-aHvmQBF1.mjs} +1 -1
  169. package/components/chunks/{MazPullToRefresh-CFQX0soS.mjs → MazPullToRefresh-a1rT-zWr.mjs} +3 -3
  170. package/components/chunks/{MazSelect-DOexatNj.mjs → MazSelect-BwahUlbE.mjs} +322 -326
  171. package/components/chunks/MazSelect-CBaOs6va.mjs +550 -0
  172. package/components/chunks/MazSpinner-BVQYjLWp.mjs +34 -0
  173. package/components/chunks/{MazSpinner-yr9xVdAa.mjs → MazSpinner-BYlkcKf0.mjs} +6 -6
  174. package/components/chunks/MazSpinner-B_THFs0t.mjs +34 -0
  175. package/components/chunks/MazSpinner-Bb1BgWPD.mjs +34 -0
  176. package/components/chunks/MazSpinner-Bb4B4Nz8.mjs +34 -0
  177. package/components/chunks/{MazSpinner-9M_EGMpy.mjs → MazSpinner-Bpkl7q5u.mjs} +7 -7
  178. package/components/chunks/MazSpinner-BtDo7ZEC.mjs +34 -0
  179. package/components/chunks/MazSpinner-C-DOH7ou.mjs +34 -0
  180. package/components/chunks/MazSpinner-C1Rr3w9l.mjs +34 -0
  181. package/components/chunks/MazSpinner-C47dmUu7.mjs +34 -0
  182. package/components/chunks/MazSpinner-C7_Q1K-e.mjs +34 -0
  183. package/components/chunks/MazSpinner-CBHbVSef.mjs +34 -0
  184. package/components/chunks/MazSpinner-CCThMV5o.mjs +34 -0
  185. package/components/chunks/MazSpinner-CizL97Q2.mjs +34 -0
  186. package/components/chunks/{MazSpinner-BJpv1muf.mjs → MazSpinner-Cmy2WyWY.mjs} +7 -7
  187. package/components/chunks/MazSpinner-CodOqnm1.mjs +34 -0
  188. package/components/chunks/MazSpinner-Cq0S_tbE.mjs +34 -0
  189. package/components/chunks/{MazSpinner-Bsy1nA3c.mjs → MazSpinner-D6PdYOcD.mjs} +7 -7
  190. package/components/chunks/MazSpinner-DV9-beEc.mjs +34 -0
  191. package/components/chunks/MazSpinner-DoFpeVcl.mjs +34 -0
  192. package/components/chunks/MazSpinner-Dx-3_EFZ.mjs +34 -0
  193. package/components/chunks/MazSpinner-PVTrAf5V.mjs +34 -0
  194. package/components/chunks/MazSpinner-PXSS3XT3.mjs +34 -0
  195. package/components/chunks/MazSpinner-XZrAaGeE.mjs +34 -0
  196. package/components/chunks/{MazStepper-B3fuhbye.mjs → MazStepper-DtAqtJjn.mjs} +32 -32
  197. package/components/chunks/{MazTable-Ci8nhgOP.mjs → MazTable-Soe-MrTW.mjs} +79 -74
  198. package/components/chunks/{MazTableCell-BIganK6X.mjs → MazTableCell-DtoO9MOe.mjs} +6 -6
  199. package/components/chunks/MazTableRow-ChFMulaU.mjs +30 -0
  200. package/components/chunks/{MazTableTitle-OEgTPQB3.mjs → MazTableTitle-D8El-v5p.mjs} +6 -6
  201. package/components/chunks/{MazTabsBar-CT35SCIK.mjs → MazTabsBar-8wchBiYF.mjs} +21 -21
  202. package/components/chunks/{MazTransitionExpand-Bcwdl9g2.mjs → MazTransitionExpand-CRArAQZu.mjs} +10 -10
  203. package/components/chunks/examples.mobile.json-tW3aL0qI.mjs +4 -0
  204. package/components/chunks/useInstanceUniqId-BkOfxhk8.mjs +10 -0
  205. package/css/main.css +1 -1
  206. package/modules/assets/MazBtn.css +1 -1
  207. package/modules/assets/MazSpinner.css +1 -1
  208. package/modules/assets/index.css +1 -1
  209. package/modules/chunks/MazBtn-D0bVfaLm.cjs +1 -0
  210. package/{components/chunks/MazBtn-BfIn7glE.mjs → modules/chunks/MazBtn-Z86MClP9.mjs} +4 -4
  211. package/modules/chunks/{MazIcon-D-Gna0vz.cjs → MazIcon-BwgJhGLT.cjs} +1 -1
  212. package/modules/chunks/{MazIcon-CeT6HK_q.mjs → MazIcon-XtyPgbu6.mjs} +12 -11
  213. package/{components/chunks/MazSpinner-BlbTztM3.mjs → modules/chunks/MazSpinner-BfUXTY7m.mjs} +7 -7
  214. package/modules/chunks/MazSpinner-C5Fi9q_G.cjs +1 -0
  215. package/modules/chunks/index-Bq5KVBKA.cjs +124 -0
  216. package/modules/chunks/{index-Kry9j5uD.mjs → index-YwIF5a3Q.mjs} +1187 -951
  217. package/modules/index.cjs +1 -1
  218. package/modules/index.mjs +47 -46
  219. package/nuxt/index.json +1 -1
  220. package/package.json +4 -3
  221. package/tailwindcss/tailwind.css +0 -6
  222. package/tailwindcss/utils/colors.ts +9 -5
  223. package/tailwindcss/variables/utilities.ts +3 -0
  224. package/types/components/MazBackdrop.vue.d.ts +21 -13
  225. package/types/components/MazBottomSheet.vue.d.ts +11 -24
  226. package/types/components/MazCircularProgressBar.vue.d.ts +18 -0
  227. package/types/components/MazDialog.vue.d.ts +20 -31
  228. package/types/components/MazDialogPromise.vue.d.ts +3 -3
  229. package/types/components/MazDrawer.vue.d.ts +7 -4
  230. package/types/components/MazInput.vue.d.ts +2 -0
  231. package/types/components/MazLink.vue.d.ts +2 -2
  232. package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +2 -2
  233. package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +12 -23
  234. package/types/components/MazPhoneNumberInput/types.d.ts +4 -2
  235. package/{components/MazPhoneNumberInput/use-libphonenumber.d.ts → types/components/MazPhoneNumberInput/useLibphonenumber.d.ts} +11 -6
  236. package/types/components/MazPhoneNumberInput/{use-maz-phone-number-input.d.ts → useMazPhoneNumberInput.d.ts} +1 -1
  237. package/types/components/MazSelect.vue.d.ts +1 -1
  238. package/types/components/MazStepper.vue.d.ts +1 -1
  239. package/types/components/MazTabs.vue.d.ts +3 -3
  240. package/types/components/MazTextarea.vue.d.ts +26 -48
  241. package/types/modules/composables/useFormValidator/types.d.ts +2 -2
  242. package/types/modules/composables/useFormValidator/useFormField.d.ts +56 -16
  243. package/types/modules/composables/useFormValidator/utils.d.ts +6 -6
  244. package/types/modules/composables/useLanguageDisplayNames.d.ts +13 -12
  245. package/types/modules/directives/closable.d.ts +1 -1
  246. package/types/modules/directives/tooltip/index.d.ts +21 -0
  247. package/types/tailwindcss/tailwind.config.d.ts +2 -2
  248. package/types/tailwindcss/utils/colors.d.ts +1 -1
  249. package/types/tailwindcss/variables/utilities.d.ts +3 -0
  250. package/components/MazPhoneNumberInput.d.ts +0 -240
  251. package/components/chunks/MazBottomSheet-D9EPpEV8.mjs +0 -208
  252. package/components/chunks/MazBtn-CB6xVwox.mjs +0 -103
  253. package/components/chunks/MazBtn-CIAdgMGr.mjs +0 -111
  254. package/components/chunks/MazBtn-CQq-U8qQ.mjs +0 -103
  255. package/components/chunks/MazBtn-Chk7DWOF.mjs +0 -103
  256. package/components/chunks/MazBtn-Ck84sP9a.mjs +0 -103
  257. package/components/chunks/MazBtn-DI80W9rl.mjs +0 -103
  258. package/components/chunks/MazBtn-DzwuLea3.mjs +0 -103
  259. package/components/chunks/MazBtn-tOUtVpek.mjs +0 -103
  260. package/components/chunks/MazDialog-XiX9LEiz.mjs +0 -237
  261. package/components/chunks/MazDialogPromise-B9_e3Ma9.mjs +0 -488
  262. package/components/chunks/MazIcon-BX2Gbz8R.mjs +0 -4
  263. package/components/chunks/MazPhoneNumberInput-B5Up8CqL.mjs +0 -1806
  264. package/components/chunks/MazSelect-DaDRzcT_.mjs +0 -552
  265. package/components/chunks/MazSpinner-C30YfScc.mjs +0 -34
  266. package/components/chunks/MazSpinner-C5mnD76l.mjs +0 -34
  267. package/components/chunks/MazSpinner-CDx6lo7l.mjs +0 -34
  268. package/components/chunks/MazSpinner-C_GueolV.mjs +0 -34
  269. package/components/chunks/MazSpinner-Cc-KlPEG.mjs +0 -34
  270. package/components/chunks/MazSpinner-Cgg2dkzQ.mjs +0 -34
  271. package/components/chunks/MazSpinner-CkKIUYXO.mjs +0 -34
  272. package/components/chunks/MazSpinner-CxyUHAvm.mjs +0 -34
  273. package/components/chunks/MazSpinner-DROgQW2M.mjs +0 -34
  274. package/components/chunks/MazSpinner-DjM6ktPY.mjs +0 -34
  275. package/components/chunks/MazSpinner-DjUU4G1h.mjs +0 -34
  276. package/components/chunks/MazSpinner-Du5o8JC_.mjs +0 -38
  277. package/components/chunks/MazSpinner-Dzs2W0kq.mjs +0 -34
  278. package/components/chunks/MazSpinner-NCtEpFMm.mjs +0 -34
  279. package/components/chunks/MazSpinner-QfPXLpa_.mjs +0 -34
  280. package/components/chunks/MazSpinner-XB6tX3Ld.mjs +0 -34
  281. package/components/chunks/MazSpinner-ZPQe8ON_.mjs +0 -34
  282. package/components/chunks/MazSpinner-b90e3OQK.mjs +0 -34
  283. package/components/chunks/MazSpinner-f6pBzqbu.mjs +0 -34
  284. package/components/chunks/MazTableRow-CIO-x6Lb.mjs +0 -30
  285. package/components/chunks/examples.mobile.json-JpNGylGv.mjs +0 -4
  286. package/components/chunks/useInstanceUniqId-DW9jO1Sz.mjs +0 -11
  287. package/modules/chunks/MazBtn-0CRjeBvn.mjs +0 -103
  288. package/modules/chunks/MazBtn-DRqCRJD-.cjs +0 -1
  289. package/modules/chunks/MazSpinner-DV--lwdI.mjs +0 -34
  290. package/modules/chunks/MazSpinner-DersvZQw.cjs +0 -1
  291. package/modules/chunks/index-DvromXrX.cjs +0 -124
  292. package/types/components/MazPhoneNumberInput.vue.d.ts +0 -240
@@ -1,4 +1,4 @@
1
- import { defineComponent as O, ref as x, computed as f, onMounted as Q, onUnmounted as K, openBlock as p, createElementBlock as v, normalizeClass as A, normalizeStyle as w, createElementVNode as m, renderSlot as C, withDirectives as q, vShow as F, useId as P, unref as S, mergeProps as j, createVNode as V, createTextVNode as _, toDisplayString as I, createCommentVNode as E, defineAsyncComponent as B, watch as T, withCtx as H, Fragment as Z, renderList as G } from "vue";
1
+ import { defineComponent as M, ref as A, computed as f, onMounted as Q, onUnmounted as K, openBlock as p, createElementBlock as v, normalizeClass as $, normalizeStyle as w, createElementVNode as m, renderSlot as C, withDirectives as U, vShow as x, useId as P, unref as S, mergeProps as D, createVNode as V, createTextVNode as O, toDisplayString as _, createCommentVNode as E, defineAsyncComponent as B, watch as T, withCtx as H, Fragment as Z, renderList as G } from "vue";
2
2
  import '../assets/MazChecklist.css';const J = {
3
3
  removeAccents: !0,
4
4
  caseSensitive: !1,
@@ -9,8 +9,8 @@ import '../assets/MazChecklist.css';const J = {
9
9
  removeNumbers: !1,
10
10
  customNormalizationForms: ["NFC", "NFKD"]
11
11
  };
12
- function U(c, t) {
13
- const e = { ...J, ...t }, n = {
12
+ function j(c, a) {
13
+ const e = { ...J, ...a }, s = {
14
14
  À: "A",
15
15
  Á: "A",
16
16
  Â: "A",
@@ -59,13 +59,13 @@ function U(c, t) {
59
59
  ñ: "n",
60
60
  ó: "o"
61
61
  };
62
- let l = c.toString();
63
- if (e.trim && (l = l.trim()), e.normalizeSpaces && (l = l.replaceAll(/\s+/g, " ")), e.replaceSpaces && (l = l.replaceAll(" ", "-")), e.removeNumbers && (l = l.replaceAll(/\d/g, "")), e.removeAccents && (l = l.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (u) => n[u] || u), l = l.replaceAll(/[\u0300-\u036F]/g, "")), e.caseSensitive === !1 && (l = l.toLowerCase()), e.removeSpecialCharacters && (l = l.replaceAll(/[^\dA-Z-]/gi, "")), e.trim && (l = l.trim()), e.customNormalizationForms)
62
+ let t = c.toString();
63
+ if (e.trim && (t = t.trim()), e.normalizeSpaces && (t = t.replaceAll(/\s+/g, " ")), e.replaceSpaces && (t = t.replaceAll(" ", "-")), e.removeNumbers && (t = t.replaceAll(/\d/g, "")), e.removeAccents && (t = t.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (u) => s[u] || u), t = t.replaceAll(/[\u0300-\u036F]/g, "")), e.caseSensitive === !1 && (t = t.toLowerCase()), e.removeSpecialCharacters && (t = t.replaceAll(/[^\dA-Z-]/gi, "")), e.trim && (t = t.trim()), e.customNormalizationForms)
64
64
  for (const u of e.customNormalizationForms)
65
- l = l.normalize(u);
66
- return l;
65
+ t = t.normalize(u);
66
+ return t;
67
67
  }
68
- const W = { class: "inner" }, X = /* @__PURE__ */ O({
68
+ const W = { class: "inner" }, X = /* @__PURE__ */ M({
69
69
  __name: "MazCardSpotlight",
70
70
  props: {
71
71
  color: { default: "primary" },
@@ -76,16 +76,16 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
76
76
  innerOpacity: { default: 0.95 }
77
77
  },
78
78
  setup(c) {
79
- const t = c, e = x(), n = x(), l = x(!1);
80
- function u({ clientX: i, clientY: y }) {
81
- var s, d, b;
82
- l.value = !0;
83
- const a = (s = n.value) == null ? void 0 : s.getBoundingClientRect();
84
- a && ((b = (d = e.value) == null ? void 0 : d.animate) == null || b.call(
79
+ const a = c, e = A(), s = A(), t = A(!1);
80
+ function u({ clientX: i, clientY: g }) {
81
+ var n, d, b;
82
+ t.value = !0;
83
+ const l = (n = s.value) == null ? void 0 : n.getBoundingClientRect();
84
+ l && ((b = (d = e.value) == null ? void 0 : d.animate) == null || b.call(
85
85
  d,
86
86
  [
87
87
  {
88
- transform: `translate(${i - a.left - a.width / 2}px,${y - a.top - a.height / 2}px)`
88
+ transform: `translate(${i - l.left - l.width / 2}px,${g - l.top - l.height / 2}px)`
89
89
  }
90
90
  ],
91
91
  {
@@ -94,15 +94,15 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
94
94
  }
95
95
  ));
96
96
  }
97
- const z = f(() => `var(--maz-color-${t.color}-alpha)`), h = f(() => `var(--maz-color-${t.color}-alpha-20)`);
97
+ const y = f(() => `var(--maz-color-${a.color}-alpha)`), h = f(() => `var(--maz-color-${a.color}-alpha-20)`);
98
98
  return Q(() => {
99
99
  window.addEventListener("mousemove", u);
100
100
  }), K(() => {
101
101
  window.removeEventListener("mousemove", u);
102
- }), (i, y) => (p(), v(
102
+ }), (i, g) => (p(), v(
103
103
  "div",
104
104
  {
105
- class: A(["m-card-spotlight", { "maz-elevation": !i.noElevation }]),
105
+ class: $(["m-card-spotlight m-reset-css", { "maz-elevation": !i.noElevation }]),
106
106
  style: w({ backgroundColor: h.value, "--inner-opacity": i.innerOpacity })
107
107
  },
108
108
  [
@@ -110,7 +110,7 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
110
110
  m(
111
111
  "div",
112
112
  {
113
- class: A(["content", [{ "maz-p-4": i.padding }, i.contentClass]])
113
+ class: $(["content", [{ "maz-p-4": i.padding }, i.contentClass]])
114
114
  },
115
115
  [
116
116
  C(i.$slots, "default", {}, void 0, !0)
@@ -119,50 +119,49 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
119
119
  /* CLASS */
120
120
  )
121
121
  ]),
122
- q(m(
122
+ U(m(
123
123
  "div",
124
124
  {
125
125
  ref_key: "blobElement",
126
126
  ref: e,
127
127
  class: "blob",
128
- style: w({ backgroundColor: z.value })
128
+ style: w({ backgroundColor: y.value })
129
129
  },
130
130
  null,
131
131
  4
132
132
  /* STYLE */
133
133
  ), [
134
- [F, l.value]
134
+ [x, t.value]
135
135
  ]),
136
- q(m(
136
+ U(m(
137
137
  "div",
138
138
  {
139
139
  ref_key: "fakeblobElement",
140
- ref: n,
140
+ ref: s,
141
141
  class: "fakeblob"
142
142
  },
143
143
  null,
144
144
  512
145
145
  /* NEED_PATCH */
146
146
  ), [
147
- [F, l.value]
147
+ [x, t.value]
148
148
  ])
149
149
  ],
150
150
  6
151
151
  /* CLASS, STYLE */
152
152
  ));
153
153
  }
154
- }), D = (c, t) => {
154
+ }), q = (c, a) => {
155
155
  const e = c.__vccOpts || c;
156
- for (const [n, l] of t)
157
- e[n] = l;
156
+ for (const [s, t] of a)
157
+ e[s] = t;
158
158
  return e;
159
- }, Y = /* @__PURE__ */ D(X, [["__scopeId", "data-v-30c7054c"]]);
159
+ }, Y = /* @__PURE__ */ q(X, [["__scopeId", "data-v-4f773edc"]]);
160
160
  function ee({
161
161
  componentName: c,
162
- providedId: t
162
+ providedId: a
163
163
  }) {
164
- const e = P();
165
- return f(() => t ?? `${c}-${e}`);
164
+ return f(() => a ?? `${c}-${P().replace(/:/g, "")}`);
166
165
  }
167
166
  const oe = {
168
167
  xmlns: "http://www.w3.org/2000/svg",
@@ -171,8 +170,8 @@ const oe = {
171
170
  fill: "none",
172
171
  viewBox: "0 0 24 24"
173
172
  };
174
- function L(c, t) {
175
- return p(), v("svg", oe, t[0] || (t[0] = [
173
+ function L(c, a) {
174
+ return p(), v("svg", oe, a[0] || (a[0] = [
176
175
  m(
177
176
  "path",
178
177
  {
@@ -188,11 +187,11 @@ function L(c, t) {
188
187
  )
189
188
  ]));
190
189
  }
191
- const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
190
+ const R = { render: L }, be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
192
191
  __proto__: null,
193
192
  default: R,
194
193
  render: L
195
- }, Symbol.toStringTag, { value: "Module" })), ae = ["for", "aria-checked"], le = ["id", "checked", "disabled", "name"], te = { class: "m-checkbox__text" }, re = /* @__PURE__ */ O({
194
+ }, Symbol.toStringTag, { value: "Module" })), le = ["for", "aria-checked"], te = ["id", "checked", "disabled", "name"], ae = { class: "m-checkbox__text" }, re = /* @__PURE__ */ M({
196
195
  inheritAttrs: !1,
197
196
  __name: "MazCheckbox",
198
197
  props: {
@@ -212,13 +211,13 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
212
211
  hint: {}
213
212
  },
214
213
  emits: ["update:model-value", "change", "blur", "focus"],
215
- setup(c, { emit: t }) {
216
- const e = c, n = t, l = ee({
214
+ setup(c, { emit: a }) {
215
+ const e = c, s = a, t = ee({
217
216
  componentName: "MazCheckbox",
218
217
  providedId: e.id
219
218
  }), u = f(
220
219
  () => typeof e.value != "boolean" && Array.isArray(e.modelValue) ? e.modelValue.includes(e.value) : typeof e.modelValue == "boolean" ? e.modelValue : !1
221
- ), z = f(() => {
220
+ ), y = f(() => {
222
221
  switch (e.size) {
223
222
  case "xl":
224
223
  return "2rem";
@@ -248,8 +247,8 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
248
247
  default:
249
248
  return "maz-text-lg";
250
249
  }
251
- }), i = f(() => e.color === "theme" ? "var(--maz-color-bg)" : `var(--maz-color-${e.color}-contrast)`), y = f(() => e.color === "theme" ? "var(--maz-color-bg-theme)" : `var(--maz-color-${e.color})`), a = f(() => e.error ? "var(--maz-color-danger)" : e.warning ? "var(--maz-color-warning)" : e.success ? "var(--maz-color-success)" : ["black", "transparent", "theme"].includes(e.color) ? "var(--maz-color-muted)" : `var(--maz-color-${e.color}-alpha)`);
252
- function s(o) {
250
+ }), i = f(() => e.color === "theme" ? "var(--maz-color-bg)" : `var(--maz-color-${e.color}-contrast)`), g = f(() => e.color === "theme" ? "var(--maz-color-bg-theme)" : `var(--maz-color-${e.color})`), l = f(() => e.error ? "var(--maz-color-danger)" : e.warning ? "var(--maz-color-warning)" : e.success ? "var(--maz-color-success)" : ["black", "transparent", "theme"].includes(e.color) ? "var(--maz-color-muted)" : `var(--maz-color-${e.color}-alpha)`);
251
+ function n(o) {
253
252
  ["Space"].includes(o.code) && (o.preventDefault(), b(e.value ?? !e.modelValue));
254
253
  }
255
254
  function d(o) {
@@ -257,32 +256,32 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
257
256
  }
258
257
  function b(o) {
259
258
  const r = d(o);
260
- n("update:model-value", r), n("change", r);
259
+ s("update:model-value", r), s("change", r);
261
260
  }
262
- const g = x();
263
- function $(o) {
261
+ const k = A();
262
+ function I(o) {
264
263
  var r;
265
- (r = g.value) == null || r.dispatchEvent(new Event("blur")), n("blur", o);
264
+ (r = k.value) == null || r.dispatchEvent(new Event("blur")), s("blur", o);
266
265
  }
267
- function k(o) {
266
+ function z(o) {
268
267
  var r;
269
- (r = g.value) == null || r.dispatchEvent(new Event("focus")), n("focus", o);
268
+ (r = k.value) == null || r.dispatchEvent(new Event("focus")), s("focus", o);
270
269
  }
271
270
  return (o, r) => (p(), v("label", {
272
- for: S(l),
273
- class: A(["m-checkbox", [{ "--disabled": o.disabled, "--error": o.error, "--warning": o.warning, "--success": o.success }, e.class]]),
271
+ for: S(t),
272
+ class: $(["m-checkbox m-reset-css", [{ "--disabled": o.disabled, "--error": o.error, "--warning": o.warning, "--success": o.success }, e.class]]),
274
273
  tabindex: "0",
275
- style: w([o.style, { "--checkbox-selected-color": y.value, "--checkbox-box-shadow-color": a.value }]),
274
+ style: w([o.style, { "--checkbox-selected-color": g.value, "--checkbox-box-shadow-color": l.value }]),
276
275
  role: "checkbox",
277
276
  "aria-checked": u.value,
278
- onKeydown: s,
279
- onBlur: $,
280
- onFocus: k
277
+ onKeydown: n,
278
+ onBlur: I,
279
+ onFocus: z
281
280
  }, [
282
- m("input", j({
283
- id: S(l),
281
+ m("input", D({
282
+ id: S(t),
284
283
  ref_key: "inputRef",
285
- ref: g,
284
+ ref: k,
286
285
  checked: u.value
287
286
  }, o.$attrs, {
288
287
  tabindex: "-1",
@@ -290,28 +289,28 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
290
289
  name: o.name,
291
290
  type: "checkbox",
292
291
  onChange: r[0] || (r[0] = (N) => {
293
- var M;
294
- return b(o.value ?? ((M = N == null ? void 0 : N.target) == null ? void 0 : M.checked));
292
+ var F;
293
+ return b(o.value ?? ((F = N == null ? void 0 : N.target) == null ? void 0 : F.checked));
295
294
  })
296
- }), null, 16, le),
295
+ }), null, 16, te),
297
296
  m(
298
297
  "span",
299
298
  {
300
- style: w({ width: z.value, height: z.value })
299
+ style: w({ width: y.value, height: y.value })
301
300
  },
302
301
  [
303
302
  V(S(R), {
304
- class: A(["check-icon", h.value]),
303
+ class: $(["check-icon", h.value]),
305
304
  style: w({ color: i.value })
306
305
  }, null, 8, ["class", "style"])
307
306
  ],
308
307
  4
309
308
  /* STYLE */
310
309
  ),
311
- m("div", te, [
310
+ m("div", ae, [
312
311
  C(o.$slots, "default", { value: o.value }, () => [
313
- _(
314
- I(o.label),
312
+ O(
313
+ _(o.label),
315
314
  1
316
315
  /* TEXT */
317
316
  )
@@ -320,31 +319,31 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
320
319
  "span",
321
320
  {
322
321
  key: 0,
323
- class: A(["m-checkbox__hint", {
322
+ class: $(["m-checkbox__hint", {
324
323
  "--error": o.error,
325
324
  "--success": o.success,
326
325
  "--warning": o.warning
327
326
  }]),
328
- style: w({ boxShadow: `0 0 0 0.125rem ${a.value}` })
327
+ style: w({ boxShadow: `0 0 0 0.125rem ${l.value}` })
329
328
  },
330
- I(o.hint),
329
+ _(o.hint),
331
330
  7
332
331
  /* TEXT, CLASS, STYLE */
333
332
  )) : E("v-if", !0)
334
333
  ])
335
- ], 46, ae));
334
+ ], 46, le));
336
335
  }
337
- }), ne = /* @__PURE__ */ D(re, [["__scopeId", "data-v-65d7fb3b"]]), se = { class: "m-checklist maz-flex maz-flex-col maz-gap-4" }, ce = {
336
+ }), se = /* @__PURE__ */ q(re, [["__scopeId", "data-v-66c21eaf"]]), ne = { class: "m-checklist m-reset-css" }, ce = {
338
337
  key: 0,
339
338
  for: "query",
340
- class: "maz-flex maz-items-center maz-justify-between maz-gap-4"
339
+ class: "search-label"
341
340
  }, ue = {
342
341
  key: 0,
343
- class: "maz-flex-none maz-truncate"
342
+ class: "title"
344
343
  }, ie = {
345
344
  key: 0,
346
- class: "maz-flex maz-h-full maz-flex-center"
347
- }, de = { class: "maz-flex maz-h-full maz-flex-col maz-gap-3 maz-flex-center" }, me = { class: "maz-text-muted" }, fe = ["for"], pe = { class: "cap-f" }, be = /* @__PURE__ */ O({
345
+ class: "no-results"
346
+ }, de = { class: "no-results-content" }, me = { class: "no-results-text" }, fe = ["for"], pe = { class: "item-label" }, ve = /* @__PURE__ */ M({
348
347
  __name: "MazChecklist",
349
348
  props: {
350
349
  modelValue: { default: void 0 },
@@ -359,76 +358,76 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
359
358
  color: { default: "primary" }
360
359
  },
361
360
  emits: ["update:query", "update:model-value"],
362
- setup(c, { emit: t }) {
363
- const e = c, n = t, l = B(() => import("./MazInput-HLPtw5QK.mjs")), u = B(
361
+ setup(c, { emit: a }) {
362
+ const e = c, s = a, t = B(() => import("./MazInput-BjnuoFvn.mjs")), u = B(
364
363
  () => import("./magnifying-glass--nBiyXot.mjs")
365
- ), z = B(
364
+ ), y = B(
366
365
  () => import("./no-symbol-CIgKzsrB.mjs")
367
- ), h = x(e.query);
366
+ ), h = A(e.query);
368
367
  T(
369
368
  () => e.query,
370
- (a) => {
371
- h.value = a;
369
+ (l) => {
370
+ h.value = l;
372
371
  }
373
372
  );
374
373
  const i = f(() => {
375
- var s;
374
+ var n;
376
375
  if (!h.value)
377
376
  return e.items;
378
- const a = U(h.value, e.searchOptions);
379
- return (s = e.items) == null ? void 0 : s.filter(
380
- ({ label: d }) => U(d, e.searchOptions).includes(a)
377
+ const l = j(h.value, e.searchOptions);
378
+ return (n = e.items) == null ? void 0 : n.filter(
379
+ ({ label: d }) => j(d, e.searchOptions).includes(l)
381
380
  );
382
381
  });
383
- function y(a) {
384
- h.value = a, n("update:query", a);
382
+ function g(l) {
383
+ h.value = l, s("update:query", l);
385
384
  }
386
- return (a, s) => {
387
- var d, b, g, $;
388
- return p(), v("div", se, [
389
- (d = a.search) != null && d.enabled ? (p(), v("label", ce, [
390
- a.$slots.title || a.title ? (p(), v("span", ue, [
391
- C(a.$slots, "title", {}, () => [
392
- _(
393
- I(a.title),
385
+ return (l, n) => {
386
+ var d, b, k, I;
387
+ return p(), v("div", ne, [
388
+ (d = l.search) != null && d.enabled ? (p(), v("label", ce, [
389
+ l.$slots.title || l.title ? (p(), v("span", ue, [
390
+ C(l.$slots, "title", {}, () => [
391
+ O(
392
+ _(l.title),
394
393
  1
395
394
  /* TEXT */
396
395
  )
397
- ])
396
+ ], !0)
398
397
  ])) : E("v-if", !0),
399
- V(S(l), j({
398
+ V(S(t), D({
400
399
  id: "query",
401
400
  "model-value": h.value
402
- }, a.search, {
403
- color: a.color,
404
- "left-icon": a.search.leftIcon ?? S(u),
405
- debounce: a.search.debounce ?? 300,
406
- label: (b = a.search) == null ? void 0 : b.label,
407
- name: ((g = a.search) == null ? void 0 : g.name) ?? "search",
408
- placeholder: ($ = a.search) == null ? void 0 : $.placeholder,
409
- "onUpdate:modelValue": s[0] || (s[0] = (k) => y(k))
401
+ }, l.search, {
402
+ color: l.color,
403
+ "left-icon": l.search.leftIcon ?? S(u),
404
+ debounce: l.search.debounce ?? 300,
405
+ label: (b = l.search) == null ? void 0 : b.label,
406
+ name: ((k = l.search) == null ? void 0 : k.name) ?? "search",
407
+ placeholder: (I = l.search) == null ? void 0 : I.placeholder,
408
+ "onUpdate:modelValue": n[0] || (n[0] = (z) => g(z))
410
409
  }), null, 16, ["model-value", "color", "left-icon", "debounce", "label", "name", "placeholder"])
411
410
  ])) : E("v-if", !0),
412
411
  V(Y, {
413
- color: a.color,
414
- "no-elevation": !a.elevation,
412
+ color: l.color,
413
+ "no-elevation": !l.elevation,
415
414
  padding: !1,
416
- "content-class": "maz-flex maz-flex-col maz-maz-gap-2 maz-overflow-y-auto maz-bg-color maz-px-3 maz-py-2"
415
+ "content-class": "card-content"
417
416
  }, {
418
417
  default: H(() => {
419
- var k;
418
+ var z;
420
419
  return [
421
- ((k = i.value) == null ? void 0 : k.length) === 0 ? (p(), v("div", ie, [
422
- C(a.$slots, "no-results", {}, () => [
420
+ ((z = i.value) == null ? void 0 : z.length) === 0 ? (p(), v("div", ie, [
421
+ C(l.$slots, "no-results", {}, () => [
423
422
  m("div", de, [
424
- V(S(z), { class: "maz-text-3xl maz-text-muted" }),
423
+ V(S(y), { class: "no-results-icon" }),
425
424
  m("span", me, [
426
- C(a.$slots, "no-results-text", {}, () => [
427
- s[2] || (s[2] = _(" No results found "))
428
- ])
425
+ C(l.$slots, "no-results-text", {}, () => [
426
+ n[2] || (n[2] = O(" No results found "))
427
+ ], !0)
429
428
  ])
430
429
  ])
431
- ])
430
+ ], !0)
432
431
  ])) : E("v-if", !0),
433
432
  (p(!0), v(
434
433
  Z,
@@ -436,27 +435,27 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
436
435
  G(i.value, (o) => (p(), v("label", {
437
436
  key: o.value,
438
437
  for: o.value,
439
- class: "m-checklist-item maz-flex maz-w-full maz-cursor-pointer maz-items-center maz-gap-4 maz-rounded maz-px-3 maz-py-2 maz-text-left hover:maz-bg-color-light"
438
+ class: "m-checklist-item m-reset-css"
440
439
  }, [
441
- V(ne, {
440
+ V(se, {
442
441
  id: o.value,
443
442
  "model-value": e.modelValue,
444
443
  value: o.value,
445
- color: a.color,
446
- "onUpdate:modelValue": s[1] || (s[1] = (r) => n("update:model-value", r))
444
+ color: l.color,
445
+ "onUpdate:modelValue": n[1] || (n[1] = (r) => s("update:model-value", r))
447
446
  }, null, 8, ["id", "model-value", "value", "color"]),
448
- C(a.$slots, "item", {
449
- selectedValues: a.modelValue,
447
+ C(l.$slots, "item", {
448
+ selectedValues: l.modelValue,
450
449
  item: o
451
450
  }, () => [
452
451
  m(
453
452
  "span",
454
453
  pe,
455
- I(o.label),
454
+ _(o.label),
456
455
  1
457
456
  /* TEXT */
458
457
  )
459
- ])
458
+ ], !0)
460
459
  ], 8, fe))),
461
460
  128
462
461
  /* KEYED_FRAGMENT */
@@ -469,10 +468,10 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
469
468
  ]);
470
469
  };
471
470
  }
472
- });
471
+ }), ye = /* @__PURE__ */ q(ve, [["__scopeId", "data-v-46a35a33"]]);
473
472
  export {
474
- D as _,
475
- be as a,
476
- he as c,
473
+ ye as M,
474
+ q as _,
475
+ be as c,
477
476
  ee as u
478
477
  };