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
|
@@ -1,593 +0,0 @@
|
|
|
1
|
-
import { openBlock as r, createElementBlock as z, createElementVNode as F, defineComponent as L, defineAsyncComponent as $, useAttrs as ne, useSlots as K, computed as a, createBlock as d, resolveDynamicComponent as V, normalizeClass as b, withCtx as P, createCommentVNode as i, renderSlot as C, unref as c, createVNode as M, useId as oe, ref as A, onMounted as le, normalizeStyle as Y, withDirectives as ae, mergeProps as G, toHandlers as ie, vModelDynamic as re, createTextVNode as se, toDisplayString as ue, withModifiers as q, withKeys as U } from "vue";
|
|
2
|
-
import '../assets/MazInputNumber.css';function H(m, o) {
|
|
3
|
-
let t;
|
|
4
|
-
return function(...u) {
|
|
5
|
-
clearTimeout(t), t = setTimeout(() => {
|
|
6
|
-
m.apply(this, u);
|
|
7
|
-
}, o);
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
const de = {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
width: "1em",
|
|
13
|
-
height: "1em",
|
|
14
|
-
fill: "none",
|
|
15
|
-
viewBox: "0 0 24 24"
|
|
16
|
-
};
|
|
17
|
-
function fe(m, o) {
|
|
18
|
-
return r(), z("svg", de, o[0] || (o[0] = [
|
|
19
|
-
F(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
stroke: "currentColor",
|
|
23
|
-
"stroke-linecap": "round",
|
|
24
|
-
"stroke-linejoin": "round",
|
|
25
|
-
"stroke-width": "1.5",
|
|
26
|
-
d: "M5 12h14"
|
|
27
|
-
},
|
|
28
|
-
null,
|
|
29
|
-
-1
|
|
30
|
-
/* HOISTED */
|
|
31
|
-
)
|
|
32
|
-
]));
|
|
33
|
-
}
|
|
34
|
-
const ce = { render: fe }, me = {
|
|
35
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
-
width: "1em",
|
|
37
|
-
height: "1em",
|
|
38
|
-
fill: "none",
|
|
39
|
-
viewBox: "0 0 24 24"
|
|
40
|
-
};
|
|
41
|
-
function pe(m, o) {
|
|
42
|
-
return r(), z("svg", me, o[0] || (o[0] = [
|
|
43
|
-
F(
|
|
44
|
-
"path",
|
|
45
|
-
{
|
|
46
|
-
stroke: "currentColor",
|
|
47
|
-
"stroke-linecap": "round",
|
|
48
|
-
"stroke-linejoin": "round",
|
|
49
|
-
"stroke-width": "1.5",
|
|
50
|
-
d: "M12 4.5v15m7.5-7.5h-15"
|
|
51
|
-
},
|
|
52
|
-
null,
|
|
53
|
-
-1
|
|
54
|
-
/* HOISTED */
|
|
55
|
-
)
|
|
56
|
-
]));
|
|
57
|
-
}
|
|
58
|
-
const ve = { render: pe }, be = {
|
|
59
|
-
key: 2,
|
|
60
|
-
class: "m-btn-loader-container"
|
|
61
|
-
}, ye = /* @__PURE__ */ L({
|
|
62
|
-
__name: "MazBtn",
|
|
63
|
-
props: {
|
|
64
|
-
variant: { default: "button" },
|
|
65
|
-
size: { default: "md" },
|
|
66
|
-
color: { default: "primary" },
|
|
67
|
-
type: { default: "button" },
|
|
68
|
-
rounded: { type: Boolean },
|
|
69
|
-
roundedSize: { default: "lg" },
|
|
70
|
-
noRounded: { type: Boolean },
|
|
71
|
-
outline: { type: Boolean },
|
|
72
|
-
pastel: { type: Boolean },
|
|
73
|
-
block: { type: Boolean },
|
|
74
|
-
noUnderline: { type: Boolean },
|
|
75
|
-
loading: { type: Boolean },
|
|
76
|
-
disabled: { type: Boolean },
|
|
77
|
-
fab: { type: Boolean },
|
|
78
|
-
icon: { type: [String, Function, Object], default: void 0 },
|
|
79
|
-
leftIcon: { type: [String, Function, Object], default: void 0 },
|
|
80
|
-
rightIcon: { type: [String, Function, Object], default: void 0 },
|
|
81
|
-
noPadding: { type: Boolean },
|
|
82
|
-
noElevation: { type: Boolean },
|
|
83
|
-
justify: { default: "center" }
|
|
84
|
-
},
|
|
85
|
-
setup(m) {
|
|
86
|
-
const o = m, t = $(() => import("./MazSpinner-DH6C15pU.mjs")), u = $(() => import("./MazIcon-BbvBov5G.mjs")), { href: s, to: j } = ne(), k = K(), I = a(() => s ? "a" : j ? "router-link" : "button"), B = a(
|
|
87
|
-
() => o.pastel ? `--${o.color}-pastel` : o.outline ? `--${o.color}-outline` : `--${o.color}`
|
|
88
|
-
), v = a(
|
|
89
|
-
() => (o.loading || o.disabled) && I.value === "button"
|
|
90
|
-
), y = a(() => v.value ? "--cursor-default" : "--cursor-pointer"), w = a(() => `--is-${o.variant}`), S = a(() => o.loading && o.variant === "button"), n = a(() => !!k["left-icon"] || o.leftIcon), f = a(() => !!k["right-icon"] || o.rightIcon), p = a(() => n.value || f.value), T = a(() => o.icon || !!k.icon), D = a(() => I.value === "button" ? o.type : void 0), g = a(() => o.size === "xl" ? "maz-text-3xl" : o.size === "lg" ? "maz-text-2xl" : o.size === "md" ? "maz-text-xl" : o.size === "sm" ? "maz-text-lg" : o.size === "xs" ? "maz-text-base" : o.size === "mini" ? "maz-text-sm" : "md"), O = a(() => o.justify === "start" ? "maz-justify-start" : o.justify === "end" ? "maz-justify-end" : o.justify === "center" ? "maz-justify-center" : o.justify === "between" ? "maz-justify-between" : o.justify === "around" ? "maz-justify-around" : o.justify === "evenly" ? "maz-justify-evenly" : "maz-justify-center");
|
|
91
|
-
return (l, N) => (r(), d(V(I.value), {
|
|
92
|
-
disabled: v.value || void 0,
|
|
93
|
-
class: b(["m-btn", [
|
|
94
|
-
`--${l.size}`,
|
|
95
|
-
!l.fab && !l.rounded && l.roundedSize && `--rounded-${l.roundedSize}`,
|
|
96
|
-
B.value,
|
|
97
|
-
y.value,
|
|
98
|
-
w.value,
|
|
99
|
-
O.value,
|
|
100
|
-
{
|
|
101
|
-
"--block": l.block,
|
|
102
|
-
"--no-underline": l.noUnderline,
|
|
103
|
-
"--fab": l.fab,
|
|
104
|
-
"--loading": l.loading,
|
|
105
|
-
"--disabled": v.value,
|
|
106
|
-
"--icon": p.value,
|
|
107
|
-
"--rounded": l.rounded,
|
|
108
|
-
"--no-rounded": l.noRounded,
|
|
109
|
-
"--no-padding": l.noPadding,
|
|
110
|
-
"--no-elevation": l.noElevation
|
|
111
|
-
}
|
|
112
|
-
]]),
|
|
113
|
-
type: D.value
|
|
114
|
-
}, {
|
|
115
|
-
default: P(() => [
|
|
116
|
-
i(`
|
|
117
|
-
@slot left-icon - The icon to display on the left of the button
|
|
118
|
-
`),
|
|
119
|
-
C(l.$slots, "left-icon", {}, () => [
|
|
120
|
-
typeof l.leftIcon == "string" ? (r(), d(c(u), {
|
|
121
|
-
key: 0,
|
|
122
|
-
name: l.leftIcon,
|
|
123
|
-
class: b([g.value])
|
|
124
|
-
}, null, 8, ["name", "class"])) : l.leftIcon ? (r(), d(V(l.leftIcon), {
|
|
125
|
-
key: 1,
|
|
126
|
-
class: b([g.value])
|
|
127
|
-
}, null, 8, ["class"])) : i("v-if", !0)
|
|
128
|
-
], !0),
|
|
129
|
-
i(`
|
|
130
|
-
@slot icon - The icon to display on the fab button
|
|
131
|
-
`),
|
|
132
|
-
T.value ? C(l.$slots, "icon", { key: 0 }, () => [
|
|
133
|
-
typeof l.icon == "string" ? (r(), d(c(u), {
|
|
134
|
-
key: 0,
|
|
135
|
-
name: l.icon,
|
|
136
|
-
class: b([g.value])
|
|
137
|
-
}, null, 8, ["name", "class"])) : l.icon ? (r(), d(V(l.icon), {
|
|
138
|
-
key: 1,
|
|
139
|
-
class: b([g.value])
|
|
140
|
-
}, null, 8, ["class"])) : i("v-if", !0)
|
|
141
|
-
], !0) : i("v-if", !0),
|
|
142
|
-
i(`
|
|
143
|
-
@slot default - The content of the button
|
|
144
|
-
`),
|
|
145
|
-
C(l.$slots, "default", {}, void 0, !0),
|
|
146
|
-
i(`
|
|
147
|
-
@slot left-icon - The icon to display on the left of the button
|
|
148
|
-
`),
|
|
149
|
-
f.value ? C(l.$slots, "right-icon", { key: 1 }, () => [
|
|
150
|
-
typeof l.rightIcon == "string" ? (r(), d(c(u), {
|
|
151
|
-
key: 0,
|
|
152
|
-
name: l.rightIcon,
|
|
153
|
-
class: b([g.value])
|
|
154
|
-
}, null, 8, ["name", "class"])) : l.rightIcon ? (r(), d(V(l.rightIcon), {
|
|
155
|
-
key: 1,
|
|
156
|
-
class: b([g.value])
|
|
157
|
-
}, null, 8, ["class"])) : i("v-if", !0)
|
|
158
|
-
], !0) : i("v-if", !0),
|
|
159
|
-
S.value ? (r(), z("div", be, [
|
|
160
|
-
M(c(t), {
|
|
161
|
-
size: "2em",
|
|
162
|
-
color: l.color
|
|
163
|
-
}, null, 8, ["color"])
|
|
164
|
-
])) : i("v-if", !0)
|
|
165
|
-
]),
|
|
166
|
-
_: 3
|
|
167
|
-
/* FORWARDED */
|
|
168
|
-
}, 8, ["disabled", "class", "type"]));
|
|
169
|
-
}
|
|
170
|
-
}), J = (m, o) => {
|
|
171
|
-
const t = m.__vccOpts || m;
|
|
172
|
-
for (const [u, s] of o)
|
|
173
|
-
t[u] = s;
|
|
174
|
-
return t;
|
|
175
|
-
}, R = /* @__PURE__ */ J(ye, [["__scopeId", "data-v-d3a1ed01"]]), he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
176
|
-
__proto__: null,
|
|
177
|
-
default: R
|
|
178
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
179
|
-
function ze({
|
|
180
|
-
componentName: m,
|
|
181
|
-
providedId: o
|
|
182
|
-
}) {
|
|
183
|
-
const t = oe();
|
|
184
|
-
return a(() => o ?? `${m}-${t}`);
|
|
185
|
-
}
|
|
186
|
-
const ge = {
|
|
187
|
-
key: 0,
|
|
188
|
-
class: "m-input-wrapper-left"
|
|
189
|
-
}, ke = { class: "m-input-wrapper-input" }, Ie = ["id", "type", "name", "inputmode", "placeholder", "aria-label", "disabled", "readonly", "required"], Be = { key: 0 }, we = {
|
|
190
|
-
key: 1,
|
|
191
|
-
class: "m-input-wrapper-right"
|
|
192
|
-
}, $e = /* @__PURE__ */ L({
|
|
193
|
-
inheritAttrs: !1,
|
|
194
|
-
__name: "MazInput",
|
|
195
|
-
props: {
|
|
196
|
-
style: { default: void 0 },
|
|
197
|
-
class: { default: void 0 },
|
|
198
|
-
modelValue: { default: void 0 },
|
|
199
|
-
placeholder: { default: void 0 },
|
|
200
|
-
label: { default: void 0 },
|
|
201
|
-
name: { default: void 0 },
|
|
202
|
-
color: { default: "primary" },
|
|
203
|
-
type: { default: "text" },
|
|
204
|
-
required: { type: Boolean, default: !1 },
|
|
205
|
-
disabled: { type: Boolean, default: !1 },
|
|
206
|
-
readonly: { type: Boolean, default: !1 },
|
|
207
|
-
id: { default: void 0 },
|
|
208
|
-
error: { type: Boolean, default: !1 },
|
|
209
|
-
success: { type: Boolean, default: !1 },
|
|
210
|
-
warning: { type: Boolean, default: !1 },
|
|
211
|
-
hint: { default: void 0 },
|
|
212
|
-
inputClasses: { default: void 0 },
|
|
213
|
-
noBorder: { type: Boolean, default: !1 },
|
|
214
|
-
noRadius: { type: Boolean, default: !1 },
|
|
215
|
-
inputmode: { default: "text" },
|
|
216
|
-
size: { default: "md" },
|
|
217
|
-
debounce: { type: [Boolean, Number], default: !1 },
|
|
218
|
-
debounceDelay: { default: 500 },
|
|
219
|
-
validButton: { type: Boolean, default: !1 },
|
|
220
|
-
validButtonLoading: { type: Boolean, default: !1 },
|
|
221
|
-
autoFocus: { type: Boolean, default: !1 },
|
|
222
|
-
borderActive: { type: Boolean, default: !1 },
|
|
223
|
-
leftIcon: { type: [String, Function, Object], default: void 0 },
|
|
224
|
-
rightIcon: { type: [String, Function, Object], default: void 0 },
|
|
225
|
-
roundedSize: { default: void 0 },
|
|
226
|
-
block: { type: Boolean }
|
|
227
|
-
},
|
|
228
|
-
emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
|
|
229
|
-
setup(m, { emit: o }) {
|
|
230
|
-
const t = m, u = o, s = $(() => Promise.resolve().then(() => he)), j = $(() => import("./MazIcon-BbvBov5G.mjs")), k = $(() => import("./eye-slash-BoO00xzs.mjs")), I = $(() => import("./eye-f8zAUc30.mjs")), B = $(() => import("./check-BmubdHc_.mjs")), v = A(!1), y = A(!1), w = A(), S = ze({
|
|
231
|
-
componentName: "MazInput",
|
|
232
|
-
providedId: t.id
|
|
233
|
-
});
|
|
234
|
-
le(() => {
|
|
235
|
-
var e;
|
|
236
|
-
t.autoFocus && ((e = w.value) == null || e.focus());
|
|
237
|
-
});
|
|
238
|
-
const n = a(() => t.type === "password"), f = a(() => v.value ? "text" : t.type), p = a(() => {
|
|
239
|
-
if (!t.noBorder) {
|
|
240
|
-
if (t.error)
|
|
241
|
-
return "maz-border-danger";
|
|
242
|
-
if (t.success)
|
|
243
|
-
return "maz-border-success";
|
|
244
|
-
if (t.warning)
|
|
245
|
-
return "maz-border-warning";
|
|
246
|
-
if (y.value || t.borderActive) {
|
|
247
|
-
if (t.color === "black")
|
|
248
|
-
return "maz-border-black";
|
|
249
|
-
if (t.color === "danger")
|
|
250
|
-
return "maz-border-danger";
|
|
251
|
-
if (t.color === "info")
|
|
252
|
-
return "maz-border-info";
|
|
253
|
-
if (t.color === "primary")
|
|
254
|
-
return "maz-border-primary";
|
|
255
|
-
if (t.color === "secondary")
|
|
256
|
-
return "maz-border-secondary";
|
|
257
|
-
if (t.color === "success")
|
|
258
|
-
return "maz-border-success";
|
|
259
|
-
if (t.color === "warning")
|
|
260
|
-
return "maz-border-warning";
|
|
261
|
-
if (t.color === "white")
|
|
262
|
-
return "maz-border-white";
|
|
263
|
-
}
|
|
264
|
-
return "--default-border";
|
|
265
|
-
}
|
|
266
|
-
}), T = K(), D = a(() => {
|
|
267
|
-
const { required: e, placeholder: h } = t;
|
|
268
|
-
if (h)
|
|
269
|
-
return e ? `${h} *` : h;
|
|
270
|
-
}), g = a(() => N.value !== void 0 && N.value !== ""), O = H(
|
|
271
|
-
(e) => {
|
|
272
|
-
u("update:model-value", e);
|
|
273
|
-
},
|
|
274
|
-
typeof t.debounce == "number" ? t.debounce : t.debounceDelay ?? 500
|
|
275
|
-
);
|
|
276
|
-
function l(e) {
|
|
277
|
-
if (t.debounce)
|
|
278
|
-
return O(e);
|
|
279
|
-
u("update:model-value", e);
|
|
280
|
-
}
|
|
281
|
-
const N = a({
|
|
282
|
-
get: () => t.modelValue,
|
|
283
|
-
set: (e) => l(e)
|
|
284
|
-
}), Q = a(() => (!!t.label || !!t.hint) && (y.value || !!g.value || !!t.placeholder || ["date", "month", "week"].includes(t.type))), W = a(() => !!t.label || !!t.hint);
|
|
285
|
-
function X() {
|
|
286
|
-
return !!T["right-icon"] || n.value || !!T["valid-button"] || t.validButton || !!t.rightIcon;
|
|
287
|
-
}
|
|
288
|
-
function Z() {
|
|
289
|
-
return !!T["left-icon"] || !!t.leftIcon;
|
|
290
|
-
}
|
|
291
|
-
function x(e) {
|
|
292
|
-
u("focus", e), y.value = !0;
|
|
293
|
-
}
|
|
294
|
-
function _(e) {
|
|
295
|
-
u("blur", e), y.value = !1;
|
|
296
|
-
}
|
|
297
|
-
function ee(e) {
|
|
298
|
-
return u("change", e);
|
|
299
|
-
}
|
|
300
|
-
function te(e) {
|
|
301
|
-
return u("input", e);
|
|
302
|
-
}
|
|
303
|
-
return (e, h) => (r(), z(
|
|
304
|
-
"div",
|
|
305
|
-
{
|
|
306
|
-
class: b(["m-input", [
|
|
307
|
-
{
|
|
308
|
-
"--is-focused": y.value || e.borderActive,
|
|
309
|
-
"--should-up": Q.value,
|
|
310
|
-
"--has-label": W.value,
|
|
311
|
-
"--is-disabled": e.disabled,
|
|
312
|
-
"--is-readonly": e.readonly,
|
|
313
|
-
"--has-z-2": e.error || e.warning || e.success,
|
|
314
|
-
"--has-state": e.error || e.warning || e.success,
|
|
315
|
-
"--block": e.block
|
|
316
|
-
},
|
|
317
|
-
t.class,
|
|
318
|
-
`--${e.color}`,
|
|
319
|
-
`--${e.size}`
|
|
320
|
-
]]),
|
|
321
|
-
style: Y(e.style)
|
|
322
|
-
},
|
|
323
|
-
[
|
|
324
|
-
F(
|
|
325
|
-
"div",
|
|
326
|
-
{
|
|
327
|
-
class: b(["m-input-wrapper", [
|
|
328
|
-
e.inputClasses,
|
|
329
|
-
p.value,
|
|
330
|
-
e.roundedSize ? `--rounded-${e.roundedSize}` : { "maz-rounded": !e.noRadius }
|
|
331
|
-
]])
|
|
332
|
-
},
|
|
333
|
-
[
|
|
334
|
-
Z() ? (r(), z("div", ge, [
|
|
335
|
-
i(`
|
|
336
|
-
@slot left-icon - The icon to display on the left of the input
|
|
337
|
-
`),
|
|
338
|
-
e.$slots["left-icon"] || e.leftIcon ? C(e.$slots, "left-icon", { key: 0 }, () => [
|
|
339
|
-
typeof e.leftIcon == "string" ? (r(), d(c(j), {
|
|
340
|
-
key: 0,
|
|
341
|
-
name: e.leftIcon,
|
|
342
|
-
class: "maz-text-xl maz-text-muted"
|
|
343
|
-
}, null, 8, ["name"])) : e.leftIcon ? (r(), d(V(e.leftIcon), {
|
|
344
|
-
key: 1,
|
|
345
|
-
class: "maz-text-xl maz-text-muted"
|
|
346
|
-
})) : i("v-if", !0)
|
|
347
|
-
], !0) : i("v-if", !0)
|
|
348
|
-
])) : i("v-if", !0),
|
|
349
|
-
F("div", ke, [
|
|
350
|
-
ae(F("input", G({
|
|
351
|
-
id: c(S),
|
|
352
|
-
ref_key: "input",
|
|
353
|
-
ref: w,
|
|
354
|
-
"onUpdate:modelValue": h[0] || (h[0] = (E) => N.value = E),
|
|
355
|
-
type: f.value,
|
|
356
|
-
name: e.name
|
|
357
|
-
}, e.$attrs, {
|
|
358
|
-
inputmode: e.inputmode,
|
|
359
|
-
placeholder: D.value,
|
|
360
|
-
"aria-label": e.label || e.placeholder,
|
|
361
|
-
disabled: e.disabled,
|
|
362
|
-
readonly: e.readonly,
|
|
363
|
-
required: e.required,
|
|
364
|
-
class: "m-input-input"
|
|
365
|
-
}, ie({
|
|
366
|
-
blur: _,
|
|
367
|
-
focus: x,
|
|
368
|
-
change: ee,
|
|
369
|
-
input: te
|
|
370
|
-
}, !0), {
|
|
371
|
-
onClick: h[1] || (h[1] = (E) => e.$emit("click", E))
|
|
372
|
-
}), null, 16, Ie), [
|
|
373
|
-
[re, N.value]
|
|
374
|
-
]),
|
|
375
|
-
e.label || e.hint ? (r(), z(
|
|
376
|
-
"span",
|
|
377
|
-
{
|
|
378
|
-
key: 0,
|
|
379
|
-
class: b(["m-input-label", [
|
|
380
|
-
{
|
|
381
|
-
"maz-text-danger-600": e.error,
|
|
382
|
-
"maz-text-success-600": e.success,
|
|
383
|
-
"maz-text-warning-600": e.warning
|
|
384
|
-
}
|
|
385
|
-
]])
|
|
386
|
-
},
|
|
387
|
-
[
|
|
388
|
-
se(
|
|
389
|
-
ue(e.hint || e.label) + " ",
|
|
390
|
-
1
|
|
391
|
-
/* TEXT */
|
|
392
|
-
),
|
|
393
|
-
e.required ? (r(), z("sup", Be, "*")) : i("v-if", !0)
|
|
394
|
-
],
|
|
395
|
-
2
|
|
396
|
-
/* CLASS */
|
|
397
|
-
)) : i("v-if", !0)
|
|
398
|
-
]),
|
|
399
|
-
X() ? (r(), z("div", we, [
|
|
400
|
-
i(`
|
|
401
|
-
@slot right-icon - The icon to display on the right of the input
|
|
402
|
-
`),
|
|
403
|
-
e.$slots["right-icon"] || e.rightIcon ? C(e.$slots, "right-icon", { key: 0 }, () => [
|
|
404
|
-
typeof e.rightIcon == "string" ? (r(), d(c(j), {
|
|
405
|
-
key: 0,
|
|
406
|
-
name: e.rightIcon,
|
|
407
|
-
class: "maz-text-xl maz-text-muted"
|
|
408
|
-
}, null, 8, ["name"])) : e.rightIcon ? (r(), d(V(e.rightIcon), {
|
|
409
|
-
key: 1,
|
|
410
|
-
class: "maz-text-xl maz-text-muted"
|
|
411
|
-
})) : i("v-if", !0)
|
|
412
|
-
], !0) : i("v-if", !0),
|
|
413
|
-
n.value ? (r(), d(c(s), {
|
|
414
|
-
key: 1,
|
|
415
|
-
color: "transparent",
|
|
416
|
-
tabindex: "-1",
|
|
417
|
-
size: "mini",
|
|
418
|
-
onClick: h[2] || (h[2] = q((E) => v.value = !v.value, ["stop"]))
|
|
419
|
-
}, {
|
|
420
|
-
default: P(() => [
|
|
421
|
-
v.value ? (r(), d(c(k), {
|
|
422
|
-
key: 0,
|
|
423
|
-
class: "maz-text-xl maz-text-muted"
|
|
424
|
-
})) : (r(), d(c(I), {
|
|
425
|
-
key: 1,
|
|
426
|
-
class: "maz-text-xl maz-text-muted"
|
|
427
|
-
}))
|
|
428
|
-
]),
|
|
429
|
-
_: 1
|
|
430
|
-
/* STABLE */
|
|
431
|
-
})) : i("v-if", !0),
|
|
432
|
-
i(`
|
|
433
|
-
@slot valid-button - Replace the valid button by your own
|
|
434
|
-
`),
|
|
435
|
-
e.$slots["valid-button"] || e.validButton ? C(e.$slots, "valid-button", { key: 2 }, () => [
|
|
436
|
-
M(c(s), {
|
|
437
|
-
color: "transparent",
|
|
438
|
-
disabled: e.disabled,
|
|
439
|
-
tabindex: "-1",
|
|
440
|
-
loading: e.validButtonLoading,
|
|
441
|
-
class: "m-input-valid-button",
|
|
442
|
-
size: "mini",
|
|
443
|
-
type: "submit"
|
|
444
|
-
}, {
|
|
445
|
-
default: P(() => [
|
|
446
|
-
M(c(B), { class: "maz-text-2xl maz-text-normal" })
|
|
447
|
-
]),
|
|
448
|
-
_: 1
|
|
449
|
-
/* STABLE */
|
|
450
|
-
}, 8, ["disabled", "loading"])
|
|
451
|
-
], !0) : i("v-if", !0)
|
|
452
|
-
])) : i("v-if", !0)
|
|
453
|
-
],
|
|
454
|
-
2
|
|
455
|
-
/* CLASS */
|
|
456
|
-
)
|
|
457
|
-
],
|
|
458
|
-
6
|
|
459
|
-
/* CLASS, STYLE */
|
|
460
|
-
));
|
|
461
|
-
}
|
|
462
|
-
}), Ce = /* @__PURE__ */ J($e, [["__scopeId", "data-v-b3e1e126"]]), Se = /* @__PURE__ */ L({
|
|
463
|
-
inheritAttrs: !1,
|
|
464
|
-
__name: "MazInputNumber",
|
|
465
|
-
props: {
|
|
466
|
-
style: { default: void 0 },
|
|
467
|
-
class: { default: void 0 },
|
|
468
|
-
modelValue: { default: void 0 },
|
|
469
|
-
disabled: { type: Boolean, default: !1 },
|
|
470
|
-
max: { default: Number.POSITIVE_INFINITY },
|
|
471
|
-
min: { default: Number.NEGATIVE_INFINITY },
|
|
472
|
-
step: { default: 1 },
|
|
473
|
-
size: { default: "md" },
|
|
474
|
-
noButtons: { type: Boolean, default: !1 },
|
|
475
|
-
textCenter: { type: Boolean, default: !0 },
|
|
476
|
-
inputmode: { default: "numeric" },
|
|
477
|
-
block: { type: Boolean },
|
|
478
|
-
error: { type: Boolean },
|
|
479
|
-
hint: {},
|
|
480
|
-
success: { type: Boolean },
|
|
481
|
-
warning: { type: Boolean }
|
|
482
|
-
},
|
|
483
|
-
emits: ["update:model-value", "focus", "blur", "click", "change"],
|
|
484
|
-
setup(m, { emit: o }) {
|
|
485
|
-
const t = m, u = o, s = a({
|
|
486
|
-
get: () => t.modelValue,
|
|
487
|
-
set: (n) => B(n)
|
|
488
|
-
});
|
|
489
|
-
function j(n) {
|
|
490
|
-
return Math.round(n / t.step) * t.step;
|
|
491
|
-
}
|
|
492
|
-
function k(n) {
|
|
493
|
-
if (typeof n == "number")
|
|
494
|
-
return n <= t.min ? t.min : n >= t.max ? t.max : j(n);
|
|
495
|
-
}
|
|
496
|
-
const I = H((n) => B(n), 300);
|
|
497
|
-
function B(n) {
|
|
498
|
-
n = k(n), s.value !== n && u("update:model-value", n);
|
|
499
|
-
}
|
|
500
|
-
B(s.value);
|
|
501
|
-
const v = a(() => t.modelValue && t.modelValue >= t.max), y = a(() => t.modelValue && t.modelValue <= t.min);
|
|
502
|
-
function w() {
|
|
503
|
-
if (!(t.disabled || v.value)) {
|
|
504
|
-
if ((s.value === void 0 || s.value === null) && Number.isFinite(t.min)) {
|
|
505
|
-
s.value = t.min;
|
|
506
|
-
return;
|
|
507
|
-
}
|
|
508
|
-
s.value = (s.value ?? 0) + 1 * t.step;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
function S() {
|
|
512
|
-
if (!(t.disabled || y.value)) {
|
|
513
|
-
if ((s.value === void 0 || s.value === null) && Number.isFinite(t.min)) {
|
|
514
|
-
s.value = t.min;
|
|
515
|
-
return;
|
|
516
|
-
}
|
|
517
|
-
s.value = (s.value ?? 0) - 1 * t.step;
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
return (n, f) => (r(), z(
|
|
521
|
-
"div",
|
|
522
|
-
{
|
|
523
|
-
class: b(["m-input-number", [`m-input-number--${n.size}`, t.class, { "--block": n.block }]]),
|
|
524
|
-
style: Y(n.style)
|
|
525
|
-
},
|
|
526
|
-
[
|
|
527
|
-
n.noButtons ? i("v-if", !0) : (r(), d(R, {
|
|
528
|
-
key: 0,
|
|
529
|
-
color: "transparent",
|
|
530
|
-
size: n.size,
|
|
531
|
-
tabindex: "-1",
|
|
532
|
-
class: "m-input-number__button m-input-number__decrement-button",
|
|
533
|
-
disabled: y.value || n.disabled,
|
|
534
|
-
onClick: S
|
|
535
|
-
}, {
|
|
536
|
-
default: P(() => [
|
|
537
|
-
M(c(ce), { class: "m-input-number__button__icon" })
|
|
538
|
-
]),
|
|
539
|
-
_: 1
|
|
540
|
-
/* STABLE */
|
|
541
|
-
}, 8, ["size", "disabled"])),
|
|
542
|
-
M(Ce, G({
|
|
543
|
-
"model-value": s.value,
|
|
544
|
-
type: "number",
|
|
545
|
-
class: ["m-input-number__input", { "--no-buttons": n.noButtons, "--text-center": n.textCenter }],
|
|
546
|
-
disabled: n.disabled,
|
|
547
|
-
min: n.min,
|
|
548
|
-
max: n.max,
|
|
549
|
-
step: n.step,
|
|
550
|
-
error: n.error,
|
|
551
|
-
success: n.success,
|
|
552
|
-
warning: n.warning,
|
|
553
|
-
hint: n.hint
|
|
554
|
-
}, n.$attrs, {
|
|
555
|
-
inputmode: n.inputmode,
|
|
556
|
-
size: n.size,
|
|
557
|
-
block: "",
|
|
558
|
-
onKeydown: [
|
|
559
|
-
U(q(w, ["prevent"]), ["up"]),
|
|
560
|
-
U(q(S, ["prevent"]), ["down"])
|
|
561
|
-
],
|
|
562
|
-
onFocus: f[0] || (f[0] = (p) => n.$emit("focus", p)),
|
|
563
|
-
onChange: f[1] || (f[1] = (p) => n.$emit("change", p)),
|
|
564
|
-
onBlur: f[2] || (f[2] = (p) => n.$emit("blur", p)),
|
|
565
|
-
onClick: f[3] || (f[3] = (p) => n.$emit("click", p)),
|
|
566
|
-
"onUpdate:modelValue": f[4] || (f[4] = (p) => c(I)(p))
|
|
567
|
-
}), null, 16, ["model-value", "class", "disabled", "min", "max", "step", "error", "success", "warning", "hint", "inputmode", "size", "onKeydown"]),
|
|
568
|
-
n.noButtons ? i("v-if", !0) : (r(), d(R, {
|
|
569
|
-
key: 1,
|
|
570
|
-
color: "transparent",
|
|
571
|
-
"no-shadow": "",
|
|
572
|
-
tabindex: "-1",
|
|
573
|
-
size: n.size,
|
|
574
|
-
class: "m-input-number__button m-input-number__increment-button",
|
|
575
|
-
disabled: v.value || n.disabled,
|
|
576
|
-
onClick: w
|
|
577
|
-
}, {
|
|
578
|
-
default: P(() => [
|
|
579
|
-
M(c(ve), { class: "m-input-number__button__icon" })
|
|
580
|
-
]),
|
|
581
|
-
_: 1
|
|
582
|
-
/* STABLE */
|
|
583
|
-
}, 8, ["size", "disabled"]))
|
|
584
|
-
],
|
|
585
|
-
6
|
|
586
|
-
/* CLASS, STYLE */
|
|
587
|
-
));
|
|
588
|
-
}
|
|
589
|
-
});
|
|
590
|
-
export {
|
|
591
|
-
J as _,
|
|
592
|
-
Se as a
|
|
593
|
-
};
|