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
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { defineComponent as E, defineAsyncComponent as h, useAttrs as R, useSlots as w, onBeforeMount as A, computed as l, openBlock as n, createBlock as a, resolveDynamicComponent as r, normalizeClass as s, withCtx as D, createElementBlock as u, createCommentVNode as t, renderSlot as d, unref as c } from "vue";
|
|
2
|
+
import { _ as L } from "./MazPhoneNumberInput-DpWoNQfx.mjs";
|
|
3
|
+
import '../assets/MazBtn.css';const P = /* @__PURE__ */ E({
|
|
4
|
+
__name: "MazBtn",
|
|
5
|
+
props: {
|
|
6
|
+
variant: { default: "button" },
|
|
7
|
+
size: { default: "md" },
|
|
8
|
+
color: { default: "primary" },
|
|
9
|
+
type: { default: "button" },
|
|
10
|
+
rounded: { type: Boolean },
|
|
11
|
+
roundedSize: { default: "lg" },
|
|
12
|
+
noRounded: { type: Boolean },
|
|
13
|
+
outline: { type: Boolean },
|
|
14
|
+
pastel: { type: Boolean },
|
|
15
|
+
block: { type: Boolean },
|
|
16
|
+
noUnderline: { type: Boolean },
|
|
17
|
+
loading: { type: Boolean },
|
|
18
|
+
disabled: { type: Boolean },
|
|
19
|
+
fab: { type: Boolean },
|
|
20
|
+
icon: { default: void 0 },
|
|
21
|
+
leftIcon: { default: void 0 },
|
|
22
|
+
rightIcon: { default: void 0 },
|
|
23
|
+
noPadding: { type: Boolean },
|
|
24
|
+
noElevation: { type: Boolean },
|
|
25
|
+
contentClass: { default: void 0 }
|
|
26
|
+
},
|
|
27
|
+
setup(g) {
|
|
28
|
+
const e = g, z = h(() => import("./MazSpinner-DRj2VpGA.mjs")), f = h(() => import("./MazIcon-B8A0hQAH.mjs")), { href: k, to: B } = R(), p = w();
|
|
29
|
+
A(() => {
|
|
30
|
+
e.icon && !e.fab && console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
|
|
31
|
+
});
|
|
32
|
+
const v = l(() => k ? "a" : B ? "router-link" : "button"), I = l(
|
|
33
|
+
() => e.pastel ? `--${e.color}-pastel` : e.outline ? `--${e.color}-outline` : `--${e.color}`
|
|
34
|
+
), b = l(
|
|
35
|
+
() => (e.loading || e.disabled) && v.value === "button"
|
|
36
|
+
), C = l(() => b.value ? "--cursor-default" : "--cursor-pointer"), $ = l(() => `--is-${e.variant}`), i = l(() => e.loading && e.variant === "button"), m = l(() => !!p["left-icon"] || e.leftIcon), y = l(() => !!p["right-icon"] || e.rightIcon), M = l(() => m.value || y.value), S = l(() => e.fab && (e.icon || !!p.icon)), T = l(() => v.value === "button" ? e.type : void 0);
|
|
37
|
+
return (o, U) => (n(), a(r(v.value), {
|
|
38
|
+
disabled: b.value || void 0,
|
|
39
|
+
class: s(["m-btn", [
|
|
40
|
+
`--${o.size}`,
|
|
41
|
+
!o.fab && o.roundedSize && `--rounded-${o.roundedSize}`,
|
|
42
|
+
I.value,
|
|
43
|
+
C.value,
|
|
44
|
+
$.value,
|
|
45
|
+
{
|
|
46
|
+
"--block": o.block,
|
|
47
|
+
"--no-underline": o.noUnderline,
|
|
48
|
+
"--fab": o.fab,
|
|
49
|
+
"--loading": o.loading,
|
|
50
|
+
"--disabled": b.value,
|
|
51
|
+
"--icon": M.value,
|
|
52
|
+
"--rounded": o.rounded,
|
|
53
|
+
"--no-rounded": o.noRounded,
|
|
54
|
+
"--no-padding": o.noPadding,
|
|
55
|
+
"--no-elevation": o.noElevation
|
|
56
|
+
}
|
|
57
|
+
]]),
|
|
58
|
+
type: T.value
|
|
59
|
+
}, {
|
|
60
|
+
default: D(() => [
|
|
61
|
+
m.value ? (n(), u(
|
|
62
|
+
"div",
|
|
63
|
+
{
|
|
64
|
+
key: 0,
|
|
65
|
+
class: s(["m-btn__icon-left maz-flex maz-flex-center", { "maz-invisible": i.value }])
|
|
66
|
+
},
|
|
67
|
+
[
|
|
68
|
+
t(`
|
|
69
|
+
@slot left-icon - The icon to display on the left of the button
|
|
70
|
+
`),
|
|
71
|
+
d(o.$slots, "left-icon", {}, () => [
|
|
72
|
+
typeof o.leftIcon == "string" ? (n(), a(c(f), {
|
|
73
|
+
key: 0,
|
|
74
|
+
name: o.leftIcon
|
|
75
|
+
}, null, 8, ["name"])) : o.leftIcon ? (n(), a(r(o.leftIcon), { key: 1 })) : t("v-if", !0)
|
|
76
|
+
], !0)
|
|
77
|
+
],
|
|
78
|
+
2
|
|
79
|
+
/* CLASS */
|
|
80
|
+
)) : t("v-if", !0),
|
|
81
|
+
S.value ? (n(), u(
|
|
82
|
+
"div",
|
|
83
|
+
{
|
|
84
|
+
key: 1,
|
|
85
|
+
class: s(["m-btn__icon", { "maz-invisible": i.value }])
|
|
86
|
+
},
|
|
87
|
+
[
|
|
88
|
+
t(`
|
|
89
|
+
@slot icon - The icon to display on the fab button
|
|
90
|
+
`),
|
|
91
|
+
d(o.$slots, "icon", {}, () => [
|
|
92
|
+
typeof o.icon == "string" ? (n(), a(c(f), {
|
|
93
|
+
key: 0,
|
|
94
|
+
name: o.icon
|
|
95
|
+
}, null, 8, ["name"])) : o.icon ? (n(), a(r(o.icon), { key: 1 })) : t("v-if", !0)
|
|
96
|
+
], !0)
|
|
97
|
+
],
|
|
98
|
+
2
|
|
99
|
+
/* CLASS */
|
|
100
|
+
)) : t("v-if", !0),
|
|
101
|
+
o.$slots.default ? (n(), u(
|
|
102
|
+
"span",
|
|
103
|
+
{
|
|
104
|
+
key: 2,
|
|
105
|
+
class: s([{ "maz-invisible": i.value }, o.contentClass])
|
|
106
|
+
},
|
|
107
|
+
[
|
|
108
|
+
t(`
|
|
109
|
+
@slot default - The content of the button
|
|
110
|
+
`),
|
|
111
|
+
d(o.$slots, "default", {}, void 0, !0)
|
|
112
|
+
],
|
|
113
|
+
2
|
|
114
|
+
/* CLASS */
|
|
115
|
+
)) : t("v-if", !0),
|
|
116
|
+
y.value ? (n(), u(
|
|
117
|
+
"div",
|
|
118
|
+
{
|
|
119
|
+
key: 3,
|
|
120
|
+
class: s(["m-btn__icon-right", { "maz-invisible": i.value }])
|
|
121
|
+
},
|
|
122
|
+
[
|
|
123
|
+
t(`
|
|
124
|
+
@slot right-icon - The icon to display on the right of the button
|
|
125
|
+
`),
|
|
126
|
+
d(o.$slots, "right-icon", {}, () => [
|
|
127
|
+
typeof o.rightIcon == "string" ? (n(), a(c(f), {
|
|
128
|
+
key: 0,
|
|
129
|
+
name: o.rightIcon
|
|
130
|
+
}, null, 8, ["name"])) : o.rightIcon ? (n(), a(r(o.rightIcon), { key: 1 })) : t("v-if", !0)
|
|
131
|
+
], !0)
|
|
132
|
+
],
|
|
133
|
+
2
|
|
134
|
+
/* CLASS */
|
|
135
|
+
)) : t("v-if", !0),
|
|
136
|
+
i.value ? (n(), a(c(z), {
|
|
137
|
+
key: 4,
|
|
138
|
+
class: "m-btn-loader",
|
|
139
|
+
size: "2em",
|
|
140
|
+
color: o.color
|
|
141
|
+
}, null, 8, ["color"])) : t("v-if", !0)
|
|
142
|
+
]),
|
|
143
|
+
_: 3
|
|
144
|
+
/* FORWARDED */
|
|
145
|
+
}, 8, ["disabled", "class", "type"]));
|
|
146
|
+
}
|
|
147
|
+
}), V = /* @__PURE__ */ L(P, [["__scopeId", "data-v-48f14785"]]);
|
|
148
|
+
export {
|
|
149
|
+
V as default
|
|
150
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const R = {
|
|
1
|
+
import { defineComponent as A, defineAsyncComponent as c, useSlots as H, computed as r, ref as N, watch as T, openBlock as a, createElementBlock as n, normalizeClass as u, createBlock as p, resolveDynamicComponent as w, withModifiers as _, withCtx as f, renderSlot as i, createTextVNode as j, toDisplayString as E, createCommentVNode as l, unref as h, createVNode as $, mergeProps as P, createElementVNode as B, withDirectives as W, vShow as I } from "vue";
|
|
2
|
+
import '../assets/MazCard.css';const R = {
|
|
4
3
|
key: 0,
|
|
5
4
|
class: "m-card__gallery__wrapper"
|
|
6
5
|
}, G = { class: "maz-min-w-0 maz-flex-1" }, L = {
|
|
@@ -43,22 +42,22 @@ const R = {
|
|
|
43
42
|
block: { type: Boolean }
|
|
44
43
|
},
|
|
45
44
|
setup(m) {
|
|
46
|
-
const
|
|
45
|
+
const o = m, v = c(() => import("./MazBtn-DuY28-0U.mjs")), g = c(() => import("./MazGallery-BlfPe8WG.mjs")), z = c(() => import("./MazTransitionExpand-B08cSrmL.mjs")), S = c(() => import("./chevron-down-CzMH-gFW.mjs")), M = H(), t = r(() => o.collapsible || o.collapsable), s = N(t.value ? o.collapseOpen : !0), k = r(() => o.href || o.to);
|
|
47
46
|
T(
|
|
48
47
|
() => o.collapseOpen,
|
|
49
48
|
(e) => {
|
|
50
49
|
t.value && (s.value = e);
|
|
51
50
|
}
|
|
52
51
|
);
|
|
53
|
-
const
|
|
52
|
+
const C = r(() => ({
|
|
54
53
|
is: o.href ? "a" : o.to ? "router-link" : "div",
|
|
55
54
|
...o.href && { href: o.href },
|
|
56
55
|
...o.to && { to: o.to },
|
|
57
56
|
target: o.hrefTarget
|
|
58
|
-
})),
|
|
57
|
+
})), y = r(() => ["column", "column-reverse"].includes(o.orientation)), b = r(() => {
|
|
59
58
|
const e = /* @__PURE__ */ new Set(["default", "title", "subtitle", "content"]);
|
|
60
59
|
return Object.keys(M).some((d) => e.has(d));
|
|
61
|
-
}), O = r(() =>
|
|
60
|
+
}), O = r(() => b.value ? o.galleryWidth : "100%"), D = r(
|
|
62
61
|
() => o.footerAlign === "right" ? "maz-text-right" : "maz-text-left"
|
|
63
62
|
);
|
|
64
63
|
return (e, d) => (a(), n(
|
|
@@ -66,7 +65,7 @@ const R = {
|
|
|
66
65
|
{
|
|
67
66
|
class: u(["m-card", [
|
|
68
67
|
{
|
|
69
|
-
"m-card--linked":
|
|
68
|
+
"m-card--linked": k.value,
|
|
70
69
|
"m-card--no-scale": !e.scale,
|
|
71
70
|
"maz-elevation": e.elevation,
|
|
72
71
|
"--block": e.block,
|
|
@@ -77,7 +76,7 @@ const R = {
|
|
|
77
76
|
]])
|
|
78
77
|
},
|
|
79
78
|
[
|
|
80
|
-
e.$slots.header || e.header || t.value ? (a(), p(
|
|
79
|
+
e.$slots.header || e.header || t.value ? (a(), p(w(t.value ? "button" : "div"), {
|
|
81
80
|
key: 0,
|
|
82
81
|
class: u(["m-card__header maz-border-b maz-border-solid", [
|
|
83
82
|
s.value ? "maz-rounded-t maz-border-color-light" : "maz-border-transparent",
|
|
@@ -86,7 +85,7 @@ const R = {
|
|
|
86
85
|
{ "maz-justify-between": e.$slots.header || e.header }
|
|
87
86
|
]]),
|
|
88
87
|
tabindex: "-1",
|
|
89
|
-
onClick: d[1] || (d[1] =
|
|
88
|
+
onClick: d[1] || (d[1] = _((V) => t.value ? s.value = !s.value : void 0, ["stop"]))
|
|
90
89
|
}, {
|
|
91
90
|
default: f(() => [
|
|
92
91
|
e.$slots.header || e.header ? i(e.$slots, "header", { key: 0 }, () => [
|
|
@@ -96,15 +95,15 @@ const R = {
|
|
|
96
95
|
/* TEXT */
|
|
97
96
|
)
|
|
98
97
|
], !0) : l("v-if", !0),
|
|
99
|
-
t.value ? (a(), p(h(
|
|
98
|
+
t.value ? (a(), p(h(v), {
|
|
100
99
|
key: 1,
|
|
101
100
|
color: "transparent",
|
|
102
101
|
class: "maz-ml-2 maz-text-sm",
|
|
103
102
|
size: "xs",
|
|
104
|
-
onClick: d[0] || (d[0] =
|
|
103
|
+
onClick: d[0] || (d[0] = _((V) => s.value = !s.value, ["stop"]))
|
|
105
104
|
}, {
|
|
106
105
|
default: f(() => [
|
|
107
|
-
|
|
106
|
+
$(h(S), {
|
|
108
107
|
class: u([{ "--is-open": s.value }, "m-card__collapse-icon maz-text-xl"])
|
|
109
108
|
}, null, 8, ["class"])
|
|
110
109
|
]),
|
|
@@ -115,28 +114,28 @@ const R = {
|
|
|
115
114
|
_: 3
|
|
116
115
|
/* FORWARDED */
|
|
117
116
|
}, 8, ["class"])) : l("v-if", !0),
|
|
118
|
-
(a(), p(
|
|
119
|
-
class: ["m-card__wrapper", [`m-card__wrapper--${e.orientation}`, { "m-card__link":
|
|
117
|
+
(a(), p(w(C.value.is), P(C.value, {
|
|
118
|
+
class: ["m-card__wrapper", [`m-card__wrapper--${e.orientation}`, { "m-card__link": k.value }]]
|
|
120
119
|
}), {
|
|
121
120
|
default: f(() => [
|
|
122
121
|
e.images ? (a(), n("div", R, [
|
|
123
|
-
|
|
122
|
+
$(h(g), {
|
|
124
123
|
"no-radius": !e.radius,
|
|
125
124
|
width: O.value,
|
|
126
125
|
height: e.galleryHeight,
|
|
127
126
|
"images-shown-count": e.imagesShowCount,
|
|
128
127
|
images: e.images,
|
|
129
128
|
"no-zoom": !e.zoom,
|
|
130
|
-
"no-width":
|
|
131
|
-
"no-height": !
|
|
129
|
+
"no-width": y.value,
|
|
130
|
+
"no-height": !y.value && b.value,
|
|
132
131
|
"no-remaining": e.noRemaining,
|
|
133
132
|
class: "m-card__gallery maz-flex-1"
|
|
134
133
|
}, null, 8, ["no-radius", "width", "height", "images-shown-count", "images", "no-zoom", "no-width", "no-height", "no-remaining"])
|
|
135
134
|
])) : l("v-if", !0),
|
|
136
|
-
|
|
137
|
-
(a(), p(
|
|
135
|
+
B("div", G, [
|
|
136
|
+
(a(), p(w(t.value ? h(z) : "div"), null, {
|
|
138
137
|
default: f(() => [
|
|
139
|
-
W(
|
|
138
|
+
W(B(
|
|
140
139
|
"div",
|
|
141
140
|
{
|
|
142
141
|
class: u([[e.wrapperClass, { "maz-p-4": !e.noPadding && !t.value }], "m-card__content__wrapper"])
|
|
@@ -174,7 +173,7 @@ const R = {
|
|
|
174
173
|
key: 1,
|
|
175
174
|
class: u(["m-card__footer maz-overflow-x-auto maz-p-3", [
|
|
176
175
|
{
|
|
177
|
-
"maz-border-t maz-border-color-light":
|
|
176
|
+
"maz-border-t maz-border-color-light": y.value && b.value
|
|
178
177
|
},
|
|
179
178
|
D.value
|
|
180
179
|
]])
|
|
@@ -194,12 +193,12 @@ const R = {
|
|
|
194
193
|
/* CLASS */
|
|
195
194
|
));
|
|
196
195
|
}
|
|
197
|
-
}), Q = (m,
|
|
196
|
+
}), Q = (m, o) => {
|
|
198
197
|
const v = m.__vccOpts || m;
|
|
199
|
-
for (const [
|
|
200
|
-
v[
|
|
198
|
+
for (const [g, z] of o)
|
|
199
|
+
v[g] = z;
|
|
201
200
|
return v;
|
|
202
|
-
}, X = /* @__PURE__ */ Q(K, [["__scopeId", "data-v-
|
|
201
|
+
}, X = /* @__PURE__ */ Q(K, [["__scopeId", "data-v-3f3dd3c3"]]);
|
|
203
202
|
export {
|
|
204
203
|
X as M,
|
|
205
204
|
Q as _
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const $ = (t) => (W("data-v-a779ef5a"), t = t(), x(), t), T = { key: 0 }, V = {
|
|
1
|
+
import { defineComponent as g, defineAsyncComponent as p, useSlots as N, ref as v, openBlock as s, createElementBlock as a, normalizeClass as r, renderSlot as n, createCommentVNode as c, createVNode as i, unref as u, withCtx as B, createElementVNode as k, pushScopeId as W, popScopeId as x } from "vue";
|
|
2
|
+
import '../assets/MazCarousel.css';const $ = (t) => (W("data-v-c70bd7f6"), t = t(), x(), t), T = { key: 0 }, V = {
|
|
4
3
|
key: 1,
|
|
5
4
|
class: "m-carousel__header__actions"
|
|
6
5
|
}, w = /* @__PURE__ */ $(() => /* @__PURE__ */ k(
|
|
@@ -18,66 +17,75 @@ const $ = (t) => (W("data-v-a779ef5a"), t = t(), x(), t), T = { key: 0 }, V = {
|
|
|
18
17
|
hideScrollbar: { type: Boolean }
|
|
19
18
|
},
|
|
20
19
|
setup(t) {
|
|
21
|
-
const l = p(() => import("./MazBtn-
|
|
22
|
-
|
|
20
|
+
const d = t, l = p(() => import("./MazBtn-C5G78zLg.mjs")), f = p(() => import("./chevron-left-CcZaP3Rc.mjs")), m = p(() => import("./chevron-right-BKWCeY9O.mjs")), h = N(), S = v(!1), b = v(!1), _ = v();
|
|
21
|
+
function y() {
|
|
22
|
+
return !d.noScrollBtn || h.title;
|
|
23
|
+
}
|
|
24
|
+
function C() {
|
|
25
|
+
return !!h.title;
|
|
26
|
+
}
|
|
27
|
+
function I() {
|
|
28
|
+
const e = _.value;
|
|
23
29
|
e == null || e.scrollTo(e.scrollLeft + e.clientWidth, 0);
|
|
24
|
-
}
|
|
25
|
-
|
|
30
|
+
}
|
|
31
|
+
function L() {
|
|
32
|
+
const e = _.value;
|
|
26
33
|
e == null || e.scrollTo(e.scrollLeft - e.clientWidth, 0);
|
|
27
|
-
}
|
|
34
|
+
}
|
|
35
|
+
function z(e) {
|
|
28
36
|
const o = e.target;
|
|
29
37
|
if (!o)
|
|
30
38
|
return;
|
|
31
39
|
S.value = o.scrollLeft >= 20;
|
|
32
40
|
const M = o.scrollWidth - o.clientWidth;
|
|
33
41
|
b.value = o.scrollLeft >= M - 20;
|
|
34
|
-
}
|
|
35
|
-
return (e, o) => (
|
|
42
|
+
}
|
|
43
|
+
return (e, o) => (s(), a(
|
|
36
44
|
"div",
|
|
37
45
|
{
|
|
38
|
-
class:
|
|
46
|
+
class: r(["m-carousel", {
|
|
39
47
|
"--hide-scrollbar": e.hideScrollbar
|
|
40
48
|
}])
|
|
41
49
|
},
|
|
42
50
|
[
|
|
43
|
-
y() ? (
|
|
51
|
+
y() ? (s(), a(
|
|
44
52
|
"div",
|
|
45
53
|
{
|
|
46
54
|
key: 0,
|
|
47
|
-
class:
|
|
55
|
+
class: r(["m-carousel__header", { "--has-title": C() }])
|
|
48
56
|
},
|
|
49
57
|
[
|
|
50
|
-
C() ? (
|
|
51
|
-
|
|
52
|
-
])) :
|
|
53
|
-
e.noScrollBtn ?
|
|
54
|
-
u(
|
|
58
|
+
C() ? (s(), a("div", T, [
|
|
59
|
+
n(e.$slots, "title", {}, void 0, !0)
|
|
60
|
+
])) : c("v-if", !0),
|
|
61
|
+
e.noScrollBtn ? c("v-if", !0) : (s(), a("div", V, [
|
|
62
|
+
i(u(l), {
|
|
55
63
|
color: "transparent",
|
|
56
|
-
class:
|
|
64
|
+
class: r(["m-carousel__btn", { "--muted": !S.value }]),
|
|
57
65
|
"no-elevation": "",
|
|
58
66
|
fab: "",
|
|
59
67
|
"aria-label": e.ariaLabelPreviousButton,
|
|
60
68
|
onClick: L
|
|
61
69
|
}, {
|
|
62
70
|
default: B(() => [
|
|
63
|
-
|
|
64
|
-
u(
|
|
71
|
+
n(e.$slots, "previous-icon", {}, () => [
|
|
72
|
+
i(u(f), { class: "maz-text-lg" })
|
|
65
73
|
], !0)
|
|
66
74
|
]),
|
|
67
75
|
_: 3
|
|
68
76
|
/* FORWARDED */
|
|
69
77
|
}, 8, ["class", "aria-label"]),
|
|
70
|
-
u(
|
|
78
|
+
i(u(l), {
|
|
71
79
|
color: "transparent",
|
|
72
|
-
class:
|
|
80
|
+
class: r(["m-carousel__btn", { "--muted": b.value }]),
|
|
73
81
|
fab: "",
|
|
74
82
|
"no-elevation": "",
|
|
75
83
|
"aria-label": e.ariaLabelNextButton,
|
|
76
84
|
onClick: I
|
|
77
85
|
}, {
|
|
78
86
|
default: B(() => [
|
|
79
|
-
|
|
80
|
-
u(
|
|
87
|
+
n(e.$slots, "next-icon", {}, () => [
|
|
88
|
+
i(u(m), { class: "maz-text-lg" })
|
|
81
89
|
], !0)
|
|
82
90
|
]),
|
|
83
91
|
_: 3
|
|
@@ -87,18 +95,18 @@ const $ = (t) => (W("data-v-a779ef5a"), t = t(), x(), t), T = { key: 0 }, V = {
|
|
|
87
95
|
],
|
|
88
96
|
2
|
|
89
97
|
/* CLASS */
|
|
90
|
-
)) :
|
|
98
|
+
)) : c("v-if", !0),
|
|
91
99
|
k(
|
|
92
100
|
"div",
|
|
93
101
|
{
|
|
94
102
|
ref_key: "MazCarouselItems",
|
|
95
|
-
ref:
|
|
103
|
+
ref: _,
|
|
96
104
|
class: "m-carousel__items",
|
|
97
105
|
onScroll: z
|
|
98
106
|
},
|
|
99
107
|
[
|
|
100
|
-
|
|
101
|
-
|
|
108
|
+
c(" Insert your items "),
|
|
109
|
+
n(e.$slots, "default", {}, void 0, !0),
|
|
102
110
|
w
|
|
103
111
|
],
|
|
104
112
|
544
|
|
@@ -109,12 +117,12 @@ const $ = (t) => (W("data-v-a779ef5a"), t = t(), x(), t), T = { key: 0 }, V = {
|
|
|
109
117
|
/* CLASS */
|
|
110
118
|
));
|
|
111
119
|
}
|
|
112
|
-
}), P = (t,
|
|
113
|
-
const
|
|
114
|
-
for (const [
|
|
115
|
-
|
|
116
|
-
return
|
|
117
|
-
}, H = /* @__PURE__ */ P(E, [["__scopeId", "data-v-
|
|
120
|
+
}), P = (t, d) => {
|
|
121
|
+
const l = t.__vccOpts || t;
|
|
122
|
+
for (const [f, m] of d)
|
|
123
|
+
l[f] = m;
|
|
124
|
+
return l;
|
|
125
|
+
}, H = /* @__PURE__ */ P(E, [["__scopeId", "data-v-c70bd7f6"]]);
|
|
118
126
|
export {
|
|
119
127
|
H as M,
|
|
120
128
|
P as _
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import '../assets/MazCheckbox.css';
|
|
2
1
|
import { defineComponent as v, useCssVars as g, computed as l, openBlock as C, createElementBlock as S, unref as r, normalizeClass as i, normalizeStyle as I, createElementVNode as m, mergeProps as w, createVNode as A, renderSlot as B, createTextVNode as N, toDisplayString as _ } from "vue";
|
|
3
|
-
import { u as M, _ as D } from "./MazSelect-
|
|
2
|
+
import { u as M, _ as D } from "./MazSelect-COJoKXbV.mjs";
|
|
4
3
|
import E from "./check-7UA4j2f2.mjs";
|
|
5
|
-
const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K = /* @__PURE__ */ v({
|
|
4
|
+
import '../assets/MazCheckbox.css';const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K = /* @__PURE__ */ v({
|
|
6
5
|
inheritAttrs: !1,
|
|
7
6
|
__name: "MazCheckbox",
|
|
8
7
|
props: {
|
|
@@ -25,10 +24,10 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
25
24
|
],
|
|
26
25
|
setup(f, { emit: p }) {
|
|
27
26
|
g((a) => ({
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
27
|
+
"30ad0e00": k.value,
|
|
28
|
+
"46bd1cbc": b.value,
|
|
29
|
+
"7c7c6907": x.value,
|
|
30
|
+
"47a52c6c": y.value
|
|
32
31
|
}));
|
|
33
32
|
const e = f, c = p, s = M({
|
|
34
33
|
componentName: "MazCheckbox",
|
|
@@ -41,14 +40,14 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
41
40
|
return "2.25rem";
|
|
42
41
|
case "lg":
|
|
43
42
|
return "2rem";
|
|
44
|
-
default:
|
|
45
|
-
return "1.625rem";
|
|
46
43
|
case "sm":
|
|
47
44
|
return "1.425rem";
|
|
48
45
|
case "xs":
|
|
49
46
|
return "1.325rem";
|
|
50
47
|
case "mini":
|
|
51
48
|
return "1.2rem";
|
|
49
|
+
default:
|
|
50
|
+
return "1.625rem";
|
|
52
51
|
}
|
|
53
52
|
}), h = l(() => {
|
|
54
53
|
switch (e.size) {
|
|
@@ -56,14 +55,14 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
56
55
|
return "maz-text-2xl";
|
|
57
56
|
case "lg":
|
|
58
57
|
return "maz-text-xl";
|
|
59
|
-
default:
|
|
60
|
-
return "maz-text-lg";
|
|
61
58
|
case "sm":
|
|
62
59
|
return "maz-text-base";
|
|
63
60
|
case "xs":
|
|
64
61
|
return "maz-text-sm";
|
|
65
62
|
case "mini":
|
|
66
63
|
return "maz-text-xs";
|
|
64
|
+
default:
|
|
65
|
+
return "maz-text-lg";
|
|
67
66
|
}
|
|
68
67
|
}), k = l(() => `var(--maz-color-${e.color}-contrast)`), x = l(() => `var(--maz-color-${e.color})`), y = l(
|
|
69
68
|
() => ["black", "transparent"].includes(e.color) ? "var(--maz-color-muted)" : `var(--maz-color-${e.color}-alpha)`
|
|
@@ -114,7 +113,7 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
114
113
|
], !0)
|
|
115
114
|
], 46, q));
|
|
116
115
|
}
|
|
117
|
-
}), $ = /* @__PURE__ */ D(K, [["__scopeId", "data-v-
|
|
116
|
+
}), $ = /* @__PURE__ */ D(K, [["__scopeId", "data-v-85c875a9"]]);
|
|
118
117
|
export {
|
|
119
118
|
$ as default
|
|
120
119
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import '../assets/MazCheckbox.css';
|
|
2
1
|
import { defineComponent as v, useCssVars as g, computed as l, openBlock as C, createElementBlock as S, unref as r, normalizeClass as i, normalizeStyle as I, createElementVNode as m, mergeProps as w, createVNode as A, renderSlot as B, createTextVNode as N, toDisplayString as _ } from "vue";
|
|
3
|
-
import { u as M, _ as D } from "./MazPhoneNumberInput-
|
|
2
|
+
import { u as M, _ as D } from "./MazPhoneNumberInput-DpWoNQfx.mjs";
|
|
4
3
|
import E from "./check-7UA4j2f2.mjs";
|
|
5
|
-
const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K = /* @__PURE__ */ v({
|
|
4
|
+
import '../assets/MazCheckbox.css';const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K = /* @__PURE__ */ v({
|
|
6
5
|
inheritAttrs: !1,
|
|
7
6
|
__name: "MazCheckbox",
|
|
8
7
|
props: {
|
|
@@ -25,10 +24,10 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
25
24
|
],
|
|
26
25
|
setup(f, { emit: p }) {
|
|
27
26
|
g((a) => ({
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
27
|
+
"30ad0e00": k.value,
|
|
28
|
+
"46bd1cbc": b.value,
|
|
29
|
+
"7c7c6907": x.value,
|
|
30
|
+
"47a52c6c": y.value
|
|
32
31
|
}));
|
|
33
32
|
const e = f, c = p, s = M({
|
|
34
33
|
componentName: "MazCheckbox",
|
|
@@ -41,14 +40,14 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
41
40
|
return "2.25rem";
|
|
42
41
|
case "lg":
|
|
43
42
|
return "2rem";
|
|
44
|
-
default:
|
|
45
|
-
return "1.625rem";
|
|
46
43
|
case "sm":
|
|
47
44
|
return "1.425rem";
|
|
48
45
|
case "xs":
|
|
49
46
|
return "1.325rem";
|
|
50
47
|
case "mini":
|
|
51
48
|
return "1.2rem";
|
|
49
|
+
default:
|
|
50
|
+
return "1.625rem";
|
|
52
51
|
}
|
|
53
52
|
}), h = l(() => {
|
|
54
53
|
switch (e.size) {
|
|
@@ -56,14 +55,14 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
56
55
|
return "maz-text-2xl";
|
|
57
56
|
case "lg":
|
|
58
57
|
return "maz-text-xl";
|
|
59
|
-
default:
|
|
60
|
-
return "maz-text-lg";
|
|
61
58
|
case "sm":
|
|
62
59
|
return "maz-text-base";
|
|
63
60
|
case "xs":
|
|
64
61
|
return "maz-text-sm";
|
|
65
62
|
case "mini":
|
|
66
63
|
return "maz-text-xs";
|
|
64
|
+
default:
|
|
65
|
+
return "maz-text-lg";
|
|
67
66
|
}
|
|
68
67
|
}), k = l(() => `var(--maz-color-${e.color}-contrast)`), x = l(() => `var(--maz-color-${e.color})`), y = l(
|
|
69
68
|
() => ["black", "transparent"].includes(e.color) ? "var(--maz-color-muted)" : `var(--maz-color-${e.color}-alpha)`
|
|
@@ -114,7 +113,7 @@ const q = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], K
|
|
|
114
113
|
], !0)
|
|
115
114
|
], 46, q));
|
|
116
115
|
}
|
|
117
|
-
}), $ = /* @__PURE__ */ D(K, [["__scopeId", "data-v-
|
|
116
|
+
}), $ = /* @__PURE__ */ D(K, [["__scopeId", "data-v-85c875a9"]]);
|
|
118
117
|
export {
|
|
119
118
|
$ as default
|
|
120
119
|
};
|