maz-ui 3.47.2-beta.7 → 3.47.2-beta.9

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 (302) hide show
  1. package/components/MazAccordion.d.ts +3 -2
  2. package/components/MazAnimatedCounter.d.ts +16 -32
  3. package/components/MazAvatar.d.ts +2 -1
  4. package/components/MazAvatar.mjs +1 -1
  5. package/components/MazBackdrop.d.ts +2 -1
  6. package/components/MazBadge.d.ts +7 -2
  7. package/components/MazBadge.mjs +1 -1
  8. package/components/MazBottomSheet.d.ts +2 -1
  9. package/components/MazBottomSheet.mjs +1 -1
  10. package/components/MazBtn.d.ts +4 -3
  11. package/components/MazBtn.mjs +1 -1
  12. package/components/MazCard.d.ts +3 -2
  13. package/components/MazCard.mjs +1 -1
  14. package/components/MazCardSpotlight.d.ts +3 -2
  15. package/components/MazCarousel.d.ts +3 -2
  16. package/components/MazCarousel.mjs +1 -1
  17. package/components/MazCheckbox.d.ts +4 -3
  18. package/components/MazCheckbox.mjs +1 -1
  19. package/components/MazChecklist.d.ts +1 -1
  20. package/components/MazChecklist.mjs +1 -1
  21. package/components/MazCircularProgressBar.d.ts +18 -65
  22. package/components/MazCircularProgressBar.mjs +40 -40
  23. package/components/MazDialog.d.ts +5 -3
  24. package/components/MazDialog.mjs +1 -1
  25. package/components/MazDialogPromise.mjs +1 -1
  26. package/components/MazDrawer.d.ts +2 -1
  27. package/components/MazDrawer.mjs +1 -1
  28. package/components/MazDropdown.d.ts +2 -1
  29. package/components/MazDropdown.mjs +1 -1
  30. package/components/MazDropzone.d.ts +1 -1
  31. package/components/MazExpandAnimation.d.ts +6 -5
  32. package/components/MazFullscreenLoader.d.ts +2 -1
  33. package/components/MazGallery.mjs +1 -1
  34. package/components/MazIcon.mjs +14 -13
  35. package/components/MazInput.d.ts +16 -3
  36. package/components/MazInput.mjs +1 -1
  37. package/components/MazInputCode.d.ts +1 -1
  38. package/components/MazInputNumber.mjs +1 -1
  39. package/components/MazInputPrice.d.ts +2 -1
  40. package/components/MazInputPrice.mjs +1 -1
  41. package/components/MazInputTags.mjs +1 -1
  42. package/components/MazLazyImg.d.ts +2 -1
  43. package/components/MazLink.d.ts +2 -1
  44. package/components/MazLink.mjs +1 -1
  45. package/components/MazLoadingBar.d.ts +1 -1
  46. package/components/MazPagination.d.ts +3 -2
  47. package/components/MazPagination.mjs +1 -1
  48. package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +29 -53
  49. package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +4 -4
  50. package/components/MazPhoneNumberInput.d.ts +5 -4
  51. package/components/MazPhoneNumberInput.mjs +1 -1
  52. package/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
  53. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
  54. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  55. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
  56. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
  57. package/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
  58. package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  59. package/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
  60. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
  61. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
  62. package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  63. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
  64. package/components/MazPicker.mjs +1 -1
  65. package/components/MazPullToRefresh.d.ts +3 -2
  66. package/components/MazRadio.d.ts +1 -1
  67. package/components/MazRadioButtons.d.ts +1 -1
  68. package/components/MazSelect.d.ts +1 -1
  69. package/components/MazSelect.mjs +1 -1
  70. package/components/MazSpinner.d.ts +1 -1
  71. package/components/MazStepper.d.ts +3 -2
  72. package/components/MazStepper.mjs +1 -1
  73. package/components/MazSwitch.d.ts +2 -1
  74. package/components/MazTable.d.ts +6 -6
  75. package/components/MazTable.mjs +3 -2
  76. package/components/MazTableCell.d.ts +3 -6
  77. package/components/MazTableCell.mjs +19 -22
  78. package/components/MazTableRow.d.ts +3 -2
  79. package/components/MazTableRow.mjs +16 -16
  80. package/components/MazTableTitle.d.ts +3 -6
  81. package/components/MazTableTitle.mjs +18 -21
  82. package/components/MazTabs.d.ts +3 -2
  83. package/components/MazTabsBar.d.ts +3 -2
  84. package/components/MazTabsBar.mjs +1 -1
  85. package/components/MazTabsContent.d.ts +3 -2
  86. package/components/MazTabsContent.mjs +4 -4
  87. package/components/MazTabsContentItem.d.ts +2 -1
  88. package/components/MazTabsContentItem.mjs +7 -7
  89. package/components/MazTextarea.d.ts +49 -1
  90. package/components/MazTextarea.mjs +129 -109
  91. package/components/MazTransitionExpand.d.ts +2 -1
  92. package/components/MazTransitionExpand.mjs +9 -9
  93. package/components/assets/MazAvatar.css +1 -1
  94. package/components/assets/MazBadge.css +1 -1
  95. package/components/assets/MazBtn.css +1 -1
  96. package/components/assets/MazCheckbox.css +1 -1
  97. package/components/assets/MazChecklist.css +1 -1
  98. package/components/assets/MazCircularProgressBar.css +1 -1
  99. package/components/assets/MazDropdown.css +1 -1
  100. package/components/assets/MazGallery.css +1 -1
  101. package/components/assets/MazInput.css +1 -1
  102. package/components/assets/MazInputNumber.css +1 -1
  103. package/components/assets/MazInputPrice.css +1 -1
  104. package/components/assets/MazInputTags.css +1 -1
  105. package/components/assets/MazPagination.css +1 -1
  106. package/components/assets/MazPhoneNumberInput.css +1 -1
  107. package/components/assets/MazPicker.css +1 -1
  108. package/components/assets/MazSelect.css +1 -1
  109. package/components/assets/MazStepper.css +1 -1
  110. package/components/assets/MazTable.css +1 -1
  111. package/components/assets/MazTableCell.css +1 -1
  112. package/components/assets/MazTableRow.css +1 -1
  113. package/components/assets/MazTableTitle.css +1 -1
  114. package/components/assets/MazTabsBar.css +1 -1
  115. package/components/assets/MazTextarea.css +1 -1
  116. package/components/assets/MazTransitionExpand.css +1 -1
  117. package/components/chunks/{MazAvatar-DFoZvWmg.mjs → MazAvatar-CZzOIbzh.mjs} +54 -54
  118. package/components/chunks/{MazBadge-D-0XgPWR.mjs → MazBadge-CupQjB8D.mjs} +2 -2
  119. package/components/chunks/{MazBottomSheet-C9GWCGys.mjs → MazBottomSheet-D9EPpEV8.mjs} +1 -1
  120. package/{modules/chunks/MazBtn-y5LW9A2T.mjs → components/chunks/MazBtn-BSgCMRt0.mjs} +33 -35
  121. package/components/chunks/{MazBtn-DFLIzh6y.mjs → MazBtn-BVWOyFm-.mjs} +33 -35
  122. package/components/chunks/{MazBtn-DHfi8M3z.mjs → MazBtn-BfIn7glE.mjs} +33 -35
  123. package/components/chunks/{MazBtn-B0Q6Kw8H.mjs → MazBtn-Br3xKJMD.mjs} +33 -35
  124. package/components/chunks/MazBtn-CB6xVwox.mjs +103 -0
  125. package/components/chunks/MazBtn-CIAdgMGr.mjs +111 -0
  126. package/components/chunks/MazBtn-CM-xSnA5.mjs +108 -0
  127. package/components/chunks/MazBtn-CQq-U8qQ.mjs +103 -0
  128. package/components/chunks/MazBtn-Chk7DWOF.mjs +103 -0
  129. package/components/chunks/MazBtn-Ck84sP9a.mjs +103 -0
  130. package/components/chunks/MazBtn-DI80W9rl.mjs +103 -0
  131. package/components/chunks/MazBtn-DhSKmF01.mjs +103 -0
  132. package/components/chunks/MazBtn-DzwuLea3.mjs +103 -0
  133. package/components/chunks/MazBtn-tOUtVpek.mjs +103 -0
  134. package/components/chunks/{MazCard-BkcxQOWL.mjs → MazCard-XBaeDZkg.mjs} +1 -1
  135. package/components/chunks/{MazCarousel-CSv4VpC9.mjs → MazCarousel-COTaKhKF.mjs} +1 -1
  136. package/components/chunks/{MazCheckbox-BcwWN7iD.mjs → MazCheckbox-B-Sw22La.mjs} +6 -6
  137. package/components/chunks/{MazCheckbox-BHhDBSbJ.mjs → MazCheckbox-DjY15PA3.mjs} +2 -2
  138. package/components/chunks/{MazCheckbox-B9iBXhoG.mjs → MazCheckbox-DxfneUvu.mjs} +6 -6
  139. package/components/chunks/{MazChecklist-DxtYuoEu.mjs → MazChecklist-DaozZlNb.mjs} +17 -17
  140. package/components/chunks/{MazDialog-xPCkmhrE.mjs → MazDialog-XiX9LEiz.mjs} +1 -1
  141. package/components/chunks/{MazDialogPromise-dIHWE8dO.mjs → MazDialogPromise-B9_e3Ma9.mjs} +2 -2
  142. package/components/chunks/{MazDropdown-7WqbXnPN.mjs → MazDropdown-CKuIGitT.mjs} +89 -104
  143. package/components/chunks/{MazExpandAnimation-CUgYZyTw.mjs → MazExpandAnimation-Bdf0-L85.mjs} +1 -1
  144. package/components/chunks/{MazGallery-BfdKcDIu.mjs → MazGallery-BooLoRWi.mjs} +3 -3
  145. package/components/chunks/{MazGallery-ndO4hRUh.mjs → MazGallery-DUOQamrE.mjs} +2 -2
  146. package/components/chunks/MazIcon-BX2Gbz8R.mjs +4 -0
  147. package/components/chunks/{MazIcon-DjMuw8Bz.mjs → MazIcon-C-aPrqx2.mjs} +4 -3
  148. package/components/chunks/{MazIcon-DVTWgYB6.mjs → MazIcon-DFW4cVVf.mjs} +4 -3
  149. package/components/chunks/{MazIcon-BbvBov5G.mjs → MazIcon-_hN-Kivn.mjs} +14 -13
  150. package/components/chunks/MazInput-BWAWlxDa.mjs +314 -0
  151. package/components/chunks/MazInput-DIN1VAoX.mjs +325 -0
  152. package/components/chunks/MazInput-HLPtw5QK.mjs +313 -0
  153. package/components/chunks/{MazInputNumber-DoeT5Lcu.mjs → MazInputNumber-7Ku2ZcG-.mjs} +217 -187
  154. package/components/chunks/{MazInputPrice-CZiypHp3.mjs → MazInputPrice-C5yErBFP.mjs} +201 -169
  155. package/components/chunks/MazInputTags-DvbQ2mK8.mjs +614 -0
  156. package/components/chunks/{MazLazyImg-C03sUOXs.mjs → MazLazyImg-DQLwaKKz.mjs} +2 -2
  157. package/components/chunks/{MazLink-yKgOtTlk.mjs → MazLink-mrqHeBS0.mjs} +1 -1
  158. package/components/chunks/{MazLoadingBar-CBNuhilE.mjs → MazLoadingBar-CNm3Yt6D.mjs} +1 -1
  159. package/components/chunks/MazPagination-BSu0Ifkp.mjs +327 -0
  160. package/components/chunks/{MazPhoneNumberInput-rGR80IeJ.mjs → MazPhoneNumberInput-B5Up8CqL.mjs} +438 -406
  161. package/components/chunks/MazPicker-CzYUZcLy.mjs +2487 -0
  162. package/components/chunks/{MazPickerMonthSwitcher-duzi8uZ8.mjs → MazPickerMonthSwitcher-Ds5agR3Z.mjs} +1 -1
  163. package/components/chunks/{MazPickerShortcuts-Coq4ITAj.mjs → MazPickerShortcuts-BP6CY9-c.mjs} +1 -1
  164. package/components/chunks/{MazPickerYearSwitcher-vUTntpYE.mjs → MazPickerYearSwitcher-PM8qZMzR.mjs} +1 -1
  165. package/components/chunks/{MazSelect-DpLBpopb.mjs → MazSelect-DOexatNj.mjs} +290 -258
  166. package/components/chunks/{MazSelect-DA1D4Aus.mjs → MazSelect-DaDRzcT_.mjs} +20 -20
  167. package/components/chunks/{MazSpinner-Bbagpn0P.mjs → MazSpinner-9M_EGMpy.mjs} +1 -1
  168. package/components/chunks/MazSpinner-BJpv1muf.mjs +34 -0
  169. package/components/chunks/{MazSpinner-DJM02T-b.mjs → MazSpinner-BlbTztM3.mjs} +1 -1
  170. package/components/chunks/MazSpinner-Bsy1nA3c.mjs +34 -0
  171. package/components/chunks/{MazSpinner-BdOKUqKA.mjs → MazSpinner-C30YfScc.mjs} +1 -1
  172. package/components/chunks/{MazSpinner-B8vOa-3i.mjs → MazSpinner-C5mnD76l.mjs} +1 -1
  173. package/components/chunks/MazSpinner-CDx6lo7l.mjs +34 -0
  174. package/components/chunks/MazSpinner-C_GueolV.mjs +34 -0
  175. package/components/chunks/{MazSpinner-CQpzVTYF.mjs → MazSpinner-Cc-KlPEG.mjs} +1 -1
  176. package/components/chunks/MazSpinner-Cgg2dkzQ.mjs +34 -0
  177. package/components/chunks/MazSpinner-CkKIUYXO.mjs +34 -0
  178. package/components/chunks/{MazSpinner-Bi3tSdWr.mjs → MazSpinner-CxyUHAvm.mjs} +1 -1
  179. package/components/chunks/{MazSpinner-BODHZQ9h.mjs → MazSpinner-DROgQW2M.mjs} +1 -1
  180. package/components/chunks/MazSpinner-DjUU4G1h.mjs +34 -0
  181. package/components/chunks/MazSpinner-Dzs2W0kq.mjs +34 -0
  182. package/components/chunks/MazSpinner-NCtEpFMm.mjs +34 -0
  183. package/components/chunks/MazSpinner-QfPXLpa_.mjs +34 -0
  184. package/components/chunks/{MazSpinner-CLlK6hHp.mjs → MazSpinner-ZPQe8ON_.mjs} +1 -1
  185. package/components/chunks/MazSpinner-b90e3OQK.mjs +34 -0
  186. package/components/chunks/{MazStepper-DKPl3uIk.mjs → MazStepper-B3fuhbye.mjs} +15 -15
  187. package/components/chunks/{MazTable-DBiW_J2i.mjs → MazTable-Ci8nhgOP.mjs} +126 -126
  188. package/components/chunks/MazTableCell-BIganK6X.mjs +23 -0
  189. package/components/chunks/MazTableRow-CIO-x6Lb.mjs +30 -0
  190. package/components/chunks/MazTableTitle-OEgTPQB3.mjs +23 -0
  191. package/components/chunks/{MazTabsBar-BVg2pxLA.mjs → MazTabsBar-CT35SCIK.mjs} +61 -77
  192. package/components/chunks/{MazTransitionExpand-2Ft7atX1.mjs → MazTransitionExpand-Bcwdl9g2.mjs} +8 -8
  193. package/components/chunks/{inject-strict-BmiaNiwC.mjs → inject-strict-DEDSuzCz.mjs} +3 -3
  194. package/css/main.css +1 -1
  195. package/modules/assets/MazBtn.css +1 -1
  196. package/modules/assets/index.css +1 -1
  197. package/modules/chunks/MazBtn-0CRjeBvn.mjs +103 -0
  198. package/modules/chunks/MazBtn-DRqCRJD-.cjs +1 -0
  199. package/modules/chunks/{MazIcon-Dj66ziAh.mjs → MazIcon-CeT6HK_q.mjs} +4 -3
  200. package/modules/chunks/{MazIcon-BpVDZGXl.cjs → MazIcon-D-Gna0vz.cjs} +1 -1
  201. package/modules/chunks/{MazSpinner-uMrdk_99.mjs → MazSpinner-DV--lwdI.mjs} +1 -1
  202. package/modules/chunks/{MazSpinner-CPT6UF2e.cjs → MazSpinner-DersvZQw.cjs} +1 -1
  203. package/modules/chunks/index-DvromXrX.cjs +124 -0
  204. package/modules/chunks/{index-BG6gPie5.mjs → index-Kry9j5uD.mjs} +14 -10
  205. package/modules/index.cjs +1 -1
  206. package/modules/index.mjs +1 -1
  207. package/nuxt/index.json +1 -1
  208. package/package.json +22 -22
  209. package/types/components/MazAccordion.vue.d.ts +3 -2
  210. package/types/components/MazAnimatedCounter.vue.d.ts +16 -32
  211. package/types/components/MazAvatar.vue.d.ts +2 -1
  212. package/types/components/MazBackdrop.vue.d.ts +2 -1
  213. package/types/components/MazBadge.vue.d.ts +7 -2
  214. package/types/components/MazBottomSheet.vue.d.ts +2 -1
  215. package/types/components/MazBtn.vue.d.ts +4 -3
  216. package/types/components/MazCard.vue.d.ts +3 -2
  217. package/types/components/MazCardSpotlight.vue.d.ts +3 -2
  218. package/types/components/MazCarousel.vue.d.ts +3 -2
  219. package/types/components/MazCheckbox.vue.d.ts +4 -3
  220. package/types/components/MazChecklist.vue.d.ts +1 -1
  221. package/types/components/MazCircularProgressBar.vue.d.ts +18 -65
  222. package/types/components/MazDialog.vue.d.ts +5 -3
  223. package/types/components/MazDrawer.vue.d.ts +2 -1
  224. package/types/components/MazDropdown.vue.d.ts +2 -1
  225. package/types/components/MazDropzone.vue.d.ts +1 -1
  226. package/types/components/MazExpandAnimation.vue.d.ts +6 -5
  227. package/types/components/MazFullscreenLoader.vue.d.ts +2 -1
  228. package/types/components/MazInput.vue.d.ts +16 -3
  229. package/types/components/MazInputCode.vue.d.ts +1 -1
  230. package/types/components/MazInputPrice.vue.d.ts +2 -1
  231. package/types/components/MazLazyImg.vue.d.ts +2 -1
  232. package/types/components/MazLink.vue.d.ts +2 -1
  233. package/types/components/MazLoadingBar.vue.d.ts +1 -1
  234. package/types/components/MazPagination.vue.d.ts +3 -2
  235. package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +29 -53
  236. package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +4 -4
  237. package/types/components/MazPhoneNumberInput.vue.d.ts +5 -4
  238. package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
  239. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
  240. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  241. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
  242. package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
  243. package/types/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
  244. package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  245. package/types/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
  246. package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
  247. package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
  248. package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  249. package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
  250. package/types/components/MazPullToRefresh.vue.d.ts +3 -2
  251. package/types/components/MazRadio.vue.d.ts +1 -1
  252. package/types/components/MazRadioButtons.vue.d.ts +1 -1
  253. package/types/components/MazSelect.vue.d.ts +1 -1
  254. package/types/components/MazSpinner.vue.d.ts +1 -1
  255. package/types/components/MazStepper.vue.d.ts +3 -2
  256. package/types/components/MazSwitch.vue.d.ts +2 -1
  257. package/types/components/MazTable.vue.d.ts +6 -6
  258. package/types/components/MazTableCell.vue.d.ts +3 -6
  259. package/types/components/MazTableRow.vue.d.ts +3 -2
  260. package/types/components/MazTableTitle.vue.d.ts +3 -6
  261. package/types/components/MazTabs.vue.d.ts +3 -2
  262. package/types/components/MazTabsBar.vue.d.ts +3 -2
  263. package/types/components/MazTabsContent.vue.d.ts +3 -2
  264. package/types/components/MazTabsContentItem.vue.d.ts +2 -1
  265. package/types/components/MazTextarea.vue.d.ts +49 -1
  266. package/types/components/MazTransitionExpand.vue.d.ts +2 -1
  267. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +1 -1
  268. package/types/modules/helpers/inject-strict.d.ts +2 -1
  269. package/components/chunks/MazBtn-CMyQNKuk.mjs +0 -105
  270. package/components/chunks/MazBtn-DA2lg-5s.mjs +0 -113
  271. package/components/chunks/MazBtn-DER-sPjl.mjs +0 -105
  272. package/components/chunks/MazBtn-DKyz5Hc0.mjs +0 -105
  273. package/components/chunks/MazBtn-DZb-6vcl.mjs +0 -105
  274. package/components/chunks/MazBtn-D_K6k6A7.mjs +0 -105
  275. package/components/chunks/MazBtn-DnZ_pj-t.mjs +0 -105
  276. package/components/chunks/MazBtn-DpFjxnMy.mjs +0 -105
  277. package/components/chunks/MazBtn-DvfMuN3B.mjs +0 -105
  278. package/components/chunks/MazBtn-IPfW92RY.mjs +0 -105
  279. package/components/chunks/MazBtn-VU3XSEv8.mjs +0 -110
  280. package/components/chunks/MazIcon-B3gy-jQ6.mjs +0 -4
  281. package/components/chunks/MazInput-DG-grU7m.mjs +0 -293
  282. package/components/chunks/MazInput-DnmjeD0Q.mjs +0 -282
  283. package/components/chunks/MazInput-SGx7gJ9r.mjs +0 -281
  284. package/components/chunks/MazInputTags-DGAglIQb.mjs +0 -584
  285. package/components/chunks/MazPagination-eJFyS5Nn.mjs +0 -329
  286. package/components/chunks/MazPicker-CUpQ552W.mjs +0 -2475
  287. package/components/chunks/MazSpinner-Btv2qATX.mjs +0 -34
  288. package/components/chunks/MazSpinner-CR8HZnWn.mjs +0 -34
  289. package/components/chunks/MazSpinner-ChqoF_fX.mjs +0 -34
  290. package/components/chunks/MazSpinner-CsEQ9EXb.mjs +0 -34
  291. package/components/chunks/MazSpinner-D5ciNjTR.mjs +0 -34
  292. package/components/chunks/MazSpinner-DIPbNESr.mjs +0 -34
  293. package/components/chunks/MazSpinner-VN2Vol2B.mjs +0 -34
  294. package/components/chunks/MazSpinner-a80KrraB.mjs +0 -34
  295. package/components/chunks/MazSpinner-dm4RUkiD.mjs +0 -34
  296. package/components/chunks/MazSpinner-oLVdOGaR.mjs +0 -34
  297. package/components/chunks/MazSpinner-v0FIBDiy.mjs +0 -34
  298. package/components/chunks/MazTableCell-D10vPzyI.mjs +0 -26
  299. package/components/chunks/MazTableRow-CSxkhwUM.mjs +0 -30
  300. package/components/chunks/MazTableTitle-BdRR_MXI.mjs +0 -26
  301. package/modules/chunks/MazBtn-SZHtOzgz.cjs +0 -1
  302. package/modules/chunks/index-BTegnVLg.cjs +0 -124
@@ -1,4 +1,4 @@
1
- import { useId as w, computed as r, defineComponent as x, useSlots as _, ref as S, watch as B, openBlock as p, createElementBlock as m, normalizeClass as M, normalizeStyle as y, createElementVNode as n, renderSlot as l, createTextVNode as i, toDisplayString as u, createCommentVNode as I, unref as k, createBlock as P, createSlots as N, withCtx as g } from "vue";
1
+ import { useId as w, computed as r, defineComponent as g, useSlots as _, ref as S, watch as B, openBlock as p, createElementBlock as m, normalizeClass as M, normalizeStyle as y, createElementVNode as n, renderSlot as l, createTextVNode as i, toDisplayString as u, createCommentVNode as I, unref as k, createBlock as P, createSlots as N, withCtx as x } from "vue";
2
2
  import './assets/MazCircularProgressBar.css';function A({
3
3
  componentName: a,
4
4
  providedId: e
@@ -9,7 +9,7 @@ import './assets/MazCircularProgressBar.css';function A({
9
9
  const V = { class: "maz-sr-only" }, b = {
10
10
  key: 0,
11
11
  class: "m-animated-counter__fix"
12
- }, D = /* @__PURE__ */ x({
12
+ }, D = /* @__PURE__ */ g({
13
13
  __name: "MazAnimatedCounter",
14
14
  props: {
15
15
  count: {},
@@ -21,14 +21,14 @@ const V = { class: "maz-sr-only" }, b = {
21
21
  const e = a, s = _(), f = r(() => !!e.prefix || !!s.prefix), d = r(() => !!e.suffix || !!s.suffix), c = S(!0);
22
22
  B(
23
23
  () => e.count,
24
- (o, v) => {
25
- o !== v && (c.value = !1, setTimeout(() => {
24
+ (t, h) => {
25
+ t !== h && (c.value = !1, setTimeout(() => {
26
26
  c.value = !0;
27
27
  }, 100));
28
28
  }
29
29
  );
30
- const h = r(() => `${e.duration}ms`);
31
- return (o, v) => (p(), m(
30
+ const v = r(() => `${e.duration}ms`);
31
+ return (t, h) => (p(), m(
32
32
  "span",
33
33
  {
34
34
  class: M(["m-animated-counter", {
@@ -37,43 +37,43 @@ const V = { class: "maz-sr-only" }, b = {
37
37
  "--suffixed": d.value
38
38
  }]),
39
39
  style: y({
40
- "--count": o.count,
41
- "--animation-duration": h.value
40
+ "--count": t.count,
41
+ "--animation-duration": v.value
42
42
  })
43
43
  },
44
44
  [
45
45
  n("span", V, [
46
- l(o.$slots, "prefix", {}, () => [
46
+ l(t.$slots, "prefix", {}, () => [
47
47
  i(
48
- u(o.prefix),
48
+ u(t.prefix),
49
49
  1
50
50
  /* TEXT */
51
51
  )
52
52
  ], !0),
53
53
  i(
54
- " " + u(o.count) + " ",
54
+ " " + u(t.count) + " ",
55
55
  1
56
56
  /* TEXT */
57
57
  ),
58
- l(o.$slots, "suffix", {}, () => [
58
+ l(t.$slots, "suffix", {}, () => [
59
59
  i(
60
- u(o.suffix),
60
+ u(t.suffix),
61
61
  1
62
62
  /* TEXT */
63
63
  )
64
64
  ], !0)
65
65
  ]),
66
66
  f.value || d.value ? (p(), m("span", b, [
67
- l(o.$slots, "prefix", {}, () => [
67
+ l(t.$slots, "prefix", {}, () => [
68
68
  i(
69
- u(o.prefix),
69
+ u(t.prefix),
70
70
  1
71
71
  /* TEXT */
72
72
  )
73
73
  ], !0),
74
- l(o.$slots, "suffix", {}, () => [
74
+ l(t.$slots, "suffix", {}, () => [
75
75
  i(
76
- u(o.suffix),
76
+ u(t.suffix),
77
77
  1
78
78
  /* TEXT */
79
79
  )
@@ -94,7 +94,7 @@ const V = { class: "maz-sr-only" }, b = {
94
94
  height: "1em",
95
95
  width: "1em",
96
96
  viewBox: "0 0 100 100"
97
- }, q = ["id"], G = ["stop-color"], O = ["stop-color"], U = ["stroke-width", "stroke", "stroke-linecap"], F = /* @__PURE__ */ x({
97
+ }, q = ["id"], G = ["stop-color"], O = ["stop-color"], U = ["stroke-width", "stroke", "stroke-linecap"], F = /* @__PURE__ */ g({
98
98
  __name: "MazCircularProgressBar",
99
99
  props: {
100
100
  percentage: { default: 0 },
@@ -111,14 +111,14 @@ const V = { class: "maz-sr-only" }, b = {
111
111
  setup(a) {
112
112
  const e = a, s = _(), f = r(() => !!e.prefix || !!s.prefix), d = r(() => !!e.suffix || !!s.suffix), c = A({
113
113
  componentName: "MazCircularProgressBar"
114
- }), h = r(() => e.percentage > 100 ? 100 : e.percentage <= 0 ? 0.5 : e.percentage), o = r(
115
- () => e.autoColor ? v(e.percentage) : e.color
114
+ }), v = r(() => e.percentage > 100 ? 100 : e.percentage <= 0 ? 0.5 : e.percentage), t = r(
115
+ () => e.autoColor ? h(v.value) : e.color
116
116
  );
117
- function v(t) {
118
- return t < 50 || t > 100 ? "danger" : t < 100 ? "warning" : "success";
117
+ function h(o) {
118
+ return o < 50 || o > 100 ? "danger" : o < 100 ? "warning" : "success";
119
119
  }
120
- const z = r(() => `${e.duration}ms`), C = r(() => Math.round(290 - 290 * (h.value / 100)));
121
- return (t, H) => (p(), m(
120
+ const z = r(() => `${e.duration}ms`), C = r(() => Math.round(290 - 290 * (v.value / 100)));
121
+ return (o, H) => (p(), m(
122
122
  "div",
123
123
  {
124
124
  class: "m-circular-progress-bar",
@@ -128,7 +128,7 @@ const V = { class: "maz-sr-only" }, b = {
128
128
  "--dashoffset": C.value
129
129
  },
130
130
  {
131
- fontSize: t.size
131
+ fontSize: o.size
132
132
  }
133
133
  ])
134
134
  },
@@ -136,21 +136,21 @@ const V = { class: "maz-sr-only" }, b = {
136
136
  n("div", L, [
137
137
  n("div", T, [
138
138
  k(s).default ? (p(), m("span", W, [
139
- l(t.$slots, "default", {}, void 0, !0)
139
+ l(o.$slots, "default", {}, void 0, !0)
140
140
  ])) : (p(), P(E, {
141
141
  key: 1,
142
- count: t.percentage,
143
- duration: t.duration
142
+ count: o.percentage,
143
+ duration: o.duration
144
144
  }, N({
145
145
  _: 2
146
146
  /* DYNAMIC */
147
147
  }, [
148
148
  f.value ? {
149
149
  name: "prefix",
150
- fn: g(() => [
151
- l(t.$slots, "prefix", {}, () => [
150
+ fn: x(() => [
151
+ l(o.$slots, "prefix", {}, () => [
152
152
  i(
153
- u(t.prefix),
153
+ u(o.prefix),
154
154
  1
155
155
  /* TEXT */
156
156
  )
@@ -160,10 +160,10 @@ const V = { class: "maz-sr-only" }, b = {
160
160
  } : void 0,
161
161
  d.value ? {
162
162
  name: "suffix",
163
- fn: g(() => [
164
- l(t.$slots, "suffix", {}, () => [
163
+ fn: x(() => [
164
+ l(o.$slots, "suffix", {}, () => [
165
165
  i(
166
- u(t.suffix),
166
+ u(o.suffix),
167
167
  1
168
168
  /* TEXT */
169
169
  )
@@ -185,11 +185,11 @@ const V = { class: "maz-sr-only" }, b = {
185
185
  }, [
186
186
  n("stop", {
187
187
  offset: "0%",
188
- "stop-color": o.value ? `var(--maz-color-${o.value}-400)` : "var(--maz-color-primary)"
188
+ "stop-color": t.value ? `var(--maz-color-${t.value}-400)` : "var(--maz-color-primary)"
189
189
  }, null, 8, G),
190
190
  n("stop", {
191
191
  offset: "100%",
192
- "stop-color": o.value ? `var(--maz-color-${o.value}-700)` : "var(--maz-color-secondary)"
192
+ "stop-color": t.value ? `var(--maz-color-${t.value}-700)` : "var(--maz-color-secondary)"
193
193
  }, null, 8, O)
194
194
  ], 8, q)
195
195
  ]),
@@ -197,12 +197,12 @@ const V = { class: "maz-sr-only" }, b = {
197
197
  cx: "50",
198
198
  cy: "50",
199
199
  r: "46",
200
- "stroke-width": t.strokeWidth,
200
+ "stroke-width": o.strokeWidth,
201
201
  "stroke-dasharray": "290",
202
202
  "stroke-dashoffset": "290",
203
- stroke: t.stroke ? t.stroke : `url(#${k(c)}-gradient)`,
203
+ stroke: o.stroke ? o.stroke : `url(#${k(c)}-gradient)`,
204
204
  fill: "none",
205
- "stroke-linecap": t.strokeLinecap
205
+ "stroke-linecap": o.strokeLinecap
206
206
  }, null, 8, U)
207
207
  ]))
208
208
  ],
@@ -210,7 +210,7 @@ const V = { class: "maz-sr-only" }, b = {
210
210
  /* STYLE */
211
211
  ));
212
212
  }
213
- }), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-74144ac1"]]);
213
+ }), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-fd325305"]]);
214
214
  export {
215
215
  K as default
216
216
  };
@@ -19,7 +19,9 @@ export interface InternalProps {
19
19
  persistent?: boolean;
20
20
  }
21
21
  export type Props = InternalProps & MazBackdropProps;
22
+ type __VLS_Props = Props & MazBackdropProps;
22
23
  declare function __VLS_template(): {
24
+ attrs: Partial<{}>;
23
25
  slots: {
24
26
  header?(_: {
25
27
  close: () => void;
@@ -141,16 +143,16 @@ declare function __VLS_template(): {
141
143
  };
142
144
  }) | null;
143
145
  };
144
- attrs: Partial<{}>;
146
+ rootEl: any;
145
147
  };
146
148
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
147
- declare const __VLS_component: import("vue").DefineComponent<InternalProps & MazBackdropProps, {
149
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
148
150
  close: () => any;
149
151
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
150
152
  close: (value: void) => any;
151
153
  open: (value: void) => any;
152
154
  "update:model-value": (value: boolean) => any;
153
- }, string, import("vue").PublicProps, Readonly<InternalProps & MazBackdropProps> & Readonly<{
155
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
154
156
  onClose?: ((value?: void | undefined) => any) | undefined;
155
157
  onOpen?: ((value?: void | undefined) => any) | undefined;
156
158
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazDialog-xPCkmhrE.mjs";
1
+ import { M as f } from "./chunks/MazDialog-XiX9LEiz.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { a as o, u as s } from "./chunks/MazDialogPromise-dIHWE8dO.mjs";
1
+ import { a as o, u as s } from "./chunks/MazDialogPromise-B9_e3Ma9.mjs";
2
2
  export {
3
3
  o as default,
4
4
  s as useMazDialogPromise
@@ -11,6 +11,7 @@ export interface Props {
11
11
  noClose?: boolean;
12
12
  }
13
13
  declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
14
15
  slots: {
15
16
  title?(_: {
16
17
  close: () => void;
@@ -20,7 +21,7 @@ declare function __VLS_template(): {
20
21
  }): any;
21
22
  };
22
23
  refs: {};
23
- attrs: Partial<{}>;
24
+ rootEl: any;
24
25
  };
25
26
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
27
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -128,7 +128,7 @@ import './assets/MazDrawer.css';const A = "--backdrop-present", U = /* @__PURE__
128
128
  },
129
129
  emits: ["before-close", "open", "close", "update:model-value"],
130
130
  setup(b) {
131
- const i = B(() => import("./chunks/MazBtn-DA2lg-5s.mjs").then((e) => e.M)), c = B(() => import("./chunks/x-mark-CnZwVvA7.mjs"));
131
+ const i = B(() => import("./chunks/MazBtn-CIAdgMGr.mjs").then((e) => e.M)), c = B(() => import("./chunks/x-mark-CnZwVvA7.mjs"));
132
132
  return (e, t) => (r(), h(U, {
133
133
  "backdrop-class": ["m-drawer", `--${e.variant}`, e.backdropClass],
134
134
  style: F({
@@ -95,6 +95,7 @@ export interface MazDropdownProps {
95
95
  size?: Size;
96
96
  }
97
97
  declare function __VLS_template(): {
98
+ attrs: Partial<{}>;
98
99
  slots: {
99
100
  "screen-reader-description"?(_: {}): any;
100
101
  element?(_: {
@@ -138,7 +139,7 @@ declare function __VLS_template(): {
138
139
  }): any;
139
140
  };
140
141
  refs: {};
141
- attrs: Partial<{}>;
142
+ rootEl: any;
142
143
  };
143
144
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
144
145
  declare const __VLS_component: import("vue").DefineComponent<MazDropdownProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -1,4 +1,4 @@
1
- import { a as f } from "./chunks/MazDropdown-7WqbXnPN.mjs";
1
+ import { a as f } from "./chunks/MazDropdown-CKuIGitT.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -124,6 +124,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
124
124
  height: string | number;
125
125
  noDestroyOnUnmount: boolean;
126
126
  }, {}, {
127
- MazSpinner: import("vue").DefineComponent<import("./MazSpinner.vue").MazSpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("./MazSpinner.vue").MazSpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
127
+ MazSpinner: import("vue").DefineComponent<import("./MazSpinner.vue").MazSpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("./MazSpinner.vue").MazSpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, SVGSVGElement>;
128
128
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
129
129
  export default _default;
@@ -10,24 +10,25 @@ export interface Props {
10
10
  */
11
11
  timingFunction?: string;
12
12
  }
13
- declare let __VLS_typeProps: Props;
13
+ type __VLS_Props = Props;
14
14
  type __VLS_PublicProps = {
15
15
  modelValue?: boolean;
16
- } & typeof __VLS_typeProps;
16
+ } & __VLS_Props;
17
17
  declare function __VLS_template(): {
18
+ attrs: Partial<{}>;
18
19
  slots: {
19
20
  default?(_: {}): any;
20
21
  };
21
22
  refs: {
22
23
  expandAnimationRef: HTMLDivElement;
23
24
  };
24
- attrs: Partial<{}>;
25
+ rootEl: any;
25
26
  };
26
27
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
28
  declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
- "update:modelValue": (modelValue: boolean) => any;
29
+ "update:modelValue": (value: boolean) => any;
29
30
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
30
- "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
31
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31
32
  }>, {
32
33
  duration: string;
33
34
  timingFunction: string;
@@ -8,11 +8,12 @@ export interface MazFullscreenLoaderProps {
8
8
  teleportSelector?: string;
9
9
  }
10
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
11
12
  slots: {
12
13
  default?(_: {}): any;
13
14
  };
14
15
  refs: {};
15
- attrs: Partial<{}>;
16
+ rootEl: any;
16
17
  };
17
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
19
  declare const __VLS_component: import("vue").DefineComponent<MazFullscreenLoaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MazFullscreenLoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazGallery-ndO4hRUh.mjs";
1
+ import { M as f } from "./chunks/MazGallery-DUOQamrE.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -2,7 +2,7 @@ import { inject as T, defineComponent as x, ref as m, computed as p, onMounted a
2
2
  function H(i, c) {
3
3
  const o = T(i, c);
4
4
  if (!o)
5
- throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${i}`);
5
+ throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${i.toString()}`);
6
6
  return o;
7
7
  }
8
8
  const I = ["innerHTML"], V = /* @__PURE__ */ x({
@@ -26,7 +26,7 @@ const I = ["innerHTML"], V = /* @__PURE__ */ x({
26
26
  },
27
27
  emits: ["loaded", "unloaded", "error"],
28
28
  setup(i, { emit: c }) {
29
- const o = i, d = c, s = {}, l = m(), f = m();
29
+ const o = i, d = c, a = {}, s = m(), f = m();
30
30
  function g() {
31
31
  try {
32
32
  return H("mazIconPath");
@@ -59,15 +59,16 @@ const I = ["innerHTML"], V = /* @__PURE__ */ x({
59
59
  return r;
60
60
  }
61
61
  function y(e) {
62
- let r = e.cloneNode(!0);
63
- return r = o.transformSource(e), o.title && h(r, o.title), e.innerHTML;
62
+ e.cloneNode(!0);
63
+ const r = o.transformSource(e);
64
+ return o.title && h(r, o.title), e.innerHTML;
64
65
  }
65
66
  async function z(e) {
66
- s[e] || (s[e] = M(e));
67
+ a[e] || (a[e] = M(e));
67
68
  try {
68
- l.value = await s[e], await q(), d("loaded", f.value);
69
+ s.value = await a[e], await q(), d("loaded", f.value);
69
70
  } catch (r) {
70
- l.value && (l.value = void 0, d("unloaded")), delete s[e], d("error", r);
71
+ s.value && (s.value = void 0, d("unloaded")), delete a[e], d("error", r);
71
72
  }
72
73
  }
73
74
  function M(e) {
@@ -78,26 +79,26 @@ const I = ["innerHTML"], V = /* @__PURE__ */ x({
78
79
  try {
79
80
  let u = new DOMParser().parseFromString(n.responseText, "text/xml").querySelectorAll("svg")[0];
80
81
  u ? (u = o.transformSource(u), r(u)) : t(new Error('Loaded file is not valid SVG"'));
81
- } catch (a) {
82
- t(a);
82
+ } catch (l) {
83
+ t(l);
83
84
  }
84
85
  else
85
86
  t(new Error("Error loading SVG"));
86
- }), n.addEventListener("error", (a) => t(a)), n.send();
87
+ }), n.addEventListener("error", (l) => t(l)), n.send();
87
88
  });
88
89
  }
89
- return C(() => z(S.value)), (e, r) => l.value ? (P(), _("svg", $({
90
+ return C(() => z(S.value)), (e, r) => s.value ? (P(), _("svg", $({
90
91
  key: 0,
91
92
  ref_key: "svgElem",
92
93
  ref: f,
93
94
  width: "1em",
94
95
  height: "1em"
95
96
  }, {
96
- ...E(l.value),
97
+ ...E(s.value),
97
98
  ...w(e.$attrs)
98
99
  }, {
99
100
  style: `font-size: ${i.size}`,
100
- innerHTML: y(l.value)
101
+ innerHTML: y(s.value)
101
102
  }), null, 16, I)) : A("v-if", !0);
102
103
  }
103
104
  });
@@ -12,8 +12,21 @@ export interface Props<T = ModelValueSimple> {
12
12
  modelValue?: T | undefined;
13
13
  /** The placeholder of the input */
14
14
  placeholder?: string;
15
- /** The label of the component */
15
+ /**
16
+ * The label of the component
17
+ * This label will be displayed inside the input and will be up when the input is focused
18
+ */
16
19
  label?: string;
20
+ /**
21
+ * The top label of the component
22
+ * This label will be displayed above the input
23
+ */
24
+ topLabel?: string;
25
+ /**
26
+ * The additional text of the component
27
+ * This text will be displayed below the input
28
+ */
29
+ assistiveText?: string;
17
30
  /** The attribut name of the input */
18
31
  name?: string;
19
32
  /** The color of the component */
@@ -72,7 +85,7 @@ export interface Props<T = ModelValueSimple> {
72
85
  */
73
86
  rightIcon?: string | Icon;
74
87
  /**
75
- * Size of the rounded
88
+ * Size radius of the component's border
76
89
  * @values `'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full'`
77
90
  */
78
91
  roundedSize?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
@@ -88,7 +101,7 @@ declare const _default: <T extends ModelValueSimple>(__VLS_props: NonNullable<Aw
88
101
  readonly onClick?: ((event: Event) => any) | undefined;
89
102
  readonly onFocus?: ((event: Event) => any) | undefined;
90
103
  readonly "onUpdate:model-value"?: ((value?: T | undefined) => any) | undefined;
91
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onInput" | "onClick" | "onUpdate:model-value"> & Props<T>> & import("vue").PublicProps;
104
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onInput" | "onClick" | "onUpdate:model-value"> & Partial<{}> & Props<T>> & import("vue").PublicProps;
92
105
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
93
106
  attrs: any;
94
107
  slots: {
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazInput-DG-grU7m.mjs";
1
+ import { M as f } from "./chunks/MazInput-DIN1VAoX.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -36,7 +36,7 @@ declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awa
36
36
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
37
37
  readonly "onUpdate:model-value"?: ((value?: T | undefined) => any) | undefined;
38
38
  readonly onCompleted?: ((value?: void | undefined) => any) | undefined;
39
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value" | "onCompleted"> & Props<T>> & import("vue").PublicProps;
39
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value" | "onCompleted"> & Partial<{}> & Props<T>> & import("vue").PublicProps;
40
40
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
41
41
  attrs: any;
42
42
  slots: {};
@@ -1,4 +1,4 @@
1
- import { a as f } from "./chunks/MazInputNumber-DoeT5Lcu.mjs";
1
+ import { a as f } from "./chunks/MazInputNumber-7Ku2ZcG-.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -26,11 +26,12 @@ export interface Props {
26
26
  currencyOptions?: Omit<FilterCurrencyOptions, 'currency'>;
27
27
  }
28
28
  declare function __VLS_template(): {
29
+ attrs: Partial<{}>;
29
30
  slots: {
30
31
  "left-icon"?(_: {}): any;
31
32
  };
32
33
  refs: {};
33
- attrs: Partial<{}>;
34
+ rootEl: any;
34
35
  };
35
36
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
37
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -1,4 +1,4 @@
1
- import { a as f } from "./chunks/MazInputPrice-CZiypHp3.mjs";
1
+ import { a as f } from "./chunks/MazInputPrice-C5yErBFP.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazInputTags-DGAglIQb.mjs";
1
+ import { M as f } from "./chunks/MazInputTags-DvbQ2mK8.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -36,11 +36,12 @@ export interface Props {
36
36
  block?: boolean;
37
37
  }
38
38
  declare function __VLS_template(): {
39
+ attrs: Partial<{}>;
39
40
  slots: {
40
41
  default?(_: {}): any;
41
42
  };
42
43
  refs: {};
43
- attrs: Partial<{}>;
44
+ rootEl: any;
44
45
  };
45
46
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
46
47
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -50,6 +50,7 @@ export interface MazLinkProps {
50
50
  rightIcon?: string | Icon;
51
51
  }
52
52
  declare function __VLS_template(): {
53
+ attrs: Partial<{}>;
53
54
  slots: {
54
55
  "left-icon"?(_: {}): any;
55
56
  default?(_: {}): any;
@@ -57,7 +58,7 @@ declare function __VLS_template(): {
57
58
  "external-icon"?(_: {}): any;
58
59
  };
59
60
  refs: {};
60
- attrs: Partial<{}>;
61
+ rootEl: any;
61
62
  };
62
63
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
63
64
  declare const __VLS_component: import("vue").DefineComponent<MazLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MazLinkProps> & Readonly<{}>, {
@@ -20,7 +20,7 @@ import './assets/MazLink.css';const c = /* @__PURE__ */ p({
20
20
  setup(l) {
21
21
  const a = s(
22
22
  () => import("./chunks/arrow-top-right-on-square-jPmYJ34F.mjs")
23
- ), o = s(() => import("./chunks/MazIcon-BbvBov5G.mjs"));
23
+ ), o = s(() => import("./chunks/MazIcon-_hN-Kivn.mjs"));
24
24
  return (e, f) => (t(), n(i(e.to ? "router-link" : "a"), v({
25
25
  id: e.id,
26
26
  class: ["m-link", [
@@ -9,5 +9,5 @@ export interface Props {
9
9
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
10
10
  color: Color;
11
11
  height: string;
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
13
13
  export default _default;
@@ -33,6 +33,7 @@ interface MazPagnationProps {
33
33
  }
34
34
  export type { MazPagnationProps as Props };
35
35
  declare function __VLS_template(): {
36
+ attrs: Partial<{}>;
36
37
  slots: {
37
38
  "first-page-sr"?(_: {
38
39
  page: number;
@@ -51,7 +52,7 @@ declare function __VLS_template(): {
51
52
  }): any;
52
53
  };
53
54
  refs: {};
54
- attrs: Partial<{}>;
55
+ rootEl: HTMLElement;
55
56
  };
56
57
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
57
58
  declare const __VLS_component: import("vue").DefineComponent<MazPagnationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -65,7 +66,7 @@ declare const __VLS_component: import("vue").DefineComponent<MazPagnationProps,
65
66
  resultsSize: number;
66
67
  activeColor: Color;
67
68
  pageRange: number;
68
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
69
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
69
70
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
70
71
  export default _default;
71
72
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazPagination-eJFyS5Nn.mjs";
1
+ import { M as f } from "./chunks/MazPagination-BSu0Ifkp.mjs";
2
2
  export {
3
3
  f as default
4
4
  };