maz-ui 3.45.4 → 3.45.5
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 +9 -35
- package/components/MazAccordion.mjs +136 -136
- package/components/MazAnimatedCounter.d.ts +10 -38
- package/components/MazAvatar.d.ts +21 -64
- package/components/MazAvatar.mjs +1 -1
- package/components/MazBackdrop.d.ts +19 -36
- package/components/MazBadge.d.ts +7 -40
- package/components/MazBottomSheet.d.ts +10 -11
- package/components/MazBottomSheet.mjs +1 -1
- package/components/MazBtn.d.ts +9 -47
- package/components/MazBtn.mjs +1 -1
- package/components/MazCard.d.ts +10 -61
- package/components/MazCard.mjs +1 -1
- package/components/MazCardSpotlight.d.ts +10 -43
- package/components/MazCardSpotlight.mjs +9 -9
- package/components/MazCarousel.d.ts +8 -33
- package/components/MazCarousel.mjs +1 -1
- package/components/MazChart.d.ts +7 -7
- package/components/MazCheckbox.d.ts +8 -8
- package/components/MazCheckbox.mjs +62 -62
- package/components/MazCircularProgressBar.d.ts +11 -49
- package/components/MazCircularProgressBar.mjs +7 -7
- package/components/MazDialog.d.ts +17 -35
- package/components/MazDialog.mjs +1 -1
- package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +59 -0
- package/components/MazDialogPromise.d.ts +4 -27
- package/components/MazDialogPromise.mjs +1 -1
- package/components/MazDrawer.d.ts +16 -46
- package/components/MazDrawer.mjs +1 -1
- package/components/MazDropdown.d.ts +22 -62
- package/components/MazDropdown.mjs +16 -15
- package/components/MazDropzone.d.ts +34 -11
- package/components/MazDropzone.mjs +1 -1
- package/components/MazExpandAnimation.d.ts +11 -36
- package/components/MazFullscreenLoader.d.ts +6 -30
- package/components/MazFullscreenLoader.mjs +1 -1
- package/components/MazGallery.d.ts +10 -10
- package/components/MazGallery.mjs +1 -1
- package/components/MazIcon.d.ts +11 -11
- package/components/MazInput.d.ts +12 -12
- package/components/MazInput.mjs +1 -1
- package/components/MazInputCode.d.ts +8 -2
- package/components/MazInputCode.mjs +2 -2
- package/components/MazInputNumber.d.ts +14 -55
- package/components/MazInputNumber.mjs +1 -1
- package/components/MazInputPrice.d.ts +16 -48
- package/components/MazInputPrice.mjs +1 -1
- package/components/MazInputTags.d.ts +8 -51
- package/components/MazInputTags.mjs +1 -1
- package/components/MazLazyImg.d.ts +18 -53
- package/components/MazLazyImg.mjs +1 -1
- package/components/MazLink.d.ts +13 -62
- package/components/MazLink.mjs +2 -2
- package/components/MazLoadingBar.d.ts +2 -25
- package/components/MazLoadingBar.mjs +24 -24
- package/components/MazPagination.d.ts +21 -57
- package/components/MazPagination.mjs +1 -1
- package/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +13 -55
- package/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +6 -33
- package/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
- package/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
- package/components/MazPhoneNumberInput.d.ts +76 -275
- package/components/MazPhoneNumberInput.mjs +1 -1
- package/components/MazPicker/MazPickerCalendar.vue.d.ts +6 -6
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +3 -3
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +8 -8
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +9 -9
- package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +9 -9
- package/components/MazPicker/MazPickerContainer.vue.d.ts +6 -6
- package/components/MazPicker/MazPickerFooter.vue.d.ts +4 -4
- package/components/MazPicker/MazPickerHeader.vue.d.ts +5 -5
- package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +5 -5
- package/components/MazPicker/MazPickerShortcuts.vue.d.ts +6 -6
- package/components/MazPicker/MazPickerTime.vue.d.ts +7 -7
- package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +5 -5
- package/components/MazPicker/utils.d.ts +1 -1
- package/components/MazPicker.d.ts +13 -114
- package/components/MazPicker.mjs +1 -1
- package/components/MazPullToRefresh.d.ts +11 -48
- package/components/MazPullToRefresh.mjs +1 -1
- package/components/MazRadio.d.ts +7 -7
- package/components/MazRadio.mjs +53 -53
- package/components/MazRadioButtons.d.ts +7 -7
- package/components/MazRadioButtons.mjs +2 -2
- package/components/MazReadingProgressBar.d.ts +8 -41
- package/components/MazReadingProgressBar.mjs +3 -3
- package/components/MazSelect.d.ts +45 -19
- package/components/MazSelect.mjs +1 -1
- package/components/MazSlider.d.ts +6 -6
- package/components/MazSlider.mjs +51 -51
- package/components/MazSpinner.d.ts +4 -4
- package/components/MazSpinner.mjs +18 -18
- package/components/MazStepper.d.ts +10 -36
- package/components/MazStepper.mjs +1 -1
- package/components/MazSwitch.d.ts +17 -51
- package/components/MazSwitch.mjs +23 -23
- package/components/MazTable.d.ts +22 -115
- package/components/MazTable.mjs +1 -1
- package/components/MazTableCell.d.ts +6 -8
- package/components/MazTableCell.mjs +4 -4
- package/components/MazTableRow.d.ts +6 -17
- package/components/MazTableRow.mjs +6 -6
- package/components/MazTableTitle.d.ts +6 -8
- package/components/MazTableTitle.mjs +15 -15
- package/components/MazTabs.d.ts +9 -20
- package/components/MazTabsBar.d.ts +7 -31
- package/components/MazTabsBar.mjs +1 -1
- package/components/MazTabsContent.d.ts +6 -8
- package/components/MazTabsContentItem.d.ts +9 -11
- package/components/MazTabsContentItem.mjs +4 -4
- package/components/MazTextarea.d.ts +16 -65
- package/components/MazTextarea.mjs +1 -1
- package/components/MazTransitionExpand.d.ts +7 -30
- package/components/assets/MazAccordion.css +1 -1
- package/components/assets/MazAvatar.css +1 -1
- package/components/assets/MazBottomSheet.css +1 -1
- package/components/assets/MazBtn.css +1 -1
- package/components/assets/MazCard.css +1 -1
- package/components/assets/MazCardSpotlight.css +1 -1
- package/components/assets/MazCheckbox.css +1 -1
- package/components/assets/MazCircularProgressBar.css +1 -1
- package/components/assets/MazDialog.css +1 -1
- package/components/assets/MazDialogPromise.css +1 -1
- package/components/assets/MazGallery.css +1 -1
- package/components/assets/MazInput.css +1 -1
- package/components/assets/MazInputCode.css +1 -1
- package/components/assets/MazInputNumber.css +1 -1
- package/components/assets/MazInputPrice.css +1 -1
- package/components/assets/MazInputTags.css +1 -1
- package/components/assets/MazLazyImg.css +1 -1
- package/components/assets/MazLink.css +1 -1
- package/components/assets/MazLoadingBar.css +1 -1
- package/components/assets/MazPagination.css +1 -1
- package/components/assets/MazPhoneNumberInput.css +1 -1
- package/components/assets/MazPicker.css +1 -1
- package/components/assets/MazPickerMonthSwitcher.css +1 -1
- package/components/assets/MazPickerShortcuts.css +1 -1
- package/components/assets/MazPickerYearSwitcher.css +1 -1
- package/components/assets/MazPullToRefresh.css +1 -1
- package/components/assets/MazRadio.css +1 -1
- package/components/assets/MazRadioButtons.css +1 -1
- package/components/assets/MazReadingProgressBar.css +1 -1
- package/components/assets/MazSelect.css +1 -1
- package/components/assets/MazSlider.css +1 -1
- package/components/assets/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/chunks/{MazAvatar-CoT6WIl0.mjs → MazAvatar-DVjTbmNj.mjs} +2 -2
- package/components/chunks/{MazBadge-Cj73AYu7.mjs → MazBadge-BtT5dcnQ.mjs} +1 -1
- package/components/chunks/{MazBottomSheet-CH2HERnA.mjs → MazBottomSheet-CLqmon2R.mjs} +83 -83
- package/components/chunks/{MazBtn-DtBz7Sra.mjs → MazBtn-BdOCsAcJ.mjs} +3 -3
- package/components/chunks/{MazBtn-D7I8MPo9.mjs → MazBtn-BiqIAH4q.mjs} +3 -3
- package/components/chunks/{MazBtn-CHiPgDBd.mjs → MazBtn-BnmcF3pl.mjs} +3 -3
- package/components/chunks/{MazBtn-DUxqd_DK.mjs → MazBtn-C-RDq3T0.mjs} +2 -2
- package/components/chunks/MazBtn-CenD2SP9.mjs +150 -0
- package/components/chunks/{MazBtn-Db9bWwr8.mjs → MazBtn-DDo4jEGz.mjs} +2 -2
- package/components/chunks/MazBtn-DGI46FMV.mjs +150 -0
- package/components/chunks/{MazBtn-BY3WK1_J.mjs → MazBtn-DY7j6OiY.mjs} +3 -3
- package/components/chunks/{MazBtn-25C5Rxq8.mjs → MazBtn-Eo1kCPXG.mjs} +3 -3
- package/components/chunks/MazBtn-FrVhILjZ.mjs +150 -0
- package/components/chunks/{MazBtn-Am8V9GhQ.mjs → MazBtn-Vul7kGiM.mjs} +3 -3
- package/components/chunks/{MazCard-Byhp-Hzz.mjs → MazCard-BY62rYtJ.mjs} +2 -2
- package/components/chunks/{MazCarousel-abKXCTQA.mjs → MazCarousel-DRN9I_V8.mjs} +40 -40
- package/components/chunks/{MazCheckbox-DJUwF9Ic.mjs → MazCheckbox-CVd2hR_t.mjs} +7 -7
- package/components/chunks/{MazCheckbox-cCi1trWo.mjs → MazCheckbox-DH9P-r_8.mjs} +7 -7
- package/components/chunks/{MazDialog-DvwYzTxG.mjs → MazDialog-DZhBJeVd.mjs} +2 -2
- package/components/chunks/{MazDialogPromise-LtvHsHIp.mjs → MazDialogPromise-B5xH3Ew4.mjs} +67 -67
- package/components/chunks/{MazDropzone-D0W0dlgY.mjs → MazDropzone-D32tLLpO.mjs} +59 -59
- package/components/chunks/{MazExpandAnimation-KC7-CJjE.mjs → MazExpandAnimation-B759bjn3.mjs} +1 -1
- package/components/chunks/{MazGallery-DlrOalox.mjs → MazGallery-CKofGCb2.mjs} +24 -25
- package/components/chunks/{MazGallery-DKEOtByo.mjs → MazGallery-Dpo7kTFH.mjs} +23 -24
- package/components/chunks/{MazIcon-RoOmzDJT.mjs → MazIcon-B4uk2ztJ.mjs} +1 -1
- package/components/chunks/{MazIcon-ChrjxW4M.mjs → MazIcon-ufe3UEle.mjs} +1 -1
- package/components/chunks/{MazInput-Bh4h0r_b.mjs → MazInput-5LcE-t8D.mjs} +2 -2
- package/components/chunks/{MazInputNumber-C6X8wPcR.mjs → MazInputNumber-pU7fZlIW.mjs} +100 -100
- package/components/chunks/{MazInputPrice-C8JPpUqb.mjs → MazInputPrice-UT6cliwj.mjs} +104 -105
- package/components/chunks/{MazInputTags-B7CtC8ES.mjs → MazInputTags-BzsHx6uY.mjs} +252 -251
- package/components/chunks/{MazLazyImg-xLPMdfif.mjs → MazLazyImg-BmmDjOiK.mjs} +3 -3
- package/components/chunks/{MazLazyImg-DADMg49z.mjs → MazLazyImg-Db6BYACF.mjs} +2 -2
- package/components/chunks/{MazPagination-nBtlECFm.mjs → MazPagination-DUKI8uvV.mjs} +41 -41
- package/components/chunks/{MazPhoneNumberInput-D9jYdzsz.mjs → MazPhoneNumberInput-DdMAsaYd.mjs} +179 -178
- package/components/chunks/{MazPicker-4QN4aiBh.mjs → MazPicker-Cn2DxXy1.mjs} +1493 -1494
- package/components/chunks/{MazPickerMonthSwitcher-DF2jt1gf.mjs → MazPickerMonthSwitcher-CdIzIOjf.mjs} +9 -9
- package/components/chunks/{MazPickerShortcuts-95A5Skq9.mjs → MazPickerShortcuts-AaUGOwAI.mjs} +7 -7
- package/components/chunks/{MazPickerYearSwitcher-Cv37tXET.mjs → MazPickerYearSwitcher-DACv6BSw.mjs} +3 -3
- package/components/chunks/{MazPullToRefresh-CUazP4y2.mjs → MazPullToRefresh-CdVBfDl9.mjs} +63 -63
- package/components/chunks/{MazSelect-YzzlcNEB.mjs → MazSelect-C7j7fHLt.mjs} +166 -165
- package/components/chunks/MazSpinner-2uMOZ47T.mjs +37 -0
- package/components/chunks/MazSpinner-3ooF5FSo.mjs +37 -0
- package/components/chunks/MazSpinner-B5tlgNCz.mjs +37 -0
- package/components/chunks/MazSpinner-BMvssNh7.mjs +37 -0
- package/components/chunks/MazSpinner-BeSrV4iQ.mjs +37 -0
- package/components/chunks/MazSpinner-Bxtc-bgP.mjs +37 -0
- package/components/chunks/MazSpinner-C5wp4j5g.mjs +37 -0
- package/components/chunks/MazSpinner-CcJPx_Iu.mjs +37 -0
- package/components/chunks/MazSpinner-CdU57yPz.mjs +37 -0
- package/components/chunks/MazSpinner-Coq7N5iG.mjs +37 -0
- package/components/chunks/MazSpinner-CrqkORnB.mjs +37 -0
- package/components/chunks/MazSpinner-D0Z_mIJF.mjs +37 -0
- package/components/chunks/MazSpinner-D2pssr8S.mjs +37 -0
- package/components/chunks/MazSpinner-DAAoiGES.mjs +37 -0
- package/components/chunks/MazSpinner-DMC9CAUa.mjs +37 -0
- package/components/chunks/MazSpinner-DWSwrXt3.mjs +37 -0
- package/components/chunks/MazSpinner-D_Xqx8Vb.mjs +37 -0
- package/components/chunks/MazSpinner-DfHwN_9D.mjs +37 -0
- package/components/chunks/MazSpinner-DhtejNvD.mjs +37 -0
- package/components/chunks/MazSpinner-Dscrgjm1.mjs +41 -0
- package/components/chunks/MazSpinner-SlwNtf5M.mjs +37 -0
- package/components/chunks/MazSpinner-ciJGzV8j.mjs +37 -0
- package/components/chunks/{MazStepper-yS_V0Blo.mjs → MazStepper-Bnl68Adw.mjs} +12 -12
- package/components/chunks/{MazTable-AXH90xNt.mjs → MazTable-DjAvTaKP.mjs} +1067 -1065
- package/components/chunks/{MazTabsBar-BJP80dwt.mjs → MazTabsBar-BzmfPGf0.mjs} +10 -10
- package/components/chunks/{MazTransitionExpand-Cmoo3GDG.mjs → MazTransitionExpand-pD1Oj5jl.mjs} +1 -1
- package/components/chunks/arrow-top-right-on-square-jPmYJ34F.mjs +30 -0
- package/components/chunks/check-BmubdHc_.mjs +30 -0
- package/components/chunks/check-C9Q_W85g.mjs +30 -0
- package/components/chunks/check-circle-Bf7AGSQ-.mjs +30 -0
- package/components/chunks/chevron-double-left-D4-NpyrF.mjs +30 -0
- package/components/chunks/chevron-down-BkvtON3b.mjs +30 -0
- package/components/chunks/chevron-left-BqVOLRdC.mjs +30 -0
- package/components/chunks/chevron-right-CbjzEeHV.mjs +30 -0
- package/components/chunks/ellipsis-horizontal-6n158ATI.mjs +30 -0
- package/components/chunks/exclamation-circle-CUk0ZajS.mjs +30 -0
- package/components/chunks/exclamation-triangle-Z6d0ygp8.mjs +30 -0
- package/components/chunks/eye-f8zAUc30.mjs +43 -0
- package/components/chunks/eye-slash-BoO00xzs.mjs +30 -0
- package/components/chunks/magnifying-glass--nBiyXot.mjs +30 -0
- package/components/chunks/no-photography-PGT8fxs_.mjs +36 -0
- package/components/chunks/no-symbol-CIgKzsrB.mjs +30 -0
- package/components/chunks/pencil-Z-mPplOz.mjs +30 -0
- package/components/chunks/x-mark-CnZwVvA7.mjs +30 -0
- package/components/chunks/x-mark-wyoa-ywi.mjs +29 -0
- package/modules/assets/MazBtn.css +1 -1
- package/modules/assets/index.css +1 -1
- package/modules/chunks/{MazBtn-B5YpQTm4.cjs → MazBtn-DBCfLTEq.cjs} +2 -2
- package/modules/chunks/{MazBtn-Xp3b50aF.mjs → MazBtn-ZodGJGYi.mjs} +3 -3
- package/modules/chunks/{MazIcon-6yXKB25o.cjs → MazIcon-BmzyL3xC.cjs} +1 -1
- package/modules/chunks/{MazIcon-Bh9E9Pum.mjs → MazIcon-Cc_Rfdkr.mjs} +1 -1
- package/modules/chunks/MazSpinner-1HepG9lI.mjs +37 -0
- package/modules/chunks/MazSpinner-CqfQGJXH.cjs +1 -0
- package/modules/chunks/arrow-top-right-on-square-PZtr8Zs0.cjs +1 -0
- package/modules/chunks/arrow-top-right-on-square-jPmYJ34F.mjs +30 -0
- package/modules/chunks/check-circle-Bf7AGSQ-.mjs +30 -0
- package/modules/chunks/check-circle-D3i-p-t3.cjs +1 -0
- package/modules/chunks/chevron-left-BqVOLRdC.mjs +30 -0
- package/modules/chunks/chevron-left-Byr9GkwI.cjs +1 -0
- package/modules/chunks/exclamation-circle-BXs0Yj0f.cjs +1 -0
- package/modules/chunks/exclamation-circle-CUk0ZajS.mjs +30 -0
- package/modules/chunks/exclamation-triangle-BtW3be9S.cjs +1 -0
- package/modules/chunks/exclamation-triangle-Z6d0ygp8.mjs +30 -0
- package/modules/chunks/index-BbpA7Mc4.cjs +124 -0
- package/modules/chunks/{index-2Cj_X8Oy.mjs → index-BgyjI1q8.mjs} +651 -616
- package/modules/chunks/{index-BAqkTZJZ.mjs → index-CR18QNVD.mjs} +2349 -2347
- package/modules/chunks/index-CXVZhyjw.cjs +1 -0
- package/modules/chunks/information-circle-89FseEuJ.cjs +1 -0
- package/modules/chunks/information-circle-C7e5b_nL.mjs +30 -0
- package/modules/chunks/link-Br1lfjTR.mjs +30 -0
- package/modules/chunks/link-CUxj8BQ5.cjs +1 -0
- package/modules/chunks/x-mark-CnZwVvA7.mjs +30 -0
- package/modules/chunks/x-mark-DW2WXkoF.cjs +1 -0
- package/modules/index.cjs +1 -1
- package/modules/index.mjs +1 -1
- package/nuxt/index.d.mts +1 -1
- package/nuxt/index.d.ts +1 -1
- package/nuxt/index.json +2 -2
- package/package.json +21 -21
- package/resolvers/index.cjs +1 -1
- package/resolvers/index.d.ts +1 -1
- package/resolvers/index.mjs +26 -26
- package/tailwindcss/tailwind.config.ts +3 -3
- package/types/components/MazAccordion.vue.d.ts +9 -35
- package/types/components/MazAnimatedCounter.vue.d.ts +10 -38
- package/types/components/MazAvatar.vue.d.ts +21 -64
- package/types/components/MazBackdrop.vue.d.ts +19 -36
- package/types/components/MazBadge.vue.d.ts +7 -40
- package/types/components/MazBottomSheet.vue.d.ts +10 -11
- package/types/components/MazBtn.vue.d.ts +9 -47
- package/types/components/MazCard.vue.d.ts +10 -61
- package/types/components/MazCardSpotlight.vue.d.ts +10 -43
- package/types/components/MazCarousel.vue.d.ts +8 -33
- package/types/components/MazChart.vue.d.ts +7 -7
- package/types/components/MazCheckbox.vue.d.ts +8 -8
- package/types/components/MazCircularProgressBar.vue.d.ts +11 -49
- package/types/components/MazDialog.vue.d.ts +17 -35
- package/types/components/MazDialogPromise/use-maz-dialog-promise.d.ts +59 -0
- package/types/components/MazDialogPromise.vue.d.ts +4 -27
- package/types/components/MazDrawer.vue.d.ts +16 -46
- package/types/components/MazDropdown.vue.d.ts +22 -62
- package/types/components/MazDropzone.vue.d.ts +34 -11
- package/types/components/MazExpandAnimation.vue.d.ts +11 -36
- package/types/components/MazFullscreenLoader.vue.d.ts +6 -30
- package/types/components/MazGallery.vue.d.ts +10 -10
- package/types/components/MazIcon.vue.d.ts +11 -11
- package/types/components/MazInput.vue.d.ts +12 -12
- package/types/components/MazInputCode.vue.d.ts +8 -2
- package/types/components/MazInputNumber.vue.d.ts +14 -55
- package/types/components/MazInputPrice.vue.d.ts +16 -48
- package/types/components/MazInputTags.vue.d.ts +8 -51
- package/types/components/MazLazyImg.vue.d.ts +18 -53
- package/types/components/MazLink.vue.d.ts +13 -62
- package/types/components/MazLoadingBar.vue.d.ts +2 -25
- package/types/components/MazPagination.vue.d.ts +21 -57
- package/types/components/MazPhoneNumberInput/CountrySelector.vue.d.ts +13 -55
- package/types/components/MazPhoneNumberInput/PhoneInput.vue.d.ts +6 -33
- package/types/components/MazPhoneNumberInput/use-libphonenumber.d.ts +1 -1
- package/types/components/MazPhoneNumberInput/use-maz-phone-number-input.d.ts +1 -1
- package/types/components/MazPhoneNumberInput.vue.d.ts +76 -275
- package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +6 -6
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +3 -3
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +8 -8
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +9 -9
- package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +9 -9
- package/types/components/MazPicker/MazPickerContainer.vue.d.ts +6 -6
- package/types/components/MazPicker/MazPickerFooter.vue.d.ts +4 -4
- package/types/components/MazPicker/MazPickerHeader.vue.d.ts +5 -5
- package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +5 -5
- package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +6 -6
- package/types/components/MazPicker/MazPickerTime.vue.d.ts +7 -7
- package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +5 -5
- package/types/components/MazPicker/utils.d.ts +1 -1
- package/types/components/MazPicker.vue.d.ts +13 -114
- package/types/components/MazPullToRefresh.vue.d.ts +11 -48
- package/types/components/MazRadio.vue.d.ts +7 -7
- package/types/components/MazRadioButtons.vue.d.ts +7 -7
- package/types/components/MazReadingProgressBar.vue.d.ts +8 -41
- package/types/components/MazSelect.vue.d.ts +45 -19
- package/types/components/MazSlider.vue.d.ts +6 -6
- package/types/components/MazSpinner.vue.d.ts +4 -4
- package/types/components/MazStepper.vue.d.ts +10 -36
- package/types/components/MazSwitch.vue.d.ts +17 -51
- package/types/components/MazTable.vue.d.ts +22 -115
- package/types/components/MazTableCell.vue.d.ts +6 -8
- package/types/components/MazTableRow.vue.d.ts +6 -17
- package/types/components/MazTableTitle.vue.d.ts +6 -8
- package/types/components/MazTabs.vue.d.ts +9 -20
- package/types/components/MazTabsBar.vue.d.ts +7 -31
- package/types/components/MazTabsContent.vue.d.ts +6 -8
- package/types/components/MazTabsContentItem.vue.d.ts +9 -11
- package/types/components/MazTextarea.vue.d.ts +16 -65
- package/types/components/MazTransitionExpand.vue.d.ts +7 -30
- package/types/modules/composables/index.d.ts +10 -10
- package/types/modules/composables/useBreakpoints.d.ts +1 -1
- package/types/modules/composables/useFormValidator/index.d.ts +1 -1
- package/types/modules/composables/useFormValidator/types.d.ts +2 -2
- package/types/modules/composables/useFormValidator/useFormField.d.ts +1 -1
- package/types/modules/composables/useFormValidator/useFormValidator.d.ts +4 -4
- package/types/modules/composables/useFormValidator/utils.d.ts +1 -1
- package/types/modules/composables/useSwipe.d.ts +6 -6
- package/types/modules/composables/useThemeHandler.d.ts +2 -2
- package/types/modules/composables/useTimer.d.ts +1 -1
- package/types/modules/composables/useWindowSize.d.ts +2 -2
- package/types/modules/directives/index.d.ts +4 -4
- package/types/modules/directives/tooltip/index.d.ts +5 -5
- package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +12 -51
- package/types/modules/directives/v-fullscreen-img/fullscreen-img.directive.d.ts +2 -2
- package/types/modules/directives/v-lazy-img/index.d.ts +1 -1
- package/types/modules/directives/v-lazy-img/lazy-img.directive.d.ts +3 -3
- package/types/modules/directives/v-zoom-img/zoom-img.directive.d.ts +2 -2
- package/types/modules/helpers/idle-timeout/idle-timeout-handler.d.ts +1 -1
- package/types/modules/helpers/idle-timeout/index.d.ts +1 -1
- package/types/modules/helpers/index.d.ts +9 -9
- package/types/modules/helpers/user-visibility/index.d.ts +1 -1
- package/types/modules/index.d.ts +2 -2
- package/types/modules/plugins/index.d.ts +3 -3
- package/types/modules/plugins/toaster/MazToast.vue.d.ts +8 -43
- package/types/modules/plugins/toaster/index.d.ts +1 -1
- package/types/resolvers/index.d.ts +1 -1
- package/components/chunks/MazBtn-Cljl5o-I.mjs +0 -150
- package/components/chunks/MazBtn-Ctia-461.mjs +0 -150
- package/components/chunks/MazBtn-DODywrLx.mjs +0 -150
- package/components/chunks/MazSpinner-6pxbKImG.mjs +0 -37
- package/components/chunks/MazSpinner-BJN_jbhh.mjs +0 -37
- package/components/chunks/MazSpinner-BaF0DUe_.mjs +0 -37
- package/components/chunks/MazSpinner-BkThjKrN.mjs +0 -37
- package/components/chunks/MazSpinner-Blv7QjWg.mjs +0 -37
- package/components/chunks/MazSpinner-BrJp-R3e.mjs +0 -37
- package/components/chunks/MazSpinner-BxnVFqUu.mjs +0 -37
- package/components/chunks/MazSpinner-C26AbFPs.mjs +0 -37
- package/components/chunks/MazSpinner-CeqhaMHQ.mjs +0 -37
- package/components/chunks/MazSpinner-ClVjU4gS.mjs +0 -37
- package/components/chunks/MazSpinner-CrfX4MuO.mjs +0 -37
- package/components/chunks/MazSpinner-CxE3Az_C.mjs +0 -37
- package/components/chunks/MazSpinner-D4gpZ7vL.mjs +0 -37
- package/components/chunks/MazSpinner-D6GK3Gu9.mjs +0 -37
- package/components/chunks/MazSpinner-D8k_MENa.mjs +0 -37
- package/components/chunks/MazSpinner-DH5fMQ2V.mjs +0 -37
- package/components/chunks/MazSpinner-DRDcCM66.mjs +0 -37
- package/components/chunks/MazSpinner-aOtXYirZ.mjs +0 -37
- package/components/chunks/MazSpinner-brRTagpP.mjs +0 -37
- package/components/chunks/MazSpinner-nH44Htog.mjs +0 -41
- package/components/chunks/MazSpinner-vlqbojbC.mjs +0 -37
- package/components/chunks/MazSpinner-xXJol44G.mjs +0 -37
- package/components/chunks/arrow-top-right-on-square-CkcBq4qD.mjs +0 -30
- package/components/chunks/check-7UA4j2f2.mjs +0 -30
- package/components/chunks/check-CL-vqe79.mjs +0 -30
- package/components/chunks/check-circle-CtCMBYyp.mjs +0 -30
- package/components/chunks/chevron-double-left-zoBBzOlh.mjs +0 -30
- package/components/chunks/chevron-down-CzMH-gFW.mjs +0 -30
- package/components/chunks/chevron-left-CcZaP3Rc.mjs +0 -30
- package/components/chunks/chevron-right-BKWCeY9O.mjs +0 -30
- package/components/chunks/ellipsis-horizontal-VGAsnCwV.mjs +0 -30
- package/components/chunks/exclamation-circle-DzBJ8vGa.mjs +0 -30
- package/components/chunks/exclamation-triangle-BfZLmRbP.mjs +0 -30
- package/components/chunks/eye-DqO_Jx56.mjs +0 -43
- package/components/chunks/eye-slash-tjfxO0LK.mjs +0 -30
- package/components/chunks/magnifying-glass-DZGg7953.mjs +0 -30
- package/components/chunks/no-photography-CFaiDNTH.mjs +0 -36
- package/components/chunks/no-symbol-QAqP9IlR.mjs +0 -30
- package/components/chunks/pencil-BcRzdEYh.mjs +0 -30
- package/components/chunks/x-mark-BP8zWe_C.mjs +0 -30
- package/components/chunks/x-mark-CKwYEQQZ.mjs +0 -29
- package/modules/chunks/MazSpinner-B-b4dHQE.mjs +0 -37
- package/modules/chunks/MazSpinner-BcdYES12.cjs +0 -1
- package/modules/chunks/arrow-top-right-on-square-CkcBq4qD.mjs +0 -30
- package/modules/chunks/arrow-top-right-on-square-Kw3b5yYN.cjs +0 -1
- package/modules/chunks/check-circle-Bm2TJi5n.cjs +0 -1
- package/modules/chunks/check-circle-CtCMBYyp.mjs +0 -30
- package/modules/chunks/chevron-left-CcZaP3Rc.mjs +0 -30
- package/modules/chunks/chevron-left-D2bYJFWX.cjs +0 -1
- package/modules/chunks/exclamation-circle-Cw7wlH9H.cjs +0 -1
- package/modules/chunks/exclamation-circle-DzBJ8vGa.mjs +0 -30
- package/modules/chunks/exclamation-triangle-BfZLmRbP.mjs +0 -30
- package/modules/chunks/exclamation-triangle-BhBdL4E2.cjs +0 -1
- package/modules/chunks/index-BGDSYGPq.cjs +0 -1
- package/modules/chunks/index-tufoDf2u.cjs +0 -124
- package/modules/chunks/information-circle-C0pE_7kr.mjs +0 -30
- package/modules/chunks/information-circle-i_xlqw0y.cjs +0 -1
- package/modules/chunks/link-BbXTqAk3.cjs +0 -1
- package/modules/chunks/link-D7FkvsK4.mjs +0 -30
- package/modules/chunks/x-mark-BETcRuRC.cjs +0 -1
- package/modules/chunks/x-mark-BP8zWe_C.mjs +0 -30
|
@@ -3,8 +3,7 @@ export interface Props {
|
|
|
3
3
|
modelValue?: number;
|
|
4
4
|
contentClass?: unknown;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
declare const __VLS_templateResult: {
|
|
6
|
+
declare function __VLS_template(): {
|
|
8
7
|
slots: Partial<Record<`title-${number}`, (_: {
|
|
9
8
|
isOpen: boolean;
|
|
10
9
|
}) => any>> & Partial<Record<`content-${number}`, (_: {
|
|
@@ -15,47 +14,22 @@ declare const __VLS_templateResult: {
|
|
|
15
14
|
}): any;
|
|
16
15
|
};
|
|
17
16
|
refs: {};
|
|
18
|
-
attrs: Partial<
|
|
17
|
+
attrs: Partial<{}>;
|
|
19
18
|
};
|
|
20
|
-
type
|
|
21
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
22
|
-
id: undefined;
|
|
23
|
-
modelValue: number;
|
|
24
|
-
contentClass: undefined;
|
|
25
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
21
|
"update:model-value": (...args: any[]) => void;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
28
|
-
id: undefined;
|
|
29
|
-
modelValue: number;
|
|
30
|
-
contentClass: undefined;
|
|
31
|
-
}>>> & {
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
32
23
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}
|
|
34
|
-
id: string;
|
|
24
|
+
}>, {
|
|
35
25
|
contentClass: undefined;
|
|
26
|
+
id: string;
|
|
36
27
|
modelValue: number;
|
|
37
|
-
}, {}>;
|
|
38
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
30
|
export default _default;
|
|
40
|
-
type __VLS_WithDefaults<P, D> = {
|
|
41
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
42
|
-
default: D[K];
|
|
43
|
-
}> : P[K];
|
|
44
|
-
};
|
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
-
type __VLS_TypePropsToOption<T> = {
|
|
47
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
-
} : {
|
|
50
|
-
type: import('vue').PropType<T[K]>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
31
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
32
|
new (): {
|
|
56
33
|
$slots: S;
|
|
57
34
|
};
|
|
58
35
|
};
|
|
59
|
-
type __VLS_PrettifyLocal<T> = {
|
|
60
|
-
[K in keyof T]: T[K];
|
|
61
|
-
} & {};
|
|
@@ -1,62 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import './assets/MazAccordion.css';const P =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}, [
|
|
38
|
-
u(
|
|
39
|
-
"div",
|
|
40
|
-
I({ class: "m-expand-animation__inner" }, n.$attrs, {
|
|
41
|
-
class: {
|
|
42
|
-
"--overflow-hidden": t.value
|
|
43
|
-
}
|
|
44
|
-
}),
|
|
45
|
-
[
|
|
46
|
-
L(" @slot Default Slot - Display content "),
|
|
47
|
-
h(n.$slots, "default", {}, void 0, !0)
|
|
48
|
-
],
|
|
49
|
-
16
|
|
50
|
-
/* FULL_PROPS */
|
|
51
|
-
)
|
|
52
|
-
], 10, P));
|
|
53
|
-
}
|
|
54
|
-
}), k = (r, a) => {
|
|
55
|
-
const t = r.__vccOpts || r;
|
|
56
|
-
for (const [l, i] of a)
|
|
57
|
-
t[l] = i;
|
|
58
|
-
return t;
|
|
59
|
-
}, U = /* @__PURE__ */ k(T, [["__scopeId", "data-v-b7ca6b97"]]), q = { class: "inner" }, H = /* @__PURE__ */ C({
|
|
1
|
+
import { openBlock as p, createElementBlock as b, createElementVNode as u, computed as g, getCurrentInstance as A, defineComponent as C, useCssVars as V, ref as f, onMounted as O, onUnmounted as B, normalizeClass as $, normalizeStyle as w, renderSlot as h, withDirectives as E, vShow as z, mergeModels as x, useModel as I, mergeProps as L, createCommentVNode as N, useSlots as j, Fragment as D, renderList as F, createBlock as R, withCtx as M, unref as y, createVNode as S } from "vue";
|
|
2
|
+
import './assets/MazAccordion.css';const P = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24"
|
|
8
|
+
};
|
|
9
|
+
function T(r, t) {
|
|
10
|
+
return p(), b("svg", P, t[0] || (t[0] = [
|
|
11
|
+
u(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
"stroke-linecap": "round",
|
|
16
|
+
"stroke-linejoin": "round",
|
|
17
|
+
"stroke-width": "1.5",
|
|
18
|
+
d: "M12 4.5v15m7.5-7.5h-15"
|
|
19
|
+
},
|
|
20
|
+
null,
|
|
21
|
+
-1
|
|
22
|
+
/* HOISTED */
|
|
23
|
+
)
|
|
24
|
+
]));
|
|
25
|
+
}
|
|
26
|
+
const U = { render: T };
|
|
27
|
+
function q({
|
|
28
|
+
componentName: r,
|
|
29
|
+
providedId: t
|
|
30
|
+
}) {
|
|
31
|
+
return g(() => {
|
|
32
|
+
var n;
|
|
33
|
+
return t ?? `${r}-${(n = A()) == null ? void 0 : n.uid}`;
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
const H = { class: "inner" }, W = /* @__PURE__ */ C({
|
|
60
37
|
__name: "MazCardSpotlight",
|
|
61
38
|
props: {
|
|
62
39
|
color: { default: "primary" },
|
|
@@ -68,15 +45,15 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
|
|
|
68
45
|
},
|
|
69
46
|
setup(r) {
|
|
70
47
|
V((d) => ({
|
|
71
|
-
|
|
72
|
-
"
|
|
48
|
+
"829b4eb4": d.innerOpacity,
|
|
49
|
+
"57453cb6": o.value
|
|
73
50
|
}));
|
|
74
|
-
const
|
|
51
|
+
const t = r, n = f(), l = f(), i = f(!1);
|
|
75
52
|
function m({ clientX: d, clientY: c }) {
|
|
76
|
-
var e, _,
|
|
53
|
+
var e, _, a;
|
|
77
54
|
i.value = !0;
|
|
78
55
|
const v = (e = l.value) == null ? void 0 : e.getBoundingClientRect();
|
|
79
|
-
v && ((
|
|
56
|
+
v && ((a = (_ = n.value) == null ? void 0 : _.animate) == null || a.call(
|
|
80
57
|
_,
|
|
81
58
|
[
|
|
82
59
|
{
|
|
@@ -89,23 +66,23 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
|
|
|
89
66
|
}
|
|
90
67
|
));
|
|
91
68
|
}
|
|
92
|
-
const
|
|
69
|
+
const o = g(() => `var(--maz-color-${t.color}-alpha)`), s = g(() => `var(--maz-color-${t.color}-alpha-20)`);
|
|
93
70
|
return O(() => {
|
|
94
71
|
window.addEventListener("mousemove", m);
|
|
95
72
|
}), B(() => {
|
|
96
73
|
window.removeEventListener("mousemove", m);
|
|
97
|
-
}), (d, c) => (
|
|
74
|
+
}), (d, c) => (p(), b(
|
|
98
75
|
"div",
|
|
99
76
|
{
|
|
100
|
-
class:
|
|
77
|
+
class: $(["m-card-spotlight", { "maz-elevation": !d.noElevation }]),
|
|
101
78
|
style: w({ backgroundColor: s.value })
|
|
102
79
|
},
|
|
103
80
|
[
|
|
104
|
-
u("div",
|
|
81
|
+
u("div", H, [
|
|
105
82
|
u(
|
|
106
83
|
"div",
|
|
107
84
|
{
|
|
108
|
-
class:
|
|
85
|
+
class: $(["content", [{ "maz-p-4": d.padding }, d.contentClass]])
|
|
109
86
|
},
|
|
110
87
|
[
|
|
111
88
|
h(d.$slots, "default", {}, void 0, !0)
|
|
@@ -118,9 +95,9 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
|
|
|
118
95
|
"div",
|
|
119
96
|
{
|
|
120
97
|
ref_key: "blobElement",
|
|
121
|
-
ref:
|
|
98
|
+
ref: n,
|
|
122
99
|
class: "blob",
|
|
123
|
-
style: w({ backgroundColor:
|
|
100
|
+
style: w({ backgroundColor: o.value })
|
|
124
101
|
},
|
|
125
102
|
null,
|
|
126
103
|
4
|
|
@@ -146,44 +123,67 @@ import './assets/MazAccordion.css';const P = ["aria-hidden"], T = /* @__PURE__ *
|
|
|
146
123
|
/* CLASS, STYLE */
|
|
147
124
|
));
|
|
148
125
|
}
|
|
149
|
-
}),
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
"
|
|
157
|
-
{
|
|
158
|
-
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
},
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
function
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
126
|
+
}), k = (r, t) => {
|
|
127
|
+
const n = r.__vccOpts || r;
|
|
128
|
+
for (const [l, i] of t)
|
|
129
|
+
n[l] = i;
|
|
130
|
+
return n;
|
|
131
|
+
}, G = /* @__PURE__ */ k(W, [["__scopeId", "data-v-a4cc15ae"]]), J = ["aria-hidden"], K = /* @__PURE__ */ C({
|
|
132
|
+
inheritAttrs: !1,
|
|
133
|
+
__name: "MazExpandAnimation",
|
|
134
|
+
props: /* @__PURE__ */ x({
|
|
135
|
+
duration: { default: "300ms" },
|
|
136
|
+
timingFunction: { default: "ease-in-out" }
|
|
137
|
+
}, {
|
|
138
|
+
modelValue: { type: Boolean },
|
|
139
|
+
modelModifiers: {}
|
|
140
|
+
}),
|
|
141
|
+
emits: ["update:modelValue"],
|
|
142
|
+
setup(r) {
|
|
143
|
+
V((o) => ({
|
|
144
|
+
"3628b947": o.duration,
|
|
145
|
+
"239277b5": o.timingFunction
|
|
146
|
+
}));
|
|
147
|
+
const t = I(r, "modelValue"), n = f(!t.value), l = f();
|
|
148
|
+
function i() {
|
|
149
|
+
t.value || (n.value = !0);
|
|
150
|
+
}
|
|
151
|
+
function m() {
|
|
152
|
+
t.value && (n.value = !1);
|
|
153
|
+
}
|
|
154
|
+
return O(() => {
|
|
155
|
+
var o, s;
|
|
156
|
+
(o = l.value) == null || o.addEventListener("transitionstart", i, !1), (s = l.value) == null || s.addEventListener("transitionend", m, !1);
|
|
157
|
+
}), B(() => {
|
|
158
|
+
var o, s;
|
|
159
|
+
(o = l.value) == null || o.removeEventListener("transitionstart", i, !1), (s = l.value) == null || s.removeEventListener("transitionend", m, !1);
|
|
160
|
+
}), (o, s) => (p(), b("div", {
|
|
161
|
+
ref_key: "expandAnimationRef",
|
|
162
|
+
ref: l,
|
|
163
|
+
class: $(["m-expand-animation", { "m-expand-animation--expanded": t.value }]),
|
|
164
|
+
"aria-hidden": !t.value,
|
|
165
|
+
role: "region"
|
|
166
|
+
}, [
|
|
167
|
+
u(
|
|
168
|
+
"div",
|
|
169
|
+
L({ class: "m-expand-animation__inner" }, o.$attrs, {
|
|
170
|
+
class: {
|
|
171
|
+
"--overflow-hidden": n.value
|
|
172
|
+
}
|
|
173
|
+
}),
|
|
174
|
+
[
|
|
175
|
+
N(" @slot Default Slot - Display content "),
|
|
176
|
+
h(o.$slots, "default", {}, void 0, !0)
|
|
177
|
+
],
|
|
178
|
+
16
|
|
179
|
+
/* FULL_PROPS */
|
|
180
|
+
)
|
|
181
|
+
], 10, J));
|
|
182
|
+
}
|
|
183
|
+
}), Q = /* @__PURE__ */ k(K, [["__scopeId", "data-v-b7ca6b97"]]), X = {
|
|
184
184
|
class: "m-accordion",
|
|
185
185
|
role: "presentation"
|
|
186
|
-
},
|
|
186
|
+
}, Y = ["id", "aria-controls", "aria-expanded", "onClick"], Z = /* @__PURE__ */ C({
|
|
187
187
|
__name: "MazAccordion",
|
|
188
188
|
props: {
|
|
189
189
|
id: { default: void 0 },
|
|
@@ -191,14 +191,14 @@ const Z = {
|
|
|
191
191
|
contentClass: { default: void 0 }
|
|
192
192
|
},
|
|
193
193
|
emits: ["update:model-value"],
|
|
194
|
-
setup(r, { emit:
|
|
195
|
-
const
|
|
194
|
+
setup(r, { emit: t }) {
|
|
195
|
+
const n = r, l = t, i = q({
|
|
196
196
|
componentName: "MazAccordion",
|
|
197
|
-
providedId:
|
|
198
|
-
}), m = j(),
|
|
197
|
+
providedId: n.id
|
|
198
|
+
}), m = j(), o = g(
|
|
199
199
|
() => Object.keys(m).filter((e) => e.startsWith("title-")).length
|
|
200
|
-
), s =
|
|
201
|
-
get: () =>
|
|
200
|
+
), s = f(n.modelValue), d = g({
|
|
201
|
+
get: () => n.modelValue || s.value,
|
|
202
202
|
set: (e) => {
|
|
203
203
|
s.value = e, l("update:model-value", e);
|
|
204
204
|
}
|
|
@@ -209,50 +209,50 @@ const Z = {
|
|
|
209
209
|
function v(e) {
|
|
210
210
|
d.value === e ? (s.value = 0, l("update:model-value", 0)) : (s.value = e, l("update:model-value", e));
|
|
211
211
|
}
|
|
212
|
-
return (e, _) => (
|
|
213
|
-
(
|
|
212
|
+
return (e, _) => (p(), b("div", X, [
|
|
213
|
+
(p(!0), b(
|
|
214
214
|
D,
|
|
215
215
|
null,
|
|
216
|
-
F(
|
|
217
|
-
|
|
216
|
+
F(o.value, (a) => (p(), R(
|
|
217
|
+
G,
|
|
218
218
|
{
|
|
219
|
-
key:
|
|
219
|
+
key: a,
|
|
220
220
|
class: "m-accordion__spotlight",
|
|
221
221
|
padding: !1
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
default: M(() => [
|
|
225
225
|
u("button", {
|
|
226
|
-
id: `step-${
|
|
226
|
+
id: `step-${a}-${y(i)}`,
|
|
227
227
|
class: "m-accordion__header",
|
|
228
|
-
"aria-controls": `step-${
|
|
229
|
-
"aria-expanded": c(
|
|
230
|
-
onClick: (
|
|
228
|
+
"aria-controls": `step-${a}-${y(i)}`,
|
|
229
|
+
"aria-expanded": c(a),
|
|
230
|
+
onClick: (ee) => v(a)
|
|
231
231
|
}, [
|
|
232
|
-
h(e.$slots, `title-${
|
|
233
|
-
isOpen: c(
|
|
232
|
+
h(e.$slots, `title-${a}`, {
|
|
233
|
+
isOpen: c(a)
|
|
234
234
|
}, void 0, !0),
|
|
235
|
-
S(y(
|
|
236
|
-
class:
|
|
235
|
+
S(y(U), {
|
|
236
|
+
class: $(["header-icon", { "--rotate": c(a) }])
|
|
237
237
|
}, null, 8, ["class"])
|
|
238
|
-
], 8,
|
|
239
|
-
S(
|
|
238
|
+
], 8, Y),
|
|
239
|
+
S(Q, {
|
|
240
240
|
"animation-duration": "300ms",
|
|
241
|
-
"model-value": c(
|
|
242
|
-
"aria-labelledby": `step-${
|
|
241
|
+
"model-value": c(a),
|
|
242
|
+
"aria-labelledby": `step-${a}-${y(i)}`
|
|
243
243
|
}, {
|
|
244
244
|
default: M(() => [
|
|
245
245
|
u(
|
|
246
246
|
"div",
|
|
247
247
|
{
|
|
248
|
-
class:
|
|
248
|
+
class: $(["m-accordion__content", e.contentClass])
|
|
249
249
|
},
|
|
250
250
|
[
|
|
251
251
|
h(e.$slots, "content", {
|
|
252
|
-
isOpen: c(
|
|
252
|
+
isOpen: c(a)
|
|
253
253
|
}, void 0, !0),
|
|
254
|
-
h(e.$slots, `content-${
|
|
255
|
-
isOpen: c(
|
|
254
|
+
h(e.$slots, `content-${a}`, {
|
|
255
|
+
isOpen: c(a)
|
|
256
256
|
}, void 0, !0)
|
|
257
257
|
],
|
|
258
258
|
2
|
|
@@ -274,7 +274,7 @@ const Z = {
|
|
|
274
274
|
))
|
|
275
275
|
]));
|
|
276
276
|
}
|
|
277
|
-
}),
|
|
277
|
+
}), ne = /* @__PURE__ */ k(Z, [["__scopeId", "data-v-6bc141bc"]]);
|
|
278
278
|
export {
|
|
279
|
-
|
|
279
|
+
ne as default
|
|
280
280
|
};
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_1: {};
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
5
2
|
slots: {
|
|
6
|
-
prefix?(_: typeof __VLS_0): any;
|
|
7
3
|
prefix?(_: {}): any;
|
|
8
|
-
|
|
4
|
+
prefix?(_: {}): any;
|
|
5
|
+
suffix?(_: {}): any;
|
|
9
6
|
suffix?(_: {}): any;
|
|
10
7
|
};
|
|
11
8
|
refs: {};
|
|
12
|
-
attrs: Partial<
|
|
9
|
+
attrs: Partial<{}>;
|
|
13
10
|
};
|
|
14
|
-
type
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
16
13
|
/**
|
|
17
14
|
* The number to animate
|
|
18
15
|
*/
|
|
@@ -30,11 +27,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
30
27
|
* Suffix to display next to the number
|
|
31
28
|
*/
|
|
32
29
|
suffix?: string;
|
|
33
|
-
}
|
|
34
|
-
duration: number;
|
|
35
|
-
prefix: undefined;
|
|
36
|
-
suffix: undefined;
|
|
37
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
30
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
38
31
|
/**
|
|
39
32
|
* The number to animate
|
|
40
33
|
*/
|
|
@@ -52,36 +45,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
52
45
|
* Suffix to display next to the number
|
|
53
46
|
*/
|
|
54
47
|
suffix?: string;
|
|
55
|
-
}>, {
|
|
56
|
-
duration: number;
|
|
57
|
-
prefix: undefined;
|
|
58
|
-
suffix: undefined;
|
|
59
|
-
}>>>, {
|
|
48
|
+
}> & Readonly<{}>, {
|
|
60
49
|
duration: number;
|
|
61
50
|
prefix: string;
|
|
62
51
|
suffix: string;
|
|
63
|
-
}, {}>;
|
|
64
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
53
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
65
54
|
export default _default;
|
|
66
|
-
type __VLS_WithDefaults<P, D> = {
|
|
67
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
68
|
-
default: D[K];
|
|
69
|
-
}> : P[K];
|
|
70
|
-
};
|
|
71
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
72
|
-
type __VLS_TypePropsToOption<T> = {
|
|
73
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
74
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
75
|
-
} : {
|
|
76
|
-
type: import('vue').PropType<T[K]>;
|
|
77
|
-
required: true;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
55
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
81
56
|
new (): {
|
|
82
57
|
$slots: S;
|
|
83
58
|
};
|
|
84
59
|
};
|
|
85
|
-
type __VLS_PrettifyLocal<T> = {
|
|
86
|
-
[K in keyof T]: T[K];
|
|
87
|
-
} & {};
|
|
@@ -45,88 +45,45 @@ export interface Props {
|
|
|
45
45
|
/** Load the fallback image by default */
|
|
46
46
|
noPhoto?: boolean;
|
|
47
47
|
}
|
|
48
|
-
declare
|
|
49
|
-
declare var __VLS_inheritedAttrs: {};
|
|
50
|
-
declare const __VLS_templateResult: {
|
|
48
|
+
declare function __VLS_template(): {
|
|
51
49
|
slots: {
|
|
52
50
|
"round-text"?(_: {}): any;
|
|
53
51
|
icon?(_: {}): any;
|
|
54
|
-
caption?(_:
|
|
52
|
+
caption?(_: {}): any;
|
|
55
53
|
};
|
|
56
54
|
refs: {};
|
|
57
|
-
attrs: Partial<
|
|
55
|
+
attrs: Partial<{}>;
|
|
58
56
|
};
|
|
59
|
-
type
|
|
60
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
buttonColor: string;
|
|
69
|
-
letterCount: undefined;
|
|
70
|
-
roundedSize: string;
|
|
71
|
-
fallbackSrc: undefined;
|
|
72
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
|
-
click: (event: MouseEvent) => void;
|
|
74
|
-
intersecting: (el: Element) => void;
|
|
75
|
-
loading: (el: Element) => void;
|
|
76
|
-
loaded: (el: Element) => void;
|
|
77
|
-
error: (el: Element) => void;
|
|
78
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
79
|
-
src: undefined;
|
|
80
|
-
caption: undefined;
|
|
81
|
-
href: undefined;
|
|
82
|
-
to: undefined;
|
|
83
|
-
alt: string;
|
|
84
|
-
target: string;
|
|
85
|
-
size: undefined;
|
|
86
|
-
buttonColor: string;
|
|
87
|
-
letterCount: undefined;
|
|
88
|
-
roundedSize: string;
|
|
89
|
-
fallbackSrc: undefined;
|
|
90
|
-
}>>> & {
|
|
91
|
-
onLoading?: ((el: Element) => any) | undefined;
|
|
92
|
-
onLoaded?: ((el: Element) => any) | undefined;
|
|
57
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
58
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
59
|
+
click: (event: MouseEvent) => any;
|
|
60
|
+
error: (el: Element) => any;
|
|
61
|
+
loaded: (el: Element) => any;
|
|
62
|
+
loading: (el: Element) => any;
|
|
63
|
+
intersecting: (el: Element) => any;
|
|
64
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
65
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
93
66
|
onError?: ((el: Element) => any) | undefined;
|
|
67
|
+
onLoaded?: ((el: Element) => any) | undefined;
|
|
68
|
+
onLoading?: ((el: Element) => any) | undefined;
|
|
94
69
|
onIntersecting?: ((el: Element) => any) | undefined;
|
|
95
|
-
|
|
96
|
-
}, {
|
|
97
|
-
size: string;
|
|
70
|
+
}>, {
|
|
98
71
|
caption: string | null;
|
|
72
|
+
size: string;
|
|
99
73
|
src: string | null;
|
|
100
|
-
alt: string;
|
|
101
|
-
href: string;
|
|
102
|
-
fallbackSrc: string;
|
|
103
74
|
roundedSize: "none" | "sm" | "md" | "lg" | "xl" | "full";
|
|
75
|
+
href: string;
|
|
104
76
|
to: string | Record<string, unknown>;
|
|
105
77
|
target: string;
|
|
78
|
+
alt: string;
|
|
79
|
+
fallbackSrc: string;
|
|
106
80
|
buttonColor: Color;
|
|
107
81
|
letterCount: number;
|
|
108
|
-
}, {}>;
|
|
109
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
82
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
83
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
110
84
|
export default _default;
|
|
111
|
-
type __VLS_WithDefaults<P, D> = {
|
|
112
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
113
|
-
default: D[K];
|
|
114
|
-
}> : P[K];
|
|
115
|
-
};
|
|
116
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
117
|
-
type __VLS_TypePropsToOption<T> = {
|
|
118
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
119
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
120
|
-
} : {
|
|
121
|
-
type: import('vue').PropType<T[K]>;
|
|
122
|
-
required: true;
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
85
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
126
86
|
new (): {
|
|
127
87
|
$slots: S;
|
|
128
88
|
};
|
|
129
89
|
};
|
|
130
|
-
type __VLS_PrettifyLocal<T> = {
|
|
131
|
-
[K in keyof T]: T[K];
|
|
132
|
-
} & {};
|
package/components/MazAvatar.mjs
CHANGED