@club-employes/utopia 4.156.0 → 4.157.0
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/icons-list.json +1 -1
- package/dist/index.js +23 -8
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
package/dist/icons-list.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -73642,13 +73642,28 @@ const Fd = /* @__PURE__ */ ct({
|
|
|
73642
73642
|
r("update:modelValue", T);
|
|
73643
73643
|
}
|
|
73644
73644
|
function o() {
|
|
73645
|
-
r("settings"
|
|
73645
|
+
r("settings", {
|
|
73646
|
+
id: n.id,
|
|
73647
|
+
title: n.title,
|
|
73648
|
+
active: n.modelValue,
|
|
73649
|
+
items: [...n.items]
|
|
73650
|
+
});
|
|
73646
73651
|
}
|
|
73647
73652
|
function a() {
|
|
73648
|
-
r("duplicate"
|
|
73653
|
+
r("duplicate", {
|
|
73654
|
+
id: n.id,
|
|
73655
|
+
title: n.title,
|
|
73656
|
+
active: n.modelValue,
|
|
73657
|
+
items: [...n.items]
|
|
73658
|
+
});
|
|
73649
73659
|
}
|
|
73650
73660
|
function P() {
|
|
73651
|
-
r("delete"
|
|
73661
|
+
r("delete", {
|
|
73662
|
+
id: n.id,
|
|
73663
|
+
title: n.title,
|
|
73664
|
+
active: n.modelValue,
|
|
73665
|
+
items: [...n.items]
|
|
73666
|
+
});
|
|
73652
73667
|
}
|
|
73653
73668
|
return (T, S) => (B(), we(re(og), {
|
|
73654
73669
|
modelValue: i.value,
|
|
@@ -73756,7 +73771,7 @@ const Fd = /* @__PURE__ */ ct({
|
|
|
73756
73771
|
q(re(rs), {
|
|
73757
73772
|
"model-value": I.active,
|
|
73758
73773
|
size: "small",
|
|
73759
|
-
"onUpdate:modelValue": (D) => r("update:item-active", { id: I.id, value: D })
|
|
73774
|
+
"onUpdate:modelValue": (D) => r("update:item-active", { id: I.id, value: D, item: { ...I } })
|
|
73760
73775
|
}, null, 8, ["model-value", "onUpdate:modelValue"]),
|
|
73761
73776
|
J("div", sL, [
|
|
73762
73777
|
q(re(Yt), {
|
|
@@ -73764,21 +73779,21 @@ const Fd = /* @__PURE__ */ ct({
|
|
|
73764
73779
|
size: "sm",
|
|
73765
73780
|
icon: "Settings",
|
|
73766
73781
|
"aria-label": e.settingsLabel,
|
|
73767
|
-
onClick: St((D) => r("item-settings", I
|
|
73782
|
+
onClick: St((D) => r("item-settings", { ...I }), ["stop"])
|
|
73768
73783
|
}, null, 8, ["aria-label", "onClick"]),
|
|
73769
73784
|
q(re(Yt), {
|
|
73770
73785
|
variant: "tertiary",
|
|
73771
73786
|
size: "sm",
|
|
73772
73787
|
icon: "Copy",
|
|
73773
73788
|
"aria-label": e.duplicateLabel,
|
|
73774
|
-
onClick: St((D) => r("item-duplicate", I
|
|
73789
|
+
onClick: St((D) => r("item-duplicate", { ...I }), ["stop"])
|
|
73775
73790
|
}, null, 8, ["aria-label", "onClick"]),
|
|
73776
73791
|
q(re(Yt), {
|
|
73777
73792
|
variant: "tertiary",
|
|
73778
73793
|
size: "sm",
|
|
73779
73794
|
icon: "Trash-2",
|
|
73780
73795
|
"aria-label": e.deleteLabel,
|
|
73781
|
-
onClick: St((D) => r("item-delete", I
|
|
73796
|
+
onClick: St((D) => r("item-delete", { ...I }), ["stop"])
|
|
73782
73797
|
}, null, 8, ["aria-label", "onClick"])
|
|
73783
73798
|
])
|
|
73784
73799
|
])
|
|
@@ -73795,7 +73810,7 @@ const Fd = /* @__PURE__ */ ct({
|
|
|
73795
73810
|
_: 1
|
|
73796
73811
|
}, 8, ["modelValue"]));
|
|
73797
73812
|
}
|
|
73798
|
-
}), U6 = /* @__PURE__ */ gt(cL, [["__scopeId", "data-v-
|
|
73813
|
+
}), U6 = /* @__PURE__ */ gt(cL, [["__scopeId", "data-v-321d6e7e"]]), uL = { class: "utopia-productsummary" }, AL = { class: "utopia-productsummary__header" }, dL = { class: "utopia-productsummary__title-container" }, fL = { class: "utopia-productsummary__brand-container" }, hL = { class: "utopia-productsummary__brand-row" }, gL = {
|
|
73799
73814
|
key: 0,
|
|
73800
73815
|
class: "utopia-productsummary__brand-row"
|
|
73801
73816
|
}, vL = {
|