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,7 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
|
|
1
|
+
import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as i } from "./MazBtn-f1mBXJeU.mjs";
|
|
3
|
+
import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
|
|
5
4
|
"path",
|
|
6
5
|
{ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
|
|
7
6
|
null,
|
|
@@ -19,7 +18,7 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
|
|
|
19
18
|
}
|
|
20
19
|
},
|
|
21
20
|
setup(e) {
|
|
22
|
-
return (_, u) => (o(),
|
|
21
|
+
return (_, u) => (o(), n("svg", {
|
|
23
22
|
width: e.size,
|
|
24
23
|
height: e.size,
|
|
25
24
|
version: "1.1",
|
|
@@ -28,11 +27,11 @@ const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"
|
|
|
28
27
|
y: "0px",
|
|
29
28
|
viewBox: "0 0 50 50",
|
|
30
29
|
"xml:space": "preserve",
|
|
31
|
-
class:
|
|
30
|
+
class: s(["m-spinner", `m-spinner--${e.color}`]),
|
|
32
31
|
style: { "enable-background": "new 0 0 50 50" }
|
|
33
32
|
}, m, 10, d));
|
|
34
33
|
}
|
|
35
|
-
}), f = /* @__PURE__ */
|
|
34
|
+
}), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
|
|
36
35
|
export {
|
|
37
36
|
f as default
|
|
38
37
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as i } from "./MazDialogPromise-DVOJwdVp.mjs";
|
|
3
|
+
import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
|
|
4
|
+
"path",
|
|
5
|
+
{ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
|
|
6
|
+
null,
|
|
7
|
+
-1
|
|
8
|
+
/* HOISTED */
|
|
9
|
+
)), m = [
|
|
10
|
+
l
|
|
11
|
+
], h = /* @__PURE__ */ t({
|
|
12
|
+
__name: "MazSpinner",
|
|
13
|
+
props: {
|
|
14
|
+
size: { type: String, default: "2em" },
|
|
15
|
+
color: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: "primary"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
setup(e) {
|
|
21
|
+
return (_, u) => (o(), n("svg", {
|
|
22
|
+
width: e.size,
|
|
23
|
+
height: e.size,
|
|
24
|
+
version: "1.1",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
x: "0px",
|
|
27
|
+
y: "0px",
|
|
28
|
+
viewBox: "0 0 50 50",
|
|
29
|
+
"xml:space": "preserve",
|
|
30
|
+
class: s(["m-spinner", `m-spinner--${e.color}`]),
|
|
31
|
+
style: { "enable-background": "new 0 0 50 50" }
|
|
32
|
+
}, m, 10, d));
|
|
33
|
+
}
|
|
34
|
+
}), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
|
|
35
|
+
export {
|
|
36
|
+
f as default
|
|
37
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const h = (e) => (i("data-v-c67298ec"), e = e(), l(), e), _ = ["width", "height"], m = /* @__PURE__ */ h(() => /* @__PURE__ */ d(
|
|
1
|
+
import { defineComponent as s, openBlock as a, createElementBlock as r, normalizeClass as p, pushScopeId as i, popScopeId as l, createElementVNode as d } from "vue";
|
|
2
|
+
import '../assets/MazSpinner.css';const h = (e) => (i("data-v-c16a57a3"), e = e(), l(), e), _ = ["width", "height"], m = /* @__PURE__ */ h(() => /* @__PURE__ */ d(
|
|
4
3
|
"path",
|
|
5
4
|
{ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
|
|
6
5
|
null,
|
|
@@ -18,7 +17,7 @@ const h = (e) => (i("data-v-c67298ec"), e = e(), l(), e), _ = ["width", "height"
|
|
|
18
17
|
}
|
|
19
18
|
},
|
|
20
19
|
setup(e) {
|
|
21
|
-
return (o, t) => (
|
|
20
|
+
return (o, t) => (a(), r("svg", {
|
|
22
21
|
width: e.size,
|
|
23
22
|
height: e.size,
|
|
24
23
|
version: "1.1",
|
|
@@ -33,10 +32,10 @@ const h = (e) => (i("data-v-c67298ec"), e = e(), l(), e), _ = ["width", "height"
|
|
|
33
32
|
}
|
|
34
33
|
}), v = (e, o) => {
|
|
35
34
|
const t = e.__vccOpts || e;
|
|
36
|
-
for (const [
|
|
37
|
-
t[
|
|
35
|
+
for (const [n, c] of o)
|
|
36
|
+
t[n] = c;
|
|
38
37
|
return t;
|
|
39
|
-
}, x = /* @__PURE__ */ v(g, [["__scopeId", "data-v-
|
|
38
|
+
}, x = /* @__PURE__ */ v(g, [["__scopeId", "data-v-c16a57a3"]]);
|
|
40
39
|
export {
|
|
41
40
|
x as default
|
|
42
41
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as i } from "./MazSelect-COJoKXbV.mjs";
|
|
3
|
+
import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
|
|
4
|
+
"path",
|
|
5
|
+
{ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
|
|
6
|
+
null,
|
|
7
|
+
-1
|
|
8
|
+
/* HOISTED */
|
|
9
|
+
)), m = [
|
|
10
|
+
l
|
|
11
|
+
], h = /* @__PURE__ */ t({
|
|
12
|
+
__name: "MazSpinner",
|
|
13
|
+
props: {
|
|
14
|
+
size: { type: String, default: "2em" },
|
|
15
|
+
color: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: "primary"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
setup(e) {
|
|
21
|
+
return (_, u) => (o(), n("svg", {
|
|
22
|
+
width: e.size,
|
|
23
|
+
height: e.size,
|
|
24
|
+
version: "1.1",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
x: "0px",
|
|
27
|
+
y: "0px",
|
|
28
|
+
viewBox: "0 0 50 50",
|
|
29
|
+
"xml:space": "preserve",
|
|
30
|
+
class: s(["m-spinner", `m-spinner--${e.color}`]),
|
|
31
|
+
style: { "enable-background": "new 0 0 50 50" }
|
|
32
|
+
}, m, 10, d));
|
|
33
|
+
}
|
|
34
|
+
}), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
|
|
35
|
+
export {
|
|
36
|
+
f as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as t, openBlock as o, createElementBlock as n, normalizeClass as s, pushScopeId as c, popScopeId as a, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as i } from "./MazPicker-ia2BEmm5.mjs";
|
|
3
|
+
import '../assets/MazSpinner.css';const p = (e) => (c("data-v-c16a57a3"), e = e(), a(), e), d = ["width", "height"], l = /* @__PURE__ */ p(() => /* @__PURE__ */ r(
|
|
4
|
+
"path",
|
|
5
|
+
{ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
|
|
6
|
+
null,
|
|
7
|
+
-1
|
|
8
|
+
/* HOISTED */
|
|
9
|
+
)), m = [
|
|
10
|
+
l
|
|
11
|
+
], h = /* @__PURE__ */ t({
|
|
12
|
+
__name: "MazSpinner",
|
|
13
|
+
props: {
|
|
14
|
+
size: { type: String, default: "2em" },
|
|
15
|
+
color: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: "primary"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
setup(e) {
|
|
21
|
+
return (_, u) => (o(), n("svg", {
|
|
22
|
+
width: e.size,
|
|
23
|
+
height: e.size,
|
|
24
|
+
version: "1.1",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
x: "0px",
|
|
27
|
+
y: "0px",
|
|
28
|
+
viewBox: "0 0 50 50",
|
|
29
|
+
"xml:space": "preserve",
|
|
30
|
+
class: s(["m-spinner", `m-spinner--${e.color}`]),
|
|
31
|
+
style: { "enable-background": "new 0 0 50 50" }
|
|
32
|
+
}, m, 10, d));
|
|
33
|
+
}
|
|
34
|
+
}), f = /* @__PURE__ */ i(h, [["__scopeId", "data-v-c16a57a3"]]);
|
|
35
|
+
export {
|
|
36
|
+
f as default
|
|
37
|
+
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { class: "m-stepper__header__wrapper" }, ne = { class: "m-stepper__count --primary" }, se = { class: "m-stepper__count__circle" }, ae = { class: "m-stepper__header__content" }, le = { class: "m-stepper__title" }, re = {
|
|
1
|
+
import { defineComponent as J, useCssVars as K, defineAsyncComponent as f, computed as h, useSlots as Q, ref as U, openBlock as a, createElementBlock as c, Fragment as b, renderList as X, normalizeClass as M, createElementVNode as u, createBlock as w, resolveDynamicComponent as A, createCommentVNode as l, renderSlot as v, unref as P, createTextVNode as y, toDisplayString as g, createVNode as Y, withCtx as Z } from "vue";
|
|
2
|
+
import '../assets/MazStepper.css';const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], ne = { class: "m-stepper__header__wrapper" }, oe = { class: "m-stepper__count --primary" }, se = { class: "m-stepper__count__circle" }, ae = { class: "m-stepper__header__content" }, le = { class: "m-stepper__title" }, ie = {
|
|
4
3
|
key: 0,
|
|
5
4
|
class: "m-stepper__subtitle"
|
|
6
|
-
},
|
|
5
|
+
}, re = {
|
|
7
6
|
key: 0,
|
|
8
7
|
class: "m-stepper__right"
|
|
9
|
-
}, ce = { class: "m-stepper__content__wrapper" },
|
|
8
|
+
}, ce = { class: "m-stepper__content__wrapper" }, ue = /* @__PURE__ */ J({
|
|
10
9
|
__name: "MazStepper",
|
|
11
10
|
props: {
|
|
12
11
|
modelValue: { default: void 0 },
|
|
@@ -20,75 +19,87 @@ const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { cl
|
|
|
20
19
|
canCloseSteps: { type: Boolean }
|
|
21
20
|
},
|
|
22
21
|
emits: ["update:model-value"],
|
|
23
|
-
setup(
|
|
22
|
+
setup(m, { emit: $ }) {
|
|
24
23
|
K((t) => ({
|
|
25
|
-
"
|
|
26
|
-
|
|
24
|
+
"13f82dd2": R.value,
|
|
25
|
+
e4bbae2c: q.value
|
|
27
26
|
}));
|
|
28
|
-
const
|
|
27
|
+
const n = m, C = $, k = f(() => import("./MazIcon-BDGxCy9M.mjs")), W = f(() => import("./MazExpandAnimation-ChSSdQAq.mjs")), T = f(() => import("./check-circle-CtCMBYyp.mjs")), j = f(
|
|
29
28
|
() => import("./exclamation-circle-DzBJ8vGa.mjs")
|
|
30
|
-
),
|
|
31
|
-
() => Object.keys(
|
|
32
|
-
),
|
|
33
|
-
get: () => n.modelValue ??
|
|
29
|
+
), L = f(() => import("./exclamation-triangle-BfZLmRbP.mjs")), R = h(() => `var(--maz-color-${n.color})`), q = h(() => `var(--maz-color-${n.color}-contrast)`), z = Q(), S = h(
|
|
30
|
+
() => Object.keys(z).filter((t) => t.startsWith("content-")).length
|
|
31
|
+
), E = U(1), s = h({
|
|
32
|
+
get: () => n.modelValue ?? E.value,
|
|
34
33
|
set: (t) => {
|
|
35
|
-
|
|
34
|
+
E.value = t, C("update:model-value", t);
|
|
36
35
|
}
|
|
37
|
-
})
|
|
36
|
+
});
|
|
37
|
+
function I(t) {
|
|
38
|
+
return N(t) ? { icon: T, class: "--success" } : O(t) ? { icon: L, class: "--warning" } : D(t) ? { icon: j, class: "--error" } : { class: "--normal" };
|
|
39
|
+
}
|
|
38
40
|
function p(t) {
|
|
39
41
|
var o, e;
|
|
40
42
|
return (e = (o = n.steps) == null ? void 0 : o[t - 1]) == null ? void 0 : e.icon;
|
|
41
43
|
}
|
|
42
|
-
|
|
43
|
-
var e,
|
|
44
|
-
return (
|
|
45
|
-
}
|
|
44
|
+
function V(t, o) {
|
|
45
|
+
var e, i;
|
|
46
|
+
return (i = (e = n.steps) == null ? void 0 : e[o - 1]) == null ? void 0 : i[t];
|
|
47
|
+
}
|
|
48
|
+
function x(t) {
|
|
46
49
|
s.value === t && n.canCloseSteps ? s.value = 0 : t < 1 ? s.value = 1 : t > S.value ? s.value = S.value : s.value = t;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
50
|
+
}
|
|
51
|
+
function B(t, o) {
|
|
52
|
+
var r, _;
|
|
53
|
+
const e = t === "titleInfo" ? "title-info" : t, i = Object.keys(z).filter((H) => H.startsWith(`${e}-`)).includes(`${e}-${o}`), d = !!((_ = (r = n.steps) == null ? void 0 : r[o - 1]) != null && _[t]);
|
|
54
|
+
return i || d;
|
|
55
|
+
}
|
|
56
|
+
function N(t) {
|
|
57
|
+
var d, r;
|
|
58
|
+
const o = (r = (d = n.steps) == null ? void 0 : d[t - 1]) == null ? void 0 : r.success, e = D(t) || O(t), i = n.autoValidateSteps && t < s.value && !e;
|
|
59
|
+
return o ?? (i || n.allStepsValidated);
|
|
60
|
+
}
|
|
61
|
+
function F(t) {
|
|
62
|
+
var r, _;
|
|
63
|
+
const o = (_ = (r = n.steps) == null ? void 0 : r[t - 1]) == null ? void 0 : _.disabled, e = s.value === t && !n.canCloseSteps, i = n.disabledNextSteps && t > s.value, d = n.disabledPreviousSteps && t < s.value;
|
|
64
|
+
return o ?? (e || i || d || n.allStepsOpened);
|
|
65
|
+
}
|
|
66
|
+
function D(t) {
|
|
60
67
|
var o, e;
|
|
61
68
|
return (e = (o = n.steps) == null ? void 0 : o[t - 1]) == null ? void 0 : e.error;
|
|
62
|
-
}
|
|
69
|
+
}
|
|
70
|
+
function O(t) {
|
|
63
71
|
var o, e;
|
|
64
72
|
return (e = (o = n.steps) == null ? void 0 : o[t - 1]) == null ? void 0 : e.warning;
|
|
65
|
-
}
|
|
73
|
+
}
|
|
74
|
+
function G(t) {
|
|
75
|
+
return t === S.value;
|
|
76
|
+
}
|
|
66
77
|
return (t, o) => (a(), c("div", ee, [
|
|
67
78
|
(a(!0), c(
|
|
68
|
-
|
|
79
|
+
b,
|
|
69
80
|
null,
|
|
70
81
|
X(S.value, (e) => (a(), c(
|
|
71
|
-
|
|
82
|
+
b,
|
|
72
83
|
{ key: e },
|
|
73
84
|
[
|
|
74
|
-
|
|
85
|
+
B("title", e) ? (a(), c("button", {
|
|
75
86
|
key: 0,
|
|
76
87
|
id: `header-step-${e}`,
|
|
77
88
|
type: "button",
|
|
78
|
-
disabled:
|
|
79
|
-
class:
|
|
89
|
+
disabled: F(e),
|
|
90
|
+
class: M(["m-stepper__header", [
|
|
80
91
|
{
|
|
81
92
|
"--is-current-step": e === s.value || t.allStepsOpened,
|
|
82
|
-
"--disabled": e !== s.value && !t.allStepsOpened &&
|
|
93
|
+
"--disabled": e !== s.value && !t.allStepsOpened && F(e)
|
|
83
94
|
},
|
|
84
|
-
`${
|
|
95
|
+
`${I(e).class}`
|
|
85
96
|
]]),
|
|
86
|
-
onClick: (
|
|
97
|
+
onClick: (i) => x(e)
|
|
87
98
|
}, [
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
99
|
+
u("div", ne, [
|
|
100
|
+
u("span", oe, [
|
|
101
|
+
u("div", se, [
|
|
102
|
+
I(e).icon ? (a(), w(A(I(e).icon), {
|
|
92
103
|
key: 0,
|
|
93
104
|
class: "icon maz-text-xl"
|
|
94
105
|
})) : l("v-if", !0)
|
|
@@ -96,24 +107,24 @@ const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { cl
|
|
|
96
107
|
l(`
|
|
97
108
|
@slot icon-\${step} - Replace step number in the circle by an icon for the step
|
|
98
109
|
`),
|
|
99
|
-
|
|
110
|
+
v(t.$slots, `icon-${e}`, {}, () => [
|
|
100
111
|
p(e) ? (a(), c(
|
|
101
|
-
|
|
112
|
+
b,
|
|
102
113
|
{ key: 0 },
|
|
103
114
|
[
|
|
104
|
-
typeof p(e) == "string" ? (a(),
|
|
115
|
+
typeof p(e) == "string" ? (a(), w(P(k), {
|
|
105
116
|
key: 0,
|
|
106
117
|
name: p(e)
|
|
107
|
-
}, null, 8, ["name"])) : p(e) ? (a(),
|
|
118
|
+
}, null, 8, ["name"])) : p(e) ? (a(), w(A(p(e)), { key: 1 })) : l("v-if", !0)
|
|
108
119
|
],
|
|
109
120
|
64
|
|
110
121
|
/* STABLE_FRAGMENT */
|
|
111
122
|
)) : (a(), c(
|
|
112
|
-
|
|
123
|
+
b,
|
|
113
124
|
{ key: 1 },
|
|
114
125
|
[
|
|
115
|
-
|
|
116
|
-
|
|
126
|
+
y(
|
|
127
|
+
g(e),
|
|
117
128
|
1
|
|
118
129
|
/* TEXT */
|
|
119
130
|
)
|
|
@@ -123,26 +134,26 @@ const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { cl
|
|
|
123
134
|
))
|
|
124
135
|
], !0)
|
|
125
136
|
]),
|
|
126
|
-
|
|
127
|
-
|
|
137
|
+
u("div", ae, [
|
|
138
|
+
u("span", le, [
|
|
128
139
|
l(`
|
|
129
140
|
@slot title-\${step} - Title of the step
|
|
130
141
|
`),
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
142
|
+
v(t.$slots, `title-${e}`, {}, () => [
|
|
143
|
+
y(
|
|
144
|
+
g(V("title", e)),
|
|
134
145
|
1
|
|
135
146
|
/* TEXT */
|
|
136
147
|
)
|
|
137
148
|
], !0)
|
|
138
149
|
]),
|
|
139
|
-
|
|
150
|
+
B("subtitle", e) ? (a(), c("span", ie, [
|
|
140
151
|
l(`
|
|
141
152
|
@slot title-\${step} - Subtitle of the step
|
|
142
153
|
`),
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
154
|
+
v(t.$slots, `subtitle-${e}`, {}, () => [
|
|
155
|
+
y(
|
|
156
|
+
g(V("subtitle", e)),
|
|
146
157
|
1
|
|
147
158
|
/* TEXT */
|
|
148
159
|
)
|
|
@@ -150,33 +161,33 @@ const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { cl
|
|
|
150
161
|
])) : l("v-if", !0)
|
|
151
162
|
])
|
|
152
163
|
]),
|
|
153
|
-
|
|
164
|
+
B("titleInfo", e) ? (a(), c("span", re, [
|
|
154
165
|
l(`
|
|
155
166
|
@slot title-info-\${step} - Info of the right of the step
|
|
156
167
|
`),
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
168
|
+
v(t.$slots, `title-info-${e}`, {}, () => [
|
|
169
|
+
y(
|
|
170
|
+
g(V("titleInfo", e)),
|
|
160
171
|
1
|
|
161
172
|
/* TEXT */
|
|
162
173
|
)
|
|
163
174
|
], !0)
|
|
164
175
|
])) : l("v-if", !0)
|
|
165
176
|
], 10, te)) : l("v-if", !0),
|
|
166
|
-
|
|
177
|
+
u(
|
|
167
178
|
"div",
|
|
168
179
|
{
|
|
169
|
-
class:
|
|
180
|
+
class: M(["m-stepper__content", {
|
|
170
181
|
"--no-border": G(e)
|
|
171
182
|
}])
|
|
172
183
|
},
|
|
173
184
|
[
|
|
174
|
-
Y(W
|
|
185
|
+
Y(P(W), {
|
|
175
186
|
"model-value": t.allStepsOpened || s.value === e,
|
|
176
187
|
"aria-labelledby": `header-step-${e}`
|
|
177
188
|
}, {
|
|
178
189
|
default: Z(() => [
|
|
179
|
-
|
|
190
|
+
u("div", ce, [
|
|
180
191
|
l(` @slot content-\${step} - Content of the step
|
|
181
192
|
@binding {boolean} validated - If the step is validated
|
|
182
193
|
@binding {boolean} error - If the step has an error
|
|
@@ -184,12 +195,12 @@ const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { cl
|
|
|
184
195
|
@binding {Function} previous-step - Function to go to the previous step
|
|
185
196
|
@binding {Function} next-step - Function to go to the next step
|
|
186
197
|
`),
|
|
187
|
-
|
|
188
|
-
validated:
|
|
189
|
-
error:
|
|
190
|
-
warning:
|
|
191
|
-
nextStep: () =>
|
|
192
|
-
previousStep: () =>
|
|
198
|
+
v(t.$slots, `content-${e}`, {
|
|
199
|
+
validated: N(e),
|
|
200
|
+
error: D(e),
|
|
201
|
+
warning: O(e),
|
|
202
|
+
nextStep: () => x(e + 1),
|
|
203
|
+
previousStep: () => x(e - 1)
|
|
193
204
|
}, void 0, !0)
|
|
194
205
|
])
|
|
195
206
|
]),
|
|
@@ -209,13 +220,13 @@ const ee = { class: "m-stepper" }, te = ["id", "disabled", "onClick"], oe = { cl
|
|
|
209
220
|
))
|
|
210
221
|
]));
|
|
211
222
|
}
|
|
212
|
-
}),
|
|
213
|
-
const
|
|
214
|
-
for (const [
|
|
215
|
-
|
|
216
|
-
return
|
|
217
|
-
}, _e = /* @__PURE__ */ ue
|
|
223
|
+
}), de = (m, $) => {
|
|
224
|
+
const n = m.__vccOpts || m;
|
|
225
|
+
for (const [C, k] of $)
|
|
226
|
+
n[C] = k;
|
|
227
|
+
return n;
|
|
228
|
+
}, _e = /* @__PURE__ */ de(ue, [["__scopeId", "data-v-c6a6f6ee"]]);
|
|
218
229
|
export {
|
|
219
230
|
_e as M,
|
|
220
|
-
|
|
231
|
+
de as _
|
|
221
232
|
};
|