maz-ui 3.47.2-beta.2 → 3.47.2-beta.21
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 +90 -98
- package/components/MazAnimatedCounter.d.ts +16 -32
- package/components/MazAnimatedCounter.mjs +26 -26
- package/components/MazAvatar.d.ts +2 -1
- package/components/MazAvatar.mjs +1 -1
- package/components/MazBackdrop.d.ts +23 -14
- package/components/MazBackdrop.mjs +107 -82
- package/components/MazBadge.d.ts +7 -2
- package/components/MazBadge.mjs +1 -1
- package/components/MazBottomSheet.d.ts +13 -25
- 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/MazCheckbox.d.ts +4 -3
- package/components/MazCheckbox.mjs +86 -83
- package/components/MazChecklist.d.ts +2 -5
- package/components/MazChecklist.mjs +1 -1
- package/components/MazCircularProgressBar.d.ts +31 -60
- package/components/MazCircularProgressBar.mjs +76 -74
- package/components/MazDialog.d.ts +24 -33
- package/components/MazDialog.mjs +1 -1
- package/components/MazDialogPromise.d.ts +3 -3
- package/components/MazDialogPromise.mjs +1 -1
- package/components/MazDrawer.d.ts +9 -5
- package/components/MazDrawer.mjs +2 -194
- package/components/MazDropdown.d.ts +25 -3
- package/components/MazDropdown.mjs +2 -325
- package/components/MazDropzone.d.ts +1 -1
- package/components/MazExpandAnimation.d.ts +6 -5
- package/components/MazExpandAnimation.mjs +22 -25
- package/components/MazFullscreenLoader.d.ts +2 -1
- package/components/MazFullscreenLoader.mjs +7 -7
- package/components/MazGallery.d.ts +1 -1
- package/components/MazGallery.mjs +1 -1
- package/components/MazIcon.mjs +14 -13
- package/components/MazInput.d.ts +18 -3
- package/components/MazInput.mjs +1 -1
- package/components/MazInputCode.d.ts +1 -1
- package/components/MazInputCode.mjs +36 -39
- 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 +1 -1
- 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 +31 -55
- package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +13 -24
- package/components/MazPhoneNumberInput/types.d.ts +4 -2
- package/{types/components/MazPhoneNumberInput/use-libphonenumber.d.ts → components/MazPhoneNumberInput/useLibphonenumber.d.ts} +11 -6
- package/components/MazPhoneNumberInput/{use-maz-phone-number-input.d.ts → useMazPhoneNumberInput.d.ts} +1 -1
- 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 +31 -37
- package/components/MazRadioButtons.d.ts +1 -1
- package/components/MazReadingProgressBar.d.ts +1 -1
- package/components/MazSelect.d.ts +2 -2
- package/components/MazSelect.mjs +1 -1
- package/components/MazSlider.d.ts +1 -1
- 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 +29 -33
- package/components/MazTable.d.ts +8 -2
- 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 +11 -11
- package/components/MazTextarea.d.ts +58 -32
- package/components/MazTextarea.mjs +128 -109
- 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/MazBackdrop.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/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/MazDialog.css +1 -1
- package/components/assets/MazDialogPromise.css +1 -1
- package/components/assets/MazDrawer.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/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/MazTabsContentItem.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-CqppWg2j.mjs → MazBadge-DCzaExPj.mjs} +2 -2
- package/components/chunks/MazBottomSheet-DGsGO0zo.mjs +224 -0
- package/components/chunks/MazBtn-4-B-zs6Y.mjs +103 -0
- package/components/chunks/MazBtn-BS2kvd1Z.mjs +103 -0
- package/components/chunks/MazBtn-BVWOyFm-.mjs +103 -0
- package/components/chunks/MazBtn-C60T0UDa.mjs +103 -0
- package/components/chunks/MazBtn-C6zsmGnw.mjs +103 -0
- package/components/chunks/MazBtn-C7yEnuOD.mjs +103 -0
- package/components/chunks/MazBtn-CM-xSnA5.mjs +108 -0
- package/components/chunks/MazBtn-CsLtHm4K.mjs +103 -0
- package/components/chunks/MazBtn-D1jMqwE1.mjs +103 -0
- package/components/chunks/MazBtn-DAXwt847.mjs +103 -0
- package/components/chunks/MazBtn-DOWVQgpN.mjs +103 -0
- package/components/chunks/MazBtn-DZaVjTvW.mjs +103 -0
- package/components/chunks/MazBtn-ZAcYNusG.mjs +103 -0
- package/components/chunks/MazBtn-oZhhJy09.mjs +103 -0
- package/components/chunks/{MazCard-BYB8y1_u.mjs → MazCard-98OuVlyK.mjs} +1 -1
- package/components/chunks/{MazCarousel-DccWVW8H.mjs → MazCarousel-COTaKhKF.mjs} +1 -1
- package/components/chunks/{MazCheckbox-DMogZVHl.mjs → MazCheckbox-BNvSeNBP.mjs} +63 -59
- package/components/chunks/{MazCheckbox-B22OcHt8.mjs → MazCheckbox-CCma_qyQ.mjs} +63 -59
- package/components/chunks/{MazCheckbox-Db6sPUbV.mjs → MazCheckbox-eOEEACaM.mjs} +64 -60
- package/components/chunks/{MazChecklist-C95Y4Hb-.mjs → MazChecklist-Bb_70sf5.mjs} +110 -111
- package/components/chunks/MazDialog-Ca3jJ12T.mjs +297 -0
- package/components/chunks/MazDialogPromise-DOnmLhui.mjs +551 -0
- package/components/chunks/MazDrawer-Bas9dy0D.mjs +226 -0
- package/components/chunks/MazDropdown-0r445NfW.mjs +426 -0
- package/components/chunks/MazExpandAnimation-Bdf0-L85.mjs +54 -0
- package/components/chunks/{MazGallery-VTZUhBKC.mjs → MazGallery-r8SBTCgJ.mjs} +42 -45
- package/components/chunks/{MazGallery-CXQiXWFr.mjs → MazGallery-xPp1apvO.mjs} +94 -97
- package/components/chunks/MazIcon-BoTByt7n.mjs +4 -0
- package/components/chunks/{MazIcon-DjMuw8Bz.mjs → MazIcon-C-aPrqx2.mjs} +4 -3
- package/components/chunks/{MazIcon-BbvBov5G.mjs → MazIcon-_hN-Kivn.mjs} +14 -13
- package/components/chunks/{MazIcon-BF5TFzse.mjs → MazIcon-kLACGOa2.mjs} +4 -3
- package/components/chunks/MazInput-BM4n-byz.mjs +313 -0
- package/components/chunks/MazInput-BcutbP8N.mjs +314 -0
- package/components/chunks/MazInput-C9Qh4Gt3.mjs +324 -0
- package/components/chunks/MazInputNumber-DgjOMiOt.mjs +600 -0
- package/components/chunks/{MazInputPrice-DoTnDDIN.mjs → MazInputPrice-D6fJN9yv.mjs} +200 -169
- package/components/chunks/{MazInputTags-Dj3sW-e5.mjs → MazInputTags-DthGSyHQ.mjs} +251 -223
- package/components/chunks/{MazLazyImg-C03sUOXs.mjs → MazLazyImg-DQLwaKKz.mjs} +2 -2
- package/components/chunks/{MazLink-C_3Wya94.mjs → MazLink-tud3eDgU.mjs} +1 -1
- package/components/chunks/MazLoadingBar-C2qPjfEQ.mjs +36 -0
- package/components/chunks/MazPagination-BSu0Ifkp.mjs +327 -0
- package/components/chunks/MazPhoneNumberInput-BQjByOtQ.mjs +1813 -0
- package/components/chunks/MazPicker-BljfUneI.mjs +2486 -0
- package/components/chunks/{MazPickerMonthSwitcher-CmFFQoPA.mjs → MazPickerMonthSwitcher-CEVb4BXw.mjs} +1 -1
- package/components/chunks/{MazPickerShortcuts-DaELz7aq.mjs → MazPickerShortcuts-DayGMC9m.mjs} +1 -1
- package/components/chunks/{MazPickerYearSwitcher-m1_KXnpA.mjs → MazPickerYearSwitcher-DC1lFIbp.mjs} +1 -1
- package/components/chunks/MazSelect-CH3JdigO.mjs +867 -0
- package/components/chunks/MazSelect-D3KXcHJS.mjs +550 -0
- package/components/chunks/MazSpinner-B5JChIrj.mjs +34 -0
- package/components/chunks/{MazSpinner-DoRGA1RI.mjs → MazSpinner-BBZoDxwq.mjs} +1 -1
- package/components/chunks/{MazSpinner-BpkPcfCt.mjs → MazSpinner-BIPm54-3.mjs} +1 -1
- package/components/chunks/{MazSpinner-edxn0ncQ.mjs → MazSpinner-BlbTztM3.mjs} +1 -1
- package/components/chunks/MazSpinner-C-ln9ldX.mjs +34 -0
- package/components/chunks/MazSpinner-C11EOZZd.mjs +34 -0
- package/components/chunks/{MazSpinner-BsYJDmi9.mjs → MazSpinner-C6h03sqc.mjs} +1 -1
- package/components/chunks/{MazSpinner-Bb3f2t6w.mjs → MazSpinner-CCc9ajpj.mjs} +1 -1
- package/components/chunks/{MazSpinner-BcB0szZB.mjs → MazSpinner-CgKOIkQQ.mjs} +1 -1
- package/components/chunks/{MazSpinner-DmiLBQgR.mjs → MazSpinner-Cp_nPioh.mjs} +1 -1
- package/components/chunks/{MazSpinner-CfiIXW8y.mjs → MazSpinner-CwdlrYSt.mjs} +1 -1
- package/components/chunks/MazSpinner-D5Sbo759.mjs +34 -0
- package/components/chunks/MazSpinner-DPur0-r-.mjs +34 -0
- package/components/chunks/MazSpinner-DjUU4G1h.mjs +34 -0
- package/components/chunks/MazSpinner-DoPIk0St.mjs +34 -0
- package/components/chunks/{MazSpinner-C-64WJje.mjs → MazSpinner-DqD51Fb6.mjs} +1 -1
- package/components/chunks/MazSpinner-QfPXLpa_.mjs +34 -0
- package/components/chunks/MazSpinner-ZFhNCy24.mjs +34 -0
- package/components/chunks/MazSpinner-b90e3OQK.mjs +34 -0
- package/components/chunks/MazStepper-B3fuhbye.mjs +218 -0
- package/components/chunks/{MazTable-BJDPdIJB.mjs → MazTable-BU3Hluiu.mjs} +85 -81
- package/components/chunks/MazTableCell-DKMZAanm.mjs +23 -0
- package/components/chunks/MazTableRow-CDHpmXfw.mjs +30 -0
- package/components/chunks/{MazTableTitle-Ch-nyY1E.mjs → MazTableTitle-BSFZ84Ob.mjs} +4 -4
- package/components/chunks/{MazTabsBar-CM-w7V97.mjs → MazTabsBar--Xq_cpuz.mjs} +62 -78
- package/components/chunks/{MazTransitionExpand-PmUDa51_.mjs → MazTransitionExpand-Cedz9Ree.mjs} +8 -8
- package/components/chunks/examples.mobile.json-tW3aL0qI.mjs +4 -0
- package/components/chunks/{inject-strict-BmiaNiwC.mjs → inject-strict-DEDSuzCz.mjs} +3 -3
- package/components/chunks/useInstanceUniqId-BkOfxhk8.mjs +10 -0
- package/css/main.css +1 -1
- package/modules/assets/MazBtn.css +1 -1
- package/modules/assets/index.css +1 -1
- package/modules/chunks/MazBtn-CFge_w1W.cjs +1 -0
- package/modules/chunks/MazBtn-yNCoLFA6.mjs +103 -0
- package/modules/chunks/{MazIcon-DEgoQbMj.mjs → MazIcon-C3__MBEL.mjs} +4 -3
- package/modules/chunks/{MazIcon-CkuzyufF.cjs → MazIcon-CqhvM2xp.cjs} +1 -1
- package/modules/chunks/{MazSpinner-BurN-1pb.mjs → MazSpinner-C4XtaFJk.mjs} +1 -1
- package/modules/chunks/{MazSpinner-jP4QsCNE.cjs → MazSpinner-DkJAN36F.cjs} +1 -1
- package/modules/chunks/index-Bawg2UGE.cjs +124 -0
- package/modules/chunks/{index-CxFUggmu.mjs → index-CXu9R01-.mjs} +1207 -962
- package/modules/index.cjs +1 -1
- package/modules/index.mjs +47 -46
- package/nuxt/index.json +1 -1
- package/package.json +23 -22
- 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 +23 -14
- package/types/components/MazBadge.vue.d.ts +7 -2
- package/types/components/MazBottomSheet.vue.d.ts +13 -25
- 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/MazCheckbox.vue.d.ts +4 -3
- package/types/components/MazChecklist.vue.d.ts +2 -5
- package/types/components/MazCircularProgressBar.vue.d.ts +31 -60
- package/types/components/MazDialog.vue.d.ts +24 -33
- package/types/components/MazDialogPromise.vue.d.ts +3 -3
- package/types/components/MazDrawer.vue.d.ts +9 -5
- 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 +18 -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 +31 -55
- package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +13 -24
- package/types/components/MazPhoneNumberInput/types.d.ts +4 -2
- package/{components/MazPhoneNumberInput/use-libphonenumber.d.ts → types/components/MazPhoneNumberInput/useLibphonenumber.d.ts} +11 -6
- package/types/components/MazPhoneNumberInput/{use-maz-phone-number-input.d.ts → useMazPhoneNumberInput.d.ts} +1 -1
- 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 +2 -2
- 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 +8 -2
- 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 +8 -8
- package/types/modules/composables/useFormValidator/useFormField.d.ts +2 -2
- package/types/modules/composables/useFormValidator/useFormValidator.d.ts +3 -3
- package/types/modules/composables/useFormValidator/utils.d.ts +5 -5
- package/types/modules/composables/useLanguageDisplayNames.d.ts +13 -12
- package/types/modules/directives/closable.d.ts +1 -1
- package/types/modules/directives/tooltip/index.d.ts +21 -0
- package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +2 -2
- package/types/modules/helpers/inject-strict.d.ts +2 -1
- package/types/tailwindcss/variables/colors.d.ts +2 -0
- package/components/MazPhoneNumberInput.d.ts +0 -239
- package/components/chunks/MazBottomSheet-CGRvZmGd.mjs +0 -208
- package/components/chunks/MazBtn-2VKM1wZu.mjs +0 -106
- package/components/chunks/MazBtn-40lm8-AL.mjs +0 -106
- package/components/chunks/MazBtn-BB1FyYWv.mjs +0 -114
- package/components/chunks/MazBtn-BMYXMZuX.mjs +0 -106
- package/components/chunks/MazBtn-BijEMn4r.mjs +0 -106
- package/components/chunks/MazBtn-BmrcK2af.mjs +0 -106
- package/components/chunks/MazBtn-C72_1uvu.mjs +0 -106
- package/components/chunks/MazBtn-CWloP6MI.mjs +0 -111
- package/components/chunks/MazBtn-CcyV4DCc.mjs +0 -106
- package/components/chunks/MazBtn-DENEMy-c.mjs +0 -106
- package/components/chunks/MazBtn-DfqRZvbB.mjs +0 -106
- package/components/chunks/MazBtn-UnZQuu6P.mjs +0 -106
- package/components/chunks/MazBtn-cDJlUVVY.mjs +0 -106
- package/components/chunks/MazBtn-hUslV7wO.mjs +0 -106
- package/components/chunks/MazDialog-khofH-7I.mjs +0 -237
- package/components/chunks/MazDialogPromise-ZRA2ZrO4.mjs +0 -488
- package/components/chunks/MazExpandAnimation-MDimlZGj.mjs +0 -57
- package/components/chunks/MazInput-DC3S-CVu.mjs +0 -282
- package/components/chunks/MazInput-DzWkS-g8.mjs +0 -293
- package/components/chunks/MazInput-NE6H-10w.mjs +0 -281
- package/components/chunks/MazInputNumber-DRXQXHRv.mjs +0 -572
- package/components/chunks/MazLoadingBar-DdjHRC7g.mjs +0 -32
- package/components/chunks/MazPagination-BkT4_LLW.mjs +0 -330
- package/components/chunks/MazPhoneNumberInput-BbssOUzo.mjs +0 -1778
- package/components/chunks/MazPicker-DwWiIYAR.mjs +0 -2456
- package/components/chunks/MazSelect-BJ07NVXQ.mjs +0 -843
- package/components/chunks/MazSelect-CDV9Fx6m.mjs +0 -556
- package/components/chunks/MazSpinner-BymqEMBk.mjs +0 -34
- package/components/chunks/MazSpinner-CEFbkZkM.mjs +0 -34
- package/components/chunks/MazSpinner-CsEQ9EXb.mjs +0 -34
- package/components/chunks/MazSpinner-CykRbNHD.mjs +0 -34
- package/components/chunks/MazSpinner-D3-pqOh3.mjs +0 -34
- package/components/chunks/MazSpinner-DS58mtzm.mjs +0 -34
- package/components/chunks/MazSpinner-Dmkr_r9u.mjs +0 -34
- package/components/chunks/MazSpinner-eC03bFP5.mjs +0 -34
- package/components/chunks/MazSpinner-f2Mc2eRO.mjs +0 -34
- package/components/chunks/MazSpinner-n4Dp5ZsH.mjs +0 -34
- package/components/chunks/MazStepper-BREfkpUb.mjs +0 -213
- package/components/chunks/MazTableCell-DILuUCTe.mjs +0 -23
- package/components/chunks/MazTableRow-D6H6-c8J.mjs +0 -30
- package/components/chunks/examples.mobile.json-JpNGylGv.mjs +0 -4
- package/components/chunks/useInstanceUniqId-DW9jO1Sz.mjs +0 -11
- package/modules/chunks/MazBtn-B_Xlvgbg.cjs +0 -1
- package/modules/chunks/MazBtn-Dsr06Zgg.mjs +0 -106
- package/modules/chunks/index-CUNN0eIB.cjs +0 -124
- package/types/components/MazPhoneNumberInput.vue.d.ts +0 -239
package/modules/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-Bawg2UGE.cjs");exports.AosHandler=e.AosHandler;exports.DialogHandler=e.DialogHandler;exports.IdleTimeout=e.IdleTimeout;exports.ScriptLoader=e.ScriptLoader;exports.Swipe=e.Swipe;exports.ToasterHandler=e.ToasterHandler;exports.UserVisibility=e.UserVisibility;exports.WaitHandler=e.WaitHandler;exports.capitalize=e.capitalize;exports.checkAvailability=e.checkAvailability;exports.countryCodeToUnicodeFlag=e.countryCodeToUnicodeFlag;exports.currency=e.currency;exports.date=e.date;exports.debounce=e.debounce;exports.getAosInstance=e.getInstance;exports.injectStrict=e.injectStrict;exports.installAos=e.plugin$7;exports.installDialog=e.installDialog;exports.installDirectives=e.plugin;exports.installFilters=e.installFilters;exports.installToaster=e.installToaster;exports.installWait=e.plugin$8;exports.isClient=e.isClient;exports.iso6391Codes=e.iso6391Codes;exports.languageCodes=e.languageCodes;exports.mount=e.mount;exports.normalizeString=e.normalizeString;exports.number=e.number;exports.sleep=e.sleep;exports.throttle=e.throttle;exports.truthyFilter=e.truthyFilter;exports.useAos=e.useAos;exports.useBreakpoints=e.useBreakpoints;exports.useDialog=e.useDialog;exports.useFormField=e.useFormField;exports.useFormValidator=e.useFormValidator;exports.useIdleTimeout=e.useIdleTimeout;exports.useInstanceUniqId=e.useInstanceUniqId;exports.useLanguageDisplayNames=e.useLanguageDisplayNames;exports.useReadingTime=e.useReadingTime;exports.useStringMatching=e.useStringMatching;exports.useSwipe=e.useSwipe;exports.useThemeHandler=e.useThemeHandler;exports.useTimer=e.useTimer;exports.useToast=e.useToast;exports.useUserVisibility=e.useUserVisibility;exports.useWait=e.useWait;exports.useWindowSize=e.useWindowSize;exports.vClickOutside=e.directive;exports.vClickOutsideInstall=e.plugin$1;exports.vClosable=e.directive$1;exports.vClosableInstall=e.plugin$2;exports.vFullscreenImg=e.directive$3;exports.vFullscreenImgInstall=e.plugin$4;exports.vLazyImg=e.directive$4;exports.vLazyImgInstall=e.plugin$5;exports.vTooltip=e.directive$2;exports.vTooltipInstall=e.plugin$3;exports.vZoomImg=e.vZoomImg;exports.vZoomImgInstall=e.plugin$6;exports.waitInstance=e.instance;
|
package/modules/index.mjs
CHANGED
|
@@ -1,63 +1,64 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Z as e, a1 as l, P as i, T as t, V as n, a4 as o, Y as r, a7 as u, I as d, M as c, N as m, J as g, K as I, O as v, $ as T, i as p, a0 as y, a2 as C, t as F, H as b, a3 as S, a6 as h, Q as z, g as A, l as D, R as H, S as k, L as w, U as L, W as U, X as W, u as V, a as O, b as Z, c as f, d as j, e as q, f as x, h as B, j as M, k as N, m as R, n as E, o as G, p as J, q as K, r as P, s as Q, v as X, w as Y, x as $, y as _, C as aa, B as sa, E as ea, D as la, z as ia, A as ta, G as na, F as oa, a5 as ra } from "./chunks/index-CXu9R01-.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as AosHandler,
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
l as DialogHandler,
|
|
5
|
+
i as IdleTimeout,
|
|
6
6
|
t as ScriptLoader,
|
|
7
7
|
n as Swipe,
|
|
8
8
|
o as ToasterHandler,
|
|
9
9
|
r as UserVisibility,
|
|
10
10
|
u as WaitHandler,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
d as capitalize,
|
|
12
|
+
c as checkAvailability,
|
|
13
13
|
m as countryCodeToUnicodeFlag,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
g as currency,
|
|
15
|
+
I as date,
|
|
16
16
|
v as debounce,
|
|
17
17
|
T as getAosInstance,
|
|
18
18
|
p as injectStrict,
|
|
19
19
|
y as installAos,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
C as installDialog,
|
|
21
|
+
F as installDirectives,
|
|
22
|
+
b as installFilters,
|
|
23
23
|
S as installToaster,
|
|
24
24
|
h as installWait,
|
|
25
25
|
z as isClient,
|
|
26
|
-
A as
|
|
27
|
-
D as
|
|
28
|
-
H as
|
|
29
|
-
k as
|
|
30
|
-
w as
|
|
31
|
-
L as
|
|
32
|
-
U as
|
|
33
|
-
W as
|
|
34
|
-
V as
|
|
35
|
-
O as
|
|
36
|
-
Z as
|
|
37
|
-
f as
|
|
38
|
-
j as
|
|
39
|
-
q as
|
|
40
|
-
x as
|
|
41
|
-
B as
|
|
42
|
-
M as
|
|
43
|
-
N as
|
|
44
|
-
R as
|
|
45
|
-
E as
|
|
46
|
-
G as
|
|
47
|
-
J as
|
|
48
|
-
K as
|
|
49
|
-
P as
|
|
50
|
-
Q as
|
|
51
|
-
X as
|
|
52
|
-
Y as
|
|
53
|
-
$ as
|
|
54
|
-
_ as
|
|
55
|
-
aa as
|
|
56
|
-
sa as
|
|
57
|
-
ea as
|
|
26
|
+
A as iso6391Codes,
|
|
27
|
+
D as languageCodes,
|
|
28
|
+
H as mount,
|
|
29
|
+
k as normalizeString,
|
|
30
|
+
w as number,
|
|
31
|
+
L as sleep,
|
|
32
|
+
U as throttle,
|
|
33
|
+
W as truthyFilter,
|
|
34
|
+
V as useAos,
|
|
35
|
+
O as useBreakpoints,
|
|
36
|
+
Z as useDialog,
|
|
37
|
+
f as useFormField,
|
|
38
|
+
j as useFormValidator,
|
|
39
|
+
q as useIdleTimeout,
|
|
40
|
+
x as useInstanceUniqId,
|
|
41
|
+
B as useLanguageDisplayNames,
|
|
42
|
+
M as useReadingTime,
|
|
43
|
+
N as useStringMatching,
|
|
44
|
+
R as useSwipe,
|
|
45
|
+
E as useThemeHandler,
|
|
46
|
+
G as useTimer,
|
|
47
|
+
J as useToast,
|
|
48
|
+
K as useUserVisibility,
|
|
49
|
+
P as useWait,
|
|
50
|
+
Q as useWindowSize,
|
|
51
|
+
X as vClickOutside,
|
|
52
|
+
Y as vClickOutsideInstall,
|
|
53
|
+
$ as vClosable,
|
|
54
|
+
_ as vClosableInstall,
|
|
55
|
+
aa as vFullscreenImg,
|
|
56
|
+
sa as vFullscreenImgInstall,
|
|
57
|
+
ea as vLazyImg,
|
|
58
|
+
la as vLazyImgInstall,
|
|
58
59
|
ia as vTooltip,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
ta as vTooltipInstall,
|
|
61
|
+
na as vZoomImg,
|
|
62
|
+
oa as vZoomImgInstall,
|
|
63
|
+
ra as waitInstance
|
|
63
64
|
};
|
package/nuxt/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.47.2-beta.
|
|
4
|
+
"version": "3.47.2-beta.21",
|
|
5
5
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -130,22 +130,22 @@
|
|
|
130
130
|
"@mazui/cli": "latest"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@babel/core": "^7.
|
|
134
|
-
"@babel/preset-env": "^7.
|
|
135
|
-
"@babel/preset-typescript": "^7.
|
|
136
|
-
"@nuxt/kit": "^3.
|
|
137
|
-
"@nuxt/schema": "^3.
|
|
133
|
+
"@babel/core": "^7.26.0",
|
|
134
|
+
"@babel/preset-env": "^7.26.0",
|
|
135
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
136
|
+
"@nuxt/kit": "^3.14.159",
|
|
137
|
+
"@nuxt/schema": "^3.14.159",
|
|
138
138
|
"@types/dropzone": "^5.7.8",
|
|
139
139
|
"@types/google.maps": "^3.58.1",
|
|
140
140
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
141
|
-
"@vitest/coverage-v8": "^2.1.
|
|
142
|
-
"@vue/compiler-sfc": "^3.5.
|
|
141
|
+
"@vitest/coverage-v8": "^2.1.4",
|
|
142
|
+
"@vue/compiler-sfc": "^3.5.12",
|
|
143
143
|
"@vue/test-utils": "^2.4.6",
|
|
144
144
|
"@vue/tsconfig": "^0.5.1",
|
|
145
145
|
"autoprefixer": "^10.4.20",
|
|
146
146
|
"c8": "^10.1.2",
|
|
147
147
|
"chalk": "5.3.0",
|
|
148
|
-
"chart.js": "^4.4.
|
|
148
|
+
"chart.js": "^4.4.6",
|
|
149
149
|
"dayjs": "^1.11.13",
|
|
150
150
|
"defu": "^6.1.4",
|
|
151
151
|
"dropzone": "^5.9.3",
|
|
@@ -153,43 +153,44 @@
|
|
|
153
153
|
"fs": "0.0.2",
|
|
154
154
|
"jsdom": "^25.0.1",
|
|
155
155
|
"json-templater": "^1.2.0",
|
|
156
|
-
"libphonenumber-js": "^1.11.
|
|
156
|
+
"libphonenumber-js": "^1.11.15",
|
|
157
157
|
"minimist": "^1.2.8",
|
|
158
|
-
"nuxt": "^3.
|
|
158
|
+
"nuxt": "^3.14.159",
|
|
159
159
|
"onchange": "^7.1.0",
|
|
160
160
|
"path": "^0.12.7",
|
|
161
161
|
"postcss": "^8.4.47",
|
|
162
162
|
"postcss-html": "^1.7.0",
|
|
163
163
|
"postcss-import": "^16.1.0",
|
|
164
|
-
"postcss-nested": "^
|
|
164
|
+
"postcss-nested": "^7.0.2",
|
|
165
165
|
"postcss-simple-vars": "^7.0.1",
|
|
166
166
|
"postcss-url": "^10.1.3",
|
|
167
167
|
"replace-in-file": "^8.2.0",
|
|
168
168
|
"rimraf": "^6.0.1",
|
|
169
|
-
"sass": "^1.
|
|
169
|
+
"sass": "^1.80.6",
|
|
170
170
|
"semver": "^7.6.3",
|
|
171
|
-
"sirv": "^
|
|
172
|
-
"stylelint": "^16.
|
|
171
|
+
"sirv": "^3.0.0",
|
|
172
|
+
"stylelint": "^16.10.0",
|
|
173
173
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
174
174
|
"stylelint-config-standard": "^36.0.1",
|
|
175
175
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
176
176
|
"stylelint-config-tailwindcss": "^0.0.7",
|
|
177
|
-
"
|
|
177
|
+
"stylelint-scss": "^6.8.1",
|
|
178
|
+
"tailwindcss": "^3.4.14",
|
|
178
179
|
"unplugin-auto-import": "^0.18.3",
|
|
179
180
|
"unplugin-vue-components": "^0.27.4",
|
|
180
181
|
"valibot": "^0.42.1",
|
|
181
|
-
"vite": "^5.4.
|
|
182
|
+
"vite": "^5.4.10",
|
|
182
183
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
183
184
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
184
|
-
"vite-plugin-static-copy": "^2.
|
|
185
|
+
"vite-plugin-static-copy": "^2.1.0",
|
|
185
186
|
"vite-svg-loader": "^5.1.0",
|
|
186
|
-
"vitest": "^2.1.
|
|
187
|
+
"vitest": "^2.1.4",
|
|
187
188
|
"vitest-canvas-mock": "^0.3.3",
|
|
188
|
-
"vue": "^3.5.
|
|
189
|
-
"vue-chartjs": "^5.3.
|
|
189
|
+
"vue": "^3.5.12",
|
|
190
|
+
"vue-chartjs": "^5.3.2",
|
|
190
191
|
"vue-loader": "^17.4.2",
|
|
191
192
|
"vue-router": "^4.4.5",
|
|
192
|
-
"vue-tsc": "^2.1.
|
|
193
|
+
"vue-tsc": "^2.1.10"
|
|
193
194
|
},
|
|
194
195
|
"lint-staged": {
|
|
195
196
|
"*.{js,ts,vue,mjs,mts,cjs}": "cross-env NODE_ENV=production eslint --fix",
|
|
@@ -10,6 +10,8 @@ export const baseColors = {
|
|
|
10
10
|
'border': 'var(--maz-border-color)',
|
|
11
11
|
'color-light': 'var(--maz-color-bg-light)',
|
|
12
12
|
'color-lighter': 'var(--maz-color-bg-lighter)',
|
|
13
|
+
'color-dark': 'var(--maz-color-bg-dark)',
|
|
14
|
+
'color-darker': 'var(--maz-color-bg-darker)',
|
|
13
15
|
'theme': 'var(--maz-color-bg-theme)',
|
|
14
16
|
'theme-hover': 'var(--maz-color-bg-theme-hover)',
|
|
15
17
|
'bg-dark': 'var(--maz-bg-color-dark)',
|
|
@@ -4,6 +4,7 @@ export interface Props {
|
|
|
4
4
|
contentClass?: unknown;
|
|
5
5
|
}
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: Partial<Record<`title-${number}`, (_: {
|
|
8
9
|
isOpen: boolean;
|
|
9
10
|
}) => any>> & Partial<Record<`content-${number}`, (_: {
|
|
@@ -14,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
14
15
|
}): any;
|
|
15
16
|
};
|
|
16
17
|
refs: {};
|
|
17
|
-
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
18
19
|
};
|
|
19
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
21
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -25,7 +26,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
25
26
|
id: string;
|
|
26
27
|
modelValue: number;
|
|
27
28
|
contentClass: undefined;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
30
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
31
|
export default _default;
|
|
31
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,33 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
slots: {
|
|
3
|
-
prefix?(_: {}): any;
|
|
4
|
-
prefix?(_: {}): any;
|
|
5
|
-
suffix?(_: {}): any;
|
|
6
|
-
suffix?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
|
-
/**
|
|
14
|
-
* The number to animate
|
|
15
|
-
*/
|
|
16
|
-
count: number;
|
|
17
|
-
/**
|
|
18
|
-
* Duration of the animation in milliseconds
|
|
19
|
-
* @default 1000
|
|
20
|
-
*/
|
|
21
|
-
duration?: number;
|
|
22
|
-
/**
|
|
23
|
-
* Suffix to display next to the number
|
|
24
|
-
*/
|
|
25
|
-
prefix?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Suffix to display next to the number
|
|
28
|
-
*/
|
|
29
|
-
suffix?: string;
|
|
30
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
1
|
+
type __VLS_Props = {
|
|
31
2
|
/**
|
|
32
3
|
* The number to animate
|
|
33
4
|
*/
|
|
@@ -45,11 +16,24 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
45
16
|
* Suffix to display next to the number
|
|
46
17
|
*/
|
|
47
18
|
suffix?: string;
|
|
48
|
-
}
|
|
19
|
+
};
|
|
20
|
+
declare function __VLS_template(): {
|
|
21
|
+
attrs: Partial<{}>;
|
|
22
|
+
slots: {
|
|
23
|
+
prefix?(_: {}): any;
|
|
24
|
+
prefix?(_: {}): any;
|
|
25
|
+
suffix?(_: {}): any;
|
|
26
|
+
suffix?(_: {}): any;
|
|
27
|
+
};
|
|
28
|
+
refs: {};
|
|
29
|
+
rootEl: HTMLSpanElement;
|
|
30
|
+
};
|
|
31
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
32
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
49
33
|
duration: number;
|
|
50
34
|
prefix: string;
|
|
51
35
|
suffix: string;
|
|
52
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
36
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
53
37
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
54
38
|
export default _default;
|
|
55
39
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -57,13 +57,14 @@ export interface Props {
|
|
|
57
57
|
loading?: 'lazy' | 'eager' | 'intersecting';
|
|
58
58
|
}
|
|
59
59
|
declare function __VLS_template(): {
|
|
60
|
+
attrs: Partial<{}>;
|
|
60
61
|
slots: {
|
|
61
62
|
"round-text"?(_: {}): any;
|
|
62
63
|
icon?(_: {}): any;
|
|
63
64
|
caption?(_: {}): any;
|
|
64
65
|
};
|
|
65
66
|
refs: {};
|
|
66
|
-
|
|
67
|
+
rootEl: any;
|
|
67
68
|
};
|
|
68
69
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
69
70
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
|
-
export interface
|
|
2
|
+
export interface MazBackdropProps {
|
|
3
|
+
/** @model Modal's model value */
|
|
3
4
|
modelValue?: boolean;
|
|
5
|
+
/** Teleport selector */
|
|
4
6
|
teleportSelector?: string;
|
|
7
|
+
/** Function called before modal is close */
|
|
5
8
|
beforeClose?: () => Promise<void> | void;
|
|
9
|
+
/** Persistent dialog (not closable by clicking outside and remove close button) */
|
|
6
10
|
persistent?: boolean;
|
|
11
|
+
/** Prevent close on escape key */
|
|
7
12
|
noCloseOnEscKey?: boolean;
|
|
13
|
+
/** Transition name */
|
|
8
14
|
transitionName?: string;
|
|
15
|
+
/** Backdrop class */
|
|
9
16
|
backdropClass?: HTMLAttributes['class'];
|
|
17
|
+
/** Backdrop content class */
|
|
10
18
|
backdropContentClass?: HTMLAttributes['class'];
|
|
19
|
+
/** Add padding to the content */
|
|
20
|
+
contentPadding?: boolean;
|
|
21
|
+
/** Justify content */
|
|
22
|
+
justify?: 'center' | 'end' | 'start' | 'space-between' | 'space-around' | 'none';
|
|
23
|
+
/** Align content */
|
|
24
|
+
align?: 'center' | 'end' | 'start' | 'none';
|
|
25
|
+
/** Variant */
|
|
26
|
+
variant?: 'bottom-sheet' | 'dialog' | 'drawer';
|
|
11
27
|
}
|
|
12
28
|
declare function close(): void;
|
|
13
29
|
declare function toggleModal(value: any): Promise<void>;
|
|
@@ -16,16 +32,18 @@ declare function onBackdropAnimationLeave(): void;
|
|
|
16
32
|
declare function onBackdropClicked(): void;
|
|
17
33
|
declare function onKeyPress(event: KeyboardEvent): void;
|
|
18
34
|
declare function __VLS_template(): {
|
|
35
|
+
attrs: Partial<{}>;
|
|
19
36
|
slots: {
|
|
20
37
|
default?(_: {
|
|
21
38
|
close: typeof close;
|
|
39
|
+
onBackdropClicked: typeof onBackdropClicked;
|
|
22
40
|
}): any;
|
|
23
41
|
};
|
|
24
42
|
refs: {};
|
|
25
|
-
|
|
43
|
+
rootEl: any;
|
|
26
44
|
};
|
|
27
45
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
46
|
+
declare const __VLS_component: import("vue").DefineComponent<MazBackdropProps, {
|
|
29
47
|
onBackdropAnimationEnter: typeof onBackdropAnimationEnter;
|
|
30
48
|
onBackdropAnimationLeave: typeof onBackdropAnimationLeave;
|
|
31
49
|
onBackdropClicked: typeof onBackdropClicked;
|
|
@@ -38,21 +56,12 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
38
56
|
open: (value: void) => any;
|
|
39
57
|
"update:model-value": (value: boolean) => any;
|
|
40
58
|
"before-close": (value: void) => any;
|
|
41
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<MazBackdropProps> & Readonly<{
|
|
42
60
|
onClose?: ((value?: void | undefined) => any) | undefined;
|
|
43
61
|
onOpen?: ((value?: void | undefined) => any) | undefined;
|
|
44
62
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
45
63
|
"onBefore-close"?: ((value?: void | undefined) => any) | undefined;
|
|
46
|
-
}>, {
|
|
47
|
-
modelValue: boolean;
|
|
48
|
-
teleportSelector: string;
|
|
49
|
-
beforeClose: () => Promise<void> | void;
|
|
50
|
-
persistent: boolean;
|
|
51
|
-
noCloseOnEscKey: boolean;
|
|
52
|
-
transitionName: string;
|
|
53
|
-
backdropClass: HTMLAttributes["class"];
|
|
54
|
-
backdropContentClass: HTMLAttributes["class"];
|
|
55
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
64
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
56
65
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
57
66
|
export default _default;
|
|
58
67
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -7,14 +7,19 @@ export interface Props {
|
|
|
7
7
|
nowrap?: boolean;
|
|
8
8
|
outline?: boolean;
|
|
9
9
|
pastel?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Size radius of the component's border
|
|
12
|
+
* @values `'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full'`
|
|
13
|
+
*/
|
|
10
14
|
roundedSize?: BadgeRoundedSize;
|
|
11
15
|
}
|
|
12
16
|
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
13
18
|
slots: {
|
|
14
19
|
default?(_: {}): any;
|
|
15
20
|
};
|
|
16
21
|
refs: {};
|
|
17
|
-
|
|
22
|
+
rootEl: HTMLSpanElement;
|
|
18
23
|
};
|
|
19
24
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
25
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -24,7 +29,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
24
29
|
outline: boolean;
|
|
25
30
|
pastel: boolean;
|
|
26
31
|
nowrap: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
28
33
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
34
|
export default _default;
|
|
30
35
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,43 +1,31 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** @model Modal's model value */
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
/** Remove the close button */
|
|
5
|
+
noClose?: boolean;
|
|
6
|
+
/** Remove the padding on the container */
|
|
7
|
+
noPadding?: boolean;
|
|
8
|
+
};
|
|
1
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
2
11
|
slots: {
|
|
3
12
|
default?(_: {
|
|
4
13
|
close: () => void;
|
|
5
14
|
}): any;
|
|
6
15
|
};
|
|
7
16
|
refs: {};
|
|
8
|
-
|
|
17
|
+
rootEl: any;
|
|
9
18
|
};
|
|
10
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").
|
|
12
|
-
noClose: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
noPadding: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
close: (...args: any[]) => void;
|
|
22
22
|
open: (...args: any[]) => void;
|
|
23
23
|
"update:model-value": (...args: any[]) => void;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
25
|
-
noClose: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
noPadding: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
34
25
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
35
26
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
36
27
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
37
|
-
}>, {
|
|
38
|
-
noPadding: boolean;
|
|
39
|
-
noClose: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
41
29
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
30
|
export default _default;
|
|
43
31
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -101,9 +101,10 @@ export interface Props {
|
|
|
101
101
|
/**
|
|
102
102
|
* Choose how the elements are aligned in the button
|
|
103
103
|
*/
|
|
104
|
-
justify?: 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
|
|
104
|
+
justify?: 'start' | 'end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
|
|
105
105
|
}
|
|
106
106
|
declare function __VLS_template(): {
|
|
107
|
+
attrs: Partial<{}>;
|
|
107
108
|
slots: {
|
|
108
109
|
"left-icon"?(_: {}): any;
|
|
109
110
|
icon?(_: {}): any;
|
|
@@ -111,7 +112,7 @@ declare function __VLS_template(): {
|
|
|
111
112
|
"right-icon"?(_: {}): any;
|
|
112
113
|
};
|
|
113
114
|
refs: {};
|
|
114
|
-
|
|
115
|
+
rootEl: any;
|
|
115
116
|
};
|
|
116
117
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
117
118
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -123,7 +124,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
123
124
|
icon: string | Icon;
|
|
124
125
|
leftIcon: string | Icon;
|
|
125
126
|
rightIcon: string | Icon;
|
|
126
|
-
justify: "start" | "end" | "center" | "between" | "around" | "evenly";
|
|
127
|
+
justify: "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly";
|
|
127
128
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
128
129
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
129
130
|
export default _default;
|
|
@@ -55,6 +55,7 @@ export interface Props {
|
|
|
55
55
|
block?: boolean;
|
|
56
56
|
}
|
|
57
57
|
declare function __VLS_template(): {
|
|
58
|
+
attrs: Partial<{}>;
|
|
58
59
|
slots: {
|
|
59
60
|
header?(_: {}): any;
|
|
60
61
|
default?(_: {}): any;
|
|
@@ -65,16 +66,14 @@ declare function __VLS_template(): {
|
|
|
65
66
|
actions?(_: {}): any;
|
|
66
67
|
};
|
|
67
68
|
refs: {};
|
|
68
|
-
|
|
69
|
+
rootEl: HTMLDivElement;
|
|
69
70
|
};
|
|
70
71
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
71
72
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
72
73
|
header: string;
|
|
73
74
|
href: string;
|
|
74
75
|
to: RouterLinkProps["to"];
|
|
75
|
-
elevation: boolean;
|
|
76
76
|
orientation: "column" | "row" | "row-reverse" | "column-reverse";
|
|
77
|
-
radius: boolean;
|
|
78
77
|
scale: boolean;
|
|
79
78
|
images: MazGalleryImage[];
|
|
80
79
|
noRemaining: boolean;
|
|
@@ -82,9 +81,11 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
82
81
|
footerAlign: "right" | "left";
|
|
83
82
|
galleryWidth: string | number;
|
|
84
83
|
galleryHeight: string | number;
|
|
84
|
+
elevation: boolean;
|
|
85
|
+
radius: boolean;
|
|
85
86
|
imagesShowCount: number;
|
|
86
87
|
wrapperClass: HTMLAttributes["class"];
|
|
87
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
88
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
88
89
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
89
90
|
export default _default;
|
|
90
91
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -34,6 +34,7 @@ export interface Props {
|
|
|
34
34
|
innerOpacity?: number;
|
|
35
35
|
}
|
|
36
36
|
declare function __VLS_template(): {
|
|
37
|
+
attrs: Partial<{}>;
|
|
37
38
|
slots: {
|
|
38
39
|
default?(_: {}): any;
|
|
39
40
|
};
|
|
@@ -41,7 +42,7 @@ declare function __VLS_template(): {
|
|
|
41
42
|
blobElement: HTMLDivElement;
|
|
42
43
|
fakeblobElement: HTMLDivElement;
|
|
43
44
|
};
|
|
44
|
-
|
|
45
|
+
rootEl: HTMLDivElement;
|
|
45
46
|
};
|
|
46
47
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
47
48
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -51,7 +52,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
51
52
|
contentClass: HTMLAttributes["class"];
|
|
52
53
|
contentStyle: string | false | import("vue").CSSProperties | StyleValue[] | null;
|
|
53
54
|
innerOpacity: number;
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
55
56
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
56
57
|
export default _default;
|
|
57
58
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -9,6 +9,7 @@ export interface Props {
|
|
|
9
9
|
hideScrollbar?: boolean;
|
|
10
10
|
}
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
12
13
|
slots: {
|
|
13
14
|
title?(_: {}): any;
|
|
14
15
|
"previous-icon"?(_: {}): any;
|
|
@@ -18,13 +19,13 @@ declare function __VLS_template(): {
|
|
|
18
19
|
refs: {
|
|
19
20
|
MazCarouselItems: HTMLDivElement;
|
|
20
21
|
};
|
|
21
|
-
|
|
22
|
+
rootEl: HTMLDivElement;
|
|
22
23
|
};
|
|
23
24
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
25
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
25
26
|
ariaLabelPreviousButton: string;
|
|
26
27
|
ariaLabelNextButton: string;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
29
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
30
|
export default _default;
|
|
30
31
|
type __VLS_WithTemplateSlots<T, S> = T & {
|