maz-ui 3.47.2-beta.23 → 3.47.2-beta.25
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.mjs +56 -56
- package/components/MazAnimatedCounter.mjs +7 -7
- package/components/MazAvatar.mjs +1 -1
- package/components/MazBackdrop.mjs +9 -9
- package/components/MazBadge.mjs +2 -2
- package/components/MazBottomSheet.mjs +1 -1
- package/components/MazBtn.mjs +1 -1
- package/components/MazCard.mjs +1 -1
- package/components/MazCardSpotlight.mjs +7 -7
- package/components/MazCarousel.mjs +1 -1
- package/components/MazChart.mjs +13 -13
- package/components/MazCheckbox.mjs +2 -2
- package/components/MazChecklist.mjs +1 -1
- package/components/MazCircularProgressBar.mjs +11 -11
- package/components/MazDialog.mjs +1 -1
- package/components/MazDialogPromise.mjs +1 -1
- package/components/MazDrawer.mjs +1 -1
- package/components/MazDropdown.mjs +1 -1
- package/components/MazDropzone.mjs +1 -1
- package/components/MazExpandAnimation.mjs +8 -8
- package/components/MazFullscreenLoader.mjs +2 -40
- package/components/MazGallery.mjs +1 -1
- package/components/MazIcon.mjs +9 -8
- package/components/MazInput.mjs +1 -1
- package/components/MazInputCode.mjs +2 -2
- package/components/MazInputNumber.mjs +1 -1
- package/components/MazInputPrice.mjs +1 -1
- package/components/MazInputTags.mjs +1 -1
- package/components/MazLazyImg.mjs +1 -1
- package/components/MazLink.d.ts +2 -2
- package/components/MazLink.mjs +6 -6
- package/components/MazLoadingBar.mjs +17 -17
- package/components/MazPagination.mjs +1 -1
- package/components/MazPhoneNumberInput.mjs +1 -1
- package/components/MazPicker.mjs +1 -1
- package/components/MazPullToRefresh.mjs +1 -1
- package/components/MazRadio.mjs +11 -11
- package/components/MazRadioButtons.mjs +2 -2
- package/components/MazReadingProgressBar.mjs +15 -15
- package/components/MazSelect.mjs +1 -1
- package/components/MazSlider.mjs +31 -31
- package/components/MazSpinner.mjs +7 -7
- package/components/MazStepper.d.ts +1 -1
- package/components/MazStepper.mjs +1 -1
- package/components/MazSwitch.mjs +9 -9
- package/components/MazTable.mjs +1 -1
- package/components/MazTableCell.mjs +12 -12
- package/components/MazTableRow.mjs +6 -6
- package/components/MazTableTitle.mjs +11 -11
- package/components/MazTabs.d.ts +3 -3
- package/components/MazTabs.mjs +7 -7
- package/components/MazTabsBar.mjs +1 -1
- package/components/MazTabsContent.mjs +4 -4
- package/components/MazTabsContentItem.mjs +8 -8
- package/components/MazTextarea.mjs +2 -2
- package/components/MazTransitionExpand.mjs +10 -10
- package/components/assets/MazAccordion.css +1 -1
- package/components/assets/MazAnimatedCounter.css +1 -1
- package/components/assets/MazAvatar.css +1 -1
- package/components/assets/MazBackdrop.css +1 -1
- package/components/assets/MazBadge.css +1 -1
- package/components/assets/MazBottomSheet.css +1 -1
- package/components/assets/MazBtn.css +1 -1
- package/components/assets/MazCard.css +1 -1
- package/components/assets/MazCardSpotlight.css +1 -1
- package/components/assets/MazCarousel.css +1 -1
- package/components/assets/MazCheckbox.css +1 -1
- package/components/assets/MazChecklist.css +1 -1
- package/components/assets/MazCircularProgressBar.css +1 -1
- package/components/assets/MazDialog.css +1 -1
- package/components/assets/MazDialogPromise.css +1 -1
- package/components/assets/MazDrawer.css +1 -1
- package/components/assets/MazExpandAnimation.css +1 -1
- package/components/assets/MazFullscreenLoader.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/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/MazSpinner.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/MazTabsContentItem.css +1 -1
- package/components/assets/MazTextarea.css +1 -1
- package/components/assets/MazTransitionExpand.css +1 -1
- package/components/chunks/{MazAvatar-CZzOIbzh.mjs → MazAvatar-CuOWgdVG.mjs} +18 -18
- package/components/chunks/{MazBadge-DCzaExPj.mjs → MazBadge-tPgFsG6Y.mjs} +6 -6
- package/components/chunks/{MazBottomSheet-DGsGO0zo.mjs → MazBottomSheet-CMqzf-dT.mjs} +15 -15
- package/components/chunks/MazBtn-B16x1gSu.mjs +103 -0
- package/components/chunks/MazBtn-BLSmc1v4.mjs +103 -0
- package/components/chunks/MazBtn-BcrrOaO_.mjs +103 -0
- package/components/chunks/MazBtn-Bje1xDu3.mjs +103 -0
- package/components/chunks/MazBtn-C5sb0470.mjs +103 -0
- package/components/chunks/MazBtn-CPwCJ1l-.mjs +103 -0
- package/components/chunks/{MazBtn-BVWOyFm-.mjs → MazBtn-Cf-LPT5p.mjs} +4 -4
- package/components/chunks/MazBtn-DCyFSkZo.mjs +103 -0
- package/components/chunks/{MazBtn-oZhhJy09.mjs → MazBtn-DETtZdlj.mjs} +3 -3
- package/components/chunks/{MazBtn-BS2kvd1Z.mjs → MazBtn-DnJzOPh9.mjs} +4 -4
- package/components/chunks/{MazBtn-CM-xSnA5.mjs → MazBtn-DsGaq_eB.mjs} +3 -3
- package/components/chunks/{MazBtn-4-B-zs6Y.mjs → MazBtn-S7EnZYtZ.mjs} +4 -4
- package/components/chunks/MazBtn-iYAY4cer.mjs +103 -0
- package/components/chunks/MazBtn-v4i4k53h.mjs +103 -0
- package/components/chunks/{MazCard-98OuVlyK.mjs → MazCard-l54W3CUU.mjs} +3 -3
- package/components/chunks/{MazCarousel-COTaKhKF.mjs → MazCarousel-C16E1i1T.mjs} +3 -3
- package/components/chunks/{MazCheckbox-CbfTOJdy.mjs → MazCheckbox-C1nh-xQt.mjs} +7 -7
- package/components/chunks/{MazCheckbox-CCma_qyQ.mjs → MazCheckbox-CEsAHbdi.mjs} +7 -7
- package/components/chunks/{MazCheckbox-eOEEACaM.mjs → MazCheckbox-D-7-TdgO.mjs} +3 -3
- package/components/chunks/{MazChecklist-Bb_70sf5.mjs → MazChecklist-DSfD55m5.mjs} +125 -125
- package/components/chunks/{MazDialog-Ca3jJ12T.mjs → MazDialog-BjQ3ivmv.mjs} +107 -107
- package/components/chunks/MazDialogPromise-Bg3ZOsEI.mjs +551 -0
- package/components/chunks/{MazDrawer-Bas9dy0D.mjs → MazDrawer-BqNLfW4e.mjs} +3 -3
- package/components/chunks/{MazDropdown-0r445NfW.mjs → MazDropdown-DNXKdC_3.mjs} +3 -2
- package/components/chunks/{MazDropzone-DKFkgqqD.mjs → MazDropzone-n0JE92da.mjs} +2 -2
- package/components/chunks/{MazExpandAnimation-Bdf0-L85.mjs → MazExpandAnimation-B04WMwpW.mjs} +8 -8
- package/components/chunks/MazFullscreenLoader-XF8wIEcL.mjs +48 -0
- package/components/chunks/{MazGallery-r8SBTCgJ.mjs → MazGallery-CzlKPQFX.mjs} +65 -65
- package/components/chunks/{MazGallery-xPp1apvO.mjs → MazGallery-DdZ3bFvX.mjs} +5 -5
- package/components/chunks/{MazIcon-_hN-Kivn.mjs → MazIcon-Cq1v4J3r.mjs} +9 -8
- package/components/chunks/{MazIcon-C-aPrqx2.mjs → MazIcon-DQXhsxp8.mjs} +11 -10
- package/{modules/chunks/MazIcon-C3__MBEL.mjs → components/chunks/MazIcon-DR6-win-.mjs} +12 -11
- package/components/chunks/MazIcon-Gv6n6i4M.mjs +4 -0
- package/components/chunks/{MazInput-BM4n-byz.mjs → MazInput-BjnuoFvn.mjs} +26 -26
- package/components/chunks/{MazInput-BcutbP8N.mjs → MazInput-DB4HtpCQ.mjs} +4 -4
- package/components/chunks/{MazInput-C9Qh4Gt3.mjs → MazInput-yBii2AFS.mjs} +19 -19
- package/components/chunks/{MazInputNumber-DgjOMiOt.mjs → MazInputNumber-DqnLi9-C.mjs} +37 -37
- package/components/chunks/{MazInputPrice-D6fJN9yv.mjs → MazInputPrice-Ca8mL53M.mjs} +4 -4
- package/components/chunks/{MazInputTags-DthGSyHQ.mjs → MazInputTags-Bto9dVQq.mjs} +40 -40
- package/components/chunks/{MazLazyImg-DQLwaKKz.mjs → MazLazyImg-D9mlGTCs.mjs} +4 -4
- package/components/chunks/{MazLazyImg-B-6PQWEi.mjs → MazLazyImg-DnJyLBjr.mjs} +3 -3
- package/components/chunks/{MazLink-tud3eDgU.mjs → MazLink-DlUG7E5K.mjs} +3 -3
- package/components/chunks/{MazLoadingBar-C2qPjfEQ.mjs → MazLoadingBar-DBt1Ltm5.mjs} +8 -8
- package/components/chunks/{MazPagination-BSu0Ifkp.mjs → MazPagination-sxkvTajI.mjs} +49 -49
- package/components/chunks/{MazPhoneNumberInput-BAGcArnr.mjs → MazPhoneNumberInput-C3j3JyDI.mjs} +11 -11
- package/components/chunks/{MazPicker-BljfUneI.mjs → MazPicker-BUXJof_-.mjs} +9 -9
- package/components/chunks/{MazPickerMonthSwitcher-CEVb4BXw.mjs → MazPickerMonthSwitcher-DW2WfonJ.mjs} +1 -1
- package/components/chunks/{MazPickerShortcuts-DayGMC9m.mjs → MazPickerShortcuts-fw4-dWSv.mjs} +1 -1
- package/components/chunks/{MazPickerYearSwitcher-DC1lFIbp.mjs → MazPickerYearSwitcher-aHvmQBF1.mjs} +1 -1
- package/components/chunks/{MazPullToRefresh-CFQX0soS.mjs → MazPullToRefresh-a1rT-zWr.mjs} +3 -3
- package/components/chunks/{MazSelect-CH3JdigO.mjs → MazSelect-BwahUlbE.mjs} +49 -49
- package/components/chunks/{MazSelect-D3KXcHJS.mjs → MazSelect-CBaOs6va.mjs} +44 -44
- package/components/chunks/MazSpinner-BVQYjLWp.mjs +34 -0
- package/components/chunks/{MazSpinner-yr9xVdAa.mjs → MazSpinner-BYlkcKf0.mjs} +6 -6
- package/components/chunks/MazSpinner-B_THFs0t.mjs +34 -0
- package/components/chunks/MazSpinner-Bb1BgWPD.mjs +34 -0
- package/components/chunks/MazSpinner-Bb4B4Nz8.mjs +34 -0
- package/components/chunks/{MazSpinner-BBZoDxwq.mjs → MazSpinner-Bpkl7q5u.mjs} +7 -7
- package/components/chunks/MazSpinner-BtDo7ZEC.mjs +34 -0
- package/components/chunks/MazSpinner-C-DOH7ou.mjs +34 -0
- package/components/chunks/MazSpinner-C1Rr3w9l.mjs +34 -0
- package/components/chunks/MazSpinner-C47dmUu7.mjs +34 -0
- package/components/chunks/MazSpinner-C7_Q1K-e.mjs +34 -0
- package/components/chunks/MazSpinner-CBHbVSef.mjs +34 -0
- package/components/chunks/MazSpinner-CCThMV5o.mjs +34 -0
- package/components/chunks/MazSpinner-CizL97Q2.mjs +34 -0
- package/components/chunks/{MazSpinner-BlbTztM3.mjs → MazSpinner-Cmy2WyWY.mjs} +7 -7
- package/components/chunks/MazSpinner-CodOqnm1.mjs +34 -0
- package/components/chunks/MazSpinner-Cq0S_tbE.mjs +34 -0
- package/components/chunks/{MazSpinner-BIPm54-3.mjs → MazSpinner-D6PdYOcD.mjs} +7 -7
- package/components/chunks/MazSpinner-DV9-beEc.mjs +34 -0
- package/components/chunks/MazSpinner-DoFpeVcl.mjs +34 -0
- package/components/chunks/MazSpinner-Dx-3_EFZ.mjs +34 -0
- package/components/chunks/MazSpinner-PVTrAf5V.mjs +34 -0
- package/components/chunks/MazSpinner-PXSS3XT3.mjs +34 -0
- package/components/chunks/MazSpinner-XZrAaGeE.mjs +34 -0
- package/components/chunks/{MazStepper-B3fuhbye.mjs → MazStepper-DtAqtJjn.mjs} +32 -32
- package/components/chunks/{MazTable-BU3Hluiu.mjs → MazTable-Soe-MrTW.mjs} +79 -74
- package/components/chunks/{MazTableCell-DKMZAanm.mjs → MazTableCell-DtoO9MOe.mjs} +6 -6
- package/components/chunks/MazTableRow-ChFMulaU.mjs +30 -0
- package/components/chunks/{MazTableTitle-BSFZ84Ob.mjs → MazTableTitle-D8El-v5p.mjs} +6 -6
- package/components/chunks/{MazTabsBar--Xq_cpuz.mjs → MazTabsBar-8wchBiYF.mjs} +20 -20
- package/components/chunks/{MazTransitionExpand-Cedz9Ree.mjs → MazTransitionExpand-CRArAQZu.mjs} +10 -10
- package/css/main.css +1 -1
- package/modules/assets/MazBtn.css +1 -1
- package/modules/assets/MazSpinner.css +1 -1
- package/modules/assets/index.css +1 -1
- package/modules/chunks/MazBtn-D0bVfaLm.cjs +1 -0
- package/{components/chunks/MazBtn-C60T0UDa.mjs → modules/chunks/MazBtn-Z86MClP9.mjs} +4 -4
- package/modules/chunks/{MazIcon-CqhvM2xp.cjs → MazIcon-BwgJhGLT.cjs} +1 -1
- package/{components/chunks/MazIcon-BSUswKRF.mjs → modules/chunks/MazIcon-XtyPgbu6.mjs} +12 -11
- package/{components/chunks/MazSpinner-B5JChIrj.mjs → modules/chunks/MazSpinner-BfUXTY7m.mjs} +7 -7
- package/modules/chunks/MazSpinner-C5Fi9q_G.cjs +1 -0
- package/modules/chunks/index-Bq5KVBKA.cjs +124 -0
- package/modules/chunks/{index-CXu9R01-.mjs → index-YwIF5a3Q.mjs} +746 -745
- package/modules/index.cjs +1 -1
- package/modules/index.mjs +1 -1
- package/nuxt/index.json +1 -1
- package/package.json +1 -1
- package/tailwindcss/tailwind.css +0 -6
- package/tailwindcss/variables/utilities.ts +3 -0
- package/types/components/MazLink.vue.d.ts +2 -2
- package/types/components/MazStepper.vue.d.ts +1 -1
- package/types/components/MazTabs.vue.d.ts +3 -3
- package/types/modules/composables/useFormValidator/useFormField.d.ts +56 -16
- package/types/modules/composables/useFormValidator/utils.d.ts +6 -6
- package/types/tailwindcss/variables/utilities.d.ts +3 -0
- package/components/chunks/MazBtn-C6zsmGnw.mjs +0 -103
- package/components/chunks/MazBtn-CC9H3U2X.mjs +0 -103
- package/components/chunks/MazBtn-CsLtHm4K.mjs +0 -103
- package/components/chunks/MazBtn-D1jMqwE1.mjs +0 -103
- package/components/chunks/MazBtn-DAXwt847.mjs +0 -103
- package/components/chunks/MazBtn-DOWVQgpN.mjs +0 -103
- package/components/chunks/MazBtn-DZaVjTvW.mjs +0 -103
- package/components/chunks/MazBtn-ZAcYNusG.mjs +0 -103
- package/components/chunks/MazDialogPromise-DOnmLhui.mjs +0 -551
- package/components/chunks/MazIcon-BoTByt7n.mjs +0 -4
- package/components/chunks/MazSpinner-C-ln9ldX.mjs +0 -34
- package/components/chunks/MazSpinner-C11EOZZd.mjs +0 -34
- package/components/chunks/MazSpinner-C6h03sqc.mjs +0 -34
- package/components/chunks/MazSpinner-CCc9ajpj.mjs +0 -34
- package/components/chunks/MazSpinner-CgKOIkQQ.mjs +0 -34
- package/components/chunks/MazSpinner-Cp_nPioh.mjs +0 -34
- package/components/chunks/MazSpinner-CwdlrYSt.mjs +0 -34
- package/components/chunks/MazSpinner-D5Sbo759.mjs +0 -34
- package/components/chunks/MazSpinner-DOPjHhPx.mjs +0 -34
- package/components/chunks/MazSpinner-DPur0-r-.mjs +0 -34
- package/components/chunks/MazSpinner-DjM6ktPY.mjs +0 -34
- package/components/chunks/MazSpinner-DjUU4G1h.mjs +0 -34
- package/components/chunks/MazSpinner-DqD51Fb6.mjs +0 -34
- package/components/chunks/MazSpinner-Du5o8JC_.mjs +0 -38
- package/components/chunks/MazSpinner-QfPXLpa_.mjs +0 -34
- package/components/chunks/MazSpinner-XB6tX3Ld.mjs +0 -34
- package/components/chunks/MazSpinner-ZFhNCy24.mjs +0 -34
- package/components/chunks/MazSpinner-b90e3OQK.mjs +0 -34
- package/components/chunks/MazSpinner-f6pBzqbu.mjs +0 -34
- package/components/chunks/MazTableRow-CDHpmXfw.mjs +0 -30
- package/modules/chunks/MazBtn-CFge_w1W.cjs +0 -1
- package/modules/chunks/MazBtn-yNCoLFA6.mjs +0 -103
- package/modules/chunks/MazSpinner-C4XtaFJk.mjs +0 -34
- package/modules/chunks/MazSpinner-DkJAN36F.cjs +0 -1
- package/modules/chunks/index-Bawg2UGE.cjs +0 -124
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as p, createElementBlock as
|
|
1
|
+
import { openBlock as p, createElementBlock as g, createElementVNode as u, computed as $, useId as V, defineComponent as w, ref as f, onMounted as O, onUnmounted as B, normalizeClass as b, 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
2
|
import './assets/MazAccordion.css';const R = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: "1em",
|
|
@@ -6,9 +6,9 @@ import './assets/MazAccordion.css';const R = {
|
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24"
|
|
8
8
|
};
|
|
9
|
-
function P(r,
|
|
10
|
-
return p(),
|
|
11
|
-
|
|
9
|
+
function P(r, t) {
|
|
10
|
+
return p(), g("svg", R, t[0] || (t[0] = [
|
|
11
|
+
u(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
@@ -26,9 +26,9 @@ function P(r, n) {
|
|
|
26
26
|
const T = { render: P };
|
|
27
27
|
function U({
|
|
28
28
|
componentName: r,
|
|
29
|
-
providedId:
|
|
29
|
+
providedId: t
|
|
30
30
|
}) {
|
|
31
|
-
return
|
|
31
|
+
return $(() => t ?? `${r}-${V().replace(/:/g, "")}`);
|
|
32
32
|
}
|
|
33
33
|
const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
34
34
|
__name: "MazCardSpotlight",
|
|
@@ -41,16 +41,16 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
41
41
|
innerOpacity: { default: 0.95 }
|
|
42
42
|
},
|
|
43
43
|
setup(r) {
|
|
44
|
-
const
|
|
45
|
-
function m({ clientX: d, clientY:
|
|
46
|
-
var e, _,
|
|
44
|
+
const t = r, l = f(), o = f(), s = f(!1);
|
|
45
|
+
function m({ clientX: d, clientY: c }) {
|
|
46
|
+
var e, _, n;
|
|
47
47
|
s.value = !0;
|
|
48
48
|
const v = (e = o.value) == null ? void 0 : e.getBoundingClientRect();
|
|
49
|
-
v && ((
|
|
49
|
+
v && ((n = (_ = l.value) == null ? void 0 : _.animate) == null || n.call(
|
|
50
50
|
_,
|
|
51
51
|
[
|
|
52
52
|
{
|
|
53
|
-
transform: `translate(${d - v.left - v.width / 2}px,${
|
|
53
|
+
transform: `translate(${d - v.left - v.width / 2}px,${c - v.top - v.height / 2}px)`
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
{
|
|
@@ -59,23 +59,23 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
59
59
|
}
|
|
60
60
|
));
|
|
61
61
|
}
|
|
62
|
-
const a =
|
|
62
|
+
const a = $(() => `var(--maz-color-${t.color}-alpha)`), i = $(() => `var(--maz-color-${t.color}-alpha-20)`);
|
|
63
63
|
return O(() => {
|
|
64
64
|
window.addEventListener("mousemove", m);
|
|
65
65
|
}), B(() => {
|
|
66
66
|
window.removeEventListener("mousemove", m);
|
|
67
|
-
}), (d,
|
|
67
|
+
}), (d, c) => (p(), g(
|
|
68
68
|
"div",
|
|
69
69
|
{
|
|
70
|
-
class:
|
|
70
|
+
class: b(["m-card-spotlight m-reset-css", { "maz-elevation": !d.noElevation }]),
|
|
71
71
|
style: k({ backgroundColor: i.value, "--inner-opacity": d.innerOpacity })
|
|
72
72
|
},
|
|
73
73
|
[
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
u("div", q, [
|
|
75
|
+
u(
|
|
76
76
|
"div",
|
|
77
77
|
{
|
|
78
|
-
class:
|
|
78
|
+
class: b(["content", [{ "maz-p-4": d.padding }, d.contentClass]])
|
|
79
79
|
},
|
|
80
80
|
[
|
|
81
81
|
h(d.$slots, "default", {}, void 0, !0)
|
|
@@ -84,7 +84,7 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
84
84
|
/* CLASS */
|
|
85
85
|
)
|
|
86
86
|
]),
|
|
87
|
-
E(
|
|
87
|
+
E(u(
|
|
88
88
|
"div",
|
|
89
89
|
{
|
|
90
90
|
ref_key: "blobElement",
|
|
@@ -98,7 +98,7 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
98
98
|
), [
|
|
99
99
|
[z, s.value]
|
|
100
100
|
]),
|
|
101
|
-
E(
|
|
101
|
+
E(u(
|
|
102
102
|
"div",
|
|
103
103
|
{
|
|
104
104
|
ref_key: "fakeblobElement",
|
|
@@ -116,12 +116,12 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
116
116
|
/* CLASS, STYLE */
|
|
117
117
|
));
|
|
118
118
|
}
|
|
119
|
-
}), C = (r,
|
|
119
|
+
}), C = (r, t) => {
|
|
120
120
|
const l = r.__vccOpts || r;
|
|
121
|
-
for (const [o, s] of
|
|
121
|
+
for (const [o, s] of t)
|
|
122
122
|
l[o] = s;
|
|
123
123
|
return l;
|
|
124
|
-
}, H = /* @__PURE__ */ C(D, [["__scopeId", "data-v-
|
|
124
|
+
}, H = /* @__PURE__ */ C(D, [["__scopeId", "data-v-4f773edc"]]), W = ["aria-hidden"], G = /* @__PURE__ */ w({
|
|
125
125
|
inheritAttrs: !1,
|
|
126
126
|
__name: "MazExpandAnimation",
|
|
127
127
|
props: /* @__PURE__ */ A({
|
|
@@ -133,12 +133,12 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
133
133
|
}),
|
|
134
134
|
emits: ["update:modelValue"],
|
|
135
135
|
setup(r) {
|
|
136
|
-
const
|
|
136
|
+
const t = x(r, "modelValue"), l = f(!t.value), o = f();
|
|
137
137
|
function s() {
|
|
138
|
-
|
|
138
|
+
t.value || (l.value = !0);
|
|
139
139
|
}
|
|
140
140
|
function m() {
|
|
141
|
-
|
|
141
|
+
t.value && (l.value = !1);
|
|
142
142
|
}
|
|
143
143
|
return O(() => {
|
|
144
144
|
var a, i;
|
|
@@ -146,15 +146,15 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
146
146
|
}), B(() => {
|
|
147
147
|
var a, i;
|
|
148
148
|
(a = o.value) == null || a.removeEventListener("transitionstart", s, !1), (i = o.value) == null || i.removeEventListener("transitionend", m, !1);
|
|
149
|
-
}), (a, i) => (p(),
|
|
149
|
+
}), (a, i) => (p(), g("div", {
|
|
150
150
|
ref_key: "expandAnimationRef",
|
|
151
151
|
ref: o,
|
|
152
|
-
class:
|
|
153
|
-
"aria-hidden": !
|
|
152
|
+
class: b(["m-expand-animation m-reset-css", { "m-expand-animation--expanded": t.value }]),
|
|
153
|
+
"aria-hidden": !t.value,
|
|
154
154
|
role: "region",
|
|
155
155
|
style: k([{ "--expand-animation-duration": a.duration, "--expand-animation-timing-function": a.timingFunction }])
|
|
156
156
|
}, [
|
|
157
|
-
|
|
157
|
+
u(
|
|
158
158
|
"div",
|
|
159
159
|
I({ class: "m-expand-animation__inner" }, a.$attrs, {
|
|
160
160
|
class: {
|
|
@@ -169,8 +169,8 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
169
169
|
)
|
|
170
170
|
], 14, W));
|
|
171
171
|
}
|
|
172
|
-
}), J = /* @__PURE__ */ C(G, [["__scopeId", "data-v-
|
|
173
|
-
class: "m-accordion",
|
|
172
|
+
}), J = /* @__PURE__ */ C(G, [["__scopeId", "data-v-058a2912"]]), K = {
|
|
173
|
+
class: "m-accordion m-reset-css",
|
|
174
174
|
role: "presentation"
|
|
175
175
|
}, Q = ["id", "aria-controls", "aria-expanded", "onClick"], X = /* @__PURE__ */ w({
|
|
176
176
|
__name: "MazAccordion",
|
|
@@ -180,68 +180,68 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
180
180
|
contentClass: { default: void 0 }
|
|
181
181
|
},
|
|
182
182
|
emits: ["update:model-value"],
|
|
183
|
-
setup(r, { emit:
|
|
184
|
-
const l = r, o =
|
|
183
|
+
setup(r, { emit: t }) {
|
|
184
|
+
const l = r, o = t, s = U({
|
|
185
185
|
componentName: "MazAccordion",
|
|
186
186
|
providedId: l.id
|
|
187
|
-
}), m = L(), a =
|
|
187
|
+
}), m = L(), a = $(
|
|
188
188
|
() => Object.keys(m).filter((e) => e.startsWith("title-")).length
|
|
189
|
-
), i = f(l.modelValue), d =
|
|
189
|
+
), i = f(l.modelValue), d = $({
|
|
190
190
|
get: () => l.modelValue || i.value,
|
|
191
191
|
set: (e) => {
|
|
192
192
|
i.value = e, o("update:model-value", e);
|
|
193
193
|
}
|
|
194
194
|
});
|
|
195
|
-
function
|
|
195
|
+
function c(e) {
|
|
196
196
|
return d.value === e;
|
|
197
197
|
}
|
|
198
198
|
function v(e) {
|
|
199
199
|
d.value === e ? (i.value = 0, o("update:model-value", 0)) : (i.value = e, o("update:model-value", e));
|
|
200
200
|
}
|
|
201
|
-
return (e, _) => (p(),
|
|
202
|
-
(p(!0),
|
|
201
|
+
return (e, _) => (p(), g("div", K, [
|
|
202
|
+
(p(!0), g(
|
|
203
203
|
j,
|
|
204
204
|
null,
|
|
205
|
-
F(a.value, (
|
|
205
|
+
F(a.value, (n) => (p(), N(
|
|
206
206
|
H,
|
|
207
207
|
{
|
|
208
|
-
key:
|
|
208
|
+
key: n,
|
|
209
209
|
class: "m-accordion__spotlight",
|
|
210
210
|
padding: !1
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
default: M(() => [
|
|
214
|
-
|
|
215
|
-
id: `step-${
|
|
214
|
+
u("button", {
|
|
215
|
+
id: `step-${n}-${y(s)}`,
|
|
216
216
|
class: "m-accordion__header",
|
|
217
|
-
"aria-controls": `step-${
|
|
218
|
-
"aria-expanded":
|
|
219
|
-
onClick: (Y) => v(
|
|
217
|
+
"aria-controls": `step-${n}-${y(s)}`,
|
|
218
|
+
"aria-expanded": c(n),
|
|
219
|
+
onClick: (Y) => v(n)
|
|
220
220
|
}, [
|
|
221
|
-
h(e.$slots, `title-${
|
|
222
|
-
isOpen:
|
|
221
|
+
h(e.$slots, `title-${n}`, {
|
|
222
|
+
isOpen: c(n)
|
|
223
223
|
}, void 0, !0),
|
|
224
224
|
S(y(T), {
|
|
225
|
-
class:
|
|
225
|
+
class: b(["header-icon", { "--rotate": c(n) }])
|
|
226
226
|
}, null, 8, ["class"])
|
|
227
227
|
], 8, Q),
|
|
228
228
|
S(J, {
|
|
229
229
|
"animation-duration": "300ms",
|
|
230
|
-
"model-value":
|
|
231
|
-
"aria-labelledby": `step-${
|
|
230
|
+
"model-value": c(n),
|
|
231
|
+
"aria-labelledby": `step-${n}-${y(s)}`
|
|
232
232
|
}, {
|
|
233
233
|
default: M(() => [
|
|
234
|
-
|
|
234
|
+
u(
|
|
235
235
|
"div",
|
|
236
236
|
{
|
|
237
|
-
class:
|
|
237
|
+
class: b(["m-accordion__content", e.contentClass])
|
|
238
238
|
},
|
|
239
239
|
[
|
|
240
240
|
h(e.$slots, "content", {
|
|
241
|
-
isOpen:
|
|
241
|
+
isOpen: c(n)
|
|
242
242
|
}, void 0, !0),
|
|
243
|
-
h(e.$slots, `content-${
|
|
244
|
-
isOpen:
|
|
243
|
+
h(e.$slots, `content-${n}`, {
|
|
244
|
+
isOpen: c(n)
|
|
245
245
|
}, void 0, !0)
|
|
246
246
|
],
|
|
247
247
|
2
|
|
@@ -263,7 +263,7 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
|
|
|
263
263
|
))
|
|
264
264
|
]));
|
|
265
265
|
}
|
|
266
|
-
}), ee = /* @__PURE__ */ C(X, [["__scopeId", "data-v-
|
|
266
|
+
}), ee = /* @__PURE__ */ C(X, [["__scopeId", "data-v-6a945de6"]]);
|
|
267
267
|
export {
|
|
268
268
|
ee as default
|
|
269
269
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as v, useSlots as x, computed as l, ref as _, watch as h, openBlock as d, createElementBlock as
|
|
1
|
+
import { defineComponent as v, useSlots as x, computed as l, ref as _, watch as h, openBlock as d, createElementBlock as m, normalizeClass as y, normalizeStyle as z, createElementVNode as C, renderSlot as i, createTextVNode as o, toDisplayString as a, createCommentVNode as S } from "vue";
|
|
2
2
|
import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "m-animated-counter__fix"
|
|
@@ -20,18 +20,18 @@ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k =
|
|
|
20
20
|
}, 100));
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
const
|
|
24
|
-
return (e, c) => (d(),
|
|
23
|
+
const p = l(() => `${t.duration}ms`);
|
|
24
|
+
return (e, c) => (d(), m(
|
|
25
25
|
"span",
|
|
26
26
|
{
|
|
27
|
-
class: y(["m-animated-counter", {
|
|
27
|
+
class: y(["m-animated-counter m-reset-css", {
|
|
28
28
|
"--animated": f.value,
|
|
29
29
|
"--prefixed": r.value,
|
|
30
30
|
"--suffixed": u.value
|
|
31
31
|
}]),
|
|
32
32
|
style: z({
|
|
33
33
|
"--count": e.count,
|
|
34
|
-
"--animation-duration":
|
|
34
|
+
"--animation-duration": p.value
|
|
35
35
|
})
|
|
36
36
|
},
|
|
37
37
|
[
|
|
@@ -56,7 +56,7 @@ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k =
|
|
|
56
56
|
)
|
|
57
57
|
], !0)
|
|
58
58
|
]),
|
|
59
|
-
r.value || u.value ? (d(),
|
|
59
|
+
r.value || u.value ? (d(), m("span", k, [
|
|
60
60
|
i(e.$slots, "prefix", {}, () => [
|
|
61
61
|
o(
|
|
62
62
|
a(e.prefix),
|
|
@@ -82,7 +82,7 @@ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k =
|
|
|
82
82
|
for (const [r, u] of t)
|
|
83
83
|
s[r] = u;
|
|
84
84
|
return s;
|
|
85
|
-
}, V = /* @__PURE__ */ M(A, [["__scopeId", "data-v-
|
|
85
|
+
}, V = /* @__PURE__ */ M(A, [["__scopeId", "data-v-c2cd744f"]]);
|
|
86
86
|
export {
|
|
87
87
|
V as default
|
|
88
88
|
};
|
package/components/MazAvatar.mjs
CHANGED
|
@@ -23,9 +23,9 @@ import './assets/MazBackdrop.css';const G = {
|
|
|
23
23
|
variant: {}
|
|
24
24
|
},
|
|
25
25
|
emits: ["open", "close", "update:model-value", "before-close"],
|
|
26
|
-
setup(t, { expose:
|
|
26
|
+
setup(t, { expose: r, emit: a }) {
|
|
27
27
|
const o = a;
|
|
28
|
-
function
|
|
28
|
+
function d() {
|
|
29
29
|
document.documentElement.classList.add(A);
|
|
30
30
|
}
|
|
31
31
|
function w() {
|
|
@@ -52,7 +52,7 @@ import './assets/MazBackdrop.css';const G = {
|
|
|
52
52
|
!t.noCloseOnEscKey && e.key === "Escape" && !t.persistent && l();
|
|
53
53
|
}
|
|
54
54
|
function C() {
|
|
55
|
-
|
|
55
|
+
d(), document.addEventListener("keyup", u, !1);
|
|
56
56
|
}
|
|
57
57
|
function f() {
|
|
58
58
|
document.removeEventListener("keyup", u), w();
|
|
@@ -78,7 +78,7 @@ import './assets/MazBackdrop.css';const G = {
|
|
|
78
78
|
} else
|
|
79
79
|
f(), await B(), c == null || c.focus();
|
|
80
80
|
}
|
|
81
|
-
),
|
|
81
|
+
), r({
|
|
82
82
|
onBackdropAnimationEnter: y,
|
|
83
83
|
onBackdropAnimationLeave: b,
|
|
84
84
|
onBackdropClicked: i,
|
|
@@ -98,7 +98,7 @@ import './assets/MazBackdrop.css';const G = {
|
|
|
98
98
|
"div",
|
|
99
99
|
q({
|
|
100
100
|
key: 0,
|
|
101
|
-
class: "m-backdrop --present"
|
|
101
|
+
class: "m-backdrop --present m-reset-css"
|
|
102
102
|
}, e.$attrs, {
|
|
103
103
|
class: [e.backdropClass, e.variant && `--variant-${e.variant}`, { "--persistent": e.persistent }]
|
|
104
104
|
}),
|
|
@@ -134,12 +134,12 @@ import './assets/MazBackdrop.css';const G = {
|
|
|
134
134
|
}, 8, ["name"])
|
|
135
135
|
], 8, ["to"]));
|
|
136
136
|
}
|
|
137
|
-
}), Q = (t,
|
|
137
|
+
}), Q = (t, r) => {
|
|
138
138
|
const a = t.__vccOpts || t;
|
|
139
|
-
for (const [o,
|
|
140
|
-
a[o] =
|
|
139
|
+
for (const [o, d] of r)
|
|
140
|
+
a[o] = d;
|
|
141
141
|
return a;
|
|
142
|
-
}, W = /* @__PURE__ */ Q(J, [["__scopeId", "data-v-
|
|
142
|
+
}, W = /* @__PURE__ */ Q(J, [["__scopeId", "data-v-90448c91"]]);
|
|
143
143
|
export {
|
|
144
144
|
W as default
|
|
145
145
|
};
|
package/components/MazBadge.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import './assets/MazBadge.css';const f = /* @__PURE__ */ n({
|
|
|
13
13
|
return (e, a) => (r(), s(
|
|
14
14
|
"span",
|
|
15
15
|
{
|
|
16
|
-
class: d(["m-badge", [
|
|
16
|
+
class: d(["m-badge m-reset-css", [
|
|
17
17
|
`--${e.color}`,
|
|
18
18
|
{ "--outline": e.outline, "--pastel": e.pastel, "--nowrap": e.nowrap },
|
|
19
19
|
`--rounded-${e.roundedSize}`
|
|
@@ -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-6e8e9093"]]);
|
|
36
36
|
export {
|
|
37
37
|
c as default
|
|
38
38
|
};
|
package/components/MazBtn.mjs
CHANGED
package/components/MazCard.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as _, ref as c, computed as
|
|
1
|
+
import { defineComponent as _, ref as c, computed as m, onMounted as k, onUnmounted as E, openBlock as w, createElementBlock as z, normalizeClass as v, normalizeStyle as b, createElementVNode as i, renderSlot as B, withDirectives as y, vShow as h } from "vue";
|
|
2
2
|
import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__PURE__ */ _({
|
|
3
3
|
__name: "MazCardSpotlight",
|
|
4
4
|
props: {
|
|
@@ -12,10 +12,10 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
|
|
|
12
12
|
setup(l) {
|
|
13
13
|
const n = l, o = c(), r = c(), t = c(!1);
|
|
14
14
|
function d({ clientX: e, clientY: u }) {
|
|
15
|
-
var p, s,
|
|
15
|
+
var p, s, f;
|
|
16
16
|
t.value = !0;
|
|
17
17
|
const a = (p = r.value) == null ? void 0 : p.getBoundingClientRect();
|
|
18
|
-
a && ((
|
|
18
|
+
a && ((f = (s = o.value) == null ? void 0 : s.animate) == null || f.call(
|
|
19
19
|
s,
|
|
20
20
|
[
|
|
21
21
|
{
|
|
@@ -28,7 +28,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
|
|
|
28
28
|
}
|
|
29
29
|
));
|
|
30
30
|
}
|
|
31
|
-
const g =
|
|
31
|
+
const g = m(() => `var(--maz-color-${n.color}-alpha)`), C = m(() => `var(--maz-color-${n.color}-alpha-20)`);
|
|
32
32
|
return k(() => {
|
|
33
33
|
window.addEventListener("mousemove", d);
|
|
34
34
|
}), E(() => {
|
|
@@ -36,7 +36,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
|
|
|
36
36
|
}), (e, u) => (w(), z(
|
|
37
37
|
"div",
|
|
38
38
|
{
|
|
39
|
-
class:
|
|
39
|
+
class: v(["m-card-spotlight m-reset-css", { "maz-elevation": !e.noElevation }]),
|
|
40
40
|
style: b({ backgroundColor: C.value, "--inner-opacity": e.innerOpacity })
|
|
41
41
|
},
|
|
42
42
|
[
|
|
@@ -44,7 +44,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
|
|
|
44
44
|
i(
|
|
45
45
|
"div",
|
|
46
46
|
{
|
|
47
|
-
class:
|
|
47
|
+
class: v(["content", [{ "maz-p-4": e.padding }, e.contentClass]])
|
|
48
48
|
},
|
|
49
49
|
[
|
|
50
50
|
B(e.$slots, "default", {}, void 0, !0)
|
|
@@ -90,7 +90,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
|
|
|
90
90
|
for (const [r, t] of n)
|
|
91
91
|
o[r] = t;
|
|
92
92
|
return o;
|
|
93
|
-
}, L = /* @__PURE__ */ O($, [["__scopeId", "data-v-
|
|
93
|
+
}, L = /* @__PURE__ */ O($, [["__scopeId", "data-v-4f773edc"]]);
|
|
94
94
|
export {
|
|
95
95
|
L as default
|
|
96
96
|
};
|
package/components/MazChart.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as l, defineAsyncComponent as d, openBlock as m, createBlock as y, resolveDynamicComponent as f, unref as g,
|
|
2
|
-
import { Chart as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as l, defineAsyncComponent as d, openBlock as m, createBlock as y, resolveDynamicComponent as f, unref as g, mergeProps as b } from "vue";
|
|
2
|
+
import { Chart as h, CategoryScale as C, LinearScale as S, Title as _, Tooltip as A, Legend as B, BarElement as E, ArcElement as L, PointElement as P, LineElement as j } from "chart.js";
|
|
3
|
+
const v = /* @__PURE__ */ l({
|
|
4
4
|
__name: "MazChart",
|
|
5
5
|
props: {
|
|
6
6
|
/**
|
|
@@ -52,41 +52,41 @@ const w = /* @__PURE__ */ l({
|
|
|
52
52
|
},
|
|
53
53
|
setup(a) {
|
|
54
54
|
const e = a;
|
|
55
|
-
|
|
55
|
+
h.register(
|
|
56
|
+
C,
|
|
56
57
|
S,
|
|
57
58
|
_,
|
|
58
59
|
A,
|
|
59
60
|
B,
|
|
60
|
-
P,
|
|
61
61
|
E,
|
|
62
62
|
L,
|
|
63
|
-
|
|
63
|
+
P,
|
|
64
64
|
j
|
|
65
65
|
);
|
|
66
66
|
const n = d(async () => {
|
|
67
|
-
const { Bar: t, Bubble: r, Doughnut: o, Line: c, Pie:
|
|
67
|
+
const { Bar: t, Bubble: r, Doughnut: o, Line: c, Pie: s, PolarArea: u, Radar: p, Scatter: i } = await import("vue-chartjs");
|
|
68
68
|
switch (e.type) {
|
|
69
69
|
case "bar":
|
|
70
70
|
return t;
|
|
71
71
|
case "line":
|
|
72
72
|
return c;
|
|
73
73
|
case "scatter":
|
|
74
|
-
return
|
|
74
|
+
return i;
|
|
75
75
|
case "bubble":
|
|
76
76
|
return r;
|
|
77
77
|
case "pie":
|
|
78
|
-
return
|
|
78
|
+
return s;
|
|
79
79
|
case "doughnut":
|
|
80
80
|
return o;
|
|
81
81
|
case "polarArea":
|
|
82
|
-
return
|
|
82
|
+
return u;
|
|
83
83
|
case "radar":
|
|
84
|
-
return
|
|
84
|
+
return p;
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
return (t, r) => (m(), y(
|
|
88
88
|
f(g(n)),
|
|
89
|
-
b(
|
|
89
|
+
b({ class: "m-chart m-reset-css" }, e),
|
|
90
90
|
null,
|
|
91
91
|
16
|
|
92
92
|
/* FULL_PROPS */
|
|
@@ -94,5 +94,5 @@ const w = /* @__PURE__ */ l({
|
|
|
94
94
|
}
|
|
95
95
|
});
|
|
96
96
|
export {
|
|
97
|
-
|
|
97
|
+
v as default
|
|
98
98
|
};
|
|
@@ -107,7 +107,7 @@ const H = { render: F }, K = ["for", "aria-checked"], O = ["id", "checked", "dis
|
|
|
107
107
|
}
|
|
108
108
|
return (e, r) => (h(), p("label", {
|
|
109
109
|
for: m(s),
|
|
110
|
-
class: f(["m-checkbox", [{ "--disabled": e.disabled, "--error": e.error, "--warning": e.warning, "--success": e.success }, o.class]]),
|
|
110
|
+
class: f(["m-checkbox m-reset-css", [{ "--disabled": e.disabled, "--error": e.error, "--warning": e.warning, "--success": e.success }, o.class]]),
|
|
111
111
|
tabindex: "0",
|
|
112
112
|
style: c([e.style, { "--checkbox-selected-color": V.value, "--checkbox-box-shadow-color": k.value }]),
|
|
113
113
|
role: "checkbox",
|
|
@@ -176,7 +176,7 @@ const H = { render: F }, K = ["for", "aria-checked"], O = ["id", "checked", "dis
|
|
|
176
176
|
for (const [n, s] of a)
|
|
177
177
|
o[n] = s;
|
|
178
178
|
return o;
|
|
179
|
-
}, J = /* @__PURE__ */ U(T, [["__scopeId", "data-v-
|
|
179
|
+
}, J = /* @__PURE__ */ U(T, [["__scopeId", "data-v-66c21eaf"]]);
|
|
180
180
|
export {
|
|
181
181
|
J as default
|
|
182
182
|
};
|
|
@@ -5,10 +5,10 @@ import './assets/MazCircularProgressBar.css';function A({
|
|
|
5
5
|
}) {
|
|
6
6
|
return r(() => e ?? `${a}-${C().replace(/:/g, "")}`);
|
|
7
7
|
}
|
|
8
|
-
const V = { class: "maz-sr-only" },
|
|
8
|
+
const V = { class: "maz-sr-only" }, D = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "m-animated-counter__fix"
|
|
11
|
-
},
|
|
11
|
+
}, E = /* @__PURE__ */ x({
|
|
12
12
|
__name: "MazAnimatedCounter",
|
|
13
13
|
props: {
|
|
14
14
|
count: {},
|
|
@@ -30,7 +30,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
30
30
|
return (t, g) => (p(), m(
|
|
31
31
|
"span",
|
|
32
32
|
{
|
|
33
|
-
class: B(["m-animated-counter", {
|
|
33
|
+
class: B(["m-animated-counter m-reset-css", {
|
|
34
34
|
"--animated": d.value,
|
|
35
35
|
"--prefixed": f.value,
|
|
36
36
|
"--suffixed": c.value
|
|
@@ -62,7 +62,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
62
62
|
)
|
|
63
63
|
], !0)
|
|
64
64
|
]),
|
|
65
|
-
f.value || c.value ? (p(), m("span",
|
|
65
|
+
f.value || c.value ? (p(), m("span", D, [
|
|
66
66
|
l(t.$slots, "prefix", {}, () => [
|
|
67
67
|
i(
|
|
68
68
|
u(t.prefix),
|
|
@@ -88,7 +88,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
88
88
|
for (const [f, c] of e)
|
|
89
89
|
s[f] = c;
|
|
90
90
|
return s;
|
|
91
|
-
},
|
|
91
|
+
}, L = /* @__PURE__ */ $(E, [["__scopeId", "data-v-c2cd744f"]]), T = { class: "outer" }, W = { class: "inner" }, b = { key: 0 }, j = {
|
|
92
92
|
xmlns: "http://www.w3.org/2000/svg",
|
|
93
93
|
height: "1em",
|
|
94
94
|
width: "1em",
|
|
@@ -123,7 +123,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
123
123
|
return (o, H) => (p(), m(
|
|
124
124
|
"div",
|
|
125
125
|
{
|
|
126
|
-
class: "m-circular-progress-bar",
|
|
126
|
+
class: "m-circular-progress-bar m-reset-css",
|
|
127
127
|
style: y([
|
|
128
128
|
{
|
|
129
129
|
"--animation-duration": z.value,
|
|
@@ -135,11 +135,11 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
135
135
|
])
|
|
136
136
|
},
|
|
137
137
|
[
|
|
138
|
-
n("div",
|
|
139
|
-
n("div",
|
|
140
|
-
h(s).default ? (p(), m("span",
|
|
138
|
+
n("div", T, [
|
|
139
|
+
n("div", W, [
|
|
140
|
+
h(s).default ? (p(), m("span", b, [
|
|
141
141
|
l(o.$slots, "default", {}, void 0, !0)
|
|
142
|
-
])) : (p(), I(
|
|
142
|
+
])) : (p(), I(L, {
|
|
143
143
|
key: 1,
|
|
144
144
|
count: o.percentage,
|
|
145
145
|
duration: o.duration
|
|
@@ -212,7 +212,7 @@ const V = { class: "maz-sr-only" }, b = {
|
|
|
212
212
|
/* STYLE */
|
|
213
213
|
));
|
|
214
214
|
}
|
|
215
|
-
}), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-
|
|
215
|
+
}), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-73fe8da6"]]);
|
|
216
216
|
export {
|
|
217
217
|
K as default
|
|
218
218
|
};
|
package/components/MazDialog.mjs
CHANGED
package/components/MazDrawer.mjs
CHANGED