@wikicasa-dev/components 2.6.4 → 2.6.5-alpha.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/UIKit/AccessibleSelect.vue.js +27 -27
- package/dist/UIKit/Accordion/AccordionContentPrimitive.vue.js +2 -2
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.vue.js +2 -2
- package/dist/UIKit/Accordion/AccordionItemPrimitive.vue.js +2 -2
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.vue.js +2 -2
- package/dist/UIKit/Accordion/BaseAccordion.vue.js +6 -6
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.js +2 -2
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.vue.js +8 -8
- package/dist/UIKit/BaseAlert.vue.js +2 -2
- package/dist/UIKit/BaseAutocomplete.vue.js +5 -5
- package/dist/UIKit/BaseBadge.vue.js +2 -2
- package/dist/UIKit/BaseBreadcrumb.vue.js +5 -5
- package/dist/UIKit/BaseButton.vue.js +2 -2
- package/dist/UIKit/BaseComplexToggle.vue.js +6 -6
- package/dist/UIKit/BaseDropDown.vue.js +10 -10
- package/dist/UIKit/BaseFloatingLabel.vue.js +3 -3
- package/dist/UIKit/BaseInput.vue.js +8 -8
- package/dist/UIKit/BaseModal.vue.js +11 -11
- package/dist/UIKit/BasePagination.vue.js +3 -3
- package/dist/UIKit/BaseSelect/SelectItem.vue.js +2 -2
- package/dist/UIKit/BaseSlider.vue.js +5 -5
- package/dist/UIKit/BaseSnackbar.vue.js +11 -11
- package/dist/UIKit/BaseTextarea.vue.js +8 -8
- package/dist/UIKit/BaseToggle.vue.js +7 -7
- package/dist/UIKit/BaseTooltip.vue.js +3 -3
- package/dist/UIKit/BaseUploadFile.vue.js +1 -1
- package/dist/UIKit/Card/BaseCard.vue.js +2 -2
- package/dist/UIKit/Card/CardDescriptionPrimitive.js +2 -2
- package/dist/UIKit/Card/CardImagePrimitive.vue.js +2 -2
- package/dist/UIKit/Card/CardRootPrimitive.vue.js +2 -2
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.js +14 -14
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.js +12 -12
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.vue.js +7 -7
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +2 -2
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.vue.js +2 -2
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.vue.js +2 -2
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.vue.js +2 -2
- package/dist/UIKit/Radio/RadioButton.vue.js +2 -2
- package/dist/UIKit/Radio/RadioGroup.vue.js +11 -11
- package/dist/UIKit/Radio/v2/RadioButtonGroup.vue.js +7 -7
- package/dist/UIKit/Radio/v2/RadioButtonItem.vue.js +8 -8
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.vue.js +2 -2
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +4 -4
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +1 -1
- package/dist/UIKit/Slider/SimpleSlider.vue.js +8 -8
- package/dist/UIKit/StaticSpinner.vue.js +2 -2
- package/dist/UIKit/Tab/BaseTabList.vue.js +2 -2
- package/dist/UIKit/Tab/BaseTabPanel.vue.js +2 -2
- package/dist/UIKit/Tab/BaseTabView.vue.js +9 -9
- package/dist/UIKit/Tab/v2/BaseTabs.vue.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsContent.vue.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.vue.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsList.vue.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.vue.js +2 -2
- package/dist/chart/DoughnutChart.vue.js +2 -2
- package/dist/chart/LineChart.vue.js +2 -2
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.js +2 -2
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.js +2 -2
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.vue.js +4 -4
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.vue.js +2 -2
- package/dist/components/carousel/SwiperCarousel.vue.js +8 -8
- package/dist/components/carousel/SwiperSlide.js +2 -2
- package/dist/lazyModules/Swiper/Autoplay/index.js +4 -3
- package/dist/lazyModules/Swiper/Controller/index.js +4 -3
- package/dist/lazyModules/Swiper/FreeMode/index.js +3 -2
- package/dist/lazyModules/Swiper/Keyboard/index.js +4 -3
- package/dist/lazyModules/Swiper/Navigation/index.js +3 -2
- package/dist/lazyModules/Swiper/Pagination/index.js +3 -2
- package/dist/lazyModules/Swiper/Thumbs/index.js +4 -3
- package/dist/lazyModules/Swiper/Zoom/index.js +3 -2
- package/dist/lazyModules/VueChartJs/Doughnut/index.js +3 -2
- package/dist/lazyModules/VueChartJs/Line/index.js +3 -2
- package/package.json +29 -29
- /package/dist/assets/{swiper-keyboard.css → swiper-controller.css} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as o, createPropsRestProxy as d, inject as s,
|
|
1
|
+
import { defineComponent as o, createPropsRestProxy as d, inject as s, openBlock as c, createBlock as u, unref as a, mergeProps as n, withCtx as f, renderSlot as l } from "vue";
|
|
2
2
|
import { TabsTrigger as k } from "reka-ui";
|
|
3
3
|
const m = /* @__PURE__ */ o({
|
|
4
4
|
__name: "BaseTabsTrigger",
|
|
@@ -14,7 +14,7 @@ const m = /* @__PURE__ */ o({
|
|
|
14
14
|
"indicatorMounted",
|
|
15
15
|
void 0
|
|
16
16
|
);
|
|
17
|
-
return (r, v) => (
|
|
17
|
+
return (r, v) => (c(), u(a(k), n({ "data-cy": t.dataCy }, e, {
|
|
18
18
|
class: ["uikit-relative uikit-bg-white uikit-p-[4px] uikit-text-16 data-[state=active]:uikit-font-semibold", {
|
|
19
19
|
"data-[state=active]:after:uikit-absolute data-[state=active]:after:uikit-bottom-[var(--indicator-bottom,0)] data-[state=active]:after:uikit-left-0 data-[state=active]:after:uikit-z-[1] data-[state=active]:after:uikit-block data-[state=active]:after:uikit-h-[2px] data-[state=active]:after:uikit-w-full data-[state=active]:after:uikit-translate-y-[1px] data-[state=active]:after:uikit-rounded-b-[var(--indicator-border-radius-bottom)] data-[state=active]:after:uikit-rounded-t-[var(--indicator-border-radius-top)] data-[state=active]:after:uikit-bg-w-primary data-[state=active]:after:uikit-content-['']": !a(i)
|
|
20
20
|
}]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as o, defineAsyncComponent as e, hydrateOnIdle as a,
|
|
1
|
+
import { defineComponent as o, defineAsyncComponent as e, hydrateOnIdle as a, openBlock as i, createBlock as l, unref as r } from "vue";
|
|
2
2
|
import { createDoughnutChart as u } from "../lazyModules/VueChartJs/Doughnut/factory.js";
|
|
3
3
|
const h = /* @__PURE__ */ o({
|
|
4
4
|
__name: "DoughnutChart",
|
|
@@ -15,7 +15,7 @@ const h = /* @__PURE__ */ o({
|
|
|
15
15
|
}),
|
|
16
16
|
hydrate: a()
|
|
17
17
|
});
|
|
18
|
-
return (s, d) => (
|
|
18
|
+
return (s, d) => (i(), l(r(n), {
|
|
19
19
|
options: t.options,
|
|
20
20
|
data: t.data
|
|
21
21
|
}, null, 8, ["options", "data"]));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as i, defineAsyncComponent as c, hydrateOnIdle as s, useTemplateRef as l, computed as r,
|
|
1
|
+
import { defineComponent as i, defineAsyncComponent as c, hydrateOnIdle as s, useTemplateRef as l, computed as r, openBlock as p, createBlock as d, unref as m } from "vue";
|
|
2
2
|
import { createLineChart as u } from "../lazyModules/VueChartJs/Line/factory.js";
|
|
3
3
|
const y = /* @__PURE__ */ i({
|
|
4
4
|
__name: "LineChart",
|
|
@@ -18,7 +18,7 @@ const y = /* @__PURE__ */ i({
|
|
|
18
18
|
}), o = l("chart"), a = r(
|
|
19
19
|
() => o.value?.chart
|
|
20
20
|
);
|
|
21
|
-
return e({ chartInstance: a }), (h, f) => (
|
|
21
|
+
return e({ chartInstance: a }), (h, f) => (p(), d(m(n), {
|
|
22
22
|
ref: "chart",
|
|
23
23
|
options: t.options,
|
|
24
24
|
data: t.data
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as l, ref as n, onMounted as a,
|
|
1
|
+
import { defineComponent as l, ref as n, onMounted as a, openBlock as u, createElementBlock as f, normalizeClass as i, renderSlot as t } from "vue";
|
|
2
2
|
const b = /* @__PURE__ */ l({
|
|
3
3
|
__name: "IntersectionObservable",
|
|
4
4
|
props: {
|
|
@@ -9,7 +9,7 @@ const b = /* @__PURE__ */ l({
|
|
|
9
9
|
const s = r, e = n(null);
|
|
10
10
|
return a(() => {
|
|
11
11
|
!s.observer || !e.value || s.observer.observe(e.value);
|
|
12
|
-
}), (o, c) => r.isVisible ? t(o.$slots, "default", { key: 1 }) : (
|
|
12
|
+
}), (o, c) => r.isVisible ? t(o.$slots, "default", { key: 1 }) : (u(), f("div", {
|
|
13
13
|
key: 0,
|
|
14
14
|
ref_key: "root",
|
|
15
15
|
ref: e,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, reactive as d, ref as p, onBeforeMount as m, onBeforeUnmount as h,
|
|
1
|
+
import { defineComponent as f, reactive as d, ref as p, onBeforeMount as m, onBeforeUnmount as h, openBlock as V, createElementBlock as k, normalizeClass as B, renderSlot as i } from "vue";
|
|
2
2
|
const y = /* @__PURE__ */ f({
|
|
3
3
|
__name: "IntersectionObserver",
|
|
4
4
|
props: {
|
|
@@ -33,7 +33,7 @@ const y = /* @__PURE__ */ f({
|
|
|
33
33
|
key: 1,
|
|
34
34
|
observer: e.value,
|
|
35
35
|
isVisible: r.isVisible
|
|
36
|
-
}) : (
|
|
36
|
+
}) : (V(), k("div", {
|
|
37
37
|
key: 0,
|
|
38
38
|
ref: "root",
|
|
39
39
|
class: B(s.$attrs["root-classes"])
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as v, useTemplateRef as d, useId as b, inject as s, computed as m, onMounted as g, watch as p,
|
|
1
|
+
import { defineComponent as v, useTemplateRef as d, useId as b, inject as s, computed as m, onMounted as g, watch as p, openBlock as T, createElementBlock as y, unref as k, renderSlot as u } from "vue";
|
|
2
2
|
import { VisibleTargetsKey as O, ObserveTargetKey as _, UnobserveTargetKey as h } from "./types.js";
|
|
3
3
|
const V = ["target-id"], I = /* @__PURE__ */ v({
|
|
4
4
|
__name: "IntersectionObserverTarget",
|
|
@@ -13,7 +13,7 @@ const V = ["target-id"], I = /* @__PURE__ */ v({
|
|
|
13
13
|
e.value && f?.(e.value);
|
|
14
14
|
}), p([t, e], ([r, o], [, l]) => {
|
|
15
15
|
n.observeOnce && r && (o && a?.(o), l && a?.(l));
|
|
16
|
-
}), (r, o) => !n.observeOnce || !t.value ? (
|
|
16
|
+
}), (r, o) => !n.observeOnce || !t.value ? (T(), y("div", {
|
|
17
17
|
key: 0,
|
|
18
18
|
ref_key: "root",
|
|
19
19
|
ref: e,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as p, inject as s,
|
|
1
|
+
import { defineComponent as p, inject as s, openBlock as a, createElementBlock as l, Fragment as d, createElementVNode as e, withModifiers as i } from "vue";
|
|
2
2
|
import { NavigationModule as u } from "../../../lazyModules/Swiper/Navigation/factory.js";
|
|
3
3
|
import { addModuleDescriptorKey as m } from "./SwiperRootPrimitive.vue.js";
|
|
4
4
|
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
@@ -18,7 +18,7 @@ const k = /* @__PURE__ */ p({
|
|
|
18
18
|
...n,
|
|
19
19
|
...typeof o.options == "boolean" ? {} : o.options
|
|
20
20
|
})
|
|
21
|
-
), (f, t) => (
|
|
21
|
+
), (f, t) => (a(), l(d, null, [
|
|
22
22
|
e("div", {
|
|
23
23
|
class: "swiper-button-prev",
|
|
24
24
|
"data-cy": "swiper-button-prev",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r, inject as a,
|
|
1
|
+
import { defineComponent as r, inject as a, openBlock as p, createElementBlock as s, withModifiers as d } from "vue";
|
|
2
2
|
import { addModuleDescriptorKey as c } from "./SwiperRootPrimitive.vue.js";
|
|
3
3
|
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
4
4
|
/* empty css */
|
|
@@ -22,7 +22,7 @@ const b = /* @__PURE__ */ r({
|
|
|
22
22
|
...n,
|
|
23
23
|
...typeof t.options == "boolean" ? {} : t.options
|
|
24
24
|
})
|
|
25
|
-
), (o, i) => (
|
|
25
|
+
), (o, i) => (p(), s("div", {
|
|
26
26
|
class: "swiper-pagination [&.swiper-pagination-fraction]:uikit-flex [&.swiper-pagination-fraction]:uikit-justify-center",
|
|
27
27
|
onClick: i[0] || (i[0] = d(() => {
|
|
28
28
|
}, ["stop"]))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s,
|
|
1
|
+
import { defineComponent as s, openBlock as n, createElementBlock as c, renderSlot as l } from "vue";
|
|
2
2
|
const p = ["data-cy"], m = /* @__PURE__ */ s({
|
|
3
3
|
__name: "SwiperPrimitive",
|
|
4
4
|
props: {
|
|
@@ -7,7 +7,7 @@ const p = ["data-cy"], m = /* @__PURE__ */ s({
|
|
|
7
7
|
emits: ["click"],
|
|
8
8
|
setup(t, { emit: i }) {
|
|
9
9
|
const o = i;
|
|
10
|
-
return (r, e) => (
|
|
10
|
+
return (r, e) => (n(), c("div", {
|
|
11
11
|
"data-cy": t.dataCy,
|
|
12
12
|
class: "swiper-wrapper",
|
|
13
13
|
onClick: e[0] || (e[0] = (a) => o("click", a))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as N, shallowRef as P, useTemplateRef as A, onMounted as q, provide as k,
|
|
1
|
+
import { defineComponent as N, shallowRef as P, useTemplateRef as A, onMounted as q, provide as k, openBlock as b, createElementBlock as h, createElementVNode as x, normalizeClass as B, renderSlot as S, createCommentVNode as K } from "vue";
|
|
2
2
|
import { createSwiper as R } from "../../../lazyModules/Swiper/factory.js";
|
|
3
3
|
import { AutoplayModule as D } from "../../../lazyModules/Swiper/Autoplay/factory.js";
|
|
4
4
|
import { KeyboardModule as U } from "../../../lazyModules/Swiper/Keyboard/factory.js";
|
|
@@ -101,14 +101,14 @@ const Z = { class: "uikit-relative" }, j = {
|
|
|
101
101
|
}), T({
|
|
102
102
|
swiper: r,
|
|
103
103
|
updateSlidesPerView: V
|
|
104
|
-
}), (e, t) => (
|
|
104
|
+
}), (e, t) => (b(), h("div", Z, [
|
|
105
105
|
x("div", {
|
|
106
106
|
ref: "root",
|
|
107
|
-
class:
|
|
107
|
+
class: B(["swiper uikit-carousel", [{ "is-initialized": c.value }, s.rootClasses]])
|
|
108
108
|
}, [
|
|
109
109
|
S(e.$slots, "default", {}, void 0, !0)
|
|
110
110
|
], 2),
|
|
111
|
-
c.value ?
|
|
111
|
+
c.value ? K("", !0) : (b(), h("div", j, [
|
|
112
112
|
S(e.$slots, "placeholder", {}, void 0, !0)
|
|
113
113
|
]))
|
|
114
114
|
]));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as c, createPropsRestProxy as o, shallowRef as r, inject as l,
|
|
1
|
+
import { defineComponent as c, createPropsRestProxy as o, shallowRef as r, inject as l, openBlock as d, createBlock as m, withCtx as n, createElementVNode as g, mergeProps as u } from "vue";
|
|
2
2
|
import f from "../SwiperSlide.js";
|
|
3
3
|
import { setLazyImagesLoaderKey as y } from "./SwiperRootPrimitive.vue.js";
|
|
4
4
|
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
@@ -21,7 +21,7 @@ const v = ["src", "srcset", "data-src", "data-srcset"], L = /* @__PURE__ */ c({
|
|
|
21
21
|
},
|
|
22
22
|
setup(e) {
|
|
23
23
|
const s = o(e, ["src", "srcset", "imgClasses"]), t = r(), a = r(), i = l(y, void 0);
|
|
24
|
-
return s.lazy && (t.value = e.src, a.value = e.srcset, i?.(!0)), (h, p) => (
|
|
24
|
+
return s.lazy && (t.value = e.src, a.value = e.srcset, i?.(!0)), (h, p) => (d(), m(f, null, {
|
|
25
25
|
default: n(() => [
|
|
26
26
|
g("img", u(s, {
|
|
27
27
|
class: ["swiper-slide-image-primitive", e.imgClasses],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as W, shallowRef as L, useTemplateRef as V, useId as X, computed as Y, onMounted as x, watch as _, nextTick as S,
|
|
1
|
+
import { defineComponent as W, shallowRef as L, useTemplateRef as V, useId as X, computed as Y, onMounted as x, watch as _, nextTick as S, openBlock as n, createElementBlock as l, Fragment as $, withDirectives as ee, createElementVNode as f, normalizeClass as u, unref as te, renderSlot as I, renderList as R, mergeProps as T, createCommentVNode as h, withModifiers as P, vShow as ie } from "vue";
|
|
2
2
|
import { createSwiper as B } from "../../lazyModules/Swiper/factory.js";
|
|
3
3
|
import { AutoplayModule as se } from "../../lazyModules/Swiper/Autoplay/factory.js";
|
|
4
4
|
import { FreemodeModule as ae } from "../../lazyModules/Swiper/FreeMode/factory.js";
|
|
@@ -126,7 +126,7 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
126
126
|
d.value?.slideTo(e, i, s);
|
|
127
127
|
},
|
|
128
128
|
updateSlidesPerView: J
|
|
129
|
-
}), (e, i) => (
|
|
129
|
+
}), (e, i) => (n(), l($, null, [
|
|
130
130
|
ee(f("div", {
|
|
131
131
|
class: u(["swiper-carousel-root", e.$attrs["root-classes"]])
|
|
132
132
|
}, [
|
|
@@ -144,7 +144,7 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
144
144
|
onClick: i[0] || (i[0] = (s) => b("click"))
|
|
145
145
|
}, [
|
|
146
146
|
I(e.$slots, "default", {}, () => [
|
|
147
|
-
(
|
|
147
|
+
(n(!0), l($, null, R(t.images, (s, a) => (n(), l("div", {
|
|
148
148
|
key: `swiper_${m.value}_${a}`,
|
|
149
149
|
class: u(["swiper-slide", e.$attrs["swiper-slide-classes"]])
|
|
150
150
|
}, [
|
|
@@ -154,7 +154,7 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
154
154
|
e.$attrs["swiper-zoom-container-classes"]
|
|
155
155
|
])
|
|
156
156
|
}, [
|
|
157
|
-
t.backgroundImage ? h("", !0) : (
|
|
157
|
+
t.backgroundImage ? h("", !0) : (n(), l("img", T({
|
|
158
158
|
key: 0,
|
|
159
159
|
ref_for: !0,
|
|
160
160
|
ref: (r) => {
|
|
@@ -176,13 +176,13 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
176
176
|
I(e.$slots, "last_slide", {}, void 0, !0)
|
|
177
177
|
], !0)
|
|
178
178
|
], 2),
|
|
179
|
-
M ? (
|
|
179
|
+
M ? (n(), l("div", {
|
|
180
180
|
key: 0,
|
|
181
181
|
class: u([e.$attrs["swiper-pagination-classes"], "swiper-pagination [&.swiper-pagination-fraction]:uikit-flex [&.swiper-pagination-fraction]:uikit-justify-center"]),
|
|
182
182
|
onClick: i[1] || (i[1] = P(() => {
|
|
183
183
|
}, ["stop"]))
|
|
184
184
|
}, null, 2)) : h("", !0),
|
|
185
|
-
z ? (
|
|
185
|
+
z ? (n(), l($, { key: 1 }, [
|
|
186
186
|
f("div", {
|
|
187
187
|
class: "swiper-button-prev",
|
|
188
188
|
"data-cy": "swiper-button-prev",
|
|
@@ -197,7 +197,7 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
197
197
|
})
|
|
198
198
|
], 64)) : h("", !0)
|
|
199
199
|
], 10, de),
|
|
200
|
-
t.thumbSwiperOptions ? (
|
|
200
|
+
t.thumbSwiperOptions ? (n(), l("div", {
|
|
201
201
|
key: 0,
|
|
202
202
|
id: `thumb_${m.value}`,
|
|
203
203
|
ref: "thumbsRef",
|
|
@@ -207,7 +207,7 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
207
207
|
f("div", {
|
|
208
208
|
class: u(["swiper-wrapper", e.$attrs["thumb-swiper-wrapper-classes"]])
|
|
209
209
|
}, [
|
|
210
|
-
(
|
|
210
|
+
(n(!0), l($, null, R(t.images, (s, a) => (n(), l("div", {
|
|
211
211
|
key: `thumb_${m.value}_${a}`,
|
|
212
212
|
class: u(["swiper-slide", e.$attrs["thumb-img-wrapper-classes"]])
|
|
213
213
|
}, [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as r, renderSlot as s } from "vue";
|
|
2
2
|
import c from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
3
|
const n = {}, i = { class: "swiper-slide" }, d = { class: "swiper-zoom-container" };
|
|
4
4
|
function l(e, _) {
|
|
5
|
-
return
|
|
5
|
+
return o(), t("div", i, [
|
|
6
6
|
r("div", d, [
|
|
7
7
|
s(e.$slots, "default")
|
|
8
8
|
])
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import '../../../assets/swiper-
|
|
2
|
-
import
|
|
1
|
+
import '../../../assets/swiper-controller.css';/* empty css */
|
|
2
|
+
import "swiper/modules";
|
|
3
|
+
import { Autoplay as m } from "swiper/modules";
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
+
m as default
|
|
5
6
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import '../../../assets/swiper-
|
|
2
|
-
import
|
|
1
|
+
import '../../../assets/swiper-controller.css';/* empty css */
|
|
2
|
+
import "swiper/modules";
|
|
3
|
+
import { Controller as m } from "swiper/modules";
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
+
m as default
|
|
5
6
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import '../../../assets/swiper-
|
|
2
|
-
import
|
|
1
|
+
import '../../../assets/swiper-controller.css';/* empty css */
|
|
2
|
+
import "swiper/modules";
|
|
3
|
+
import { Keyboard as t } from "swiper/modules";
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
+
t as default
|
|
5
6
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import '../../../assets/swiper-
|
|
2
|
-
import
|
|
1
|
+
import '../../../assets/swiper-controller.css';/* empty css */
|
|
2
|
+
import "swiper/modules";
|
|
3
|
+
import { Thumbs as p } from "swiper/modules";
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
+
p as default
|
|
5
6
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/components",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.5-alpha.0",
|
|
4
4
|
"description": "Wikicasa frontend components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,52 +42,52 @@
|
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://bitbucket.org/wikicasa/wikicasa-fe#readme",
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@wikicasa-dev/svg-icons": "
|
|
46
|
-
"@wikicasa-dev/types": "
|
|
47
|
-
"@wikicasa-dev/utilities": "
|
|
48
|
-
"@wikicasa-dev/vue-composables": "
|
|
45
|
+
"@wikicasa-dev/svg-icons": "1.3.6-alpha.1",
|
|
46
|
+
"@wikicasa-dev/types": "2.5.8-alpha.1",
|
|
47
|
+
"@wikicasa-dev/utilities": "1.2.4-alpha.0",
|
|
48
|
+
"@wikicasa-dev/vue-composables": "0.1.6-alpha.0",
|
|
49
49
|
"date-fns": "^4.0.0",
|
|
50
50
|
"vue": "^3.5.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"chart.js": "4.5.1",
|
|
54
54
|
"chartjs-adapter-date-fns": "3.0.0",
|
|
55
|
-
"reka-ui": "^2.9.
|
|
56
|
-
"swiper": "^12.
|
|
57
|
-
"vue": "^3.5.
|
|
55
|
+
"reka-ui": "^2.9.9",
|
|
56
|
+
"swiper": "^12.2.0",
|
|
57
|
+
"vue": "^3.5.35",
|
|
58
58
|
"vue-chartjs": "5.3.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@histoire/plugin-vue": "^1.0.0-beta.1",
|
|
62
|
-
"@types/node": "^25.
|
|
63
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
64
|
-
"@vue/eslint-config-typescript": "^14.
|
|
65
|
-
"@wikicasa-dev/svg-icons": "1.3.
|
|
62
|
+
"@types/node": "^25.9.1",
|
|
63
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
64
|
+
"@vue/eslint-config-typescript": "^14.8.0",
|
|
65
|
+
"@wikicasa-dev/svg-icons": "1.3.6-alpha.0",
|
|
66
66
|
"@wikicasa-dev/tailwind-plugins": "^0.0.4",
|
|
67
|
-
"@wikicasa-dev/types": "2.5.
|
|
68
|
-
"@wikicasa-dev/utilities": "1.2.
|
|
69
|
-
"@wikicasa-dev/vue-composables": "0.1.
|
|
70
|
-
"autoprefixer": "^10.
|
|
71
|
-
"date-fns": "4.
|
|
72
|
-
"eslint": "^10.
|
|
67
|
+
"@wikicasa-dev/types": "2.5.8-alpha.1",
|
|
68
|
+
"@wikicasa-dev/utilities": "1.2.4-alpha.0",
|
|
69
|
+
"@wikicasa-dev/vue-composables": "0.1.6-alpha.0",
|
|
70
|
+
"autoprefixer": "^10.5.0",
|
|
71
|
+
"date-fns": "4.4.0",
|
|
72
|
+
"eslint": "^10.4",
|
|
73
73
|
"eslint-config-prettier": "^10.1.8",
|
|
74
|
-
"eslint-plugin-oxlint": "~1.
|
|
75
|
-
"eslint-plugin-vue": "~10.
|
|
74
|
+
"eslint-plugin-oxlint": "~1.68.0",
|
|
75
|
+
"eslint-plugin-vue": "~10.9.2",
|
|
76
76
|
"glob": "^13.0.6",
|
|
77
77
|
"histoire": "^1.0.0-beta.1",
|
|
78
|
-
"jiti": "^2.
|
|
79
|
-
"npm-run-all2": "^
|
|
80
|
-
"oxfmt": "^0.
|
|
81
|
-
"oxlint": "~1.
|
|
82
|
-
"postcss": "^8.5.
|
|
78
|
+
"jiti": "^2.7.0",
|
|
79
|
+
"npm-run-all2": "^9.0.1",
|
|
80
|
+
"oxfmt": "^0.53.0",
|
|
81
|
+
"oxlint": "~1.68.0",
|
|
82
|
+
"postcss": "^8.5.15",
|
|
83
83
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
84
84
|
"tailwindcss": "3.4.15",
|
|
85
|
-
"typescript": "~6.0.
|
|
86
|
-
"unplugin-dts": "1.0.
|
|
85
|
+
"typescript": "~6.0.3",
|
|
86
|
+
"unplugin-dts": "1.0.2",
|
|
87
87
|
"vite": "7.3.1",
|
|
88
88
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
89
|
-
"vue-router": "^5.0
|
|
90
|
-
"vue-tsc": "3.
|
|
89
|
+
"vue-router": "^5.1.0",
|
|
90
|
+
"vue-tsc": "3.3.3"
|
|
91
91
|
},
|
|
92
92
|
"readme": "ERROR: No README data found!",
|
|
93
93
|
"scripts": {
|
|
File without changes
|