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.
- package/components/MazAccordion.d.ts +2 -2
- package/components/MazAccordion.mjs +84 -84
- package/components/MazAnimatedCounter.mjs +9 -10
- package/components/MazAvatar.d.ts +3 -3
- package/components/MazAvatar.mjs +1 -1
- package/components/MazBackdrop.d.ts +2 -2
- package/components/MazBackdrop.mjs +12 -10
- package/components/MazBadge.d.ts +2 -2
- package/components/MazBadge.mjs +3 -4
- package/components/MazBottomSheet.mjs +1 -1
- package/components/MazBtn.d.ts +7 -5
- package/components/MazBtn.mjs +1 -1
- package/components/MazCard.d.ts +3 -3
- package/components/MazCard.mjs +1 -1
- package/components/MazCardSpotlight.d.ts +2 -2
- package/components/MazCardSpotlight.mjs +4 -5
- package/components/MazCarousel.d.ts +2 -2
- package/components/MazCarousel.mjs +1 -1
- package/components/MazChart.d.ts +1 -1
- package/components/MazCheckbox.d.ts +2 -2
- package/components/MazCheckbox.mjs +10 -11
- package/components/MazCircularProgressBar.d.ts +1 -1
- package/components/MazCircularProgressBar.mjs +21 -23
- package/components/MazDialog.d.ts +2 -2
- package/components/MazDialog.mjs +1 -1
- package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +17 -14
- package/components/MazDialogPromise.mjs +1 -1
- package/components/MazDrawer.d.ts +2 -2
- package/components/MazDrawer.mjs +71 -69
- package/components/MazDropdown.d.ts +7 -6
- package/components/MazDropdown.mjs +130 -128
- package/components/MazDropzone.d.ts +1 -1
- package/components/MazDropzone.mjs +1 -1
- package/components/MazExpandAnimation.d.ts +2 -2
- package/components/MazExpandAnimation.mjs +26 -26
- package/components/MazFullscreenLoader.d.ts +2 -2
- package/components/MazFullscreenLoader.mjs +11 -10
- package/components/MazGallery.d.ts +2 -2
- package/components/MazGallery.mjs +1 -1
- package/components/MazIcon.mjs +45 -34
- package/components/MazInput.d.ts +4 -4
- package/components/MazInput.mjs +1 -1
- package/components/MazInputCode.d.ts +2 -2
- package/components/MazInputCode.mjs +4 -5
- package/components/MazInputNumber.d.ts +2 -2
- package/components/MazInputNumber.mjs +1 -1
- package/components/MazInputPrice.d.ts +2 -2
- package/components/MazInputPrice.mjs +1 -1
- package/components/MazInputTags.d.ts +7 -2
- package/components/MazInputTags.mjs +1 -1
- package/components/MazLazyImg.d.ts +2 -2
- package/components/MazLazyImg.mjs +1 -1
- package/components/MazLink.d.ts +6 -6
- package/components/MazLink.mjs +3 -4
- package/components/MazLoadingBar.d.ts +2 -2
- package/components/MazLoadingBar.mjs +17 -18
- package/components/MazPagination.d.ts +3 -3
- package/components/MazPagination.mjs +1 -1
- package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +1 -1
- package/components/MazPhoneNumberInput/types.d.ts +5 -5
- package/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
- package/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
- package/components/MazPhoneNumberInput.d.ts +8 -8
- package/components/MazPhoneNumberInput.mjs +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +2 -2
- package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
- package/components/MazPicker/types.d.ts +4 -4
- package/components/MazPicker/utils.d.ts +4 -4
- package/components/MazPicker.d.ts +3 -3
- package/components/MazPicker.mjs +1 -1
- package/components/MazPullToRefresh.d.ts +2 -2
- package/components/MazPullToRefresh.mjs +1 -1
- package/components/MazRadio.mjs +8 -9
- package/components/MazRadioButtons.d.ts +2 -2
- package/components/MazRadioButtons.mjs +44 -42
- package/components/MazReadingProgressBar.d.ts +2 -2
- package/components/MazReadingProgressBar.mjs +12 -13
- package/components/MazSelect.d.ts +4 -4
- package/components/MazSelect.mjs +1 -1
- package/components/MazSlider/utils.d.ts +4 -4
- package/components/MazSlider.mjs +100 -87
- package/components/MazSpinner.mjs +6 -7
- package/components/MazStepper.d.ts +3 -3
- package/components/MazStepper.mjs +1 -1
- package/components/MazSwitch.d.ts +2 -2
- package/components/MazSwitch.mjs +6 -6
- package/components/MazTable.d.ts +13 -10
- package/components/MazTable.mjs +1 -1
- package/components/MazTableCell.mjs +4 -5
- package/components/MazTableRow.d.ts +2 -2
- package/components/MazTableRow.mjs +4 -5
- package/components/MazTableTitle.mjs +2 -3
- package/components/MazTabs.d.ts +4 -4
- package/components/MazTabsBar.d.ts +7 -5
- package/components/MazTabsBar.mjs +1 -1
- package/components/MazTabsContent.mjs +5 -4
- package/components/MazTabsContentItem.mjs +16 -17
- package/components/MazTextarea.d.ts +2 -2
- package/components/MazTextarea.mjs +19 -17
- package/components/MazTransitionExpand.d.ts +2 -2
- package/components/MazTransitionExpand.mjs +19 -18
- package/components/assets/MazAccordion.css +1 -1
- package/components/assets/MazAnimatedCounter.css +1 -1
- package/components/assets/MazAvatar.css +1 -1
- package/components/assets/MazBadge.css +1 -1
- package/components/assets/MazBottomSheet.css +1 -1
- package/components/assets/MazBtn.css +1 -1
- package/components/assets/MazCard.css +1 -1
- package/components/assets/MazCardSpotlight.css +1 -1
- package/components/assets/MazCarousel.css +1 -1
- package/components/assets/MazCheckbox.css +1 -1
- package/components/assets/MazCircularProgressBar.css +1 -1
- package/components/assets/MazDialog.css +1 -1
- package/components/assets/MazDialogPromise.css +1 -1
- package/components/assets/MazExpandAnimation.css +1 -1
- package/components/assets/MazGallery.css +1 -1
- package/components/assets/MazInput.css +1 -1
- package/components/assets/MazInputCode.css +1 -1
- package/components/assets/MazInputNumber.css +1 -1
- package/components/assets/MazInputPrice.css +1 -1
- package/components/assets/MazInputTags.css +1 -1
- package/components/assets/MazLazyImg.css +1 -1
- package/components/assets/MazLink.css +1 -1
- package/components/assets/MazLoadingBar.css +1 -1
- package/components/assets/MazPagination.css +1 -1
- package/components/assets/MazPhoneNumberInput.css +1 -1
- package/components/assets/MazPicker.css +1 -1
- package/components/assets/MazPickerMonthSwitcher.css +1 -1
- package/components/assets/MazPickerShortcuts.css +1 -1
- package/components/assets/MazPickerYearSwitcher.css +1 -1
- package/components/assets/MazPullToRefresh.css +1 -1
- package/components/assets/MazRadio.css +1 -1
- package/components/assets/MazRadioButtons.css +1 -1
- package/components/assets/MazReadingProgressBar.css +1 -1
- package/components/assets/MazSelect.css +1 -1
- package/components/assets/MazSlider.css +1 -1
- package/components/assets/MazSpinner.css +1 -1
- package/components/assets/MazStepper.css +1 -1
- package/components/assets/MazSwitch.css +1 -1
- package/components/assets/MazTable.css +1 -1
- package/components/assets/MazTableCell.css +1 -1
- package/components/assets/MazTableRow.css +1 -1
- package/components/assets/MazTableTitle.css +1 -1
- package/components/assets/MazTabsBar.css +1 -1
- package/components/assets/MazTabsContentItem.css +1 -1
- package/components/assets/MazTextarea.css +1 -1
- package/components/assets/MazTransitionExpand.css +1 -1
- package/components/chunks/{MazAvatar-DsJvzyS9.mjs → MazAvatar-BU1nJFcV.mjs} +8 -9
- package/components/chunks/{MazBadge-CYJlqITD.mjs → MazBadge-CwA0md19.mjs} +4 -5
- package/components/chunks/{MazBottomSheet-CIlIdn-2.mjs → MazBottomSheet-DUOIusEi.mjs} +54 -52
- package/components/chunks/{MazBtn-CCNGs6oo.mjs → MazBtn-5BSKOcqG.mjs} +35 -36
- package/components/chunks/{MazBtn-Ccvl1ZWv.mjs → MazBtn-B1-sTc7F.mjs} +31 -32
- package/components/chunks/{MazBtn-BC5OegPu.mjs → MazBtn-BY8WCtM7.mjs} +35 -36
- package/components/chunks/{MazBtn-CX4OgPzp.mjs → MazBtn-C5G78zLg.mjs} +35 -36
- package/components/chunks/MazBtn-CeVwyYR5.mjs +150 -0
- package/components/chunks/{MazBtn-BqgdERYQ.mjs → MazBtn-ColLVUca.mjs} +35 -36
- package/components/chunks/{MazBtn-beTASOLt.mjs → MazBtn-DJhQqzja.mjs} +35 -36
- package/components/chunks/MazBtn-DuY28-0U.mjs +150 -0
- package/components/chunks/{MazBtn-BydIwD1J.mjs → MazBtn-f1mBXJeU.mjs} +31 -32
- package/components/chunks/MazBtn-h3WmmaEO.mjs +150 -0
- package/components/chunks/MazBtn-zyRLUViT.mjs +150 -0
- package/components/chunks/{MazCard-bmiVPg8p.mjs → MazCard-BWxV_Z-i.mjs} +25 -26
- package/components/chunks/{MazCarousel-CL0bMygd.mjs → MazCarousel-D5EmW7Sa.mjs} +43 -35
- package/components/chunks/{MazCheckbox-DsFbvpp4.mjs → MazCheckbox-BWiMbecz.mjs} +11 -12
- package/components/chunks/{MazCheckbox-CCa7grGF.mjs → MazCheckbox-D3PXkt75.mjs} +11 -12
- package/components/chunks/{MazDialog-BckFta4N.mjs → MazDialog-CLWKCphI.mjs} +56 -54
- package/components/chunks/{MazDialogPromise-Bb6h4hFz.mjs → MazDialogPromise-DVOJwdVp.mjs} +139 -126
- package/components/chunks/{MazDropzone-C_8mRUbK.mjs → MazDropzone-Dm2IirHm.mjs} +33 -54
- package/components/chunks/MazExpandAnimation-ChSSdQAq.mjs +58 -0
- package/components/chunks/{MazGallery-CcpeM_zk.mjs → MazGallery-BlfPe8WG.mjs} +103 -101
- package/components/chunks/{MazGallery-6UK5sH9P.mjs → MazGallery-Bn9p1gNb.mjs} +102 -100
- package/{modules/chunks/MazIcon-CiNswMKM.mjs → components/chunks/MazIcon-B8A0hQAH.mjs} +45 -34
- package/components/chunks/{MazIcon-Cxrv3_OK.mjs → MazIcon-BDGxCy9M.mjs} +45 -34
- package/components/chunks/{MazIcon-BKuhvwwq.mjs → MazIcon-D3umgnku.mjs} +45 -34
- package/components/chunks/{MazInput-DNwBL54e.mjs → MazInput-BpsE-mdg.mjs} +69 -69
- package/components/chunks/{MazInputNumber-BSdVF8-q.mjs → MazInputNumber-DGBYbDSX.mjs} +186 -182
- package/components/chunks/{MazInputPrice-osrAz4xd.mjs → MazInputPrice-j2BNMeFp.mjs} +134 -129
- package/components/chunks/{MazInputTags-XUWwx6p8.mjs → MazInputTags-CJofVaj5.mjs} +234 -252
- package/components/chunks/{MazLazyImg-6qrfqWKr.mjs → MazLazyImg-BFG6FIJZ.mjs} +6 -7
- package/components/chunks/{MazLazyImg-BelScAEF.mjs → MazLazyImg-Dboc6Xfz.mjs} +5 -6
- package/components/chunks/{MazPagination-DUiHgLAp.mjs → MazPagination-C6ZehQSZ.mjs} +118 -119
- package/components/chunks/{MazPhoneNumberInput-HeEEyDu0.mjs → MazPhoneNumberInput-DpWoNQfx.mjs} +707 -695
- package/components/chunks/MazPicker-ia2BEmm5.mjs +2531 -0
- package/components/chunks/{MazPickerMonthSwitcher-CoV-84J1.mjs → MazPickerMonthSwitcher-CKtfZ_m-.mjs} +19 -19
- package/components/chunks/{MazPickerShortcuts-5IfUIwpz.mjs → MazPickerShortcuts-Cc9VoqBw.mjs} +10 -10
- package/components/chunks/{MazPickerYearSwitcher-MeptqtZk.mjs → MazPickerYearSwitcher-0b5Wrem9.mjs} +10 -8
- package/components/chunks/{MazPullToRefresh-DWbmwlzV.mjs → MazPullToRefresh-CUazP4y2.mjs} +21 -22
- package/components/chunks/MazSelect-COJoKXbV.mjs +847 -0
- package/components/chunks/MazSpinner-9Jue6cel.mjs +37 -0
- package/components/chunks/{MazSpinner-BKjRRWtc.mjs → MazSpinner-BGPOws6a.mjs} +6 -7
- package/components/chunks/{MazSpinner-BXxULdoD.mjs → MazSpinner-BWYdqSMP.mjs} +6 -7
- package/components/chunks/{MazSpinner-BRgzRI07.mjs → MazSpinner-BZOjTZBN.mjs} +6 -7
- package/components/chunks/{MazSpinner-B-svzg-R.mjs → MazSpinner-BaAMq7LI.mjs} +6 -7
- package/components/chunks/MazSpinner-Bad2n-0k.mjs +37 -0
- package/components/chunks/MazSpinner-BxnVFqUu.mjs +37 -0
- package/components/chunks/{MazSpinner-Mvsi6uCt.mjs → MazSpinner-C41VyUup.mjs} +6 -7
- package/components/chunks/MazSpinner-C6StE-Mb.mjs +37 -0
- package/components/chunks/{MazSpinner-BFXwybUv.mjs → MazSpinner-CNIlbDfg.mjs} +6 -7
- package/components/chunks/MazSpinner-Cz2DHV6g.mjs +37 -0
- package/components/chunks/MazSpinner-D4CdHpP2.mjs +37 -0
- package/{modules/chunks/MazSpinner--jWWogVn.mjs → components/chunks/MazSpinner-DHQH6Bhz.mjs} +6 -7
- package/components/chunks/MazSpinner-DRj2VpGA.mjs +37 -0
- package/components/chunks/{MazSpinner-C1lg-Klx.mjs → MazSpinner-DkXequnp.mjs} +6 -7
- package/components/chunks/MazSpinner-EA5ejB8F.mjs +37 -0
- package/components/chunks/{MazSpinner-BtpIL60X.mjs → MazSpinner-RvDGcBng.mjs} +6 -7
- package/components/chunks/{MazSpinner-B_WP-2kr.mjs → MazSpinner-V-bFi71W.mjs} +6 -7
- package/components/chunks/MazSpinner-aPFlrc5E.mjs +37 -0
- package/components/chunks/{MazSpinner-CfA_KEZT.mjs → MazSpinner-nH44Htog.mjs} +6 -7
- package/components/chunks/MazSpinner-nOD-7_sU.mjs +37 -0
- package/components/chunks/MazSpinner-yZGK-AQe.mjs +37 -0
- package/components/chunks/{MazStepper-DDofJsdg.mjs → MazStepper-DxrzKz06.mjs} +94 -83
- package/components/chunks/MazTable-DRUj_PZp.mjs +1960 -0
- package/components/chunks/{MazTabsBar-BXDEQkZM.mjs → MazTabsBar-xcIIXHx5.mjs} +67 -68
- package/components/chunks/{MazTransitionExpand-BwuAIzII.mjs → MazTransitionExpand-B08cSrmL.mjs} +20 -19
- package/components/chunks/{examples.mobile.json-um0ibyv5.mjs → examples.mobile.json-JpNGylGv.mjs} +1 -1
- package/css/main.css +1 -1
- package/modules/assets/MazBtn.css +1 -1
- package/modules/assets/MazSpinner.css +1 -1
- package/modules/assets/index.css +1 -1
- package/modules/chunks/{MazBtn-Czcbhr3Z.cjs → MazBtn-BbCGGxkK.cjs} +2 -2
- package/modules/chunks/{MazBtn-CXcW31TK.mjs → MazBtn-UBHTKqaN.mjs} +35 -36
- package/modules/chunks/MazIcon-BDSXZYZ8.cjs +1 -0
- package/{components/chunks/MazIcon-DtG5ii8R.mjs → modules/chunks/MazIcon-C2ch3jUS.mjs} +45 -34
- package/modules/chunks/{MazSpinner-Cw1KnqLM.cjs → MazSpinner-BiyFRA4w.cjs} +1 -1
- package/modules/chunks/MazSpinner-C9_xSbZZ.mjs +37 -0
- package/modules/chunks/{index-CThtJOu5.mjs → index-Cwbjspv3.mjs} +621 -588
- package/modules/chunks/index-tnjajVkX.cjs +124 -0
- package/modules/index.cjs +1 -1
- package/modules/index.mjs +34 -35
- package/nuxt/index.json +2 -2
- package/nuxt/index.mjs +3 -4
- package/nuxt/types.d.mts +24 -0
- package/nuxt/types.d.ts +24 -0
- package/package.json +77 -83
- package/resolvers/unplugin-directives-resolver.d.ts +1 -1
- package/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
- package/tailwindcss/tailwind.config.ts +9 -2
- package/tailwindcss/utils/colors.ts +3 -3
- package/tailwindcss/variables/colors.ts +12 -12
- package/tailwindcss/variables/utilities.ts +2 -2
- package/tailwindcss/variables/z-indexes.ts +12 -11
- package/types/components/MazAccordion.vue.d.ts +2 -2
- package/types/components/MazAvatar.vue.d.ts +3 -3
- package/types/components/MazBackdrop.vue.d.ts +2 -2
- package/types/components/MazBadge.vue.d.ts +2 -2
- package/types/components/MazBtn.vue.d.ts +7 -5
- package/types/components/MazCard.vue.d.ts +3 -3
- package/types/components/MazCardSpotlight.vue.d.ts +2 -2
- package/types/components/MazCarousel.vue.d.ts +2 -2
- package/types/components/MazChart.vue.d.ts +1 -1
- package/types/components/MazCheckbox.vue.d.ts +2 -2
- package/types/components/MazCircularProgressBar.vue.d.ts +1 -1
- package/types/components/MazDialog.vue.d.ts +2 -2
- package/types/components/MazDialogPromise/use-maz-dialog-promise.d.ts +17 -14
- package/types/components/MazDrawer.vue.d.ts +2 -2
- package/types/components/MazDropdown.vue.d.ts +7 -6
- package/types/components/MazDropzone.vue.d.ts +1 -1
- package/types/components/MazExpandAnimation.vue.d.ts +2 -2
- package/types/components/MazFullscreenLoader.vue.d.ts +2 -2
- package/types/components/MazGallery.vue.d.ts +2 -2
- package/types/components/MazInput.vue.d.ts +4 -4
- package/types/components/MazInputCode.vue.d.ts +2 -2
- package/types/components/MazInputNumber.vue.d.ts +2 -2
- package/types/components/MazInputPrice.vue.d.ts +2 -2
- package/types/components/MazInputTags.vue.d.ts +7 -2
- package/types/components/MazLazyImg.vue.d.ts +2 -2
- package/types/components/MazLink.vue.d.ts +6 -6
- package/types/components/MazLoadingBar.vue.d.ts +2 -2
- package/types/components/MazPagination.vue.d.ts +3 -3
- package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +1 -1
- package/types/components/MazPhoneNumberInput/types.d.ts +5 -5
- package/types/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
- package/types/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
- package/types/components/MazPhoneNumberInput.vue.d.ts +8 -8
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +2 -2
- package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
- package/types/components/MazPicker/types.d.ts +4 -4
- package/types/components/MazPicker/utils.d.ts +4 -4
- package/types/components/MazPicker.vue.d.ts +3 -3
- package/types/components/MazPullToRefresh.vue.d.ts +2 -2
- package/types/components/MazRadioButtons.vue.d.ts +2 -2
- package/types/components/MazReadingProgressBar.vue.d.ts +2 -2
- package/types/components/MazSelect.vue.d.ts +4 -4
- package/types/components/MazSlider/utils.d.ts +4 -4
- package/types/components/MazStepper.vue.d.ts +3 -3
- package/types/components/MazSwitch.vue.d.ts +2 -2
- package/types/components/MazTable.vue.d.ts +13 -10
- package/types/components/MazTableRow.vue.d.ts +2 -2
- package/types/components/MazTabs.vue.d.ts +4 -4
- package/types/components/MazTabsBar.vue.d.ts +7 -5
- package/types/components/MazTextarea.vue.d.ts +2 -2
- package/types/components/MazTransitionExpand.vue.d.ts +2 -2
- package/types/modules/composables/use-reading-time.d.ts +5 -5
- package/types/modules/composables/use-theme-handler.d.ts +2 -2
- package/types/modules/directives/closable.d.ts +2 -2
- package/types/modules/directives/tooltip/index.d.ts +4 -4
- package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +2 -2
- package/types/modules/directives/v-lazy-img/index.d.ts +1 -1
- package/types/modules/filters/capitalize.d.ts +1 -1
- package/types/modules/filters/currency.d.ts +1 -1
- package/types/modules/filters/date.d.ts +1 -1
- package/types/modules/filters/index.d.ts +8 -4
- package/types/modules/filters/number.d.ts +1 -1
- package/types/modules/filters/telephone.d.ts +1 -1
- package/types/modules/helpers/idle-timeout/idle-timeout-handler.d.ts +1 -1
- package/types/modules/helpers/mount-component.d.ts +2 -2
- package/types/modules/helpers/normalize-string.d.ts +2 -2
- package/types/modules/helpers/swipe-handler.d.ts +2 -2
- package/types/modules/helpers/user-visibility/types.d.ts +2 -2
- package/types/modules/plugins/aos/index.d.ts +3 -3
- package/types/modules/plugins/index.d.ts +2 -2
- package/types/modules/plugins/toaster/MazToast.vue.d.ts +3 -3
- package/types/modules/plugins/toaster/index.d.ts +1 -2
- package/types/modules/plugins/toaster/types.d.ts +6 -6
- package/types/modules/plugins/wait/utils.d.ts +4 -4
- package/types/resolvers/unplugin-directives-resolver.d.ts +1 -1
- package/types/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
- package/types/tailwindcss/tailwind.config.d.ts +71 -9
- package/types/tailwindcss/variables/z-indexes.d.ts +11 -11
- package/components/chunks/MazBtn-BOb7Fg_d.mjs +0 -151
- package/components/chunks/MazBtn-DpkJQ_3W.mjs +0 -151
- package/components/chunks/MazBtn-Dw_CR_0X.mjs +0 -151
- package/components/chunks/MazBtn-_NGDIlQK.mjs +0 -151
- package/components/chunks/MazExpandAnimation-Cin7sZ3I.mjs +0 -58
- package/components/chunks/MazPicker-CltoTa2Z.mjs +0 -2477
- package/components/chunks/MazSelect-DDKbowf3.mjs +0 -835
- package/components/chunks/MazSpinner-2ti3NQjo.mjs +0 -38
- package/components/chunks/MazSpinner-BZUmasIf.mjs +0 -38
- package/components/chunks/MazSpinner-C-lFmcUR.mjs +0 -38
- package/components/chunks/MazSpinner-C75WMoEA.mjs +0 -38
- package/components/chunks/MazSpinner-CA38Ikqe.mjs +0 -38
- package/components/chunks/MazSpinner-CAHOYqvB.mjs +0 -38
- package/components/chunks/MazSpinner-COOp2WX8.mjs +0 -38
- package/components/chunks/MazSpinner-D-ONjGGv.mjs +0 -38
- package/components/chunks/MazSpinner-DJkziC4O.mjs +0 -38
- package/components/chunks/MazSpinner-Di0F6oZz.mjs +0 -38
- package/components/chunks/MazSpinner-EcA0uOQv.mjs +0 -38
- package/components/chunks/MazSpinner-s_0BLDqW.mjs +0 -38
- package/components/chunks/MazTable-B9JiJ2B2.mjs +0 -1950
- package/modules/chunks/MazIcon-DdFYd3W8.cjs +0 -1
- package/modules/chunks/index-RvIMpzcQ.cjs +0 -124
- package/nuxt/runtime/composables/{use-aos.mjs → use-aos.js} +0 -0
- package/nuxt/runtime/composables/{use-theme-handler.mjs → use-theme-handler.js} +1 -1
- package/nuxt/runtime/composables/{use-toast.mjs → use-toast.js} +0 -0
- package/nuxt/runtime/composables/{use-wait.mjs → use-wait.js} +0 -0
- package/nuxt/runtime/plugins/{aos.mjs → aos.js} +1 -1
- package/nuxt/runtime/plugins/{maz-icon-path.mjs → maz-icon-path.js} +0 -0
- package/nuxt/runtime/plugins/{toaster.mjs → toaster.js} +1 -1
- package/nuxt/runtime/plugins/{v-click-outside.mjs → v-click-outside.js} +1 -1
- package/nuxt/runtime/plugins/{v-fullscreen-img.mjs → v-fullscreen-img.js} +1 -1
- package/nuxt/runtime/plugins/{v-lazy-img.mjs → v-lazy-img.js} +1 -1
- package/nuxt/runtime/plugins/{v-tooltip.mjs → v-tooltip.js} +1 -1
- package/nuxt/runtime/plugins/{v-zoom-img.mjs → v-zoom-img.js} +1 -1
- 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-
|
|
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-
|
|
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 },
|
|
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(
|
|
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-
|
|
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-
|
|
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 },
|
|
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(
|
|
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-
|
|
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
|
|
2
|
-
import
|
|
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(
|
|
28
|
-
const
|
|
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
|
-
|
|
29
|
+
l.icon && !l.fab && console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
|
|
31
30
|
});
|
|
32
|
-
const
|
|
33
|
-
() =>
|
|
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
|
-
() => (
|
|
36
|
-
),
|
|
37
|
-
return (a, j) => (
|
|
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:
|
|
38
|
+
class: A(["m-btn", [
|
|
40
39
|
`--${a.size}`,
|
|
41
40
|
!a.fab && a.roundedSize && `--rounded-${a.roundedSize}`,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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:
|
|
61
|
-
E.value ? (
|
|
59
|
+
default: V(() => [
|
|
60
|
+
E.value ? (i(), b(
|
|
62
61
|
"div",
|
|
63
62
|
{
|
|
64
63
|
key: 0,
|
|
65
|
-
class:
|
|
64
|
+
class: A(["m-btn__icon-left maz-flex maz-flex-center", { "maz-invisible": y.value }])
|
|
66
65
|
},
|
|
67
66
|
[
|
|
68
|
-
|
|
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" ? (
|
|
71
|
+
typeof a.leftIcon == "string" ? (i(), p(m(f), {
|
|
73
72
|
key: 0,
|
|
74
73
|
name: a.leftIcon
|
|
75
|
-
}, null, 8, ["name"])) : a.leftIcon ? (
|
|
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
|
-
)) :
|
|
81
|
-
U.value ? (
|
|
79
|
+
)) : s("v-if", !0),
|
|
80
|
+
U.value ? (i(), b(
|
|
82
81
|
"div",
|
|
83
82
|
{
|
|
84
83
|
key: 1,
|
|
85
|
-
class:
|
|
84
|
+
class: A(["m-btn__icon", { "maz-invisible": y.value }])
|
|
86
85
|
},
|
|
87
86
|
[
|
|
88
|
-
|
|
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" ? (
|
|
91
|
+
typeof a.icon == "string" ? (i(), p(m(f), {
|
|
93
92
|
key: 0,
|
|
94
93
|
name: a.icon
|
|
95
|
-
}, null, 8, ["name"])) : a.icon ? (
|
|
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
|
-
)) :
|
|
101
|
-
a.$slots.default ? (
|
|
99
|
+
)) : s("v-if", !0),
|
|
100
|
+
a.$slots.default ? (i(), b(
|
|
102
101
|
"span",
|
|
103
102
|
{
|
|
104
103
|
key: 2,
|
|
105
|
-
class:
|
|
104
|
+
class: A([{ "maz-invisible": y.value }, a.contentClass])
|
|
106
105
|
},
|
|
107
106
|
[
|
|
108
|
-
|
|
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
|
-
)) :
|
|
116
|
-
D.value ? (
|
|
114
|
+
)) : s("v-if", !0),
|
|
115
|
+
D.value ? (i(), b(
|
|
117
116
|
"div",
|
|
118
117
|
{
|
|
119
118
|
key: 3,
|
|
120
|
-
class:
|
|
119
|
+
class: A(["m-btn__icon-right", { "maz-invisible": y.value }])
|
|
121
120
|
},
|
|
122
121
|
[
|
|
123
|
-
|
|
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" ? (
|
|
126
|
+
typeof a.rightIcon == "string" ? (i(), p(m(f), {
|
|
128
127
|
key: 0,
|
|
129
128
|
name: a.rightIcon
|
|
130
|
-
}, null, 8, ["name"])) : a.rightIcon ? (
|
|
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
|
-
)) :
|
|
136
|
-
|
|
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"])) :
|
|
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 = (
|
|
148
|
-
const
|
|
149
|
-
for (const [
|
|
150
|
-
|
|
151
|
-
return
|
|
152
|
-
},
|
|
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(
|
|
170
|
-
const
|
|
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
|
-
},
|
|
175
|
+
}, r = t(() => ({
|
|
177
176
|
...B,
|
|
178
177
|
...e.buttonProps
|
|
179
|
-
})), g = t(() => e.modelValue > 1 ? e.modelValue - 1 : 1),
|
|
178
|
+
})), g = t(() => e.modelValue > 1 ? e.modelValue - 1 : 1), z = t(
|
|
180
179
|
() => e.modelValue < e.totalPages ? e.modelValue + 1 : e.totalPages
|
|
181
|
-
),
|
|
182
|
-
() => Array.from({ length: e.totalPages }, (o,
|
|
183
|
-
const n =
|
|
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
|
-
),
|
|
191
|
-
() => e.modelValue - e.pageRange > 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 ?
|
|
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(() =>
|
|
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
|
-
...
|
|
200
|
+
...y.value,
|
|
202
201
|
...w.value,
|
|
203
202
|
...U.value,
|
|
204
203
|
...a.value,
|
|
205
204
|
...E.value
|
|
206
205
|
]);
|
|
207
|
-
function
|
|
208
|
-
o !== e.modelValue &&
|
|
206
|
+
function R(o) {
|
|
207
|
+
o !== e.modelValue && f("update:model-value", o);
|
|
209
208
|
}
|
|
210
|
-
return (o,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
v(
|
|
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:
|
|
218
|
+
onClick: u[0] || (u[0] = (n) => R(1))
|
|
220
219
|
}), {
|
|
221
|
-
default:
|
|
222
|
-
|
|
223
|
-
|
|
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
|
-
|
|
227
|
+
k("First Page, page 1")
|
|
229
228
|
], !0)
|
|
230
229
|
]),
|
|
231
|
-
v(m(
|
|
230
|
+
v(m(T))
|
|
232
231
|
]),
|
|
233
232
|
_: 3
|
|
234
233
|
/* FORWARDED */
|
|
235
234
|
}, 16, ["disabled", "aria-setsize", "size"])
|
|
236
235
|
]),
|
|
237
|
-
|
|
238
|
-
v(
|
|
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:
|
|
243
|
+
onClick: u[1] || (u[1] = (n) => R(g.value))
|
|
245
244
|
}), {
|
|
246
|
-
default:
|
|
247
|
-
|
|
248
|
-
|
|
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 " +
|
|
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(
|
|
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
|
-
(
|
|
265
|
+
(i(!0), b(
|
|
267
266
|
Q,
|
|
268
267
|
null,
|
|
269
|
-
W(j.value, (n, L) => (
|
|
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 ? (
|
|
272
|
+
"number" in n ? (i(), p(M, $({
|
|
274
273
|
key: 0,
|
|
275
274
|
ref_for: !0
|
|
276
275
|
}, {
|
|
277
|
-
...
|
|
278
|
-
color: n.isActive ? o.activeColor :
|
|
279
|
-
outline: n.isActive ? !1 :
|
|
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 :
|
|
287
|
+
onClick: (te) => n.isActive ? void 0 : R(n.number)
|
|
289
288
|
}), {
|
|
290
|
-
default:
|
|
291
|
-
|
|
292
|
-
|
|
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 " +
|
|
298
|
+
k(
|
|
299
|
+
"Page " + S(n.number),
|
|
301
300
|
1
|
|
302
301
|
/* TEXT */
|
|
303
302
|
)
|
|
304
303
|
], !0)
|
|
305
304
|
]),
|
|
306
|
-
|
|
307
|
-
" " +
|
|
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 ? (
|
|
313
|
+
}, 1040, ["size", "aria-label", "aria-current", "aria-setsize", "loading", "aria-posinset", "class", "onClick"])) : n.divider ? (i(), b(
|
|
315
314
|
"div",
|
|
316
|
-
|
|
315
|
+
$({
|
|
317
316
|
key: 1,
|
|
318
317
|
ref_for: !0
|
|
319
|
-
},
|
|
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
|
-
)) :
|
|
324
|
+
)) : s("v-if", !0)
|
|
326
325
|
], 8, x))),
|
|
327
326
|
128
|
|
328
327
|
/* KEYED_FRAGMENT */
|
|
329
328
|
)),
|
|
330
|
-
|
|
331
|
-
v(
|
|
329
|
+
d("li", null, [
|
|
330
|
+
v(M, $(r.value, {
|
|
332
331
|
disabled: o.modelValue === o.totalPages,
|
|
333
|
-
"aria-label": `Next Page, Page ${
|
|
332
|
+
"aria-label": `Next Page, Page ${z.value}`,
|
|
334
333
|
"aria-setsize": o.resultsSize ?? void 0,
|
|
335
|
-
"aria-posinset":
|
|
334
|
+
"aria-posinset": z.value,
|
|
336
335
|
size: o.size,
|
|
337
|
-
onClick:
|
|
336
|
+
onClick: u[2] || (u[2] = (n) => R(z.value))
|
|
338
337
|
}), {
|
|
339
|
-
default:
|
|
340
|
-
|
|
341
|
-
|
|
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:
|
|
346
|
-
|
|
347
|
-
"Next Page, page " +
|
|
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(
|
|
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
|
-
|
|
360
|
-
v(
|
|
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:
|
|
365
|
+
onClick: u[3] || (u[3] = (n) => R(o.totalPages))
|
|
367
366
|
}), {
|
|
368
|
-
default:
|
|
369
|
-
|
|
370
|
-
|
|
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 " +
|
|
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(
|
|
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-
|
|
390
|
+
}), se = /* @__PURE__ */ G(ne, [["__scopeId", "data-v-8b9651c3"]]);
|
|
392
391
|
export {
|
|
393
392
|
se as M,
|
|
394
393
|
G as _
|