maz-ui 3.47.2-beta.7 → 3.47.2-beta.9
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/MazAnimatedCounter.d.ts +16 -32
- 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 +3 -2
- package/components/MazCard.mjs +1 -1
- package/components/MazCardSpotlight.d.ts +3 -2
- package/components/MazCarousel.d.ts +3 -2
- package/components/MazCarousel.mjs +1 -1
- package/components/MazCheckbox.d.ts +4 -3
- package/components/MazCheckbox.mjs +1 -1
- package/components/MazChecklist.d.ts +1 -1
- package/components/MazChecklist.mjs +1 -1
- package/components/MazCircularProgressBar.d.ts +18 -65
- package/components/MazCircularProgressBar.mjs +40 -40
- 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 +2 -1
- package/components/MazDropdown.mjs +1 -1
- package/components/MazDropzone.d.ts +1 -1
- package/components/MazExpandAnimation.d.ts +6 -5
- package/components/MazFullscreenLoader.d.ts +2 -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/MazInputNumber.mjs +1 -1
- package/components/MazInputPrice.d.ts +2 -1
- 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/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 +5 -4
- 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.mjs +1 -1
- package/components/MazPullToRefresh.d.ts +3 -2
- package/components/MazRadio.d.ts +1 -1
- package/components/MazRadioButtons.d.ts +1 -1
- package/components/MazSelect.d.ts +1 -1
- package/components/MazSelect.mjs +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/MazTable.d.ts +6 -6
- package/components/MazTable.mjs +3 -2
- package/components/MazTableCell.d.ts +3 -6
- package/components/MazTableCell.mjs +19 -22
- package/components/MazTableRow.d.ts +3 -2
- package/components/MazTableRow.mjs +16 -16
- package/components/MazTableTitle.d.ts +3 -6
- package/components/MazTableTitle.mjs +18 -21
- 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 +49 -1
- package/components/MazTextarea.mjs +129 -109
- package/components/MazTransitionExpand.d.ts +2 -1
- package/components/MazTransitionExpand.mjs +9 -9
- package/components/assets/MazAvatar.css +1 -1
- package/components/assets/MazBadge.css +1 -1
- package/components/assets/MazBtn.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/MazGallery.css +1 -1
- package/components/assets/MazInput.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/MazPagination.css +1 -1
- package/components/assets/MazPhoneNumberInput.css +1 -1
- package/components/assets/MazPicker.css +1 -1
- package/components/assets/MazSelect.css +1 -1
- package/components/assets/MazStepper.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-D-0XgPWR.mjs → MazBadge-CupQjB8D.mjs} +2 -2
- package/components/chunks/{MazBottomSheet-C9GWCGys.mjs → MazBottomSheet-D9EPpEV8.mjs} +1 -1
- package/{modules/chunks/MazBtn-y5LW9A2T.mjs → components/chunks/MazBtn-BSgCMRt0.mjs} +33 -35
- package/components/chunks/{MazBtn-DFLIzh6y.mjs → MazBtn-BVWOyFm-.mjs} +33 -35
- package/components/chunks/{MazBtn-DHfi8M3z.mjs → MazBtn-BfIn7glE.mjs} +33 -35
- package/components/chunks/{MazBtn-B0Q6Kw8H.mjs → MazBtn-Br3xKJMD.mjs} +33 -35
- 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-BkcxQOWL.mjs → MazCard-XBaeDZkg.mjs} +1 -1
- package/components/chunks/{MazCarousel-CSv4VpC9.mjs → MazCarousel-COTaKhKF.mjs} +1 -1
- package/components/chunks/{MazCheckbox-BcwWN7iD.mjs → MazCheckbox-B-Sw22La.mjs} +6 -6
- package/components/chunks/{MazCheckbox-BHhDBSbJ.mjs → MazCheckbox-DjY15PA3.mjs} +2 -2
- package/components/chunks/{MazCheckbox-B9iBXhoG.mjs → MazCheckbox-DxfneUvu.mjs} +6 -6
- package/components/chunks/{MazChecklist-DxtYuoEu.mjs → MazChecklist-DaozZlNb.mjs} +17 -17
- package/components/chunks/{MazDialog-xPCkmhrE.mjs → MazDialog-XiX9LEiz.mjs} +1 -1
- package/components/chunks/{MazDialogPromise-dIHWE8dO.mjs → MazDialogPromise-B9_e3Ma9.mjs} +2 -2
- package/components/chunks/{MazDropdown-7WqbXnPN.mjs → MazDropdown-CKuIGitT.mjs} +89 -104
- package/components/chunks/{MazExpandAnimation-CUgYZyTw.mjs → MazExpandAnimation-Bdf0-L85.mjs} +1 -1
- package/components/chunks/{MazGallery-BfdKcDIu.mjs → MazGallery-BooLoRWi.mjs} +3 -3
- package/components/chunks/{MazGallery-ndO4hRUh.mjs → MazGallery-DUOQamrE.mjs} +2 -2
- package/components/chunks/MazIcon-BX2Gbz8R.mjs +4 -0
- package/components/chunks/{MazIcon-DjMuw8Bz.mjs → MazIcon-C-aPrqx2.mjs} +4 -3
- package/components/chunks/{MazIcon-DVTWgYB6.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-DoeT5Lcu.mjs → MazInputNumber-7Ku2ZcG-.mjs} +217 -187
- package/components/chunks/{MazInputPrice-CZiypHp3.mjs → MazInputPrice-C5yErBFP.mjs} +201 -169
- package/components/chunks/MazInputTags-DvbQ2mK8.mjs +614 -0
- package/components/chunks/{MazLazyImg-C03sUOXs.mjs → MazLazyImg-DQLwaKKz.mjs} +2 -2
- package/components/chunks/{MazLink-yKgOtTlk.mjs → MazLink-mrqHeBS0.mjs} +1 -1
- package/components/chunks/{MazLoadingBar-CBNuhilE.mjs → MazLoadingBar-CNm3Yt6D.mjs} +1 -1
- package/components/chunks/MazPagination-BSu0Ifkp.mjs +327 -0
- package/components/chunks/{MazPhoneNumberInput-rGR80IeJ.mjs → MazPhoneNumberInput-B5Up8CqL.mjs} +438 -406
- package/components/chunks/MazPicker-CzYUZcLy.mjs +2487 -0
- package/components/chunks/{MazPickerMonthSwitcher-duzi8uZ8.mjs → MazPickerMonthSwitcher-Ds5agR3Z.mjs} +1 -1
- package/components/chunks/{MazPickerShortcuts-Coq4ITAj.mjs → MazPickerShortcuts-BP6CY9-c.mjs} +1 -1
- package/components/chunks/{MazPickerYearSwitcher-vUTntpYE.mjs → MazPickerYearSwitcher-PM8qZMzR.mjs} +1 -1
- package/components/chunks/{MazSelect-DpLBpopb.mjs → MazSelect-DOexatNj.mjs} +290 -258
- package/components/chunks/{MazSelect-DA1D4Aus.mjs → MazSelect-DaDRzcT_.mjs} +20 -20
- package/components/chunks/{MazSpinner-Bbagpn0P.mjs → MazSpinner-9M_EGMpy.mjs} +1 -1
- package/components/chunks/MazSpinner-BJpv1muf.mjs +34 -0
- package/components/chunks/{MazSpinner-DJM02T-b.mjs → MazSpinner-BlbTztM3.mjs} +1 -1
- package/components/chunks/MazSpinner-Bsy1nA3c.mjs +34 -0
- package/components/chunks/{MazSpinner-BdOKUqKA.mjs → MazSpinner-C30YfScc.mjs} +1 -1
- package/components/chunks/{MazSpinner-B8vOa-3i.mjs → MazSpinner-C5mnD76l.mjs} +1 -1
- package/components/chunks/MazSpinner-CDx6lo7l.mjs +34 -0
- package/components/chunks/MazSpinner-C_GueolV.mjs +34 -0
- package/components/chunks/{MazSpinner-CQpzVTYF.mjs → MazSpinner-Cc-KlPEG.mjs} +1 -1
- package/components/chunks/MazSpinner-Cgg2dkzQ.mjs +34 -0
- package/components/chunks/MazSpinner-CkKIUYXO.mjs +34 -0
- package/components/chunks/{MazSpinner-Bi3tSdWr.mjs → MazSpinner-CxyUHAvm.mjs} +1 -1
- package/components/chunks/{MazSpinner-BODHZQ9h.mjs → MazSpinner-DROgQW2M.mjs} +1 -1
- 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-CLlK6hHp.mjs → MazSpinner-ZPQe8ON_.mjs} +1 -1
- package/components/chunks/MazSpinner-b90e3OQK.mjs +34 -0
- package/components/chunks/{MazStepper-DKPl3uIk.mjs → MazStepper-B3fuhbye.mjs} +15 -15
- package/components/chunks/{MazTable-DBiW_J2i.mjs → MazTable-Ci8nhgOP.mjs} +126 -126
- package/components/chunks/MazTableCell-BIganK6X.mjs +23 -0
- package/components/chunks/MazTableRow-CIO-x6Lb.mjs +30 -0
- package/components/chunks/MazTableTitle-OEgTPQB3.mjs +23 -0
- package/components/chunks/{MazTabsBar-BVg2pxLA.mjs → MazTabsBar-CT35SCIK.mjs} +61 -77
- package/components/chunks/{MazTransitionExpand-2Ft7atX1.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-Dj66ziAh.mjs → MazIcon-CeT6HK_q.mjs} +4 -3
- package/modules/chunks/{MazIcon-BpVDZGXl.cjs → MazIcon-D-Gna0vz.cjs} +1 -1
- package/modules/chunks/{MazSpinner-uMrdk_99.mjs → MazSpinner-DV--lwdI.mjs} +1 -1
- package/modules/chunks/{MazSpinner-CPT6UF2e.cjs → MazSpinner-DersvZQw.cjs} +1 -1
- package/modules/chunks/index-DvromXrX.cjs +124 -0
- package/modules/chunks/{index-BG6gPie5.mjs → index-Kry9j5uD.mjs} +14 -10
- package/modules/index.cjs +1 -1
- package/modules/index.mjs +1 -1
- package/nuxt/index.json +1 -1
- package/package.json +22 -22
- 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 +3 -2
- 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 +1 -1
- package/types/components/MazCircularProgressBar.vue.d.ts +18 -65
- 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 +2 -1
- 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/MazInput.vue.d.ts +16 -3
- package/types/components/MazInputCode.vue.d.ts +1 -1
- package/types/components/MazInputPrice.vue.d.ts +2 -1
- 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 +5 -4
- 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/MazPullToRefresh.vue.d.ts +3 -2
- package/types/components/MazRadio.vue.d.ts +1 -1
- package/types/components/MazRadioButtons.vue.d.ts +1 -1
- package/types/components/MazSelect.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 +6 -6
- package/types/components/MazTableCell.vue.d.ts +3 -6
- package/types/components/MazTableRow.vue.d.ts +3 -2
- package/types/components/MazTableTitle.vue.d.ts +3 -6
- 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 +49 -1
- package/types/components/MazTransitionExpand.vue.d.ts +2 -1
- package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +1 -1
- package/types/modules/helpers/inject-strict.d.ts +2 -1
- package/components/chunks/MazBtn-CMyQNKuk.mjs +0 -105
- package/components/chunks/MazBtn-DA2lg-5s.mjs +0 -113
- package/components/chunks/MazBtn-DER-sPjl.mjs +0 -105
- package/components/chunks/MazBtn-DKyz5Hc0.mjs +0 -105
- package/components/chunks/MazBtn-DZb-6vcl.mjs +0 -105
- package/components/chunks/MazBtn-D_K6k6A7.mjs +0 -105
- package/components/chunks/MazBtn-DnZ_pj-t.mjs +0 -105
- package/components/chunks/MazBtn-DpFjxnMy.mjs +0 -105
- package/components/chunks/MazBtn-DvfMuN3B.mjs +0 -105
- package/components/chunks/MazBtn-IPfW92RY.mjs +0 -105
- package/components/chunks/MazBtn-VU3XSEv8.mjs +0 -110
- package/components/chunks/MazIcon-B3gy-jQ6.mjs +0 -4
- package/components/chunks/MazInput-DG-grU7m.mjs +0 -293
- package/components/chunks/MazInput-DnmjeD0Q.mjs +0 -282
- package/components/chunks/MazInput-SGx7gJ9r.mjs +0 -281
- package/components/chunks/MazInputTags-DGAglIQb.mjs +0 -584
- package/components/chunks/MazPagination-eJFyS5Nn.mjs +0 -329
- package/components/chunks/MazPicker-CUpQ552W.mjs +0 -2475
- package/components/chunks/MazSpinner-Btv2qATX.mjs +0 -34
- package/components/chunks/MazSpinner-CR8HZnWn.mjs +0 -34
- package/components/chunks/MazSpinner-ChqoF_fX.mjs +0 -34
- package/components/chunks/MazSpinner-CsEQ9EXb.mjs +0 -34
- package/components/chunks/MazSpinner-D5ciNjTR.mjs +0 -34
- package/components/chunks/MazSpinner-DIPbNESr.mjs +0 -34
- package/components/chunks/MazSpinner-VN2Vol2B.mjs +0 -34
- package/components/chunks/MazSpinner-a80KrraB.mjs +0 -34
- package/components/chunks/MazSpinner-dm4RUkiD.mjs +0 -34
- package/components/chunks/MazSpinner-oLVdOGaR.mjs +0 -34
- package/components/chunks/MazSpinner-v0FIBDiy.mjs +0 -34
- package/components/chunks/MazTableCell-D10vPzyI.mjs +0 -26
- package/components/chunks/MazTableRow-CSxkhwUM.mjs +0 -30
- package/components/chunks/MazTableTitle-BdRR_MXI.mjs +0 -26
- package/modules/chunks/MazBtn-SZHtOzgz.cjs +0 -1
- package/modules/chunks/index-BTegnVLg.cjs +0 -124
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useId as w, computed as r, defineComponent as
|
|
1
|
+
import { useId as w, computed as r, defineComponent as g, useSlots as _, ref as S, watch as B, openBlock as p, createElementBlock as m, normalizeClass as M, normalizeStyle as y, createElementVNode as n, renderSlot as l, createTextVNode as i, toDisplayString as u, createCommentVNode as I, unref as k, createBlock as P, createSlots as N, withCtx as x } from "vue";
|
|
2
2
|
import './assets/MazCircularProgressBar.css';function A({
|
|
3
3
|
componentName: a,
|
|
4
4
|
providedId: e
|
|
@@ -9,7 +9,7 @@ import './assets/MazCircularProgressBar.css';function A({
|
|
|
9
9
|
const V = { class: "maz-sr-only" }, b = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "m-animated-counter__fix"
|
|
12
|
-
}, D = /* @__PURE__ */
|
|
12
|
+
}, D = /* @__PURE__ */ g({
|
|
13
13
|
__name: "MazAnimatedCounter",
|
|
14
14
|
props: {
|
|
15
15
|
count: {},
|
|
@@ -21,14 +21,14 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
21
21
|
const e = a, s = _(), f = r(() => !!e.prefix || !!s.prefix), d = r(() => !!e.suffix || !!s.suffix), c = S(!0);
|
|
22
22
|
B(
|
|
23
23
|
() => e.count,
|
|
24
|
-
(
|
|
25
|
-
|
|
24
|
+
(t, h) => {
|
|
25
|
+
t !== h && (c.value = !1, setTimeout(() => {
|
|
26
26
|
c.value = !0;
|
|
27
27
|
}, 100));
|
|
28
28
|
}
|
|
29
29
|
);
|
|
30
|
-
const
|
|
31
|
-
return (
|
|
30
|
+
const v = r(() => `${e.duration}ms`);
|
|
31
|
+
return (t, h) => (p(), m(
|
|
32
32
|
"span",
|
|
33
33
|
{
|
|
34
34
|
class: M(["m-animated-counter", {
|
|
@@ -37,43 +37,43 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
37
37
|
"--suffixed": d.value
|
|
38
38
|
}]),
|
|
39
39
|
style: y({
|
|
40
|
-
"--count":
|
|
41
|
-
"--animation-duration":
|
|
40
|
+
"--count": t.count,
|
|
41
|
+
"--animation-duration": v.value
|
|
42
42
|
})
|
|
43
43
|
},
|
|
44
44
|
[
|
|
45
45
|
n("span", V, [
|
|
46
|
-
l(
|
|
46
|
+
l(t.$slots, "prefix", {}, () => [
|
|
47
47
|
i(
|
|
48
|
-
u(
|
|
48
|
+
u(t.prefix),
|
|
49
49
|
1
|
|
50
50
|
/* TEXT */
|
|
51
51
|
)
|
|
52
52
|
], !0),
|
|
53
53
|
i(
|
|
54
|
-
" " + u(
|
|
54
|
+
" " + u(t.count) + " ",
|
|
55
55
|
1
|
|
56
56
|
/* TEXT */
|
|
57
57
|
),
|
|
58
|
-
l(
|
|
58
|
+
l(t.$slots, "suffix", {}, () => [
|
|
59
59
|
i(
|
|
60
|
-
u(
|
|
60
|
+
u(t.suffix),
|
|
61
61
|
1
|
|
62
62
|
/* TEXT */
|
|
63
63
|
)
|
|
64
64
|
], !0)
|
|
65
65
|
]),
|
|
66
66
|
f.value || d.value ? (p(), m("span", b, [
|
|
67
|
-
l(
|
|
67
|
+
l(t.$slots, "prefix", {}, () => [
|
|
68
68
|
i(
|
|
69
|
-
u(
|
|
69
|
+
u(t.prefix),
|
|
70
70
|
1
|
|
71
71
|
/* TEXT */
|
|
72
72
|
)
|
|
73
73
|
], !0),
|
|
74
|
-
l(
|
|
74
|
+
l(t.$slots, "suffix", {}, () => [
|
|
75
75
|
i(
|
|
76
|
-
u(
|
|
76
|
+
u(t.suffix),
|
|
77
77
|
1
|
|
78
78
|
/* TEXT */
|
|
79
79
|
)
|
|
@@ -94,7 +94,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
94
94
|
height: "1em",
|
|
95
95
|
width: "1em",
|
|
96
96
|
viewBox: "0 0 100 100"
|
|
97
|
-
}, q = ["id"], G = ["stop-color"], O = ["stop-color"], U = ["stroke-width", "stroke", "stroke-linecap"], F = /* @__PURE__ */
|
|
97
|
+
}, q = ["id"], G = ["stop-color"], O = ["stop-color"], U = ["stroke-width", "stroke", "stroke-linecap"], F = /* @__PURE__ */ g({
|
|
98
98
|
__name: "MazCircularProgressBar",
|
|
99
99
|
props: {
|
|
100
100
|
percentage: { default: 0 },
|
|
@@ -111,14 +111,14 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
111
111
|
setup(a) {
|
|
112
112
|
const e = a, s = _(), f = r(() => !!e.prefix || !!s.prefix), d = r(() => !!e.suffix || !!s.suffix), c = A({
|
|
113
113
|
componentName: "MazCircularProgressBar"
|
|
114
|
-
}),
|
|
115
|
-
() => e.autoColor ? v
|
|
114
|
+
}), v = r(() => e.percentage > 100 ? 100 : e.percentage <= 0 ? 0.5 : e.percentage), t = r(
|
|
115
|
+
() => e.autoColor ? h(v.value) : e.color
|
|
116
116
|
);
|
|
117
|
-
function
|
|
118
|
-
return
|
|
117
|
+
function h(o) {
|
|
118
|
+
return o < 50 || o > 100 ? "danger" : o < 100 ? "warning" : "success";
|
|
119
119
|
}
|
|
120
|
-
const z = r(() => `${e.duration}ms`), C = r(() => Math.round(290 - 290 * (
|
|
121
|
-
return (
|
|
120
|
+
const z = r(() => `${e.duration}ms`), C = r(() => Math.round(290 - 290 * (v.value / 100)));
|
|
121
|
+
return (o, H) => (p(), m(
|
|
122
122
|
"div",
|
|
123
123
|
{
|
|
124
124
|
class: "m-circular-progress-bar",
|
|
@@ -128,7 +128,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
128
128
|
"--dashoffset": C.value
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
|
-
fontSize:
|
|
131
|
+
fontSize: o.size
|
|
132
132
|
}
|
|
133
133
|
])
|
|
134
134
|
},
|
|
@@ -136,21 +136,21 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
136
136
|
n("div", L, [
|
|
137
137
|
n("div", T, [
|
|
138
138
|
k(s).default ? (p(), m("span", W, [
|
|
139
|
-
l(
|
|
139
|
+
l(o.$slots, "default", {}, void 0, !0)
|
|
140
140
|
])) : (p(), P(E, {
|
|
141
141
|
key: 1,
|
|
142
|
-
count:
|
|
143
|
-
duration:
|
|
142
|
+
count: o.percentage,
|
|
143
|
+
duration: o.duration
|
|
144
144
|
}, N({
|
|
145
145
|
_: 2
|
|
146
146
|
/* DYNAMIC */
|
|
147
147
|
}, [
|
|
148
148
|
f.value ? {
|
|
149
149
|
name: "prefix",
|
|
150
|
-
fn:
|
|
151
|
-
l(
|
|
150
|
+
fn: x(() => [
|
|
151
|
+
l(o.$slots, "prefix", {}, () => [
|
|
152
152
|
i(
|
|
153
|
-
u(
|
|
153
|
+
u(o.prefix),
|
|
154
154
|
1
|
|
155
155
|
/* TEXT */
|
|
156
156
|
)
|
|
@@ -160,10 +160,10 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
160
160
|
} : void 0,
|
|
161
161
|
d.value ? {
|
|
162
162
|
name: "suffix",
|
|
163
|
-
fn:
|
|
164
|
-
l(
|
|
163
|
+
fn: x(() => [
|
|
164
|
+
l(o.$slots, "suffix", {}, () => [
|
|
165
165
|
i(
|
|
166
|
-
u(
|
|
166
|
+
u(o.suffix),
|
|
167
167
|
1
|
|
168
168
|
/* TEXT */
|
|
169
169
|
)
|
|
@@ -185,11 +185,11 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
185
185
|
}, [
|
|
186
186
|
n("stop", {
|
|
187
187
|
offset: "0%",
|
|
188
|
-
"stop-color":
|
|
188
|
+
"stop-color": t.value ? `var(--maz-color-${t.value}-400)` : "var(--maz-color-primary)"
|
|
189
189
|
}, null, 8, G),
|
|
190
190
|
n("stop", {
|
|
191
191
|
offset: "100%",
|
|
192
|
-
"stop-color":
|
|
192
|
+
"stop-color": t.value ? `var(--maz-color-${t.value}-700)` : "var(--maz-color-secondary)"
|
|
193
193
|
}, null, 8, O)
|
|
194
194
|
], 8, q)
|
|
195
195
|
]),
|
|
@@ -197,12 +197,12 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
197
197
|
cx: "50",
|
|
198
198
|
cy: "50",
|
|
199
199
|
r: "46",
|
|
200
|
-
"stroke-width":
|
|
200
|
+
"stroke-width": o.strokeWidth,
|
|
201
201
|
"stroke-dasharray": "290",
|
|
202
202
|
"stroke-dashoffset": "290",
|
|
203
|
-
stroke:
|
|
203
|
+
stroke: o.stroke ? o.stroke : `url(#${k(c)}-gradient)`,
|
|
204
204
|
fill: "none",
|
|
205
|
-
"stroke-linecap":
|
|
205
|
+
"stroke-linecap": o.strokeLinecap
|
|
206
206
|
}, null, 8, U)
|
|
207
207
|
]))
|
|
208
208
|
],
|
|
@@ -210,7 +210,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
210
210
|
/* STYLE */
|
|
211
211
|
));
|
|
212
212
|
}
|
|
213
|
-
}), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-
|
|
213
|
+
}), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-fd325305"]]);
|
|
214
214
|
export {
|
|
215
215
|
K as default
|
|
216
216
|
};
|
|
@@ -19,7 +19,9 @@ export interface InternalProps {
|
|
|
19
19
|
persistent?: boolean;
|
|
20
20
|
}
|
|
21
21
|
export type Props = InternalProps & MazBackdropProps;
|
|
22
|
+
type __VLS_Props = Props & MazBackdropProps;
|
|
22
23
|
declare function __VLS_template(): {
|
|
24
|
+
attrs: Partial<{}>;
|
|
23
25
|
slots: {
|
|
24
26
|
header?(_: {
|
|
25
27
|
close: () => void;
|
|
@@ -141,16 +143,16 @@ declare function __VLS_template(): {
|
|
|
141
143
|
};
|
|
142
144
|
}) | null;
|
|
143
145
|
};
|
|
144
|
-
|
|
146
|
+
rootEl: any;
|
|
145
147
|
};
|
|
146
148
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
147
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
149
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
148
150
|
close: () => any;
|
|
149
151
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
150
152
|
close: (value: void) => any;
|
|
151
153
|
open: (value: void) => any;
|
|
152
154
|
"update:model-value": (value: boolean) => any;
|
|
153
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
155
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
154
156
|
onClose?: ((value?: void | undefined) => any) | undefined;
|
|
155
157
|
onOpen?: ((value?: void | undefined) => any) | undefined;
|
|
156
158
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
package/components/MazDialog.mjs
CHANGED
|
@@ -11,6 +11,7 @@ export interface Props {
|
|
|
11
11
|
noClose?: boolean;
|
|
12
12
|
}
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
14
15
|
slots: {
|
|
15
16
|
title?(_: {
|
|
16
17
|
close: () => void;
|
|
@@ -20,7 +21,7 @@ declare function __VLS_template(): {
|
|
|
20
21
|
}): any;
|
|
21
22
|
};
|
|
22
23
|
refs: {};
|
|
23
|
-
|
|
24
|
+
rootEl: any;
|
|
24
25
|
};
|
|
25
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
27
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
package/components/MazDrawer.mjs
CHANGED
|
@@ -128,7 +128,7 @@ import './assets/MazDrawer.css';const A = "--backdrop-present", U = /* @__PURE__
|
|
|
128
128
|
},
|
|
129
129
|
emits: ["before-close", "open", "close", "update:model-value"],
|
|
130
130
|
setup(b) {
|
|
131
|
-
const i = B(() => import("./chunks/MazBtn-
|
|
131
|
+
const i = B(() => import("./chunks/MazBtn-CIAdgMGr.mjs").then((e) => e.M)), c = B(() => import("./chunks/x-mark-CnZwVvA7.mjs"));
|
|
132
132
|
return (e, t) => (r(), h(U, {
|
|
133
133
|
"backdrop-class": ["m-drawer", `--${e.variant}`, e.backdropClass],
|
|
134
134
|
style: F({
|
|
@@ -95,6 +95,7 @@ export interface MazDropdownProps {
|
|
|
95
95
|
size?: Size;
|
|
96
96
|
}
|
|
97
97
|
declare function __VLS_template(): {
|
|
98
|
+
attrs: Partial<{}>;
|
|
98
99
|
slots: {
|
|
99
100
|
"screen-reader-description"?(_: {}): any;
|
|
100
101
|
element?(_: {
|
|
@@ -138,7 +139,7 @@ declare function __VLS_template(): {
|
|
|
138
139
|
}): any;
|
|
139
140
|
};
|
|
140
141
|
refs: {};
|
|
141
|
-
|
|
142
|
+
rootEl: any;
|
|
142
143
|
};
|
|
143
144
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
144
145
|
declare const __VLS_component: import("vue").DefineComponent<MazDropdownProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -124,6 +124,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
124
|
height: string | number;
|
|
125
125
|
noDestroyOnUnmount: boolean;
|
|
126
126
|
}, {}, {
|
|
127
|
-
MazSpinner: import("vue").DefineComponent<import("./MazSpinner.vue").MazSpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("./MazSpinner.vue").MazSpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
127
|
+
MazSpinner: import("vue").DefineComponent<import("./MazSpinner.vue").MazSpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("./MazSpinner.vue").MazSpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
128
128
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
129
129
|
export default _default;
|
|
@@ -10,24 +10,25 @@ export interface Props {
|
|
|
10
10
|
*/
|
|
11
11
|
timingFunction?: string;
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
type __VLS_Props = Props;
|
|
14
14
|
type __VLS_PublicProps = {
|
|
15
15
|
modelValue?: boolean;
|
|
16
|
-
} &
|
|
16
|
+
} & __VLS_Props;
|
|
17
17
|
declare function __VLS_template(): {
|
|
18
|
+
attrs: Partial<{}>;
|
|
18
19
|
slots: {
|
|
19
20
|
default?(_: {}): any;
|
|
20
21
|
};
|
|
21
22
|
refs: {
|
|
22
23
|
expandAnimationRef: HTMLDivElement;
|
|
23
24
|
};
|
|
24
|
-
|
|
25
|
+
rootEl: any;
|
|
25
26
|
};
|
|
26
27
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
28
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
"update:modelValue": (
|
|
29
|
+
"update:modelValue": (value: boolean) => any;
|
|
29
30
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
|
-
"onUpdate:modelValue"?: ((
|
|
31
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31
32
|
}>, {
|
|
32
33
|
duration: string;
|
|
33
34
|
timingFunction: string;
|
|
@@ -8,11 +8,12 @@ export interface MazFullscreenLoaderProps {
|
|
|
8
8
|
teleportSelector?: string;
|
|
9
9
|
}
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
11
12
|
slots: {
|
|
12
13
|
default?(_: {}): any;
|
|
13
14
|
};
|
|
14
15
|
refs: {};
|
|
15
|
-
|
|
16
|
+
rootEl: any;
|
|
16
17
|
};
|
|
17
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
19
|
declare const __VLS_component: import("vue").DefineComponent<MazFullscreenLoaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MazFullscreenLoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
package/components/MazIcon.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { inject as T, defineComponent as x, ref as m, computed as p, onMounted a
|
|
|
2
2
|
function H(i, c) {
|
|
3
3
|
const o = T(i, c);
|
|
4
4
|
if (!o)
|
|
5
|
-
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${i}`);
|
|
5
|
+
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${i.toString()}`);
|
|
6
6
|
return o;
|
|
7
7
|
}
|
|
8
8
|
const I = ["innerHTML"], V = /* @__PURE__ */ x({
|
|
@@ -26,7 +26,7 @@ const I = ["innerHTML"], V = /* @__PURE__ */ x({
|
|
|
26
26
|
},
|
|
27
27
|
emits: ["loaded", "unloaded", "error"],
|
|
28
28
|
setup(i, { emit: c }) {
|
|
29
|
-
const o = i, d = c,
|
|
29
|
+
const o = i, d = c, a = {}, s = m(), f = m();
|
|
30
30
|
function g() {
|
|
31
31
|
try {
|
|
32
32
|
return H("mazIconPath");
|
|
@@ -59,15 +59,16 @@ const I = ["innerHTML"], V = /* @__PURE__ */ x({
|
|
|
59
59
|
return r;
|
|
60
60
|
}
|
|
61
61
|
function y(e) {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
e.cloneNode(!0);
|
|
63
|
+
const r = o.transformSource(e);
|
|
64
|
+
return o.title && h(r, o.title), e.innerHTML;
|
|
64
65
|
}
|
|
65
66
|
async function z(e) {
|
|
66
|
-
|
|
67
|
+
a[e] || (a[e] = M(e));
|
|
67
68
|
try {
|
|
68
|
-
|
|
69
|
+
s.value = await a[e], await q(), d("loaded", f.value);
|
|
69
70
|
} catch (r) {
|
|
70
|
-
|
|
71
|
+
s.value && (s.value = void 0, d("unloaded")), delete a[e], d("error", r);
|
|
71
72
|
}
|
|
72
73
|
}
|
|
73
74
|
function M(e) {
|
|
@@ -78,26 +79,26 @@ const I = ["innerHTML"], V = /* @__PURE__ */ x({
|
|
|
78
79
|
try {
|
|
79
80
|
let u = new DOMParser().parseFromString(n.responseText, "text/xml").querySelectorAll("svg")[0];
|
|
80
81
|
u ? (u = o.transformSource(u), r(u)) : t(new Error('Loaded file is not valid SVG"'));
|
|
81
|
-
} catch (
|
|
82
|
-
t(
|
|
82
|
+
} catch (l) {
|
|
83
|
+
t(l);
|
|
83
84
|
}
|
|
84
85
|
else
|
|
85
86
|
t(new Error("Error loading SVG"));
|
|
86
|
-
}), n.addEventListener("error", (
|
|
87
|
+
}), n.addEventListener("error", (l) => t(l)), n.send();
|
|
87
88
|
});
|
|
88
89
|
}
|
|
89
|
-
return C(() => z(S.value)), (e, r) =>
|
|
90
|
+
return C(() => z(S.value)), (e, r) => s.value ? (P(), _("svg", $({
|
|
90
91
|
key: 0,
|
|
91
92
|
ref_key: "svgElem",
|
|
92
93
|
ref: f,
|
|
93
94
|
width: "1em",
|
|
94
95
|
height: "1em"
|
|
95
96
|
}, {
|
|
96
|
-
...E(
|
|
97
|
+
...E(s.value),
|
|
97
98
|
...w(e.$attrs)
|
|
98
99
|
}, {
|
|
99
100
|
style: `font-size: ${i.size}`,
|
|
100
|
-
innerHTML: y(
|
|
101
|
+
innerHTML: y(s.value)
|
|
101
102
|
}), null, 16, I)) : A("v-if", !0);
|
|
102
103
|
}
|
|
103
104
|
});
|
package/components/MazInput.d.ts
CHANGED
|
@@ -12,8 +12,21 @@ export interface Props<T = ModelValueSimple> {
|
|
|
12
12
|
modelValue?: T | undefined;
|
|
13
13
|
/** The placeholder of the input */
|
|
14
14
|
placeholder?: string;
|
|
15
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The label of the component
|
|
17
|
+
* This label will be displayed inside the input and will be up when the input is focused
|
|
18
|
+
*/
|
|
16
19
|
label?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The top label of the component
|
|
22
|
+
* This label will be displayed above the input
|
|
23
|
+
*/
|
|
24
|
+
topLabel?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The additional text of the component
|
|
27
|
+
* This text will be displayed below the input
|
|
28
|
+
*/
|
|
29
|
+
assistiveText?: string;
|
|
17
30
|
/** The attribut name of the input */
|
|
18
31
|
name?: string;
|
|
19
32
|
/** The color of the component */
|
|
@@ -72,7 +85,7 @@ export interface Props<T = ModelValueSimple> {
|
|
|
72
85
|
*/
|
|
73
86
|
rightIcon?: string | Icon;
|
|
74
87
|
/**
|
|
75
|
-
* Size of the
|
|
88
|
+
* Size radius of the component's border
|
|
76
89
|
* @values `'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full'`
|
|
77
90
|
*/
|
|
78
91
|
roundedSize?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
@@ -88,7 +101,7 @@ declare const _default: <T extends ModelValueSimple>(__VLS_props: NonNullable<Aw
|
|
|
88
101
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
89
102
|
readonly onFocus?: ((event: Event) => any) | undefined;
|
|
90
103
|
readonly "onUpdate:model-value"?: ((value?: T | undefined) => any) | undefined;
|
|
91
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onInput" | "onClick" | "onUpdate:model-value"> & Props<T>> & import("vue").PublicProps;
|
|
104
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onInput" | "onClick" | "onUpdate:model-value"> & Partial<{}> & Props<T>> & import("vue").PublicProps;
|
|
92
105
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
93
106
|
attrs: any;
|
|
94
107
|
slots: {
|
package/components/MazInput.mjs
CHANGED
|
@@ -36,7 +36,7 @@ declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awa
|
|
|
36
36
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
37
37
|
readonly "onUpdate:model-value"?: ((value?: T | undefined) => any) | undefined;
|
|
38
38
|
readonly onCompleted?: ((value?: void | undefined) => any) | undefined;
|
|
39
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value" | "onCompleted"> & Props<T>> & import("vue").PublicProps;
|
|
39
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value" | "onCompleted"> & Partial<{}> & Props<T>> & import("vue").PublicProps;
|
|
40
40
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
41
41
|
attrs: any;
|
|
42
42
|
slots: {};
|
|
@@ -26,11 +26,12 @@ export interface Props {
|
|
|
26
26
|
currencyOptions?: Omit<FilterCurrencyOptions, 'currency'>;
|
|
27
27
|
}
|
|
28
28
|
declare function __VLS_template(): {
|
|
29
|
+
attrs: Partial<{}>;
|
|
29
30
|
slots: {
|
|
30
31
|
"left-icon"?(_: {}): any;
|
|
31
32
|
};
|
|
32
33
|
refs: {};
|
|
33
|
-
|
|
34
|
+
rootEl: any;
|
|
34
35
|
};
|
|
35
36
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
37
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -36,11 +36,12 @@ export interface Props {
|
|
|
36
36
|
block?: boolean;
|
|
37
37
|
}
|
|
38
38
|
declare function __VLS_template(): {
|
|
39
|
+
attrs: Partial<{}>;
|
|
39
40
|
slots: {
|
|
40
41
|
default?(_: {}): any;
|
|
41
42
|
};
|
|
42
43
|
refs: {};
|
|
43
|
-
|
|
44
|
+
rootEl: any;
|
|
44
45
|
};
|
|
45
46
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
46
47
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
package/components/MazLink.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export interface MazLinkProps {
|
|
|
50
50
|
rightIcon?: string | Icon;
|
|
51
51
|
}
|
|
52
52
|
declare function __VLS_template(): {
|
|
53
|
+
attrs: Partial<{}>;
|
|
53
54
|
slots: {
|
|
54
55
|
"left-icon"?(_: {}): any;
|
|
55
56
|
default?(_: {}): any;
|
|
@@ -57,7 +58,7 @@ declare function __VLS_template(): {
|
|
|
57
58
|
"external-icon"?(_: {}): any;
|
|
58
59
|
};
|
|
59
60
|
refs: {};
|
|
60
|
-
|
|
61
|
+
rootEl: any;
|
|
61
62
|
};
|
|
62
63
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
63
64
|
declare const __VLS_component: import("vue").DefineComponent<MazLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MazLinkProps> & Readonly<{}>, {
|
package/components/MazLink.mjs
CHANGED
|
@@ -20,7 +20,7 @@ import './assets/MazLink.css';const c = /* @__PURE__ */ p({
|
|
|
20
20
|
setup(l) {
|
|
21
21
|
const a = s(
|
|
22
22
|
() => import("./chunks/arrow-top-right-on-square-jPmYJ34F.mjs")
|
|
23
|
-
), o = s(() => import("./chunks/MazIcon-
|
|
23
|
+
), o = s(() => import("./chunks/MazIcon-_hN-Kivn.mjs"));
|
|
24
24
|
return (e, f) => (t(), n(i(e.to ? "router-link" : "a"), v({
|
|
25
25
|
id: e.id,
|
|
26
26
|
class: ["m-link", [
|
|
@@ -9,5 +9,5 @@ export interface Props {
|
|
|
9
9
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
10
10
|
color: Color;
|
|
11
11
|
height: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
13
|
export default _default;
|
|
@@ -33,6 +33,7 @@ interface MazPagnationProps {
|
|
|
33
33
|
}
|
|
34
34
|
export type { MazPagnationProps as Props };
|
|
35
35
|
declare function __VLS_template(): {
|
|
36
|
+
attrs: Partial<{}>;
|
|
36
37
|
slots: {
|
|
37
38
|
"first-page-sr"?(_: {
|
|
38
39
|
page: number;
|
|
@@ -51,7 +52,7 @@ declare function __VLS_template(): {
|
|
|
51
52
|
}): any;
|
|
52
53
|
};
|
|
53
54
|
refs: {};
|
|
54
|
-
|
|
55
|
+
rootEl: HTMLElement;
|
|
55
56
|
};
|
|
56
57
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
57
58
|
declare const __VLS_component: import("vue").DefineComponent<MazPagnationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -65,7 +66,7 @@ declare const __VLS_component: import("vue").DefineComponent<MazPagnationProps,
|
|
|
65
66
|
resultsSize: number;
|
|
66
67
|
activeColor: Color;
|
|
67
68
|
pageRange: number;
|
|
68
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
69
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
69
70
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
70
71
|
export default _default;
|
|
71
72
|
type __VLS_WithTemplateSlots<T, S> = T & {
|