@wikicasa-dev/components 2.4.1-alpha.17 → 2.4.1-alpha.18

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.
@@ -1,5 +1,5 @@
1
1
  import { Autoplay as t } from "swiper/modules";
2
- import '../assets/swiper-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  t as Autoplay
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Controller as e } from "swiper/modules";
2
- import '../assets/swiper-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  e as Controller
5
5
  };
@@ -0,0 +1,5 @@
1
+ import '../assets/swiper-swiper.css';/* empty css */
2
+ import { Swiper as e } from "swiper";
3
+ export {
4
+ e as Swiper
5
+ };
@@ -1,5 +1,5 @@
1
1
  import { Keyboard as m } from "swiper/modules";
2
- import '../assets/swiper-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  m as Keyboard
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Thumbs as p } from "swiper/modules";
2
- import '../assets/swiper-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -0,0 +1,5 @@
1
+ import { Zoom as p } from "swiper/modules";
2
+ import '../assets/swiper-zoom.css';/* empty css */
3
+ export {
4
+ p as Zoom
5
+ };
@@ -1 +1 @@
1
- .no-transition[data-v-1ea2f6ce]{transition-duration:0ms!important}.disable-select[data-v-1ea2f6ce]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.swiper-button-disabled[data-v-1ea2f6ce]{pointer-events:auto!important}
1
+ .no-transition[data-v-705dfad0]{transition-duration:0ms!important}.disable-select[data-v-705dfad0]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.swiper-button-disabled[data-v-705dfad0]{pointer-events:auto!important}
@@ -1,6 +1,5 @@
1
1
  import { Image } from '@wikicasa-dev/types';
2
- import { Swiper } from 'swiper';
3
- import { SwiperOptions } from 'swiper/types';
2
+ import { Swiper, SwiperOptions } from 'swiper/types';
4
3
  type SwiperCarouselProps = {
5
4
  id?: string;
6
5
  swiperOptions: SwiperOptions;
@@ -21,8 +20,8 @@ declare function __VLS_template(): {
21
20
  last_slide?(_: {}): any;
22
21
  };
23
22
  refs: {
24
- root: HTMLDivElement;
25
- swiperWrapper: HTMLDivElement;
23
+ rootRef: HTMLDivElement;
24
+ swiperWrapperRef: HTMLDivElement;
26
25
  };
27
26
  rootEl: any;
28
27
  };
@@ -2365,8 +2364,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
2365
2364
  onFirstSlideLoaded?: (() => any) | undefined;
2366
2365
  onInit?: (() => any) | undefined;
2367
2366
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
2368
- root: HTMLDivElement;
2369
- swiperWrapper: HTMLDivElement;
2367
+ rootRef: HTMLDivElement;
2368
+ swiperWrapperRef: HTMLDivElement;
2370
2369
  }, any>;
2371
2370
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2372
2371
  export default _default;
@@ -2,7 +2,7 @@ import o from "../../packages/components/lib/components/carousel/SwiperCarousel.
2
2
  import '../../assets/SwiperCarousel2.css';import '../../assets/SwiperCarousel.css';/* empty css */
3
3
  /* empty css */
4
4
  import r from "../../_virtual/_plugin-vue_export-helper.js";
5
- const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1ea2f6ce"]]);
5
+ const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-705dfad0"]]);
6
6
  export {
7
- m as default
7
+ e as default
8
8
  };
@@ -1,10 +1,6 @@
1
- import { defineComponent as Q, reactive as U, ref as k, useId as X, computed as f, onMounted as Y, watch as x, nextTick as V, createElementBlock as l, openBlock as u, normalizeClass as d, createElementVNode as v, createCommentVNode as $, renderSlot as M, Fragment as P, renderList as E, mergeProps as F, withModifiers as O } from "vue";
2
- import { Swiper as T } from "swiper";
3
- import { Zoom as _ } from "swiper/modules";
4
- import '../../../../../assets/swiper-zoom.css';import '../../../../../assets/swiper-swiper.css';/* empty css */
5
- /* empty css */
1
+ import { defineComponent as Q, reactive as U, useTemplateRef as z, shallowRef as X, useId as Y, computed as v, onMounted as x, watch as _, nextTick as L, createElementBlock as u, openBlock as p, normalizeClass as d, createElementVNode as g, createCommentVNode as P, renderSlot as V, Fragment as k, renderList as M, mergeProps as T, withModifiers as O } from "vue";
6
2
  import { shallowCopyObjectTo as ee } from "@wikicasa-dev/utilities";
7
- const te = ["id"], se = ["id", "data-cy"], ie = ["data-idx", "alt", "width", "height", "onLoad"], ae = ["id"], re = ["alt"], ce = /* @__PURE__ */ Q({
3
+ const te = ["id"], se = ["id", "data-cy"], ie = ["data-idx", "alt", "width", "height", "onLoad"], ae = ["id"], re = ["alt"], ue = /* @__PURE__ */ Q({
8
4
  inheritAttrs: !1,
9
5
  __name: "SwiperCarousel",
10
6
  props: {
@@ -18,229 +14,232 @@ const te = ["id"], se = ["id", "data-cy"], ie = ["data-idx", "alt", "width", "he
18
14
  shiftFirstImage: { type: Boolean, default: !1 }
19
15
  },
20
16
  emits: ["moved", "click", "firstSlideLoaded", "init"],
21
- setup(s, { expose: B, emit: D }) {
22
- const y = D, a = U({
23
- swiperParams: { modules: [_] },
17
+ setup(t, { expose: R, emit: E }) {
18
+ const $ = E, a = U({
19
+ swiperParams: { modules: [] },
24
20
  swiper: null,
25
21
  initCarousel: !1
26
- }), S = k(), j = k(!1), A = X(), p = f(() => s.id ?? A), N = f(() => a.swiper), g = f(() => s.swiperOptions?.slidesPerView || 1), W = f(() => !!s.swiperOptions?.keyboard), C = f(() => !!s.swiperOptions.navigation), I = f(() => !!s.swiperOptions.pagination), q = f(() => !!s.swiperOptions.autoplay), K = f(
27
- () => s.swiperOptions?.effect || "slider"
28
- ), R = () => {
29
- s.swiperOptions && ee(s.swiperOptions, a.swiperParams);
30
- }, z = (e, i = -1, t = !1) => {
22
+ }), F = z("rootRef"), B = z("swiperWrapperRef"), D = X(!1), j = Y(), w = v(() => t.id ?? j), A = v(() => a.swiper), h = v(() => t.swiperOptions?.slidesPerView || 1), N = v(() => !!t.swiperOptions?.keyboard), S = v(() => !!t.swiperOptions.navigation), C = v(() => !!t.swiperOptions.pagination), W = v(() => !!t.swiperOptions.autoplay), q = v(
23
+ () => t.swiperOptions?.effect || "slider"
24
+ ), K = () => {
25
+ t.swiperOptions && ee(t.swiperOptions, a.swiperParams);
26
+ }, I = (e, s = -1, i = !1) => {
31
27
  if (!e.images)
32
28
  return { src: e.src || "" };
33
- let r = "", o = "", b = "";
34
- if (s.artDirection) {
35
- for (const n in s.artDirection) {
36
- const { mq: w, width: c } = s.artDirection[n];
37
- c && (b += b ? `,${w} ${parseInt(c)}px` : `${w} ${parseInt(c)}px`);
29
+ let o = "", r = "", n = "";
30
+ if (t.artDirection) {
31
+ for (const l in t.artDirection) {
32
+ const { mq: c, width: m } = t.artDirection[l];
33
+ m && (n += n ? `,${c} ${parseInt(m)}px` : `${c} ${parseInt(m)}px`);
38
34
  }
39
- o = e.images.reduce((n, w, c) => {
40
- const m = Object.values(s.artDirection)[c];
41
- return !m || !m.width || (n += n ? `, ${w.storagePath} ${m.width}` : `${w.storagePath} ${m.width}`), n;
42
- }, ""), r = e.images[0].storagePath;
35
+ r = e.images.reduce((l, c, m) => {
36
+ const f = Object.values(t.artDirection)[m];
37
+ return !f || !f.width || (l += l ? `, ${c.storagePath} ${f.width}` : `${c.storagePath} ${f.width}`), l;
38
+ }, ""), o = e.images[0].storagePath;
43
39
  } else {
44
- let n = e.images;
45
- e.images.length > 3 ? n = e.images.slice(2, 5) : s.shiftFirstImage && (n[0] = n[1]), o = n.reduce((w, c, m) => (m === 0 && (r = `${c.storagePath}`), m > 0 && (w += ", "), `${w}${c.storagePath} ${m + 1}x`), "");
40
+ let l = e.images;
41
+ e.images.length > 3 ? l = e.images.slice(2, 5) : t.shiftFirstImage && (l[0] = l[1]), r = l.reduce((c, m, f) => (f === 0 && (o = `${m.storagePath}`), f > 0 && (c += ", "), `${c}${m.storagePath} ${f + 1}x`), "");
46
42
  }
47
- const H = r, J = o;
48
- return typeof g.value == "number" && i > g.value ? (r = "", o = "", { sizes: b, "data-src": H, "data-srcset": J }) : t ? {
49
- src: r,
50
- srcset: o,
51
- sizes: b,
43
+ const y = o, J = r;
44
+ return typeof h.value == "number" && s > h.value ? (o = "", r = "", { sizes: n, "data-src": y, "data-srcset": J }) : i ? {
45
+ src: o,
46
+ srcset: r,
47
+ sizes: n,
52
48
  loading: "lazy",
53
49
  fetchpriority: "low"
54
50
  } : {
55
- src: r,
56
- srcset: o,
57
- sizes: b,
58
- loading: s.lazyLoadImages || i >= g.value ? "lazy" : void 0,
59
- fetchpriority: !s.lazyLoadImages && i === 0 ? "high" : "low"
51
+ src: o,
52
+ srcset: r,
53
+ sizes: n,
54
+ loading: t.lazyLoadImages || s >= h.value ? "lazy" : void 0,
55
+ fetchpriority: !t.lazyLoadImages && s === 0 ? "high" : "low"
60
56
  };
61
- }, h = [], Z = (e) => {
62
- if (typeof g.value == "string") return;
63
- const i = h[e];
64
- if (i && !i.src && (i.src = i.dataset.src || "", i.srcset = i.dataset.srcset || ""), e < g.value || e + 1 >= (s.images ?? []).length)
57
+ }, b = [], Z = (e) => {
58
+ if (typeof h.value == "string") return;
59
+ const s = b[e];
60
+ if (s && !s.src && (s.src = s.dataset.src || "", s.srcset = s.dataset.srcset || ""), e < h.value || e + 1 >= (t.images ?? []).length)
65
61
  return;
66
- const t = h[e + 1];
67
- t && !t.src && (t.src = t?.dataset.src || "", t.srcset = t?.dataset.srcset || "");
68
- }, L = k(null), G = (e) => {
69
- e === 0 && h && h[e] && V(() => {
70
- L.value?.setAttribute("data-first-slide-loaded", "true"), y("firstSlideLoaded");
62
+ const i = b[e + 1];
63
+ i && !i.src && (i.src = i?.dataset.src || "", i.srcset = i?.dataset.srcset || "");
64
+ }, G = (e) => {
65
+ e === 0 && b && b[e] && L(() => {
66
+ F.value?.setAttribute("data-first-slide-loaded", "true"), $("firstSlideLoaded");
71
67
  });
72
- };
73
- return Y(async () => {
74
- if (R(), W.value) {
75
- const { Keyboard: t } = await import("../../../../../Swiper/keyboard.js");
76
- a.swiperParams.modules?.push(t), a.swiperParams.keyboard = s.swiperOptions.keyboard;
68
+ }, H = async () => {
69
+ K();
70
+ const [{ Swiper: e }, { Zoom: s }] = await Promise.all([
71
+ import("../../../../../Swiper/index.js"),
72
+ import("../../../../../Swiper/zoom.js")
73
+ ]);
74
+ if (a.swiperParams.modules?.push(s), N.value) {
75
+ const { Keyboard: r } = await import("../../../../../Swiper/keyboard.js");
76
+ a.swiperParams.modules?.push(r), a.swiperParams.keyboard = t.swiperOptions.keyboard;
77
77
  }
78
- if (I.value) {
79
- const { Pagination: t } = await import("../../../../../Swiper/pagination.js");
80
- a.swiperParams.modules?.push(t), a.swiperParams.pagination = {
78
+ if (C.value) {
79
+ const { Pagination: r } = await import("../../../../../Swiper/pagination.js");
80
+ a.swiperParams.modules?.push(r), a.swiperParams.pagination = {
81
81
  el: ".swiper-pagination",
82
- renderFraction: (r, o) => `<div class="uikit-rounded-xs uikit-border-w-black uikit-border uikit-border-solid uikit-px-3 uikit-bg-white uikit-pt-[3px] uikit-pb-[3px]">
83
- <span data-cy="swiper-pagination-current" class="${r}"></span>
82
+ renderFraction: (n, y) => `<div class="uikit-rounded-xs uikit-border-w-black uikit-border uikit-border-solid uikit-px-3 uikit-bg-white uikit-pt-[3px] uikit-pb-[3px]">
83
+ <span data-cy="swiper-pagination-current" class="${n}"></span>
84
84
  /
85
- <span data-cy="swiper-pagination-total" class="${o}"></span>
85
+ <span data-cy="swiper-pagination-total" class="${y}"></span>
86
86
  </div>`,
87
87
  ...typeof a.swiperParams.pagination == "boolean" ? {} : a.swiperParams.pagination
88
88
  };
89
89
  }
90
- if (C.value) {
91
- const { Navigation: t } = await import("../../../../../Swiper/navigation.js");
92
- a.swiperParams.modules?.push(t);
93
- const r = {
94
- ...s.swiperOptions.navigation.nextEl ?? {
90
+ if (S.value) {
91
+ const { Navigation: r } = await import("../../../../../Swiper/navigation.js");
92
+ a.swiperParams.modules?.push(r);
93
+ const n = {
94
+ ...t.swiperOptions.navigation.nextEl ?? {
95
95
  nextEl: ".swiper-button-next"
96
96
  },
97
- ...s.swiperOptions.navigation.prevEl ?? {
97
+ ...t.swiperOptions.navigation.prevEl ?? {
98
98
  prevEl: ".swiper-button-prev"
99
99
  }
100
100
  };
101
101
  a.swiperParams.navigation = {
102
- ...typeof s.swiperOptions.navigation == "object" ? s.swiperOptions.navigation : {},
103
- ...r
102
+ ...typeof t.swiperOptions.navigation == "object" ? t.swiperOptions.navigation : {},
103
+ ...n
104
104
  };
105
105
  }
106
- if (q.value) {
107
- const { Autoplay: t } = await import("../../../../../Swiper/autoplay.js");
108
- a.swiperParams.modules?.push(t), a.swiperParams.autoplay = s.swiperOptions.autoplay;
106
+ if (W.value) {
107
+ const { Autoplay: r } = await import("../../../../../Swiper/autoplay.js");
108
+ a.swiperParams.modules?.push(r), a.swiperParams.autoplay = t.swiperOptions.autoplay;
109
109
  }
110
- const e = {
110
+ const i = {
111
111
  ...a.swiperParams,
112
112
  on: {
113
113
  init: () => {
114
- j.value = !0, y("init");
114
+ D.value = !0, $("init");
115
115
  },
116
- slideChange: (t) => {
117
- Z(t.activeIndex), y("moved", { activeIndex: t.activeIndex });
116
+ slideChange: (r) => {
117
+ Z(r.activeIndex), $("moved", { activeIndex: r.activeIndex });
118
118
  }
119
119
  }
120
120
  };
121
- let i = null;
122
- if (s.thumbSwiperOptions) {
123
- const [t, r, o] = await Promise.all([
121
+ let o = null;
122
+ if (t.thumbSwiperOptions) {
123
+ const [r, n, y] = await Promise.all([
124
124
  import("../../../../../Swiper/thumbs.js"),
125
125
  import("../../../../../Swiper/free-mode.js"),
126
126
  import("../../../../../Swiper/controller.js")
127
127
  ]);
128
- a.swiperParams.modules?.push(t.Thumbs), a.swiperParams.modules?.push(o.Controller), i = new T(`#thumb_${p.value}`, {
129
- ...s.thumbSwiperOptions,
130
- modules: [r.FreeMode]
131
- }), e.thumbs = {
132
- swiper: i
128
+ a.swiperParams.modules?.push(r.Thumbs), a.swiperParams.modules?.push(y.Controller), o = new e(`#thumb_${w.value}`, {
129
+ ...t.thumbSwiperOptions,
130
+ modules: [n.FreeMode]
131
+ }), i.thumbs = {
132
+ swiper: o
133
133
  };
134
134
  }
135
- e.lazyPreloadPrevNext = 1, a.swiper = new T(`#${p.value}`, e), S.value?.classList.remove("uikit-hidden");
136
- }), x(
137
- () => s.images,
135
+ i.lazyPreloadPrevNext = 1, a.swiper = new e(`#${w.value}`, i), B.value?.classList.remove("uikit-hidden");
136
+ };
137
+ return x(() => setTimeout(H)), _(
138
+ () => t.images,
138
139
  () => {
139
- V(() => {
140
+ L(() => {
140
141
  a.swiper?.update();
141
142
  });
142
143
  }
143
- ), B({
144
- swiper: N,
145
- moveTo(e, i = 0, t = !0) {
146
- a.swiper?.slideTo(e, i, t);
144
+ ), R({
145
+ swiper: A,
146
+ moveTo(e, s = 0, i = !0) {
147
+ a.swiper?.slideTo(e, s, i);
147
148
  },
148
149
  updateSlidesPerView: (e) => {
149
150
  !a.swiper || a.swiper.params.slidesPerView === e || (a.swiper.params.slidesPerView = e, a.swiper.update());
150
151
  }
151
- }), (e, i) => (u(), l("div", {
152
- id: `root-${p.value}`,
153
- ref_key: "root",
154
- ref: L,
152
+ }), (e, s) => (p(), u("div", {
153
+ id: `root-${w.value}`,
154
+ ref: "rootRef",
155
155
  class: d(["swiper-carousel-root", e.$attrs["root-classes"]])
156
156
  }, [
157
- v("div", {
158
- id: p.value,
157
+ g("div", {
158
+ id: w.value,
159
159
  "data-cy": e.$attrs["data-cy"],
160
160
  class: d(["swiper", e.$attrs["swiper-classes"]])
161
161
  }, [
162
- v("div", {
163
- ref_key: "swiperWrapper",
164
- ref: S,
162
+ g("div", {
163
+ ref: "swiperWrapperRef",
165
164
  class: d(["swiper-wrapper", [
166
165
  e.$attrs["swiper-wrapper-classes"],
167
- K.value === "none" && "no-transition"
166
+ q.value === "none" && "no-transition"
168
167
  ]]),
169
- onClick: i[0] || (i[0] = (t) => y("click"))
168
+ onClick: s[0] || (s[0] = (i) => $("click"))
170
169
  }, [
171
- M(e.$slots, "default", {}, () => [
172
- (u(!0), l(P, null, E(s.images, (t, r) => (u(), l("div", {
173
- key: `swiper_${p.value}_${r}`,
170
+ V(e.$slots, "default", {}, () => [
171
+ (p(!0), u(k, null, M(t.images, (i, o) => (p(), u("div", {
172
+ key: `swiper_${w.value}_${o}`,
174
173
  class: d(["swiper-slide", e.$attrs["swiper-slide-classes"]])
175
174
  }, [
176
- v("div", {
175
+ g("div", {
177
176
  class: d(["swiper-zoom-container", e.$attrs["swiper-zoom-container-classes"]])
178
177
  }, [
179
- s.backgroundImage ? $("", !0) : (u(), l("img", F({
178
+ t.backgroundImage ? P("", !0) : (p(), u("img", T({
180
179
  key: 0,
181
180
  ref_for: !0,
182
- ref: (o) => {
183
- h.push(o);
181
+ ref: (r) => {
182
+ b.push(r);
184
183
  },
185
- class: ["disable-select", [e.$attrs["slide-img-classes"] || t.classes]],
186
- "data-idx": `${p.value}-slide-img-${r}`
187
- }, { ref_for: !0 }, z(t, r), {
188
- alt: t.alt,
184
+ class: ["disable-select", [e.$attrs["slide-img-classes"] || i.classes]],
185
+ "data-idx": `${w.value}-slide-img-${o}`
186
+ }, { ref_for: !0 }, I(i, o), {
187
+ alt: i.alt,
189
188
  itemprop: "image",
190
- width: t.width,
191
- height: t.height,
192
- onLoad: (o) => G(r)
189
+ width: i.width,
190
+ height: i.height,
191
+ onLoad: (r) => G(o)
193
192
  }), null, 16, ie))
194
193
  ], 2)
195
194
  ], 2))), 128)),
196
- M(e.$slots, "last_slide", {}, void 0, !0)
195
+ V(e.$slots, "last_slide", {}, void 0, !0)
197
196
  ], !0)
198
197
  ], 2),
199
- I.value ? (u(), l("div", {
198
+ C.value ? (p(), u("div", {
200
199
  key: 0,
201
200
  class: d([e.$attrs["swiper-pagination-classes"], "swiper-pagination [&.swiper-pagination-fraction]:uikit-flex [&.swiper-pagination-fraction]:uikit-justify-center"]),
202
- onClick: i[1] || (i[1] = O(() => {
201
+ onClick: s[1] || (s[1] = O(() => {
203
202
  }, ["stop"]))
204
- }, null, 2)) : $("", !0),
205
- C.value ? (u(), l(P, { key: 1 }, [
206
- v("div", {
203
+ }, null, 2)) : P("", !0),
204
+ S.value ? (p(), u(k, { key: 1 }, [
205
+ g("div", {
207
206
  class: "swiper-button-prev",
208
207
  "data-cy": "swiper-button-prev",
209
- onClick: i[2] || (i[2] = O(() => {
208
+ onClick: s[2] || (s[2] = O(() => {
210
209
  }, ["stop"]))
211
210
  }),
212
- v("div", {
211
+ g("div", {
213
212
  class: "swiper-button-next",
214
213
  "data-cy": "swiper-button-next",
215
- onClick: i[3] || (i[3] = O(() => {
214
+ onClick: s[3] || (s[3] = O(() => {
216
215
  }, ["stop"]))
217
216
  })
218
- ], 64)) : $("", !0)
217
+ ], 64)) : P("", !0)
219
218
  ], 10, se),
220
- s.thumbSwiperOptions ? (u(), l("div", {
219
+ t.thumbSwiperOptions ? (p(), u("div", {
221
220
  key: 0,
222
- id: `thumb_${p.value}`,
221
+ id: `thumb_${w.value}`,
223
222
  thumbsSlider: "",
224
223
  class: d(["swiper", e.$attrs["thumb-swiper-classes"]])
225
224
  }, [
226
- v("div", {
225
+ g("div", {
227
226
  class: d(["swiper-wrapper", e.$attrs["thumb-swiper-wrapper-classes"]])
228
227
  }, [
229
- (u(!0), l(P, null, E(s.images, (t, r) => (u(), l("div", {
230
- key: `thumb_${p.value}_${r}`,
228
+ (p(!0), u(k, null, M(t.images, (i, o) => (p(), u("div", {
229
+ key: `thumb_${w.value}_${o}`,
231
230
  class: d(["swiper-slide", e.$attrs["thumb-img-wrapper-classes"]])
232
231
  }, [
233
- v("img", F({
232
+ g("img", T({
234
233
  class: e.$attrs["thumb-img-classes"]
235
- }, { ref_for: !0 }, z(t, -1, !1), {
236
- alt: t.alt
234
+ }, { ref_for: !0 }, I(i, -1, !1), {
235
+ alt: i.alt
237
236
  }), null, 16, re)
238
237
  ], 2))), 128))
239
238
  ], 2)
240
- ], 10, ae)) : $("", !0)
239
+ ], 10, ae)) : P("", !0)
241
240
  ], 10, te));
242
241
  }
243
242
  });
244
243
  export {
245
- ce as default
244
+ ue as default
246
245
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.4.1-alpha.17",
3
+ "version": "2.4.1-alpha.18",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
File without changes