readytech-ui-library-v2 1.0.85 → 1.0.86
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.
@@ -20872,6 +20872,10 @@ const Eb = R({
|
|
20872
20872
|
actionButtonColor: {
|
20873
20873
|
type: String,
|
20874
20874
|
default: "pink"
|
20875
|
+
},
|
20876
|
+
showCloseButton: {
|
20877
|
+
type: Boolean,
|
20878
|
+
default: !0
|
20875
20879
|
}
|
20876
20880
|
},
|
20877
20881
|
data() {
|
@@ -20894,7 +20898,8 @@ function Nb(e, n, t, a, l, i) {
|
|
20894
20898
|
color: t.snackbarColor
|
20895
20899
|
}, {
|
20896
20900
|
actions: $(() => [
|
20897
|
-
|
20901
|
+
t.showCloseButton ? (E(), W(ye, {
|
20902
|
+
key: 0,
|
20898
20903
|
color: t.actionButtonColor,
|
20899
20904
|
variant: "text",
|
20900
20905
|
onClick: n[0] || (n[0] = (o) => l.snackbar = !1)
|
@@ -20903,7 +20908,7 @@ function Nb(e, n, t, a, l, i) {
|
|
20903
20908
|
ve(de(t.actionButtonText), 1)
|
20904
20909
|
]),
|
20905
20910
|
_: 1
|
20906
|
-
}, 8, ["color"])
|
20911
|
+
}, 8, ["color"])) : be("", !0)
|
20907
20912
|
]),
|
20908
20913
|
default: $(() => [
|
20909
20914
|
ve(de(t.message) + " ", 1)
|
@@ -20912,7 +20917,7 @@ function Nb(e, n, t, a, l, i) {
|
|
20912
20917
|
}, 8, ["modelValue", "timeout", "color"])
|
20913
20918
|
]);
|
20914
20919
|
}
|
20915
|
-
const Fb = /* @__PURE__ */ fe(Ob, [["render", Nb], ["__scopeId", "data-v-
|
20920
|
+
const Fb = /* @__PURE__ */ fe(Ob, [["render", Nb], ["__scopeId", "data-v-227aabe2"]]), $b = R({
|
20916
20921
|
...se(),
|
20917
20922
|
...bs({
|
20918
20923
|
offset: 8,
|