ablok-components 0.1.55 → 0.1.57
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.
|
@@ -21986,10 +21986,10 @@ const Bk = { class: "upload-group" }, mk = ["innerHTML"], wk = { class: "row" },
|
|
|
21986
21986
|
setup(t, { emit: A }) {
|
|
21987
21987
|
const n = RA([...t.modelValue]);
|
|
21988
21988
|
function r(i) {
|
|
21989
|
-
n.value
|
|
21989
|
+
n.value.splice(i, 1), A("update:modelValue", n.value);
|
|
21990
21990
|
}
|
|
21991
21991
|
return Vr(n.value, (i, s) => {
|
|
21992
|
-
A("update:modelValue", i)
|
|
21992
|
+
A("update:modelValue", i);
|
|
21993
21993
|
}), (i, s) => {
|
|
21994
21994
|
const a = cn("svg-icon"), u = cn("file-upload");
|
|
21995
21995
|
return AA(), eA("div", Bk, [
|
|
@@ -22152,7 +22152,7 @@ const Ik = { class: "carousel d-flex gap-2 align-items-center" }, Sk = ["onClick
|
|
|
22152
22152
|
return AA(), eA("div", Ik, [
|
|
22153
22153
|
t.navigation ? (AA(), eA("button", {
|
|
22154
22154
|
key: 0,
|
|
22155
|
-
class: "btn",
|
|
22155
|
+
class: "btn btn-link text-light",
|
|
22156
22156
|
type: "button",
|
|
22157
22157
|
onClick: ur(n, ["prevent", "stop"])
|
|
22158
22158
|
}, [
|
|
@@ -22178,7 +22178,7 @@ const Ik = { class: "carousel d-flex gap-2 align-items-center" }, Sk = ["onClick
|
|
|
22178
22178
|
], 512),
|
|
22179
22179
|
t.navigation ? (AA(), eA("button", {
|
|
22180
22180
|
key: 1,
|
|
22181
|
-
class: "btn",
|
|
22181
|
+
class: "btn btn-link text-light",
|
|
22182
22182
|
type: "button",
|
|
22183
22183
|
onClick: ur(r, ["prevent", "stop"])
|
|
22184
22184
|
}, [
|