maz-ui 3.47.2-beta.0 → 3.47.2-beta.11

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 (346) hide show
  1. package/components/MazAccordion.d.ts +3 -2
  2. package/components/MazAccordion.mjs +82 -90
  3. package/components/MazAnimatedCounter.d.ts +16 -32
  4. package/components/MazAnimatedCounter.mjs +27 -29
  5. package/components/MazAvatar.d.ts +2 -1
  6. package/components/MazAvatar.mjs +1 -1
  7. package/components/MazBackdrop.d.ts +2 -1
  8. package/components/MazBadge.d.ts +7 -2
  9. package/components/MazBadge.mjs +1 -1
  10. package/components/MazBottomSheet.d.ts +2 -1
  11. package/components/MazBottomSheet.mjs +1 -1
  12. package/components/MazBtn.d.ts +4 -3
  13. package/components/MazBtn.mjs +1 -1
  14. package/components/MazCard.d.ts +5 -4
  15. package/components/MazCard.mjs +1 -1
  16. package/components/MazCardSpotlight.d.ts +3 -2
  17. package/components/MazCardSpotlight.mjs +18 -22
  18. package/components/MazCarousel.d.ts +3 -2
  19. package/components/MazCarousel.mjs +1 -1
  20. package/components/MazChart.mjs +23 -32
  21. package/components/MazCheckbox.d.ts +4 -3
  22. package/components/MazCheckbox.mjs +74 -70
  23. package/components/MazChecklist.d.ts +2 -5
  24. package/components/MazChecklist.mjs +1 -1
  25. package/components/MazCircularProgressBar.d.ts +19 -66
  26. package/components/MazCircularProgressBar.mjs +47 -52
  27. package/components/MazDialog.d.ts +5 -3
  28. package/components/MazDialog.mjs +1 -1
  29. package/components/MazDialogPromise.mjs +1 -1
  30. package/components/MazDrawer.d.ts +2 -1
  31. package/components/MazDrawer.mjs +1 -1
  32. package/components/MazDropdown.d.ts +25 -3
  33. package/components/MazDropdown.mjs +2 -348
  34. package/components/MazDropzone.d.ts +1 -1
  35. package/components/MazExpandAnimation.d.ts +6 -5
  36. package/components/MazExpandAnimation.mjs +27 -31
  37. package/components/MazFullscreenLoader.d.ts +2 -1
  38. package/components/MazGallery.d.ts +1 -1
  39. package/components/MazGallery.mjs +1 -1
  40. package/components/MazIcon.mjs +14 -13
  41. package/components/MazInput.d.ts +16 -3
  42. package/components/MazInput.mjs +1 -1
  43. package/components/MazInputCode.d.ts +1 -1
  44. package/components/MazInputCode.mjs +26 -30
  45. package/components/MazInputNumber.d.ts +2 -2
  46. package/components/MazInputNumber.mjs +1 -1
  47. package/components/MazInputPrice.d.ts +4 -3
  48. package/components/MazInputPrice.mjs +1 -1
  49. package/components/MazInputTags.mjs +1 -1
  50. package/components/MazLazyImg.d.ts +2 -1
  51. package/components/MazLink.d.ts +2 -1
  52. package/components/MazLink.mjs +19 -31
  53. package/components/MazLoadingBar.d.ts +1 -1
  54. package/components/MazLoadingBar.mjs +31 -27
  55. package/components/MazPagination.d.ts +3 -2
  56. package/components/MazPagination.mjs +1 -1
  57. package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +29 -53
  58. package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +4 -4
  59. package/components/MazPhoneNumberInput.d.ts +6 -5
  60. package/components/MazPhoneNumberInput.mjs +1 -1
  61. package/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
  62. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
  63. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  64. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
  65. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
  66. package/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
  67. package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  68. package/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
  69. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
  70. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
  71. package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  72. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
  73. package/components/MazPicker.d.ts +3 -1
  74. package/components/MazPicker.mjs +1 -1
  75. package/components/MazPullToRefresh.d.ts +4 -3
  76. package/components/MazRadio.d.ts +1 -1
  77. package/components/MazRadio.mjs +27 -37
  78. package/components/MazRadioButtons.d.ts +1 -1
  79. package/components/MazRadioButtons.mjs +61 -66
  80. package/components/MazReadingProgressBar.d.ts +1 -1
  81. package/components/MazSelect.d.ts +1 -1
  82. package/components/MazSelect.mjs +1 -1
  83. package/components/MazSlider.d.ts +1 -1
  84. package/components/MazSlider.mjs +107 -116
  85. package/components/MazSpinner.d.ts +1 -1
  86. package/components/MazStepper.d.ts +3 -2
  87. package/components/MazStepper.mjs +1 -1
  88. package/components/MazSwitch.d.ts +2 -1
  89. package/components/MazSwitch.mjs +20 -27
  90. package/components/MazTable.d.ts +14 -8
  91. package/components/MazTable.mjs +3 -2
  92. package/components/MazTableCell.d.ts +3 -2
  93. package/components/MazTableCell.mjs +12 -12
  94. package/components/MazTableRow.d.ts +3 -2
  95. package/components/MazTableRow.mjs +16 -16
  96. package/components/MazTableTitle.d.ts +3 -2
  97. package/components/MazTableTitle.mjs +18 -18
  98. package/components/MazTabs.d.ts +3 -2
  99. package/components/MazTabsBar.d.ts +3 -2
  100. package/components/MazTabsBar.mjs +1 -1
  101. package/components/MazTabsContent.d.ts +3 -2
  102. package/components/MazTabsContent.mjs +4 -4
  103. package/components/MazTabsContentItem.d.ts +2 -1
  104. package/components/MazTabsContentItem.mjs +7 -7
  105. package/components/MazTextarea.d.ts +58 -32
  106. package/components/MazTextarea.mjs +130 -112
  107. package/components/MazTransitionExpand.d.ts +2 -1
  108. package/components/MazTransitionExpand.mjs +9 -9
  109. package/components/assets/MazAccordion.css +1 -1
  110. package/components/assets/MazAnimatedCounter.css +1 -1
  111. package/components/assets/MazAvatar.css +1 -1
  112. package/components/assets/MazBadge.css +1 -1
  113. package/components/assets/MazBtn.css +1 -1
  114. package/components/assets/MazCardSpotlight.css +1 -1
  115. package/components/assets/MazCheckbox.css +1 -1
  116. package/components/assets/MazChecklist.css +1 -1
  117. package/components/assets/MazCircularProgressBar.css +1 -1
  118. package/components/assets/MazDropdown.css +1 -1
  119. package/components/assets/MazExpandAnimation.css +1 -1
  120. package/components/assets/MazGallery.css +1 -1
  121. package/components/assets/MazInput.css +1 -1
  122. package/components/assets/MazInputCode.css +1 -1
  123. package/components/assets/MazInputNumber.css +1 -1
  124. package/components/assets/MazInputPrice.css +1 -1
  125. package/components/assets/MazInputTags.css +1 -1
  126. package/components/assets/MazLink.css +1 -1
  127. package/components/assets/MazLoadingBar.css +1 -1
  128. package/components/assets/MazPagination.css +1 -1
  129. package/components/assets/MazPhoneNumberInput.css +1 -1
  130. package/components/assets/MazPicker.css +1 -1
  131. package/components/assets/MazRadio.css +1 -1
  132. package/components/assets/MazSelect.css +1 -1
  133. package/components/assets/MazStepper.css +1 -1
  134. package/components/assets/MazSwitch.css +1 -1
  135. package/components/assets/MazTable.css +1 -1
  136. package/components/assets/MazTableCell.css +1 -1
  137. package/components/assets/MazTableRow.css +1 -1
  138. package/components/assets/MazTableTitle.css +1 -1
  139. package/components/assets/MazTabsBar.css +1 -1
  140. package/components/assets/MazTextarea.css +1 -1
  141. package/components/assets/MazTransitionExpand.css +1 -1
  142. package/components/chunks/{MazAvatar-DFoZvWmg.mjs → MazAvatar-CZzOIbzh.mjs} +54 -54
  143. package/components/chunks/{MazBadge-CvIiiTdM.mjs → MazBadge-CupQjB8D.mjs} +2 -2
  144. package/components/chunks/{MazBottomSheet-DqK0EOsq.mjs → MazBottomSheet-D9EPpEV8.mjs} +28 -29
  145. package/components/chunks/MazBtn-BSgCMRt0.mjs +103 -0
  146. package/components/chunks/MazBtn-BVWOyFm-.mjs +103 -0
  147. package/components/chunks/MazBtn-BfIn7glE.mjs +103 -0
  148. package/components/chunks/MazBtn-Br3xKJMD.mjs +103 -0
  149. package/components/chunks/MazBtn-CB6xVwox.mjs +103 -0
  150. package/components/chunks/MazBtn-CIAdgMGr.mjs +111 -0
  151. package/components/chunks/MazBtn-CM-xSnA5.mjs +108 -0
  152. package/components/chunks/MazBtn-CQq-U8qQ.mjs +103 -0
  153. package/components/chunks/MazBtn-Chk7DWOF.mjs +103 -0
  154. package/components/chunks/MazBtn-Ck84sP9a.mjs +103 -0
  155. package/components/chunks/MazBtn-DI80W9rl.mjs +103 -0
  156. package/components/chunks/MazBtn-DhSKmF01.mjs +103 -0
  157. package/components/chunks/MazBtn-DzwuLea3.mjs +103 -0
  158. package/components/chunks/MazBtn-tOUtVpek.mjs +103 -0
  159. package/components/chunks/{MazCard-FSXmHyhj.mjs → MazCard-XBaeDZkg.mjs} +18 -19
  160. package/components/chunks/{MazCarousel-BEl86YGW.mjs → MazCarousel-COTaKhKF.mjs} +20 -21
  161. package/components/chunks/{MazCheckbox-BmnqBHaY.mjs → MazCheckbox-B-Sw22La.mjs} +63 -60
  162. package/components/chunks/{MazCheckbox-Cq9gpTEw.mjs → MazCheckbox-DjY15PA3.mjs} +63 -58
  163. package/components/chunks/{MazCheckbox-2G4VkxDz.mjs → MazCheckbox-DxfneUvu.mjs} +63 -59
  164. package/components/chunks/{MazChecklist-CY1Cv70T.mjs → MazChecklist-DaozZlNb.mjs} +160 -166
  165. package/components/chunks/{MazDialog-CPgFpAlq.mjs → MazDialog-XiX9LEiz.mjs} +66 -81
  166. package/components/chunks/MazDialogPromise-B9_e3Ma9.mjs +488 -0
  167. package/components/chunks/MazDropdown-CKuIGitT.mjs +427 -0
  168. package/components/chunks/MazExpandAnimation-Bdf0-L85.mjs +54 -0
  169. package/components/chunks/{MazGallery-CZOokGAt.mjs → MazGallery-BooLoRWi.mjs} +64 -68
  170. package/components/chunks/{MazGallery-BknvUeo1.mjs → MazGallery-DUOQamrE.mjs} +63 -67
  171. package/components/chunks/MazIcon-BX2Gbz8R.mjs +4 -0
  172. package/components/chunks/{MazIcon-DjMuw8Bz.mjs → MazIcon-C-aPrqx2.mjs} +4 -3
  173. package/components/chunks/{MazIcon-z-jTiuyI.mjs → MazIcon-DFW4cVVf.mjs} +4 -3
  174. package/components/chunks/{MazIcon-BbvBov5G.mjs → MazIcon-_hN-Kivn.mjs} +14 -13
  175. package/components/chunks/MazInput-BWAWlxDa.mjs +314 -0
  176. package/components/chunks/MazInput-DIN1VAoX.mjs +325 -0
  177. package/components/chunks/MazInput-HLPtw5QK.mjs +313 -0
  178. package/components/chunks/MazInputNumber-7Ku2ZcG-.mjs +601 -0
  179. package/components/chunks/{MazInputPrice-BrxE5WVf.mjs → MazInputPrice-C5yErBFP.mjs} +199 -176
  180. package/components/chunks/MazInputTags-DvbQ2mK8.mjs +614 -0
  181. package/components/chunks/{MazLazyImg-C03sUOXs.mjs → MazLazyImg-DQLwaKKz.mjs} +2 -2
  182. package/components/chunks/MazLink-mrqHeBS0.mjs +67 -0
  183. package/components/chunks/MazLoadingBar-CNm3Yt6D.mjs +36 -0
  184. package/components/chunks/MazPagination-BSu0Ifkp.mjs +327 -0
  185. package/components/chunks/{MazPhoneNumberInput-Cd25AzXc.mjs → MazPhoneNumberInput-B5Up8CqL.mjs} +596 -612
  186. package/components/chunks/MazPicker-CzYUZcLy.mjs +2487 -0
  187. package/components/chunks/{MazPickerMonthSwitcher-CyHYx8TT.mjs → MazPickerMonthSwitcher-Ds5agR3Z.mjs} +1 -1
  188. package/components/chunks/{MazPickerShortcuts-Bsi8cnox.mjs → MazPickerShortcuts-BP6CY9-c.mjs} +1 -1
  189. package/components/chunks/{MazPickerYearSwitcher-DLUSMAtz.mjs → MazPickerYearSwitcher-PM8qZMzR.mjs} +1 -1
  190. package/components/chunks/MazSelect-DOexatNj.mjs +871 -0
  191. package/components/chunks/{MazSelect-uCJPMXF-.mjs → MazSelect-DaDRzcT_.mjs} +172 -188
  192. package/components/chunks/{MazSpinner-2D0ZmAQz.mjs → MazSpinner-9M_EGMpy.mjs} +1 -1
  193. package/components/chunks/{MazSpinner-C1Ip-Dwh.mjs → MazSpinner-BJpv1muf.mjs} +1 -1
  194. package/components/chunks/{MazSpinner-Cqp-BMvL.mjs → MazSpinner-BlbTztM3.mjs} +1 -1
  195. package/components/chunks/{MazSpinner-BT_717pD.mjs → MazSpinner-Bsy1nA3c.mjs} +1 -1
  196. package/components/chunks/{MazSpinner-B9OwpEP_.mjs → MazSpinner-C30YfScc.mjs} +1 -1
  197. package/components/chunks/MazSpinner-C5mnD76l.mjs +34 -0
  198. package/components/chunks/{MazSpinner-CAbYLlEZ.mjs → MazSpinner-CDx6lo7l.mjs} +1 -1
  199. package/components/chunks/MazSpinner-C_GueolV.mjs +34 -0
  200. package/components/chunks/{MazSpinner-Cb3_S0zT.mjs → MazSpinner-Cc-KlPEG.mjs} +1 -1
  201. package/components/chunks/MazSpinner-Cgg2dkzQ.mjs +34 -0
  202. package/components/chunks/{MazSpinner-Bvb-lKER.mjs → MazSpinner-CkKIUYXO.mjs} +1 -1
  203. package/components/chunks/{MazSpinner-EFo8dM46.mjs → MazSpinner-CxyUHAvm.mjs} +1 -1
  204. package/components/chunks/MazSpinner-DROgQW2M.mjs +34 -0
  205. package/components/chunks/MazSpinner-DjUU4G1h.mjs +34 -0
  206. package/components/chunks/MazSpinner-Dzs2W0kq.mjs +34 -0
  207. package/components/chunks/MazSpinner-NCtEpFMm.mjs +34 -0
  208. package/components/chunks/MazSpinner-QfPXLpa_.mjs +34 -0
  209. package/components/chunks/MazSpinner-ZPQe8ON_.mjs +34 -0
  210. package/components/chunks/{MazSpinner-C-z3-68w.mjs → MazSpinner-b90e3OQK.mjs} +1 -1
  211. package/components/chunks/MazStepper-B3fuhbye.mjs +218 -0
  212. package/components/chunks/{MazTable-Cuz5QI08.mjs → MazTable-Ci8nhgOP.mjs} +199 -239
  213. package/components/chunks/MazTableCell-BIganK6X.mjs +23 -0
  214. package/components/chunks/MazTableRow-CIO-x6Lb.mjs +30 -0
  215. package/components/chunks/{MazTableTitle-BDA9G6Zw.mjs → MazTableTitle-OEgTPQB3.mjs} +4 -4
  216. package/components/chunks/MazTabsBar-CT35SCIK.mjs +177 -0
  217. package/components/chunks/{MazTransitionExpand-C-FHhOGB.mjs → MazTransitionExpand-Bcwdl9g2.mjs} +8 -8
  218. package/components/chunks/{inject-strict-BmiaNiwC.mjs → inject-strict-DEDSuzCz.mjs} +3 -3
  219. package/css/main.css +1 -1
  220. package/modules/assets/MazBtn.css +1 -1
  221. package/modules/assets/index.css +1 -1
  222. package/modules/chunks/MazBtn-0CRjeBvn.mjs +103 -0
  223. package/modules/chunks/MazBtn-DRqCRJD-.cjs +1 -0
  224. package/modules/chunks/{MazIcon-DllGg8tw.mjs → MazIcon-CeT6HK_q.mjs} +4 -3
  225. package/modules/chunks/{MazIcon-dhyR9Q8a.cjs → MazIcon-D-Gna0vz.cjs} +1 -1
  226. package/modules/chunks/{MazSpinner-bdGjxsu6.mjs → MazSpinner-DV--lwdI.mjs} +1 -1
  227. package/modules/chunks/{MazSpinner-CiIyZ8gs.cjs → MazSpinner-DersvZQw.cjs} +1 -1
  228. package/modules/chunks/index-DvromXrX.cjs +124 -0
  229. package/modules/chunks/{index-x2F1l5sr.mjs → index-Kry9j5uD.mjs} +224 -249
  230. package/modules/index.cjs +1 -1
  231. package/modules/index.mjs +1 -1
  232. package/nuxt/index.json +1 -1
  233. package/package.json +22 -21
  234. package/tailwindcss/variables/colors.ts +2 -0
  235. package/types/components/MazAccordion.vue.d.ts +3 -2
  236. package/types/components/MazAnimatedCounter.vue.d.ts +16 -32
  237. package/types/components/MazAvatar.vue.d.ts +2 -1
  238. package/types/components/MazBackdrop.vue.d.ts +2 -1
  239. package/types/components/MazBadge.vue.d.ts +7 -2
  240. package/types/components/MazBottomSheet.vue.d.ts +2 -1
  241. package/types/components/MazBtn.vue.d.ts +4 -3
  242. package/types/components/MazCard.vue.d.ts +5 -4
  243. package/types/components/MazCardSpotlight.vue.d.ts +3 -2
  244. package/types/components/MazCarousel.vue.d.ts +3 -2
  245. package/types/components/MazCheckbox.vue.d.ts +4 -3
  246. package/types/components/MazChecklist.vue.d.ts +2 -5
  247. package/types/components/MazCircularProgressBar.vue.d.ts +19 -66
  248. package/types/components/MazDialog.vue.d.ts +5 -3
  249. package/types/components/MazDrawer.vue.d.ts +2 -1
  250. package/types/components/MazDropdown.vue.d.ts +25 -3
  251. package/types/components/MazDropzone.vue.d.ts +1 -1
  252. package/types/components/MazExpandAnimation.vue.d.ts +6 -5
  253. package/types/components/MazFullscreenLoader.vue.d.ts +2 -1
  254. package/types/components/MazGallery.vue.d.ts +1 -1
  255. package/types/components/MazInput.vue.d.ts +16 -3
  256. package/types/components/MazInputCode.vue.d.ts +1 -1
  257. package/types/components/MazInputNumber.vue.d.ts +2 -2
  258. package/types/components/MazInputPrice.vue.d.ts +4 -3
  259. package/types/components/MazLazyImg.vue.d.ts +2 -1
  260. package/types/components/MazLink.vue.d.ts +2 -1
  261. package/types/components/MazLoadingBar.vue.d.ts +1 -1
  262. package/types/components/MazPagination.vue.d.ts +3 -2
  263. package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +29 -53
  264. package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +4 -4
  265. package/types/components/MazPhoneNumberInput.vue.d.ts +6 -5
  266. package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
  267. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
  268. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  269. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
  270. package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
  271. package/types/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
  272. package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  273. package/types/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
  274. package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
  275. package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
  276. package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  277. package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
  278. package/types/components/MazPicker.vue.d.ts +3 -1
  279. package/types/components/MazPullToRefresh.vue.d.ts +4 -3
  280. package/types/components/MazRadio.vue.d.ts +1 -1
  281. package/types/components/MazRadioButtons.vue.d.ts +1 -1
  282. package/types/components/MazReadingProgressBar.vue.d.ts +1 -1
  283. package/types/components/MazSelect.vue.d.ts +1 -1
  284. package/types/components/MazSlider.vue.d.ts +1 -1
  285. package/types/components/MazSpinner.vue.d.ts +1 -1
  286. package/types/components/MazStepper.vue.d.ts +3 -2
  287. package/types/components/MazSwitch.vue.d.ts +2 -1
  288. package/types/components/MazTable.vue.d.ts +14 -8
  289. package/types/components/MazTableCell.vue.d.ts +3 -2
  290. package/types/components/MazTableRow.vue.d.ts +3 -2
  291. package/types/components/MazTableTitle.vue.d.ts +3 -2
  292. package/types/components/MazTabs.vue.d.ts +3 -2
  293. package/types/components/MazTabsBar.vue.d.ts +3 -2
  294. package/types/components/MazTabsContent.vue.d.ts +3 -2
  295. package/types/components/MazTabsContentItem.vue.d.ts +2 -1
  296. package/types/components/MazTextarea.vue.d.ts +58 -32
  297. package/types/components/MazTransitionExpand.vue.d.ts +2 -1
  298. package/types/modules/composables/useFormValidator/types.d.ts +9 -5
  299. package/types/modules/composables/useFormValidator/useFormField.d.ts +3 -3
  300. package/types/modules/composables/useFormValidator/useFormValidator.d.ts +4 -4
  301. package/types/modules/composables/useFormValidator/utils.d.ts +17 -17
  302. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +2 -2
  303. package/types/modules/helpers/inject-strict.d.ts +2 -1
  304. package/types/tailwindcss/variables/colors.d.ts +2 -0
  305. package/components/chunks/MazBtn-BO3G90L3.mjs +0 -118
  306. package/components/chunks/MazBtn-BRUaoP8j.mjs +0 -126
  307. package/components/chunks/MazBtn-BhnOApJu.mjs +0 -118
  308. package/components/chunks/MazBtn-C28vKP_v.mjs +0 -118
  309. package/components/chunks/MazBtn-C87UEsVs.mjs +0 -118
  310. package/components/chunks/MazBtn-C_l3xuAh.mjs +0 -118
  311. package/components/chunks/MazBtn-CweCwE_4.mjs +0 -118
  312. package/components/chunks/MazBtn-D7IKoL2c.mjs +0 -118
  313. package/components/chunks/MazBtn-DJOUeES7.mjs +0 -118
  314. package/components/chunks/MazBtn-DVkwISlp.mjs +0 -118
  315. package/components/chunks/MazBtn-DadFupkY.mjs +0 -118
  316. package/components/chunks/MazBtn-DzBXfedt.mjs +0 -123
  317. package/components/chunks/MazBtn-GGcGrIH4.mjs +0 -118
  318. package/components/chunks/MazBtn-Mu18egu5.mjs +0 -118
  319. package/components/chunks/MazDialogPromise-BCCdkrea.mjs +0 -522
  320. package/components/chunks/MazExpandAnimation-Bkw_wFTi.mjs +0 -58
  321. package/components/chunks/MazInput-BQoQSRyL.mjs +0 -302
  322. package/components/chunks/MazInput-CJQB68c-.mjs +0 -290
  323. package/components/chunks/MazInput-oOA7gdLO.mjs +0 -291
  324. package/components/chunks/MazInputNumber-B4mQJcVB.mjs +0 -593
  325. package/components/chunks/MazInputTags-BVCej_gW.mjs +0 -606
  326. package/components/chunks/MazLink-Dl9ePCGm.mjs +0 -79
  327. package/components/chunks/MazLoadingBar-Dwf55oHy.mjs +0 -32
  328. package/components/chunks/MazPagination-CHTMRRqE.mjs +0 -362
  329. package/components/chunks/MazPicker-C78yxilJ.mjs +0 -2477
  330. package/components/chunks/MazSelect-CQDoUpgp.mjs +0 -864
  331. package/components/chunks/MazSpinner-C23CZ_Za.mjs +0 -34
  332. package/components/chunks/MazSpinner-CViChjTw.mjs +0 -34
  333. package/components/chunks/MazSpinner-CZMBhCOJ.mjs +0 -34
  334. package/components/chunks/MazSpinner-CsEQ9EXb.mjs +0 -34
  335. package/components/chunks/MazSpinner-D4C84xZe.mjs +0 -34
  336. package/components/chunks/MazSpinner-Dyf9yb51.mjs +0 -34
  337. package/components/chunks/MazSpinner-QHjOczon.mjs +0 -34
  338. package/components/chunks/MazSpinner-u8WQTgUR.mjs +0 -34
  339. package/components/chunks/MazSpinner-w-S5uCxg.mjs +0 -34
  340. package/components/chunks/MazStepper-DRWtYHZR.mjs +0 -232
  341. package/components/chunks/MazTableCell-D_OTOJiy.mjs +0 -23
  342. package/components/chunks/MazTableRow-BTcVAyOy.mjs +0 -30
  343. package/components/chunks/MazTabsBar-JkRzMDM6.mjs +0 -203
  344. package/modules/chunks/MazBtn-BSnVxud6.mjs +0 -118
  345. package/modules/chunks/MazBtn-Bf9Cq5M7.cjs +0 -9
  346. package/modules/chunks/index-BPqjUr5e.cjs +0 -149
@@ -4,6 +4,7 @@ export interface Props {
4
4
  contentClass?: unknown;
5
5
  }
6
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
7
8
  slots: Partial<Record<`title-${number}`, (_: {
8
9
  isOpen: boolean;
9
10
  }) => any>> & Partial<Record<`content-${number}`, (_: {
@@ -14,7 +15,7 @@ declare function __VLS_template(): {
14
15
  }): any;
15
16
  };
16
17
  refs: {};
17
- attrs: Partial<{}>;
18
+ rootEl: HTMLDivElement;
18
19
  };
19
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
21
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -25,7 +26,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
25
26
  id: string;
26
27
  modelValue: number;
27
28
  contentClass: undefined;
28
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
29
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
31
  export default _default;
31
32
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
- import { openBlock as f, createElementBlock as b, createElementVNode as c, useId as A, computed as g, defineComponent as k, useCssVars as V, ref as p, onMounted as O, onUnmounted as B, normalizeClass as $, normalizeStyle as w, renderSlot as h, withDirectives as E, vShow as z, mergeModels as x, useModel as I, mergeProps as L, createCommentVNode as N, useSlots as j, Fragment as D, renderList as F, createBlock as R, withCtx as M, unref as y, createVNode as S } from "vue";
2
- import './assets/MazAccordion.css';const P = {
1
+ import { openBlock as p, createElementBlock as b, createElementVNode as c, useId as V, computed as g, defineComponent as w, ref as f, onMounted as O, onUnmounted as B, normalizeClass as $, normalizeStyle as k, renderSlot as h, withDirectives as E, vShow as z, mergeModels as A, useModel as x, mergeProps as I, useSlots as L, Fragment as j, renderList as F, createBlock as N, withCtx as M, unref as y, createVNode as S } from "vue";
2
+ import './assets/MazAccordion.css';const R = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  width: "1em",
5
5
  height: "1em",
6
6
  fill: "none",
7
7
  viewBox: "0 0 24 24"
8
8
  };
9
- function T(r, t) {
10
- return f(), b("svg", P, t[0] || (t[0] = [
9
+ function P(r, n) {
10
+ return p(), b("svg", R, n[0] || (n[0] = [
11
11
  c(
12
12
  "path",
13
13
  {
@@ -23,15 +23,15 @@ function T(r, t) {
23
23
  )
24
24
  ]));
25
25
  }
26
- const U = { render: T };
27
- function q({
26
+ const T = { render: P };
27
+ function U({
28
28
  componentName: r,
29
- providedId: t
29
+ providedId: n
30
30
  }) {
31
- const a = A();
32
- return g(() => t ?? `${r}-${a}`);
31
+ const o = V();
32
+ return g(() => n ?? `${r}-${o}`);
33
33
  }
34
- const H = { class: "inner" }, W = /* @__PURE__ */ k({
34
+ const q = { class: "inner" }, D = /* @__PURE__ */ w({
35
35
  __name: "MazCardSpotlight",
36
36
  props: {
37
37
  color: { default: "primary" },
@@ -42,16 +42,12 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
42
42
  innerOpacity: { default: 0.95 }
43
43
  },
44
44
  setup(r) {
45
- V((d) => ({
46
- "4f499add": d.innerOpacity,
47
- "2e65a0ad": n.value
48
- }));
49
- const t = r, a = p(), l = p(), i = p(!1);
45
+ const n = r, o = f(), a = f(), s = f(!1);
50
46
  function m({ clientX: d, clientY: u }) {
51
- var e, _, o;
52
- i.value = !0;
53
- const v = (e = l.value) == null ? void 0 : e.getBoundingClientRect();
54
- v && ((o = (_ = a.value) == null ? void 0 : _.animate) == null || o.call(
47
+ var e, _, t;
48
+ s.value = !0;
49
+ const v = (e = a.value) == null ? void 0 : e.getBoundingClientRect();
50
+ v && ((t = (_ = o.value) == null ? void 0 : _.animate) == null || t.call(
55
51
  _,
56
52
  [
57
53
  {
@@ -64,19 +60,19 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
64
60
  }
65
61
  ));
66
62
  }
67
- const n = g(() => `var(--maz-color-${t.color}-alpha)`), s = g(() => `var(--maz-color-${t.color}-alpha-20)`);
63
+ const l = g(() => `var(--maz-color-${n.color}-alpha)`), i = g(() => `var(--maz-color-${n.color}-alpha-20)`);
68
64
  return O(() => {
69
65
  window.addEventListener("mousemove", m);
70
66
  }), B(() => {
71
67
  window.removeEventListener("mousemove", m);
72
- }), (d, u) => (f(), b(
68
+ }), (d, u) => (p(), b(
73
69
  "div",
74
70
  {
75
71
  class: $(["m-card-spotlight", { "maz-elevation": !d.noElevation }]),
76
- style: w({ backgroundColor: s.value })
72
+ style: k({ backgroundColor: i.value, "--inner-opacity": d.innerOpacity })
77
73
  },
78
74
  [
79
- c("div", H, [
75
+ c("div", q, [
80
76
  c(
81
77
  "div",
82
78
  {
@@ -93,43 +89,43 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
93
89
  "div",
94
90
  {
95
91
  ref_key: "blobElement",
96
- ref: a,
92
+ ref: o,
97
93
  class: "blob",
98
- style: w({ backgroundColor: n.value })
94
+ style: k({ backgroundColor: l.value })
99
95
  },
100
96
  null,
101
97
  4
102
98
  /* STYLE */
103
99
  ), [
104
- [z, i.value]
100
+ [z, s.value]
105
101
  ]),
106
102
  E(c(
107
103
  "div",
108
104
  {
109
105
  ref_key: "fakeblobElement",
110
- ref: l,
106
+ ref: a,
111
107
  class: "fakeblob"
112
108
  },
113
109
  null,
114
110
  512
115
111
  /* NEED_PATCH */
116
112
  ), [
117
- [z, i.value]
113
+ [z, s.value]
118
114
  ])
119
115
  ],
120
116
  6
121
117
  /* CLASS, STYLE */
122
118
  ));
123
119
  }
124
- }), C = (r, t) => {
125
- const a = r.__vccOpts || r;
126
- for (const [l, i] of t)
127
- a[l] = i;
128
- return a;
129
- }, G = /* @__PURE__ */ C(W, [["__scopeId", "data-v-31abf9ff"]]), J = ["aria-hidden"], K = /* @__PURE__ */ k({
120
+ }), C = (r, n) => {
121
+ const o = r.__vccOpts || r;
122
+ for (const [a, s] of n)
123
+ o[a] = s;
124
+ return o;
125
+ }, H = /* @__PURE__ */ C(D, [["__scopeId", "data-v-30c7054c"]]), W = ["aria-hidden"], G = /* @__PURE__ */ w({
130
126
  inheritAttrs: !1,
131
127
  __name: "MazExpandAnimation",
132
- props: /* @__PURE__ */ x({
128
+ props: /* @__PURE__ */ A({
133
129
  duration: { default: "300ms" },
134
130
  timingFunction: { default: "ease-in-out" }
135
131
  }, {
@@ -138,50 +134,46 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
138
134
  }),
139
135
  emits: ["update:modelValue"],
140
136
  setup(r) {
141
- V((n) => ({
142
- "3628b947": n.duration,
143
- "239277b5": n.timingFunction
144
- }));
145
- const t = I(r, "modelValue"), a = p(!t.value), l = p();
146
- function i() {
147
- t.value || (a.value = !0);
137
+ const n = x(r, "modelValue"), o = f(!n.value), a = f();
138
+ function s() {
139
+ n.value || (o.value = !0);
148
140
  }
149
141
  function m() {
150
- t.value && (a.value = !1);
142
+ n.value && (o.value = !1);
151
143
  }
152
144
  return O(() => {
153
- var n, s;
154
- (n = l.value) == null || n.addEventListener("transitionstart", i, !1), (s = l.value) == null || s.addEventListener("transitionend", m, !1);
145
+ var l, i;
146
+ (l = a.value) == null || l.addEventListener("transitionstart", s, !1), (i = a.value) == null || i.addEventListener("transitionend", m, !1);
155
147
  }), B(() => {
156
- var n, s;
157
- (n = l.value) == null || n.removeEventListener("transitionstart", i, !1), (s = l.value) == null || s.removeEventListener("transitionend", m, !1);
158
- }), (n, s) => (f(), b("div", {
148
+ var l, i;
149
+ (l = a.value) == null || l.removeEventListener("transitionstart", s, !1), (i = a.value) == null || i.removeEventListener("transitionend", m, !1);
150
+ }), (l, i) => (p(), b("div", {
159
151
  ref_key: "expandAnimationRef",
160
- ref: l,
161
- class: $(["m-expand-animation", { "m-expand-animation--expanded": t.value }]),
162
- "aria-hidden": !t.value,
163
- role: "region"
152
+ ref: a,
153
+ class: $(["m-expand-animation", { "m-expand-animation--expanded": n.value }]),
154
+ "aria-hidden": !n.value,
155
+ role: "region",
156
+ style: k([{ "--expand-animation-duration": l.duration, "--expand-animation-timing-function": l.timingFunction }])
164
157
  }, [
165
158
  c(
166
159
  "div",
167
- L({ class: "m-expand-animation__inner" }, n.$attrs, {
160
+ I({ class: "m-expand-animation__inner" }, l.$attrs, {
168
161
  class: {
169
- "--overflow-hidden": a.value
162
+ "--overflow-hidden": o.value
170
163
  }
171
164
  }),
172
165
  [
173
- N(" @slot Default Slot - Display content "),
174
- h(n.$slots, "default", {}, void 0, !0)
166
+ h(l.$slots, "default", {}, void 0, !0)
175
167
  ],
176
168
  16
177
169
  /* FULL_PROPS */
178
170
  )
179
- ], 10, J));
171
+ ], 14, W));
180
172
  }
181
- }), Q = /* @__PURE__ */ C(K, [["__scopeId", "data-v-b7ca6b97"]]), X = {
173
+ }), J = /* @__PURE__ */ C(G, [["__scopeId", "data-v-3bfdfbc1"]]), K = {
182
174
  class: "m-accordion",
183
175
  role: "presentation"
184
- }, Y = ["id", "aria-controls", "aria-expanded", "onClick"], Z = /* @__PURE__ */ k({
176
+ }, Q = ["id", "aria-controls", "aria-expanded", "onClick"], X = /* @__PURE__ */ w({
185
177
  __name: "MazAccordion",
186
178
  props: {
187
179
  id: { default: void 0 },
@@ -189,55 +181,55 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
189
181
  contentClass: { default: void 0 }
190
182
  },
191
183
  emits: ["update:model-value"],
192
- setup(r, { emit: t }) {
193
- const a = r, l = t, i = q({
184
+ setup(r, { emit: n }) {
185
+ const o = r, a = n, s = U({
194
186
  componentName: "MazAccordion",
195
- providedId: a.id
196
- }), m = j(), n = g(
187
+ providedId: o.id
188
+ }), m = L(), l = g(
197
189
  () => Object.keys(m).filter((e) => e.startsWith("title-")).length
198
- ), s = p(a.modelValue), d = g({
199
- get: () => a.modelValue || s.value,
190
+ ), i = f(o.modelValue), d = g({
191
+ get: () => o.modelValue || i.value,
200
192
  set: (e) => {
201
- s.value = e, l("update:model-value", e);
193
+ i.value = e, a("update:model-value", e);
202
194
  }
203
195
  });
204
196
  function u(e) {
205
197
  return d.value === e;
206
198
  }
207
199
  function v(e) {
208
- d.value === e ? (s.value = 0, l("update:model-value", 0)) : (s.value = e, l("update:model-value", e));
200
+ d.value === e ? (i.value = 0, a("update:model-value", 0)) : (i.value = e, a("update:model-value", e));
209
201
  }
210
- return (e, _) => (f(), b("div", X, [
211
- (f(!0), b(
212
- D,
202
+ return (e, _) => (p(), b("div", K, [
203
+ (p(!0), b(
204
+ j,
213
205
  null,
214
- F(n.value, (o) => (f(), R(
215
- G,
206
+ F(l.value, (t) => (p(), N(
207
+ H,
216
208
  {
217
- key: o,
209
+ key: t,
218
210
  class: "m-accordion__spotlight",
219
211
  padding: !1
220
212
  },
221
213
  {
222
214
  default: M(() => [
223
215
  c("button", {
224
- id: `step-${o}-${y(i)}`,
216
+ id: `step-${t}-${y(s)}`,
225
217
  class: "m-accordion__header",
226
- "aria-controls": `step-${o}-${y(i)}`,
227
- "aria-expanded": u(o),
228
- onClick: (ee) => v(o)
218
+ "aria-controls": `step-${t}-${y(s)}`,
219
+ "aria-expanded": u(t),
220
+ onClick: (Y) => v(t)
229
221
  }, [
230
- h(e.$slots, `title-${o}`, {
231
- isOpen: u(o)
222
+ h(e.$slots, `title-${t}`, {
223
+ isOpen: u(t)
232
224
  }, void 0, !0),
233
- S(y(U), {
234
- class: $(["header-icon", { "--rotate": u(o) }])
225
+ S(y(T), {
226
+ class: $(["header-icon", { "--rotate": u(t) }])
235
227
  }, null, 8, ["class"])
236
- ], 8, Y),
237
- S(Q, {
228
+ ], 8, Q),
229
+ S(J, {
238
230
  "animation-duration": "300ms",
239
- "model-value": u(o),
240
- "aria-labelledby": `step-${o}-${y(i)}`
231
+ "model-value": u(t),
232
+ "aria-labelledby": `step-${t}-${y(s)}`
241
233
  }, {
242
234
  default: M(() => [
243
235
  c(
@@ -247,10 +239,10 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
247
239
  },
248
240
  [
249
241
  h(e.$slots, "content", {
250
- isOpen: u(o)
242
+ isOpen: u(t)
251
243
  }, void 0, !0),
252
- h(e.$slots, `content-${o}`, {
253
- isOpen: u(o)
244
+ h(e.$slots, `content-${t}`, {
245
+ isOpen: u(t)
254
246
  }, void 0, !0)
255
247
  ],
256
248
  2
@@ -272,7 +264,7 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
272
264
  ))
273
265
  ]));
274
266
  }
275
- }), ne = /* @__PURE__ */ C(Z, [["__scopeId", "data-v-052b6500"]]);
267
+ }), ee = /* @__PURE__ */ C(X, [["__scopeId", "data-v-052b6500"]]);
276
268
  export {
277
- ne as default
269
+ ee as default
278
270
  };
@@ -1,33 +1,4 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- prefix?(_: {}): any;
4
- prefix?(_: {}): any;
5
- suffix?(_: {}): any;
6
- suffix?(_: {}): any;
7
- };
8
- refs: {};
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import("vue").DefineComponent<{
13
- /**
14
- * The number to animate
15
- */
16
- count: number;
17
- /**
18
- * Duration of the animation in milliseconds
19
- * @default 1000
20
- */
21
- duration?: number;
22
- /**
23
- * Suffix to display next to the number
24
- */
25
- prefix?: string;
26
- /**
27
- * Suffix to display next to the number
28
- */
29
- suffix?: string;
30
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
31
2
  /**
32
3
  * The number to animate
33
4
  */
@@ -45,11 +16,24 @@ declare const __VLS_component: import("vue").DefineComponent<{
45
16
  * Suffix to display next to the number
46
17
  */
47
18
  suffix?: string;
48
- }> & Readonly<{}>, {
19
+ };
20
+ declare function __VLS_template(): {
21
+ attrs: Partial<{}>;
22
+ slots: {
23
+ prefix?(_: {}): any;
24
+ prefix?(_: {}): any;
25
+ suffix?(_: {}): any;
26
+ suffix?(_: {}): any;
27
+ };
28
+ refs: {};
29
+ rootEl: HTMLSpanElement;
30
+ };
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
49
33
  duration: number;
50
34
  prefix: string;
51
35
  suffix: string;
52
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
53
37
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
38
  export default _default;
55
39
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import { defineComponent as v, useCssVars as _, useSlots as h, computed as l, ref as b, watch as C, openBlock as p, createElementBlock as m, normalizeClass as $, createElementVNode as A, renderSlot as f, createTextVNode as o, toDisplayString as a, createCommentVNode as d } from "vue";
2
- import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g = {
1
+ import { defineComponent as v, useSlots as x, computed as l, ref as _, watch as h, openBlock as d, createElementBlock as p, normalizeClass as y, normalizeStyle as z, createElementVNode as C, renderSlot as i, createTextVNode as o, toDisplayString as a, createCommentVNode as S } from "vue";
2
+ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k = {
3
3
  key: 0,
4
4
  class: "m-animated-counter__fix"
5
- }, k = /* @__PURE__ */ v({
5
+ }, A = /* @__PURE__ */ v({
6
6
  __name: "MazAnimatedCounter",
7
7
  props: {
8
8
  count: {},
@@ -11,32 +11,32 @@ import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g =
11
11
  suffix: { default: void 0 }
12
12
  },
13
13
  setup(n) {
14
- _((e) => ({
15
- "7cf84c3b": x.value,
16
- a2b7049a: e.count
17
- }));
18
- const t = n, s = h(), r = l(() => !!t.prefix || !!s.prefix), u = l(() => !!t.suffix || !!s.suffix), i = b(!0);
19
- C(
14
+ const t = n, s = x(), r = l(() => !!t.prefix || !!s.prefix), u = l(() => !!t.suffix || !!s.suffix), f = _(!0);
15
+ h(
20
16
  () => t.count,
21
17
  (e, c) => {
22
- e !== c && (i.value = !1, setTimeout(() => {
23
- i.value = !0;
18
+ e !== c && (f.value = !1, setTimeout(() => {
19
+ f.value = !0;
24
20
  }, 100));
25
21
  }
26
22
  );
27
- const x = l(() => `${t.duration}ms`);
28
- return (e, c) => (p(), m(
23
+ const m = l(() => `${t.duration}ms`);
24
+ return (e, c) => (d(), p(
29
25
  "span",
30
26
  {
31
- class: $(["m-animated-counter", {
32
- "--animated": i.value,
27
+ class: y(["m-animated-counter", {
28
+ "--animated": f.value,
33
29
  "--prefixed": r.value,
34
30
  "--suffixed": u.value
35
- }])
31
+ }]),
32
+ style: z({
33
+ "--count": e.count,
34
+ "--animation-duration": m.value
35
+ })
36
36
  },
37
37
  [
38
- A("span", S, [
39
- f(e.$slots, "prefix", {}, () => [
38
+ C("span", $, [
39
+ i(e.$slots, "prefix", {}, () => [
40
40
  o(
41
41
  a(e.prefix),
42
42
  1
@@ -48,7 +48,7 @@ import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g =
48
48
  1
49
49
  /* TEXT */
50
50
  ),
51
- f(e.$slots, "suffix", {}, () => [
51
+ i(e.$slots, "suffix", {}, () => [
52
52
  o(
53
53
  a(e.suffix),
54
54
  1
@@ -56,35 +56,33 @@ import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g =
56
56
  )
57
57
  ], !0)
58
58
  ]),
59
- r.value || u.value ? (p(), m("span", g, [
60
- d(' @slot Prefix slot - Add a prefix next to the number (e.g: "$") '),
61
- f(e.$slots, "prefix", {}, () => [
59
+ r.value || u.value ? (d(), p("span", k, [
60
+ i(e.$slots, "prefix", {}, () => [
62
61
  o(
63
62
  a(e.prefix),
64
63
  1
65
64
  /* TEXT */
66
65
  )
67
66
  ], !0),
68
- d(' @slot Suffix slot - Add a suffix next to the number (e.g: "%") '),
69
- f(e.$slots, "suffix", {}, () => [
67
+ i(e.$slots, "suffix", {}, () => [
70
68
  o(
71
69
  a(e.suffix),
72
70
  1
73
71
  /* TEXT */
74
72
  )
75
73
  ], !0)
76
- ])) : d("v-if", !0)
74
+ ])) : S("v-if", !0)
77
75
  ],
78
- 2
79
- /* CLASS */
76
+ 6
77
+ /* CLASS, STYLE */
80
78
  ));
81
79
  }
82
- }), y = (n, t) => {
80
+ }), M = (n, t) => {
83
81
  const s = n.__vccOpts || n;
84
82
  for (const [r, u] of t)
85
83
  s[r] = u;
86
84
  return s;
87
- }, V = /* @__PURE__ */ y(k, [["__scopeId", "data-v-95ad1bb8"]]);
85
+ }, V = /* @__PURE__ */ M(A, [["__scopeId", "data-v-fc78b268"]]);
88
86
  export {
89
87
  V as default
90
88
  };
@@ -57,13 +57,14 @@ export interface Props {
57
57
  loading?: 'lazy' | 'eager' | 'intersecting';
58
58
  }
59
59
  declare function __VLS_template(): {
60
+ attrs: Partial<{}>;
60
61
  slots: {
61
62
  "round-text"?(_: {}): any;
62
63
  icon?(_: {}): any;
63
64
  caption?(_: {}): any;
64
65
  };
65
66
  refs: {};
66
- attrs: Partial<{}>;
67
+ rootEl: any;
67
68
  };
68
69
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
69
70
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazAvatar-DFoZvWmg.mjs";
1
+ import { M as f } from "./chunks/MazAvatar-CZzOIbzh.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -16,13 +16,14 @@ declare function onBackdropAnimationLeave(): void;
16
16
  declare function onBackdropClicked(): void;
17
17
  declare function onKeyPress(event: KeyboardEvent): void;
18
18
  declare function __VLS_template(): {
19
+ attrs: Partial<{}>;
19
20
  slots: {
20
21
  default?(_: {
21
22
  close: typeof close;
22
23
  }): any;
23
24
  };
24
25
  refs: {};
25
- attrs: Partial<{}>;
26
+ rootEl: any;
26
27
  };
27
28
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
29
  declare const __VLS_component: import("vue").DefineComponent<Props, {
@@ -7,14 +7,19 @@ export interface Props {
7
7
  nowrap?: boolean;
8
8
  outline?: boolean;
9
9
  pastel?: boolean;
10
+ /**
11
+ * Size radius of the component's border
12
+ * @values `'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full'`
13
+ */
10
14
  roundedSize?: BadgeRoundedSize;
11
15
  }
12
16
  declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
13
18
  slots: {
14
19
  default?(_: {}): any;
15
20
  };
16
21
  refs: {};
17
- attrs: Partial<{}>;
22
+ rootEl: HTMLSpanElement;
18
23
  };
19
24
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
25
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
@@ -24,7 +29,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
24
29
  outline: boolean;
25
30
  pastel: boolean;
26
31
  nowrap: boolean;
27
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
28
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
34
  export default _default;
30
35
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -32,7 +32,7 @@ import './assets/MazBadge.css';const f = /* @__PURE__ */ n({
32
32
  for (const [t, l] of e)
33
33
  a[t] = l;
34
34
  return a;
35
- }, c = /* @__PURE__ */ i(f, [["__scopeId", "data-v-2b12426e"]]);
35
+ }, c = /* @__PURE__ */ i(f, [["__scopeId", "data-v-e0711595"]]);
36
36
  export {
37
37
  c as default
38
38
  };
@@ -1,11 +1,12 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {
4
5
  close: () => void;
5
6
  }): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: any;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazBottomSheet-DqK0EOsq.mjs";
1
+ import { M as f } from "./chunks/MazBottomSheet-D9EPpEV8.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -101,9 +101,10 @@ export interface Props {
101
101
  /**
102
102
  * Choose how the elements are aligned in the button
103
103
  */
104
- justify?: 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
104
+ justify?: 'start' | 'end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
105
105
  }
106
106
  declare function __VLS_template(): {
107
+ attrs: Partial<{}>;
107
108
  slots: {
108
109
  "left-icon"?(_: {}): any;
109
110
  icon?(_: {}): any;
@@ -111,7 +112,7 @@ declare function __VLS_template(): {
111
112
  "right-icon"?(_: {}): any;
112
113
  };
113
114
  refs: {};
114
- attrs: Partial<{}>;
115
+ rootEl: any;
115
116
  };
116
117
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
117
118
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
@@ -123,7 +124,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
123
124
  icon: string | Icon;
124
125
  leftIcon: string | Icon;
125
126
  rightIcon: string | Icon;
126
- justify: "start" | "end" | "center" | "between" | "around" | "evenly";
127
+ justify: "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly";
127
128
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
128
129
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
129
130
  export default _default;
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazBtn-DzBXfedt.mjs";
1
+ import { M as f } from "./chunks/MazBtn-CM-xSnA5.mjs";
2
2
  export {
3
3
  f as default
4
4
  };