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,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import { d as C, c as n, a as c, M as k, i as z, _ as B } from "./MazPicker-CltoTa2Z.mjs";
|
|
1
|
+
import { defineComponent as g, computed as M, openBlock as l, createElementBlock as d, createElementVNode as m, createVNode as u, withModifiers as h, withCtx as p, unref as n, normalizeClass as f, Fragment as v, renderList as w, createBlock as x, createTextVNode as D, toDisplayString as S } from "vue";
|
|
2
|
+
import { d as C, c as s, a as c, M as b, i as k, _ as B } from "./MazPicker-ia2BEmm5.mjs";
|
|
4
3
|
import { X as q } from "./x-mark-CKwYEQQZ.mjs";
|
|
5
|
-
const $ = { class: "maz-picker-month-switcher" }, N = { class: "maz-picker-month-switcher__header" }, V = /* @__PURE__ */ g({
|
|
4
|
+
import '../assets/MazPickerMonthSwitcher.css';const $ = { class: "maz-picker-month-switcher" }, N = { class: "maz-picker-month-switcher__header" }, V = /* @__PURE__ */ g({
|
|
6
5
|
__name: "MazPickerMonthSwitcher",
|
|
7
6
|
props: {
|
|
8
7
|
calendarDate: { type: String, required: !0 },
|
|
@@ -11,41 +10,42 @@ const $ = { class: "maz-picker-month-switcher" }, N = { class: "maz-picker-month
|
|
|
11
10
|
double: { type: Boolean, required: !0 }
|
|
12
11
|
},
|
|
13
12
|
emits: ["update:calendar-date", "close"],
|
|
14
|
-
setup(r, { emit:
|
|
15
|
-
const a = r, i =
|
|
13
|
+
setup(r, { emit: z }) {
|
|
14
|
+
const a = r, i = z, _ = M(() => Array.from({ length: 12 }, (o, e) => e).map((o) => {
|
|
16
15
|
const e = C(a.calendarDate).set("month", o);
|
|
17
16
|
return a.double ? {
|
|
18
|
-
label: `${
|
|
17
|
+
label: `${s(
|
|
19
18
|
c(e.format(), a.locale, {
|
|
20
19
|
month: "short"
|
|
21
20
|
})
|
|
22
|
-
)} - ${
|
|
21
|
+
)} - ${s(
|
|
23
22
|
c(e.add(1, "month").format(), a.locale, {
|
|
24
23
|
month: "short"
|
|
25
24
|
})
|
|
26
25
|
)}`,
|
|
27
26
|
date: e
|
|
28
27
|
} : {
|
|
29
|
-
label:
|
|
28
|
+
label: s(
|
|
30
29
|
c(e.format(), a.locale, {
|
|
31
30
|
month: "long"
|
|
32
31
|
})
|
|
33
32
|
),
|
|
34
33
|
date: e
|
|
35
34
|
};
|
|
36
|
-
}))
|
|
35
|
+
}));
|
|
36
|
+
function y(o) {
|
|
37
37
|
i("update:calendar-date", o.format()), i("close");
|
|
38
|
-
}
|
|
39
|
-
return (o, e) => (
|
|
38
|
+
}
|
|
39
|
+
return (o, e) => (l(), d("div", $, [
|
|
40
40
|
m("div", N, [
|
|
41
|
-
u(
|
|
41
|
+
u(b, {
|
|
42
42
|
size: "xs",
|
|
43
43
|
color: "transparent",
|
|
44
44
|
type: "button",
|
|
45
45
|
onClick: e[0] || (e[0] = h((t) => o.$emit("close", t), ["stop"]))
|
|
46
46
|
}, {
|
|
47
47
|
default: p(() => [
|
|
48
|
-
u(
|
|
48
|
+
u(n(q), { class: "maz-text-lg" })
|
|
49
49
|
]),
|
|
50
50
|
_: 1
|
|
51
51
|
/* STABLE */
|
|
@@ -57,16 +57,16 @@ const $ = { class: "maz-picker-month-switcher" }, N = { class: "maz-picker-month
|
|
|
57
57
|
class: f(["maz-picker-month-switcher__main", { "--has-double": r.double }])
|
|
58
58
|
},
|
|
59
59
|
[
|
|
60
|
-
(
|
|
60
|
+
(l(!0), d(
|
|
61
61
|
v,
|
|
62
62
|
null,
|
|
63
|
-
w(_.value, (t) => (
|
|
63
|
+
w(_.value, (t) => (l(), x(b, {
|
|
64
64
|
key: t.label,
|
|
65
65
|
size: a.double ? "sm" : "xs",
|
|
66
66
|
class: f({
|
|
67
|
-
"--is-selected":
|
|
67
|
+
"--is-selected": n(k)(t.date, r.calendarDate, "month")
|
|
68
68
|
}),
|
|
69
|
-
color:
|
|
69
|
+
color: n(k)(t.date, r.calendarDate, "month") ? r.color : "transparent",
|
|
70
70
|
type: "button",
|
|
71
71
|
onClick: h((E) => y(t.date), ["stop"])
|
|
72
72
|
}, {
|
|
@@ -89,7 +89,7 @@ const $ = { class: "maz-picker-month-switcher" }, N = { class: "maz-picker-month
|
|
|
89
89
|
)
|
|
90
90
|
]));
|
|
91
91
|
}
|
|
92
|
-
}), j = /* @__PURE__ */ B(V, [["__scopeId", "data-v-
|
|
92
|
+
}), j = /* @__PURE__ */ B(V, [["__scopeId", "data-v-74b3d289"]]);
|
|
93
93
|
export {
|
|
94
94
|
j as default
|
|
95
95
|
};
|
package/components/chunks/{MazPickerShortcuts-5IfUIwpz.mjs → MazPickerShortcuts-Cc9VoqBw.mjs}
RENAMED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
const C = { class: "maz-picker-shortcuts" }, M = /* @__PURE__ */ h({
|
|
1
|
+
import { defineComponent as h, ref as f, watch as n, openBlock as l, createElementBlock as i, Fragment as v, renderList as y, createBlock as _, normalizeClass as k, withModifiers as S, withCtx as b, createTextVNode as z, toDisplayString as B } from "vue";
|
|
2
|
+
import { M as g, _ as x } from "./MazPicker-ia2BEmm5.mjs";
|
|
3
|
+
import '../assets/MazPickerShortcuts.css';const C = { class: "maz-picker-shortcuts" }, M = /* @__PURE__ */ h({
|
|
5
4
|
__name: "MazPickerShortcuts",
|
|
6
5
|
props: {
|
|
7
6
|
color: { type: String, required: !0 },
|
|
@@ -18,10 +17,11 @@ const C = { class: "maz-picker-shortcuts" }, M = /* @__PURE__ */ h({
|
|
|
18
17
|
disabled: { type: Boolean, required: !0 }
|
|
19
18
|
},
|
|
20
19
|
emits: ["update:model-value"],
|
|
21
|
-
setup(c, { emit:
|
|
22
|
-
const r = c, m =
|
|
20
|
+
setup(c, { emit: d }) {
|
|
21
|
+
const r = c, m = d, s = f(r.shortcut);
|
|
22
|
+
function u(o, e) {
|
|
23
23
|
s.value = e, m("update:model-value", o);
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
25
|
return n(
|
|
26
26
|
() => r.modelValue,
|
|
27
27
|
(o) => {
|
|
@@ -38,8 +38,8 @@ const C = { class: "maz-picker-shortcuts" }, M = /* @__PURE__ */ h({
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
{ immediate: !0 }
|
|
41
|
-
), (o, e) => (l(),
|
|
42
|
-
(l(!0),
|
|
41
|
+
), (o, e) => (l(), i("div", C, [
|
|
42
|
+
(l(!0), i(
|
|
43
43
|
v,
|
|
44
44
|
null,
|
|
45
45
|
y(c.shortcuts, ({ identifier: t, label: a, value: p }) => (l(), _(g, {
|
|
@@ -66,7 +66,7 @@ const C = { class: "maz-picker-shortcuts" }, M = /* @__PURE__ */ h({
|
|
|
66
66
|
))
|
|
67
67
|
]));
|
|
68
68
|
}
|
|
69
|
-
}), P = /* @__PURE__ */ x(M, [["__scopeId", "data-v-
|
|
69
|
+
}), P = /* @__PURE__ */ x(M, [["__scopeId", "data-v-2c9090e3"]]);
|
|
70
70
|
export {
|
|
71
71
|
P as default
|
|
72
72
|
};
|
package/components/chunks/{MazPickerYearSwitcher-MeptqtZk.mjs → MazPickerYearSwitcher-0b5Wrem9.mjs}
RENAMED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import '../assets/MazPickerYearSwitcher.css';
|
|
2
1
|
import { defineComponent as C, ref as b, computed as w, openBlock as u, createElementBlock as _, createElementVNode as m, createVNode as s, withModifiers as l, withCtx as i, unref as o, Fragment as D, renderList as S, createBlock as Y, normalizeClass as M, createTextVNode as B, toDisplayString as q } from "vue";
|
|
3
|
-
import { d as c, a as I, M as d, C as y, i as z, _ as N } from "./MazPicker-
|
|
2
|
+
import { d as c, a as I, M as d, C as y, i as z, _ as N } from "./MazPicker-ia2BEmm5.mjs";
|
|
4
3
|
import { X as V } from "./x-mark-CKwYEQQZ.mjs";
|
|
5
|
-
const E = { class: "maz-picker-year-switcher" }, L = { class: "maz-picker-year-switcher__header" }, P = { class: "maz-flex maz-space-x-2" }, T = { class: "maz-picker-year-switcher__main" }, X = /* @__PURE__ */ C({
|
|
4
|
+
import '../assets/MazPickerYearSwitcher.css';const E = { class: "maz-picker-year-switcher" }, L = { class: "maz-picker-year-switcher__header" }, P = { class: "maz-flex maz-space-x-2" }, T = { class: "maz-picker-year-switcher__main" }, X = /* @__PURE__ */ C({
|
|
6
5
|
__name: "MazPickerYearSwitcher",
|
|
7
6
|
props: {
|
|
8
7
|
color: { type: String, required: !0 },
|
|
@@ -19,13 +18,16 @@ const E = { class: "maz-picker-year-switcher" }, L = { class: "maz-picker-year-s
|
|
|
19
18
|
}),
|
|
20
19
|
date: e
|
|
21
20
|
};
|
|
22
|
-
}))
|
|
21
|
+
}));
|
|
22
|
+
function h(a) {
|
|
23
23
|
f("update:calendar-date", c(a).format()), f("close");
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
|
+
function x() {
|
|
25
26
|
t.value = c(t.value).subtract(7, "year").format();
|
|
26
|
-
}
|
|
27
|
+
}
|
|
28
|
+
function g() {
|
|
27
29
|
t.value = c(t.value).add(7, "year").format();
|
|
28
|
-
}
|
|
30
|
+
}
|
|
29
31
|
return (a, r) => (u(), _("div", E, [
|
|
30
32
|
m("div", L, [
|
|
31
33
|
m("div", P, [
|
|
@@ -97,7 +99,7 @@ const E = { class: "maz-picker-year-switcher" }, L = { class: "maz-picker-year-s
|
|
|
97
99
|
])
|
|
98
100
|
]));
|
|
99
101
|
}
|
|
100
|
-
}), G = /* @__PURE__ */ N(X, [["__scopeId", "data-v-
|
|
102
|
+
}), G = /* @__PURE__ */ N(X, [["__scopeId", "data-v-7c034d40"]]);
|
|
101
103
|
export {
|
|
102
104
|
G as default
|
|
103
105
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
function k() {
|
|
1
|
+
import { defineComponent as R, defineAsyncComponent as $, computed as y, ref as _, watch as x, onUnmounted as V, openBlock as d, createElementBlock as c, normalizeClass as L, normalizeStyle as Y, renderSlot as f, createCommentVNode as b, createElementVNode as g, createVNode as A, unref as N, pushScopeId as H, popScopeId as q } from "vue";
|
|
2
|
+
import '../assets/MazPullToRefresh.css';function k() {
|
|
4
3
|
return typeof document < "u";
|
|
5
4
|
}
|
|
6
5
|
function D() {
|
|
@@ -9,7 +8,7 @@ function D() {
|
|
|
9
8
|
const o = navigator, u = window.matchMedia("(display-mode: standalone)").matches;
|
|
10
9
|
return o.standalone || u;
|
|
11
10
|
}
|
|
12
|
-
const T = (o) => (H("data-v-
|
|
11
|
+
const T = (o) => (H("data-v-52f044ed"), o = o(), q(), o), F = {
|
|
13
12
|
key: 0,
|
|
14
13
|
class: "header-text"
|
|
15
14
|
}, O = /* @__PURE__ */ T(() => /* @__PURE__ */ g(
|
|
@@ -44,7 +43,7 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
44
43
|
},
|
|
45
44
|
emits: ["loaded", "start", "error", "finish", "response"],
|
|
46
45
|
setup(o, { emit: u }) {
|
|
47
|
-
const
|
|
46
|
+
const a = o, r = u, m = $(() => import("./MazSpinner-BxnVFqUu.mjs")), s = y(
|
|
48
47
|
() => a.disabled || a.action === void 0 || a.standaloneMode && k() && !D()
|
|
49
48
|
), h = _({
|
|
50
49
|
top: 0,
|
|
@@ -64,10 +63,10 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
64
63
|
return e;
|
|
65
64
|
}), p = y(() => t.value.state !== "move" && t.value.state !== "end" || s.value ? 0 : t.value.distance > a.distance ? a.distance : t.value.distance);
|
|
66
65
|
function B(e) {
|
|
67
|
-
const { top: n, height:
|
|
66
|
+
const { top: n, height: v } = e.getBoundingClientRect();
|
|
68
67
|
h.value = {
|
|
69
68
|
top: n,
|
|
70
|
-
bottom: window.innerHeight - (
|
|
69
|
+
bottom: window.innerHeight - (v + n + a.offset)
|
|
71
70
|
};
|
|
72
71
|
}
|
|
73
72
|
function w(e) {
|
|
@@ -86,8 +85,8 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
86
85
|
if (!n)
|
|
87
86
|
return;
|
|
88
87
|
t.value.to = n.pageY;
|
|
89
|
-
const
|
|
90
|
-
t.value.distance =
|
|
88
|
+
const v = t.value.to - t.value.from;
|
|
89
|
+
t.value.distance = v > 0 ? v : 0, t.value.available = t.value.distance >= a.distance, t.value.state = "move";
|
|
91
90
|
}
|
|
92
91
|
function C() {
|
|
93
92
|
i.value || s.value || (p.value === a.distance && t.value.state === "move" && window.scrollY <= 0 ? I() : z());
|
|
@@ -113,7 +112,7 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
113
112
|
z(), w(!1), r("finish");
|
|
114
113
|
}
|
|
115
114
|
}
|
|
116
|
-
|
|
115
|
+
x(
|
|
117
116
|
() => s.value,
|
|
118
117
|
(e) => {
|
|
119
118
|
e === !0 ? M() : P();
|
|
@@ -126,7 +125,7 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
126
125
|
function M() {
|
|
127
126
|
!l.value || document === void 0 || (l.value.removeEventListener("touchstart", S), l.value.removeEventListener("touchmove", E), l.value.removeEventListener("touchend", C));
|
|
128
127
|
}
|
|
129
|
-
return
|
|
128
|
+
return V(() => {
|
|
130
129
|
M();
|
|
131
130
|
}), (e, n) => (d(), c(
|
|
132
131
|
"div",
|
|
@@ -139,22 +138,22 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
139
138
|
{
|
|
140
139
|
key: 0,
|
|
141
140
|
class: L(["loading-header", e.headerClass]),
|
|
142
|
-
style:
|
|
141
|
+
style: Y({ height: `${p.value}px` })
|
|
143
142
|
},
|
|
144
143
|
[
|
|
145
144
|
t.value.available ? t.value.available && !i.value ? (d(), c("div", U, [
|
|
146
|
-
|
|
145
|
+
f(e.$slots, "pull-ready", {}, () => [
|
|
147
146
|
j
|
|
148
147
|
], !0)
|
|
149
148
|
])) : b("v-if", !0) : (d(), c("div", F, [
|
|
150
|
-
|
|
149
|
+
f(e.$slots, "pull-before", {}, () => [
|
|
151
150
|
O
|
|
152
151
|
], !0)
|
|
153
152
|
])),
|
|
154
153
|
i.value ? (d(), c("div", G, [
|
|
155
|
-
|
|
154
|
+
f(e.$slots, "pull-loading", {}, () => [
|
|
156
155
|
g("div", J, [
|
|
157
|
-
A(N(
|
|
156
|
+
A(N(m), {
|
|
158
157
|
color: e.spinnerColor,
|
|
159
158
|
size: "2.5em"
|
|
160
159
|
}, null, 8, ["color"])
|
|
@@ -165,18 +164,18 @@ const T = (o) => (H("data-v-1b0a2f5a"), o = o(), q(), o), F = {
|
|
|
165
164
|
6
|
|
166
165
|
/* CLASS, STYLE */
|
|
167
166
|
)),
|
|
168
|
-
|
|
167
|
+
f(e.$slots, "default", {}, void 0, !0)
|
|
169
168
|
],
|
|
170
169
|
2
|
|
171
170
|
/* CLASS */
|
|
172
171
|
));
|
|
173
172
|
}
|
|
174
173
|
}), Q = (o, u) => {
|
|
175
|
-
const
|
|
176
|
-
for (const [
|
|
177
|
-
|
|
178
|
-
return
|
|
179
|
-
}, X = /* @__PURE__ */ Q(K, [["__scopeId", "data-v-
|
|
174
|
+
const a = o.__vccOpts || o;
|
|
175
|
+
for (const [r, m] of u)
|
|
176
|
+
a[r] = m;
|
|
177
|
+
return a;
|
|
178
|
+
}, X = /* @__PURE__ */ Q(K, [["__scopeId", "data-v-52f044ed"]]);
|
|
180
179
|
export {
|
|
181
180
|
X as M,
|
|
182
181
|
Q as _
|