maz-ui 3.47.1 → 3.47.2-beta.10
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 +3 -2
- package/components/MazAccordion.mjs +82 -90
- package/components/MazAnimatedCounter.d.ts +16 -32
- package/components/MazAnimatedCounter.mjs +27 -29
- package/components/MazAvatar.d.ts +2 -1
- package/components/MazAvatar.mjs +1 -1
- package/components/MazBackdrop.d.ts +2 -1
- package/components/MazBadge.d.ts +7 -2
- package/components/MazBadge.mjs +1 -1
- package/components/MazBottomSheet.d.ts +2 -1
- package/components/MazBottomSheet.mjs +1 -1
- package/components/MazBtn.d.ts +4 -3
- package/components/MazBtn.mjs +1 -1
- package/components/MazCard.d.ts +5 -4
- package/components/MazCard.mjs +1 -1
- package/components/MazCardSpotlight.d.ts +3 -2
- package/components/MazCardSpotlight.mjs +18 -22
- package/components/MazCarousel.d.ts +3 -2
- package/components/MazCarousel.mjs +1 -1
- package/components/MazChart.d.ts +1 -1
- package/components/MazChart.mjs +23 -32
- package/components/MazCheckbox.d.ts +4 -3
- package/components/MazCheckbox.mjs +74 -70
- package/components/MazChecklist.d.ts +2 -5
- package/components/MazChecklist.mjs +1 -1
- package/components/MazCircularProgressBar.d.ts +19 -66
- package/components/MazCircularProgressBar.mjs +47 -52
- package/components/MazDialog.d.ts +5 -3
- package/components/MazDialog.mjs +1 -1
- package/components/MazDialogPromise.mjs +1 -1
- package/components/MazDrawer.d.ts +2 -1
- package/components/MazDrawer.mjs +1 -1
- package/components/MazDropdown.d.ts +25 -3
- package/components/MazDropdown.mjs +2 -348
- package/components/MazDropzone.d.ts +1 -1
- package/components/MazExpandAnimation.d.ts +6 -5
- package/components/MazExpandAnimation.mjs +27 -31
- package/components/MazFullscreenLoader.d.ts +2 -1
- package/components/MazGallery.d.ts +1 -1
- package/components/MazGallery.mjs +1 -1
- package/components/MazIcon.mjs +14 -13
- package/components/MazInput.d.ts +16 -3
- package/components/MazInput.mjs +1 -1
- package/components/MazInputCode.d.ts +1 -1
- package/components/MazInputCode.mjs +26 -30
- package/components/MazInputNumber.d.ts +2 -2
- package/components/MazInputNumber.mjs +1 -1
- package/components/MazInputPrice.d.ts +4 -3
- package/components/MazInputPrice.mjs +1 -1
- package/components/MazInputTags.mjs +1 -1
- package/components/MazLazyImg.d.ts +2 -1
- package/components/MazLink.d.ts +2 -1
- package/components/MazLink.mjs +19 -31
- package/components/MazLoadingBar.d.ts +1 -1
- package/components/MazLoadingBar.mjs +31 -27
- package/components/MazPagination.d.ts +3 -2
- package/components/MazPagination.mjs +1 -1
- package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +29 -53
- package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +4 -4
- package/components/MazPhoneNumberInput.d.ts +6 -5
- package/components/MazPhoneNumberInput.mjs +1 -1
- package/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
- package/components/MazPicker.d.ts +3 -1
- package/components/MazPicker.mjs +1 -1
- package/components/MazPullToRefresh.d.ts +4 -3
- package/components/MazRadio.d.ts +1 -1
- package/components/MazRadio.mjs +27 -37
- package/components/MazRadioButtons.d.ts +1 -1
- package/components/MazRadioButtons.mjs +61 -66
- package/components/MazReadingProgressBar.d.ts +1 -1
- package/components/MazSelect.d.ts +1 -1
- package/components/MazSelect.mjs +1 -1
- package/components/MazSlider.d.ts +1 -1
- package/components/MazSlider.mjs +107 -116
- package/components/MazSpinner.d.ts +1 -1
- package/components/MazStepper.d.ts +3 -2
- package/components/MazStepper.mjs +1 -1
- package/components/MazSwitch.d.ts +2 -1
- package/components/MazSwitch.mjs +20 -27
- package/components/MazTable.d.ts +38 -55
- package/components/MazTable.mjs +3 -2
- package/components/MazTableCell.d.ts +3 -2
- package/components/MazTableCell.mjs +12 -12
- package/components/MazTableRow.d.ts +3 -2
- package/components/MazTableRow.mjs +16 -16
- package/components/MazTableTitle.d.ts +3 -2
- package/components/MazTableTitle.mjs +18 -18
- package/components/MazTabs.d.ts +3 -2
- package/components/MazTabsBar.d.ts +3 -2
- package/components/MazTabsBar.mjs +1 -1
- package/components/MazTabsContent.d.ts +3 -2
- package/components/MazTabsContent.mjs +4 -4
- package/components/MazTabsContentItem.d.ts +2 -1
- package/components/MazTabsContentItem.mjs +7 -7
- package/components/MazTextarea.d.ts +58 -32
- package/components/MazTextarea.mjs +125 -107
- package/components/MazTransitionExpand.d.ts +2 -1
- package/components/MazTransitionExpand.mjs +9 -9
- 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/MazBtn.css +1 -1
- package/components/assets/MazCardSpotlight.css +1 -1
- package/components/assets/MazCheckbox.css +1 -1
- package/components/assets/MazChecklist.css +1 -1
- package/components/assets/MazCircularProgressBar.css +1 -1
- package/components/assets/MazDropdown.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/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/MazRadio.css +1 -1
- package/components/assets/MazSelect.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/MazTextarea.css +1 -1
- package/components/assets/MazTransitionExpand.css +1 -1
- package/components/chunks/{MazAvatar-DFoZvWmg.mjs → MazAvatar-CZzOIbzh.mjs} +54 -54
- package/components/chunks/{MazBadge-CNSfzYq-.mjs → MazBadge-CupQjB8D.mjs} +2 -2
- package/components/chunks/{MazBottomSheet-DqK0EOsq.mjs → MazBottomSheet-D9EPpEV8.mjs} +28 -29
- package/components/chunks/MazBtn-BSgCMRt0.mjs +103 -0
- package/components/chunks/MazBtn-BVWOyFm-.mjs +103 -0
- package/components/chunks/MazBtn-BfIn7glE.mjs +103 -0
- package/components/chunks/MazBtn-Br3xKJMD.mjs +103 -0
- package/components/chunks/MazBtn-CB6xVwox.mjs +103 -0
- package/components/chunks/MazBtn-CIAdgMGr.mjs +111 -0
- package/components/chunks/MazBtn-CM-xSnA5.mjs +108 -0
- package/components/chunks/MazBtn-CQq-U8qQ.mjs +103 -0
- package/components/chunks/MazBtn-Chk7DWOF.mjs +103 -0
- package/components/chunks/MazBtn-Ck84sP9a.mjs +103 -0
- package/components/chunks/MazBtn-DI80W9rl.mjs +103 -0
- package/components/chunks/MazBtn-DhSKmF01.mjs +103 -0
- package/components/chunks/MazBtn-DzwuLea3.mjs +103 -0
- package/components/chunks/MazBtn-tOUtVpek.mjs +103 -0
- package/components/chunks/{MazCard-CfkvpcGL.mjs → MazCard-XBaeDZkg.mjs} +18 -19
- package/components/chunks/{MazCarousel-BEl86YGW.mjs → MazCarousel-COTaKhKF.mjs} +20 -21
- package/components/chunks/{MazCheckbox-Byqz8JJB.mjs → MazCheckbox-B-Sw22La.mjs} +63 -60
- package/components/chunks/{MazCheckbox-CI8ml-P8.mjs → MazCheckbox-DjY15PA3.mjs} +63 -58
- package/components/chunks/{MazCheckbox-BKCo6EzO.mjs → MazCheckbox-DxfneUvu.mjs} +63 -59
- package/components/chunks/{MazChecklist-BLxsNHMP.mjs → MazChecklist-DaozZlNb.mjs} +160 -166
- package/components/chunks/{MazDialog-CPgFpAlq.mjs → MazDialog-XiX9LEiz.mjs} +66 -81
- package/components/chunks/MazDialogPromise-B9_e3Ma9.mjs +488 -0
- package/components/chunks/MazDropdown-CKuIGitT.mjs +427 -0
- package/components/chunks/MazExpandAnimation-Bdf0-L85.mjs +54 -0
- package/components/chunks/{MazGallery-BKL7gfrz.mjs → MazGallery-BooLoRWi.mjs} +247 -208
- package/components/chunks/{MazGallery-BMFwld84.mjs → MazGallery-DUOQamrE.mjs} +265 -226
- package/components/chunks/MazIcon-BX2Gbz8R.mjs +4 -0
- package/components/chunks/{MazIcon-DjMuw8Bz.mjs → MazIcon-C-aPrqx2.mjs} +4 -3
- package/components/chunks/{MazIcon-D8V8ixhf.mjs → MazIcon-DFW4cVVf.mjs} +4 -3
- package/components/chunks/{MazIcon-BbvBov5G.mjs → MazIcon-_hN-Kivn.mjs} +14 -13
- package/components/chunks/MazInput-BWAWlxDa.mjs +314 -0
- package/components/chunks/MazInput-DIN1VAoX.mjs +325 -0
- package/components/chunks/MazInput-HLPtw5QK.mjs +313 -0
- package/components/chunks/MazInputNumber-7Ku2ZcG-.mjs +601 -0
- package/components/chunks/{MazInputPrice-DZD7ZZpm.mjs → MazInputPrice-C5yErBFP.mjs} +199 -176
- package/components/chunks/MazInputTags-DvbQ2mK8.mjs +614 -0
- package/components/chunks/{MazLazyImg-C03sUOXs.mjs → MazLazyImg-DQLwaKKz.mjs} +2 -2
- package/components/chunks/MazLink-mrqHeBS0.mjs +67 -0
- package/components/chunks/MazLoadingBar-CNm3Yt6D.mjs +36 -0
- package/components/chunks/MazPagination-BSu0Ifkp.mjs +327 -0
- package/components/chunks/{MazPhoneNumberInput-C4TX1tGw.mjs → MazPhoneNumberInput-B5Up8CqL.mjs} +597 -613
- package/components/chunks/MazPicker-CzYUZcLy.mjs +2487 -0
- package/components/chunks/{MazPickerMonthSwitcher-hCAkEd5r.mjs → MazPickerMonthSwitcher-Ds5agR3Z.mjs} +1 -1
- package/components/chunks/{MazPickerShortcuts-vpLyw1de.mjs → MazPickerShortcuts-BP6CY9-c.mjs} +1 -1
- package/components/chunks/{MazPickerYearSwitcher-DvC79vrt.mjs → MazPickerYearSwitcher-PM8qZMzR.mjs} +1 -1
- package/components/chunks/MazSelect-DOexatNj.mjs +871 -0
- package/components/chunks/{MazSelect-Baj2BQH7.mjs → MazSelect-DaDRzcT_.mjs} +172 -188
- package/components/chunks/{MazSpinner-DwSGm0-X.mjs → MazSpinner-9M_EGMpy.mjs} +1 -1
- package/components/chunks/MazSpinner-BJpv1muf.mjs +34 -0
- package/components/chunks/{MazSpinner-Cqp-BMvL.mjs → MazSpinner-BlbTztM3.mjs} +1 -1
- package/components/chunks/{MazSpinner-C1SiKhfK.mjs → MazSpinner-Bsy1nA3c.mjs} +1 -1
- package/components/chunks/MazSpinner-C30YfScc.mjs +34 -0
- package/components/chunks/MazSpinner-C5mnD76l.mjs +34 -0
- package/components/chunks/{MazSpinner-CAbYLlEZ.mjs → MazSpinner-CDx6lo7l.mjs} +1 -1
- package/components/chunks/MazSpinner-C_GueolV.mjs +34 -0
- package/components/chunks/{MazSpinner-Cb3_S0zT.mjs → MazSpinner-Cc-KlPEG.mjs} +1 -1
- package/components/chunks/MazSpinner-Cgg2dkzQ.mjs +34 -0
- package/components/chunks/{MazSpinner-B5lezvu4.mjs → MazSpinner-CkKIUYXO.mjs} +1 -1
- package/components/chunks/{MazSpinner-B8akphXs.mjs → MazSpinner-CxyUHAvm.mjs} +1 -1
- package/components/chunks/MazSpinner-DROgQW2M.mjs +34 -0
- package/components/chunks/{MazSpinner-Bvb-lKER.mjs → MazSpinner-DjUU4G1h.mjs} +1 -1
- package/components/chunks/MazSpinner-Dzs2W0kq.mjs +34 -0
- package/components/chunks/MazSpinner-NCtEpFMm.mjs +34 -0
- package/components/chunks/MazSpinner-QfPXLpa_.mjs +34 -0
- package/components/chunks/MazSpinner-ZPQe8ON_.mjs +34 -0
- package/components/chunks/{MazSpinner-C-z3-68w.mjs → MazSpinner-b90e3OQK.mjs} +1 -1
- package/components/chunks/MazStepper-B3fuhbye.mjs +218 -0
- package/components/chunks/{MazTable-CulBGLaj.mjs → MazTable-Ci8nhgOP.mjs} +199 -239
- package/components/chunks/MazTableCell-BIganK6X.mjs +23 -0
- package/components/chunks/MazTableRow-CIO-x6Lb.mjs +30 -0
- package/components/chunks/{MazTableTitle-uirsgvk_.mjs → MazTableTitle-OEgTPQB3.mjs} +4 -4
- package/components/chunks/MazTabsBar-CT35SCIK.mjs +177 -0
- package/components/chunks/{MazTransitionExpand-4Ll_5LDO.mjs → MazTransitionExpand-Bcwdl9g2.mjs} +8 -8
- package/components/chunks/{inject-strict-BmiaNiwC.mjs → inject-strict-DEDSuzCz.mjs} +3 -3
- package/css/main.css +1 -1
- package/modules/assets/MazBtn.css +1 -1
- package/modules/assets/index.css +1 -1
- package/modules/chunks/MazBtn-0CRjeBvn.mjs +103 -0
- package/modules/chunks/MazBtn-DRqCRJD-.cjs +1 -0
- package/modules/chunks/{MazIcon-BB0DMfOc.mjs → MazIcon-CeT6HK_q.mjs} +4 -3
- package/modules/chunks/{MazIcon-BtomZnkQ.cjs → MazIcon-D-Gna0vz.cjs} +1 -1
- package/modules/chunks/{MazSpinner-CDJhmIRl.mjs → MazSpinner-DV--lwdI.mjs} +1 -1
- package/modules/chunks/{MazSpinner-BASKjaLe.cjs → MazSpinner-DersvZQw.cjs} +1 -1
- package/modules/chunks/index-DvromXrX.cjs +124 -0
- package/modules/chunks/{index-C2yAjM0P.mjs → index-Kry9j5uD.mjs} +948 -944
- package/modules/index.cjs +1 -1
- package/modules/index.mjs +1 -1
- package/nuxt/index.json +1 -1
- package/package.json +22 -21
- package/tailwindcss/variables/colors.ts +2 -0
- package/types/components/MazAccordion.vue.d.ts +3 -2
- package/types/components/MazAnimatedCounter.vue.d.ts +16 -32
- package/types/components/MazAvatar.vue.d.ts +2 -1
- package/types/components/MazBackdrop.vue.d.ts +2 -1
- package/types/components/MazBadge.vue.d.ts +7 -2
- package/types/components/MazBottomSheet.vue.d.ts +2 -1
- package/types/components/MazBtn.vue.d.ts +4 -3
- package/types/components/MazCard.vue.d.ts +5 -4
- package/types/components/MazCardSpotlight.vue.d.ts +3 -2
- package/types/components/MazCarousel.vue.d.ts +3 -2
- package/types/components/MazChart.vue.d.ts +1 -1
- package/types/components/MazCheckbox.vue.d.ts +4 -3
- package/types/components/MazChecklist.vue.d.ts +2 -5
- package/types/components/MazCircularProgressBar.vue.d.ts +19 -66
- package/types/components/MazDialog.vue.d.ts +5 -3
- package/types/components/MazDrawer.vue.d.ts +2 -1
- package/types/components/MazDropdown.vue.d.ts +25 -3
- package/types/components/MazDropzone.vue.d.ts +1 -1
- package/types/components/MazExpandAnimation.vue.d.ts +6 -5
- package/types/components/MazFullscreenLoader.vue.d.ts +2 -1
- package/types/components/MazGallery.vue.d.ts +1 -1
- package/types/components/MazInput.vue.d.ts +16 -3
- package/types/components/MazInputCode.vue.d.ts +1 -1
- package/types/components/MazInputNumber.vue.d.ts +2 -2
- package/types/components/MazInputPrice.vue.d.ts +4 -3
- package/types/components/MazLazyImg.vue.d.ts +2 -1
- package/types/components/MazLink.vue.d.ts +2 -1
- package/types/components/MazLoadingBar.vue.d.ts +1 -1
- package/types/components/MazPagination.vue.d.ts +3 -2
- package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +29 -53
- package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +4 -4
- package/types/components/MazPhoneNumberInput.vue.d.ts +6 -5
- package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
- package/types/components/MazPicker.vue.d.ts +3 -1
- package/types/components/MazPullToRefresh.vue.d.ts +4 -3
- package/types/components/MazRadio.vue.d.ts +1 -1
- package/types/components/MazRadioButtons.vue.d.ts +1 -1
- package/types/components/MazReadingProgressBar.vue.d.ts +1 -1
- package/types/components/MazSelect.vue.d.ts +1 -1
- package/types/components/MazSlider.vue.d.ts +1 -1
- package/types/components/MazSpinner.vue.d.ts +1 -1
- package/types/components/MazStepper.vue.d.ts +3 -2
- package/types/components/MazSwitch.vue.d.ts +2 -1
- package/types/components/MazTable.vue.d.ts +38 -55
- package/types/components/MazTableCell.vue.d.ts +3 -2
- package/types/components/MazTableRow.vue.d.ts +3 -2
- package/types/components/MazTableTitle.vue.d.ts +3 -2
- package/types/components/MazTabs.vue.d.ts +3 -2
- package/types/components/MazTabsBar.vue.d.ts +3 -2
- package/types/components/MazTabsContent.vue.d.ts +3 -2
- package/types/components/MazTabsContentItem.vue.d.ts +2 -1
- package/types/components/MazTextarea.vue.d.ts +58 -32
- package/types/components/MazTransitionExpand.vue.d.ts +2 -1
- package/types/modules/composables/useFormValidator/types.d.ts +9 -5
- package/types/modules/composables/useFormValidator/useFormField.d.ts +3 -3
- package/types/modules/composables/useFormValidator/useFormValidator.d.ts +4 -4
- package/types/modules/composables/useFormValidator/utils.d.ts +17 -17
- package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +7 -7
- package/types/modules/helpers/check-availability.d.ts +1 -0
- package/types/modules/helpers/inject-strict.d.ts +2 -1
- package/types/tailwindcss/variables/colors.d.ts +2 -0
- package/components/chunks/MazBtn-BRUaoP8j.mjs +0 -126
- package/components/chunks/MazBtn-BRnLMzhy.mjs +0 -118
- package/components/chunks/MazBtn-BhnOApJu.mjs +0 -118
- package/components/chunks/MazBtn-C28vKP_v.mjs +0 -118
- package/components/chunks/MazBtn-CnqRnXh_.mjs +0 -118
- package/components/chunks/MazBtn-CweCwE_4.mjs +0 -118
- package/components/chunks/MazBtn-D6Jxw9Nr.mjs +0 -118
- package/components/chunks/MazBtn-D7IKoL2c.mjs +0 -118
- package/components/chunks/MazBtn-DlD5m7T4.mjs +0 -118
- package/components/chunks/MazBtn-Dt8lr0GH.mjs +0 -118
- package/components/chunks/MazBtn-DzBXfedt.mjs +0 -123
- package/components/chunks/MazBtn-Mu18egu5.mjs +0 -118
- package/components/chunks/MazBtn-TkePGm5o.mjs +0 -118
- package/components/chunks/MazBtn-igor8wRn.mjs +0 -118
- package/components/chunks/MazDialogPromise-BCCdkrea.mjs +0 -522
- package/components/chunks/MazExpandAnimation-Bkw_wFTi.mjs +0 -58
- package/components/chunks/MazInput-CBiCdd0F.mjs +0 -302
- package/components/chunks/MazInput-Dx2cCzFS.mjs +0 -290
- package/components/chunks/MazInput-O6Q41Fm0.mjs +0 -291
- package/components/chunks/MazInputNumber-DYPVUz4k.mjs +0 -593
- package/components/chunks/MazInputTags-CxXBsTdM.mjs +0 -605
- package/components/chunks/MazLink-Dl9ePCGm.mjs +0 -79
- package/components/chunks/MazLoadingBar-Di2OIrPD.mjs +0 -32
- package/components/chunks/MazPagination-CHTMRRqE.mjs +0 -362
- package/components/chunks/MazPicker-BcQ_-AJH.mjs +0 -2477
- package/components/chunks/MazSelect-BXzgSKmL.mjs +0 -863
- package/components/chunks/MazSpinner-Cg26sBU2.mjs +0 -34
- package/components/chunks/MazSpinner-CsEQ9EXb.mjs +0 -34
- package/components/chunks/MazSpinner-CvT-9sC7.mjs +0 -34
- package/components/chunks/MazSpinner-DH6C15pU.mjs +0 -34
- package/components/chunks/MazSpinner-DlMKBtyt.mjs +0 -34
- package/components/chunks/MazSpinner-Dyf9yb51.mjs +0 -34
- package/components/chunks/MazSpinner-M4r0cykl.mjs +0 -34
- package/components/chunks/MazSpinner-QHjOczon.mjs +0 -34
- package/components/chunks/MazSpinner-cqcpf_FX.mjs +0 -34
- package/components/chunks/MazSpinner-yPkPj7Q8.mjs +0 -34
- package/components/chunks/MazStepper-DRWtYHZR.mjs +0 -232
- package/components/chunks/MazTableCell-BXDbkEJq.mjs +0 -23
- package/components/chunks/MazTableRow-Ds3CDEit.mjs +0 -30
- package/components/chunks/MazTabsBar-MZYefBb8.mjs +0 -204
- package/modules/chunks/MazBtn-CTqI4qhg.mjs +0 -118
- package/modules/chunks/MazBtn-D_CpNgpD.cjs +0 -9
- package/modules/chunks/index-BIX1NMzX.cjs +0 -149
|
@@ -0,0 +1,427 @@
|
|
|
1
|
+
import { useId as re, computed as M, nextTick as Y, inject as le, defineComponent as Z, ref as A, onMounted as se, watchEffect as ie, openBlock as w, createElementBlock as E, mergeProps as I, createCommentVNode as R, defineAsyncComponent as F, watch as K, withDirectives as Q, unref as m, normalizeClass as S, normalizeStyle as X, createElementVNode as J, withModifiers as H, renderSlot as g, createTextVNode as V, toDisplayString as q, createVNode as W, createSlots as ae, withCtx as $, createBlock as D, resolveDynamicComponent as ue, Transition as de, Fragment as ce, renderList as fe, vShow as pe } from "vue";
|
|
2
|
+
import '../assets/MazDropdown.css';function me({
|
|
3
|
+
componentName: l,
|
|
4
|
+
providedId: s
|
|
5
|
+
}) {
|
|
6
|
+
const n = re();
|
|
7
|
+
return M(() => s ?? `${l}-${n}`);
|
|
8
|
+
}
|
|
9
|
+
const O = "__maz-click-outside__";
|
|
10
|
+
function _() {
|
|
11
|
+
return document.ontouchstart === null ? "touchstart" : "click";
|
|
12
|
+
}
|
|
13
|
+
async function x(l, s) {
|
|
14
|
+
try {
|
|
15
|
+
ee(l);
|
|
16
|
+
const n = s.instance, f = s.value, p = typeof f == "function";
|
|
17
|
+
if (!p)
|
|
18
|
+
throw new Error("[maz-ui](vClickOutside) the callback should be a function");
|
|
19
|
+
await Y(), l[O] = (h) => {
|
|
20
|
+
if ((!l || h.target && !l.contains(h.target)) && f && p)
|
|
21
|
+
return f.call(n, h);
|
|
22
|
+
};
|
|
23
|
+
const v = _();
|
|
24
|
+
document.addEventListener(v, l[O], { passive: !0 });
|
|
25
|
+
} catch (n) {
|
|
26
|
+
console.error("[maz-ui](vClickOutside)", n);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
function ee(l) {
|
|
30
|
+
try {
|
|
31
|
+
const s = _();
|
|
32
|
+
document.removeEventListener(s, l[O], !1), delete l[O];
|
|
33
|
+
} catch (s) {
|
|
34
|
+
console.error("[maz-ui](vClickOutside)", s);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
function ve(l, s) {
|
|
38
|
+
try {
|
|
39
|
+
if (s.value === s.oldValue)
|
|
40
|
+
return;
|
|
41
|
+
x(l, s);
|
|
42
|
+
} catch (n) {
|
|
43
|
+
console.error("[maz-ui](vClickOutside)", n);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
const ye = {
|
|
47
|
+
mounted: x,
|
|
48
|
+
updated: ve,
|
|
49
|
+
unmounted: ee
|
|
50
|
+
};
|
|
51
|
+
function we(l, s) {
|
|
52
|
+
let n;
|
|
53
|
+
return function(...f) {
|
|
54
|
+
clearTimeout(n), n = setTimeout(() => {
|
|
55
|
+
l.apply(this, f);
|
|
56
|
+
}, s);
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function he(l, s) {
|
|
60
|
+
const n = le(l, s);
|
|
61
|
+
if (!n)
|
|
62
|
+
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${l.toString()}`);
|
|
63
|
+
return n;
|
|
64
|
+
}
|
|
65
|
+
const ge = ["innerHTML"], be = /* @__PURE__ */ Z({
|
|
66
|
+
__name: "MazIcon",
|
|
67
|
+
props: {
|
|
68
|
+
/** The source path of the SVG file - e.g: `/icons/home.svg` */
|
|
69
|
+
src: { type: String, default: void 0 },
|
|
70
|
+
/** The path of the folder where the SVG files are stored - e.g: `/icons` */
|
|
71
|
+
path: { type: String, default: void 0 },
|
|
72
|
+
/** The name of the SVG file - e.g: `home` */
|
|
73
|
+
name: { type: String, default: void 0 },
|
|
74
|
+
/** The size of the SVG file - e.g: `1em` */
|
|
75
|
+
size: { type: String, default: void 0 },
|
|
76
|
+
/** The title of the SVG file - e.g: `Home` */
|
|
77
|
+
title: { type: String, default: void 0 },
|
|
78
|
+
/** The function to transform the source of the SVG file - e.g: `(svg) => svg` */
|
|
79
|
+
transformSource: {
|
|
80
|
+
type: Function,
|
|
81
|
+
default: (l) => l
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
emits: ["loaded", "unloaded", "error"],
|
|
85
|
+
setup(l, { emit: s }) {
|
|
86
|
+
const n = l, f = s, p = {}, v = A(), h = A();
|
|
87
|
+
function T() {
|
|
88
|
+
try {
|
|
89
|
+
return he("mazIconPath");
|
|
90
|
+
} catch {
|
|
91
|
+
return;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
const u = M(() => n.path ?? T()), d = M(() => n.src ? n.src : u.value ? `${u.value}/${n.name}.svg` : `/${n.name}.svg`);
|
|
95
|
+
se(() => {
|
|
96
|
+
!n.name && !n.src && console.error('[maz-ui](MazIcon) you should provide "name" or "src" as prop');
|
|
97
|
+
});
|
|
98
|
+
function C(t, a) {
|
|
99
|
+
const i = t.querySelectorAll("title");
|
|
100
|
+
if (i.length > 0)
|
|
101
|
+
i[0].textContent = a;
|
|
102
|
+
else {
|
|
103
|
+
const r = document.createElementNS("http://www.w3.org/2000/svg", "title");
|
|
104
|
+
r.textContent = a, t.append(r);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
function y(t) {
|
|
108
|
+
return Object.keys(t).reduce((a, i) => (t[i] !== !1 && t[i] !== null && t[i] !== void 0 && (a[i] = t[i]), a), {});
|
|
109
|
+
}
|
|
110
|
+
function L(t) {
|
|
111
|
+
const a = {}, i = t.attributes;
|
|
112
|
+
if (!i)
|
|
113
|
+
return a;
|
|
114
|
+
for (let r = i.length - 1; r >= 0; r--)
|
|
115
|
+
a[i[r].name] = i[r].value;
|
|
116
|
+
return a;
|
|
117
|
+
}
|
|
118
|
+
function B(t) {
|
|
119
|
+
t.cloneNode(!0);
|
|
120
|
+
const a = n.transformSource(t);
|
|
121
|
+
return n.title && C(a, n.title), t.innerHTML;
|
|
122
|
+
}
|
|
123
|
+
async function P(t) {
|
|
124
|
+
p[t] || (p[t] = N(t));
|
|
125
|
+
try {
|
|
126
|
+
v.value = await p[t], await Y(), f("loaded", h.value);
|
|
127
|
+
} catch (a) {
|
|
128
|
+
v.value && (v.value = void 0, f("unloaded")), delete p[t], f("error", a);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
function N(t) {
|
|
132
|
+
return new Promise((a, i) => {
|
|
133
|
+
const r = new XMLHttpRequest();
|
|
134
|
+
r.open("GET", t, !0), r.addEventListener("load", () => {
|
|
135
|
+
if (r.status >= 200 && r.status < 400)
|
|
136
|
+
try {
|
|
137
|
+
let k = new DOMParser().parseFromString(r.responseText, "text/xml").querySelectorAll("svg")[0];
|
|
138
|
+
k ? (k = n.transformSource(k), a(k)) : i(new Error('Loaded file is not valid SVG"'));
|
|
139
|
+
} catch (b) {
|
|
140
|
+
i(b);
|
|
141
|
+
}
|
|
142
|
+
else
|
|
143
|
+
i(new Error("Error loading SVG"));
|
|
144
|
+
}), r.addEventListener("error", (b) => i(b)), r.send();
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
return ie(() => P(d.value)), (t, a) => v.value ? (w(), E("svg", I({
|
|
148
|
+
key: 0,
|
|
149
|
+
ref_key: "svgElem",
|
|
150
|
+
ref: h,
|
|
151
|
+
width: "1em",
|
|
152
|
+
height: "1em"
|
|
153
|
+
}, {
|
|
154
|
+
...L(v.value),
|
|
155
|
+
...y(t.$attrs)
|
|
156
|
+
}, {
|
|
157
|
+
style: `font-size: ${l.size}`,
|
|
158
|
+
innerHTML: B(v.value)
|
|
159
|
+
}), null, 16, ge)) : R("v-if", !0);
|
|
160
|
+
}
|
|
161
|
+
}), ke = ["id"], ze = ["aria-expanded"], Ce = ["id"], Se = ["onClick"], $e = /* @__PURE__ */ Z({
|
|
162
|
+
inheritAttrs: !1,
|
|
163
|
+
__name: "MazDropdown",
|
|
164
|
+
props: {
|
|
165
|
+
style: { default: void 0 },
|
|
166
|
+
class: { default: void 0 },
|
|
167
|
+
items: { default: () => [] },
|
|
168
|
+
open: { type: Boolean },
|
|
169
|
+
id: { default: void 0 },
|
|
170
|
+
trigger: { default: "both" },
|
|
171
|
+
color: { default: "transparent" },
|
|
172
|
+
position: { default: "bottom left" },
|
|
173
|
+
noCloseOnClick: { type: Boolean },
|
|
174
|
+
disabled: { type: Boolean },
|
|
175
|
+
noChevron: { type: Boolean },
|
|
176
|
+
screenReaderDescription: { default: "Open menu dropdown" },
|
|
177
|
+
menuPanelClass: {},
|
|
178
|
+
menuPanelStyle: {},
|
|
179
|
+
block: { type: Boolean },
|
|
180
|
+
dropdownIcon: {},
|
|
181
|
+
dropdownIconAnimation: { type: Boolean, default: !0 },
|
|
182
|
+
size: { default: "md" }
|
|
183
|
+
},
|
|
184
|
+
emits: ["menuitem-clicked", "update:open"],
|
|
185
|
+
setup(l, { emit: s }) {
|
|
186
|
+
const n = l, f = s, p = me({
|
|
187
|
+
componentName: "MazDropdown",
|
|
188
|
+
providedId: n.id
|
|
189
|
+
}), v = F(() => import("./MazBtn-DhSKmF01.mjs")), h = F(() => import("./MazLink-mrqHeBS0.mjs")), T = F(() => import("./chevron-down-BkvtON3b.mjs")), u = A(n.open), d = A(), C = M(() => n.size === "xl" ? "maz-text-lg" : n.size === "lg" || n.size === "md" || n.size === "sm" ? "maz-text-base" : n.size === "xs" || n.size === "mini" ? "maz-text-sm" : "maz-text-lg"), y = we((e) => {
|
|
190
|
+
r(e);
|
|
191
|
+
}, 200);
|
|
192
|
+
function L() {
|
|
193
|
+
u.value && r(!1);
|
|
194
|
+
}
|
|
195
|
+
function B() {
|
|
196
|
+
r(!u.value);
|
|
197
|
+
}
|
|
198
|
+
function P() {
|
|
199
|
+
["click"].includes(n.trigger) && B();
|
|
200
|
+
}
|
|
201
|
+
function N() {
|
|
202
|
+
["hover", "both"].includes(n.trigger) && r(!0);
|
|
203
|
+
}
|
|
204
|
+
function t() {
|
|
205
|
+
["hover", "both"].includes(n.trigger) && (u.value === !1 ? r(!0) : y(!0));
|
|
206
|
+
}
|
|
207
|
+
function a() {
|
|
208
|
+
["hover", "both"].includes(n.trigger) && y(!1);
|
|
209
|
+
}
|
|
210
|
+
function i() {
|
|
211
|
+
y(!1);
|
|
212
|
+
}
|
|
213
|
+
function r(e) {
|
|
214
|
+
n.disabled || (u.value = e, f("update:open", e));
|
|
215
|
+
}
|
|
216
|
+
function b(e) {
|
|
217
|
+
return "action" in e;
|
|
218
|
+
}
|
|
219
|
+
function G(e) {
|
|
220
|
+
return "href" in e || "to" in e;
|
|
221
|
+
}
|
|
222
|
+
async function k(e, c) {
|
|
223
|
+
var o;
|
|
224
|
+
f("menuitem-clicked", c), await ((o = e.action) == null ? void 0 : o.call(e)), n.noCloseOnClick || U();
|
|
225
|
+
}
|
|
226
|
+
function U() {
|
|
227
|
+
n.noCloseOnClick === !1 && r(!1);
|
|
228
|
+
}
|
|
229
|
+
function j(e) {
|
|
230
|
+
e.key === "Escape" ? (e.preventDefault(), r(!1)) : ["ArrowDown", "ArrowUp"].includes(e.key) ? oe(e) : e.key === "Enter" && typeof d.value == "number" && (e.preventDefault(), document.querySelectorAll(`#${p.value} .menuitem`)[d.value].click(), U());
|
|
231
|
+
}
|
|
232
|
+
function ne(e) {
|
|
233
|
+
["ArrowDown", "ArrowUp", "Enter"].includes(e.key) && u.value === !1 && (e.preventDefault(), r(!0));
|
|
234
|
+
}
|
|
235
|
+
function oe(e) {
|
|
236
|
+
var z;
|
|
237
|
+
e.preventDefault();
|
|
238
|
+
const c = e.key;
|
|
239
|
+
u.value || r(!0);
|
|
240
|
+
const o = (z = n.items) == null ? void 0 : z.length;
|
|
241
|
+
o && (typeof d.value == "number" ? d.value === o - 1 && c === "ArrowDown" ? d.value = 0 : d.value === 0 && c === "ArrowUp" ? d.value = o - 1 : d.value = c === "ArrowDown" ? d.value + 1 : d.value - 1 : d.value = c === "ArrowDown" ? 0 : o - 1);
|
|
242
|
+
}
|
|
243
|
+
return K(
|
|
244
|
+
() => u.value,
|
|
245
|
+
(e) => {
|
|
246
|
+
e ? document.addEventListener("keydown", j) : document.removeEventListener("keydown", j), d.value = void 0;
|
|
247
|
+
}
|
|
248
|
+
), K(
|
|
249
|
+
() => n.open,
|
|
250
|
+
(e) => r(e)
|
|
251
|
+
), (e, c) => Q((w(), E("div", {
|
|
252
|
+
id: m(p),
|
|
253
|
+
class: S(["m-dropdown", [n.class, { "--block": e.block }]]),
|
|
254
|
+
style: X(e.style)
|
|
255
|
+
}, [
|
|
256
|
+
J("div", {
|
|
257
|
+
role: "button",
|
|
258
|
+
tabindex: "0",
|
|
259
|
+
class: "m-dropdown__wrapper",
|
|
260
|
+
"aria-expanded": u.value,
|
|
261
|
+
"aria-haspopup": "menu",
|
|
262
|
+
onClick: H(P, ["stop"]),
|
|
263
|
+
onFocus: N,
|
|
264
|
+
onBlur: i,
|
|
265
|
+
onKeydown: ne,
|
|
266
|
+
onMouseenter: t,
|
|
267
|
+
onMouseleave: a
|
|
268
|
+
}, [
|
|
269
|
+
e.screenReaderDescription || e.$slots["screen-reader-description"] ? (w(), E("span", {
|
|
270
|
+
key: 0,
|
|
271
|
+
id: `${m(p)}-labelspan`,
|
|
272
|
+
class: "maz-sr-only"
|
|
273
|
+
}, [
|
|
274
|
+
g(e.$slots, "screen-reader-description", {}, () => [
|
|
275
|
+
V(
|
|
276
|
+
q(e.screenReaderDescription),
|
|
277
|
+
1
|
|
278
|
+
/* TEXT */
|
|
279
|
+
)
|
|
280
|
+
])
|
|
281
|
+
], 8, Ce)) : R("v-if", !0),
|
|
282
|
+
g(e.$slots, "element", { isOpen: u.value }, () => [
|
|
283
|
+
W(m(v), I({
|
|
284
|
+
"aria-labelledby": `${m(p)}-labelspan`,
|
|
285
|
+
color: e.color,
|
|
286
|
+
disabled: e.disabled
|
|
287
|
+
}, e.$attrs, {
|
|
288
|
+
tabindex: "-1",
|
|
289
|
+
block: e.block,
|
|
290
|
+
size: e.size
|
|
291
|
+
}), ae({
|
|
292
|
+
default: $(() => [
|
|
293
|
+
g(e.$slots, "default")
|
|
294
|
+
]),
|
|
295
|
+
_: 2
|
|
296
|
+
/* DYNAMIC */
|
|
297
|
+
}, [
|
|
298
|
+
e.noChevron ? void 0 : {
|
|
299
|
+
name: "right-icon",
|
|
300
|
+
fn: $(() => [
|
|
301
|
+
g(e.$slots, "dropdown-icon", { isOpen: u.value }, () => [
|
|
302
|
+
typeof e.dropdownIcon == "string" ? (w(), D(be, {
|
|
303
|
+
key: 0,
|
|
304
|
+
name: e.dropdownIcon,
|
|
305
|
+
class: S([{ "--open": u.value && e.dropdownIconAnimation }, C.value])
|
|
306
|
+
}, null, 8, ["name", "class"])) : e.dropdownIcon ? (w(), D(ue(e.dropdownIcon), {
|
|
307
|
+
key: 1,
|
|
308
|
+
class: S([[{ "--open": u.value && e.dropdownIconAnimation }, C.value], "m-dropdown__icon"])
|
|
309
|
+
}, null, 8, ["class"])) : (w(), D(m(T), {
|
|
310
|
+
key: 2,
|
|
311
|
+
class: S([[{ "--open": u.value && e.dropdownIconAnimation }, C.value], "m-dropdown__icon"])
|
|
312
|
+
}, null, 8, ["class"]))
|
|
313
|
+
])
|
|
314
|
+
]),
|
|
315
|
+
key: "0"
|
|
316
|
+
}
|
|
317
|
+
]), 1040, ["aria-labelledby", "color", "disabled", "block", "size"])
|
|
318
|
+
])
|
|
319
|
+
], 40, ze),
|
|
320
|
+
W(de, {
|
|
321
|
+
name: "maz-scale-fade",
|
|
322
|
+
persisted: ""
|
|
323
|
+
}, {
|
|
324
|
+
default: $(() => [
|
|
325
|
+
Q(J(
|
|
326
|
+
"div",
|
|
327
|
+
{
|
|
328
|
+
role: "menu",
|
|
329
|
+
"aria-label": "Menu",
|
|
330
|
+
class: S(["menu", [{
|
|
331
|
+
"--top": e.position.includes("top"),
|
|
332
|
+
"--left": e.position.includes("left"),
|
|
333
|
+
"--right": e.position.includes("right"),
|
|
334
|
+
"--bottom": e.position.includes("bottom")
|
|
335
|
+
}, e.menuPanelClass]]),
|
|
336
|
+
tabindex: "-1",
|
|
337
|
+
style: X(e.menuPanelStyle),
|
|
338
|
+
onFocus: c[0] || (c[0] = (o) => m(y)(!0)),
|
|
339
|
+
onBlur: c[1] || (c[1] = (o) => m(y)(!1)),
|
|
340
|
+
onMouseenter: c[2] || (c[2] = (o) => ["hover", "both"].includes(e.trigger) ? m(y)(!0) : void 0),
|
|
341
|
+
onMouseleave: c[3] || (c[3] = (o) => ["hover", "both"].includes(e.trigger) ? m(y)(!1) : void 0)
|
|
342
|
+
},
|
|
343
|
+
[
|
|
344
|
+
g(e.$slots, "dropdown", { items: e.items }, () => [
|
|
345
|
+
(w(!0), E(
|
|
346
|
+
ce,
|
|
347
|
+
null,
|
|
348
|
+
fe(e.items, (o, z) => g(e.$slots, "menuitem", {
|
|
349
|
+
key: z,
|
|
350
|
+
item: o
|
|
351
|
+
}, () => [
|
|
352
|
+
G(o) ? (w(), D(m(h), I({
|
|
353
|
+
key: 0,
|
|
354
|
+
target: o.href ? o.target ?? "_self" : void 0,
|
|
355
|
+
to: o.to,
|
|
356
|
+
href: o.href,
|
|
357
|
+
color: o.color ?? "theme",
|
|
358
|
+
ref_for: !0
|
|
359
|
+
}, o, {
|
|
360
|
+
"underline-only-hover": o.underlineOnlyHover ?? !1,
|
|
361
|
+
class: ["menuitem", [
|
|
362
|
+
{
|
|
363
|
+
"--is-keyboard-selected": d.value === z
|
|
364
|
+
},
|
|
365
|
+
o.class
|
|
366
|
+
]],
|
|
367
|
+
tabindex: "-1",
|
|
368
|
+
onClick: H(U, ["stop"])
|
|
369
|
+
}), {
|
|
370
|
+
default: $(() => [
|
|
371
|
+
g(e.$slots, "menuitem-label", { item: o }, () => [
|
|
372
|
+
V(
|
|
373
|
+
q(o.label),
|
|
374
|
+
1
|
|
375
|
+
/* TEXT */
|
|
376
|
+
)
|
|
377
|
+
])
|
|
378
|
+
]),
|
|
379
|
+
_: 2
|
|
380
|
+
/* DYNAMIC */
|
|
381
|
+
}, 1040, ["target", "to", "href", "color", "underline-only-hover", "class"])) : b(o) ? (w(), E("button", I({
|
|
382
|
+
key: 1,
|
|
383
|
+
tabindex: "-1",
|
|
384
|
+
type: "button",
|
|
385
|
+
ref_for: !0
|
|
386
|
+
}, o, {
|
|
387
|
+
class: ["menuitem menuitem__button", [
|
|
388
|
+
{
|
|
389
|
+
"--is-keyboard-selected": d.value === z
|
|
390
|
+
},
|
|
391
|
+
o.class,
|
|
392
|
+
`--${o.color ?? "theme"}`
|
|
393
|
+
]],
|
|
394
|
+
onClick: H((te) => k(o, te), ["stop"])
|
|
395
|
+
}), [
|
|
396
|
+
g(e.$slots, "menuitem-label", { item: o }, () => [
|
|
397
|
+
V(
|
|
398
|
+
q(o.label),
|
|
399
|
+
1
|
|
400
|
+
/* TEXT */
|
|
401
|
+
)
|
|
402
|
+
])
|
|
403
|
+
], 16, Se)) : R("v-if", !0)
|
|
404
|
+
])),
|
|
405
|
+
128
|
|
406
|
+
/* KEYED_FRAGMENT */
|
|
407
|
+
))
|
|
408
|
+
])
|
|
409
|
+
],
|
|
410
|
+
38
|
|
411
|
+
/* CLASS, STYLE, NEED_HYDRATION */
|
|
412
|
+
), [
|
|
413
|
+
[pe, u.value]
|
|
414
|
+
])
|
|
415
|
+
]),
|
|
416
|
+
_: 3
|
|
417
|
+
/* FORWARDED */
|
|
418
|
+
})
|
|
419
|
+
], 14, ke)), [
|
|
420
|
+
[m(ye), L]
|
|
421
|
+
]);
|
|
422
|
+
}
|
|
423
|
+
});
|
|
424
|
+
export {
|
|
425
|
+
be as _,
|
|
426
|
+
$e as a
|
|
427
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { defineComponent as l, mergeModels as m, useModel as u, ref as s, onMounted as f, onUnmounted as p, openBlock as v, createElementBlock as c, normalizeClass as _, normalizeStyle as x, createElementVNode as E, mergeProps as h, renderSlot as g } from "vue";
|
|
2
|
+
import { _ as M } from "./MazStepper-B3fuhbye.mjs";
|
|
3
|
+
import '../assets/MazExpandAnimation.css';const A = ["aria-hidden"], y = /* @__PURE__ */ l({
|
|
4
|
+
inheritAttrs: !1,
|
|
5
|
+
__name: "MazExpandAnimation",
|
|
6
|
+
props: /* @__PURE__ */ m({
|
|
7
|
+
duration: { default: "300ms" },
|
|
8
|
+
timingFunction: { default: "ease-in-out" }
|
|
9
|
+
}, {
|
|
10
|
+
modelValue: { type: Boolean },
|
|
11
|
+
modelModifiers: {}
|
|
12
|
+
}),
|
|
13
|
+
emits: ["update:modelValue"],
|
|
14
|
+
setup(d) {
|
|
15
|
+
const a = u(d, "modelValue"), i = s(!a.value), t = s();
|
|
16
|
+
function o() {
|
|
17
|
+
a.value || (i.value = !0);
|
|
18
|
+
}
|
|
19
|
+
function r() {
|
|
20
|
+
a.value && (i.value = !1);
|
|
21
|
+
}
|
|
22
|
+
return f(() => {
|
|
23
|
+
var e, n;
|
|
24
|
+
(e = t.value) == null || e.addEventListener("transitionstart", o, !1), (n = t.value) == null || n.addEventListener("transitionend", r, !1);
|
|
25
|
+
}), p(() => {
|
|
26
|
+
var e, n;
|
|
27
|
+
(e = t.value) == null || e.removeEventListener("transitionstart", o, !1), (n = t.value) == null || n.removeEventListener("transitionend", r, !1);
|
|
28
|
+
}), (e, n) => (v(), c("div", {
|
|
29
|
+
ref_key: "expandAnimationRef",
|
|
30
|
+
ref: t,
|
|
31
|
+
class: _(["m-expand-animation", { "m-expand-animation--expanded": a.value }]),
|
|
32
|
+
"aria-hidden": !a.value,
|
|
33
|
+
role: "region",
|
|
34
|
+
style: x([{ "--expand-animation-duration": e.duration, "--expand-animation-timing-function": e.timingFunction }])
|
|
35
|
+
}, [
|
|
36
|
+
E(
|
|
37
|
+
"div",
|
|
38
|
+
h({ class: "m-expand-animation__inner" }, e.$attrs, {
|
|
39
|
+
class: {
|
|
40
|
+
"--overflow-hidden": i.value
|
|
41
|
+
}
|
|
42
|
+
}),
|
|
43
|
+
[
|
|
44
|
+
g(e.$slots, "default", {}, void 0, !0)
|
|
45
|
+
],
|
|
46
|
+
16
|
|
47
|
+
/* FULL_PROPS */
|
|
48
|
+
)
|
|
49
|
+
], 14, A));
|
|
50
|
+
}
|
|
51
|
+
}), V = /* @__PURE__ */ M(y, [["__scopeId", "data-v-3bfdfbc1"]]);
|
|
52
|
+
export {
|
|
53
|
+
V as default
|
|
54
|
+
};
|