maz-ui 3.43.4 → 3.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/components/MazAccordion.d.ts +2 -2
  2. package/components/MazAccordion.mjs +84 -84
  3. package/components/MazAnimatedCounter.mjs +9 -10
  4. package/components/MazAvatar.d.ts +3 -3
  5. package/components/MazAvatar.mjs +1 -1
  6. package/components/MazBackdrop.d.ts +2 -2
  7. package/components/MazBackdrop.mjs +12 -10
  8. package/components/MazBadge.d.ts +2 -2
  9. package/components/MazBadge.mjs +3 -4
  10. package/components/MazBottomSheet.mjs +1 -1
  11. package/components/MazBtn.d.ts +7 -5
  12. package/components/MazBtn.mjs +1 -1
  13. package/components/MazCard.d.ts +3 -3
  14. package/components/MazCard.mjs +1 -1
  15. package/components/MazCardSpotlight.d.ts +2 -2
  16. package/components/MazCardSpotlight.mjs +4 -5
  17. package/components/MazCarousel.d.ts +2 -2
  18. package/components/MazCarousel.mjs +1 -1
  19. package/components/MazChart.d.ts +1 -1
  20. package/components/MazCheckbox.d.ts +2 -2
  21. package/components/MazCheckbox.mjs +10 -11
  22. package/components/MazCircularProgressBar.d.ts +1 -1
  23. package/components/MazCircularProgressBar.mjs +21 -23
  24. package/components/MazDialog.d.ts +2 -2
  25. package/components/MazDialog.mjs +1 -1
  26. package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +17 -14
  27. package/components/MazDialogPromise.mjs +1 -1
  28. package/components/MazDrawer.d.ts +2 -2
  29. package/components/MazDrawer.mjs +71 -69
  30. package/components/MazDropdown.d.ts +7 -6
  31. package/components/MazDropdown.mjs +130 -128
  32. package/components/MazDropzone.d.ts +1 -1
  33. package/components/MazDropzone.mjs +1 -1
  34. package/components/MazExpandAnimation.d.ts +2 -2
  35. package/components/MazExpandAnimation.mjs +26 -26
  36. package/components/MazFullscreenLoader.d.ts +2 -2
  37. package/components/MazFullscreenLoader.mjs +11 -10
  38. package/components/MazGallery.d.ts +2 -2
  39. package/components/MazGallery.mjs +1 -1
  40. package/components/MazIcon.mjs +45 -34
  41. package/components/MazInput.d.ts +4 -4
  42. package/components/MazInput.mjs +1 -1
  43. package/components/MazInputCode.d.ts +2 -2
  44. package/components/MazInputCode.mjs +4 -5
  45. package/components/MazInputNumber.d.ts +2 -2
  46. package/components/MazInputNumber.mjs +1 -1
  47. package/components/MazInputPrice.d.ts +2 -2
  48. package/components/MazInputPrice.mjs +1 -1
  49. package/components/MazInputTags.d.ts +7 -2
  50. package/components/MazInputTags.mjs +1 -1
  51. package/components/MazLazyImg.d.ts +2 -2
  52. package/components/MazLazyImg.mjs +1 -1
  53. package/components/MazLink.d.ts +6 -6
  54. package/components/MazLink.mjs +3 -4
  55. package/components/MazLoadingBar.d.ts +2 -2
  56. package/components/MazLoadingBar.mjs +17 -18
  57. package/components/MazPagination.d.ts +3 -3
  58. package/components/MazPagination.mjs +1 -1
  59. package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +1 -1
  60. package/components/MazPhoneNumberInput/types.d.ts +5 -5
  61. package/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
  62. package/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
  63. package/components/MazPhoneNumberInput.d.ts +8 -8
  64. package/components/MazPhoneNumberInput.mjs +1 -1
  65. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  66. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +2 -2
  67. package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  68. package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  69. package/components/MazPicker/types.d.ts +4 -4
  70. package/components/MazPicker/utils.d.ts +4 -4
  71. package/components/MazPicker.d.ts +3 -3
  72. package/components/MazPicker.mjs +1 -1
  73. package/components/MazPullToRefresh.d.ts +2 -2
  74. package/components/MazPullToRefresh.mjs +1 -1
  75. package/components/MazRadio.mjs +8 -9
  76. package/components/MazRadioButtons.d.ts +2 -2
  77. package/components/MazRadioButtons.mjs +44 -42
  78. package/components/MazReadingProgressBar.d.ts +2 -2
  79. package/components/MazReadingProgressBar.mjs +12 -13
  80. package/components/MazSelect.d.ts +4 -4
  81. package/components/MazSelect.mjs +1 -1
  82. package/components/MazSlider/utils.d.ts +4 -4
  83. package/components/MazSlider.mjs +100 -87
  84. package/components/MazSpinner.mjs +6 -7
  85. package/components/MazStepper.d.ts +3 -3
  86. package/components/MazStepper.mjs +1 -1
  87. package/components/MazSwitch.d.ts +2 -2
  88. package/components/MazSwitch.mjs +6 -6
  89. package/components/MazTable.d.ts +13 -10
  90. package/components/MazTable.mjs +1 -1
  91. package/components/MazTableCell.mjs +4 -5
  92. package/components/MazTableRow.d.ts +2 -2
  93. package/components/MazTableRow.mjs +4 -5
  94. package/components/MazTableTitle.mjs +2 -3
  95. package/components/MazTabs.d.ts +4 -4
  96. package/components/MazTabsBar.d.ts +7 -5
  97. package/components/MazTabsBar.mjs +1 -1
  98. package/components/MazTabsContent.mjs +5 -4
  99. package/components/MazTabsContentItem.mjs +16 -17
  100. package/components/MazTextarea.d.ts +2 -2
  101. package/components/MazTextarea.mjs +19 -17
  102. package/components/MazTransitionExpand.d.ts +2 -2
  103. package/components/MazTransitionExpand.mjs +19 -18
  104. package/components/assets/MazAccordion.css +1 -1
  105. package/components/assets/MazAnimatedCounter.css +1 -1
  106. package/components/assets/MazAvatar.css +1 -1
  107. package/components/assets/MazBadge.css +1 -1
  108. package/components/assets/MazBottomSheet.css +1 -1
  109. package/components/assets/MazBtn.css +1 -1
  110. package/components/assets/MazCard.css +1 -1
  111. package/components/assets/MazCardSpotlight.css +1 -1
  112. package/components/assets/MazCarousel.css +1 -1
  113. package/components/assets/MazCheckbox.css +1 -1
  114. package/components/assets/MazCircularProgressBar.css +1 -1
  115. package/components/assets/MazDialog.css +1 -1
  116. package/components/assets/MazDialogPromise.css +1 -1
  117. package/components/assets/MazExpandAnimation.css +1 -1
  118. package/components/assets/MazGallery.css +1 -1
  119. package/components/assets/MazInput.css +1 -1
  120. package/components/assets/MazInputCode.css +1 -1
  121. package/components/assets/MazInputNumber.css +1 -1
  122. package/components/assets/MazInputPrice.css +1 -1
  123. package/components/assets/MazInputTags.css +1 -1
  124. package/components/assets/MazLazyImg.css +1 -1
  125. package/components/assets/MazLink.css +1 -1
  126. package/components/assets/MazLoadingBar.css +1 -1
  127. package/components/assets/MazPagination.css +1 -1
  128. package/components/assets/MazPhoneNumberInput.css +1 -1
  129. package/components/assets/MazPicker.css +1 -1
  130. package/components/assets/MazPickerMonthSwitcher.css +1 -1
  131. package/components/assets/MazPickerShortcuts.css +1 -1
  132. package/components/assets/MazPickerYearSwitcher.css +1 -1
  133. package/components/assets/MazPullToRefresh.css +1 -1
  134. package/components/assets/MazRadio.css +1 -1
  135. package/components/assets/MazRadioButtons.css +1 -1
  136. package/components/assets/MazReadingProgressBar.css +1 -1
  137. package/components/assets/MazSelect.css +1 -1
  138. package/components/assets/MazSlider.css +1 -1
  139. package/components/assets/MazSpinner.css +1 -1
  140. package/components/assets/MazStepper.css +1 -1
  141. package/components/assets/MazSwitch.css +1 -1
  142. package/components/assets/MazTable.css +1 -1
  143. package/components/assets/MazTableCell.css +1 -1
  144. package/components/assets/MazTableRow.css +1 -1
  145. package/components/assets/MazTableTitle.css +1 -1
  146. package/components/assets/MazTabsBar.css +1 -1
  147. package/components/assets/MazTabsContentItem.css +1 -1
  148. package/components/assets/MazTextarea.css +1 -1
  149. package/components/assets/MazTransitionExpand.css +1 -1
  150. package/components/chunks/{MazAvatar-DsJvzyS9.mjs → MazAvatar-BU1nJFcV.mjs} +8 -9
  151. package/components/chunks/{MazBadge-CYJlqITD.mjs → MazBadge-CwA0md19.mjs} +4 -5
  152. package/components/chunks/{MazBottomSheet-CIlIdn-2.mjs → MazBottomSheet-DUOIusEi.mjs} +54 -52
  153. package/components/chunks/{MazBtn-CCNGs6oo.mjs → MazBtn-5BSKOcqG.mjs} +35 -36
  154. package/components/chunks/{MazBtn-Ccvl1ZWv.mjs → MazBtn-B1-sTc7F.mjs} +31 -32
  155. package/components/chunks/{MazBtn-BC5OegPu.mjs → MazBtn-BY8WCtM7.mjs} +35 -36
  156. package/components/chunks/{MazBtn-CX4OgPzp.mjs → MazBtn-C5G78zLg.mjs} +35 -36
  157. package/components/chunks/MazBtn-CeVwyYR5.mjs +150 -0
  158. package/components/chunks/{MazBtn-BqgdERYQ.mjs → MazBtn-ColLVUca.mjs} +35 -36
  159. package/components/chunks/{MazBtn-beTASOLt.mjs → MazBtn-DJhQqzja.mjs} +35 -36
  160. package/components/chunks/MazBtn-DuY28-0U.mjs +150 -0
  161. package/components/chunks/{MazBtn-BydIwD1J.mjs → MazBtn-f1mBXJeU.mjs} +31 -32
  162. package/components/chunks/MazBtn-h3WmmaEO.mjs +150 -0
  163. package/components/chunks/MazBtn-zyRLUViT.mjs +150 -0
  164. package/components/chunks/{MazCard-bmiVPg8p.mjs → MazCard-BWxV_Z-i.mjs} +25 -26
  165. package/components/chunks/{MazCarousel-CL0bMygd.mjs → MazCarousel-D5EmW7Sa.mjs} +43 -35
  166. package/components/chunks/{MazCheckbox-DsFbvpp4.mjs → MazCheckbox-BWiMbecz.mjs} +11 -12
  167. package/components/chunks/{MazCheckbox-CCa7grGF.mjs → MazCheckbox-D3PXkt75.mjs} +11 -12
  168. package/components/chunks/{MazDialog-BckFta4N.mjs → MazDialog-CLWKCphI.mjs} +56 -54
  169. package/components/chunks/{MazDialogPromise-Bb6h4hFz.mjs → MazDialogPromise-DVOJwdVp.mjs} +139 -126
  170. package/components/chunks/{MazDropzone-C_8mRUbK.mjs → MazDropzone-Dm2IirHm.mjs} +33 -54
  171. package/components/chunks/MazExpandAnimation-ChSSdQAq.mjs +58 -0
  172. package/components/chunks/{MazGallery-CcpeM_zk.mjs → MazGallery-BlfPe8WG.mjs} +103 -101
  173. package/components/chunks/{MazGallery-6UK5sH9P.mjs → MazGallery-Bn9p1gNb.mjs} +102 -100
  174. package/{modules/chunks/MazIcon-CiNswMKM.mjs → components/chunks/MazIcon-B8A0hQAH.mjs} +45 -34
  175. package/components/chunks/{MazIcon-Cxrv3_OK.mjs → MazIcon-BDGxCy9M.mjs} +45 -34
  176. package/components/chunks/{MazIcon-BKuhvwwq.mjs → MazIcon-D3umgnku.mjs} +45 -34
  177. package/components/chunks/{MazInput-DNwBL54e.mjs → MazInput-BpsE-mdg.mjs} +69 -69
  178. package/components/chunks/{MazInputNumber-BSdVF8-q.mjs → MazInputNumber-DGBYbDSX.mjs} +186 -182
  179. package/components/chunks/{MazInputPrice-osrAz4xd.mjs → MazInputPrice-j2BNMeFp.mjs} +134 -129
  180. package/components/chunks/{MazInputTags-XUWwx6p8.mjs → MazInputTags-CJofVaj5.mjs} +234 -252
  181. package/components/chunks/{MazLazyImg-6qrfqWKr.mjs → MazLazyImg-BFG6FIJZ.mjs} +6 -7
  182. package/components/chunks/{MazLazyImg-BelScAEF.mjs → MazLazyImg-Dboc6Xfz.mjs} +5 -6
  183. package/components/chunks/{MazPagination-DUiHgLAp.mjs → MazPagination-C6ZehQSZ.mjs} +118 -119
  184. package/components/chunks/{MazPhoneNumberInput-HeEEyDu0.mjs → MazPhoneNumberInput-DpWoNQfx.mjs} +707 -695
  185. package/components/chunks/MazPicker-ia2BEmm5.mjs +2531 -0
  186. package/components/chunks/{MazPickerMonthSwitcher-CoV-84J1.mjs → MazPickerMonthSwitcher-CKtfZ_m-.mjs} +19 -19
  187. package/components/chunks/{MazPickerShortcuts-5IfUIwpz.mjs → MazPickerShortcuts-Cc9VoqBw.mjs} +10 -10
  188. package/components/chunks/{MazPickerYearSwitcher-MeptqtZk.mjs → MazPickerYearSwitcher-0b5Wrem9.mjs} +10 -8
  189. package/components/chunks/{MazPullToRefresh-DWbmwlzV.mjs → MazPullToRefresh-CUazP4y2.mjs} +21 -22
  190. package/components/chunks/MazSelect-COJoKXbV.mjs +847 -0
  191. package/components/chunks/MazSpinner-9Jue6cel.mjs +37 -0
  192. package/components/chunks/{MazSpinner-BKjRRWtc.mjs → MazSpinner-BGPOws6a.mjs} +6 -7
  193. package/components/chunks/{MazSpinner-BXxULdoD.mjs → MazSpinner-BWYdqSMP.mjs} +6 -7
  194. package/components/chunks/{MazSpinner-BRgzRI07.mjs → MazSpinner-BZOjTZBN.mjs} +6 -7
  195. package/components/chunks/{MazSpinner-B-svzg-R.mjs → MazSpinner-BaAMq7LI.mjs} +6 -7
  196. package/components/chunks/MazSpinner-Bad2n-0k.mjs +37 -0
  197. package/components/chunks/MazSpinner-BxnVFqUu.mjs +37 -0
  198. package/components/chunks/{MazSpinner-Mvsi6uCt.mjs → MazSpinner-C41VyUup.mjs} +6 -7
  199. package/components/chunks/MazSpinner-C6StE-Mb.mjs +37 -0
  200. package/components/chunks/{MazSpinner-BFXwybUv.mjs → MazSpinner-CNIlbDfg.mjs} +6 -7
  201. package/components/chunks/MazSpinner-Cz2DHV6g.mjs +37 -0
  202. package/components/chunks/MazSpinner-D4CdHpP2.mjs +37 -0
  203. package/{modules/chunks/MazSpinner--jWWogVn.mjs → components/chunks/MazSpinner-DHQH6Bhz.mjs} +6 -7
  204. package/components/chunks/MazSpinner-DRj2VpGA.mjs +37 -0
  205. package/components/chunks/{MazSpinner-C1lg-Klx.mjs → MazSpinner-DkXequnp.mjs} +6 -7
  206. package/components/chunks/MazSpinner-EA5ejB8F.mjs +37 -0
  207. package/components/chunks/{MazSpinner-BtpIL60X.mjs → MazSpinner-RvDGcBng.mjs} +6 -7
  208. package/components/chunks/{MazSpinner-B_WP-2kr.mjs → MazSpinner-V-bFi71W.mjs} +6 -7
  209. package/components/chunks/MazSpinner-aPFlrc5E.mjs +37 -0
  210. package/components/chunks/{MazSpinner-CfA_KEZT.mjs → MazSpinner-nH44Htog.mjs} +6 -7
  211. package/components/chunks/MazSpinner-nOD-7_sU.mjs +37 -0
  212. package/components/chunks/MazSpinner-yZGK-AQe.mjs +37 -0
  213. package/components/chunks/{MazStepper-DDofJsdg.mjs → MazStepper-DxrzKz06.mjs} +94 -83
  214. package/components/chunks/MazTable-DRUj_PZp.mjs +1960 -0
  215. package/components/chunks/{MazTabsBar-BXDEQkZM.mjs → MazTabsBar-xcIIXHx5.mjs} +67 -68
  216. package/components/chunks/{MazTransitionExpand-BwuAIzII.mjs → MazTransitionExpand-B08cSrmL.mjs} +20 -19
  217. package/components/chunks/{examples.mobile.json-um0ibyv5.mjs → examples.mobile.json-JpNGylGv.mjs} +1 -1
  218. package/css/main.css +1 -1
  219. package/modules/assets/MazBtn.css +1 -1
  220. package/modules/assets/MazSpinner.css +1 -1
  221. package/modules/assets/index.css +1 -1
  222. package/modules/chunks/{MazBtn-Czcbhr3Z.cjs → MazBtn-BbCGGxkK.cjs} +2 -2
  223. package/modules/chunks/{MazBtn-CXcW31TK.mjs → MazBtn-UBHTKqaN.mjs} +35 -36
  224. package/modules/chunks/MazIcon-BDSXZYZ8.cjs +1 -0
  225. package/{components/chunks/MazIcon-DtG5ii8R.mjs → modules/chunks/MazIcon-C2ch3jUS.mjs} +45 -34
  226. package/modules/chunks/{MazSpinner-Cw1KnqLM.cjs → MazSpinner-BiyFRA4w.cjs} +1 -1
  227. package/modules/chunks/MazSpinner-C9_xSbZZ.mjs +37 -0
  228. package/modules/chunks/{index-CThtJOu5.mjs → index-Cwbjspv3.mjs} +621 -588
  229. package/modules/chunks/index-tnjajVkX.cjs +124 -0
  230. package/modules/index.cjs +1 -1
  231. package/modules/index.mjs +34 -35
  232. package/nuxt/index.json +2 -2
  233. package/nuxt/index.mjs +3 -4
  234. package/nuxt/types.d.mts +24 -0
  235. package/nuxt/types.d.ts +24 -0
  236. package/package.json +77 -83
  237. package/resolvers/unplugin-directives-resolver.d.ts +1 -1
  238. package/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
  239. package/tailwindcss/tailwind.config.ts +9 -2
  240. package/tailwindcss/utils/colors.ts +3 -3
  241. package/tailwindcss/variables/colors.ts +12 -12
  242. package/tailwindcss/variables/utilities.ts +2 -2
  243. package/tailwindcss/variables/z-indexes.ts +12 -11
  244. package/types/components/MazAccordion.vue.d.ts +2 -2
  245. package/types/components/MazAvatar.vue.d.ts +3 -3
  246. package/types/components/MazBackdrop.vue.d.ts +2 -2
  247. package/types/components/MazBadge.vue.d.ts +2 -2
  248. package/types/components/MazBtn.vue.d.ts +7 -5
  249. package/types/components/MazCard.vue.d.ts +3 -3
  250. package/types/components/MazCardSpotlight.vue.d.ts +2 -2
  251. package/types/components/MazCarousel.vue.d.ts +2 -2
  252. package/types/components/MazChart.vue.d.ts +1 -1
  253. package/types/components/MazCheckbox.vue.d.ts +2 -2
  254. package/types/components/MazCircularProgressBar.vue.d.ts +1 -1
  255. package/types/components/MazDialog.vue.d.ts +2 -2
  256. package/types/components/MazDialogPromise/use-maz-dialog-promise.d.ts +17 -14
  257. package/types/components/MazDrawer.vue.d.ts +2 -2
  258. package/types/components/MazDropdown.vue.d.ts +7 -6
  259. package/types/components/MazDropzone.vue.d.ts +1 -1
  260. package/types/components/MazExpandAnimation.vue.d.ts +2 -2
  261. package/types/components/MazFullscreenLoader.vue.d.ts +2 -2
  262. package/types/components/MazGallery.vue.d.ts +2 -2
  263. package/types/components/MazInput.vue.d.ts +4 -4
  264. package/types/components/MazInputCode.vue.d.ts +2 -2
  265. package/types/components/MazInputNumber.vue.d.ts +2 -2
  266. package/types/components/MazInputPrice.vue.d.ts +2 -2
  267. package/types/components/MazInputTags.vue.d.ts +7 -2
  268. package/types/components/MazLazyImg.vue.d.ts +2 -2
  269. package/types/components/MazLink.vue.d.ts +6 -6
  270. package/types/components/MazLoadingBar.vue.d.ts +2 -2
  271. package/types/components/MazPagination.vue.d.ts +3 -3
  272. package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +1 -1
  273. package/types/components/MazPhoneNumberInput/types.d.ts +5 -5
  274. package/types/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
  275. package/types/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
  276. package/types/components/MazPhoneNumberInput.vue.d.ts +8 -8
  277. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  278. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +2 -2
  279. package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  280. package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  281. package/types/components/MazPicker/types.d.ts +4 -4
  282. package/types/components/MazPicker/utils.d.ts +4 -4
  283. package/types/components/MazPicker.vue.d.ts +3 -3
  284. package/types/components/MazPullToRefresh.vue.d.ts +2 -2
  285. package/types/components/MazRadioButtons.vue.d.ts +2 -2
  286. package/types/components/MazReadingProgressBar.vue.d.ts +2 -2
  287. package/types/components/MazSelect.vue.d.ts +4 -4
  288. package/types/components/MazSlider/utils.d.ts +4 -4
  289. package/types/components/MazStepper.vue.d.ts +3 -3
  290. package/types/components/MazSwitch.vue.d.ts +2 -2
  291. package/types/components/MazTable.vue.d.ts +13 -10
  292. package/types/components/MazTableRow.vue.d.ts +2 -2
  293. package/types/components/MazTabs.vue.d.ts +4 -4
  294. package/types/components/MazTabsBar.vue.d.ts +7 -5
  295. package/types/components/MazTextarea.vue.d.ts +2 -2
  296. package/types/components/MazTransitionExpand.vue.d.ts +2 -2
  297. package/types/modules/composables/use-reading-time.d.ts +5 -5
  298. package/types/modules/composables/use-theme-handler.d.ts +2 -2
  299. package/types/modules/directives/closable.d.ts +2 -2
  300. package/types/modules/directives/tooltip/index.d.ts +4 -4
  301. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +2 -2
  302. package/types/modules/directives/v-lazy-img/index.d.ts +1 -1
  303. package/types/modules/filters/capitalize.d.ts +1 -1
  304. package/types/modules/filters/currency.d.ts +1 -1
  305. package/types/modules/filters/date.d.ts +1 -1
  306. package/types/modules/filters/index.d.ts +8 -4
  307. package/types/modules/filters/number.d.ts +1 -1
  308. package/types/modules/filters/telephone.d.ts +1 -1
  309. package/types/modules/helpers/idle-timeout/idle-timeout-handler.d.ts +1 -1
  310. package/types/modules/helpers/mount-component.d.ts +2 -2
  311. package/types/modules/helpers/normalize-string.d.ts +2 -2
  312. package/types/modules/helpers/swipe-handler.d.ts +2 -2
  313. package/types/modules/helpers/user-visibility/types.d.ts +2 -2
  314. package/types/modules/plugins/aos/index.d.ts +3 -3
  315. package/types/modules/plugins/index.d.ts +2 -2
  316. package/types/modules/plugins/toaster/MazToast.vue.d.ts +3 -3
  317. package/types/modules/plugins/toaster/index.d.ts +1 -2
  318. package/types/modules/plugins/toaster/types.d.ts +6 -6
  319. package/types/modules/plugins/wait/utils.d.ts +4 -4
  320. package/types/resolvers/unplugin-directives-resolver.d.ts +1 -1
  321. package/types/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
  322. package/types/tailwindcss/tailwind.config.d.ts +71 -9
  323. package/types/tailwindcss/variables/z-indexes.d.ts +11 -11
  324. package/components/chunks/MazBtn-BOb7Fg_d.mjs +0 -151
  325. package/components/chunks/MazBtn-DpkJQ_3W.mjs +0 -151
  326. package/components/chunks/MazBtn-Dw_CR_0X.mjs +0 -151
  327. package/components/chunks/MazBtn-_NGDIlQK.mjs +0 -151
  328. package/components/chunks/MazExpandAnimation-Cin7sZ3I.mjs +0 -58
  329. package/components/chunks/MazPicker-CltoTa2Z.mjs +0 -2477
  330. package/components/chunks/MazSelect-DDKbowf3.mjs +0 -835
  331. package/components/chunks/MazSpinner-2ti3NQjo.mjs +0 -38
  332. package/components/chunks/MazSpinner-BZUmasIf.mjs +0 -38
  333. package/components/chunks/MazSpinner-C-lFmcUR.mjs +0 -38
  334. package/components/chunks/MazSpinner-C75WMoEA.mjs +0 -38
  335. package/components/chunks/MazSpinner-CA38Ikqe.mjs +0 -38
  336. package/components/chunks/MazSpinner-CAHOYqvB.mjs +0 -38
  337. package/components/chunks/MazSpinner-COOp2WX8.mjs +0 -38
  338. package/components/chunks/MazSpinner-D-ONjGGv.mjs +0 -38
  339. package/components/chunks/MazSpinner-DJkziC4O.mjs +0 -38
  340. package/components/chunks/MazSpinner-Di0F6oZz.mjs +0 -38
  341. package/components/chunks/MazSpinner-EcA0uOQv.mjs +0 -38
  342. package/components/chunks/MazSpinner-s_0BLDqW.mjs +0 -38
  343. package/components/chunks/MazTable-B9JiJ2B2.mjs +0 -1950
  344. package/modules/chunks/MazIcon-DdFYd3W8.cjs +0 -1
  345. package/modules/chunks/index-RvIMpzcQ.cjs +0 -124
  346. package/nuxt/runtime/composables/{use-aos.mjs → use-aos.js} +0 -0
  347. package/nuxt/runtime/composables/{use-theme-handler.mjs → use-theme-handler.js} +1 -1
  348. package/nuxt/runtime/composables/{use-toast.mjs → use-toast.js} +0 -0
  349. package/nuxt/runtime/composables/{use-wait.mjs → use-wait.js} +0 -0
  350. package/nuxt/runtime/plugins/{aos.mjs → aos.js} +1 -1
  351. package/nuxt/runtime/plugins/{maz-icon-path.mjs → maz-icon-path.js} +0 -0
  352. package/nuxt/runtime/plugins/{toaster.mjs → toaster.js} +1 -1
  353. package/nuxt/runtime/plugins/{v-click-outside.mjs → v-click-outside.js} +1 -1
  354. package/nuxt/runtime/plugins/{v-fullscreen-img.mjs → v-fullscreen-img.js} +1 -1
  355. package/nuxt/runtime/plugins/{v-lazy-img.mjs → v-lazy-img.js} +1 -1
  356. package/nuxt/runtime/plugins/{v-tooltip.mjs → v-tooltip.js} +1 -1
  357. package/nuxt/runtime/plugins/{v-zoom-img.mjs → v-zoom-img.js} +1 -1
  358. package/nuxt/runtime/plugins/{wait.mjs → wait.js} +1 -1
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazBottomSheet-DUOIusEi.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazGallery-6UK5sH9P.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazDropzone-Dm2IirHm.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazInput-DNwBL54e.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazDialog-CLWKCphI.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazLazyImg-BelScAEF.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazCarousel-D5EmW7Sa.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazDialog-BckFta4N.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazGallery-Bn9p1gNb.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazInputNumber-DGBYbDSX.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazPullToRefresh-CUazP4y2.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazCard-bmiVPg8p.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazTable-DRUj_PZp.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazInputPrice-j2BNMeFp.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazAvatar-DsJvzyS9.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazLazyImg-Dboc6Xfz.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazPagination-C6ZehQSZ.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazInputTags-CJofVaj5.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./index-CThtJOu5.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazBtn-B1-sTc7F.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazPhoneNumberInput-DpWoNQfx.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazTable-B9JiJ2B2.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazAvatar-BU1nJFcV.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazInput-BpsE-mdg.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
4
+ "path",
5
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
6
+ null,
7
+ -1
8
+ /* HOISTED */
9
+ )), m = [
10
+ l
11
+ ], h = /* @__PURE__ */ t({
12
+ __name: "MazSpinner",
13
+ props: {
14
+ size: { type: String, default: "2em" },
15
+ color: {
16
+ type: String,
17
+ default: "primary"
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (_, u) => (o(), n("svg", {
22
+ width: e.size,
23
+ height: e.size,
24
+ version: "1.1",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ x: "0px",
27
+ y: "0px",
28
+ viewBox: "0 0 50 50",
29
+ "xml:space": "preserve",
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
31
+ style: { "enable-background": "new 0 0 50 50" }
32
+ }, m, 10, d));
33
+ }
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
35
+ export {
36
+ f as default
37
+ };
@@ -1,7 +1,6 @@
1
- import '../assets/MazSpinner.css';
2
- import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazBtn-BydIwD1J.mjs";
4
- const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
1
+ import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
2
+ import { _ as i } from "./MazCard-BWxV_Z-i.mjs";
3
+ import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
5
4
  "path",
6
5
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
7
6
  null,
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
19
18
  }
20
19
  },
21
20
  setup(e) {
22
- return (_, u) => (o(), c("svg", {
21
+ return (_, u) => (o(), n("svg", {
23
22
  width: e.size,
24
23
  height: e.size,
25
24
  version: "1.1",
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
28
27
  y: "0px",
29
28
  viewBox: "0 0 50 50",
30
29
  "xml:space": "preserve",
31
- class: n(["m-spinner", `m-spinner--${e.color}`]),
30
+ class: s(["m-spinner", `m-spinner--${e.color}`]),
32
31
  style: { "enable-background": "new 0 0 50 50" }
33
32
  }, m, 10, d));
34
33
  }
35
- }), f = /* @__PURE__ */ p(h, [["__scopeId", "data-v-c67298ec"]]);
34
+ }), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
36
35
  export {
37
36
  f as default
38
37
  };