maz-ui 3.45.4 → 3.45.6

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 (437) hide show
  1. package/components/MazAccordion.d.ts +9 -35
  2. package/components/MazAccordion.mjs +136 -136
  3. package/components/MazAnimatedCounter.d.ts +10 -38
  4. package/components/MazAvatar.d.ts +21 -64
  5. package/components/MazAvatar.mjs +1 -1
  6. package/components/MazBackdrop.d.ts +19 -36
  7. package/components/MazBadge.d.ts +7 -40
  8. package/components/MazBottomSheet.d.ts +10 -11
  9. package/components/MazBottomSheet.mjs +1 -1
  10. package/components/MazBtn.d.ts +9 -47
  11. package/components/MazBtn.mjs +1 -1
  12. package/components/MazCard.d.ts +10 -61
  13. package/components/MazCard.mjs +1 -1
  14. package/components/MazCardSpotlight.d.ts +10 -43
  15. package/components/MazCardSpotlight.mjs +9 -9
  16. package/components/MazCarousel.d.ts +8 -33
  17. package/components/MazCarousel.mjs +1 -1
  18. package/components/MazChart.d.ts +7 -7
  19. package/components/MazCheckbox.d.ts +8 -8
  20. package/components/MazCheckbox.mjs +62 -62
  21. package/components/MazCircularProgressBar.d.ts +11 -49
  22. package/components/MazCircularProgressBar.mjs +7 -7
  23. package/components/MazDialog.d.ts +17 -35
  24. package/components/MazDialog.mjs +1 -1
  25. package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +59 -0
  26. package/components/MazDialogPromise.d.ts +4 -27
  27. package/components/MazDialogPromise.mjs +1 -1
  28. package/components/MazDrawer.d.ts +16 -46
  29. package/components/MazDrawer.mjs +1 -1
  30. package/components/MazDropdown.d.ts +22 -62
  31. package/components/MazDropdown.mjs +16 -15
  32. package/components/MazDropzone.d.ts +34 -11
  33. package/components/MazDropzone.mjs +1 -1
  34. package/components/MazExpandAnimation.d.ts +11 -36
  35. package/components/MazFullscreenLoader.d.ts +6 -30
  36. package/components/MazFullscreenLoader.mjs +1 -1
  37. package/components/MazGallery.d.ts +10 -10
  38. package/components/MazGallery.mjs +1 -1
  39. package/components/MazIcon.d.ts +11 -11
  40. package/components/MazInput.d.ts +12 -12
  41. package/components/MazInput.mjs +1 -1
  42. package/components/MazInputCode.d.ts +8 -2
  43. package/components/MazInputCode.mjs +2 -2
  44. package/components/MazInputNumber.d.ts +14 -55
  45. package/components/MazInputNumber.mjs +1 -1
  46. package/components/MazInputPrice.d.ts +16 -48
  47. package/components/MazInputPrice.mjs +1 -1
  48. package/components/MazInputTags.d.ts +8 -51
  49. package/components/MazInputTags.mjs +1 -1
  50. package/components/MazLazyImg.d.ts +18 -53
  51. package/components/MazLazyImg.mjs +1 -1
  52. package/components/MazLink.d.ts +13 -62
  53. package/components/MazLink.mjs +2 -2
  54. package/components/MazLoadingBar.d.ts +2 -25
  55. package/components/MazLoadingBar.mjs +24 -24
  56. package/components/MazPagination.d.ts +21 -57
  57. package/components/MazPagination.mjs +1 -1
  58. package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +15 -55
  59. package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +6 -33
  60. package/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
  61. package/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
  62. package/components/MazPhoneNumberInput.d.ts +82 -275
  63. package/components/MazPhoneNumberInput.mjs +1 -1
  64. package/components/MazPicker/MazPickerCalendar.vue.d.ts +6 -6
  65. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +3 -3
  66. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +8 -8
  67. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +9 -9
  68. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +9 -9
  69. package/components/MazPicker/MazPickerContainer.vue.d.ts +6 -6
  70. package/components/MazPicker/MazPickerFooter.vue.d.ts +4 -4
  71. package/components/MazPicker/MazPickerHeader.vue.d.ts +5 -5
  72. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +5 -5
  73. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +6 -6
  74. package/components/MazPicker/MazPickerTime.vue.d.ts +7 -7
  75. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +5 -5
  76. package/components/MazPicker/utils.d.ts +1 -1
  77. package/components/MazPicker.d.ts +13 -114
  78. package/components/MazPicker.mjs +1 -1
  79. package/components/MazPullToRefresh.d.ts +11 -48
  80. package/components/MazPullToRefresh.mjs +1 -1
  81. package/components/MazRadio.d.ts +7 -7
  82. package/components/MazRadio.mjs +53 -53
  83. package/components/MazRadioButtons.d.ts +7 -7
  84. package/components/MazRadioButtons.mjs +2 -2
  85. package/components/MazReadingProgressBar.d.ts +8 -41
  86. package/components/MazReadingProgressBar.mjs +3 -3
  87. package/components/MazSelect.d.ts +45 -19
  88. package/components/MazSelect.mjs +1 -1
  89. package/components/MazSlider.d.ts +6 -6
  90. package/components/MazSlider.mjs +51 -51
  91. package/components/MazSpinner.d.ts +4 -4
  92. package/components/MazSpinner.mjs +18 -18
  93. package/components/MazStepper.d.ts +10 -36
  94. package/components/MazStepper.mjs +1 -1
  95. package/components/MazSwitch.d.ts +17 -51
  96. package/components/MazSwitch.mjs +23 -23
  97. package/components/MazTable.d.ts +22 -115
  98. package/components/MazTable.mjs +1 -1
  99. package/components/MazTableCell.d.ts +6 -8
  100. package/components/MazTableCell.mjs +4 -4
  101. package/components/MazTableRow.d.ts +6 -17
  102. package/components/MazTableRow.mjs +6 -6
  103. package/components/MazTableTitle.d.ts +6 -8
  104. package/components/MazTableTitle.mjs +15 -15
  105. package/components/MazTabs.d.ts +9 -20
  106. package/components/MazTabsBar.d.ts +7 -31
  107. package/components/MazTabsBar.mjs +1 -1
  108. package/components/MazTabsContent.d.ts +6 -8
  109. package/components/MazTabsContentItem.d.ts +9 -11
  110. package/components/MazTabsContentItem.mjs +4 -4
  111. package/components/MazTextarea.d.ts +16 -65
  112. package/components/MazTextarea.mjs +1 -1
  113. package/components/MazTransitionExpand.d.ts +7 -30
  114. package/components/assets/MazAccordion.css +1 -1
  115. package/components/assets/MazAvatar.css +1 -1
  116. package/components/assets/MazBottomSheet.css +1 -1
  117. package/components/assets/MazBtn.css +1 -1
  118. package/components/assets/MazCard.css +1 -1
  119. package/components/assets/MazCardSpotlight.css +1 -1
  120. package/components/assets/MazCheckbox.css +1 -1
  121. package/components/assets/MazCircularProgressBar.css +1 -1
  122. package/components/assets/MazDialog.css +1 -1
  123. package/components/assets/MazDialogPromise.css +1 -1
  124. package/components/assets/MazGallery.css +1 -1
  125. package/components/assets/MazInput.css +1 -1
  126. package/components/assets/MazInputCode.css +1 -1
  127. package/components/assets/MazInputNumber.css +1 -1
  128. package/components/assets/MazInputPrice.css +1 -1
  129. package/components/assets/MazInputTags.css +1 -1
  130. package/components/assets/MazLazyImg.css +1 -1
  131. package/components/assets/MazLink.css +1 -1
  132. package/components/assets/MazLoadingBar.css +1 -1
  133. package/components/assets/MazPagination.css +1 -1
  134. package/components/assets/MazPhoneNumberInput.css +1 -1
  135. package/components/assets/MazPicker.css +1 -1
  136. package/components/assets/MazPickerMonthSwitcher.css +1 -1
  137. package/components/assets/MazPickerShortcuts.css +1 -1
  138. package/components/assets/MazPickerYearSwitcher.css +1 -1
  139. package/components/assets/MazPullToRefresh.css +1 -1
  140. package/components/assets/MazRadio.css +1 -1
  141. package/components/assets/MazRadioButtons.css +1 -1
  142. package/components/assets/MazReadingProgressBar.css +1 -1
  143. package/components/assets/MazSelect.css +1 -1
  144. package/components/assets/MazSlider.css +1 -1
  145. package/components/assets/MazStepper.css +1 -1
  146. package/components/assets/MazSwitch.css +1 -1
  147. package/components/assets/MazTable.css +1 -1
  148. package/components/assets/MazTableCell.css +1 -1
  149. package/components/assets/MazTableRow.css +1 -1
  150. package/components/assets/MazTableTitle.css +1 -1
  151. package/components/assets/MazTabsBar.css +1 -1
  152. package/components/assets/MazTabsContentItem.css +1 -1
  153. package/components/assets/MazTextarea.css +1 -1
  154. package/components/chunks/{MazAvatar-CoT6WIl0.mjs → MazAvatar-DVjTbmNj.mjs} +2 -2
  155. package/components/chunks/{MazBadge-Cj73AYu7.mjs → MazBadge-BtT5dcnQ.mjs} +1 -1
  156. package/components/chunks/{MazBottomSheet-CH2HERnA.mjs → MazBottomSheet-CLqmon2R.mjs} +83 -83
  157. package/components/chunks/{MazBtn-DtBz7Sra.mjs → MazBtn-BdOCsAcJ.mjs} +3 -3
  158. package/components/chunks/{MazBtn-D7I8MPo9.mjs → MazBtn-BiqIAH4q.mjs} +3 -3
  159. package/components/chunks/{MazBtn-CHiPgDBd.mjs → MazBtn-BnmcF3pl.mjs} +3 -3
  160. package/components/chunks/{MazBtn-DUxqd_DK.mjs → MazBtn-C-RDq3T0.mjs} +2 -2
  161. package/components/chunks/MazBtn-CenD2SP9.mjs +150 -0
  162. package/components/chunks/{MazBtn-Db9bWwr8.mjs → MazBtn-DDo4jEGz.mjs} +2 -2
  163. package/components/chunks/{MazBtn-BY3WK1_J.mjs → MazBtn-DY7j6OiY.mjs} +3 -3
  164. package/components/chunks/{MazBtn-25C5Rxq8.mjs → MazBtn-Eo1kCPXG.mjs} +3 -3
  165. package/components/chunks/MazBtn-FrVhILjZ.mjs +150 -0
  166. package/components/chunks/{MazBtn-Am8V9GhQ.mjs → MazBtn-Vul7kGiM.mjs} +3 -3
  167. package/components/chunks/MazBtn-hPyCTfnD.mjs +150 -0
  168. package/components/chunks/{MazCard-Byhp-Hzz.mjs → MazCard-BY62rYtJ.mjs} +2 -2
  169. package/components/chunks/{MazCarousel-abKXCTQA.mjs → MazCarousel-DRN9I_V8.mjs} +40 -40
  170. package/components/chunks/{MazCheckbox-DJUwF9Ic.mjs → MazCheckbox-CR_iUN0_.mjs} +7 -7
  171. package/components/chunks/{MazCheckbox-cCi1trWo.mjs → MazCheckbox-DH9P-r_8.mjs} +7 -7
  172. package/components/chunks/{MazDialog-DvwYzTxG.mjs → MazDialog-DZhBJeVd.mjs} +2 -2
  173. package/components/chunks/{MazDialogPromise-LtvHsHIp.mjs → MazDialogPromise-B5xH3Ew4.mjs} +67 -67
  174. package/components/chunks/{MazDropzone-D0W0dlgY.mjs → MazDropzone-D32tLLpO.mjs} +59 -59
  175. package/components/chunks/{MazExpandAnimation-KC7-CJjE.mjs → MazExpandAnimation-B759bjn3.mjs} +1 -1
  176. package/components/chunks/{MazGallery-DlrOalox.mjs → MazGallery-CKofGCb2.mjs} +24 -25
  177. package/components/chunks/{MazGallery-DKEOtByo.mjs → MazGallery-Dpo7kTFH.mjs} +23 -24
  178. package/components/chunks/{MazIcon-RoOmzDJT.mjs → MazIcon-B5s0fahc.mjs} +1 -1
  179. package/components/chunks/{MazIcon-ChrjxW4M.mjs → MazIcon-ufe3UEle.mjs} +1 -1
  180. package/components/chunks/{MazInput-Bh4h0r_b.mjs → MazInput-5LcE-t8D.mjs} +2 -2
  181. package/components/chunks/{MazInputNumber-C6X8wPcR.mjs → MazInputNumber-pU7fZlIW.mjs} +100 -100
  182. package/components/chunks/{MazInputPrice-C8JPpUqb.mjs → MazInputPrice-UT6cliwj.mjs} +104 -105
  183. package/components/chunks/{MazInputTags-B7CtC8ES.mjs → MazInputTags-BzsHx6uY.mjs} +252 -251
  184. package/components/chunks/{MazLazyImg-xLPMdfif.mjs → MazLazyImg-BmmDjOiK.mjs} +3 -3
  185. package/components/chunks/{MazLazyImg-DADMg49z.mjs → MazLazyImg-Db6BYACF.mjs} +2 -2
  186. package/components/chunks/{MazPagination-nBtlECFm.mjs → MazPagination-DUKI8uvV.mjs} +41 -41
  187. package/components/chunks/{MazPhoneNumberInput-D9jYdzsz.mjs → MazPhoneNumberInput-CSCiLEae.mjs} +318 -313
  188. package/components/chunks/{MazPicker-4QN4aiBh.mjs → MazPicker-Cn2DxXy1.mjs} +1493 -1494
  189. package/components/chunks/{MazPickerMonthSwitcher-DF2jt1gf.mjs → MazPickerMonthSwitcher-CdIzIOjf.mjs} +9 -9
  190. package/components/chunks/{MazPickerShortcuts-95A5Skq9.mjs → MazPickerShortcuts-AaUGOwAI.mjs} +7 -7
  191. package/components/chunks/{MazPickerYearSwitcher-Cv37tXET.mjs → MazPickerYearSwitcher-DACv6BSw.mjs} +3 -3
  192. package/components/chunks/{MazPullToRefresh-CUazP4y2.mjs → MazPullToRefresh-CdVBfDl9.mjs} +63 -63
  193. package/components/chunks/{MazSelect-YzzlcNEB.mjs → MazSelect-C7j7fHLt.mjs} +166 -165
  194. package/components/chunks/MazSpinner-2uMOZ47T.mjs +37 -0
  195. package/components/chunks/MazSpinner-3ooF5FSo.mjs +37 -0
  196. package/components/chunks/MazSpinner-B5tlgNCz.mjs +37 -0
  197. package/components/chunks/MazSpinner-BMvssNh7.mjs +37 -0
  198. package/components/chunks/MazSpinner-BeSrV4iQ.mjs +37 -0
  199. package/components/chunks/MazSpinner-Bxtc-bgP.mjs +37 -0
  200. package/components/chunks/MazSpinner-C5wp4j5g.mjs +37 -0
  201. package/components/chunks/MazSpinner-CcJPx_Iu.mjs +37 -0
  202. package/components/chunks/MazSpinner-CdU57yPz.mjs +37 -0
  203. package/components/chunks/MazSpinner-Coq7N5iG.mjs +37 -0
  204. package/components/chunks/MazSpinner-CrqkORnB.mjs +37 -0
  205. package/components/chunks/MazSpinner-D0Z_mIJF.mjs +37 -0
  206. package/components/chunks/MazSpinner-D2pssr8S.mjs +37 -0
  207. package/components/chunks/MazSpinner-DAAoiGES.mjs +37 -0
  208. package/components/chunks/MazSpinner-DWSwrXt3.mjs +37 -0
  209. package/components/chunks/MazSpinner-D_Xqx8Vb.mjs +37 -0
  210. package/components/chunks/MazSpinner-DfHwN_9D.mjs +37 -0
  211. package/components/chunks/MazSpinner-DhtejNvD.mjs +37 -0
  212. package/components/chunks/MazSpinner-Dscrgjm1.mjs +41 -0
  213. package/components/chunks/MazSpinner-DyOBVD2n.mjs +37 -0
  214. package/components/chunks/MazSpinner-SlwNtf5M.mjs +37 -0
  215. package/components/chunks/MazSpinner-ciJGzV8j.mjs +37 -0
  216. package/components/chunks/{MazStepper-yS_V0Blo.mjs → MazStepper-Bnl68Adw.mjs} +12 -12
  217. package/components/chunks/{MazTable-AXH90xNt.mjs → MazTable-DjAvTaKP.mjs} +1067 -1065
  218. package/components/chunks/{MazTabsBar-BJP80dwt.mjs → MazTabsBar-BzmfPGf0.mjs} +10 -10
  219. package/components/chunks/{MazTransitionExpand-Cmoo3GDG.mjs → MazTransitionExpand-pD1Oj5jl.mjs} +1 -1
  220. package/components/chunks/arrow-top-right-on-square-jPmYJ34F.mjs +30 -0
  221. package/components/chunks/check-BmubdHc_.mjs +30 -0
  222. package/components/chunks/check-C9Q_W85g.mjs +30 -0
  223. package/components/chunks/check-circle-Bf7AGSQ-.mjs +30 -0
  224. package/components/chunks/chevron-double-left-D4-NpyrF.mjs +30 -0
  225. package/components/chunks/chevron-down-BkvtON3b.mjs +30 -0
  226. package/components/chunks/chevron-left-BqVOLRdC.mjs +30 -0
  227. package/components/chunks/chevron-right-CbjzEeHV.mjs +30 -0
  228. package/components/chunks/ellipsis-horizontal-6n158ATI.mjs +30 -0
  229. package/components/chunks/exclamation-circle-CUk0ZajS.mjs +30 -0
  230. package/components/chunks/exclamation-triangle-Z6d0ygp8.mjs +30 -0
  231. package/components/chunks/eye-f8zAUc30.mjs +43 -0
  232. package/components/chunks/eye-slash-BoO00xzs.mjs +30 -0
  233. package/components/chunks/magnifying-glass--nBiyXot.mjs +30 -0
  234. package/components/chunks/no-photography-PGT8fxs_.mjs +36 -0
  235. package/components/chunks/no-symbol-CIgKzsrB.mjs +30 -0
  236. package/components/chunks/pencil-Z-mPplOz.mjs +30 -0
  237. package/components/chunks/x-mark-CnZwVvA7.mjs +30 -0
  238. package/components/chunks/x-mark-wyoa-ywi.mjs +29 -0
  239. package/modules/assets/MazBtn.css +1 -1
  240. package/modules/assets/index.css +1 -1
  241. package/modules/chunks/{MazBtn-B5YpQTm4.cjs → MazBtn-DBCfLTEq.cjs} +2 -2
  242. package/modules/chunks/{MazBtn-Xp3b50aF.mjs → MazBtn-ZodGJGYi.mjs} +3 -3
  243. package/modules/chunks/{MazIcon-6yXKB25o.cjs → MazIcon-BmzyL3xC.cjs} +1 -1
  244. package/modules/chunks/{MazIcon-Bh9E9Pum.mjs → MazIcon-Cc_Rfdkr.mjs} +1 -1
  245. package/modules/chunks/MazSpinner-1HepG9lI.mjs +37 -0
  246. package/modules/chunks/MazSpinner-CqfQGJXH.cjs +1 -0
  247. package/modules/chunks/arrow-top-right-on-square-PZtr8Zs0.cjs +1 -0
  248. package/modules/chunks/arrow-top-right-on-square-jPmYJ34F.mjs +30 -0
  249. package/modules/chunks/check-circle-Bf7AGSQ-.mjs +30 -0
  250. package/modules/chunks/check-circle-D3i-p-t3.cjs +1 -0
  251. package/modules/chunks/chevron-left-BqVOLRdC.mjs +30 -0
  252. package/modules/chunks/chevron-left-Byr9GkwI.cjs +1 -0
  253. package/modules/chunks/exclamation-circle-BXs0Yj0f.cjs +1 -0
  254. package/modules/chunks/exclamation-circle-CUk0ZajS.mjs +30 -0
  255. package/modules/chunks/exclamation-triangle-BtW3be9S.cjs +1 -0
  256. package/modules/chunks/exclamation-triangle-Z6d0ygp8.mjs +30 -0
  257. package/modules/chunks/index-BbpA7Mc4.cjs +124 -0
  258. package/modules/chunks/{index-2Cj_X8Oy.mjs → index-BgyjI1q8.mjs} +651 -616
  259. package/modules/chunks/{index-BAqkTZJZ.mjs → index-CR18QNVD.mjs} +2349 -2347
  260. package/modules/chunks/index-CXVZhyjw.cjs +1 -0
  261. package/modules/chunks/information-circle-89FseEuJ.cjs +1 -0
  262. package/modules/chunks/information-circle-C7e5b_nL.mjs +30 -0
  263. package/modules/chunks/link-Br1lfjTR.mjs +30 -0
  264. package/modules/chunks/link-CUxj8BQ5.cjs +1 -0
  265. package/modules/chunks/x-mark-CnZwVvA7.mjs +30 -0
  266. package/modules/chunks/x-mark-DW2WXkoF.cjs +1 -0
  267. package/modules/index.cjs +1 -1
  268. package/modules/index.mjs +1 -1
  269. package/nuxt/index.d.mts +1 -1
  270. package/nuxt/index.d.ts +1 -1
  271. package/nuxt/index.json +2 -2
  272. package/package.json +21 -21
  273. package/resolvers/index.cjs +1 -1
  274. package/resolvers/index.d.ts +1 -1
  275. package/resolvers/index.mjs +26 -26
  276. package/tailwindcss/tailwind.config.ts +3 -3
  277. package/types/components/MazAccordion.vue.d.ts +9 -35
  278. package/types/components/MazAnimatedCounter.vue.d.ts +10 -38
  279. package/types/components/MazAvatar.vue.d.ts +21 -64
  280. package/types/components/MazBackdrop.vue.d.ts +19 -36
  281. package/types/components/MazBadge.vue.d.ts +7 -40
  282. package/types/components/MazBottomSheet.vue.d.ts +10 -11
  283. package/types/components/MazBtn.vue.d.ts +9 -47
  284. package/types/components/MazCard.vue.d.ts +10 -61
  285. package/types/components/MazCardSpotlight.vue.d.ts +10 -43
  286. package/types/components/MazCarousel.vue.d.ts +8 -33
  287. package/types/components/MazChart.vue.d.ts +7 -7
  288. package/types/components/MazCheckbox.vue.d.ts +8 -8
  289. package/types/components/MazCircularProgressBar.vue.d.ts +11 -49
  290. package/types/components/MazDialog.vue.d.ts +17 -35
  291. package/types/components/MazDialogPromise/use-maz-dialog-promise.d.ts +59 -0
  292. package/types/components/MazDialogPromise.vue.d.ts +4 -27
  293. package/types/components/MazDrawer.vue.d.ts +16 -46
  294. package/types/components/MazDropdown.vue.d.ts +22 -62
  295. package/types/components/MazDropzone.vue.d.ts +34 -11
  296. package/types/components/MazExpandAnimation.vue.d.ts +11 -36
  297. package/types/components/MazFullscreenLoader.vue.d.ts +6 -30
  298. package/types/components/MazGallery.vue.d.ts +10 -10
  299. package/types/components/MazIcon.vue.d.ts +11 -11
  300. package/types/components/MazInput.vue.d.ts +12 -12
  301. package/types/components/MazInputCode.vue.d.ts +8 -2
  302. package/types/components/MazInputNumber.vue.d.ts +14 -55
  303. package/types/components/MazInputPrice.vue.d.ts +16 -48
  304. package/types/components/MazInputTags.vue.d.ts +8 -51
  305. package/types/components/MazLazyImg.vue.d.ts +18 -53
  306. package/types/components/MazLink.vue.d.ts +13 -62
  307. package/types/components/MazLoadingBar.vue.d.ts +2 -25
  308. package/types/components/MazPagination.vue.d.ts +21 -57
  309. package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +15 -55
  310. package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +6 -33
  311. package/types/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
  312. package/types/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
  313. package/types/components/MazPhoneNumberInput.vue.d.ts +82 -275
  314. package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +6 -6
  315. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +3 -3
  316. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +8 -8
  317. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +9 -9
  318. package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +9 -9
  319. package/types/components/MazPicker/MazPickerContainer.vue.d.ts +6 -6
  320. package/types/components/MazPicker/MazPickerFooter.vue.d.ts +4 -4
  321. package/types/components/MazPicker/MazPickerHeader.vue.d.ts +5 -5
  322. package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +5 -5
  323. package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +6 -6
  324. package/types/components/MazPicker/MazPickerTime.vue.d.ts +7 -7
  325. package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +5 -5
  326. package/types/components/MazPicker/utils.d.ts +1 -1
  327. package/types/components/MazPicker.vue.d.ts +13 -114
  328. package/types/components/MazPullToRefresh.vue.d.ts +11 -48
  329. package/types/components/MazRadio.vue.d.ts +7 -7
  330. package/types/components/MazRadioButtons.vue.d.ts +7 -7
  331. package/types/components/MazReadingProgressBar.vue.d.ts +8 -41
  332. package/types/components/MazSelect.vue.d.ts +45 -19
  333. package/types/components/MazSlider.vue.d.ts +6 -6
  334. package/types/components/MazSpinner.vue.d.ts +4 -4
  335. package/types/components/MazStepper.vue.d.ts +10 -36
  336. package/types/components/MazSwitch.vue.d.ts +17 -51
  337. package/types/components/MazTable.vue.d.ts +22 -115
  338. package/types/components/MazTableCell.vue.d.ts +6 -8
  339. package/types/components/MazTableRow.vue.d.ts +6 -17
  340. package/types/components/MazTableTitle.vue.d.ts +6 -8
  341. package/types/components/MazTabs.vue.d.ts +9 -20
  342. package/types/components/MazTabsBar.vue.d.ts +7 -31
  343. package/types/components/MazTabsContent.vue.d.ts +6 -8
  344. package/types/components/MazTabsContentItem.vue.d.ts +9 -11
  345. package/types/components/MazTextarea.vue.d.ts +16 -65
  346. package/types/components/MazTransitionExpand.vue.d.ts +7 -30
  347. package/types/modules/composables/index.d.ts +10 -10
  348. package/types/modules/composables/useBreakpoints.d.ts +1 -1
  349. package/types/modules/composables/useFormValidator/index.d.ts +1 -1
  350. package/types/modules/composables/useFormValidator/types.d.ts +2 -2
  351. package/types/modules/composables/useFormValidator/useFormField.d.ts +1 -1
  352. package/types/modules/composables/useFormValidator/useFormValidator.d.ts +4 -4
  353. package/types/modules/composables/useFormValidator/utils.d.ts +1 -1
  354. package/types/modules/composables/useSwipe.d.ts +6 -6
  355. package/types/modules/composables/useThemeHandler.d.ts +2 -2
  356. package/types/modules/composables/useTimer.d.ts +1 -1
  357. package/types/modules/composables/useWindowSize.d.ts +2 -2
  358. package/types/modules/directives/index.d.ts +4 -4
  359. package/types/modules/directives/tooltip/index.d.ts +5 -5
  360. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +12 -51
  361. package/types/modules/directives/v-fullscreen-img/fullscreen-img.directive.d.ts +2 -2
  362. package/types/modules/directives/v-lazy-img/index.d.ts +1 -1
  363. package/types/modules/directives/v-lazy-img/lazy-img.directive.d.ts +3 -3
  364. package/types/modules/directives/v-zoom-img/zoom-img.directive.d.ts +2 -2
  365. package/types/modules/helpers/idle-timeout/idle-timeout-handler.d.ts +1 -1
  366. package/types/modules/helpers/idle-timeout/index.d.ts +1 -1
  367. package/types/modules/helpers/index.d.ts +9 -9
  368. package/types/modules/helpers/user-visibility/index.d.ts +1 -1
  369. package/types/modules/index.d.ts +2 -2
  370. package/types/modules/plugins/index.d.ts +3 -3
  371. package/types/modules/plugins/toaster/MazToast.vue.d.ts +8 -43
  372. package/types/modules/plugins/toaster/index.d.ts +1 -1
  373. package/types/resolvers/index.d.ts +1 -1
  374. package/components/chunks/MazBtn-Cljl5o-I.mjs +0 -150
  375. package/components/chunks/MazBtn-Ctia-461.mjs +0 -150
  376. package/components/chunks/MazBtn-DODywrLx.mjs +0 -150
  377. package/components/chunks/MazSpinner-6pxbKImG.mjs +0 -37
  378. package/components/chunks/MazSpinner-BJN_jbhh.mjs +0 -37
  379. package/components/chunks/MazSpinner-BaF0DUe_.mjs +0 -37
  380. package/components/chunks/MazSpinner-BkThjKrN.mjs +0 -37
  381. package/components/chunks/MazSpinner-Blv7QjWg.mjs +0 -37
  382. package/components/chunks/MazSpinner-BrJp-R3e.mjs +0 -37
  383. package/components/chunks/MazSpinner-BxnVFqUu.mjs +0 -37
  384. package/components/chunks/MazSpinner-C26AbFPs.mjs +0 -37
  385. package/components/chunks/MazSpinner-CeqhaMHQ.mjs +0 -37
  386. package/components/chunks/MazSpinner-ClVjU4gS.mjs +0 -37
  387. package/components/chunks/MazSpinner-CrfX4MuO.mjs +0 -37
  388. package/components/chunks/MazSpinner-CxE3Az_C.mjs +0 -37
  389. package/components/chunks/MazSpinner-D4gpZ7vL.mjs +0 -37
  390. package/components/chunks/MazSpinner-D6GK3Gu9.mjs +0 -37
  391. package/components/chunks/MazSpinner-D8k_MENa.mjs +0 -37
  392. package/components/chunks/MazSpinner-DH5fMQ2V.mjs +0 -37
  393. package/components/chunks/MazSpinner-DRDcCM66.mjs +0 -37
  394. package/components/chunks/MazSpinner-aOtXYirZ.mjs +0 -37
  395. package/components/chunks/MazSpinner-brRTagpP.mjs +0 -37
  396. package/components/chunks/MazSpinner-nH44Htog.mjs +0 -41
  397. package/components/chunks/MazSpinner-vlqbojbC.mjs +0 -37
  398. package/components/chunks/MazSpinner-xXJol44G.mjs +0 -37
  399. package/components/chunks/arrow-top-right-on-square-CkcBq4qD.mjs +0 -30
  400. package/components/chunks/check-7UA4j2f2.mjs +0 -30
  401. package/components/chunks/check-CL-vqe79.mjs +0 -30
  402. package/components/chunks/check-circle-CtCMBYyp.mjs +0 -30
  403. package/components/chunks/chevron-double-left-zoBBzOlh.mjs +0 -30
  404. package/components/chunks/chevron-down-CzMH-gFW.mjs +0 -30
  405. package/components/chunks/chevron-left-CcZaP3Rc.mjs +0 -30
  406. package/components/chunks/chevron-right-BKWCeY9O.mjs +0 -30
  407. package/components/chunks/ellipsis-horizontal-VGAsnCwV.mjs +0 -30
  408. package/components/chunks/exclamation-circle-DzBJ8vGa.mjs +0 -30
  409. package/components/chunks/exclamation-triangle-BfZLmRbP.mjs +0 -30
  410. package/components/chunks/eye-DqO_Jx56.mjs +0 -43
  411. package/components/chunks/eye-slash-tjfxO0LK.mjs +0 -30
  412. package/components/chunks/magnifying-glass-DZGg7953.mjs +0 -30
  413. package/components/chunks/no-photography-CFaiDNTH.mjs +0 -36
  414. package/components/chunks/no-symbol-QAqP9IlR.mjs +0 -30
  415. package/components/chunks/pencil-BcRzdEYh.mjs +0 -30
  416. package/components/chunks/x-mark-BP8zWe_C.mjs +0 -30
  417. package/components/chunks/x-mark-CKwYEQQZ.mjs +0 -29
  418. package/modules/chunks/MazSpinner-B-b4dHQE.mjs +0 -37
  419. package/modules/chunks/MazSpinner-BcdYES12.cjs +0 -1
  420. package/modules/chunks/arrow-top-right-on-square-CkcBq4qD.mjs +0 -30
  421. package/modules/chunks/arrow-top-right-on-square-Kw3b5yYN.cjs +0 -1
  422. package/modules/chunks/check-circle-Bm2TJi5n.cjs +0 -1
  423. package/modules/chunks/check-circle-CtCMBYyp.mjs +0 -30
  424. package/modules/chunks/chevron-left-CcZaP3Rc.mjs +0 -30
  425. package/modules/chunks/chevron-left-D2bYJFWX.cjs +0 -1
  426. package/modules/chunks/exclamation-circle-Cw7wlH9H.cjs +0 -1
  427. package/modules/chunks/exclamation-circle-DzBJ8vGa.mjs +0 -30
  428. package/modules/chunks/exclamation-triangle-BfZLmRbP.mjs +0 -30
  429. package/modules/chunks/exclamation-triangle-BhBdL4E2.cjs +0 -1
  430. package/modules/chunks/index-BGDSYGPq.cjs +0 -1
  431. package/modules/chunks/index-tufoDf2u.cjs +0 -124
  432. package/modules/chunks/information-circle-C0pE_7kr.mjs +0 -30
  433. package/modules/chunks/information-circle-i_xlqw0y.cjs +0 -1
  434. package/modules/chunks/link-BbXTqAk3.cjs +0 -1
  435. package/modules/chunks/link-D7FkvsK4.mjs +0 -30
  436. package/modules/chunks/x-mark-BETcRuRC.cjs +0 -1
  437. package/modules/chunks/x-mark-BP8zWe_C.mjs +0 -30
@@ -3,8 +3,7 @@ export interface Props {
3
3
  modelValue?: number;
4
4
  contentClass?: unknown;
5
5
  }
6
- declare var __VLS_inheritedAttrs: {};
7
- declare const __VLS_templateResult: {
6
+ declare function __VLS_template(): {
8
7
  slots: Partial<Record<`title-${number}`, (_: {
9
8
  isOpen: boolean;
10
9
  }) => any>> & Partial<Record<`content-${number}`, (_: {
@@ -15,47 +14,22 @@ declare const __VLS_templateResult: {
15
14
  }): any;
16
15
  };
17
16
  refs: {};
18
- attrs: Partial<typeof __VLS_inheritedAttrs>;
17
+ attrs: Partial<{}>;
19
18
  };
20
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
21
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
22
- id: undefined;
23
- modelValue: number;
24
- contentClass: undefined;
25
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
21
  "update:model-value": (...args: any[]) => void;
27
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
28
- id: undefined;
29
- modelValue: number;
30
- contentClass: undefined;
31
- }>>> & {
22
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
32
23
  "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
33
- }, {
34
- id: string;
24
+ }>, {
35
25
  contentClass: undefined;
26
+ id: string;
36
27
  modelValue: number;
37
- }, {}>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
30
  export default _default;
40
- type __VLS_WithDefaults<P, D> = {
41
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
42
- default: D[K];
43
- }> : P[K];
44
- };
45
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
- type __VLS_TypePropsToOption<T> = {
47
- [K in keyof T]-?: {} extends Pick<T, K> ? {
48
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
- } : {
50
- type: import('vue').PropType<T[K]>;
51
- required: true;
52
- };
53
- };
54
31
  type __VLS_WithTemplateSlots<T, S> = T & {
55
32
  new (): {
56
33
  $slots: S;
57
34
  };
58
35
  };
59
- type __VLS_PrettifyLocal<T> = {
60
- [K in keyof T]: T[K];
61
- } & {};
@@ -1,62 +1,39 @@
1
- import { defineComponent as C, mergeModels as A, useCssVars as V, useModel as x, ref as p, onMounted as O, onUnmounted as B, openBlock as f, createElementBlock as b, normalizeClass as g, createElementVNode as u, mergeProps as I, createCommentVNode as L, renderSlot as h, computed as $, normalizeStyle as w, withDirectives as E, vShow as z, getCurrentInstance 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 = ["aria-hidden"], T = /* @__PURE__ */ C({
3
- inheritAttrs: !1,
4
- __name: "MazExpandAnimation",
5
- props: /* @__PURE__ */ A({
6
- duration: { default: "300ms" },
7
- timingFunction: { default: "ease-in-out" }
8
- }, {
9
- modelValue: { type: Boolean },
10
- modelModifiers: {}
11
- }),
12
- emits: ["update:modelValue"],
13
- setup(r) {
14
- V((n) => ({
15
- "3628b947": n.duration,
16
- "239277b5": n.timingFunction
17
- }));
18
- const a = x(r, "modelValue"), t = p(!a.value), l = p();
19
- function i() {
20
- a.value || (t.value = !0);
21
- }
22
- function m() {
23
- a.value && (t.value = !1);
24
- }
25
- return O(() => {
26
- var n, s;
27
- (n = l.value) == null || n.addEventListener("transitionstart", i, !1), (s = l.value) == null || s.addEventListener("transitionend", m, !1);
28
- }), B(() => {
29
- var n, s;
30
- (n = l.value) == null || n.removeEventListener("transitionstart", i, !1), (s = l.value) == null || s.removeEventListener("transitionend", m, !1);
31
- }), (n, s) => (f(), b("div", {
32
- ref_key: "expandAnimationRef",
33
- ref: l,
34
- class: g(["m-expand-animation", { "m-expand-animation--expanded": a.value }]),
35
- "aria-hidden": !a.value,
36
- role: "region"
37
- }, [
38
- u(
39
- "div",
40
- I({ class: "m-expand-animation__inner" }, n.$attrs, {
41
- class: {
42
- "--overflow-hidden": t.value
43
- }
44
- }),
45
- [
46
- L(" @slot Default Slot - Display content "),
47
- h(n.$slots, "default", {}, void 0, !0)
48
- ],
49
- 16
50
- /* FULL_PROPS */
51
- )
52
- ], 10, P));
53
- }
54
- }), k = (r, a) => {
55
- const t = r.__vccOpts || r;
56
- for (const [l, i] of a)
57
- t[l] = i;
58
- return t;
59
- }, U = /* @__PURE__ */ k(T, [["__scopeId", "data-v-b7ca6b97"]]), q = { class: "inner" }, H = /* @__PURE__ */ C({
1
+ import { openBlock as p, createElementBlock as b, createElementVNode as u, computed as g, getCurrentInstance as A, defineComponent as C, useCssVars as V, ref as f, 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 = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function T(r, t) {
10
+ return p(), b("svg", P, t[0] || (t[0] = [
11
+ u(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "stroke-width": "1.5",
18
+ d: "M12 4.5v15m7.5-7.5h-15"
19
+ },
20
+ null,
21
+ -1
22
+ /* HOISTED */
23
+ )
24
+ ]));
25
+ }
26
+ const U = { render: T };
27
+ function q({
28
+ componentName: r,
29
+ providedId: t
30
+ }) {
31
+ return g(() => {
32
+ var n;
33
+ return t ?? `${r}-${(n = A()) == null ? void 0 : n.uid}`;
34
+ });
35
+ }
36
+ const H = { class: "inner" }, W = /* @__PURE__ */ C({
60
37
  __name: "MazCardSpotlight",
61
38
  props: {
62
39
  color: { default: "primary" },
@@ -68,15 +45,15 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
68
45
  },
69
46
  setup(r) {
70
47
  V((d) => ({
71
- 38749386: d.innerOpacity,
72
- "101dd7e6": n.value
48
+ "829b4eb4": d.innerOpacity,
49
+ "57453cb6": o.value
73
50
  }));
74
- const a = r, t = p(), l = p(), i = p(!1);
51
+ const t = r, n = f(), l = f(), i = f(!1);
75
52
  function m({ clientX: d, clientY: c }) {
76
- var e, _, o;
53
+ var e, _, a;
77
54
  i.value = !0;
78
55
  const v = (e = l.value) == null ? void 0 : e.getBoundingClientRect();
79
- v && ((o = (_ = t.value) == null ? void 0 : _.animate) == null || o.call(
56
+ v && ((a = (_ = n.value) == null ? void 0 : _.animate) == null || a.call(
80
57
  _,
81
58
  [
82
59
  {
@@ -89,23 +66,23 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
89
66
  }
90
67
  ));
91
68
  }
92
- const n = $(() => `var(--maz-color-${a.color}-alpha)`), s = $(() => `var(--maz-color-${a.color}-alpha-20)`);
69
+ const o = g(() => `var(--maz-color-${t.color}-alpha)`), s = g(() => `var(--maz-color-${t.color}-alpha-20)`);
93
70
  return O(() => {
94
71
  window.addEventListener("mousemove", m);
95
72
  }), B(() => {
96
73
  window.removeEventListener("mousemove", m);
97
- }), (d, c) => (f(), b(
74
+ }), (d, c) => (p(), b(
98
75
  "div",
99
76
  {
100
- class: g(["m-card-spotlight", { "maz-elevation": !d.noElevation }]),
77
+ class: $(["m-card-spotlight", { "maz-elevation": !d.noElevation }]),
101
78
  style: w({ backgroundColor: s.value })
102
79
  },
103
80
  [
104
- u("div", q, [
81
+ u("div", H, [
105
82
  u(
106
83
  "div",
107
84
  {
108
- class: g(["content", [{ "maz-p-4": d.padding }, d.contentClass]])
85
+ class: $(["content", [{ "maz-p-4": d.padding }, d.contentClass]])
109
86
  },
110
87
  [
111
88
  h(d.$slots, "default", {}, void 0, !0)
@@ -118,9 +95,9 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
118
95
  "div",
119
96
  {
120
97
  ref_key: "blobElement",
121
- ref: t,
98
+ ref: n,
122
99
  class: "blob",
123
- style: w({ backgroundColor: n.value })
100
+ style: w({ backgroundColor: o.value })
124
101
  },
125
102
  null,
126
103
  4
@@ -146,44 +123,67 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
146
123
  /* CLASS, STYLE */
147
124
  ));
148
125
  }
149
- }), W = /* @__PURE__ */ k(H, [["__scopeId", "data-v-4c842944"]]), G = {
150
- xmlns: "http://www.w3.org/2000/svg",
151
- width: "1em",
152
- height: "1em",
153
- fill: "none",
154
- viewBox: "0 0 24 24"
155
- }, J = /* @__PURE__ */ u(
156
- "path",
157
- {
158
- stroke: "currentColor",
159
- "stroke-linecap": "round",
160
- "stroke-linejoin": "round",
161
- "stroke-width": "1.5",
162
- d: "M12 4.5v15m7.5-7.5h-15"
163
- },
164
- null,
165
- -1
166
- /* HOISTED */
167
- ), K = [
168
- J
169
- ];
170
- function Q(r, a) {
171
- return f(), b("svg", G, [...K]);
172
- }
173
- const X = { render: Q };
174
- function Y({
175
- componentName: r,
176
- providedId: a
177
- }) {
178
- return $(() => {
179
- var t;
180
- return a ?? `${r}-${(t = N()) == null ? void 0 : t.uid}`;
181
- });
182
- }
183
- const Z = {
126
+ }), k = (r, t) => {
127
+ const n = r.__vccOpts || r;
128
+ for (const [l, i] of t)
129
+ n[l] = i;
130
+ return n;
131
+ }, G = /* @__PURE__ */ k(W, [["__scopeId", "data-v-a4cc15ae"]]), J = ["aria-hidden"], K = /* @__PURE__ */ C({
132
+ inheritAttrs: !1,
133
+ __name: "MazExpandAnimation",
134
+ props: /* @__PURE__ */ x({
135
+ duration: { default: "300ms" },
136
+ timingFunction: { default: "ease-in-out" }
137
+ }, {
138
+ modelValue: { type: Boolean },
139
+ modelModifiers: {}
140
+ }),
141
+ emits: ["update:modelValue"],
142
+ setup(r) {
143
+ V((o) => ({
144
+ "3628b947": o.duration,
145
+ "239277b5": o.timingFunction
146
+ }));
147
+ const t = I(r, "modelValue"), n = f(!t.value), l = f();
148
+ function i() {
149
+ t.value || (n.value = !0);
150
+ }
151
+ function m() {
152
+ t.value && (n.value = !1);
153
+ }
154
+ return O(() => {
155
+ var o, s;
156
+ (o = l.value) == null || o.addEventListener("transitionstart", i, !1), (s = l.value) == null || s.addEventListener("transitionend", m, !1);
157
+ }), B(() => {
158
+ var o, s;
159
+ (o = l.value) == null || o.removeEventListener("transitionstart", i, !1), (s = l.value) == null || s.removeEventListener("transitionend", m, !1);
160
+ }), (o, s) => (p(), b("div", {
161
+ ref_key: "expandAnimationRef",
162
+ ref: l,
163
+ class: $(["m-expand-animation", { "m-expand-animation--expanded": t.value }]),
164
+ "aria-hidden": !t.value,
165
+ role: "region"
166
+ }, [
167
+ u(
168
+ "div",
169
+ L({ class: "m-expand-animation__inner" }, o.$attrs, {
170
+ class: {
171
+ "--overflow-hidden": n.value
172
+ }
173
+ }),
174
+ [
175
+ N(" @slot Default Slot - Display content "),
176
+ h(o.$slots, "default", {}, void 0, !0)
177
+ ],
178
+ 16
179
+ /* FULL_PROPS */
180
+ )
181
+ ], 10, J));
182
+ }
183
+ }), Q = /* @__PURE__ */ k(K, [["__scopeId", "data-v-b7ca6b97"]]), X = {
184
184
  class: "m-accordion",
185
185
  role: "presentation"
186
- }, ee = ["id", "aria-controls", "aria-expanded", "onClick"], te = /* @__PURE__ */ C({
186
+ }, Y = ["id", "aria-controls", "aria-expanded", "onClick"], Z = /* @__PURE__ */ C({
187
187
  __name: "MazAccordion",
188
188
  props: {
189
189
  id: { default: void 0 },
@@ -191,14 +191,14 @@ const Z = {
191
191
  contentClass: { default: void 0 }
192
192
  },
193
193
  emits: ["update:model-value"],
194
- setup(r, { emit: a }) {
195
- const t = r, l = a, i = Y({
194
+ setup(r, { emit: t }) {
195
+ const n = r, l = t, i = q({
196
196
  componentName: "MazAccordion",
197
- providedId: t.id
198
- }), m = j(), n = $(
197
+ providedId: n.id
198
+ }), m = j(), o = g(
199
199
  () => Object.keys(m).filter((e) => e.startsWith("title-")).length
200
- ), s = p(t.modelValue), d = $({
201
- get: () => t.modelValue || s.value,
200
+ ), s = f(n.modelValue), d = g({
201
+ get: () => n.modelValue || s.value,
202
202
  set: (e) => {
203
203
  s.value = e, l("update:model-value", e);
204
204
  }
@@ -209,50 +209,50 @@ const Z = {
209
209
  function v(e) {
210
210
  d.value === e ? (s.value = 0, l("update:model-value", 0)) : (s.value = e, l("update:model-value", e));
211
211
  }
212
- return (e, _) => (f(), b("div", Z, [
213
- (f(!0), b(
212
+ return (e, _) => (p(), b("div", X, [
213
+ (p(!0), b(
214
214
  D,
215
215
  null,
216
- F(n.value, (o) => (f(), R(
217
- W,
216
+ F(o.value, (a) => (p(), R(
217
+ G,
218
218
  {
219
- key: o,
219
+ key: a,
220
220
  class: "m-accordion__spotlight",
221
221
  padding: !1
222
222
  },
223
223
  {
224
224
  default: M(() => [
225
225
  u("button", {
226
- id: `step-${o}-${y(i)}`,
226
+ id: `step-${a}-${y(i)}`,
227
227
  class: "m-accordion__header",
228
- "aria-controls": `step-${o}-${y(i)}`,
229
- "aria-expanded": c(o),
230
- onClick: (ne) => v(o)
228
+ "aria-controls": `step-${a}-${y(i)}`,
229
+ "aria-expanded": c(a),
230
+ onClick: (ee) => v(a)
231
231
  }, [
232
- h(e.$slots, `title-${o}`, {
233
- isOpen: c(o)
232
+ h(e.$slots, `title-${a}`, {
233
+ isOpen: c(a)
234
234
  }, void 0, !0),
235
- S(y(X), {
236
- class: g(["header-icon", { "--rotate": c(o) }])
235
+ S(y(U), {
236
+ class: $(["header-icon", { "--rotate": c(a) }])
237
237
  }, null, 8, ["class"])
238
- ], 8, ee),
239
- S(U, {
238
+ ], 8, Y),
239
+ S(Q, {
240
240
  "animation-duration": "300ms",
241
- "model-value": c(o),
242
- "aria-labelledby": `step-${o}-${y(i)}`
241
+ "model-value": c(a),
242
+ "aria-labelledby": `step-${a}-${y(i)}`
243
243
  }, {
244
244
  default: M(() => [
245
245
  u(
246
246
  "div",
247
247
  {
248
- class: g(["m-accordion__content", e.contentClass])
248
+ class: $(["m-accordion__content", e.contentClass])
249
249
  },
250
250
  [
251
251
  h(e.$slots, "content", {
252
- isOpen: c(o)
252
+ isOpen: c(a)
253
253
  }, void 0, !0),
254
- h(e.$slots, `content-${o}`, {
255
- isOpen: c(o)
254
+ h(e.$slots, `content-${a}`, {
255
+ isOpen: c(a)
256
256
  }, void 0, !0)
257
257
  ],
258
258
  2
@@ -274,7 +274,7 @@ const Z = {
274
274
  ))
275
275
  ]));
276
276
  }
277
- }), ae = /* @__PURE__ */ k(te, [["__scopeId", "data-v-45a9432f"]]);
277
+ }), ne = /* @__PURE__ */ k(Z, [["__scopeId", "data-v-6bc141bc"]]);
278
278
  export {
279
- ae as default
279
+ ne as default
280
280
  };
@@ -1,18 +1,15 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_1: {};
3
- declare var __VLS_inheritedAttrs: {};
4
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
5
2
  slots: {
6
- prefix?(_: typeof __VLS_0): any;
7
3
  prefix?(_: {}): any;
8
- suffix?(_: typeof __VLS_1): any;
4
+ prefix?(_: {}): any;
5
+ suffix?(_: {}): any;
9
6
  suffix?(_: {}): any;
10
7
  };
11
8
  refs: {};
12
- attrs: Partial<typeof __VLS_inheritedAttrs>;
9
+ attrs: Partial<{}>;
13
10
  };
14
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import("vue").DefineComponent<{
16
13
  /**
17
14
  * The number to animate
18
15
  */
@@ -30,11 +27,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
30
27
  * Suffix to display next to the number
31
28
  */
32
29
  suffix?: string;
33
- }>, {
34
- duration: number;
35
- prefix: undefined;
36
- suffix: undefined;
37
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
30
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
38
31
  /**
39
32
  * The number to animate
40
33
  */
@@ -52,36 +45,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
52
45
  * Suffix to display next to the number
53
46
  */
54
47
  suffix?: string;
55
- }>, {
56
- duration: number;
57
- prefix: undefined;
58
- suffix: undefined;
59
- }>>>, {
48
+ }> & Readonly<{}>, {
60
49
  duration: number;
61
50
  prefix: string;
62
51
  suffix: string;
63
- }, {}>;
64
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
52
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
54
  export default _default;
66
- type __VLS_WithDefaults<P, D> = {
67
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
68
- default: D[K];
69
- }> : P[K];
70
- };
71
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
72
- type __VLS_TypePropsToOption<T> = {
73
- [K in keyof T]-?: {} extends Pick<T, K> ? {
74
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
75
- } : {
76
- type: import('vue').PropType<T[K]>;
77
- required: true;
78
- };
79
- };
80
55
  type __VLS_WithTemplateSlots<T, S> = T & {
81
56
  new (): {
82
57
  $slots: S;
83
58
  };
84
59
  };
85
- type __VLS_PrettifyLocal<T> = {
86
- [K in keyof T]: T[K];
87
- } & {};
@@ -45,88 +45,45 @@ export interface Props {
45
45
  /** Load the fallback image by default */
46
46
  noPhoto?: boolean;
47
47
  }
48
- declare var __VLS_26: {};
49
- declare var __VLS_inheritedAttrs: {};
50
- declare const __VLS_templateResult: {
48
+ declare function __VLS_template(): {
51
49
  slots: {
52
50
  "round-text"?(_: {}): any;
53
51
  icon?(_: {}): any;
54
- caption?(_: typeof __VLS_26): any;
52
+ caption?(_: {}): any;
55
53
  };
56
54
  refs: {};
57
- attrs: Partial<typeof __VLS_inheritedAttrs>;
55
+ attrs: Partial<{}>;
58
56
  };
59
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
60
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
61
- src: undefined;
62
- caption: undefined;
63
- href: undefined;
64
- to: undefined;
65
- alt: string;
66
- target: string;
67
- size: undefined;
68
- buttonColor: string;
69
- letterCount: undefined;
70
- roundedSize: string;
71
- fallbackSrc: undefined;
72
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
- click: (event: MouseEvent) => void;
74
- intersecting: (el: Element) => void;
75
- loading: (el: Element) => void;
76
- loaded: (el: Element) => void;
77
- error: (el: Element) => void;
78
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
79
- src: undefined;
80
- caption: undefined;
81
- href: undefined;
82
- to: undefined;
83
- alt: string;
84
- target: string;
85
- size: undefined;
86
- buttonColor: string;
87
- letterCount: undefined;
88
- roundedSize: string;
89
- fallbackSrc: undefined;
90
- }>>> & {
91
- onLoading?: ((el: Element) => any) | undefined;
92
- onLoaded?: ((el: Element) => any) | undefined;
57
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
58
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
59
+ click: (event: MouseEvent) => any;
60
+ error: (el: Element) => any;
61
+ loaded: (el: Element) => any;
62
+ loading: (el: Element) => any;
63
+ intersecting: (el: Element) => any;
64
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
65
+ onClick?: ((event: MouseEvent) => any) | undefined;
93
66
  onError?: ((el: Element) => any) | undefined;
67
+ onLoaded?: ((el: Element) => any) | undefined;
68
+ onLoading?: ((el: Element) => any) | undefined;
94
69
  onIntersecting?: ((el: Element) => any) | undefined;
95
- onClick?: ((event: MouseEvent) => any) | undefined;
96
- }, {
97
- size: string;
70
+ }>, {
98
71
  caption: string | null;
72
+ size: string;
99
73
  src: string | null;
100
- alt: string;
101
- href: string;
102
- fallbackSrc: string;
103
74
  roundedSize: "none" | "sm" | "md" | "lg" | "xl" | "full";
75
+ href: string;
104
76
  to: string | Record<string, unknown>;
105
77
  target: string;
78
+ alt: string;
79
+ fallbackSrc: string;
106
80
  buttonColor: Color;
107
81
  letterCount: number;
108
- }, {}>;
109
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
82
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
83
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
110
84
  export default _default;
111
- type __VLS_WithDefaults<P, D> = {
112
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
113
- default: D[K];
114
- }> : P[K];
115
- };
116
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
117
- type __VLS_TypePropsToOption<T> = {
118
- [K in keyof T]-?: {} extends Pick<T, K> ? {
119
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
120
- } : {
121
- type: import('vue').PropType<T[K]>;
122
- required: true;
123
- };
124
- };
125
85
  type __VLS_WithTemplateSlots<T, S> = T & {
126
86
  new (): {
127
87
  $slots: S;
128
88
  };
129
89
  };
130
- type __VLS_PrettifyLocal<T> = {
131
- [K in keyof T]: T[K];
132
- } & {};
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazAvatar-CoT6WIl0.mjs";
1
+ import { M as f } from "./chunks/MazAvatar-DVjTbmNj.mjs";
2
2
  export {
3
3
  f as default
4
4
  };