@wikicasa-dev/components 2.8.1 → 2.9.0-alpha.1
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/Autocomplete/ClearableAutocomplete.vue.js +112 -106
- package/dist/assets/SwiperRootPrimitive2.css +1 -1
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.d.ts +18 -0
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.js +1 -1
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.vue.js +68 -52
- package/dist/components/carousel/Primitive/SwiperThumbnailPrimitive.d.ts +62 -0
- package/dist/components/carousel/Primitive/SwiperThumbnailPrimitive.js +5 -0
- package/dist/components/carousel/Primitive/SwiperThumbnailPrimitive.vue.js +57 -0
- package/dist/components/carousel/Primitive/deferredImages.d.ts +17 -0
- package/dist/components/carousel/Primitive/deferredImages.js +11 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7 -6
- package/dist/lazyModules/Swiper/Autoplay/index.js +1 -1
- package/dist/lazyModules/Swiper/Controller/index.js +1 -1
- package/dist/lazyModules/Swiper/Keyboard/index.js +1 -1
- package/dist/lazyModules/Swiper/Thumbs/index.js +1 -1
- package/package.json +3 -3
- /package/dist/assets/{swiper-thumbs.css → swiper-controller.css} +0 -0
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import e from "../BaseSelect/SelectItem.js";
|
|
2
2
|
import t from "../BaseDropDown.js";
|
|
3
|
-
import { Fragment as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createTextVNode as c, defineComponent as l, isMemoSame as
|
|
3
|
+
import { Fragment as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createTextVNode as c, defineComponent as l, isMemoSame as ee, mergeModels as u, normalizeClass as d, normalizeStyle as f, onMounted as te, onUnmounted as ne, openBlock as p, renderList as re, renderSlot as m, shallowRef as h, toDisplayString as ie, unref as ae, useId as oe, useModel as g, useTemplateRef as _, vModelText as v, vShow as se, watch as y, withCtx as b, withDirectives as x, withModifiers as ce } from "vue";
|
|
4
4
|
import '../../assets/ClearableAutocomplete.css';//#region lib/UIKit/Autocomplete/ClearableAutocomplete.vue?vue&type=script&setup=true&lang.ts
|
|
5
|
-
var
|
|
5
|
+
var le = [
|
|
6
6
|
"id",
|
|
7
7
|
"data-cy",
|
|
8
8
|
"placeholder"
|
|
9
|
-
],
|
|
9
|
+
], ue = ["data-cy"], de = {
|
|
10
10
|
key: 1,
|
|
11
11
|
name: "loading-state",
|
|
12
12
|
class: "uikit-progress-bar-track uikit-absolute uikit-left-0 uikit-top-0 uikit-w-full"
|
|
13
|
-
},
|
|
13
|
+
}, fe = ["innerHTML"], S = (e) => {
|
|
14
|
+
typeof requestAnimationFrame == "function" && requestAnimationFrame(() => setTimeout(e, 0));
|
|
15
|
+
}, C = /*@__PURE__*/ l({
|
|
14
16
|
__name: "ClearableAutocomplete",
|
|
15
|
-
props: /*@__PURE__*/
|
|
17
|
+
props: /*@__PURE__*/ u({
|
|
16
18
|
dataCy: {},
|
|
17
19
|
placeholder: {},
|
|
18
20
|
enableKeyboardController: {
|
|
@@ -43,7 +45,7 @@ var ae = [
|
|
|
43
45
|
inputValue: { default: "" },
|
|
44
46
|
inputValueModifiers: {}
|
|
45
47
|
}),
|
|
46
|
-
emits: /*@__PURE__*/
|
|
48
|
+
emits: /*@__PURE__*/ u([
|
|
47
49
|
"input",
|
|
48
50
|
"click",
|
|
49
51
|
"inputClick",
|
|
@@ -53,45 +55,49 @@ var ae = [
|
|
|
53
55
|
"update:modelValue",
|
|
54
56
|
"update:inputValue"
|
|
55
57
|
]),
|
|
56
|
-
setup(l, { expose:
|
|
57
|
-
let
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
58
|
+
setup(l, { expose: u, emit: C }) {
|
|
59
|
+
let w = g(l, "open"), T = g(l, "modelValue"), E = g(l, "inputValue"), D = C, pe = oe(), O = _("inputRef"), k = h(0), A = h(!1), j = h(!1), M = h(!1), N = h(-1), P = h(-1), F = h([]), I = r(() => ["uikit-z-30", l.dropdownClasses]), L = null, R = 0, z = _("dropdownRef"), B = _("hiddenSpan"), V = _("inputWrapperRef"), H = _("clearButtonRef"), U = () => {
|
|
60
|
+
N.value = -1, P.value = -1;
|
|
61
|
+
}, W = () => {
|
|
62
|
+
L &&= (clearTimeout(L), null), R += 1, j.value = !1, M.value = !1;
|
|
63
|
+
}, G = !1, K = () => {
|
|
64
|
+
G = !1, F.value = [];
|
|
65
|
+
}, q = () => {
|
|
66
|
+
G && K();
|
|
67
|
+
}, me = (e) => {
|
|
68
|
+
W(), q();
|
|
69
|
+
let t = R;
|
|
70
|
+
j.value = !0, L = setTimeout(async () => {
|
|
71
|
+
L = null, w.value = !0, M.value = !0;
|
|
66
72
|
let n = [];
|
|
67
73
|
try {
|
|
68
74
|
n = await l.onInputChangeCb(e);
|
|
69
75
|
} catch {
|
|
70
76
|
n = [];
|
|
71
77
|
}
|
|
72
|
-
t ===
|
|
78
|
+
t === R && (F.value = n, U(), j.value = !1, M.value = !1, w.value = !!F.value.length);
|
|
73
79
|
}, 300);
|
|
80
|
+
}, J = () => {
|
|
81
|
+
W(), K(), w.value = !1, E.value = "", T.value = null, A.value = !1, k.value = 0, U();
|
|
74
82
|
}, Y = () => {
|
|
75
|
-
J()
|
|
76
|
-
},
|
|
77
|
-
Y();
|
|
78
|
-
}, fe = (e) => {
|
|
83
|
+
J();
|
|
84
|
+
}, he = (e) => {
|
|
79
85
|
if (!e) {
|
|
80
|
-
|
|
86
|
+
J();
|
|
81
87
|
return;
|
|
82
88
|
}
|
|
83
|
-
if (l.disableCb && e ===
|
|
84
|
-
|
|
89
|
+
if (l.disableCb && e === T.value?.label) {
|
|
90
|
+
W(), q();
|
|
85
91
|
return;
|
|
86
92
|
}
|
|
87
|
-
|
|
88
|
-
},
|
|
89
|
-
|
|
93
|
+
me(e);
|
|
94
|
+
}, ge = (e) => {
|
|
95
|
+
D("input", e), A.value = !1, k.value = 0, !e.isComposing && he(e.target.value);
|
|
90
96
|
}, X = (e = -1, t) => {
|
|
91
|
-
let n =
|
|
92
|
-
!n || n.id ===
|
|
97
|
+
let n = F.value[e];
|
|
98
|
+
!n || n.id === T.value?.id || (P.value = e, l.onOptionSelectedCb?.(n, { trigger: t }), E.value = n.label, w.value = !1, T.value = n, A.value = !0, W(), G = !0, S(q));
|
|
93
99
|
}, Z = (e) => {
|
|
94
|
-
if (!l.enableKeyboardController || !
|
|
100
|
+
if (!l.enableKeyboardController || !w.value || ![
|
|
95
101
|
"ArrowUp",
|
|
96
102
|
"ArrowDown",
|
|
97
103
|
"Enter",
|
|
@@ -102,11 +108,11 @@ var ae = [
|
|
|
102
108
|
"End"
|
|
103
109
|
].includes(e.key)) return;
|
|
104
110
|
if (e.key === "Escape") {
|
|
105
|
-
|
|
111
|
+
N.value = P.value, w.value = !1, e.stopPropagation();
|
|
106
112
|
return;
|
|
107
113
|
}
|
|
108
|
-
if (!
|
|
109
|
-
let t =
|
|
114
|
+
if (!F.value.length) return;
|
|
115
|
+
let t = F.value.length - 1;
|
|
110
116
|
if ([
|
|
111
117
|
"ArrowUp",
|
|
112
118
|
"ArrowDown",
|
|
@@ -114,136 +120,136 @@ var ae = [
|
|
|
114
120
|
"Home",
|
|
115
121
|
"PageDown",
|
|
116
122
|
"End"
|
|
117
|
-
].includes(e.key) && e.preventDefault(), e.key === "ArrowUp")
|
|
118
|
-
else if (e.key === "ArrowDown")
|
|
123
|
+
].includes(e.key) && e.preventDefault(), e.key === "ArrowUp") N.value = N.value <= 0 ? t : N.value - 1;
|
|
124
|
+
else if (e.key === "ArrowDown") N.value = N.value >= t ? 0 : N.value + 1;
|
|
119
125
|
else if (e.key === "Enter") {
|
|
120
|
-
if (
|
|
121
|
-
e.preventDefault(), X(
|
|
122
|
-
} else e.key === "PageUp" || e.key === "Home" ?
|
|
126
|
+
if (N.value === -1) return;
|
|
127
|
+
e.preventDefault(), X(N.value, "enter");
|
|
128
|
+
} else e.key === "PageUp" || e.key === "Home" ? N.value = 0 : (e.key === "PageDown" || e.key === "End") && (N.value = t);
|
|
123
129
|
e.stopPropagation();
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
},
|
|
127
|
-
|
|
128
|
-
},
|
|
129
|
-
|
|
130
|
+
}, _e = (e) => {
|
|
131
|
+
D("keydown", e), Z(e);
|
|
132
|
+
}, ve = () => {
|
|
133
|
+
O.value?.select();
|
|
134
|
+
}, ye = () => {
|
|
135
|
+
O.value?.focus();
|
|
130
136
|
}, Q = null, $ = () => {
|
|
131
|
-
if (!
|
|
132
|
-
let e =
|
|
137
|
+
if (!A.value) return;
|
|
138
|
+
let e = B.value, t = V.value, n = H.value;
|
|
133
139
|
if (!e || !t) return;
|
|
134
140
|
let r = e.offsetWidth, i = t.offsetWidth;
|
|
135
141
|
if (!i) return;
|
|
136
142
|
let a = l.clearButton?.offset || 0, o = l.clearButton?.width || n?.offsetWidth || 0, s = i - a - o, c = Math.min(r, s);
|
|
137
|
-
c !==
|
|
143
|
+
c !== k.value && (k.value = c);
|
|
138
144
|
};
|
|
139
|
-
return
|
|
140
|
-
|
|
145
|
+
return te(() => {
|
|
146
|
+
V.value && (Q = new ResizeObserver(() => {
|
|
141
147
|
$();
|
|
142
|
-
}), Q.observe(
|
|
143
|
-
}),
|
|
144
|
-
Q?.disconnect(),
|
|
145
|
-
}),
|
|
148
|
+
}), Q.observe(V.value));
|
|
149
|
+
}), ne(() => {
|
|
150
|
+
Q?.disconnect(), W();
|
|
151
|
+
}), y([
|
|
152
|
+
E,
|
|
146
153
|
A,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
K
|
|
154
|
+
B,
|
|
155
|
+
H
|
|
150
156
|
], () => {
|
|
151
|
-
|
|
152
|
-
}),
|
|
153
|
-
if (e?.label ===
|
|
157
|
+
S($);
|
|
158
|
+
}), y(T, (e) => {
|
|
159
|
+
if (e?.label === E.value) return;
|
|
154
160
|
let t = e?.label || "";
|
|
155
|
-
|
|
156
|
-
}, { immediate: !0 }),
|
|
157
|
-
getRootElement: () =>
|
|
158
|
-
select:
|
|
159
|
-
focus:
|
|
160
|
-
}), (r,
|
|
161
|
+
E.value = t, t && (A.value = !0);
|
|
162
|
+
}, { immediate: !0 }), u({
|
|
163
|
+
getRootElement: () => z.value?.getRootElement(),
|
|
164
|
+
select: ve,
|
|
165
|
+
focus: ye
|
|
166
|
+
}), (r, u) => (p(), i(t, {
|
|
161
167
|
ref: "dropdownRef",
|
|
162
168
|
class: "uikit-clearable-autocomplete",
|
|
163
169
|
"data-cy": l.dataCy,
|
|
164
170
|
"dropdown-element": "ul",
|
|
165
|
-
"dropdown-classes":
|
|
171
|
+
"dropdown-classes": I.value,
|
|
166
172
|
"keep-state": l.keepState === "closed" ? "closed" : "opened",
|
|
167
173
|
"activate-keyboard-controller": !1,
|
|
168
|
-
open:
|
|
169
|
-
"onUpdate:open":
|
|
174
|
+
open: w.value,
|
|
175
|
+
"onUpdate:open": u[5] ||= (e) => w.value = e
|
|
170
176
|
}, {
|
|
171
|
-
btn_slot:
|
|
172
|
-
class:
|
|
173
|
-
onClick:
|
|
177
|
+
btn_slot: b(() => [s("div", {
|
|
178
|
+
class: d(["uikit-text-16", l.triggerWrapperClasses]),
|
|
179
|
+
onClick: u[2] ||= (e) => D("click", e)
|
|
174
180
|
}, [
|
|
175
|
-
|
|
181
|
+
m(r.$slots, "left-icon"),
|
|
176
182
|
s("div", {
|
|
177
183
|
ref: "inputWrapperRef",
|
|
178
|
-
class:
|
|
184
|
+
class: d(["uikit-relative", l.inputWrapperClasses])
|
|
179
185
|
}, [
|
|
180
|
-
|
|
186
|
+
x(s("input", {
|
|
181
187
|
ref: "inputRef",
|
|
182
|
-
"onUpdate:modelValue":
|
|
183
|
-
id:
|
|
188
|
+
"onUpdate:modelValue": u[0] ||= (e) => E.value = e,
|
|
189
|
+
id: ae(pe),
|
|
184
190
|
"data-cy": l.dataCy ? `ac_input_${l.dataCy}` : "",
|
|
185
191
|
type: "text",
|
|
186
192
|
autocomplete: "off",
|
|
187
|
-
class:
|
|
193
|
+
class: d(["uikit-w-full uikit-border-none focus-visible:uikit-outline-none", l.inputClasses]),
|
|
188
194
|
style: {
|
|
189
195
|
font: "inherit",
|
|
190
196
|
fontSize: "inherit"
|
|
191
197
|
},
|
|
192
198
|
placeholder: l.placeholder,
|
|
193
|
-
onKeydown:
|
|
194
|
-
onInput:
|
|
195
|
-
onClick:
|
|
196
|
-
|
|
199
|
+
onKeydown: _e,
|
|
200
|
+
onInput: ge,
|
|
201
|
+
onClick: u[1] ||= (e) => {
|
|
202
|
+
D("inputClick", e), O.value?.select();
|
|
197
203
|
}
|
|
198
|
-
}, null, 42,
|
|
204
|
+
}, null, 42, le), [[v, E.value]]),
|
|
199
205
|
s("span", {
|
|
200
206
|
ref_key: "hiddenSpan",
|
|
201
|
-
ref:
|
|
202
|
-
class:
|
|
207
|
+
ref: B,
|
|
208
|
+
class: d(["uikit-invisible uikit-absolute uikit-left-0 uikit-top-0 uikit-max-w-full uikit-overflow-hidden uikit-whitespace-pre", l.hiddenTextClasses]),
|
|
203
209
|
style: {
|
|
204
210
|
font: "inherit",
|
|
205
211
|
fontSize: "inherit"
|
|
206
212
|
}
|
|
207
|
-
},
|
|
208
|
-
|
|
213
|
+
}, ie(E.value), 3),
|
|
214
|
+
x(s("button", {
|
|
209
215
|
ref: "clearButtonRef",
|
|
210
216
|
type: "button",
|
|
211
|
-
class:
|
|
217
|
+
class: d(["uikit-clear-btn uikit-absolute uikit-top-1/2 -uikit-translate-y-1/2 uikit-appearance-none", l.clearButton?.classes]),
|
|
212
218
|
"data-cy": l.clearButton?.dataCy || "clear-btn",
|
|
213
219
|
"aria-label": "Clear input",
|
|
214
|
-
style:
|
|
215
|
-
left: `${
|
|
220
|
+
style: f({
|
|
221
|
+
left: `${k.value + (l.clearButton?.offset || 0)}px`,
|
|
216
222
|
width: l.clearButton?.width ? `${l.clearButton.width}px` : "auto",
|
|
217
223
|
height: l.clearButton?.height ? `${l.clearButton.height}px` : "auto"
|
|
218
224
|
}),
|
|
219
|
-
onClick:
|
|
220
|
-
}, [
|
|
225
|
+
onClick: ce(Y, ["stop"])
|
|
226
|
+
}, [m(r.$slots, "clear-icon", {}, () => [u[6] ||= c("X", -1)])], 14, ue), [[se, A.value && k.value]])
|
|
221
227
|
], 2),
|
|
222
|
-
|
|
228
|
+
m(r.$slots, "right-icon")
|
|
223
229
|
], 2)]),
|
|
224
|
-
default:
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
230
|
+
default: b(() => [
|
|
231
|
+
M.value && !F.value.length ? m(r.$slots, "loading-state", {}, void 0, void 0, 0) : a("", !0),
|
|
232
|
+
j.value && F.value.length ? (p(), o("div", de, [...u[7] ||= [s("div", { class: "uikit-progress-bar-fill" }, null, -1)]])) : a("", !0),
|
|
233
|
+
F.value.length ? (p(!0), o(n, { key: 2 }, re(F.value, (t, n, a, o) => {
|
|
228
234
|
let c = [
|
|
229
235
|
t,
|
|
230
|
-
|
|
236
|
+
N.value === n,
|
|
231
237
|
l.enableKeyboardController
|
|
232
238
|
];
|
|
233
|
-
if (o && o.el && o.key === n &&
|
|
234
|
-
let
|
|
239
|
+
if (o && o.el && o.key === n && ee(o, c)) return o;
|
|
240
|
+
let u = (p(), i(e, {
|
|
235
241
|
key: n,
|
|
236
|
-
active:
|
|
242
|
+
active: N.value === n,
|
|
237
243
|
"focus-on-active": l.enableKeyboardController,
|
|
238
244
|
class: "uikit-m-1 uikit-rounded-[5px] uikit-px-5 uikit-py-10px hover:uikit-cursor-pointer",
|
|
239
245
|
onClick: (e) => X(n, "click"),
|
|
240
246
|
onKeydown: Z,
|
|
241
|
-
onMouseover: (e) =>
|
|
247
|
+
onMouseover: (e) => N.value = n
|
|
242
248
|
}, {
|
|
243
|
-
default:
|
|
249
|
+
default: b(() => [m(r.$slots, "option-content", {
|
|
244
250
|
option: t,
|
|
245
251
|
idx: n
|
|
246
|
-
}, () => [s("span", { innerHTML: t.label }, null, 8,
|
|
252
|
+
}, () => [s("span", { innerHTML: t.label }, null, 8, fe)])]),
|
|
247
253
|
_: 2
|
|
248
254
|
}, 1032, [
|
|
249
255
|
"active",
|
|
@@ -251,8 +257,8 @@ var ae = [
|
|
|
251
257
|
"onClick",
|
|
252
258
|
"onMouseover"
|
|
253
259
|
]));
|
|
254
|
-
return
|
|
255
|
-
},
|
|
260
|
+
return u.memo = c, u;
|
|
261
|
+
}, u, 3), 128)) : a("", !0)
|
|
256
262
|
]),
|
|
257
263
|
_: 3
|
|
258
264
|
}, 8, [
|
|
@@ -264,4 +270,4 @@ var ae = [
|
|
|
264
270
|
}
|
|
265
271
|
});
|
|
266
272
|
//#endregion
|
|
267
|
-
export {
|
|
273
|
+
export { C as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.swiper.uikit-carousel[data-v-
|
|
1
|
+
.swiper.uikit-carousel[data-v-fa1745f2]{opacity:0}.is-initialized>.swiper.uikit-carousel[data-v-fa1745f2]{opacity:1}
|
|
@@ -21,6 +21,14 @@ export default _default;
|
|
|
21
21
|
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
22
22
|
rootClasses?: ClassTypeProp;
|
|
23
23
|
swiperOptions?: SwiperRootPrimitiveProps;
|
|
24
|
+
/**
|
|
25
|
+
* Slides to promote beyond each edge of the visible window.
|
|
26
|
+
*
|
|
27
|
+
* Falls back to `swiperOptions.lazyPreloadPrevNext` when unset, which is how this was
|
|
28
|
+
* configured before and stays supported - but that option's documented job is Swiper's own
|
|
29
|
+
* `loading="lazy"` preloading, which these slides do not use. Prefer this prop.
|
|
30
|
+
*/
|
|
31
|
+
preloadCount?: number;
|
|
24
32
|
}, {
|
|
25
33
|
swiper: import('vue').ShallowRef<Nullable<Swiper>, Nullable<Swiper>>;
|
|
26
34
|
updateSlidesPerView: (value: number) => void;
|
|
@@ -33,6 +41,14 @@ declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
|
33
41
|
}, string, import('vue').PublicProps, Readonly<{
|
|
34
42
|
rootClasses?: ClassTypeProp;
|
|
35
43
|
swiperOptions?: SwiperRootPrimitiveProps;
|
|
44
|
+
/**
|
|
45
|
+
* Slides to promote beyond each edge of the visible window.
|
|
46
|
+
*
|
|
47
|
+
* Falls back to `swiperOptions.lazyPreloadPrevNext` when unset, which is how this was
|
|
48
|
+
* configured before and stays supported - but that option's documented job is Swiper's own
|
|
49
|
+
* `loading="lazy"` preloading, which these slides do not use. Prefer this prop.
|
|
50
|
+
*/
|
|
51
|
+
preloadCount?: number;
|
|
36
52
|
}> & Readonly<{
|
|
37
53
|
onClick?: (() => any) | undefined;
|
|
38
54
|
onInit?: ((args_0: Swiper) => any) | undefined;
|
|
@@ -43,6 +59,8 @@ declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
|
43
59
|
default?: (props: {}) => any;
|
|
44
60
|
} & {
|
|
45
61
|
placeholder?: (props: {}) => any;
|
|
62
|
+
} & {
|
|
63
|
+
thumbs?: (props: {}) => any;
|
|
46
64
|
}>;
|
|
47
65
|
type __VLS_WithSlots<T, S> = T & {
|
|
48
66
|
new (): {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
2
2
|
import t, { addModuleDescriptorKey as n, setLazyImagesLoaderKey as r } from "./SwiperRootPrimitive.vue.js";
|
|
3
3
|
//#region lib/components/carousel/Primitive/SwiperRootPrimitive.vue
|
|
4
|
-
var i = /*#__PURE__*/ e(t, [["__scopeId", "data-v-
|
|
4
|
+
var i = /*#__PURE__*/ e(t, [["__scopeId", "data-v-fa1745f2"]]);
|
|
5
5
|
//#endregion
|
|
6
6
|
export { n as addModuleDescriptorKey, i as default, r as setLazyImagesLoaderKey };
|
|
@@ -2,82 +2,98 @@ import { createSwiper as e } from "../../../lazyModules/Swiper/factory.js";
|
|
|
2
2
|
import { AutoplayModule as t } from "../../../lazyModules/Swiper/Autoplay/factory.js";
|
|
3
3
|
import { KeyboardModule as n } from "../../../lazyModules/Swiper/Keyboard/factory.js";
|
|
4
4
|
import { ZoomModule as r } from "../../../lazyModules/Swiper/Zoom/factory.js";
|
|
5
|
-
import {
|
|
5
|
+
import { collectSlideImages as i, startDeferredImageLoad as a, waitForImageLoad as o } from "./deferredImages.js";
|
|
6
|
+
import { createCommentVNode as s, createElementBlock as c, createElementVNode as l, defineComponent as u, normalizeClass as d, onBeforeUnmount as f, onMounted as p, openBlock as m, provide as h, renderSlot as g, shallowRef as _, useTemplateRef as v } from "vue";
|
|
6
7
|
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';//#region lib/components/carousel/Primitive/SwiperRootPrimitive.vue?vue&type=script&setup=true&lang.ts
|
|
7
|
-
var
|
|
8
|
+
var y = {
|
|
8
9
|
key: 0,
|
|
9
10
|
class: "uikit-absolute uikit-inset-0"
|
|
10
|
-
},
|
|
11
|
+
}, b = Symbol(), x = Symbol(), S = /*@__PURE__*/ u({
|
|
11
12
|
__name: "SwiperRootPrimitive",
|
|
12
13
|
props: {
|
|
13
14
|
rootClasses: {},
|
|
14
|
-
swiperOptions: {}
|
|
15
|
+
swiperOptions: {},
|
|
16
|
+
preloadCount: {}
|
|
15
17
|
},
|
|
16
18
|
emits: [
|
|
17
19
|
"moved",
|
|
18
20
|
"click",
|
|
19
21
|
"init"
|
|
20
22
|
],
|
|
21
|
-
setup(
|
|
22
|
-
let
|
|
23
|
+
setup(u, { expose: S, emit: C }) {
|
|
24
|
+
let w = C, T = _(null), E = v("root"), D = _(!1), O = !!u.swiperOptions?.keyboard, k = !!u.swiperOptions?.autoplay, A = [], j = !1, M = (e) => {
|
|
23
25
|
"requestIdleCallback" in window ? requestIdleCallback(e) : setTimeout(e, 200);
|
|
24
|
-
},
|
|
25
|
-
e.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
}, N = (e, t) => e.params.loop ? e.slides[(t % e.slides.length + e.slides.length) % e.slides.length] : e.slides[t], P = (e, t) => {
|
|
27
|
+
let { params: n } = e, r = u.preloadCount ?? n.lazyPreloadPrevNext ?? 0, a = Math.ceil(typeof n.slidesPerView == "number" ? n.slidesPerView : e.slidesPerViewDynamic()), o = n.centeredSlides ? Math.floor(a / 2) : 0, s = i(N(e, t)), c = [], l = [];
|
|
28
|
+
for (let s = t - o - r; s <= t + a - 1 - o + r; s++) {
|
|
29
|
+
if (s === t || !n.loop && (s < 0 || s >= e.slides.length)) continue;
|
|
30
|
+
let r = i(N(e, s), "img[data-src]");
|
|
31
|
+
(s >= t - o && s < t + a - o ? c : l).push(...r);
|
|
32
|
+
}
|
|
29
33
|
return {
|
|
30
|
-
visibleImages:
|
|
31
|
-
|
|
34
|
+
visibleImages: s,
|
|
35
|
+
inViewImages: c,
|
|
36
|
+
preloadImages: l
|
|
32
37
|
};
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
}, F = (e) => {
|
|
39
|
+
D.value = !0, w("init", e);
|
|
40
|
+
}, I = async (e) => {
|
|
41
|
+
let { visibleImages: t, inViewImages: n, preloadImages: r } = P(e, e.activeIndex), i, s = new Promise((e) => i = setTimeout(e, 6e3)), c = Promise.all(t.map(o)).finally(() => {
|
|
42
|
+
clearTimeout(i);
|
|
36
43
|
});
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
},
|
|
41
|
-
|
|
44
|
+
await Promise.race([c, s]), n.forEach(a), M(() => {
|
|
45
|
+
r.forEach(a);
|
|
46
|
+
}), F(e);
|
|
47
|
+
}, L = (e) => {
|
|
48
|
+
let { visibleImages: t, inViewImages: n, preloadImages: r } = P(e, e.activeIndex);
|
|
49
|
+
[
|
|
50
|
+
...t,
|
|
51
|
+
...n,
|
|
52
|
+
...r
|
|
53
|
+
].forEach(a);
|
|
54
|
+
}, R = async (i) => {
|
|
55
|
+
T.value = await e(i, {
|
|
56
|
+
...u.swiperOptions,
|
|
42
57
|
on: {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
clearTimeout(r);
|
|
46
|
-
});
|
|
47
|
-
await Promise.race([a, i]), k(() => {
|
|
48
|
-
n.forEach(j);
|
|
49
|
-
}), P();
|
|
50
|
-
},
|
|
58
|
+
...u.swiperOptions?.on,
|
|
59
|
+
init: (e) => (u.swiperOptions?.on?.init?.(e), I(e)),
|
|
51
60
|
slideChange: (e) => {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
61
|
+
w("moved", { activeIndex: e.activeIndex }), L(e), u.swiperOptions?.on?.slideChange?.(e);
|
|
62
|
+
},
|
|
63
|
+
slidesUpdated: (e) => {
|
|
64
|
+
D.value && L(e), u.swiperOptions?.on?.slidesUpdated?.(e);
|
|
55
65
|
}
|
|
56
|
-
}
|
|
57
|
-
...s.swiperOptions
|
|
66
|
+
}
|
|
58
67
|
}, [
|
|
59
|
-
r(
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
...
|
|
68
|
+
r(u.swiperOptions?.zoom),
|
|
69
|
+
O ? n(u.swiperOptions?.keyboard) : void 0,
|
|
70
|
+
k ? t(u.swiperOptions.autoplay) : void 0,
|
|
71
|
+
...A
|
|
63
72
|
].filter(Boolean));
|
|
64
73
|
};
|
|
65
|
-
return
|
|
66
|
-
|
|
67
|
-
}),
|
|
68
|
-
e
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
74
|
+
return p(() => {
|
|
75
|
+
E.value && setTimeout(() => R(E.value));
|
|
76
|
+
}), f(() => {
|
|
77
|
+
let e = T.value;
|
|
78
|
+
T.value = null, e?.destroy(!0, !1);
|
|
79
|
+
}), h(x, (e) => {
|
|
80
|
+
e && A.push(e);
|
|
81
|
+
}), h(b, (e) => {
|
|
82
|
+
e !== j && (j = e);
|
|
83
|
+
}), S({
|
|
84
|
+
swiper: T,
|
|
73
85
|
updateSlidesPerView: (e) => {
|
|
74
|
-
|
|
86
|
+
T.value && T.value.params.slidesPerView !== e && (T.value.params.slidesPerView = e, T.value.update());
|
|
75
87
|
}
|
|
76
|
-
}), (e, t) => (
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
88
|
+
}), (e, t) => (m(), c("div", { class: d(["uikit-relative", { "is-initialized": D.value }]) }, [
|
|
89
|
+
l("div", {
|
|
90
|
+
ref: "root",
|
|
91
|
+
class: d(["swiper uikit-carousel", u.rootClasses])
|
|
92
|
+
}, [g(e.$slots, "default", {}, void 0, !0)], 2),
|
|
93
|
+
D.value ? s("", !0) : (m(), c("div", y, [g(e.$slots, "placeholder", {}, void 0, !0)])),
|
|
94
|
+
g(e.$slots, "thumbs", {}, void 0, !0)
|
|
95
|
+
], 2));
|
|
80
96
|
}
|
|
81
97
|
});
|
|
82
98
|
//#endregion
|
|
83
|
-
export {
|
|
99
|
+
export { x as addModuleDescriptorKey, S as default, b as setLazyImagesLoaderKey };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Nullable } from '@wikicasa-dev/types';
|
|
2
|
+
import { Swiper, SwiperOptions } from 'swiper/types';
|
|
3
|
+
import { ClassTypeProp } from '../../../UIKit/types';
|
|
4
|
+
/**
|
|
5
|
+
* `modules` is discarded by `createSwiper`, which builds that list from the descriptors, and
|
|
6
|
+
* `thumbs` is this component's own concern - it is what wires the strip to the carousel.
|
|
7
|
+
*
|
|
8
|
+
* `watchSlidesProgress` and `slideToClickedSlide` are force-assigned by Swiper's thumbs module
|
|
9
|
+
* when it adopts the strip, so accepting them would be advertising a setting that is silently
|
|
10
|
+
* reverted.
|
|
11
|
+
*/
|
|
12
|
+
export type SwiperThumbnailPrimitiveProps = Omit<SwiperOptions, "thumbs" | "modules" | "watchSlidesProgress" | "slideToClickedSlide">;
|
|
13
|
+
export type SwiperThumbnailPrimitiveEmits = {
|
|
14
|
+
/**
|
|
15
|
+
* Fired right after the strip's own Swiper initialization.
|
|
16
|
+
*/
|
|
17
|
+
init: [Swiper];
|
|
18
|
+
};
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
22
|
+
dataCy?: string;
|
|
23
|
+
rootClasses?: ClassTypeProp;
|
|
24
|
+
wrapperClasses?: ClassTypeProp;
|
|
25
|
+
swiperOptions?: SwiperThumbnailPrimitiveProps;
|
|
26
|
+
/**
|
|
27
|
+
* Thumbnails to promote beyond each edge of the visible window. A rail whose next thumbnail
|
|
28
|
+
* pops in under the finger reads as broken, so this leans one slide out by default.
|
|
29
|
+
*
|
|
30
|
+
* Deliberately not Swiper's `lazyPreloadPrevNext`: that option drives Swiper's own
|
|
31
|
+
* `loading="lazy"` preloading, which these slides do not use - borrowing it would both
|
|
32
|
+
* misname the knob and switch on a second preloading pass on every slide change.
|
|
33
|
+
*/
|
|
34
|
+
preloadCount?: number;
|
|
35
|
+
}, {
|
|
36
|
+
swiper: import('vue').ShallowRef<Nullable<Swiper>, Nullable<Swiper>>;
|
|
37
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
|
+
init: (args_0: Swiper) => any;
|
|
39
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
40
|
+
dataCy?: string;
|
|
41
|
+
rootClasses?: ClassTypeProp;
|
|
42
|
+
wrapperClasses?: ClassTypeProp;
|
|
43
|
+
swiperOptions?: SwiperThumbnailPrimitiveProps;
|
|
44
|
+
/**
|
|
45
|
+
* Thumbnails to promote beyond each edge of the visible window. A rail whose next thumbnail
|
|
46
|
+
* pops in under the finger reads as broken, so this leans one slide out by default.
|
|
47
|
+
*
|
|
48
|
+
* Deliberately not Swiper's `lazyPreloadPrevNext`: that option drives Swiper's own
|
|
49
|
+
* `loading="lazy"` preloading, which these slides do not use - borrowing it would both
|
|
50
|
+
* misname the knob and switch on a second preloading pass on every slide change.
|
|
51
|
+
*/
|
|
52
|
+
preloadCount?: number;
|
|
53
|
+
}> & Readonly<{
|
|
54
|
+
onInit?: ((args_0: Swiper) => any) | undefined;
|
|
55
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
56
|
+
default?: (props: {}) => any;
|
|
57
|
+
}>;
|
|
58
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { createSwiper as e } from "../../../lazyModules/Swiper/factory.js";
|
|
2
|
+
import { FreemodeModule as t } from "../../../lazyModules/Swiper/FreeMode/factory.js";
|
|
3
|
+
import { ThumbsModule as n } from "../../../lazyModules/Swiper/Thumbs/factory.js";
|
|
4
|
+
import { collectSlideImages as r, startDeferredImageLoad as i } from "./deferredImages.js";
|
|
5
|
+
import { addModuleDescriptorKey as a } from "./SwiperRootPrimitive.vue.js";
|
|
6
|
+
import { createElementBlock as o, createElementVNode as s, defineComponent as c, inject as l, normalizeClass as u, onBeforeUnmount as d, openBlock as f, renderSlot as p, shallowRef as m, useTemplateRef as h } from "vue";
|
|
7
|
+
//#region lib/components/carousel/Primitive/SwiperThumbnailPrimitive.vue?vue&type=script&setup=true&lang.ts
|
|
8
|
+
var g = ["data-cy"], _ = /*@__PURE__*/ c({
|
|
9
|
+
__name: "SwiperThumbnailPrimitive",
|
|
10
|
+
props: {
|
|
11
|
+
dataCy: {},
|
|
12
|
+
rootClasses: {},
|
|
13
|
+
wrapperClasses: {},
|
|
14
|
+
swiperOptions: {},
|
|
15
|
+
preloadCount: { default: 1 }
|
|
16
|
+
},
|
|
17
|
+
emits: ["init"],
|
|
18
|
+
setup(c, { expose: _, emit: v }) {
|
|
19
|
+
let y = v, b = m(null), x = h("root"), S = /* @__PURE__ */ new WeakSet(), C = (e) => {
|
|
20
|
+
let { slides: t, activeIndex: n, params: a } = e, o = Math.ceil(typeof a.slidesPerView == "number" ? a.slidesPerView : e.slidesPerViewDynamic()), s = a.centeredSlides ? Math.floor(o / 2) : 0, l = Math.max(0, n - s - c.preloadCount), u = Math.min(t.length - 1, n + o - 1 - s + c.preloadCount);
|
|
21
|
+
for (let e = l; e <= u; e++) {
|
|
22
|
+
let n = t[e];
|
|
23
|
+
!n || S.has(n) || (S.add(n), r(n).forEach(i));
|
|
24
|
+
}
|
|
25
|
+
}, w = (e) => (t) => {
|
|
26
|
+
C(t), e?.(t);
|
|
27
|
+
}, T = {}, E = n(T);
|
|
28
|
+
l(a, void 0)?.({
|
|
29
|
+
...E,
|
|
30
|
+
loader: async () => {
|
|
31
|
+
let [e] = await Promise.all([E.loader(), D().catch(() => void 0)]);
|
|
32
|
+
return e;
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
async function D() {
|
|
36
|
+
x.value && (b.value = await e(x.value, {
|
|
37
|
+
...c.swiperOptions,
|
|
38
|
+
on: {
|
|
39
|
+
...c.swiperOptions?.on,
|
|
40
|
+
init: w(c.swiperOptions?.on?.init),
|
|
41
|
+
slideChange: w(c.swiperOptions?.on?.slideChange),
|
|
42
|
+
slidesUpdated: w(c.swiperOptions?.on?.slidesUpdated)
|
|
43
|
+
}
|
|
44
|
+
}, c.swiperOptions?.freeMode ? [t(c.swiperOptions.freeMode)] : []), T.swiper = b.value, y("init", b.value));
|
|
45
|
+
}
|
|
46
|
+
return d(() => {
|
|
47
|
+
let e = b.value;
|
|
48
|
+
b.value = null, e?.destroy(!0, !1);
|
|
49
|
+
}), _({ swiper: b }), (e, t) => (f(), o("div", {
|
|
50
|
+
ref: "root",
|
|
51
|
+
"data-cy": c.dataCy,
|
|
52
|
+
class: u(["swiper", c.rootClasses])
|
|
53
|
+
}, [s("div", { class: u(["swiper-wrapper", c.wrapperClasses]) }, [p(e.$slots, "default")], 2)], 10, g));
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
export { _ as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Nullable } from '@wikicasa-dev/types';
|
|
2
|
+
/**
|
|
3
|
+
* Deferred image loading for a Swiper instance.
|
|
4
|
+
*
|
|
5
|
+
* Slides opt in by rendering `data-src` / `data-srcset` instead of `src` / `srcset`
|
|
6
|
+
* (see `SwiperSlideImagePrimitive`'s `lazy` prop). Nothing then loads until one of these
|
|
7
|
+
* helpers promotes the attributes.
|
|
8
|
+
*
|
|
9
|
+
* This exists rather than `loading="lazy"` because Safari does not honour that attribute on
|
|
10
|
+
* these slides - it fetches every one of them up front, which on a gallery of originals is the
|
|
11
|
+
* whole page weight. Every carousel that owns its own Swiper instance has to run this itself:
|
|
12
|
+
* the helpers walk the slides of the instance they are handed, so a second instance (a thumbs
|
|
13
|
+
* strip) is not covered by the main carousel's pass. Shared here so the two cannot drift.
|
|
14
|
+
*/
|
|
15
|
+
export declare const collectSlideImages: (slide: Nullable<HTMLElement>, selector?: string) => HTMLImageElement[];
|
|
16
|
+
export declare const startDeferredImageLoad: (img: HTMLImageElement) => void;
|
|
17
|
+
export declare const waitForImageLoad: (img: HTMLImageElement) => Promise<void>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region lib/components/carousel/Primitive/deferredImages.ts
|
|
2
|
+
var e = (e, t = "img") => Array.from(e?.querySelectorAll(t) ?? []), t = (e) => {
|
|
3
|
+
e.src || (e.src = e.dataset.src || "", e.srcset = e.dataset.srcset || "", e.dataset.src = "", e.dataset.srcset = "", e.removeAttribute("lazy"));
|
|
4
|
+
}, n = async (e) => {
|
|
5
|
+
let n = e.complete && e.src ? Promise.resolve() : new Promise((t) => {
|
|
6
|
+
e.addEventListener("load", () => t(), { once: !0 }), e.addEventListener("error", () => t(), { once: !0 });
|
|
7
|
+
});
|
|
8
|
+
t(e), await n, await e.decode?.().catch(() => void 0);
|
|
9
|
+
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { e as collectSlideImages, t as startDeferredImageLoad, n as waitForImageLoad };
|
package/dist/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export { default as SwiperPrimitive } from './components/carousel/Primitive/Swip
|
|
|
60
60
|
export { default as SwiperPaginationPrimitive } from './components/carousel/Primitive/SwiperPaginationPrimitive';
|
|
61
61
|
export { default as SwiperNavigationPrimitive } from './components/carousel/Primitive/SwiperNavigationPrimitive';
|
|
62
62
|
export { default as SwiperSlideImagePrimitive } from './components/carousel/Primitive/SwiperSlideImagePrimitive';
|
|
63
|
+
export { default as SwiperThumbnailPrimitive } from './components/carousel/Primitive/SwiperThumbnailPrimitive';
|
|
63
64
|
export { default as BaseCard } from './UIKit/Card/BaseCard';
|
|
64
65
|
export { default as CardRootPrimitive } from './UIKit/Card/CardRootPrimitive';
|
|
65
66
|
export { default as CardDescriptionPrimitive } from './UIKit/Card/CardDescriptionPrimitive';
|
package/dist/index.js
CHANGED
|
@@ -59,9 +59,10 @@ import re from "./components/carousel/Primitive/SwiperPrimitive.js";
|
|
|
59
59
|
import ie from "./components/carousel/Primitive/SwiperPaginationPrimitive.js";
|
|
60
60
|
import ae from "./components/carousel/Primitive/SwiperNavigationPrimitive.js";
|
|
61
61
|
import oe from "./components/carousel/Primitive/SwiperSlideImagePrimitive.js";
|
|
62
|
-
import se from "./
|
|
63
|
-
import ce from "./UIKit/Card/
|
|
64
|
-
import le from "./UIKit/Card/
|
|
65
|
-
import ue from "./UIKit/Card/
|
|
66
|
-
import de from "./UIKit/
|
|
67
|
-
|
|
62
|
+
import se from "./components/carousel/Primitive/SwiperThumbnailPrimitive.js";
|
|
63
|
+
import ce from "./UIKit/Card/BaseCard.js";
|
|
64
|
+
import le from "./UIKit/Card/CardRootPrimitive.js";
|
|
65
|
+
import ue from "./UIKit/Card/CardDescriptionPrimitive.js";
|
|
66
|
+
import de from "./UIKit/Card/CardImagePrimitive.js";
|
|
67
|
+
import fe from "./UIKit/BaseBreadcrumb.js";
|
|
68
|
+
export { k as AccessibleSelect, t as AccordionContentPrimitive, r as AccordionHeaderPrimitive, i as AccordionItemPrimitive, n as AccordionTriggerPrimitive, e as BaseAccordion, a as BaseAccordionItem, A as BaseAlert, N as BaseAutocomplete, F as BaseBadge, fe as BaseBreadcrumb, D as BaseButton, ce as BaseCard, I as BaseComplexToggle, O as BaseDropDown, j as BaseFloatingLabel, M as BaseInput, U as BaseModal, L as BasePagination, W as BaseShimmerLoader, R as BaseSlider, Y as BaseSnackbar, h as BaseTab, m as BaseTabView, g as BaseTabs, _ as BaseTabsContent, v as BaseTabsIndicator, y as BaseTabsList, b as BaseTabsTrigger, z as BaseTextarea, B as BaseToggle, V as BaseTooltip, H as BaseUploadFile, ue as CardDescriptionPrimitive, de as CardImagePrimitive, le as CardRootPrimitive, l as CheckboxBtn, d as CheckboxButtonGroup, u as CheckboxGroup, p as CheckboxGroupItemPrimitive, f as CheckboxGroupPrimitive, P as ClearableAutocomplete, K as DoughnutChart, X as IntersectionObservable, Z as IntersectionObserver, Q as IntersectionObserverProvider, $ as IntersectionObserverTarget, q as LineChart, c as ProgressIndicatorPrimitive, s as ProgressRootPrimitive, x as RadioButton, w as RadioButtonGroup, C as RadioButtonItem, S as RadioGroup, T as RadioGroupItemPrimitive, o as SelectItem, G as ShimmerMultiLine, J as SimpleSlider, E as StaticSpinner, ee as SwiperCarousel, ae as SwiperNavigationPrimitive, ie as SwiperPaginationPrimitive, re as SwiperPrimitive, ne as SwiperRootPrimitive, te as SwiperSlide, oe as SwiperSlideImagePrimitive, se as SwiperThumbnailPrimitive };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0-alpha.1",
|
|
4
4
|
"description": "Wikicasa frontend components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"vue": "^3.5.41",
|
|
84
84
|
"vue-router": "^5.1.0",
|
|
85
85
|
"vue-tsc": "^3.3.3",
|
|
86
|
-
"@wikicasa-dev/tsconfig": "0.0.0",
|
|
87
86
|
"@wikicasa-dev/eslint-config": "0.0.0",
|
|
87
|
+
"@wikicasa-dev/tsconfig": "0.0.0",
|
|
88
|
+
"@wikicasa-dev/svg-icons": "1.3.7",
|
|
88
89
|
"@wikicasa-dev/tailwind-plugins": "0.0.7",
|
|
89
90
|
"@wikicasa-dev/types": "2.8.0",
|
|
90
|
-
"@wikicasa-dev/svg-icons": "1.3.7",
|
|
91
91
|
"@wikicasa-dev/utilities": "1.2.11",
|
|
92
92
|
"@wikicasa-dev/vue-composables": "0.2.0"
|
|
93
93
|
},
|
|
File without changes
|