@mozaic-ds/vue 2.19.0 → 2.19.1
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/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +958 -2090
- package/dist/mozaic-vue.js +18 -18
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +2 -2
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +6 -4
- package/src/components/accordionlist/MAccordionList.figma.ts +16 -16
- package/src/components/accordionlist/MAccordionList.stories.ts +1 -1
- package/src/components/accordionlistitem/MAccordionListItem.figma.ts +9 -5
- package/src/components/accordionlistitem/MAccordionListItem.vue +4 -1
- package/src/components/accordionlistitem/README.md +2 -0
- package/src/components/actionbottombar/MActionBottomBar.figma.ts +7 -7
- package/src/components/actionlistbox/MActionListbox.figma.ts +11 -11
- package/src/components/actionlistbox/MActionListbox.spec.ts +21 -7
- package/src/components/actionlistbox/MActionListbox.vue +15 -4
- package/src/components/avatar/MAvatar.figma.ts +5 -5
- package/src/components/breadcrumb/MBreadcrumb.figma.ts +7 -7
- package/src/components/builtinmenu/MBuiltInMenu.figma.ts +8 -5
- package/src/components/builtinmenu/MBuiltInMenu.spec.ts +3 -1
- package/src/components/button/MButton.figma.ts +21 -6
- package/src/components/callout/MCallout.figma.ts +7 -7
- package/src/components/carousel/MCarousel.figma.ts +10 -10
- package/src/components/checkbox/MCheckbox.figma.ts +10 -10
- package/src/components/checkboxgroup/MCheckboxGroup.figma.ts +7 -7
- package/src/components/checklistmenu/MCheckListMenu.figma.ts +8 -8
- package/src/components/circularprogressbar/MCircularProgressbar.figma.ts +7 -3
- package/src/components/combobox/MCombobox.figma.ts +10 -10
- package/src/components/container/MContainer.figma.ts +5 -5
- package/src/components/datatable/DataTable.stories.ts +33 -7
- package/src/components/datatable/DataTableCells.stories.ts +2 -2
- package/src/components/datatable/DataTableEmpty.stories.ts +2 -2
- package/src/components/datatable/DataTableExpandable.stories.ts +2 -2
- package/src/components/datatable/DataTableNested.stories.ts +1 -1
- package/src/components/datatable/DataTableSelectable.stories.ts +2 -3
- package/src/components/datatable/DataTableSortable.stories.ts +1 -1
- package/src/components/datepicker/MDatepicker.figma.ts +3 -3
- package/src/components/divider/MDivider.figma.ts +3 -3
- package/src/components/drawer/MDrawer.figma.ts +13 -13
- package/src/components/field/MField.figma.ts +9 -5
- package/src/components/fileuploader/MFileUploader.figma.ts +3 -3
- package/src/components/fileuploaderitem/MFileUploaderItem.figma.ts +7 -3
- package/src/components/flag/MFlag.figma.ts +3 -3
- package/src/components/iconbutton/MIconButton.figma.ts +16 -16
- package/src/components/kpiitem/MKpiItem.figma.ts +8 -3
- package/src/components/kpiitem/MKpiItem.spec.ts +11 -12
- package/src/components/kpiitem/MKpiItem.vue +7 -1
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.figma.ts +6 -3
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.figma.ts +5 -3
- package/src/components/link/MLink.figma.ts +5 -5
- package/src/components/loader/MLoader.figma.ts +3 -3
- package/src/components/loadingoverlay/MLoadingOverlay.figma.ts +3 -3
- package/src/components/modal/MModal.figma.ts +12 -12
- package/src/components/navigationindicator/MNavigationIndicator.figma.ts +7 -3
- package/src/components/numberbadge/MNumberBadge.figma.ts +7 -3
- package/src/components/optionListbox/MOptionListbox.figma.ts +10 -10
- package/src/components/overlay/MOverlay.figma.ts +5 -5
- package/src/components/pageheader/MPageHeader.figma.ts +3 -3
- package/src/components/pagination/MPagination.figma.ts +10 -10
- package/src/components/passwordinput/MPasswordInput.figma.ts +9 -9
- package/src/components/phonenumber/MPhoneNumber.figma.ts +9 -9
- package/src/components/phonenumber/MPhoneNumber.vue +5 -3
- package/src/components/pincode/MPincode.figma.ts +9 -9
- package/src/components/popover/MPopover.figma.ts +15 -15
- package/src/components/quantityselector/MQuantitySelector.figma.ts +12 -12
- package/src/components/radio/MRadio.figma.ts +9 -9
- package/src/components/radiogroup/MRadioGroup.figma.ts +7 -7
- package/src/components/segmentedcontrol/MSegmentedControl.figma.ts +8 -8
- package/src/components/select/MSelect.figma.ts +11 -11
- package/src/components/sidebar/MSidebar.figma.ts +8 -8
- package/src/components/sidebar/MSidebar.vue +1 -0
- package/src/components/sidebarexpandableitem/MSidebarExpandableItem.figma.ts +8 -5
- package/src/components/sidebarfooter/MSidebarFooter.figma.ts +7 -3
- package/src/components/sidebarheader/MSidebarHeader.figma.ts +3 -3
- package/src/components/sidebarnavitem/MSidebarNavItem.figma.ts +3 -3
- package/src/components/sidebarshortcutitem/MSidebarShortcutItem.figma.ts +3 -3
- package/src/components/starrating/MStarRating.figma.ts +7 -7
- package/src/components/statusbadge/MStatusBadge.figma.ts +3 -3
- package/src/components/statusdot/MStatusDot.figma.ts +3 -3
- package/src/components/statusmessage/MStatusMessage.figma.ts +3 -3
- package/src/components/statusnotification/MStatusNotification.figma.ts +7 -7
- package/src/components/stepperbottombar/MStepperBottomBar.figma.ts +3 -3
- package/src/components/steppercompact/MStepperCompact.figma.ts +8 -3
- package/src/components/stepperinline/MStepperInline.figma.ts +6 -3
- package/src/components/stepperinline/MStepperInline.stories.ts +5 -1
- package/src/components/stepperstacked/MStepperStacked.figma.ts +6 -3
- package/src/components/tabs/MTabs.figma.ts +8 -8
- package/src/components/tag/MTag.figma.ts +3 -3
- package/src/components/textarea/MTextArea.figma.ts +8 -8
- package/src/components/textinput/MTextInput.figma.ts +12 -12
- package/src/components/textinput/README.md +1 -1
- package/src/components/tile/MTile.figma.ts +5 -5
- package/src/components/tileclickable/MTileClickable.figma.ts +6 -6
- package/src/components/tileexpandable/MTileExpandable.figma.ts +6 -6
- package/src/components/tileselectable/MTileSelectable.figma.ts +9 -5
- package/src/components/toaster/MToaster.figma.ts +3 -3
- package/src/components/toggle/MToggle.figma.ts +9 -9
- package/src/components/togglegroup/MToggleGroup.figma.ts +7 -7
- package/src/components/tooltip/MTooltip.figma.ts +10 -5
package/dist/mozaic-vue.js
CHANGED
|
@@ -67,13 +67,16 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
67
67
|
_: 1
|
|
68
68
|
}))]), a("div", {
|
|
69
69
|
id: `content-${e.id}`,
|
|
70
|
-
class:
|
|
70
|
+
class: h({
|
|
71
|
+
"mc-accordion__content": !0,
|
|
72
|
+
"mc-accordion__content--open": l.value
|
|
73
|
+
}),
|
|
71
74
|
inert: !l.value || void 0,
|
|
72
75
|
"aria-labelledby": `accordion-${e.id}`,
|
|
73
76
|
role: "region"
|
|
74
|
-
}, [T(t.$slots, "default", {}, () => [e.content ? (x(), i("p", pe, D(e.content), 1)) : r("", !0)], !0)],
|
|
77
|
+
}, [T(t.$slots, "default", {}, () => [e.content ? (x(), i("p", pe, D(e.content), 1)) : r("", !0)], !0)], 10, fe)]));
|
|
75
78
|
}
|
|
76
|
-
}), [["__scopeId", "data-v-
|
|
79
|
+
}), [["__scopeId", "data-v-dbf031eb"]]), he = { class: "mc-divider" }, B = /* @__PURE__ */ z(/* @__PURE__ */ l({
|
|
77
80
|
__name: "MDivider",
|
|
78
81
|
props: {
|
|
79
82
|
orientation: { default: "horizontal" },
|
|
@@ -912,7 +915,7 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
912
915
|
"aria-hidden": "true"
|
|
913
916
|
})) : r("", !0), a("p", an, D(t.label), 1)], 8, rn)], 2)], 64))), 128))], 40, nn)])], 16)], 2), T(o.$slots, "activator", g(u({ id: k(f) })), void 0, !0)], 64));
|
|
914
917
|
}
|
|
915
|
-
}), [["__scopeId", "data-v-
|
|
918
|
+
}), [["__scopeId", "data-v-681c7b98"]]), sn = /* @__PURE__ */ z(/* @__PURE__ */ l({
|
|
916
919
|
__name: "MAvatar",
|
|
917
920
|
props: { size: { default: "s" } },
|
|
918
921
|
setup(e) {
|
|
@@ -2323,7 +2326,7 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
2323
2326
|
"aria-label": e.trend
|
|
2324
2327
|
}, null, 8, ["aria-label"])) : r("", !0)])) : r("", !0)])], 2));
|
|
2325
2328
|
}
|
|
2326
|
-
}), [["__scopeId", "data-v-
|
|
2329
|
+
}), [["__scopeId", "data-v-82712e3d"]]), mi = ["aria-valuenow"], hi = /* @__PURE__ */ z(/* @__PURE__ */ l({
|
|
2327
2330
|
inheritAttrs: !1,
|
|
2328
2331
|
__name: "MLinearProgressbarBuffer",
|
|
2329
2332
|
props: {
|
|
@@ -3865,18 +3868,18 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
3865
3868
|
BO: [
|
|
3866
3869
|
"591",
|
|
3867
3870
|
"00(?:1\\d)?",
|
|
3868
|
-
"
|
|
3871
|
+
"(?:[2-7]\\d\\d|8001)\\d{5}",
|
|
3869
3872
|
[8, 9],
|
|
3870
3873
|
[
|
|
3871
3874
|
[
|
|
3872
3875
|
"(\\d)(\\d{7})",
|
|
3873
3876
|
"$1 $2",
|
|
3874
|
-
["[
|
|
3877
|
+
["[23]|4[46]|50"]
|
|
3875
3878
|
],
|
|
3876
3879
|
[
|
|
3877
3880
|
"(\\d{8})",
|
|
3878
3881
|
"$1",
|
|
3879
|
-
["[
|
|
3882
|
+
["[5-7]"]
|
|
3880
3883
|
],
|
|
3881
3884
|
[
|
|
3882
3885
|
"(\\d{3})(\\d{2})(\\d{4})",
|
|
@@ -5021,12 +5024,12 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
5021
5024
|
ET: [
|
|
5022
5025
|
"251",
|
|
5023
5026
|
"00",
|
|
5024
|
-
"(?:11|[2-
|
|
5027
|
+
"(?:11|[2-57-9]\\d)\\d{7}",
|
|
5025
5028
|
[9],
|
|
5026
5029
|
[[
|
|
5027
5030
|
"(\\d{2})(\\d{3})(\\d{4})",
|
|
5028
5031
|
"$1 $2 $3",
|
|
5029
|
-
["[1-
|
|
5032
|
+
["[1-57-9]"],
|
|
5030
5033
|
"0$1"
|
|
5031
5034
|
]],
|
|
5032
5035
|
"0"
|
|
@@ -9228,11 +9231,7 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
9228
9231
|
[
|
|
9229
9232
|
"(\\d{3})(\\d{3})(\\d{2})(\\d{2})",
|
|
9230
9233
|
"$1 $2 $3 $4",
|
|
9231
|
-
[
|
|
9232
|
-
"5(?:[0-579]|61)",
|
|
9233
|
-
"5(?:[0-579]|61[06])",
|
|
9234
|
-
"5(?:[0-579]|61[06]1)"
|
|
9235
|
-
],
|
|
9234
|
+
["5[0-79]"],
|
|
9236
9235
|
"0$1",
|
|
9237
9236
|
1
|
|
9238
9237
|
],
|
|
@@ -9666,14 +9665,14 @@ var re = Symbol(), ie = Symbol(), ae = /* @__PURE__ */ l({
|
|
|
9666
9665
|
[
|
|
9667
9666
|
"(\\d{4})(\\d{4,6})",
|
|
9668
9667
|
"$1 $2",
|
|
9669
|
-
["1"],
|
|
9668
|
+
["1(?:2[02]|[89])"],
|
|
9670
9669
|
0,
|
|
9671
9670
|
1
|
|
9672
9671
|
],
|
|
9673
9672
|
[
|
|
9674
9673
|
"(\\d{2})(\\d{3})(\\d{2})(\\d{2})",
|
|
9675
9674
|
"$1 $2 $3 $4",
|
|
9676
|
-
["6"],
|
|
9675
|
+
["1[26]|6"],
|
|
9677
9676
|
"0$1",
|
|
9678
9677
|
1
|
|
9679
9678
|
],
|
|
@@ -12824,6 +12823,7 @@ var ml = { class: "mc-sidebar__wrapper" }, hl = { class: "mc-sidebar__container"
|
|
|
12824
12823
|
]), c(H, {
|
|
12825
12824
|
class: "mc-sidebar__close-button",
|
|
12826
12825
|
ghost: "",
|
|
12826
|
+
appearance: "inverse",
|
|
12827
12827
|
"aria-label": "Sidebar close button",
|
|
12828
12828
|
onClick: t[0] ||= (e) => o("close")
|
|
12829
12829
|
}, {
|
|
@@ -12831,7 +12831,7 @@ var ml = { class: "mc-sidebar__wrapper" }, hl = { class: "mc-sidebar__container"
|
|
|
12831
12831
|
_: 1
|
|
12832
12832
|
})], 2));
|
|
12833
12833
|
}
|
|
12834
|
-
}), [["__scopeId", "data-v-
|
|
12834
|
+
}), [["__scopeId", "data-v-095a4503"]]), yl = {
|
|
12835
12835
|
allowItemHover: !0,
|
|
12836
12836
|
position: "bottom"
|
|
12837
12837
|
}, bl = (e, t, n = yl) => {
|