maz-ui 3.47.2-beta.0 → 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.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 +14 -8
- 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-CvIiiTdM.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-FSXmHyhj.mjs → MazCard-XBaeDZkg.mjs} +18 -19
- package/components/chunks/{MazCarousel-BEl86YGW.mjs → MazCarousel-COTaKhKF.mjs} +20 -21
- package/components/chunks/{MazCheckbox-BmnqBHaY.mjs → MazCheckbox-B-Sw22La.mjs} +63 -60
- package/components/chunks/{MazCheckbox-Cq9gpTEw.mjs → MazCheckbox-DjY15PA3.mjs} +63 -58
- package/components/chunks/{MazCheckbox-2G4VkxDz.mjs → MazCheckbox-DxfneUvu.mjs} +63 -59
- package/components/chunks/{MazChecklist-CY1Cv70T.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-CZOokGAt.mjs → MazGallery-BooLoRWi.mjs} +64 -68
- package/components/chunks/{MazGallery-BknvUeo1.mjs → MazGallery-DUOQamrE.mjs} +63 -67
- package/components/chunks/MazIcon-BX2Gbz8R.mjs +4 -0
- package/components/chunks/{MazIcon-DjMuw8Bz.mjs → MazIcon-C-aPrqx2.mjs} +4 -3
- package/components/chunks/{MazIcon-z-jTiuyI.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-BrxE5WVf.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-Cd25AzXc.mjs → MazPhoneNumberInput-B5Up8CqL.mjs} +596 -612
- package/components/chunks/MazPicker-CzYUZcLy.mjs +2487 -0
- package/components/chunks/{MazPickerMonthSwitcher-CyHYx8TT.mjs → MazPickerMonthSwitcher-Ds5agR3Z.mjs} +1 -1
- package/components/chunks/{MazPickerShortcuts-Bsi8cnox.mjs → MazPickerShortcuts-BP6CY9-c.mjs} +1 -1
- package/components/chunks/{MazPickerYearSwitcher-DLUSMAtz.mjs → MazPickerYearSwitcher-PM8qZMzR.mjs} +1 -1
- package/components/chunks/MazSelect-DOexatNj.mjs +871 -0
- package/components/chunks/{MazSelect-uCJPMXF-.mjs → MazSelect-DaDRzcT_.mjs} +172 -188
- package/components/chunks/{MazSpinner-2D0ZmAQz.mjs → MazSpinner-9M_EGMpy.mjs} +1 -1
- package/components/chunks/{MazSpinner-C1Ip-Dwh.mjs → MazSpinner-BJpv1muf.mjs} +1 -1
- package/components/chunks/{MazSpinner-Cqp-BMvL.mjs → MazSpinner-BlbTztM3.mjs} +1 -1
- package/components/chunks/{MazSpinner-BT_717pD.mjs → MazSpinner-Bsy1nA3c.mjs} +1 -1
- package/components/chunks/{MazSpinner-B9OwpEP_.mjs → MazSpinner-C30YfScc.mjs} +1 -1
- 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-Bvb-lKER.mjs → MazSpinner-CkKIUYXO.mjs} +1 -1
- package/components/chunks/{MazSpinner-EFo8dM46.mjs → MazSpinner-CxyUHAvm.mjs} +1 -1
- package/components/chunks/MazSpinner-DROgQW2M.mjs +34 -0
- package/components/chunks/MazSpinner-DjUU4G1h.mjs +34 -0
- 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-Cuz5QI08.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-BDA9G6Zw.mjs → MazTableTitle-OEgTPQB3.mjs} +4 -4
- package/components/chunks/MazTabsBar-CT35SCIK.mjs +177 -0
- package/components/chunks/{MazTransitionExpand-C-FHhOGB.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-DllGg8tw.mjs → MazIcon-CeT6HK_q.mjs} +4 -3
- package/modules/chunks/{MazIcon-dhyR9Q8a.cjs → MazIcon-D-Gna0vz.cjs} +1 -1
- package/modules/chunks/{MazSpinner-bdGjxsu6.mjs → MazSpinner-DV--lwdI.mjs} +1 -1
- package/modules/chunks/{MazSpinner-CiIyZ8gs.cjs → MazSpinner-DersvZQw.cjs} +1 -1
- package/modules/chunks/index-DvromXrX.cjs +124 -0
- package/modules/chunks/{index-x2F1l5sr.mjs → index-Kry9j5uD.mjs} +224 -249
- 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/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 +14 -8
- 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 +2 -2
- package/types/modules/helpers/inject-strict.d.ts +2 -1
- package/types/tailwindcss/variables/colors.d.ts +2 -0
- package/components/chunks/MazBtn-BO3G90L3.mjs +0 -118
- package/components/chunks/MazBtn-BRUaoP8j.mjs +0 -126
- package/components/chunks/MazBtn-BhnOApJu.mjs +0 -118
- package/components/chunks/MazBtn-C28vKP_v.mjs +0 -118
- package/components/chunks/MazBtn-C87UEsVs.mjs +0 -118
- package/components/chunks/MazBtn-C_l3xuAh.mjs +0 -118
- package/components/chunks/MazBtn-CweCwE_4.mjs +0 -118
- package/components/chunks/MazBtn-D7IKoL2c.mjs +0 -118
- package/components/chunks/MazBtn-DJOUeES7.mjs +0 -118
- package/components/chunks/MazBtn-DVkwISlp.mjs +0 -118
- package/components/chunks/MazBtn-DadFupkY.mjs +0 -118
- package/components/chunks/MazBtn-DzBXfedt.mjs +0 -123
- package/components/chunks/MazBtn-GGcGrIH4.mjs +0 -118
- package/components/chunks/MazBtn-Mu18egu5.mjs +0 -118
- package/components/chunks/MazDialogPromise-BCCdkrea.mjs +0 -522
- package/components/chunks/MazExpandAnimation-Bkw_wFTi.mjs +0 -58
- package/components/chunks/MazInput-BQoQSRyL.mjs +0 -302
- package/components/chunks/MazInput-CJQB68c-.mjs +0 -290
- package/components/chunks/MazInput-oOA7gdLO.mjs +0 -291
- package/components/chunks/MazInputNumber-B4mQJcVB.mjs +0 -593
- package/components/chunks/MazInputTags-BVCej_gW.mjs +0 -606
- package/components/chunks/MazLink-Dl9ePCGm.mjs +0 -79
- package/components/chunks/MazLoadingBar-Dwf55oHy.mjs +0 -32
- package/components/chunks/MazPagination-CHTMRRqE.mjs +0 -362
- package/components/chunks/MazPicker-C78yxilJ.mjs +0 -2477
- package/components/chunks/MazSelect-CQDoUpgp.mjs +0 -864
- package/components/chunks/MazSpinner-C23CZ_Za.mjs +0 -34
- package/components/chunks/MazSpinner-CViChjTw.mjs +0 -34
- package/components/chunks/MazSpinner-CZMBhCOJ.mjs +0 -34
- package/components/chunks/MazSpinner-CsEQ9EXb.mjs +0 -34
- package/components/chunks/MazSpinner-D4C84xZe.mjs +0 -34
- package/components/chunks/MazSpinner-Dyf9yb51.mjs +0 -34
- package/components/chunks/MazSpinner-QHjOczon.mjs +0 -34
- package/components/chunks/MazSpinner-u8WQTgUR.mjs +0 -34
- package/components/chunks/MazSpinner-w-S5uCxg.mjs +0 -34
- package/components/chunks/MazStepper-DRWtYHZR.mjs +0 -232
- package/components/chunks/MazTableCell-D_OTOJiy.mjs +0 -23
- package/components/chunks/MazTableRow-BTcVAyOy.mjs +0 -30
- package/components/chunks/MazTabsBar-JkRzMDM6.mjs +0 -203
- package/modules/chunks/MazBtn-BSnVxud6.mjs +0 -118
- package/modules/chunks/MazBtn-Bf9Cq5M7.cjs +0 -9
- package/modules/chunks/index-BPqjUr5e.cjs +0 -149
|
@@ -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,13 +1,13 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
import './assets/MazAccordion.css';const
|
|
1
|
+
import { openBlock as p, createElementBlock as b, createElementVNode as c, useId as V, computed as g, defineComponent as w, ref as f, onMounted as O, onUnmounted as B, normalizeClass as $, normalizeStyle as k, renderSlot as h, withDirectives as E, vShow as z, mergeModels as A, useModel as x, mergeProps as I, useSlots as L, Fragment as j, renderList as F, createBlock as N, withCtx as M, unref as y, createVNode as S } from "vue";
|
|
2
|
+
import './assets/MazAccordion.css';const R = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: "1em",
|
|
5
5
|
height: "1em",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24"
|
|
8
8
|
};
|
|
9
|
-
function
|
|
10
|
-
return
|
|
9
|
+
function P(r, n) {
|
|
10
|
+
return p(), b("svg", R, n[0] || (n[0] = [
|
|
11
11
|
c(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
@@ -23,15 +23,15 @@ function T(r, t) {
|
|
|
23
23
|
)
|
|
24
24
|
]));
|
|
25
25
|
}
|
|
26
|
-
const
|
|
27
|
-
function
|
|
26
|
+
const T = { render: P };
|
|
27
|
+
function U({
|
|
28
28
|
componentName: r,
|
|
29
|
-
providedId:
|
|
29
|
+
providedId: n
|
|
30
30
|
}) {
|
|
31
|
-
const
|
|
32
|
-
return g(() =>
|
|
31
|
+
const o = V();
|
|
32
|
+
return g(() => n ?? `${r}-${o}`);
|
|
33
33
|
}
|
|
34
|
-
const
|
|
34
|
+
const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
35
35
|
__name: "MazCardSpotlight",
|
|
36
36
|
props: {
|
|
37
37
|
color: { default: "primary" },
|
|
@@ -42,16 +42,12 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
42
42
|
innerOpacity: { default: 0.95 }
|
|
43
43
|
},
|
|
44
44
|
setup(r) {
|
|
45
|
-
|
|
46
|
-
"4f499add": d.innerOpacity,
|
|
47
|
-
"2e65a0ad": n.value
|
|
48
|
-
}));
|
|
49
|
-
const t = r, a = p(), l = p(), i = p(!1);
|
|
45
|
+
const n = r, o = f(), a = f(), s = f(!1);
|
|
50
46
|
function m({ clientX: d, clientY: u }) {
|
|
51
|
-
var e, _,
|
|
52
|
-
|
|
53
|
-
const v = (e =
|
|
54
|
-
v && ((
|
|
47
|
+
var e, _, t;
|
|
48
|
+
s.value = !0;
|
|
49
|
+
const v = (e = a.value) == null ? void 0 : e.getBoundingClientRect();
|
|
50
|
+
v && ((t = (_ = o.value) == null ? void 0 : _.animate) == null || t.call(
|
|
55
51
|
_,
|
|
56
52
|
[
|
|
57
53
|
{
|
|
@@ -64,19 +60,19 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
64
60
|
}
|
|
65
61
|
));
|
|
66
62
|
}
|
|
67
|
-
const
|
|
63
|
+
const l = g(() => `var(--maz-color-${n.color}-alpha)`), i = g(() => `var(--maz-color-${n.color}-alpha-20)`);
|
|
68
64
|
return O(() => {
|
|
69
65
|
window.addEventListener("mousemove", m);
|
|
70
66
|
}), B(() => {
|
|
71
67
|
window.removeEventListener("mousemove", m);
|
|
72
|
-
}), (d, u) => (
|
|
68
|
+
}), (d, u) => (p(), b(
|
|
73
69
|
"div",
|
|
74
70
|
{
|
|
75
71
|
class: $(["m-card-spotlight", { "maz-elevation": !d.noElevation }]),
|
|
76
|
-
style:
|
|
72
|
+
style: k({ backgroundColor: i.value, "--inner-opacity": d.innerOpacity })
|
|
77
73
|
},
|
|
78
74
|
[
|
|
79
|
-
c("div",
|
|
75
|
+
c("div", q, [
|
|
80
76
|
c(
|
|
81
77
|
"div",
|
|
82
78
|
{
|
|
@@ -93,43 +89,43 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
93
89
|
"div",
|
|
94
90
|
{
|
|
95
91
|
ref_key: "blobElement",
|
|
96
|
-
ref:
|
|
92
|
+
ref: o,
|
|
97
93
|
class: "blob",
|
|
98
|
-
style:
|
|
94
|
+
style: k({ backgroundColor: l.value })
|
|
99
95
|
},
|
|
100
96
|
null,
|
|
101
97
|
4
|
|
102
98
|
/* STYLE */
|
|
103
99
|
), [
|
|
104
|
-
[z,
|
|
100
|
+
[z, s.value]
|
|
105
101
|
]),
|
|
106
102
|
E(c(
|
|
107
103
|
"div",
|
|
108
104
|
{
|
|
109
105
|
ref_key: "fakeblobElement",
|
|
110
|
-
ref:
|
|
106
|
+
ref: a,
|
|
111
107
|
class: "fakeblob"
|
|
112
108
|
},
|
|
113
109
|
null,
|
|
114
110
|
512
|
|
115
111
|
/* NEED_PATCH */
|
|
116
112
|
), [
|
|
117
|
-
[z,
|
|
113
|
+
[z, s.value]
|
|
118
114
|
])
|
|
119
115
|
],
|
|
120
116
|
6
|
|
121
117
|
/* CLASS, STYLE */
|
|
122
118
|
));
|
|
123
119
|
}
|
|
124
|
-
}), C = (r,
|
|
125
|
-
const
|
|
126
|
-
for (const [
|
|
127
|
-
a
|
|
128
|
-
return
|
|
129
|
-
},
|
|
120
|
+
}), C = (r, n) => {
|
|
121
|
+
const o = r.__vccOpts || r;
|
|
122
|
+
for (const [a, s] of n)
|
|
123
|
+
o[a] = s;
|
|
124
|
+
return o;
|
|
125
|
+
}, H = /* @__PURE__ */ C(D, [["__scopeId", "data-v-30c7054c"]]), W = ["aria-hidden"], G = /* @__PURE__ */ w({
|
|
130
126
|
inheritAttrs: !1,
|
|
131
127
|
__name: "MazExpandAnimation",
|
|
132
|
-
props: /* @__PURE__ */
|
|
128
|
+
props: /* @__PURE__ */ A({
|
|
133
129
|
duration: { default: "300ms" },
|
|
134
130
|
timingFunction: { default: "ease-in-out" }
|
|
135
131
|
}, {
|
|
@@ -138,50 +134,46 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
138
134
|
}),
|
|
139
135
|
emits: ["update:modelValue"],
|
|
140
136
|
setup(r) {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}));
|
|
145
|
-
const t = I(r, "modelValue"), a = p(!t.value), l = p();
|
|
146
|
-
function i() {
|
|
147
|
-
t.value || (a.value = !0);
|
|
137
|
+
const n = x(r, "modelValue"), o = f(!n.value), a = f();
|
|
138
|
+
function s() {
|
|
139
|
+
n.value || (o.value = !0);
|
|
148
140
|
}
|
|
149
141
|
function m() {
|
|
150
|
-
|
|
142
|
+
n.value && (o.value = !1);
|
|
151
143
|
}
|
|
152
144
|
return O(() => {
|
|
153
|
-
var
|
|
154
|
-
(
|
|
145
|
+
var l, i;
|
|
146
|
+
(l = a.value) == null || l.addEventListener("transitionstart", s, !1), (i = a.value) == null || i.addEventListener("transitionend", m, !1);
|
|
155
147
|
}), B(() => {
|
|
156
|
-
var
|
|
157
|
-
(
|
|
158
|
-
}), (
|
|
148
|
+
var l, i;
|
|
149
|
+
(l = a.value) == null || l.removeEventListener("transitionstart", s, !1), (i = a.value) == null || i.removeEventListener("transitionend", m, !1);
|
|
150
|
+
}), (l, i) => (p(), b("div", {
|
|
159
151
|
ref_key: "expandAnimationRef",
|
|
160
|
-
ref:
|
|
161
|
-
class: $(["m-expand-animation", { "m-expand-animation--expanded":
|
|
162
|
-
"aria-hidden": !
|
|
163
|
-
role: "region"
|
|
152
|
+
ref: a,
|
|
153
|
+
class: $(["m-expand-animation", { "m-expand-animation--expanded": n.value }]),
|
|
154
|
+
"aria-hidden": !n.value,
|
|
155
|
+
role: "region",
|
|
156
|
+
style: k([{ "--expand-animation-duration": l.duration, "--expand-animation-timing-function": l.timingFunction }])
|
|
164
157
|
}, [
|
|
165
158
|
c(
|
|
166
159
|
"div",
|
|
167
|
-
|
|
160
|
+
I({ class: "m-expand-animation__inner" }, l.$attrs, {
|
|
168
161
|
class: {
|
|
169
|
-
"--overflow-hidden":
|
|
162
|
+
"--overflow-hidden": o.value
|
|
170
163
|
}
|
|
171
164
|
}),
|
|
172
165
|
[
|
|
173
|
-
|
|
174
|
-
h(n.$slots, "default", {}, void 0, !0)
|
|
166
|
+
h(l.$slots, "default", {}, void 0, !0)
|
|
175
167
|
],
|
|
176
168
|
16
|
|
177
169
|
/* FULL_PROPS */
|
|
178
170
|
)
|
|
179
|
-
],
|
|
171
|
+
], 14, W));
|
|
180
172
|
}
|
|
181
|
-
}),
|
|
173
|
+
}), J = /* @__PURE__ */ C(G, [["__scopeId", "data-v-3bfdfbc1"]]), K = {
|
|
182
174
|
class: "m-accordion",
|
|
183
175
|
role: "presentation"
|
|
184
|
-
},
|
|
176
|
+
}, Q = ["id", "aria-controls", "aria-expanded", "onClick"], X = /* @__PURE__ */ w({
|
|
185
177
|
__name: "MazAccordion",
|
|
186
178
|
props: {
|
|
187
179
|
id: { default: void 0 },
|
|
@@ -189,55 +181,55 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
189
181
|
contentClass: { default: void 0 }
|
|
190
182
|
},
|
|
191
183
|
emits: ["update:model-value"],
|
|
192
|
-
setup(r, { emit:
|
|
193
|
-
const
|
|
184
|
+
setup(r, { emit: n }) {
|
|
185
|
+
const o = r, a = n, s = U({
|
|
194
186
|
componentName: "MazAccordion",
|
|
195
|
-
providedId:
|
|
196
|
-
}), m =
|
|
187
|
+
providedId: o.id
|
|
188
|
+
}), m = L(), l = g(
|
|
197
189
|
() => Object.keys(m).filter((e) => e.startsWith("title-")).length
|
|
198
|
-
),
|
|
199
|
-
get: () =>
|
|
190
|
+
), i = f(o.modelValue), d = g({
|
|
191
|
+
get: () => o.modelValue || i.value,
|
|
200
192
|
set: (e) => {
|
|
201
|
-
|
|
193
|
+
i.value = e, a("update:model-value", e);
|
|
202
194
|
}
|
|
203
195
|
});
|
|
204
196
|
function u(e) {
|
|
205
197
|
return d.value === e;
|
|
206
198
|
}
|
|
207
199
|
function v(e) {
|
|
208
|
-
d.value === e ? (
|
|
200
|
+
d.value === e ? (i.value = 0, a("update:model-value", 0)) : (i.value = e, a("update:model-value", e));
|
|
209
201
|
}
|
|
210
|
-
return (e, _) => (
|
|
211
|
-
(
|
|
212
|
-
|
|
202
|
+
return (e, _) => (p(), b("div", K, [
|
|
203
|
+
(p(!0), b(
|
|
204
|
+
j,
|
|
213
205
|
null,
|
|
214
|
-
F(
|
|
215
|
-
|
|
206
|
+
F(l.value, (t) => (p(), N(
|
|
207
|
+
H,
|
|
216
208
|
{
|
|
217
|
-
key:
|
|
209
|
+
key: t,
|
|
218
210
|
class: "m-accordion__spotlight",
|
|
219
211
|
padding: !1
|
|
220
212
|
},
|
|
221
213
|
{
|
|
222
214
|
default: M(() => [
|
|
223
215
|
c("button", {
|
|
224
|
-
id: `step-${
|
|
216
|
+
id: `step-${t}-${y(s)}`,
|
|
225
217
|
class: "m-accordion__header",
|
|
226
|
-
"aria-controls": `step-${
|
|
227
|
-
"aria-expanded": u(
|
|
228
|
-
onClick: (
|
|
218
|
+
"aria-controls": `step-${t}-${y(s)}`,
|
|
219
|
+
"aria-expanded": u(t),
|
|
220
|
+
onClick: (Y) => v(t)
|
|
229
221
|
}, [
|
|
230
|
-
h(e.$slots, `title-${
|
|
231
|
-
isOpen: u(
|
|
222
|
+
h(e.$slots, `title-${t}`, {
|
|
223
|
+
isOpen: u(t)
|
|
232
224
|
}, void 0, !0),
|
|
233
|
-
S(y(
|
|
234
|
-
class: $(["header-icon", { "--rotate": u(
|
|
225
|
+
S(y(T), {
|
|
226
|
+
class: $(["header-icon", { "--rotate": u(t) }])
|
|
235
227
|
}, null, 8, ["class"])
|
|
236
|
-
], 8,
|
|
237
|
-
S(
|
|
228
|
+
], 8, Q),
|
|
229
|
+
S(J, {
|
|
238
230
|
"animation-duration": "300ms",
|
|
239
|
-
"model-value": u(
|
|
240
|
-
"aria-labelledby": `step-${
|
|
231
|
+
"model-value": u(t),
|
|
232
|
+
"aria-labelledby": `step-${t}-${y(s)}`
|
|
241
233
|
}, {
|
|
242
234
|
default: M(() => [
|
|
243
235
|
c(
|
|
@@ -247,10 +239,10 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
247
239
|
},
|
|
248
240
|
[
|
|
249
241
|
h(e.$slots, "content", {
|
|
250
|
-
isOpen: u(
|
|
242
|
+
isOpen: u(t)
|
|
251
243
|
}, void 0, !0),
|
|
252
|
-
h(e.$slots, `content-${
|
|
253
|
-
isOpen: u(
|
|
244
|
+
h(e.$slots, `content-${t}`, {
|
|
245
|
+
isOpen: u(t)
|
|
254
246
|
}, void 0, !0)
|
|
255
247
|
],
|
|
256
248
|
2
|
|
@@ -272,7 +264,7 @@ const H = { class: "inner" }, W = /* @__PURE__ */ k({
|
|
|
272
264
|
))
|
|
273
265
|
]));
|
|
274
266
|
}
|
|
275
|
-
}),
|
|
267
|
+
}), ee = /* @__PURE__ */ C(X, [["__scopeId", "data-v-052b6500"]]);
|
|
276
268
|
export {
|
|
277
|
-
|
|
269
|
+
ee as default
|
|
278
270
|
};
|
|
@@ -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 & {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as v,
|
|
2
|
-
import './assets/MazAnimatedCounter.css';const
|
|
1
|
+
import { defineComponent as v, useSlots as x, computed as l, ref as _, watch as h, openBlock as d, createElementBlock as p, normalizeClass as y, normalizeStyle as z, createElementVNode as C, renderSlot as i, createTextVNode as o, toDisplayString as a, createCommentVNode as S } from "vue";
|
|
2
|
+
import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "m-animated-counter__fix"
|
|
5
|
-
},
|
|
5
|
+
}, A = /* @__PURE__ */ v({
|
|
6
6
|
__name: "MazAnimatedCounter",
|
|
7
7
|
props: {
|
|
8
8
|
count: {},
|
|
@@ -11,32 +11,32 @@ import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g =
|
|
|
11
11
|
suffix: { default: void 0 }
|
|
12
12
|
},
|
|
13
13
|
setup(n) {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
a2b7049a: e.count
|
|
17
|
-
}));
|
|
18
|
-
const t = n, s = h(), r = l(() => !!t.prefix || !!s.prefix), u = l(() => !!t.suffix || !!s.suffix), i = b(!0);
|
|
19
|
-
C(
|
|
14
|
+
const t = n, s = x(), r = l(() => !!t.prefix || !!s.prefix), u = l(() => !!t.suffix || !!s.suffix), f = _(!0);
|
|
15
|
+
h(
|
|
20
16
|
() => t.count,
|
|
21
17
|
(e, c) => {
|
|
22
|
-
e !== c && (
|
|
23
|
-
|
|
18
|
+
e !== c && (f.value = !1, setTimeout(() => {
|
|
19
|
+
f.value = !0;
|
|
24
20
|
}, 100));
|
|
25
21
|
}
|
|
26
22
|
);
|
|
27
|
-
const
|
|
28
|
-
return (e, c) => (
|
|
23
|
+
const m = l(() => `${t.duration}ms`);
|
|
24
|
+
return (e, c) => (d(), p(
|
|
29
25
|
"span",
|
|
30
26
|
{
|
|
31
|
-
class:
|
|
32
|
-
"--animated":
|
|
27
|
+
class: y(["m-animated-counter", {
|
|
28
|
+
"--animated": f.value,
|
|
33
29
|
"--prefixed": r.value,
|
|
34
30
|
"--suffixed": u.value
|
|
35
|
-
}])
|
|
31
|
+
}]),
|
|
32
|
+
style: z({
|
|
33
|
+
"--count": e.count,
|
|
34
|
+
"--animation-duration": m.value
|
|
35
|
+
})
|
|
36
36
|
},
|
|
37
37
|
[
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
C("span", $, [
|
|
39
|
+
i(e.$slots, "prefix", {}, () => [
|
|
40
40
|
o(
|
|
41
41
|
a(e.prefix),
|
|
42
42
|
1
|
|
@@ -48,7 +48,7 @@ import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g =
|
|
|
48
48
|
1
|
|
49
49
|
/* TEXT */
|
|
50
50
|
),
|
|
51
|
-
|
|
51
|
+
i(e.$slots, "suffix", {}, () => [
|
|
52
52
|
o(
|
|
53
53
|
a(e.suffix),
|
|
54
54
|
1
|
|
@@ -56,35 +56,33 @@ import './assets/MazAnimatedCounter.css';const S = { class: "maz-sr-only" }, g =
|
|
|
56
56
|
)
|
|
57
57
|
], !0)
|
|
58
58
|
]),
|
|
59
|
-
r.value || u.value ? (
|
|
60
|
-
|
|
61
|
-
f(e.$slots, "prefix", {}, () => [
|
|
59
|
+
r.value || u.value ? (d(), p("span", k, [
|
|
60
|
+
i(e.$slots, "prefix", {}, () => [
|
|
62
61
|
o(
|
|
63
62
|
a(e.prefix),
|
|
64
63
|
1
|
|
65
64
|
/* TEXT */
|
|
66
65
|
)
|
|
67
66
|
], !0),
|
|
68
|
-
|
|
69
|
-
f(e.$slots, "suffix", {}, () => [
|
|
67
|
+
i(e.$slots, "suffix", {}, () => [
|
|
70
68
|
o(
|
|
71
69
|
a(e.suffix),
|
|
72
70
|
1
|
|
73
71
|
/* TEXT */
|
|
74
72
|
)
|
|
75
73
|
], !0)
|
|
76
|
-
])) :
|
|
74
|
+
])) : S("v-if", !0)
|
|
77
75
|
],
|
|
78
|
-
|
|
79
|
-
/* CLASS */
|
|
76
|
+
6
|
|
77
|
+
/* CLASS, STYLE */
|
|
80
78
|
));
|
|
81
79
|
}
|
|
82
|
-
}),
|
|
80
|
+
}), M = (n, t) => {
|
|
83
81
|
const s = n.__vccOpts || n;
|
|
84
82
|
for (const [r, u] of t)
|
|
85
83
|
s[r] = u;
|
|
86
84
|
return s;
|
|
87
|
-
}, V = /* @__PURE__ */
|
|
85
|
+
}, V = /* @__PURE__ */ M(A, [["__scopeId", "data-v-fc78b268"]]);
|
|
88
86
|
export {
|
|
89
87
|
V as default
|
|
90
88
|
};
|
|
@@ -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, {} & {
|
package/components/MazAvatar.mjs
CHANGED
|
@@ -16,13 +16,14 @@ declare function onBackdropAnimationLeave(): void;
|
|
|
16
16
|
declare function onBackdropClicked(): void;
|
|
17
17
|
declare function onKeyPress(event: KeyboardEvent): void;
|
|
18
18
|
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
19
20
|
slots: {
|
|
20
21
|
default?(_: {
|
|
21
22
|
close: typeof close;
|
|
22
23
|
}): any;
|
|
23
24
|
};
|
|
24
25
|
refs: {};
|
|
25
|
-
|
|
26
|
+
rootEl: any;
|
|
26
27
|
};
|
|
27
28
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
29
|
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
package/components/MazBadge.d.ts
CHANGED
|
@@ -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 & {
|
package/components/MazBadge.mjs
CHANGED
|
@@ -32,7 +32,7 @@ import './assets/MazBadge.css';const f = /* @__PURE__ */ n({
|
|
|
32
32
|
for (const [t, l] of e)
|
|
33
33
|
a[t] = l;
|
|
34
34
|
return a;
|
|
35
|
-
}, c = /* @__PURE__ */ i(f, [["__scopeId", "data-v-
|
|
35
|
+
}, c = /* @__PURE__ */ i(f, [["__scopeId", "data-v-e0711595"]]);
|
|
36
36
|
export {
|
|
37
37
|
c as default
|
|
38
38
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {
|
|
4
5
|
close: () => void;
|
|
5
6
|
}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: any;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
12
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
package/components/MazBtn.d.ts
CHANGED
|
@@ -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;
|
package/components/MazBtn.mjs
CHANGED