ablok-components 0.1.85 → 0.1.87
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/ablok-components.es.js +5 -5
- package/dist/ablok-components.umd.js +26 -26
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -22556,7 +22556,7 @@ const xN = { class: "upload-group" }, HN = ["innerHTML"], wG = /* @__PURE__ */ J
|
|
|
22556
22556
|
]));
|
|
22557
22557
|
}
|
|
22558
22558
|
});
|
|
22559
|
-
const _N = { class: "carousel d-flex
|
|
22559
|
+
const _N = { class: "carousel d-flex" }, LN = ["onClick"], ON = { class: "carousel__track d-flex justify-center align-items-center" }, MN = ["onClick"], DN = ["onClick"], kN = /* @__PURE__ */ JA({
|
|
22560
22560
|
__name: "base-carousel",
|
|
22561
22561
|
props: {
|
|
22562
22562
|
modelValue: {
|
|
@@ -22605,7 +22605,7 @@ const _N = { class: "carousel d-flex gap-2 align-items-center" }, LN = ["onClick
|
|
|
22605
22605
|
return rA(), iA("div", _N, [
|
|
22606
22606
|
t.navigation ? (rA(), iA("button", {
|
|
22607
22607
|
key: 0,
|
|
22608
|
-
class: "btn btn-link text-light",
|
|
22608
|
+
class: "carousel__control btn btn-link text-light",
|
|
22609
22609
|
type: "button",
|
|
22610
22610
|
onClick: lr(n, ["prevent", "stop"])
|
|
22611
22611
|
}, [
|
|
@@ -22623,7 +22623,7 @@ const _N = { class: "carousel d-flex gap-2 align-items-center" }, LN = ["onClick
|
|
|
22623
22623
|
index: d
|
|
22624
22624
|
}, () => [
|
|
22625
22625
|
N("div", {
|
|
22626
|
-
class: IA(["carousel__item
|
|
22626
|
+
class: IA(["carousel__item", d === t.modelValue ? "selected" : ""]),
|
|
22627
22627
|
onClick: (h) => i(d)
|
|
22628
22628
|
}, Fe(c), 11, MN)
|
|
22629
22629
|
])), 128))
|
|
@@ -22631,7 +22631,7 @@ const _N = { class: "carousel d-flex gap-2 align-items-center" }, LN = ["onClick
|
|
|
22631
22631
|
], 512),
|
|
22632
22632
|
t.navigation ? (rA(), iA("button", {
|
|
22633
22633
|
key: 1,
|
|
22634
|
-
class: "btn btn-link text-light",
|
|
22634
|
+
class: "carousel__control btn btn-link text-light",
|
|
22635
22635
|
type: "button",
|
|
22636
22636
|
onClick: lr(r, ["prevent", "stop"])
|
|
22637
22637
|
}, [
|
|
@@ -22671,7 +22671,7 @@ const NN = { class: "media-thumbnails" }, RN = ["onClick"], KN = { class: "img-c
|
|
|
22671
22671
|
"carousel-item": Pr((s) => [
|
|
22672
22672
|
N("a", {
|
|
22673
22673
|
role: "button",
|
|
22674
|
-
class: "
|
|
22674
|
+
class: "carousel__item media-thumbnails__thumbnail",
|
|
22675
22675
|
onClick: (a) => n(s.index)
|
|
22676
22676
|
}, [
|
|
22677
22677
|
N("div", KN, [
|