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
@@ -1,9 +1,8 @@
1
- import '../assets/MazLazyImg.css';
2
- var v = Object.defineProperty;
1
+ import '../assets/MazLazyImg.css';var v = Object.defineProperty;
3
2
  var f = (a, e, s) => e in a ? v(a, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : a[e] = s;
4
3
  var n = (a, e, s) => (f(a, typeof e != "symbol" ? e + "" : e, s), s);
5
4
  import { defineComponent as A, defineAsyncComponent as b, computed as m, withDirectives as I, openBlock as d, createElementBlock as c, normalizeClass as C, normalizeStyle as y, Fragment as E, renderList as O, createElementVNode as L, mergeProps as P, createVNode as S, unref as g, createCommentVNode as z, renderSlot as B } from "vue";
6
- import { _ as k } from "./MazAvatar-DsJvzyS9.mjs";
5
+ import { _ as k } from "./MazAvatar-BU1nJFcV.mjs";
7
6
  const H = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", w = {
8
7
  baseClass: "m-lazy-img",
9
8
  loadedClass: "m-lazy-loaded",
@@ -206,14 +205,14 @@ const M = {
206
205
  },
207
206
  emits: ["intersecting", "loading", "loaded", "error"],
208
207
  setup(a) {
209
- const e = b(() => import("./MazSpinner-BFXwybUv.mjs")), s = a, t = m(() => s.image || s.src), r = m(() => {
208
+ const e = a, s = b(() => import("./MazSpinner-DkXequnp.mjs")), t = m(() => e.image || e.src), r = m(() => {
210
209
  var o;
211
210
  return typeof t.value == "string" ? [{ srcset: t.value }] : (o = t.value) == null ? void 0 : o.sources;
212
211
  });
213
212
  return (o, l) => I((d(), c(
214
213
  "picture",
215
214
  {
216
- class: C(["m-lazy-img-component", [{ "--use-loader": !o.noLoader, "--height-full": o.imageHeightFull }, s.class]]),
215
+ class: C(["m-lazy-img-component", [{ "--use-loader": !o.noLoader, "--height-full": o.imageHeightFull }, e.class]]),
217
216
  style: y(o.style)
218
217
  },
219
218
  [
@@ -234,7 +233,7 @@ const M = {
234
233
  alt: o.alt
235
234
  }), null, 16, D),
236
235
  o.noLoader ? z("v-if", !0) : (d(), c("div", $, [
237
- S(g(e), { size: "2em" })
236
+ S(g(s), { size: "2em" })
238
237
  ])),
239
238
  B(o.$slots, "default", {}, void 0, !0)
240
239
  ],
@@ -254,7 +253,7 @@ const M = {
254
253
  }]
255
254
  ]);
256
255
  }
257
- }), q = /* @__PURE__ */ k(N, [["__scopeId", "data-v-1a5e646d"]]);
256
+ }), q = /* @__PURE__ */ k(N, [["__scopeId", "data-v-564b4ebc"]]);
258
257
  export {
259
258
  q as default
260
259
  };
@@ -1,5 +1,4 @@
1
- import '../assets/MazLazyImg.css';
2
- var v = Object.defineProperty;
1
+ import '../assets/MazLazyImg.css';var v = Object.defineProperty;
3
2
  var f = (a, e, s) => e in a ? v(a, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : a[e] = s;
4
3
  var n = (a, e, s) => (f(a, typeof e != "symbol" ? e + "" : e, s), s);
5
4
  import { defineComponent as A, defineAsyncComponent as b, computed as m, withDirectives as I, openBlock as d, createElementBlock as c, normalizeClass as y, normalizeStyle as C, Fragment as E, renderList as O, createElementVNode as L, mergeProps as P, createVNode as S, unref as g, createCommentVNode as z, renderSlot as B } from "vue";
@@ -205,14 +204,14 @@ const M = {
205
204
  },
206
205
  emits: ["intersecting", "loading", "loaded", "error"],
207
206
  setup(a) {
208
- const e = b(() => import("./MazSpinner-BRgzRI07.mjs")), s = a, t = m(() => s.image || s.src), r = m(() => {
207
+ const e = a, s = b(() => import("./MazSpinner-CNIlbDfg.mjs")), t = m(() => e.image || e.src), r = m(() => {
209
208
  var o;
210
209
  return typeof t.value == "string" ? [{ srcset: t.value }] : (o = t.value) == null ? void 0 : o.sources;
211
210
  });
212
211
  return (o, l) => I((d(), c(
213
212
  "picture",
214
213
  {
215
- class: y(["m-lazy-img-component", [{ "--use-loader": !o.noLoader, "--height-full": o.imageHeightFull }, s.class]]),
214
+ class: y(["m-lazy-img-component", [{ "--use-loader": !o.noLoader, "--height-full": o.imageHeightFull }, e.class]]),
216
215
  style: C(o.style)
217
216
  },
218
217
  [
@@ -233,7 +232,7 @@ const M = {
233
232
  alt: o.alt
234
233
  }), null, 16, T),
235
234
  o.noLoader ? z("v-if", !0) : (d(), c("div", D, [
236
- S(g(e), { size: "2em" })
235
+ S(g(s), { size: "2em" })
237
236
  ])),
238
237
  B(o.$slots, "default", {}, void 0, !0)
239
238
  ],
@@ -258,7 +257,7 @@ const M = {
258
257
  for (const [t, r] of e)
259
258
  s[t] = r;
260
259
  return s;
261
- }, R = /* @__PURE__ */ N($, [["__scopeId", "data-v-1a5e646d"]]);
260
+ }, R = /* @__PURE__ */ N($, [["__scopeId", "data-v-564b4ebc"]]);
262
261
  export {
263
262
  R as M,
264
263
  N as _
@@ -1,6 +1,5 @@
1
- import '../assets/MazPagination.css';
2
- import { defineComponent as q, defineAsyncComponent as T, useAttrs as H, useSlots as J, onBeforeMount as K, computed as t, openBlock as s, createBlock as p, resolveDynamicComponent as F, normalizeClass as S, withCtx as k, createElementBlock as b, createCommentVNode as l, renderSlot as c, unref as m, createElementVNode as u, createVNode as v, mergeProps as h, createTextVNode as $, toDisplayString as M, Fragment as Q, renderList as W } from "vue";
3
- const X = /* @__PURE__ */ q({
1
+ import { defineComponent as q, defineAsyncComponent as N, useAttrs as H, useSlots as J, onBeforeMount as K, computed as t, openBlock as i, createBlock as p, resolveDynamicComponent as F, normalizeClass as A, withCtx as V, createElementBlock as b, createCommentVNode as s, renderSlot as c, unref as m, createElementVNode as d, createVNode as v, mergeProps as $, createTextVNode as k, toDisplayString as S, Fragment as Q, renderList as W } from "vue";
2
+ import '../assets/MazPagination.css';const X = /* @__PURE__ */ q({
4
3
  __name: "MazBtn",
5
4
  props: {
6
5
  variant: { default: "button" },
@@ -24,24 +23,24 @@ const X = /* @__PURE__ */ q({
24
23
  noElevation: { type: Boolean },
25
24
  contentClass: { default: void 0 }
26
25
  },
27
- setup(y) {
28
- const V = T(() => import("./MazSpinner-COOp2WX8.mjs")), d = T(() => import("./MazIcon-Cxrv3_OK.mjs")), { href: P, to: C } = H(), B = J(), e = y;
26
+ setup(P) {
27
+ const l = P, e = N(() => import("./MazSpinner-Cz2DHV6g.mjs")), f = N(() => import("./MazIcon-BDGxCy9M.mjs")), { href: h, to: T } = H(), C = J();
29
28
  K(() => {
30
- e.icon && !e.fab && console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
29
+ l.icon && !l.fab && console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
31
30
  });
32
- const I = t(() => P ? "a" : C ? "router-link" : "button"), i = t(
33
- () => e.pastel ? `--${e.color}-pastel` : e.outline ? `--${e.color}-outline` : `--${e.color}`
31
+ const B = t(() => h ? "a" : T ? "router-link" : "button"), r = t(
32
+ () => l.pastel ? `--${l.color}-pastel` : l.outline ? `--${l.color}-outline` : `--${l.color}`
34
33
  ), g = t(
35
- () => (e.loading || e.disabled) && I.value === "button"
36
- ), f = t(() => g.value ? "--cursor-default" : "--cursor-pointer"), R = t(() => `--is-${e.variant}`), z = t(() => e.loading && e.variant === "button"), E = t(() => !!B["left-icon"] || e.leftIcon), D = t(() => !!B["right-icon"] || e.rightIcon), O = t(() => E.value || D.value), U = t(() => e.fab && (e.icon || !!B.icon)), w = t(() => I.value === "button" ? e.type : void 0);
37
- return (a, j) => (s(), p(F(I.value), {
34
+ () => (l.loading || l.disabled) && B.value === "button"
35
+ ), z = t(() => g.value ? "--cursor-default" : "--cursor-pointer"), I = t(() => `--is-${l.variant}`), y = t(() => l.loading && l.variant === "button"), E = t(() => !!C["left-icon"] || l.leftIcon), D = t(() => !!C["right-icon"] || l.rightIcon), O = t(() => E.value || D.value), U = t(() => l.fab && (l.icon || !!C.icon)), w = t(() => B.value === "button" ? l.type : void 0);
36
+ return (a, j) => (i(), p(F(B.value), {
38
37
  disabled: g.value || void 0,
39
- class: S(["m-btn", [
38
+ class: A(["m-btn", [
40
39
  `--${a.size}`,
41
40
  !a.fab && a.roundedSize && `--rounded-${a.roundedSize}`,
42
- i.value,
43
- f.value,
44
- R.value,
41
+ r.value,
42
+ z.value,
43
+ I.value,
45
44
  {
46
45
  "--block": a.block,
47
46
  "--no-underline": a.noUnderline,
@@ -57,99 +56,99 @@ const X = /* @__PURE__ */ q({
57
56
  ]]),
58
57
  type: w.value
59
58
  }, {
60
- default: k(() => [
61
- E.value ? (s(), b(
59
+ default: V(() => [
60
+ E.value ? (i(), b(
62
61
  "div",
63
62
  {
64
63
  key: 0,
65
- class: S(["m-btn__icon-left maz-flex maz-flex-center", { "maz-invisible": z.value }])
64
+ class: A(["m-btn__icon-left maz-flex maz-flex-center", { "maz-invisible": y.value }])
66
65
  },
67
66
  [
68
- l(`
67
+ s(`
69
68
  @slot left-icon - The icon to display on the left of the button
70
69
  `),
71
70
  c(a.$slots, "left-icon", {}, () => [
72
- typeof a.leftIcon == "string" ? (s(), p(m(d), {
71
+ typeof a.leftIcon == "string" ? (i(), p(m(f), {
73
72
  key: 0,
74
73
  name: a.leftIcon
75
- }, null, 8, ["name"])) : a.leftIcon ? (s(), p(F(a.leftIcon), { key: 1 })) : l("v-if", !0)
74
+ }, null, 8, ["name"])) : a.leftIcon ? (i(), p(F(a.leftIcon), { key: 1 })) : s("v-if", !0)
76
75
  ], !0)
77
76
  ],
78
77
  2
79
78
  /* CLASS */
80
- )) : l("v-if", !0),
81
- U.value ? (s(), b(
79
+ )) : s("v-if", !0),
80
+ U.value ? (i(), b(
82
81
  "div",
83
82
  {
84
83
  key: 1,
85
- class: S(["m-btn__icon", { "maz-invisible": z.value }])
84
+ class: A(["m-btn__icon", { "maz-invisible": y.value }])
86
85
  },
87
86
  [
88
- l(`
87
+ s(`
89
88
  @slot icon - The icon to display on the fab button
90
89
  `),
91
90
  c(a.$slots, "icon", {}, () => [
92
- typeof a.icon == "string" ? (s(), p(m(d), {
91
+ typeof a.icon == "string" ? (i(), p(m(f), {
93
92
  key: 0,
94
93
  name: a.icon
95
- }, null, 8, ["name"])) : a.icon ? (s(), p(F(a.icon), { key: 1 })) : l("v-if", !0)
94
+ }, null, 8, ["name"])) : a.icon ? (i(), p(F(a.icon), { key: 1 })) : s("v-if", !0)
96
95
  ], !0)
97
96
  ],
98
97
  2
99
98
  /* CLASS */
100
- )) : l("v-if", !0),
101
- a.$slots.default ? (s(), b(
99
+ )) : s("v-if", !0),
100
+ a.$slots.default ? (i(), b(
102
101
  "span",
103
102
  {
104
103
  key: 2,
105
- class: S([{ "maz-invisible": z.value }, a.contentClass])
104
+ class: A([{ "maz-invisible": y.value }, a.contentClass])
106
105
  },
107
106
  [
108
- l(`
107
+ s(`
109
108
  @slot default - The content of the button
110
109
  `),
111
110
  c(a.$slots, "default", {}, void 0, !0)
112
111
  ],
113
112
  2
114
113
  /* CLASS */
115
- )) : l("v-if", !0),
116
- D.value ? (s(), b(
114
+ )) : s("v-if", !0),
115
+ D.value ? (i(), b(
117
116
  "div",
118
117
  {
119
118
  key: 3,
120
- class: S(["m-btn__icon-right", { "maz-invisible": z.value }])
119
+ class: A(["m-btn__icon-right", { "maz-invisible": y.value }])
121
120
  },
122
121
  [
123
- l(`
122
+ s(`
124
123
  @slot right-icon - The icon to display on the right of the button
125
124
  `),
126
125
  c(a.$slots, "right-icon", {}, () => [
127
- typeof a.rightIcon == "string" ? (s(), p(m(d), {
126
+ typeof a.rightIcon == "string" ? (i(), p(m(f), {
128
127
  key: 0,
129
128
  name: a.rightIcon
130
- }, null, 8, ["name"])) : a.rightIcon ? (s(), p(F(a.rightIcon), { key: 1 })) : l("v-if", !0)
129
+ }, null, 8, ["name"])) : a.rightIcon ? (i(), p(F(a.rightIcon), { key: 1 })) : s("v-if", !0)
131
130
  ], !0)
132
131
  ],
133
132
  2
134
133
  /* CLASS */
135
- )) : l("v-if", !0),
136
- z.value ? (s(), p(m(V), {
134
+ )) : s("v-if", !0),
135
+ y.value ? (i(), p(m(e), {
137
136
  key: 4,
138
137
  class: "m-btn-loader",
139
138
  size: "2em",
140
139
  color: a.color
141
- }, null, 8, ["color"])) : l("v-if", !0)
140
+ }, null, 8, ["color"])) : s("v-if", !0)
142
141
  ]),
143
142
  _: 3
144
143
  /* FORWARDED */
145
144
  }, 8, ["disabled", "class", "type"]));
146
145
  }
147
- }), G = (y, V) => {
148
- const d = y.__vccOpts || y;
149
- for (const [P, C] of V)
150
- d[P] = C;
151
- return d;
152
- }, N = /* @__PURE__ */ G(X, [["__scopeId", "data-v-4d87e490"]]), Y = {
146
+ }), G = (P, l) => {
147
+ const e = P.__vccOpts || P;
148
+ for (const [f, h] of l)
149
+ e[f] = h;
150
+ return e;
151
+ }, M = /* @__PURE__ */ G(X, [["__scopeId", "data-v-48f14785"]]), Y = {
153
152
  class: "m-pagination",
154
153
  role: "navigation",
155
154
  "aria-label": "page navigation"
@@ -166,117 +165,117 @@ const X = /* @__PURE__ */ q({
166
165
  loading: { type: Boolean }
167
166
  },
168
167
  emits: ["update:model-value"],
169
- setup(y, { emit: V }) {
170
- const d = T(() => import("./chevron-left-CcZaP3Rc.mjs")), P = T(() => import("./chevron-double-left-zoBBzOlh.mjs")), C = T(() => import("./ellipsis-horizontal-VGAsnCwV.mjs")), B = {
168
+ setup(P, { emit: l }) {
169
+ const e = P, f = l, h = N(() => import("./chevron-left-CcZaP3Rc.mjs")), T = N(() => import("./chevron-double-left-zoBBzOlh.mjs")), C = N(() => import("./ellipsis-horizontal-VGAsnCwV.mjs")), B = {
171
170
  size: "md",
172
171
  color: "theme",
173
172
  outline: !0,
174
173
  noElevation: !0,
175
174
  fab: !0
176
- }, e = y, I = V, i = t(() => ({
175
+ }, r = t(() => ({
177
176
  ...B,
178
177
  ...e.buttonProps
179
- })), g = t(() => e.modelValue > 1 ? e.modelValue - 1 : 1), f = t(
178
+ })), g = t(() => e.modelValue > 1 ? e.modelValue - 1 : 1), z = t(
180
179
  () => e.modelValue < e.totalPages ? e.modelValue + 1 : e.totalPages
181
- ), R = t(
182
- () => Array.from({ length: e.totalPages }, (o, r) => {
183
- const n = r + 1;
180
+ ), I = t(
181
+ () => Array.from({ length: e.totalPages }, (o, u) => {
182
+ const n = u + 1;
184
183
  return {
185
184
  number: n,
186
185
  isActive: n === e.modelValue,
187
186
  loading: n === e.modelValue && e.loading
188
187
  };
189
188
  })
190
- ), z = t(
191
- () => e.modelValue - e.pageRange > 1 ? R.value.slice(0, 1) : []
189
+ ), y = t(
190
+ () => e.modelValue - e.pageRange > 1 ? I.value.slice(0, 1) : []
192
191
  ), E = t(
193
- () => e.modelValue < e.totalPages - e.pageRange ? R.value.slice(-1) : []
192
+ () => e.modelValue < e.totalPages - e.pageRange ? I.value.slice(-1) : []
194
193
  ), D = t(() => e.modelValue - e.pageRange - 1 < 0 ? 0 : e.modelValue - e.pageRange - 1 > e.totalPages - e.pageRange ? e.totalPages - e.pageRange : e.modelValue - e.pageRange - 1), O = t(
195
194
  () => e.modelValue + e.pageRange > e.totalPages ? e.totalPages : e.modelValue + e.pageRange < e.pageRange ? e.pageRange : e.modelValue + e.pageRange
196
- ), U = t(() => R.value.slice(D.value, O.value)), w = t(
195
+ ), U = t(() => I.value.slice(D.value, O.value)), w = t(
197
196
  () => e.modelValue - e.pageRange > 2 ? [{ divider: !0 }] : []
198
197
  ), a = t(
199
198
  () => e.modelValue < e.totalPages - e.pageRange - 1 ? [{ divider: !0 }] : []
200
199
  ), j = t(() => [
201
- ...z.value,
200
+ ...y.value,
202
201
  ...w.value,
203
202
  ...U.value,
204
203
  ...a.value,
205
204
  ...E.value
206
205
  ]);
207
- function A(o) {
208
- o !== e.modelValue && I("update:model-value", o);
206
+ function R(o) {
207
+ o !== e.modelValue && f("update:model-value", o);
209
208
  }
210
- return (o, r) => (s(), b("nav", Y, [
211
- u("ul", null, [
212
- u("li", null, [
213
- v(N, h(i.value, {
209
+ return (o, u) => (i(), b("nav", Y, [
210
+ d("ul", null, [
211
+ d("li", null, [
212
+ v(M, $(r.value, {
214
213
  disabled: o.modelValue === 1,
215
214
  "aria-label": "First Page, Page 1",
216
215
  "aria-setsize": o.resultsSize ?? void 0,
217
216
  "aria-posinset": "1",
218
217
  size: o.size,
219
- onClick: r[0] || (r[0] = (n) => A(1))
218
+ onClick: u[0] || (u[0] = (n) => R(1))
220
219
  }), {
221
- default: k(() => [
222
- u("span", Z, [
223
- l(`
220
+ default: V(() => [
221
+ d("span", Z, [
222
+ s(`
224
223
  @slot Accessible text for screen reader of the previous page button
225
224
  @binding {number} page - first page number
226
225
  `),
227
226
  c(o.$slots, "first-page-sr", { page: 1 }, () => [
228
- $("First Page, page 1")
227
+ k("First Page, page 1")
229
228
  ], !0)
230
229
  ]),
231
- v(m(P))
230
+ v(m(T))
232
231
  ]),
233
232
  _: 3
234
233
  /* FORWARDED */
235
234
  }, 16, ["disabled", "aria-setsize", "size"])
236
235
  ]),
237
- u("li", null, [
238
- v(N, h(i.value, {
236
+ d("li", null, [
237
+ v(M, $(r.value, {
239
238
  disabled: o.modelValue === 1,
240
239
  "aria-label": `Previous Page, Page ${g.value}`,
241
240
  "aria-setsize": o.resultsSize ?? void 0,
242
241
  "aria-posinset": g.value,
243
242
  size: o.size,
244
- onClick: r[1] || (r[1] = (n) => A(g.value))
243
+ onClick: u[1] || (u[1] = (n) => R(g.value))
245
244
  }), {
246
- default: k(() => [
247
- u("span", _, [
248
- l(`
245
+ default: V(() => [
246
+ d("span", _, [
247
+ s(`
249
248
  @slot Accessible text for screen reader of the first page button
250
249
  @binding {number} page - previous page number
251
250
  `),
252
251
  c(o.$slots, "previous-page-sr", { page: g.value }, () => [
253
- $(
254
- " Previous Page, page " + M(g.value),
252
+ k(
253
+ " Previous Page, page " + S(g.value),
255
254
  1
256
255
  /* TEXT */
257
256
  )
258
257
  ], !0)
259
258
  ]),
260
- v(m(d))
259
+ v(m(h))
261
260
  ]),
262
261
  _: 3
263
262
  /* FORWARDED */
264
263
  }, 16, ["disabled", "aria-label", "aria-setsize", "aria-posinset", "size"])
265
264
  ]),
266
- (s(!0), b(
265
+ (i(!0), b(
267
266
  Q,
268
267
  null,
269
- W(j.value, (n, L) => (s(), b("li", {
268
+ W(j.value, (n, L) => (i(), b("li", {
270
269
  id: "number" in n ? `button-${L}-${n.number}` : `ellipsis-${L}`,
271
270
  key: "number" in n ? `button-${L}-${n.number}` : `ellipsis-${L}`
272
271
  }, [
273
- "number" in n ? (s(), p(N, h({
272
+ "number" in n ? (i(), p(M, $({
274
273
  key: 0,
275
274
  ref_for: !0
276
275
  }, {
277
- ...i.value,
278
- color: n.isActive ? o.activeColor : i.value.color,
279
- outline: n.isActive ? !1 : i.value.outline
276
+ ...r.value,
277
+ color: n.isActive ? o.activeColor : r.value.color,
278
+ outline: n.isActive ? !1 : r.value.outline
280
279
  }, {
281
280
  size: o.size,
282
281
  "aria-label": `Page ${n.number}`,
@@ -285,101 +284,101 @@ const X = /* @__PURE__ */ q({
285
284
  loading: n.loading,
286
285
  "aria-posinset": n.number,
287
286
  class: { active: n.isActive },
288
- onClick: (te) => n.isActive ? void 0 : A(n.number)
287
+ onClick: (te) => n.isActive ? void 0 : R(n.number)
289
288
  }), {
290
- default: k(() => [
291
- u("span", ee, [
292
- l(`
289
+ default: V(() => [
290
+ d("span", ee, [
291
+ s(`
293
292
  @slot Accessible text for screen reader of the current page button
294
293
  @binding {number} page - current page number
295
294
  `),
296
295
  c(o.$slots, "page-sr", {
297
296
  page: n.number
298
297
  }, () => [
299
- $(
300
- "Page " + M(n.number),
298
+ k(
299
+ "Page " + S(n.number),
301
300
  1
302
301
  /* TEXT */
303
302
  )
304
303
  ], !0)
305
304
  ]),
306
- $(
307
- " " + M(n.number),
305
+ k(
306
+ " " + S(n.number),
308
307
  1
309
308
  /* TEXT */
310
309
  )
311
310
  ]),
312
311
  _: 2
313
312
  /* DYNAMIC */
314
- }, 1040, ["size", "aria-label", "aria-current", "aria-setsize", "loading", "aria-posinset", "class", "onClick"])) : n.divider ? (s(), b(
313
+ }, 1040, ["size", "aria-label", "aria-current", "aria-setsize", "loading", "aria-posinset", "class", "onClick"])) : n.divider ? (i(), b(
315
314
  "div",
316
- h({
315
+ $({
317
316
  key: 1,
318
317
  ref_for: !0
319
- }, i.value, { class: "flex p-2 flex-center" }),
318
+ }, r.value, { class: "flex p-2 flex-center" }),
320
319
  [
321
320
  v(m(C))
322
321
  ],
323
322
  16
324
323
  /* FULL_PROPS */
325
- )) : l("v-if", !0)
324
+ )) : s("v-if", !0)
326
325
  ], 8, x))),
327
326
  128
328
327
  /* KEYED_FRAGMENT */
329
328
  )),
330
- u("li", null, [
331
- v(N, h(i.value, {
329
+ d("li", null, [
330
+ v(M, $(r.value, {
332
331
  disabled: o.modelValue === o.totalPages,
333
- "aria-label": `Next Page, Page ${f.value}`,
332
+ "aria-label": `Next Page, Page ${z.value}`,
334
333
  "aria-setsize": o.resultsSize ?? void 0,
335
- "aria-posinset": f.value,
334
+ "aria-posinset": z.value,
336
335
  size: o.size,
337
- onClick: r[2] || (r[2] = (n) => A(f.value))
336
+ onClick: u[2] || (u[2] = (n) => R(z.value))
338
337
  }), {
339
- default: k(() => [
340
- u("span", ae, [
341
- l(`
338
+ default: V(() => [
339
+ d("span", ae, [
340
+ s(`
342
341
  @slot Accessible text for screen reader of the next page button
343
342
  @binding {number} page - next page number
344
343
  `),
345
- c(o.$slots, "next-page-sr", { page: f.value }, () => [
346
- $(
347
- "Next Page, page " + M(f.value),
344
+ c(o.$slots, "next-page-sr", { page: z.value }, () => [
345
+ k(
346
+ "Next Page, page " + S(z.value),
348
347
  1
349
348
  /* TEXT */
350
349
  )
351
350
  ], !0)
352
351
  ]),
353
- v(m(d), { class: "-maz-rotate-180" })
352
+ v(m(h), { class: "-maz-rotate-180" })
354
353
  ]),
355
354
  _: 3
356
355
  /* FORWARDED */
357
356
  }, 16, ["disabled", "aria-label", "aria-setsize", "aria-posinset", "size"])
358
357
  ]),
359
- u("li", null, [
360
- v(N, h(i.value, {
358
+ d("li", null, [
359
+ v(M, $(r.value, {
361
360
  disabled: o.modelValue === o.totalPages,
362
361
  "aria-label": `Next Page, Page ${o.totalPages}`,
363
362
  "aria-setsize": o.resultsSize ?? void 0,
364
363
  "aria-posinset": o.totalPages,
365
364
  size: o.size,
366
- onClick: r[3] || (r[3] = (n) => A(o.totalPages))
365
+ onClick: u[3] || (u[3] = (n) => R(o.totalPages))
367
366
  }), {
368
- default: k(() => [
369
- u("span", oe, [
370
- l(`
367
+ default: V(() => [
368
+ d("span", oe, [
369
+ s(`
371
370
  @slot Accessible text for screen reader of the last page button
372
371
  @binding {number} page - last page number
373
372
  `),
374
373
  c(o.$slots, "last-page-sr", { page: o.totalPages }, () => [
375
- $(
376
- "Last Page, page " + M(o.totalPages),
374
+ k(
375
+ "Last Page, page " + S(o.totalPages),
377
376
  1
378
377
  /* TEXT */
379
378
  )
380
379
  ], !0)
381
380
  ]),
382
- v(m(P), { class: "-maz-rotate-180" })
381
+ v(m(T), { class: "-maz-rotate-180" })
383
382
  ]),
384
383
  _: 3
385
384
  /* FORWARDED */
@@ -388,7 +387,7 @@ const X = /* @__PURE__ */ q({
388
387
  ])
389
388
  ]));
390
389
  }
391
- }), se = /* @__PURE__ */ G(ne, [["__scopeId", "data-v-8c4883e6"]]);
390
+ }), se = /* @__PURE__ */ G(ne, [["__scopeId", "data-v-8b9651c3"]]);
392
391
  export {
393
392
  se as M,
394
393
  G as _