evo-vue-carousel 1.0.4 → 1.0.6
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/evo-vue-carousel.js +857 -844
- package/dist/main.css +1 -1
- package/package.json +2 -2
package/dist/evo-vue-carousel.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as qr, computed as
|
|
2
|
-
import './main.css';function
|
|
1
|
+
import { defineComponent as qr, computed as x, h as z, ref as P, provide as ee, readonly as ne, inject as te, onMounted as ir, nextTick as Kr, isRef as Yr, watch as G, getCurrentScope as Xr, onScopeDispose as Zr, unref as m, getCurrentInstance as ut, watchEffect as Jr, openBlock as L, createElementBlock as ve, normalizeClass as N, createElementVNode as pe, createVNode as W, withCtx as oe, createBlock as fe, renderSlot as ie, createCommentVNode as Re, mergeProps as ar, Fragment as ct, renderList as Qr, cloneVNode as en, isVNode as Ge, Text as sr, Comment as tn, Static as rn, createTextVNode as nn, useId as on, onUnmounted as an, useCssVars as sn, Transition as ln } from "vue";
|
|
2
|
+
import './main.css';function Ct(e) {
|
|
3
3
|
return typeof e == "string" || e instanceof RegExp || Array.isArray(e);
|
|
4
4
|
}
|
|
5
|
-
function
|
|
5
|
+
function At(e) {
|
|
6
6
|
return Array.isArray(e) || (e = [e]), e.filter(Boolean);
|
|
7
7
|
}
|
|
8
8
|
function un(e, t, r) {
|
|
9
|
-
const n =
|
|
9
|
+
const n = At(t.only), o = At(t.except);
|
|
10
10
|
return Object.entries(e).filter(([i]) => cn(i, n, o, r, t.filterNative)).reduce((i, [a, s]) => (i[a] = (l) => s(l), i), {});
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function It(e) {
|
|
13
13
|
if (e instanceof RegExp)
|
|
14
14
|
return e;
|
|
15
15
|
{
|
|
@@ -18,12 +18,12 @@ function At(e) {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
function cn(e, t, r, n, o) {
|
|
21
|
-
return t.length ? t.some((i) => (i =
|
|
21
|
+
return t.length ? t.some((i) => (i = It(i), n.includes(e) && o !== !0 ? !0 : i instanceof RegExp ? i.test(e) : i === e)) : r.every((i) => (i = It(i), n.includes(e) && o !== !0 ? !0 : i instanceof RegExp ? i.test(e) === !1 : i !== e));
|
|
22
22
|
}
|
|
23
23
|
function dn(e, t, r, n, o) {
|
|
24
|
-
return
|
|
24
|
+
return z(e, n, un(r, t, o));
|
|
25
25
|
}
|
|
26
|
-
const
|
|
26
|
+
const Se = qr({
|
|
27
27
|
name: "ForwardSlots",
|
|
28
28
|
inheritAttrs: !1,
|
|
29
29
|
props: {
|
|
@@ -35,12 +35,12 @@ const Ce = qr({
|
|
|
35
35
|
only: {
|
|
36
36
|
type: [String, RegExp, Array],
|
|
37
37
|
default: () => [],
|
|
38
|
-
validator:
|
|
38
|
+
validator: Ct
|
|
39
39
|
},
|
|
40
40
|
except: {
|
|
41
41
|
type: [String, RegExp, Array],
|
|
42
42
|
default: () => [],
|
|
43
|
-
validator:
|
|
43
|
+
validator: Ct
|
|
44
44
|
},
|
|
45
45
|
inheritAttrs: {
|
|
46
46
|
type: Boolean,
|
|
@@ -52,7 +52,7 @@ const Ce = qr({
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
setup(e, { slots: t, attrs: r }) {
|
|
55
|
-
const n =
|
|
55
|
+
const n = x(() => {
|
|
56
56
|
var o;
|
|
57
57
|
return ((o = t.default) == null ? void 0 : o.call(t)) || [];
|
|
58
58
|
});
|
|
@@ -61,49 +61,49 @@ const Ce = qr({
|
|
|
61
61
|
return dn(o, e, a, s, i);
|
|
62
62
|
});
|
|
63
63
|
}
|
|
64
|
-
}),
|
|
64
|
+
}), Me = {
|
|
65
65
|
SLIDER: "slider",
|
|
66
66
|
GALLERY: "gallery"
|
|
67
67
|
};
|
|
68
|
-
var
|
|
68
|
+
var lr = typeof global == "object" && global && global.Object === Object && global, fn = typeof self == "object" && self && self.Object === Object && self, F = lr || fn || Function("return this")(), k = F.Symbol, ur = Object.prototype, pn = ur.hasOwnProperty, gn = ur.toString, we = k ? k.toStringTag : void 0;
|
|
69
69
|
function vn(e) {
|
|
70
|
-
var t = pn.call(e,
|
|
70
|
+
var t = pn.call(e, we), r = e[we];
|
|
71
71
|
try {
|
|
72
|
-
e[
|
|
72
|
+
e[we] = void 0;
|
|
73
73
|
var n = !0;
|
|
74
74
|
} catch {
|
|
75
75
|
}
|
|
76
76
|
var o = gn.call(e);
|
|
77
|
-
return n && (t ? e[
|
|
77
|
+
return n && (t ? e[we] = r : delete e[we]), o;
|
|
78
78
|
}
|
|
79
79
|
var hn = Object.prototype, bn = hn.toString;
|
|
80
|
-
function
|
|
80
|
+
function yn(e) {
|
|
81
81
|
return bn.call(e);
|
|
82
82
|
}
|
|
83
|
-
var
|
|
84
|
-
function
|
|
85
|
-
return e == null ? e === void 0 ? wn :
|
|
83
|
+
var mn = "[object Null]", wn = "[object Undefined]", Tt = k ? k.toStringTag : void 0;
|
|
84
|
+
function le(e) {
|
|
85
|
+
return e == null ? e === void 0 ? wn : mn : Tt && Tt in Object(e) ? vn(e) : yn(e);
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function ae(e) {
|
|
88
88
|
return e != null && typeof e == "object";
|
|
89
89
|
}
|
|
90
90
|
var xn = "[object Symbol]";
|
|
91
|
-
function
|
|
92
|
-
return typeof e == "symbol" ||
|
|
91
|
+
function ke(e) {
|
|
92
|
+
return typeof e == "symbol" || ae(e) && le(e) == xn;
|
|
93
93
|
}
|
|
94
94
|
function _n(e, t) {
|
|
95
95
|
for (var r = -1, n = e == null ? 0 : e.length, o = Array(n); ++r < n; )
|
|
96
96
|
o[r] = t(e[r], r, e);
|
|
97
97
|
return o;
|
|
98
98
|
}
|
|
99
|
-
var j = Array.isArray, Sn = 1 / 0,
|
|
100
|
-
function
|
|
99
|
+
var j = Array.isArray, Sn = 1 / 0, Ot = k ? k.prototype : void 0, Pt = Ot ? Ot.toString : void 0;
|
|
100
|
+
function cr(e) {
|
|
101
101
|
if (typeof e == "string")
|
|
102
102
|
return e;
|
|
103
103
|
if (j(e))
|
|
104
|
-
return _n(e,
|
|
105
|
-
if (
|
|
106
|
-
return
|
|
104
|
+
return _n(e, cr) + "";
|
|
105
|
+
if (ke(e))
|
|
106
|
+
return Pt ? Pt.call(e) : "";
|
|
107
107
|
var t = e + "";
|
|
108
108
|
return t == "0" && 1 / e == -Sn ? "-0" : t;
|
|
109
109
|
}
|
|
@@ -117,31 +117,31 @@ var In = /^\s+/;
|
|
|
117
117
|
function Tn(e) {
|
|
118
118
|
return e && e.slice(0, An(e) + 1).replace(In, "");
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function V(e) {
|
|
121
121
|
var t = typeof e;
|
|
122
122
|
return e != null && (t == "object" || t == "function");
|
|
123
123
|
}
|
|
124
|
-
var
|
|
124
|
+
var $t = NaN, On = /^[-+]0x[0-9a-f]+$/i, Pn = /^0b[01]+$/i, $n = /^0o[0-7]+$/i, En = parseInt;
|
|
125
125
|
function Je(e) {
|
|
126
126
|
if (typeof e == "number")
|
|
127
127
|
return e;
|
|
128
|
-
if (
|
|
129
|
-
return
|
|
130
|
-
if (
|
|
128
|
+
if (ke(e))
|
|
129
|
+
return $t;
|
|
130
|
+
if (V(e)) {
|
|
131
131
|
var t = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
132
|
-
e =
|
|
132
|
+
e = V(t) ? t + "" : t;
|
|
133
133
|
}
|
|
134
134
|
if (typeof e != "string")
|
|
135
135
|
return e === 0 ? e : +e;
|
|
136
136
|
e = Tn(e);
|
|
137
137
|
var r = Pn.test(e);
|
|
138
|
-
return r || $n.test(e) ? En(e.slice(2), r ? 2 : 8) : On.test(e) ?
|
|
138
|
+
return r || $n.test(e) ? En(e.slice(2), r ? 2 : 8) : On.test(e) ? $t : +e;
|
|
139
139
|
}
|
|
140
|
-
var
|
|
140
|
+
var Et = 1 / 0, Nn = 17976931348623157e292;
|
|
141
141
|
function Rn(e) {
|
|
142
142
|
if (!e)
|
|
143
143
|
return e === 0 ? e : 0;
|
|
144
|
-
if (e = Je(e), e ===
|
|
144
|
+
if (e = Je(e), e === Et || e === -Et) {
|
|
145
145
|
var t = e < 0 ? -1 : 1;
|
|
146
146
|
return t * Nn;
|
|
147
147
|
}
|
|
@@ -151,25 +151,25 @@ function Qe(e) {
|
|
|
151
151
|
var t = Rn(e), r = t % 1;
|
|
152
152
|
return t === t ? r ? t - r : t : 0;
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function dr(e) {
|
|
155
155
|
return e;
|
|
156
156
|
}
|
|
157
157
|
var zn = "[object AsyncFunction]", Mn = "[object Function]", Ln = "[object GeneratorFunction]", jn = "[object Proxy]";
|
|
158
|
-
function
|
|
159
|
-
if (!
|
|
158
|
+
function fr(e) {
|
|
159
|
+
if (!V(e))
|
|
160
160
|
return !1;
|
|
161
|
-
var t =
|
|
161
|
+
var t = le(e);
|
|
162
162
|
return t == Mn || t == Ln || t == zn || t == jn;
|
|
163
163
|
}
|
|
164
|
-
var qe = F["__core-js_shared__"],
|
|
164
|
+
var qe = F["__core-js_shared__"], Nt = function() {
|
|
165
165
|
var e = /[^.]+$/.exec(qe && qe.keys && qe.keys.IE_PROTO || "");
|
|
166
166
|
return e ? "Symbol(src)_1." + e : "";
|
|
167
167
|
}();
|
|
168
168
|
function Bn(e) {
|
|
169
|
-
return !!
|
|
169
|
+
return !!Nt && Nt in e;
|
|
170
170
|
}
|
|
171
171
|
var Gn = Function.prototype, kn = Gn.toString;
|
|
172
|
-
function
|
|
172
|
+
function ue(e) {
|
|
173
173
|
if (e != null) {
|
|
174
174
|
try {
|
|
175
175
|
return kn.call(e);
|
|
@@ -182,23 +182,23 @@ function se(e) {
|
|
|
182
182
|
}
|
|
183
183
|
return "";
|
|
184
184
|
}
|
|
185
|
-
var
|
|
186
|
-
"^" + Un.call(Vn).replace(
|
|
185
|
+
var Fn = /[\\^$.*+?()[\]{}|]/g, Dn = /^\[object .+?Constructor\]$/, Hn = Function.prototype, Wn = Object.prototype, Un = Hn.toString, Vn = Wn.hasOwnProperty, qn = RegExp(
|
|
186
|
+
"^" + Un.call(Vn).replace(Fn, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
187
187
|
);
|
|
188
188
|
function Kn(e) {
|
|
189
|
-
if (!
|
|
189
|
+
if (!V(e) || Bn(e))
|
|
190
190
|
return !1;
|
|
191
|
-
var t =
|
|
192
|
-
return t.test(
|
|
191
|
+
var t = fr(e) ? qn : Dn;
|
|
192
|
+
return t.test(ue(e));
|
|
193
193
|
}
|
|
194
194
|
function Yn(e, t) {
|
|
195
195
|
return e == null ? void 0 : e[t];
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function ce(e, t) {
|
|
198
198
|
var r = Yn(e, t);
|
|
199
199
|
return Kn(r) ? r : void 0;
|
|
200
200
|
}
|
|
201
|
-
var et =
|
|
201
|
+
var et = ce(F, "WeakMap");
|
|
202
202
|
function Xn(e, t, r) {
|
|
203
203
|
switch (r.length) {
|
|
204
204
|
case 0:
|
|
@@ -236,20 +236,20 @@ function ro(e) {
|
|
|
236
236
|
return e;
|
|
237
237
|
};
|
|
238
238
|
}
|
|
239
|
-
var
|
|
239
|
+
var Le = function() {
|
|
240
240
|
try {
|
|
241
|
-
var e =
|
|
241
|
+
var e = ce(Object, "defineProperty");
|
|
242
242
|
return e({}, "", {}), e;
|
|
243
243
|
} catch {
|
|
244
244
|
}
|
|
245
|
-
}(), no =
|
|
246
|
-
return
|
|
245
|
+
}(), no = Le ? function(e, t) {
|
|
246
|
+
return Le(e, "toString", {
|
|
247
247
|
configurable: !0,
|
|
248
248
|
enumerable: !1,
|
|
249
249
|
value: ro(t),
|
|
250
250
|
writable: !0
|
|
251
251
|
});
|
|
252
|
-
} :
|
|
252
|
+
} : dr, oo = to(no);
|
|
253
253
|
function io(e, t, r, n) {
|
|
254
254
|
e.length;
|
|
255
255
|
for (var o = r + 1; o--; )
|
|
@@ -262,26 +262,26 @@ function Fe(e, t) {
|
|
|
262
262
|
var r = typeof e;
|
|
263
263
|
return t = t ?? ao, !!t && (r == "number" || r != "symbol" && so.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
264
264
|
}
|
|
265
|
-
function
|
|
266
|
-
t == "__proto__" &&
|
|
265
|
+
function pr(e, t, r) {
|
|
266
|
+
t == "__proto__" && Le ? Le(e, t, {
|
|
267
267
|
configurable: !0,
|
|
268
268
|
enumerable: !0,
|
|
269
269
|
value: r,
|
|
270
270
|
writable: !0
|
|
271
271
|
}) : e[t] = r;
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function De(e, t) {
|
|
274
274
|
return e === t || e !== e && t !== t;
|
|
275
275
|
}
|
|
276
276
|
var lo = Object.prototype, uo = lo.hasOwnProperty;
|
|
277
277
|
function co(e, t, r) {
|
|
278
278
|
var n = e[t];
|
|
279
|
-
(!(uo.call(e, t) &&
|
|
279
|
+
(!(uo.call(e, t) && De(n, r)) || r === void 0 && !(t in e)) && pr(e, t, r);
|
|
280
280
|
}
|
|
281
|
-
var
|
|
281
|
+
var Rt = Math.max;
|
|
282
282
|
function fo(e, t, r) {
|
|
283
|
-
return t =
|
|
284
|
-
for (var n = arguments, o = -1, i =
|
|
283
|
+
return t = Rt(t === void 0 ? e.length - 1 : t, 0), function() {
|
|
284
|
+
for (var n = arguments, o = -1, i = Rt(n.length - t, 0), a = Array(i); ++o < i; )
|
|
285
285
|
a[o] = n[t + o];
|
|
286
286
|
o = -1;
|
|
287
287
|
for (var s = Array(t + 1); ++o < t; )
|
|
@@ -290,17 +290,17 @@ function fo(e, t, r) {
|
|
|
290
290
|
};
|
|
291
291
|
}
|
|
292
292
|
var po = 9007199254740991;
|
|
293
|
-
function
|
|
293
|
+
function dt(e) {
|
|
294
294
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= po;
|
|
295
295
|
}
|
|
296
|
-
function
|
|
297
|
-
return e != null &&
|
|
296
|
+
function gr(e) {
|
|
297
|
+
return e != null && dt(e.length) && !fr(e);
|
|
298
298
|
}
|
|
299
299
|
function go(e, t, r) {
|
|
300
|
-
if (!
|
|
300
|
+
if (!V(r))
|
|
301
301
|
return !1;
|
|
302
302
|
var n = typeof t;
|
|
303
|
-
return (n == "number" ?
|
|
303
|
+
return (n == "number" ? gr(r) && Fe(t, r.length) : n == "string" && t in r) ? De(r[t], e) : !1;
|
|
304
304
|
}
|
|
305
305
|
var vo = Object.prototype;
|
|
306
306
|
function ho(e) {
|
|
@@ -312,38 +312,38 @@ function bo(e, t) {
|
|
|
312
312
|
n[r] = t(r);
|
|
313
313
|
return n;
|
|
314
314
|
}
|
|
315
|
-
var
|
|
316
|
-
function
|
|
317
|
-
return
|
|
315
|
+
var yo = "[object Arguments]";
|
|
316
|
+
function zt(e) {
|
|
317
|
+
return ae(e) && le(e) == yo;
|
|
318
318
|
}
|
|
319
|
-
var
|
|
319
|
+
var vr = Object.prototype, mo = vr.hasOwnProperty, wo = vr.propertyIsEnumerable, ft = zt(/* @__PURE__ */ function() {
|
|
320
320
|
return arguments;
|
|
321
|
-
}()) ?
|
|
322
|
-
return
|
|
321
|
+
}()) ? zt : function(e) {
|
|
322
|
+
return ae(e) && mo.call(e, "callee") && !wo.call(e, "callee");
|
|
323
323
|
};
|
|
324
324
|
function xo() {
|
|
325
325
|
return !1;
|
|
326
326
|
}
|
|
327
|
-
var
|
|
328
|
-
|
|
329
|
-
|
|
327
|
+
var hr = typeof exports == "object" && exports && !exports.nodeType && exports, Mt = hr && typeof module == "object" && module && !module.nodeType && module, _o = Mt && Mt.exports === hr, Lt = _o ? F.Buffer : void 0, So = Lt ? Lt.isBuffer : void 0, tt = So || xo, Co = "[object Arguments]", Ao = "[object Array]", Io = "[object Boolean]", To = "[object Date]", Oo = "[object Error]", Po = "[object Function]", $o = "[object Map]", Eo = "[object Number]", No = "[object Object]", Ro = "[object RegExp]", zo = "[object Set]", Mo = "[object String]", Lo = "[object WeakMap]", jo = "[object ArrayBuffer]", Bo = "[object DataView]", Go = "[object Float32Array]", ko = "[object Float64Array]", Fo = "[object Int8Array]", Do = "[object Int16Array]", Ho = "[object Int32Array]", Wo = "[object Uint8Array]", Uo = "[object Uint8ClampedArray]", Vo = "[object Uint16Array]", qo = "[object Uint32Array]", I = {};
|
|
328
|
+
I[Go] = I[ko] = I[Fo] = I[Do] = I[Ho] = I[Wo] = I[Uo] = I[Vo] = I[qo] = !0;
|
|
329
|
+
I[Co] = I[Ao] = I[jo] = I[Io] = I[Bo] = I[To] = I[Oo] = I[Po] = I[$o] = I[Eo] = I[No] = I[Ro] = I[zo] = I[Mo] = I[Lo] = !1;
|
|
330
330
|
function Ko(e) {
|
|
331
|
-
return
|
|
331
|
+
return ae(e) && dt(e.length) && !!I[le(e)];
|
|
332
332
|
}
|
|
333
333
|
function Yo(e) {
|
|
334
334
|
return function(t) {
|
|
335
335
|
return e(t);
|
|
336
336
|
};
|
|
337
337
|
}
|
|
338
|
-
var
|
|
338
|
+
var br = typeof exports == "object" && exports && !exports.nodeType && exports, Ce = br && typeof module == "object" && module && !module.nodeType && module, Xo = Ce && Ce.exports === br, Ke = Xo && lr.process, jt = function() {
|
|
339
339
|
try {
|
|
340
|
-
var e =
|
|
340
|
+
var e = Ce && Ce.require && Ce.require("util").types;
|
|
341
341
|
return e || Ke && Ke.binding && Ke.binding("util");
|
|
342
342
|
} catch {
|
|
343
343
|
}
|
|
344
|
-
}(),
|
|
344
|
+
}(), Bt = jt && jt.isTypedArray, yr = Bt ? Yo(Bt) : Ko, Zo = Object.prototype, Jo = Zo.hasOwnProperty;
|
|
345
345
|
function Qo(e, t) {
|
|
346
|
-
var r = j(e), n = !r &&
|
|
346
|
+
var r = j(e), n = !r && ft(e), o = !r && !n && tt(e), i = !r && !n && !o && yr(e), a = r || n || o || i, s = a ? bo(e.length, String) : [], l = s.length;
|
|
347
347
|
for (var u in e)
|
|
348
348
|
Jo.call(e, u) && !(a && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
349
349
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -366,19 +366,19 @@ function oi(e) {
|
|
|
366
366
|
ni.call(e, r) && r != "constructor" && t.push(r);
|
|
367
367
|
return t;
|
|
368
368
|
}
|
|
369
|
-
function
|
|
370
|
-
return
|
|
369
|
+
function pt(e) {
|
|
370
|
+
return gr(e) ? Qo(e) : oi(e);
|
|
371
371
|
}
|
|
372
372
|
var ii = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, ai = /^\w*$/;
|
|
373
|
-
function
|
|
373
|
+
function gt(e, t) {
|
|
374
374
|
if (j(e))
|
|
375
375
|
return !1;
|
|
376
376
|
var r = typeof e;
|
|
377
|
-
return r == "number" || r == "symbol" || r == "boolean" || e == null ||
|
|
377
|
+
return r == "number" || r == "symbol" || r == "boolean" || e == null || ke(e) ? !0 : ai.test(e) || !ii.test(e) || t != null && e in Object(t);
|
|
378
378
|
}
|
|
379
|
-
var
|
|
379
|
+
var Ae = ce(Object, "create");
|
|
380
380
|
function si() {
|
|
381
|
-
this.__data__ =
|
|
381
|
+
this.__data__ = Ae ? Ae(null) : {}, this.size = 0;
|
|
382
382
|
}
|
|
383
383
|
function li(e) {
|
|
384
384
|
var t = this.has(e) && delete this.__data__[e];
|
|
@@ -387,7 +387,7 @@ function li(e) {
|
|
|
387
387
|
var ui = "__lodash_hash_undefined__", ci = Object.prototype, di = ci.hasOwnProperty;
|
|
388
388
|
function fi(e) {
|
|
389
389
|
var t = this.__data__;
|
|
390
|
-
if (
|
|
390
|
+
if (Ae) {
|
|
391
391
|
var r = t[e];
|
|
392
392
|
return r === ui ? void 0 : r;
|
|
393
393
|
}
|
|
@@ -396,109 +396,109 @@ function fi(e) {
|
|
|
396
396
|
var pi = Object.prototype, gi = pi.hasOwnProperty;
|
|
397
397
|
function vi(e) {
|
|
398
398
|
var t = this.__data__;
|
|
399
|
-
return
|
|
399
|
+
return Ae ? t[e] !== void 0 : gi.call(t, e);
|
|
400
400
|
}
|
|
401
401
|
var hi = "__lodash_hash_undefined__";
|
|
402
402
|
function bi(e, t) {
|
|
403
403
|
var r = this.__data__;
|
|
404
|
-
return this.size += this.has(e) ? 0 : 1, r[e] =
|
|
404
|
+
return this.size += this.has(e) ? 0 : 1, r[e] = Ae && t === void 0 ? hi : t, this;
|
|
405
405
|
}
|
|
406
|
-
function
|
|
406
|
+
function se(e) {
|
|
407
407
|
var t = -1, r = e == null ? 0 : e.length;
|
|
408
408
|
for (this.clear(); ++t < r; ) {
|
|
409
409
|
var n = e[t];
|
|
410
410
|
this.set(n[0], n[1]);
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
function
|
|
413
|
+
se.prototype.clear = si;
|
|
414
|
+
se.prototype.delete = li;
|
|
415
|
+
se.prototype.get = fi;
|
|
416
|
+
se.prototype.has = vi;
|
|
417
|
+
se.prototype.set = bi;
|
|
418
|
+
function yi() {
|
|
419
419
|
this.__data__ = [], this.size = 0;
|
|
420
420
|
}
|
|
421
|
-
function
|
|
421
|
+
function He(e, t) {
|
|
422
422
|
for (var r = e.length; r--; )
|
|
423
|
-
if (
|
|
423
|
+
if (De(e[r][0], t))
|
|
424
424
|
return r;
|
|
425
425
|
return -1;
|
|
426
426
|
}
|
|
427
|
-
var
|
|
427
|
+
var mi = Array.prototype, wi = mi.splice;
|
|
428
428
|
function xi(e) {
|
|
429
|
-
var t = this.__data__, r =
|
|
429
|
+
var t = this.__data__, r = He(t, e);
|
|
430
430
|
if (r < 0)
|
|
431
431
|
return !1;
|
|
432
432
|
var n = t.length - 1;
|
|
433
433
|
return r == n ? t.pop() : wi.call(t, r, 1), --this.size, !0;
|
|
434
434
|
}
|
|
435
435
|
function _i(e) {
|
|
436
|
-
var t = this.__data__, r =
|
|
436
|
+
var t = this.__data__, r = He(t, e);
|
|
437
437
|
return r < 0 ? void 0 : t[r][1];
|
|
438
438
|
}
|
|
439
439
|
function Si(e) {
|
|
440
|
-
return
|
|
440
|
+
return He(this.__data__, e) > -1;
|
|
441
441
|
}
|
|
442
442
|
function Ci(e, t) {
|
|
443
|
-
var r = this.__data__, n =
|
|
443
|
+
var r = this.__data__, n = He(r, e);
|
|
444
444
|
return n < 0 ? (++this.size, r.push([e, t])) : r[n][1] = t, this;
|
|
445
445
|
}
|
|
446
|
-
function
|
|
446
|
+
function q(e) {
|
|
447
447
|
var t = -1, r = e == null ? 0 : e.length;
|
|
448
448
|
for (this.clear(); ++t < r; ) {
|
|
449
449
|
var n = e[t];
|
|
450
450
|
this.set(n[0], n[1]);
|
|
451
451
|
}
|
|
452
452
|
}
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
var
|
|
453
|
+
q.prototype.clear = yi;
|
|
454
|
+
q.prototype.delete = xi;
|
|
455
|
+
q.prototype.get = _i;
|
|
456
|
+
q.prototype.has = Si;
|
|
457
|
+
q.prototype.set = Ci;
|
|
458
|
+
var Ie = ce(F, "Map");
|
|
459
459
|
function Ai() {
|
|
460
460
|
this.size = 0, this.__data__ = {
|
|
461
|
-
hash: new
|
|
462
|
-
map: new (
|
|
463
|
-
string: new
|
|
461
|
+
hash: new se(),
|
|
462
|
+
map: new (Ie || q)(),
|
|
463
|
+
string: new se()
|
|
464
464
|
};
|
|
465
465
|
}
|
|
466
466
|
function Ii(e) {
|
|
467
467
|
var t = typeof e;
|
|
468
468
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
469
469
|
}
|
|
470
|
-
function
|
|
470
|
+
function We(e, t) {
|
|
471
471
|
var r = e.__data__;
|
|
472
472
|
return Ii(t) ? r[typeof t == "string" ? "string" : "hash"] : r.map;
|
|
473
473
|
}
|
|
474
474
|
function Ti(e) {
|
|
475
|
-
var t =
|
|
475
|
+
var t = We(this, e).delete(e);
|
|
476
476
|
return this.size -= t ? 1 : 0, t;
|
|
477
477
|
}
|
|
478
478
|
function Oi(e) {
|
|
479
|
-
return
|
|
479
|
+
return We(this, e).get(e);
|
|
480
480
|
}
|
|
481
481
|
function Pi(e) {
|
|
482
|
-
return
|
|
482
|
+
return We(this, e).has(e);
|
|
483
483
|
}
|
|
484
484
|
function $i(e, t) {
|
|
485
|
-
var r =
|
|
485
|
+
var r = We(this, e), n = r.size;
|
|
486
486
|
return r.set(e, t), this.size += r.size == n ? 0 : 1, this;
|
|
487
487
|
}
|
|
488
|
-
function
|
|
488
|
+
function K(e) {
|
|
489
489
|
var t = -1, r = e == null ? 0 : e.length;
|
|
490
490
|
for (this.clear(); ++t < r; ) {
|
|
491
491
|
var n = e[t];
|
|
492
492
|
this.set(n[0], n[1]);
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
495
|
+
K.prototype.clear = Ai;
|
|
496
|
+
K.prototype.delete = Ti;
|
|
497
|
+
K.prototype.get = Oi;
|
|
498
|
+
K.prototype.has = Pi;
|
|
499
|
+
K.prototype.set = $i;
|
|
500
500
|
var Ei = "Expected a function";
|
|
501
|
-
function
|
|
501
|
+
function vt(e, t) {
|
|
502
502
|
if (typeof e != "function" || t != null && typeof t != "function")
|
|
503
503
|
throw new TypeError(Ei);
|
|
504
504
|
var r = function() {
|
|
@@ -508,12 +508,12 @@ function gt(e, t) {
|
|
|
508
508
|
var a = e.apply(this, n);
|
|
509
509
|
return r.cache = i.set(o, a) || i, a;
|
|
510
510
|
};
|
|
511
|
-
return r.cache = new (
|
|
511
|
+
return r.cache = new (vt.Cache || K)(), r;
|
|
512
512
|
}
|
|
513
|
-
|
|
513
|
+
vt.Cache = K;
|
|
514
514
|
var Ni = 500;
|
|
515
515
|
function Ri(e) {
|
|
516
|
-
var t =
|
|
516
|
+
var t = vt(e, function(n) {
|
|
517
517
|
return r.size === Ni && r.clear(), n;
|
|
518
518
|
}), r = t.cache;
|
|
519
519
|
return t;
|
|
@@ -525,53 +525,53 @@ var zi = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=
|
|
|
525
525
|
}), t;
|
|
526
526
|
});
|
|
527
527
|
function ji(e) {
|
|
528
|
-
return e == null ? "" :
|
|
528
|
+
return e == null ? "" : cr(e);
|
|
529
529
|
}
|
|
530
|
-
function
|
|
531
|
-
return j(e) ? e :
|
|
530
|
+
function Ue(e, t) {
|
|
531
|
+
return j(e) ? e : gt(e, t) ? [e] : Li(ji(e));
|
|
532
532
|
}
|
|
533
533
|
var Bi = 1 / 0;
|
|
534
|
-
function
|
|
535
|
-
if (typeof e == "string" ||
|
|
534
|
+
function Oe(e) {
|
|
535
|
+
if (typeof e == "string" || ke(e))
|
|
536
536
|
return e;
|
|
537
537
|
var t = e + "";
|
|
538
538
|
return t == "0" && 1 / e == -Bi ? "-0" : t;
|
|
539
539
|
}
|
|
540
|
-
function
|
|
541
|
-
t =
|
|
540
|
+
function ht(e, t) {
|
|
541
|
+
t = Ue(t, e);
|
|
542
542
|
for (var r = 0, n = t.length; e != null && r < n; )
|
|
543
|
-
e = e[
|
|
543
|
+
e = e[Oe(t[r++])];
|
|
544
544
|
return r && r == n ? e : void 0;
|
|
545
545
|
}
|
|
546
546
|
function Gi(e, t, r) {
|
|
547
|
-
var n = e == null ? void 0 :
|
|
547
|
+
var n = e == null ? void 0 : ht(e, t);
|
|
548
548
|
return n === void 0 ? r : n;
|
|
549
549
|
}
|
|
550
|
-
function
|
|
550
|
+
function bt(e, t) {
|
|
551
551
|
for (var r = -1, n = t.length, o = e.length; ++r < n; )
|
|
552
552
|
e[o + r] = t[r];
|
|
553
553
|
return e;
|
|
554
554
|
}
|
|
555
|
-
var
|
|
555
|
+
var Gt = k ? k.isConcatSpreadable : void 0;
|
|
556
556
|
function ki(e) {
|
|
557
|
-
return j(e) ||
|
|
557
|
+
return j(e) || ft(e) || !!(Gt && e && e[Gt]);
|
|
558
558
|
}
|
|
559
559
|
function mr(e, t, r, n, o) {
|
|
560
560
|
var i = -1, a = e.length;
|
|
561
561
|
for (r || (r = ki), o || (o = []); ++i < a; ) {
|
|
562
562
|
var s = e[i];
|
|
563
|
-
r(s) ?
|
|
563
|
+
r(s) ? bt(o, s) : o[o.length] = s;
|
|
564
564
|
}
|
|
565
565
|
return o;
|
|
566
566
|
}
|
|
567
|
-
function
|
|
567
|
+
function Fi(e) {
|
|
568
568
|
var t = e == null ? 0 : e.length;
|
|
569
569
|
return t ? mr(e) : [];
|
|
570
570
|
}
|
|
571
|
-
function
|
|
572
|
-
return oo(fo(e, void 0,
|
|
571
|
+
function Di(e) {
|
|
572
|
+
return oo(fo(e, void 0, Fi), e + "");
|
|
573
573
|
}
|
|
574
|
-
function
|
|
574
|
+
function wr(e, t, r) {
|
|
575
575
|
var n = -1, o = e.length;
|
|
576
576
|
t < 0 && (t = -t > o ? 0 : o + t), r = r > o ? o : r, r < 0 && (r += o), o = t > r ? 0 : r - t >>> 0, t >>>= 0;
|
|
577
577
|
for (var i = Array(o); ++n < o; )
|
|
@@ -585,11 +585,11 @@ function Ui(e, t, r) {
|
|
|
585
585
|
if (!n || t < 1)
|
|
586
586
|
return [];
|
|
587
587
|
for (var o = 0, i = 0, a = Array(Hi(n / t)); o < n; )
|
|
588
|
-
a[i++] =
|
|
588
|
+
a[i++] = wr(e, o, o += t);
|
|
589
589
|
return a;
|
|
590
590
|
}
|
|
591
591
|
function Vi() {
|
|
592
|
-
this.__data__ = new
|
|
592
|
+
this.__data__ = new q(), this.size = 0;
|
|
593
593
|
}
|
|
594
594
|
function qi(e) {
|
|
595
595
|
var t = this.__data__, r = t.delete(e);
|
|
@@ -604,23 +604,23 @@ function Yi(e) {
|
|
|
604
604
|
var Xi = 200;
|
|
605
605
|
function Zi(e, t) {
|
|
606
606
|
var r = this.__data__;
|
|
607
|
-
if (r instanceof
|
|
607
|
+
if (r instanceof q) {
|
|
608
608
|
var n = r.__data__;
|
|
609
|
-
if (!
|
|
609
|
+
if (!Ie || n.length < Xi - 1)
|
|
610
610
|
return n.push([e, t]), this.size = ++r.size, this;
|
|
611
|
-
r = this.__data__ = new
|
|
611
|
+
r = this.__data__ = new K(n);
|
|
612
612
|
}
|
|
613
613
|
return r.set(e, t), this.size = r.size, this;
|
|
614
614
|
}
|
|
615
|
-
function
|
|
616
|
-
var t = this.__data__ = new
|
|
615
|
+
function U(e) {
|
|
616
|
+
var t = this.__data__ = new q(e);
|
|
617
617
|
this.size = t.size;
|
|
618
618
|
}
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
619
|
+
U.prototype.clear = Vi;
|
|
620
|
+
U.prototype.delete = qi;
|
|
621
|
+
U.prototype.get = Ki;
|
|
622
|
+
U.prototype.has = Yi;
|
|
623
|
+
U.prototype.set = Zi;
|
|
624
624
|
function Ji(e, t) {
|
|
625
625
|
for (var r = -1, n = e == null ? 0 : e.length, o = 0, i = []; ++r < n; ) {
|
|
626
626
|
var a = e[r];
|
|
@@ -631,44 +631,44 @@ function Ji(e, t) {
|
|
|
631
631
|
function Qi() {
|
|
632
632
|
return [];
|
|
633
633
|
}
|
|
634
|
-
var ea = Object.prototype, ta = ea.propertyIsEnumerable,
|
|
635
|
-
return e == null ? [] : (e = Object(e), Ji(
|
|
634
|
+
var ea = Object.prototype, ta = ea.propertyIsEnumerable, kt = Object.getOwnPropertySymbols, ra = kt ? function(e) {
|
|
635
|
+
return e == null ? [] : (e = Object(e), Ji(kt(e), function(t) {
|
|
636
636
|
return ta.call(e, t);
|
|
637
637
|
}));
|
|
638
638
|
} : Qi;
|
|
639
639
|
function na(e, t, r) {
|
|
640
640
|
var n = t(e);
|
|
641
|
-
return j(e) ? n :
|
|
641
|
+
return j(e) ? n : bt(n, r(e));
|
|
642
642
|
}
|
|
643
|
-
function
|
|
644
|
-
return na(e,
|
|
643
|
+
function Ft(e) {
|
|
644
|
+
return na(e, pt, ra);
|
|
645
645
|
}
|
|
646
|
-
var rt =
|
|
647
|
-
(rt &&
|
|
648
|
-
var t =
|
|
646
|
+
var rt = ce(F, "DataView"), nt = ce(F, "Promise"), ot = ce(F, "Set"), Dt = "[object Map]", oa = "[object Object]", Ht = "[object Promise]", Wt = "[object Set]", Ut = "[object WeakMap]", Vt = "[object DataView]", ia = ue(rt), aa = ue(Ie), sa = ue(nt), la = ue(ot), ua = ue(et), Q = le;
|
|
647
|
+
(rt && Q(new rt(new ArrayBuffer(1))) != Vt || Ie && Q(new Ie()) != Dt || nt && Q(nt.resolve()) != Ht || ot && Q(new ot()) != Wt || et && Q(new et()) != Ut) && (Q = function(e) {
|
|
648
|
+
var t = le(e), r = t == oa ? e.constructor : void 0, n = r ? ue(r) : "";
|
|
649
649
|
if (n)
|
|
650
650
|
switch (n) {
|
|
651
651
|
case ia:
|
|
652
|
-
return
|
|
652
|
+
return Vt;
|
|
653
653
|
case aa:
|
|
654
654
|
return Dt;
|
|
655
655
|
case sa:
|
|
656
|
-
return Ft;
|
|
657
|
-
case la:
|
|
658
656
|
return Ht;
|
|
659
|
-
case
|
|
657
|
+
case la:
|
|
660
658
|
return Wt;
|
|
659
|
+
case ua:
|
|
660
|
+
return Ut;
|
|
661
661
|
}
|
|
662
662
|
return t;
|
|
663
663
|
});
|
|
664
|
-
var
|
|
665
|
-
function
|
|
664
|
+
var qt = F.Uint8Array;
|
|
665
|
+
function xr() {
|
|
666
666
|
var e = arguments.length;
|
|
667
667
|
if (!e)
|
|
668
668
|
return [];
|
|
669
669
|
for (var t = Array(e - 1), r = arguments[0], n = e; n--; )
|
|
670
670
|
t[n - 1] = arguments[n];
|
|
671
|
-
return
|
|
671
|
+
return bt(j(r) ? Zn(r) : [r], mr(t));
|
|
672
672
|
}
|
|
673
673
|
var ca = "__lodash_hash_undefined__";
|
|
674
674
|
function da(e) {
|
|
@@ -677,13 +677,13 @@ function da(e) {
|
|
|
677
677
|
function fa(e) {
|
|
678
678
|
return this.__data__.has(e);
|
|
679
679
|
}
|
|
680
|
-
function
|
|
680
|
+
function je(e) {
|
|
681
681
|
var t = -1, r = e == null ? 0 : e.length;
|
|
682
|
-
for (this.__data__ = new
|
|
682
|
+
for (this.__data__ = new K(); ++t < r; )
|
|
683
683
|
this.add(e[t]);
|
|
684
684
|
}
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
je.prototype.add = je.prototype.push = da;
|
|
686
|
+
je.prototype.has = fa;
|
|
687
687
|
function pa(e, t) {
|
|
688
688
|
for (var r = -1, n = e == null ? 0 : e.length; ++r < n; )
|
|
689
689
|
if (t(e[r], r, e))
|
|
@@ -694,33 +694,33 @@ function ga(e, t) {
|
|
|
694
694
|
return e.has(t);
|
|
695
695
|
}
|
|
696
696
|
var va = 1, ha = 2;
|
|
697
|
-
function
|
|
697
|
+
function _r(e, t, r, n, o, i) {
|
|
698
698
|
var a = r & va, s = e.length, l = t.length;
|
|
699
699
|
if (s != l && !(a && l > s))
|
|
700
700
|
return !1;
|
|
701
701
|
var u = i.get(e), d = i.get(t);
|
|
702
702
|
if (u && d)
|
|
703
703
|
return u == t && d == e;
|
|
704
|
-
var c = -1, f = !0,
|
|
704
|
+
var c = -1, f = !0, b = r & ha ? new je() : void 0;
|
|
705
705
|
for (i.set(e, t), i.set(t, e); ++c < s; ) {
|
|
706
|
-
var
|
|
706
|
+
var g = e[c], h = t[c];
|
|
707
707
|
if (n)
|
|
708
|
-
var
|
|
709
|
-
if (
|
|
710
|
-
if (
|
|
708
|
+
var v = a ? n(h, g, c, t, e, i) : n(g, h, c, e, t, i);
|
|
709
|
+
if (v !== void 0) {
|
|
710
|
+
if (v)
|
|
711
711
|
continue;
|
|
712
712
|
f = !1;
|
|
713
713
|
break;
|
|
714
714
|
}
|
|
715
|
-
if (
|
|
716
|
-
if (!pa(t, function(
|
|
717
|
-
if (!ga(
|
|
718
|
-
return
|
|
715
|
+
if (b) {
|
|
716
|
+
if (!pa(t, function(p, w) {
|
|
717
|
+
if (!ga(b, w) && (g === p || o(g, p, r, n, i)))
|
|
718
|
+
return b.push(w);
|
|
719
719
|
})) {
|
|
720
720
|
f = !1;
|
|
721
721
|
break;
|
|
722
722
|
}
|
|
723
|
-
} else if (!(
|
|
723
|
+
} else if (!(g === h || o(g, h, r, n, i))) {
|
|
724
724
|
f = !1;
|
|
725
725
|
break;
|
|
726
726
|
}
|
|
@@ -733,13 +733,13 @@ function ba(e) {
|
|
|
733
733
|
r[++t] = [o, n];
|
|
734
734
|
}), r;
|
|
735
735
|
}
|
|
736
|
-
function
|
|
736
|
+
function ya(e) {
|
|
737
737
|
var t = -1, r = Array(e.size);
|
|
738
738
|
return e.forEach(function(n) {
|
|
739
739
|
r[++t] = n;
|
|
740
740
|
}), r;
|
|
741
741
|
}
|
|
742
|
-
var
|
|
742
|
+
var ma = 1, wa = 2, xa = "[object Boolean]", _a = "[object Date]", Sa = "[object Error]", Ca = "[object Map]", Aa = "[object Number]", Ia = "[object RegExp]", Ta = "[object Set]", Oa = "[object String]", Pa = "[object Symbol]", $a = "[object ArrayBuffer]", Ea = "[object DataView]", Kt = k ? k.prototype : void 0, Ye = Kt ? Kt.valueOf : void 0;
|
|
743
743
|
function Na(e, t, r, n, o, i, a) {
|
|
744
744
|
switch (r) {
|
|
745
745
|
case Ea:
|
|
@@ -747,11 +747,11 @@ function Na(e, t, r, n, o, i, a) {
|
|
|
747
747
|
return !1;
|
|
748
748
|
e = e.buffer, t = t.buffer;
|
|
749
749
|
case $a:
|
|
750
|
-
return !(e.byteLength != t.byteLength || !i(new
|
|
750
|
+
return !(e.byteLength != t.byteLength || !i(new qt(e), new qt(t)));
|
|
751
751
|
case xa:
|
|
752
752
|
case _a:
|
|
753
753
|
case Aa:
|
|
754
|
-
return
|
|
754
|
+
return De(+e, +t);
|
|
755
755
|
case Sa:
|
|
756
756
|
return e.name == t.name && e.message == t.message;
|
|
757
757
|
case Ia:
|
|
@@ -760,14 +760,14 @@ function Na(e, t, r, n, o, i, a) {
|
|
|
760
760
|
case Ca:
|
|
761
761
|
var s = ba;
|
|
762
762
|
case Ta:
|
|
763
|
-
var l = n &
|
|
764
|
-
if (s || (s =
|
|
763
|
+
var l = n & ma;
|
|
764
|
+
if (s || (s = ya), e.size != t.size && !l)
|
|
765
765
|
return !1;
|
|
766
766
|
var u = a.get(e);
|
|
767
767
|
if (u)
|
|
768
768
|
return u == t;
|
|
769
769
|
n |= wa, a.set(e, t);
|
|
770
|
-
var d =
|
|
770
|
+
var d = _r(s(e), s(t), n, o, i, a);
|
|
771
771
|
return a.delete(e), d;
|
|
772
772
|
case Pa:
|
|
773
773
|
if (Ye)
|
|
@@ -777,7 +777,7 @@ function Na(e, t, r, n, o, i, a) {
|
|
|
777
777
|
}
|
|
778
778
|
var Ra = 1, za = Object.prototype, Ma = za.hasOwnProperty;
|
|
779
779
|
function La(e, t, r, n, o, i) {
|
|
780
|
-
var a = r & Ra, s =
|
|
780
|
+
var a = r & Ra, s = Ft(e), l = s.length, u = Ft(t), d = u.length;
|
|
781
781
|
if (l != d && !a)
|
|
782
782
|
return !1;
|
|
783
783
|
for (var c = l; c--; ) {
|
|
@@ -785,54 +785,54 @@ function La(e, t, r, n, o, i) {
|
|
|
785
785
|
if (!(a ? f in t : Ma.call(t, f)))
|
|
786
786
|
return !1;
|
|
787
787
|
}
|
|
788
|
-
var
|
|
789
|
-
if (
|
|
790
|
-
return
|
|
791
|
-
var
|
|
788
|
+
var b = i.get(e), g = i.get(t);
|
|
789
|
+
if (b && g)
|
|
790
|
+
return b == t && g == e;
|
|
791
|
+
var h = !0;
|
|
792
792
|
i.set(e, t), i.set(t, e);
|
|
793
|
-
for (var
|
|
793
|
+
for (var v = a; ++c < l; ) {
|
|
794
794
|
f = s[c];
|
|
795
|
-
var
|
|
795
|
+
var p = e[f], w = t[f];
|
|
796
796
|
if (n)
|
|
797
|
-
var
|
|
798
|
-
if (!(
|
|
799
|
-
|
|
797
|
+
var $ = a ? n(w, p, f, t, e, i) : n(p, w, f, e, t, i);
|
|
798
|
+
if (!($ === void 0 ? p === w || o(p, w, r, n, i) : $)) {
|
|
799
|
+
h = !1;
|
|
800
800
|
break;
|
|
801
801
|
}
|
|
802
|
-
|
|
802
|
+
v || (v = f == "constructor");
|
|
803
803
|
}
|
|
804
|
-
if (
|
|
805
|
-
var
|
|
806
|
-
|
|
804
|
+
if (h && !v) {
|
|
805
|
+
var C = e.constructor, O = t.constructor;
|
|
806
|
+
C != O && "constructor" in e && "constructor" in t && !(typeof C == "function" && C instanceof C && typeof O == "function" && O instanceof O) && (h = !1);
|
|
807
807
|
}
|
|
808
|
-
return i.delete(e), i.delete(t),
|
|
808
|
+
return i.delete(e), i.delete(t), h;
|
|
809
809
|
}
|
|
810
|
-
var ja = 1,
|
|
810
|
+
var ja = 1, Yt = "[object Arguments]", Xt = "[object Array]", Ne = "[object Object]", Ba = Object.prototype, Zt = Ba.hasOwnProperty;
|
|
811
811
|
function Ga(e, t, r, n, o, i) {
|
|
812
|
-
var a = j(e), s = j(t), l = a ?
|
|
813
|
-
l = l ==
|
|
814
|
-
var d = l ==
|
|
812
|
+
var a = j(e), s = j(t), l = a ? Xt : Q(e), u = s ? Xt : Q(t);
|
|
813
|
+
l = l == Yt ? Ne : l, u = u == Yt ? Ne : u;
|
|
814
|
+
var d = l == Ne, c = u == Ne, f = l == u;
|
|
815
815
|
if (f && tt(e)) {
|
|
816
816
|
if (!tt(t))
|
|
817
817
|
return !1;
|
|
818
818
|
a = !0, d = !1;
|
|
819
819
|
}
|
|
820
820
|
if (f && !d)
|
|
821
|
-
return i || (i = new
|
|
821
|
+
return i || (i = new U()), a || yr(e) ? _r(e, t, r, n, o, i) : Na(e, t, l, r, n, o, i);
|
|
822
822
|
if (!(r & ja)) {
|
|
823
|
-
var
|
|
824
|
-
if (
|
|
825
|
-
var
|
|
826
|
-
return i || (i = new
|
|
823
|
+
var b = d && Zt.call(e, "__wrapped__"), g = c && Zt.call(t, "__wrapped__");
|
|
824
|
+
if (b || g) {
|
|
825
|
+
var h = b ? e.value() : e, v = g ? t.value() : t;
|
|
826
|
+
return i || (i = new U()), o(h, v, r, n, i);
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
|
-
return f ? (i || (i = new
|
|
829
|
+
return f ? (i || (i = new U()), La(e, t, r, n, o, i)) : !1;
|
|
830
830
|
}
|
|
831
|
-
function
|
|
832
|
-
return e === t ? !0 : e == null || t == null || !
|
|
831
|
+
function yt(e, t, r, n, o) {
|
|
832
|
+
return e === t ? !0 : e == null || t == null || !ae(e) && !ae(t) ? e !== e && t !== t : Ga(e, t, r, n, yt, o);
|
|
833
833
|
}
|
|
834
|
-
var ka = 1,
|
|
835
|
-
function
|
|
834
|
+
var ka = 1, Fa = 2;
|
|
835
|
+
function Da(e, t, r, n) {
|
|
836
836
|
var o = r.length, i = o;
|
|
837
837
|
if (e == null)
|
|
838
838
|
return !i;
|
|
@@ -848,55 +848,55 @@ function Fa(e, t, r, n) {
|
|
|
848
848
|
if (l === void 0 && !(s in e))
|
|
849
849
|
return !1;
|
|
850
850
|
} else {
|
|
851
|
-
var d = new
|
|
852
|
-
if (!(c === void 0 ?
|
|
851
|
+
var d = new U(), c;
|
|
852
|
+
if (!(c === void 0 ? yt(u, l, ka | Fa, n, d) : c))
|
|
853
853
|
return !1;
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
856
|
return !0;
|
|
857
857
|
}
|
|
858
|
-
function
|
|
859
|
-
return e === e && !
|
|
858
|
+
function Sr(e) {
|
|
859
|
+
return e === e && !V(e);
|
|
860
860
|
}
|
|
861
861
|
function Ha(e) {
|
|
862
|
-
for (var t =
|
|
862
|
+
for (var t = pt(e), r = t.length; r--; ) {
|
|
863
863
|
var n = t[r], o = e[n];
|
|
864
|
-
t[r] = [n, o,
|
|
864
|
+
t[r] = [n, o, Sr(o)];
|
|
865
865
|
}
|
|
866
866
|
return t;
|
|
867
867
|
}
|
|
868
|
-
function
|
|
868
|
+
function Cr(e, t) {
|
|
869
869
|
return function(r) {
|
|
870
870
|
return r == null ? !1 : r[e] === t && (t !== void 0 || e in Object(r));
|
|
871
871
|
};
|
|
872
872
|
}
|
|
873
873
|
function Wa(e) {
|
|
874
874
|
var t = Ha(e);
|
|
875
|
-
return t.length == 1 && t[0][2] ?
|
|
876
|
-
return r === e ||
|
|
875
|
+
return t.length == 1 && t[0][2] ? Cr(t[0][0], t[0][1]) : function(r) {
|
|
876
|
+
return r === e || Da(r, e, t);
|
|
877
877
|
};
|
|
878
878
|
}
|
|
879
879
|
function Ua(e, t) {
|
|
880
880
|
return e != null && t in Object(e);
|
|
881
881
|
}
|
|
882
882
|
function Va(e, t, r) {
|
|
883
|
-
t =
|
|
883
|
+
t = Ue(t, e);
|
|
884
884
|
for (var n = -1, o = t.length, i = !1; ++n < o; ) {
|
|
885
|
-
var a =
|
|
885
|
+
var a = Oe(t[n]);
|
|
886
886
|
if (!(i = e != null && r(e, a)))
|
|
887
887
|
break;
|
|
888
888
|
e = e[a];
|
|
889
889
|
}
|
|
890
|
-
return i || ++n != o ? i : (o = e == null ? 0 : e.length, !!o &&
|
|
890
|
+
return i || ++n != o ? i : (o = e == null ? 0 : e.length, !!o && dt(o) && Fe(a, o) && (j(e) || ft(e)));
|
|
891
891
|
}
|
|
892
|
-
function
|
|
892
|
+
function Ar(e, t) {
|
|
893
893
|
return e != null && Va(e, t, Ua);
|
|
894
894
|
}
|
|
895
895
|
var qa = 1, Ka = 2;
|
|
896
896
|
function Ya(e, t) {
|
|
897
|
-
return
|
|
897
|
+
return gt(e) && Sr(t) ? Cr(Oe(e), t) : function(r) {
|
|
898
898
|
var n = Gi(r, e);
|
|
899
|
-
return n === void 0 && n === t ?
|
|
899
|
+
return n === void 0 && n === t ? Ar(r, e) : yt(t, n, qa | Ka);
|
|
900
900
|
};
|
|
901
901
|
}
|
|
902
902
|
function Xa(e) {
|
|
@@ -906,14 +906,14 @@ function Xa(e) {
|
|
|
906
906
|
}
|
|
907
907
|
function Za(e) {
|
|
908
908
|
return function(t) {
|
|
909
|
-
return
|
|
909
|
+
return ht(t, e);
|
|
910
910
|
};
|
|
911
911
|
}
|
|
912
912
|
function Ja(e) {
|
|
913
|
-
return
|
|
913
|
+
return gt(e) ? Xa(Oe(e)) : Za(e);
|
|
914
914
|
}
|
|
915
|
-
function
|
|
916
|
-
return typeof e == "function" ? e : e == null ?
|
|
915
|
+
function Ir(e) {
|
|
916
|
+
return typeof e == "function" ? e : e == null ? dr : typeof e == "object" ? j(e) ? Ya(e[0], e[1]) : Wa(e) : Ja(e);
|
|
917
917
|
}
|
|
918
918
|
function Qa(e) {
|
|
919
919
|
return function(t, r, n) {
|
|
@@ -927,7 +927,7 @@ function Qa(e) {
|
|
|
927
927
|
}
|
|
928
928
|
var es = Qa();
|
|
929
929
|
function ts(e, t) {
|
|
930
|
-
return e && es(e, t,
|
|
930
|
+
return e && es(e, t, pt);
|
|
931
931
|
}
|
|
932
932
|
var Xe = function() {
|
|
933
933
|
return F.Date.now();
|
|
@@ -936,77 +936,77 @@ function is(e, t, r) {
|
|
|
936
936
|
var n, o, i, a, s, l, u = 0, d = !1, c = !1, f = !0;
|
|
937
937
|
if (typeof e != "function")
|
|
938
938
|
throw new TypeError(rs);
|
|
939
|
-
t = Je(t) || 0,
|
|
940
|
-
function
|
|
941
|
-
var E = n,
|
|
942
|
-
return n = o = void 0, u = S, a = e.apply(
|
|
939
|
+
t = Je(t) || 0, V(r) && (d = !!r.leading, c = "maxWait" in r, i = c ? ns(Je(r.maxWait) || 0, t) : i, f = "trailing" in r ? !!r.trailing : f);
|
|
940
|
+
function b(S) {
|
|
941
|
+
var E = n, B = o;
|
|
942
|
+
return n = o = void 0, u = S, a = e.apply(B, E), a;
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
return u = S, s = setTimeout(
|
|
944
|
+
function g(S) {
|
|
945
|
+
return u = S, s = setTimeout(p, t), d ? b(S) : a;
|
|
946
946
|
}
|
|
947
|
-
function
|
|
948
|
-
var E = S - l,
|
|
949
|
-
return c ? os(
|
|
947
|
+
function h(S) {
|
|
948
|
+
var E = S - l, B = S - u, Y = t - E;
|
|
949
|
+
return c ? os(Y, i - B) : Y;
|
|
950
950
|
}
|
|
951
|
-
function
|
|
952
|
-
var E = S - l,
|
|
953
|
-
return l === void 0 || E >= t || E < 0 || c &&
|
|
951
|
+
function v(S) {
|
|
952
|
+
var E = S - l, B = S - u;
|
|
953
|
+
return l === void 0 || E >= t || E < 0 || c && B >= i;
|
|
954
954
|
}
|
|
955
|
-
function
|
|
955
|
+
function p() {
|
|
956
956
|
var S = Xe();
|
|
957
|
-
if (
|
|
957
|
+
if (v(S))
|
|
958
958
|
return w(S);
|
|
959
|
-
s = setTimeout(
|
|
959
|
+
s = setTimeout(p, h(S));
|
|
960
960
|
}
|
|
961
961
|
function w(S) {
|
|
962
|
-
return s = void 0, f && n ?
|
|
962
|
+
return s = void 0, f && n ? b(S) : (n = o = void 0, a);
|
|
963
963
|
}
|
|
964
|
-
function
|
|
964
|
+
function $() {
|
|
965
965
|
s !== void 0 && clearTimeout(s), u = 0, n = l = o = s = void 0;
|
|
966
966
|
}
|
|
967
|
-
function
|
|
967
|
+
function C() {
|
|
968
968
|
return s === void 0 ? a : w(Xe());
|
|
969
969
|
}
|
|
970
|
-
function
|
|
971
|
-
var S = Xe(), E =
|
|
970
|
+
function O() {
|
|
971
|
+
var S = Xe(), E = v(S);
|
|
972
972
|
if (n = arguments, o = this, l = S, E) {
|
|
973
973
|
if (s === void 0)
|
|
974
|
-
return
|
|
974
|
+
return g(l);
|
|
975
975
|
if (c)
|
|
976
|
-
return clearTimeout(s), s = setTimeout(
|
|
976
|
+
return clearTimeout(s), s = setTimeout(p, t), b(l);
|
|
977
977
|
}
|
|
978
|
-
return s === void 0 && (s = setTimeout(
|
|
978
|
+
return s === void 0 && (s = setTimeout(p, t)), a;
|
|
979
979
|
}
|
|
980
|
-
return
|
|
980
|
+
return O.cancel = $, O.flush = C, O;
|
|
981
981
|
}
|
|
982
982
|
function as(e, t, r) {
|
|
983
983
|
var n = e == null ? 0 : e.length;
|
|
984
984
|
if (!n)
|
|
985
985
|
return -1;
|
|
986
986
|
var o = n - 1;
|
|
987
|
-
return io(e,
|
|
987
|
+
return io(e, Ir(t), o);
|
|
988
988
|
}
|
|
989
989
|
var ss = "[object Boolean]";
|
|
990
990
|
function ls(e) {
|
|
991
|
-
return e === !0 || e === !1 ||
|
|
991
|
+
return e === !0 || e === !1 || ae(e) && le(e) == ss;
|
|
992
992
|
}
|
|
993
993
|
function us(e, t) {
|
|
994
994
|
var r = {};
|
|
995
|
-
return t =
|
|
996
|
-
|
|
995
|
+
return t = Ir(t), ts(e, function(n, o, i) {
|
|
996
|
+
pr(r, o, t(n, o, i));
|
|
997
997
|
}), r;
|
|
998
998
|
}
|
|
999
999
|
function cs(e, t, r, n) {
|
|
1000
|
-
if (!
|
|
1000
|
+
if (!V(e))
|
|
1001
1001
|
return e;
|
|
1002
|
-
t =
|
|
1002
|
+
t = Ue(t, e);
|
|
1003
1003
|
for (var o = -1, i = t.length, a = i - 1, s = e; s != null && ++o < i; ) {
|
|
1004
|
-
var l =
|
|
1004
|
+
var l = Oe(t[o]), u = r;
|
|
1005
1005
|
if (l === "__proto__" || l === "constructor" || l === "prototype")
|
|
1006
1006
|
return e;
|
|
1007
1007
|
if (o != a) {
|
|
1008
1008
|
var d = s[l];
|
|
1009
|
-
u = void 0, u === void 0 && (u =
|
|
1009
|
+
u = void 0, u === void 0 && (u = V(d) ? d : Fe(t[o + 1]) ? [] : {});
|
|
1010
1010
|
}
|
|
1011
1011
|
co(s, l, u), s = s[l];
|
|
1012
1012
|
}
|
|
@@ -1014,28 +1014,28 @@ function cs(e, t, r, n) {
|
|
|
1014
1014
|
}
|
|
1015
1015
|
function ds(e, t, r) {
|
|
1016
1016
|
for (var n = -1, o = t.length, i = {}; ++n < o; ) {
|
|
1017
|
-
var a = t[n], s =
|
|
1018
|
-
r(s, a) && cs(i,
|
|
1017
|
+
var a = t[n], s = ht(e, a);
|
|
1018
|
+
r(s, a) && cs(i, Ue(a, e), s);
|
|
1019
1019
|
}
|
|
1020
1020
|
return i;
|
|
1021
1021
|
}
|
|
1022
1022
|
function fs(e, t) {
|
|
1023
1023
|
return ds(e, t, function(r, n) {
|
|
1024
|
-
return
|
|
1024
|
+
return Ar(e, n);
|
|
1025
1025
|
});
|
|
1026
1026
|
}
|
|
1027
|
-
var
|
|
1027
|
+
var Jt = Di(function(e, t) {
|
|
1028
1028
|
return e == null ? {} : fs(e, t);
|
|
1029
1029
|
});
|
|
1030
|
-
function
|
|
1030
|
+
function Qt(e, t, r) {
|
|
1031
1031
|
var n = e == null ? 0 : e.length;
|
|
1032
|
-
return n ? (r && typeof r != "number" && go(e, t, r) ? (t = 0, r = n) : (t = t == null ? 0 : Qe(t), r = r === void 0 ? n : Qe(r)),
|
|
1032
|
+
return n ? (r && typeof r != "number" && go(e, t, r) ? (t = 0, r = n) : (t = t == null ? 0 : Qe(t), r = r === void 0 ? n : Qe(r)), wr(e, t, r)) : [];
|
|
1033
1033
|
}
|
|
1034
|
-
const
|
|
1035
|
-
const e =
|
|
1034
|
+
const Tr = Symbol.for("evo-vue-carousel__register-slide-client"), ps = () => {
|
|
1035
|
+
const e = P(/* @__PURE__ */ new Map()), t = P(!1), r = x(() => e.value.size), n = is(() => {
|
|
1036
1036
|
t.value = !0;
|
|
1037
1037
|
}, 5);
|
|
1038
|
-
return
|
|
1038
|
+
return ee(Tr, {
|
|
1039
1039
|
registerSlide: (s, l, { width: u = 0 } = {}) => {
|
|
1040
1040
|
e.value.set(s, { instance: l, width: u }), n();
|
|
1041
1041
|
},
|
|
@@ -1047,34 +1047,34 @@ const Ir = Symbol.for("evo-vue-carousel__register-slide-client"), ps = () => {
|
|
|
1047
1047
|
e.value.delete(s);
|
|
1048
1048
|
}
|
|
1049
1049
|
}), {
|
|
1050
|
-
slides:
|
|
1051
|
-
slideCount:
|
|
1052
|
-
isInit:
|
|
1050
|
+
slides: ne(e),
|
|
1051
|
+
slideCount: ne(r),
|
|
1052
|
+
isInit: ne(t)
|
|
1053
1053
|
};
|
|
1054
|
-
}, gs = () =>
|
|
1055
|
-
function
|
|
1056
|
-
return
|
|
1054
|
+
}, gs = () => te(Tr);
|
|
1055
|
+
function Te(e) {
|
|
1056
|
+
return Xr() ? (Zr(e), !0) : !1;
|
|
1057
1057
|
}
|
|
1058
|
-
function
|
|
1059
|
-
return typeof e == "function" ? e() :
|
|
1058
|
+
function Pe(e) {
|
|
1059
|
+
return typeof e == "function" ? e() : m(e);
|
|
1060
1060
|
}
|
|
1061
1061
|
const it = typeof window < "u" && typeof document < "u";
|
|
1062
1062
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
1063
1063
|
const vs = Object.prototype.toString, hs = (e) => vs.call(e) === "[object Object]", bs = () => {
|
|
1064
1064
|
};
|
|
1065
|
-
function
|
|
1066
|
-
return
|
|
1065
|
+
function ys(e) {
|
|
1066
|
+
return ut();
|
|
1067
1067
|
}
|
|
1068
|
-
function
|
|
1069
|
-
|
|
1068
|
+
function Or(e, t = !0, r) {
|
|
1069
|
+
ys() ? ir(e, r) : t ? e() : Kr(e);
|
|
1070
1070
|
}
|
|
1071
|
-
function
|
|
1071
|
+
function ms(e, t = 1e3, r = {}) {
|
|
1072
1072
|
const {
|
|
1073
1073
|
immediate: n = !0,
|
|
1074
1074
|
immediateCallback: o = !1
|
|
1075
1075
|
} = r;
|
|
1076
1076
|
let i = null;
|
|
1077
|
-
const a =
|
|
1077
|
+
const a = P(!1);
|
|
1078
1078
|
function s() {
|
|
1079
1079
|
i && (clearInterval(i), i = null);
|
|
1080
1080
|
}
|
|
@@ -1082,25 +1082,25 @@ function Or(e, t = 1e3, r = {}) {
|
|
|
1082
1082
|
a.value = !1, s();
|
|
1083
1083
|
}
|
|
1084
1084
|
function u() {
|
|
1085
|
-
const d =
|
|
1085
|
+
const d = Pe(t);
|
|
1086
1086
|
d <= 0 || (a.value = !0, o && e(), s(), i = setInterval(e, d));
|
|
1087
1087
|
}
|
|
1088
|
-
if (n && it && u(),
|
|
1089
|
-
const d =
|
|
1088
|
+
if (n && it && u(), Yr(t) || typeof t == "function") {
|
|
1089
|
+
const d = G(t, () => {
|
|
1090
1090
|
a.value && it && u();
|
|
1091
1091
|
});
|
|
1092
|
-
|
|
1092
|
+
Te(d);
|
|
1093
1093
|
}
|
|
1094
|
-
return
|
|
1094
|
+
return Te(l), {
|
|
1095
1095
|
isActive: a,
|
|
1096
1096
|
pause: l,
|
|
1097
1097
|
resume: u
|
|
1098
1098
|
};
|
|
1099
1099
|
}
|
|
1100
1100
|
const he = it ? window : void 0;
|
|
1101
|
-
function
|
|
1101
|
+
function re(e) {
|
|
1102
1102
|
var t;
|
|
1103
|
-
const r =
|
|
1103
|
+
const r = Pe(e);
|
|
1104
1104
|
return (t = r == null ? void 0 : r.$el) != null ? t : r;
|
|
1105
1105
|
}
|
|
1106
1106
|
function at(...e) {
|
|
@@ -1110,55 +1110,55 @@ function at(...e) {
|
|
|
1110
1110
|
Array.isArray(r) || (r = [r]), Array.isArray(n) || (n = [n]);
|
|
1111
1111
|
const i = [], a = () => {
|
|
1112
1112
|
i.forEach((d) => d()), i.length = 0;
|
|
1113
|
-
}, s = (d, c, f,
|
|
1114
|
-
() => [
|
|
1113
|
+
}, s = (d, c, f, b) => (d.addEventListener(c, f, b), () => d.removeEventListener(c, f, b)), l = G(
|
|
1114
|
+
() => [re(t), Pe(o)],
|
|
1115
1115
|
([d, c]) => {
|
|
1116
1116
|
if (a(), !d)
|
|
1117
1117
|
return;
|
|
1118
1118
|
const f = hs(c) ? { ...c } : c;
|
|
1119
1119
|
i.push(
|
|
1120
|
-
...r.flatMap((
|
|
1120
|
+
...r.flatMap((b) => n.map((g) => s(d, b, g, f)))
|
|
1121
1121
|
);
|
|
1122
1122
|
},
|
|
1123
1123
|
{ immediate: !0, flush: "post" }
|
|
1124
1124
|
), u = () => {
|
|
1125
1125
|
l(), a();
|
|
1126
1126
|
};
|
|
1127
|
-
return
|
|
1127
|
+
return Te(u), u;
|
|
1128
1128
|
}
|
|
1129
|
-
function
|
|
1130
|
-
const e =
|
|
1131
|
-
return t &&
|
|
1129
|
+
function ws() {
|
|
1130
|
+
const e = P(!1), t = ut();
|
|
1131
|
+
return t && ir(() => {
|
|
1132
1132
|
e.value = !0;
|
|
1133
1133
|
}, t), e;
|
|
1134
1134
|
}
|
|
1135
1135
|
function Pr(e) {
|
|
1136
|
-
const t =
|
|
1137
|
-
return
|
|
1136
|
+
const t = ws();
|
|
1137
|
+
return x(() => (t.value, !!e()));
|
|
1138
1138
|
}
|
|
1139
|
-
function
|
|
1139
|
+
function xs(e, t = {}) {
|
|
1140
1140
|
const { window: r = he } = t, n = Pr(() => r && "matchMedia" in r && typeof r.matchMedia == "function");
|
|
1141
1141
|
let o;
|
|
1142
|
-
const i =
|
|
1142
|
+
const i = P(!1), a = (u) => {
|
|
1143
1143
|
i.value = u.matches;
|
|
1144
1144
|
}, s = () => {
|
|
1145
1145
|
o && ("removeEventListener" in o ? o.removeEventListener("change", a) : o.removeListener(a));
|
|
1146
1146
|
}, l = Jr(() => {
|
|
1147
|
-
n.value && (s(), o = r.matchMedia(
|
|
1147
|
+
n.value && (s(), o = r.matchMedia(Pe(e)), "addEventListener" in o ? o.addEventListener("change", a) : o.addListener(a), i.value = o.matches);
|
|
1148
1148
|
});
|
|
1149
|
-
return
|
|
1149
|
+
return Te(() => {
|
|
1150
1150
|
l(), s(), o = void 0;
|
|
1151
1151
|
}), i;
|
|
1152
1152
|
}
|
|
1153
|
-
function
|
|
1153
|
+
function _s(e, t, r = {}) {
|
|
1154
1154
|
const { window: n = he, ...o } = r;
|
|
1155
1155
|
let i;
|
|
1156
1156
|
const a = Pr(() => n && "ResizeObserver" in n), s = () => {
|
|
1157
1157
|
i && (i.disconnect(), i = void 0);
|
|
1158
|
-
}, l =
|
|
1159
|
-
const c =
|
|
1160
|
-
return Array.isArray(c) ? c.map((f) =>
|
|
1161
|
-
}), u =
|
|
1158
|
+
}, l = x(() => {
|
|
1159
|
+
const c = Pe(e);
|
|
1160
|
+
return Array.isArray(c) ? c.map((f) => re(f)) : [re(c)];
|
|
1161
|
+
}), u = G(
|
|
1162
1162
|
l,
|
|
1163
1163
|
(c) => {
|
|
1164
1164
|
if (s(), a.value && n) {
|
|
@@ -1171,17 +1171,17 @@ function xs(e, t, r = {}) {
|
|
|
1171
1171
|
), d = () => {
|
|
1172
1172
|
s(), u();
|
|
1173
1173
|
};
|
|
1174
|
-
return
|
|
1174
|
+
return Te(d), {
|
|
1175
1175
|
isSupported: a,
|
|
1176
1176
|
stop: d
|
|
1177
1177
|
};
|
|
1178
1178
|
}
|
|
1179
|
-
function
|
|
1179
|
+
function Ss(e, t = {}) {
|
|
1180
1180
|
const {
|
|
1181
1181
|
delayEnter: r = 0,
|
|
1182
1182
|
delayLeave: n = 0,
|
|
1183
1183
|
window: o = he
|
|
1184
|
-
} = t, i =
|
|
1184
|
+
} = t, i = P(!1);
|
|
1185
1185
|
let a;
|
|
1186
1186
|
const s = (l) => {
|
|
1187
1187
|
const u = l ? r : n;
|
|
@@ -1190,33 +1190,33 @@ function _s(e, t = {}) {
|
|
|
1190
1190
|
return o && (at(e, "mouseenter", () => s(!0), { passive: !0 }), at(e, "mouseleave", () => s(!1), { passive: !0 })), i;
|
|
1191
1191
|
}
|
|
1192
1192
|
function mt(e, t = { width: 0, height: 0 }, r = {}) {
|
|
1193
|
-
const { window: n = he, box: o = "content-box" } = r, i =
|
|
1193
|
+
const { window: n = he, box: o = "content-box" } = r, i = x(() => {
|
|
1194
1194
|
var c, f;
|
|
1195
|
-
return (f = (c =
|
|
1196
|
-
}), a =
|
|
1195
|
+
return (f = (c = re(e)) == null ? void 0 : c.namespaceURI) == null ? void 0 : f.includes("svg");
|
|
1196
|
+
}), a = P(t.width), s = P(t.height), { stop: l } = _s(
|
|
1197
1197
|
e,
|
|
1198
1198
|
([c]) => {
|
|
1199
1199
|
const f = o === "border-box" ? c.borderBoxSize : o === "content-box" ? c.contentBoxSize : c.devicePixelContentBoxSize;
|
|
1200
1200
|
if (n && i.value) {
|
|
1201
|
-
const
|
|
1202
|
-
if (
|
|
1203
|
-
const
|
|
1204
|
-
a.value =
|
|
1201
|
+
const b = re(e);
|
|
1202
|
+
if (b) {
|
|
1203
|
+
const g = b.getBoundingClientRect();
|
|
1204
|
+
a.value = g.width, s.value = g.height;
|
|
1205
1205
|
}
|
|
1206
1206
|
} else if (f) {
|
|
1207
|
-
const
|
|
1208
|
-
a.value =
|
|
1207
|
+
const b = Array.isArray(f) ? f : [f];
|
|
1208
|
+
a.value = b.reduce((g, { inlineSize: h }) => g + h, 0), s.value = b.reduce((g, { blockSize: h }) => g + h, 0);
|
|
1209
1209
|
} else
|
|
1210
1210
|
a.value = c.contentRect.width, s.value = c.contentRect.height;
|
|
1211
1211
|
},
|
|
1212
1212
|
r
|
|
1213
1213
|
);
|
|
1214
|
-
|
|
1215
|
-
const c =
|
|
1214
|
+
Or(() => {
|
|
1215
|
+
const c = re(e);
|
|
1216
1216
|
c && (a.value = "offsetWidth" in c ? c.offsetWidth : t.width, s.value = "offsetHeight" in c ? c.offsetHeight : t.height);
|
|
1217
1217
|
});
|
|
1218
|
-
const u =
|
|
1219
|
-
() =>
|
|
1218
|
+
const u = G(
|
|
1219
|
+
() => re(e),
|
|
1220
1220
|
(c) => {
|
|
1221
1221
|
a.value = c ? t.width : 0, s.value = c ? t.height : 0;
|
|
1222
1222
|
}
|
|
@@ -1230,7 +1230,7 @@ function mt(e, t = { width: 0, height: 0 }, r = {}) {
|
|
|
1230
1230
|
stop: d
|
|
1231
1231
|
};
|
|
1232
1232
|
}
|
|
1233
|
-
function
|
|
1233
|
+
function Cs(e = {}) {
|
|
1234
1234
|
const {
|
|
1235
1235
|
window: t = he,
|
|
1236
1236
|
initialWidth: r = Number.POSITIVE_INFINITY,
|
|
@@ -1238,16 +1238,16 @@ function Ss(e = {}) {
|
|
|
1238
1238
|
listenOrientation: o = !0,
|
|
1239
1239
|
includeScrollbar: i = !0,
|
|
1240
1240
|
type: a = "inner"
|
|
1241
|
-
} = e, s =
|
|
1241
|
+
} = e, s = P(r), l = P(n), u = () => {
|
|
1242
1242
|
t && (a === "outer" ? (s.value = t.outerWidth, l.value = t.outerHeight) : i ? (s.value = t.innerWidth, l.value = t.innerHeight) : (s.value = t.document.documentElement.clientWidth, l.value = t.document.documentElement.clientHeight));
|
|
1243
1243
|
};
|
|
1244
|
-
if (u(),
|
|
1245
|
-
const d =
|
|
1246
|
-
|
|
1244
|
+
if (u(), Or(u), at("resize", u, { passive: !0 }), o) {
|
|
1245
|
+
const d = xs("(orientation: portrait)");
|
|
1246
|
+
G(d, () => u());
|
|
1247
1247
|
}
|
|
1248
1248
|
return { width: s, height: l };
|
|
1249
1249
|
}
|
|
1250
|
-
const
|
|
1250
|
+
const er = [
|
|
1251
1251
|
"perPage",
|
|
1252
1252
|
"mode",
|
|
1253
1253
|
"autoplay",
|
|
@@ -1260,7 +1260,7 @@ const Qt = [
|
|
|
1260
1260
|
"hideNavigation",
|
|
1261
1261
|
"hidePagination"
|
|
1262
1262
|
];
|
|
1263
|
-
function
|
|
1263
|
+
function As(e, t) {
|
|
1264
1264
|
const r = parseInt(this.perPage);
|
|
1265
1265
|
switch (t) {
|
|
1266
1266
|
case "perPage":
|
|
@@ -1271,59 +1271,72 @@ function Cs(e, t) {
|
|
|
1271
1271
|
case "gap":
|
|
1272
1272
|
return r === 1 ? 0 : +e;
|
|
1273
1273
|
case "autoplay":
|
|
1274
|
-
return e ? e === !0 ? 5e3 : +e
|
|
1274
|
+
return !e || e === "false" || e === "0" ? !1 : e === !0 || e === "true" ? 5e3 : +e;
|
|
1275
1275
|
case "wrap":
|
|
1276
1276
|
case "pauseOnHover":
|
|
1277
1277
|
case "hideNavigation":
|
|
1278
1278
|
case "hidePagination":
|
|
1279
|
-
return ls(e) ? e : !!e;
|
|
1279
|
+
return e === "true" ? e = !0 : e === "false" && (e = !1), ls(e) ? e : !!e;
|
|
1280
1280
|
default:
|
|
1281
1281
|
return e;
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
|
-
const
|
|
1285
|
-
const { width: t } =
|
|
1286
|
-
() => Object.entries(e.responsive).map(([i, a]) => [parseInt(i),
|
|
1287
|
-
), o =
|
|
1284
|
+
const Is = (e) => {
|
|
1285
|
+
const { width: t } = Cs(), r = x(() => Jt(e, er)), n = x(
|
|
1286
|
+
() => Object.entries(e.responsive).map(([i, a]) => [parseInt(i), Jt(a, er)]).filter((i) => isNaN(i[0]) === !1).sort((i, a) => a[0] - i[0])
|
|
1287
|
+
), o = x(() => {
|
|
1288
1288
|
const i = n.value.find((a) => t.value >= a[0]);
|
|
1289
1289
|
return i ? i[1] : {};
|
|
1290
1290
|
});
|
|
1291
|
-
return
|
|
1291
|
+
return x(() => {
|
|
1292
1292
|
const i = Object.assign({}, r.value, o.value);
|
|
1293
|
-
return us(i,
|
|
1293
|
+
return us(i, As.bind(i));
|
|
1294
1294
|
});
|
|
1295
|
-
},
|
|
1296
|
-
const n = r.value.mode ===
|
|
1295
|
+
}, st = (e, t, r) => {
|
|
1296
|
+
const n = r.value.mode === Me.GALLERY, o = r.value.wrap === !0, i = r.value.perPage, a = t - i;
|
|
1297
1297
|
return n ? e < 0 && o === !1 || a < 0 || e > t ? 0 : e : o === !1 && e <= 0 ? 0 : o === !1 && e >= t ? a : e;
|
|
1298
|
-
},
|
|
1299
|
-
const n =
|
|
1298
|
+
}, $r = Symbol.for("evo-vue-carousel__config"), Er = Symbol.for("evo-vue-carousel__slide-count"), Nr = Symbol.for("evo-vue-carousel__current-index"), Rr = Symbol.for("evo-vue-carousel__is-hovered"), zr = Symbol.for("evo-vue-carousel__is-navigating"), Mr = Symbol.for("evo-vue-carousel__autoplay-fn"), Ts = (e, t, r) => {
|
|
1299
|
+
const n = P(!1), o = Is(e), i = P(st(e.initialIndex, t.value, o)), a = Ss(r, {
|
|
1300
1300
|
delayEnter: +e.hoverDelayEnter,
|
|
1301
1301
|
delayLeave: +e.hoverDelayLeave
|
|
1302
|
-
})
|
|
1303
|
-
|
|
1302
|
+
}), s = x(() => o.value.autoplay ?? 0), l = (f) => {
|
|
1303
|
+
i.value = st(f, t.value, o);
|
|
1304
|
+
}, {
|
|
1305
|
+
pause: u,
|
|
1306
|
+
resume: d,
|
|
1307
|
+
isActive: c
|
|
1308
|
+
} = ms(() => {
|
|
1309
|
+
l(i.value + o.value.slideBy);
|
|
1310
|
+
}, s);
|
|
1311
|
+
return ee($r, o), ee(Er, ne(t)), ee(Nr, i), ee(Rr, a), ee(zr, n), ee(Mr, {
|
|
1312
|
+
pauseAutoplay: u,
|
|
1313
|
+
resumeAutoplay: d,
|
|
1314
|
+
autoplayIsActive: c
|
|
1315
|
+
}), {
|
|
1304
1316
|
config: o,
|
|
1305
|
-
currentIndex:
|
|
1317
|
+
currentIndex: ne(i),
|
|
1306
1318
|
isHovered: a
|
|
1307
1319
|
};
|
|
1308
|
-
},
|
|
1309
|
-
const e =
|
|
1310
|
-
t.value =
|
|
1311
|
-
},
|
|
1312
|
-
o.value =
|
|
1320
|
+
}, $e = () => {
|
|
1321
|
+
const e = te($r), t = te(Nr), r = te(Er), n = te(Rr), o = te(zr), i = te(Mr), a = (l) => {
|
|
1322
|
+
t.value = st(l, r.value, e);
|
|
1323
|
+
}, s = (l) => {
|
|
1324
|
+
o.value = l;
|
|
1313
1325
|
};
|
|
1314
1326
|
return {
|
|
1315
1327
|
config: e,
|
|
1316
|
-
currentIndex:
|
|
1317
|
-
setCurrentIndex:
|
|
1328
|
+
currentIndex: ne(t),
|
|
1329
|
+
setCurrentIndex: a,
|
|
1318
1330
|
slideCount: r,
|
|
1319
1331
|
isHovered: n,
|
|
1320
|
-
isNavigating:
|
|
1321
|
-
setIsNavigating:
|
|
1332
|
+
isNavigating: ne(o),
|
|
1333
|
+
setIsNavigating: s,
|
|
1334
|
+
...i
|
|
1322
1335
|
};
|
|
1323
|
-
},
|
|
1336
|
+
}, Os = { class: "evo-vue-carousel__content h-full max-h-full relative" }, Ps = {
|
|
1324
1337
|
key: 0,
|
|
1325
1338
|
class: "evo-vue-carousel__overlay absolute inset-0"
|
|
1326
|
-
},
|
|
1339
|
+
}, El = {
|
|
1327
1340
|
__name: "index",
|
|
1328
1341
|
props: {
|
|
1329
1342
|
autoplay: {
|
|
@@ -1356,8 +1369,8 @@ const As = (e) => {
|
|
|
1356
1369
|
},
|
|
1357
1370
|
mode: {
|
|
1358
1371
|
type: String,
|
|
1359
|
-
default:
|
|
1360
|
-
validator: (e) => Object.values(
|
|
1372
|
+
default: Me.SLIDER,
|
|
1373
|
+
validator: (e) => Object.values(Me).includes(e)
|
|
1361
1374
|
},
|
|
1362
1375
|
initialIndex: {
|
|
1363
1376
|
type: [String, Number],
|
|
@@ -1484,62 +1497,62 @@ const As = (e) => {
|
|
|
1484
1497
|
}
|
|
1485
1498
|
},
|
|
1486
1499
|
setup(e) {
|
|
1487
|
-
const t = e, r =
|
|
1500
|
+
const t = e, r = P(null), { slideCount: n, isInit: o } = ps(), { config: i, isHovered: a } = Ts(t, n, r);
|
|
1488
1501
|
return (s, l) => (L(), ve("div", {
|
|
1489
1502
|
ref_key: "sliderRef",
|
|
1490
1503
|
ref: r,
|
|
1491
1504
|
class: N(["evo-vue-carousel relative max-h-full", {
|
|
1492
|
-
"is-hovered":
|
|
1505
|
+
"is-hovered": m(a)
|
|
1493
1506
|
}])
|
|
1494
1507
|
}, [
|
|
1495
|
-
pe("div",
|
|
1496
|
-
|
|
1508
|
+
pe("div", Os, [
|
|
1509
|
+
W(m(Se), {
|
|
1497
1510
|
slots: s.$slots,
|
|
1498
1511
|
only: ["default"]
|
|
1499
1512
|
}, {
|
|
1500
|
-
default:
|
|
1501
|
-
|
|
1513
|
+
default: oe(() => [
|
|
1514
|
+
m(i).mode === "gallery" ? (L(), fe(m(Pl), {
|
|
1502
1515
|
key: 0,
|
|
1503
|
-
"total-slides":
|
|
1504
|
-
"is-init":
|
|
1505
|
-
}, null, 8, ["total-slides", "is-init"])) : (L(), fe(
|
|
1516
|
+
"total-slides": m(n),
|
|
1517
|
+
"is-init": m(o)
|
|
1518
|
+
}, null, 8, ["total-slides", "is-init"])) : (L(), fe(m(Tl), {
|
|
1506
1519
|
key: 1,
|
|
1507
1520
|
class: N(t.viewportClass),
|
|
1508
|
-
"total-slides":
|
|
1509
|
-
"is-init":
|
|
1521
|
+
"total-slides": m(n),
|
|
1522
|
+
"is-init": m(o)
|
|
1510
1523
|
}, null, 8, ["class", "total-slides", "is-init"]))
|
|
1511
1524
|
]),
|
|
1512
1525
|
_: 1
|
|
1513
1526
|
}, 8, ["slots"]),
|
|
1514
|
-
s.$slots.overlay ? (L(), ve("div",
|
|
1515
|
-
|
|
1516
|
-
])) :
|
|
1517
|
-
|
|
1527
|
+
s.$slots.overlay ? (L(), ve("div", Ps, [
|
|
1528
|
+
ie(s.$slots, "overlay")
|
|
1529
|
+
])) : Re("", !0),
|
|
1530
|
+
m(i).hideNavigation !== !0 ? (L(), fe(m(Se), {
|
|
1518
1531
|
key: 1,
|
|
1519
1532
|
slots: s.$slots,
|
|
1520
1533
|
only: ["navigation-prev", "navigation-next", "navigation"]
|
|
1521
1534
|
}, {
|
|
1522
|
-
default:
|
|
1523
|
-
|
|
1535
|
+
default: oe(() => [
|
|
1536
|
+
W(m(hl), {
|
|
1524
1537
|
class: N(t.navigationClass),
|
|
1525
1538
|
"item-class": t.navigationItemClass,
|
|
1526
1539
|
"item-size-class": t.navigationItemSizeClass,
|
|
1527
1540
|
"prev-class": t.navigationPrevClass,
|
|
1528
1541
|
"next-class": t.navigationNextClass,
|
|
1529
|
-
"total-slides":
|
|
1542
|
+
"total-slides": m(n),
|
|
1530
1543
|
"disable-on-navigation": t.disableOnNavigation
|
|
1531
1544
|
}, null, 8, ["class", "item-class", "item-size-class", "prev-class", "next-class", "total-slides", "disable-on-navigation"])
|
|
1532
1545
|
]),
|
|
1533
1546
|
_: 1
|
|
1534
|
-
}, 8, ["slots"])) :
|
|
1547
|
+
}, 8, ["slots"])) : Re("", !0)
|
|
1535
1548
|
]),
|
|
1536
|
-
|
|
1549
|
+
m(i).hidePagination !== !0 ? (L(), fe(m(Se), {
|
|
1537
1550
|
key: 0,
|
|
1538
1551
|
slots: s.$slots,
|
|
1539
1552
|
only: ["pagination", "pagination-item"]
|
|
1540
1553
|
}, {
|
|
1541
|
-
default:
|
|
1542
|
-
|
|
1554
|
+
default: oe(() => [
|
|
1555
|
+
W(m(ul), {
|
|
1543
1556
|
class: N(t.paginationClass),
|
|
1544
1557
|
"background-class": t.paginationBackgroundClass,
|
|
1545
1558
|
"item-class": t.paginationItemClass,
|
|
@@ -1547,25 +1560,25 @@ const As = (e) => {
|
|
|
1547
1560
|
"item-active-class": t.paginationItemActiveClass,
|
|
1548
1561
|
"item-dot-class": t.paginationItemDotClass,
|
|
1549
1562
|
"item-dot-active-class": t.paginationItemDotActiveClass,
|
|
1550
|
-
"total-slides":
|
|
1551
|
-
"per-page":
|
|
1552
|
-
wrap:
|
|
1563
|
+
"total-slides": m(n),
|
|
1564
|
+
"per-page": m(i).perPage,
|
|
1565
|
+
wrap: m(i).wrap,
|
|
1553
1566
|
"disable-on-navigation": t.disableOnNavigation
|
|
1554
1567
|
}, null, 8, ["class", "background-class", "item-class", "item-size-class", "item-active-class", "item-dot-class", "item-dot-active-class", "total-slides", "per-page", "wrap", "disable-on-navigation"])
|
|
1555
1568
|
]),
|
|
1556
1569
|
_: 1
|
|
1557
|
-
}, 8, ["slots"])) :
|
|
1570
|
+
}, 8, ["slots"])) : Re("", !0)
|
|
1558
1571
|
], 2));
|
|
1559
1572
|
}
|
|
1560
|
-
},
|
|
1561
|
-
const t =
|
|
1573
|
+
}, wt = "-", $s = (e) => {
|
|
1574
|
+
const t = Ns(e), {
|
|
1562
1575
|
conflictingClassGroups: r,
|
|
1563
1576
|
conflictingClassGroupModifiers: n
|
|
1564
1577
|
} = e;
|
|
1565
1578
|
return {
|
|
1566
1579
|
getClassGroupId: (a) => {
|
|
1567
|
-
const s = a.split(
|
|
1568
|
-
return s[0] === "" && s.length !== 1 && s.shift(), Lr(s, t) ||
|
|
1580
|
+
const s = a.split(wt);
|
|
1581
|
+
return s[0] === "" && s.length !== 1 && s.shift(), Lr(s, t) || Es(a);
|
|
1569
1582
|
},
|
|
1570
1583
|
getConflictingClassGroupIds: (a, s) => {
|
|
1571
1584
|
const l = r[a] || [];
|
|
@@ -1581,17 +1594,17 @@ const As = (e) => {
|
|
|
1581
1594
|
return o;
|
|
1582
1595
|
if (t.validators.length === 0)
|
|
1583
1596
|
return;
|
|
1584
|
-
const i = e.join(
|
|
1597
|
+
const i = e.join(wt);
|
|
1585
1598
|
return (a = t.validators.find(({
|
|
1586
1599
|
validator: s
|
|
1587
1600
|
}) => s(i))) == null ? void 0 : a.classGroupId;
|
|
1588
|
-
},
|
|
1589
|
-
if (
|
|
1590
|
-
const t =
|
|
1601
|
+
}, tr = /^\[(.+)\]$/, Es = (e) => {
|
|
1602
|
+
if (tr.test(e)) {
|
|
1603
|
+
const t = tr.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
1591
1604
|
if (r)
|
|
1592
1605
|
return "arbitrary.." + r;
|
|
1593
1606
|
}
|
|
1594
|
-
},
|
|
1607
|
+
}, Ns = (e) => {
|
|
1595
1608
|
const {
|
|
1596
1609
|
theme: t,
|
|
1597
1610
|
prefix: r
|
|
@@ -1599,19 +1612,19 @@ const As = (e) => {
|
|
|
1599
1612
|
nextPart: /* @__PURE__ */ new Map(),
|
|
1600
1613
|
validators: []
|
|
1601
1614
|
};
|
|
1602
|
-
return
|
|
1603
|
-
|
|
1615
|
+
return zs(Object.entries(e.classGroups), r).forEach(([i, a]) => {
|
|
1616
|
+
lt(a, n, i, t);
|
|
1604
1617
|
}), n;
|
|
1605
|
-
},
|
|
1618
|
+
}, lt = (e, t, r, n) => {
|
|
1606
1619
|
e.forEach((o) => {
|
|
1607
1620
|
if (typeof o == "string") {
|
|
1608
|
-
const i = o === "" ? t :
|
|
1621
|
+
const i = o === "" ? t : rr(t, o);
|
|
1609
1622
|
i.classGroupId = r;
|
|
1610
1623
|
return;
|
|
1611
1624
|
}
|
|
1612
1625
|
if (typeof o == "function") {
|
|
1613
|
-
if (
|
|
1614
|
-
|
|
1626
|
+
if (Rs(o)) {
|
|
1627
|
+
lt(o(n), t, r, n);
|
|
1615
1628
|
return;
|
|
1616
1629
|
}
|
|
1617
1630
|
t.validators.push({
|
|
@@ -1621,21 +1634,21 @@ const As = (e) => {
|
|
|
1621
1634
|
return;
|
|
1622
1635
|
}
|
|
1623
1636
|
Object.entries(o).forEach(([i, a]) => {
|
|
1624
|
-
|
|
1637
|
+
lt(a, rr(t, i), r, n);
|
|
1625
1638
|
});
|
|
1626
1639
|
});
|
|
1627
|
-
},
|
|
1640
|
+
}, rr = (e, t) => {
|
|
1628
1641
|
let r = e;
|
|
1629
|
-
return t.split(
|
|
1642
|
+
return t.split(wt).forEach((n) => {
|
|
1630
1643
|
r.nextPart.has(n) || r.nextPart.set(n, {
|
|
1631
1644
|
nextPart: /* @__PURE__ */ new Map(),
|
|
1632
1645
|
validators: []
|
|
1633
1646
|
}), r = r.nextPart.get(n);
|
|
1634
1647
|
}), r;
|
|
1635
|
-
},
|
|
1648
|
+
}, Rs = (e) => e.isThemeGetter, zs = (e, t) => t ? e.map(([r, n]) => {
|
|
1636
1649
|
const o = n.map((i) => typeof i == "string" ? t + i : typeof i == "object" ? Object.fromEntries(Object.entries(i).map(([a, s]) => [t + a, s])) : i);
|
|
1637
1650
|
return [r, o];
|
|
1638
|
-
}) : e,
|
|
1651
|
+
}) : e, Ms = (e) => {
|
|
1639
1652
|
if (e < 1)
|
|
1640
1653
|
return {
|
|
1641
1654
|
get: () => {
|
|
@@ -1659,40 +1672,40 @@ const As = (e) => {
|
|
|
1659
1672
|
r.has(i) ? r.set(i, a) : o(i, a);
|
|
1660
1673
|
}
|
|
1661
1674
|
};
|
|
1662
|
-
}, jr = "!",
|
|
1675
|
+
}, jr = "!", Ls = (e) => {
|
|
1663
1676
|
const {
|
|
1664
1677
|
separator: t,
|
|
1665
1678
|
experimentalParseClassName: r
|
|
1666
1679
|
} = e, n = t.length === 1, o = t[0], i = t.length, a = (s) => {
|
|
1667
1680
|
const l = [];
|
|
1668
1681
|
let u = 0, d = 0, c;
|
|
1669
|
-
for (let
|
|
1670
|
-
let
|
|
1682
|
+
for (let v = 0; v < s.length; v++) {
|
|
1683
|
+
let p = s[v];
|
|
1671
1684
|
if (u === 0) {
|
|
1672
|
-
if (
|
|
1673
|
-
l.push(s.slice(d,
|
|
1685
|
+
if (p === o && (n || s.slice(v, v + i) === t)) {
|
|
1686
|
+
l.push(s.slice(d, v)), d = v + i;
|
|
1674
1687
|
continue;
|
|
1675
1688
|
}
|
|
1676
|
-
if (
|
|
1677
|
-
c =
|
|
1689
|
+
if (p === "/") {
|
|
1690
|
+
c = v;
|
|
1678
1691
|
continue;
|
|
1679
1692
|
}
|
|
1680
1693
|
}
|
|
1681
|
-
|
|
1694
|
+
p === "[" ? u++ : p === "]" && u--;
|
|
1682
1695
|
}
|
|
1683
|
-
const f = l.length === 0 ? s : s.substring(d),
|
|
1696
|
+
const f = l.length === 0 ? s : s.substring(d), b = f.startsWith(jr), g = b ? f.substring(1) : f, h = c && c > d ? c - d : void 0;
|
|
1684
1697
|
return {
|
|
1685
1698
|
modifiers: l,
|
|
1686
|
-
hasImportantModifier:
|
|
1687
|
-
baseClassName:
|
|
1688
|
-
maybePostfixModifierPosition:
|
|
1699
|
+
hasImportantModifier: b,
|
|
1700
|
+
baseClassName: g,
|
|
1701
|
+
maybePostfixModifierPosition: h
|
|
1689
1702
|
};
|
|
1690
1703
|
};
|
|
1691
1704
|
return r ? (s) => r({
|
|
1692
1705
|
className: s,
|
|
1693
1706
|
parseClassName: a
|
|
1694
1707
|
}) : a;
|
|
1695
|
-
},
|
|
1708
|
+
}, js = (e) => {
|
|
1696
1709
|
if (e.length <= 1)
|
|
1697
1710
|
return e;
|
|
1698
1711
|
const t = [];
|
|
@@ -1700,50 +1713,50 @@ const As = (e) => {
|
|
|
1700
1713
|
return e.forEach((n) => {
|
|
1701
1714
|
n[0] === "[" ? (t.push(...r.sort(), n), r = []) : r.push(n);
|
|
1702
1715
|
}), t.push(...r.sort()), t;
|
|
1703
|
-
},
|
|
1704
|
-
cache:
|
|
1705
|
-
parseClassName:
|
|
1706
|
-
|
|
1707
|
-
}),
|
|
1716
|
+
}, Bs = (e) => ({
|
|
1717
|
+
cache: Ms(e.cacheSize),
|
|
1718
|
+
parseClassName: Ls(e),
|
|
1719
|
+
...$s(e)
|
|
1720
|
+
}), Gs = /\s+/, ks = (e, t) => {
|
|
1708
1721
|
const {
|
|
1709
1722
|
parseClassName: r,
|
|
1710
1723
|
getClassGroupId: n,
|
|
1711
1724
|
getConflictingClassGroupIds: o
|
|
1712
|
-
} = t, i = [], a = e.trim().split(
|
|
1725
|
+
} = t, i = [], a = e.trim().split(Gs);
|
|
1713
1726
|
let s = "";
|
|
1714
1727
|
for (let l = a.length - 1; l >= 0; l -= 1) {
|
|
1715
1728
|
const u = a[l], {
|
|
1716
1729
|
modifiers: d,
|
|
1717
1730
|
hasImportantModifier: c,
|
|
1718
1731
|
baseClassName: f,
|
|
1719
|
-
maybePostfixModifierPosition:
|
|
1732
|
+
maybePostfixModifierPosition: b
|
|
1720
1733
|
} = r(u);
|
|
1721
|
-
let
|
|
1722
|
-
if (!
|
|
1723
|
-
if (!
|
|
1734
|
+
let g = !!b, h = n(g ? f.substring(0, b) : f);
|
|
1735
|
+
if (!h) {
|
|
1736
|
+
if (!g) {
|
|
1724
1737
|
s = u + (s.length > 0 ? " " + s : s);
|
|
1725
1738
|
continue;
|
|
1726
1739
|
}
|
|
1727
|
-
if (
|
|
1740
|
+
if (h = n(f), !h) {
|
|
1728
1741
|
s = u + (s.length > 0 ? " " + s : s);
|
|
1729
1742
|
continue;
|
|
1730
1743
|
}
|
|
1731
|
-
|
|
1744
|
+
g = !1;
|
|
1732
1745
|
}
|
|
1733
|
-
const
|
|
1746
|
+
const v = js(d).join(":"), p = c ? v + jr : v, w = p + h;
|
|
1734
1747
|
if (i.includes(w))
|
|
1735
1748
|
continue;
|
|
1736
1749
|
i.push(w);
|
|
1737
|
-
const
|
|
1738
|
-
for (let
|
|
1739
|
-
const
|
|
1740
|
-
i.push(
|
|
1750
|
+
const $ = o(h, g);
|
|
1751
|
+
for (let C = 0; C < $.length; ++C) {
|
|
1752
|
+
const O = $[C];
|
|
1753
|
+
i.push(p + O);
|
|
1741
1754
|
}
|
|
1742
1755
|
s = u + (s.length > 0 ? " " + s : s);
|
|
1743
1756
|
}
|
|
1744
1757
|
return s;
|
|
1745
1758
|
};
|
|
1746
|
-
function
|
|
1759
|
+
function Fs() {
|
|
1747
1760
|
let e = 0, t, r, n = "";
|
|
1748
1761
|
for (; e < arguments.length; )
|
|
1749
1762
|
(t = arguments[e++]) && (r = Br(t)) && (n && (n += " "), n += r);
|
|
@@ -1761,61 +1774,61 @@ function Ds(e, ...t) {
|
|
|
1761
1774
|
let r, n, o, i = a;
|
|
1762
1775
|
function a(l) {
|
|
1763
1776
|
const u = t.reduce((d, c) => c(d), e());
|
|
1764
|
-
return r =
|
|
1777
|
+
return r = Bs(u), n = r.cache.get, o = r.cache.set, i = s, s(l);
|
|
1765
1778
|
}
|
|
1766
1779
|
function s(l) {
|
|
1767
1780
|
const u = n(l);
|
|
1768
1781
|
if (u)
|
|
1769
1782
|
return u;
|
|
1770
|
-
const d =
|
|
1783
|
+
const d = ks(l, r);
|
|
1771
1784
|
return o(l, d), d;
|
|
1772
1785
|
}
|
|
1773
1786
|
return function() {
|
|
1774
|
-
return i(
|
|
1787
|
+
return i(Fs.apply(null, arguments));
|
|
1775
1788
|
};
|
|
1776
1789
|
}
|
|
1777
|
-
const
|
|
1790
|
+
const A = (e) => {
|
|
1778
1791
|
const t = (r) => r[e] || [];
|
|
1779
1792
|
return t.isThemeGetter = !0, t;
|
|
1780
|
-
}, Gr = /^\[(?:([a-z-]+):)?(.+)\]$/i,
|
|
1793
|
+
}, Gr = /^\[(?:([a-z-]+):)?(.+)\]$/i, Hs = /^\d+\/\d+$/, Ws = /* @__PURE__ */ new Set(["px", "full", "screen"]), Us = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Vs = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, qs = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ks = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ys = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, H = (e) => ge(e) || Ws.has(e) || Hs.test(e), Z = (e) => be(e, "length", nl), ge = (e) => !!e && !Number.isNaN(Number(e)), Ze = (e) => be(e, "number", ge), xe = (e) => !!e && Number.isInteger(Number(e)), Xs = (e) => e.endsWith("%") && ge(e.slice(0, -1)), y = (e) => Gr.test(e), J = (e) => Us.test(e), Zs = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Js = (e) => be(e, Zs, kr), Qs = (e) => be(e, "position", kr), el = /* @__PURE__ */ new Set(["image", "url"]), tl = (e) => be(e, el, il), rl = (e) => be(e, "", ol), _e = () => !0, be = (e, t, r) => {
|
|
1781
1794
|
const n = Gr.exec(e);
|
|
1782
1795
|
return n ? n[1] ? typeof t == "string" ? n[1] === t : t.has(n[1]) : r(n[2]) : !1;
|
|
1783
|
-
},
|
|
1796
|
+
}, nl = (e) => (
|
|
1784
1797
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
1785
1798
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
1786
1799
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
1787
|
-
|
|
1788
|
-
), kr = () => !1,
|
|
1789
|
-
const e =
|
|
1800
|
+
Vs.test(e) && !qs.test(e)
|
|
1801
|
+
), kr = () => !1, ol = (e) => Ks.test(e), il = (e) => Ys.test(e), al = () => {
|
|
1802
|
+
const e = A("colors"), t = A("spacing"), r = A("blur"), n = A("brightness"), o = A("borderColor"), i = A("borderRadius"), a = A("borderSpacing"), s = A("borderWidth"), l = A("contrast"), u = A("grayscale"), d = A("hueRotate"), c = A("invert"), f = A("gap"), b = A("gradientColorStops"), g = A("gradientColorStopPositions"), h = A("inset"), v = A("margin"), p = A("opacity"), w = A("padding"), $ = A("saturate"), C = A("scale"), O = A("sepia"), S = A("skew"), E = A("space"), B = A("translate"), Y = () => ["auto", "contain", "none"], T = () => ["auto", "hidden", "clip", "visible", "scroll"], M = () => ["auto", y, t], _ = () => [y, t], X = () => ["", H, Z], R = () => ["auto", ge, y], ye = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], de = () => ["solid", "dashed", "dotted", "double", "none"], Ee = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], Ve = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], me = () => ["", "0", y], St = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [ge, y];
|
|
1790
1803
|
return {
|
|
1791
1804
|
cacheSize: 500,
|
|
1792
1805
|
separator: ":",
|
|
1793
1806
|
theme: {
|
|
1794
|
-
colors: [
|
|
1795
|
-
spacing: [
|
|
1796
|
-
blur: ["none", "",
|
|
1797
|
-
brightness:
|
|
1807
|
+
colors: [_e],
|
|
1808
|
+
spacing: [H, Z],
|
|
1809
|
+
blur: ["none", "", J, y],
|
|
1810
|
+
brightness: D(),
|
|
1798
1811
|
borderColor: [e],
|
|
1799
|
-
borderRadius: ["none", "", "full",
|
|
1800
|
-
borderSpacing:
|
|
1801
|
-
borderWidth:
|
|
1802
|
-
contrast:
|
|
1803
|
-
grayscale:
|
|
1804
|
-
hueRotate:
|
|
1805
|
-
invert:
|
|
1806
|
-
gap:
|
|
1812
|
+
borderRadius: ["none", "", "full", J, y],
|
|
1813
|
+
borderSpacing: _(),
|
|
1814
|
+
borderWidth: X(),
|
|
1815
|
+
contrast: D(),
|
|
1816
|
+
grayscale: me(),
|
|
1817
|
+
hueRotate: D(),
|
|
1818
|
+
invert: me(),
|
|
1819
|
+
gap: _(),
|
|
1807
1820
|
gradientColorStops: [e],
|
|
1808
|
-
gradientColorStopPositions: [
|
|
1809
|
-
inset:
|
|
1810
|
-
margin:
|
|
1811
|
-
opacity:
|
|
1812
|
-
padding:
|
|
1813
|
-
saturate:
|
|
1814
|
-
scale:
|
|
1815
|
-
sepia:
|
|
1816
|
-
skew:
|
|
1817
|
-
space:
|
|
1818
|
-
translate:
|
|
1821
|
+
gradientColorStopPositions: [Xs, Z],
|
|
1822
|
+
inset: M(),
|
|
1823
|
+
margin: M(),
|
|
1824
|
+
opacity: D(),
|
|
1825
|
+
padding: _(),
|
|
1826
|
+
saturate: D(),
|
|
1827
|
+
scale: D(),
|
|
1828
|
+
sepia: me(),
|
|
1829
|
+
skew: D(),
|
|
1830
|
+
space: _(),
|
|
1831
|
+
translate: _()
|
|
1819
1832
|
},
|
|
1820
1833
|
classGroups: {
|
|
1821
1834
|
// Layout
|
|
@@ -1824,7 +1837,7 @@ const C = (e) => {
|
|
|
1824
1837
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1825
1838
|
*/
|
|
1826
1839
|
aspect: [{
|
|
1827
|
-
aspect: ["auto", "square", "video",
|
|
1840
|
+
aspect: ["auto", "square", "video", y]
|
|
1828
1841
|
}],
|
|
1829
1842
|
/**
|
|
1830
1843
|
* Container
|
|
@@ -1836,21 +1849,21 @@ const C = (e) => {
|
|
|
1836
1849
|
* @see https://tailwindcss.com/docs/columns
|
|
1837
1850
|
*/
|
|
1838
1851
|
columns: [{
|
|
1839
|
-
columns: [
|
|
1852
|
+
columns: [J]
|
|
1840
1853
|
}],
|
|
1841
1854
|
/**
|
|
1842
1855
|
* Break After
|
|
1843
1856
|
* @see https://tailwindcss.com/docs/break-after
|
|
1844
1857
|
*/
|
|
1845
1858
|
"break-after": [{
|
|
1846
|
-
"break-after":
|
|
1859
|
+
"break-after": St()
|
|
1847
1860
|
}],
|
|
1848
1861
|
/**
|
|
1849
1862
|
* Break Before
|
|
1850
1863
|
* @see https://tailwindcss.com/docs/break-before
|
|
1851
1864
|
*/
|
|
1852
1865
|
"break-before": [{
|
|
1853
|
-
"break-before":
|
|
1866
|
+
"break-before": St()
|
|
1854
1867
|
}],
|
|
1855
1868
|
/**
|
|
1856
1869
|
* Break Inside
|
|
@@ -1909,49 +1922,49 @@ const C = (e) => {
|
|
|
1909
1922
|
* @see https://tailwindcss.com/docs/object-position
|
|
1910
1923
|
*/
|
|
1911
1924
|
"object-position": [{
|
|
1912
|
-
object: [...
|
|
1925
|
+
object: [...ye(), y]
|
|
1913
1926
|
}],
|
|
1914
1927
|
/**
|
|
1915
1928
|
* Overflow
|
|
1916
1929
|
* @see https://tailwindcss.com/docs/overflow
|
|
1917
1930
|
*/
|
|
1918
1931
|
overflow: [{
|
|
1919
|
-
overflow:
|
|
1932
|
+
overflow: T()
|
|
1920
1933
|
}],
|
|
1921
1934
|
/**
|
|
1922
1935
|
* Overflow X
|
|
1923
1936
|
* @see https://tailwindcss.com/docs/overflow
|
|
1924
1937
|
*/
|
|
1925
1938
|
"overflow-x": [{
|
|
1926
|
-
"overflow-x":
|
|
1939
|
+
"overflow-x": T()
|
|
1927
1940
|
}],
|
|
1928
1941
|
/**
|
|
1929
1942
|
* Overflow Y
|
|
1930
1943
|
* @see https://tailwindcss.com/docs/overflow
|
|
1931
1944
|
*/
|
|
1932
1945
|
"overflow-y": [{
|
|
1933
|
-
"overflow-y":
|
|
1946
|
+
"overflow-y": T()
|
|
1934
1947
|
}],
|
|
1935
1948
|
/**
|
|
1936
1949
|
* Overscroll Behavior
|
|
1937
1950
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1938
1951
|
*/
|
|
1939
1952
|
overscroll: [{
|
|
1940
|
-
overscroll:
|
|
1953
|
+
overscroll: Y()
|
|
1941
1954
|
}],
|
|
1942
1955
|
/**
|
|
1943
1956
|
* Overscroll Behavior X
|
|
1944
1957
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1945
1958
|
*/
|
|
1946
1959
|
"overscroll-x": [{
|
|
1947
|
-
"overscroll-x":
|
|
1960
|
+
"overscroll-x": Y()
|
|
1948
1961
|
}],
|
|
1949
1962
|
/**
|
|
1950
1963
|
* Overscroll Behavior Y
|
|
1951
1964
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1952
1965
|
*/
|
|
1953
1966
|
"overscroll-y": [{
|
|
1954
|
-
"overscroll-y":
|
|
1967
|
+
"overscroll-y": Y()
|
|
1955
1968
|
}],
|
|
1956
1969
|
/**
|
|
1957
1970
|
* Position
|
|
@@ -1963,63 +1976,63 @@ const C = (e) => {
|
|
|
1963
1976
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1964
1977
|
*/
|
|
1965
1978
|
inset: [{
|
|
1966
|
-
inset: [
|
|
1979
|
+
inset: [h]
|
|
1967
1980
|
}],
|
|
1968
1981
|
/**
|
|
1969
1982
|
* Right / Left
|
|
1970
1983
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1971
1984
|
*/
|
|
1972
1985
|
"inset-x": [{
|
|
1973
|
-
"inset-x": [
|
|
1986
|
+
"inset-x": [h]
|
|
1974
1987
|
}],
|
|
1975
1988
|
/**
|
|
1976
1989
|
* Top / Bottom
|
|
1977
1990
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1978
1991
|
*/
|
|
1979
1992
|
"inset-y": [{
|
|
1980
|
-
"inset-y": [
|
|
1993
|
+
"inset-y": [h]
|
|
1981
1994
|
}],
|
|
1982
1995
|
/**
|
|
1983
1996
|
* Start
|
|
1984
1997
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1985
1998
|
*/
|
|
1986
1999
|
start: [{
|
|
1987
|
-
start: [
|
|
2000
|
+
start: [h]
|
|
1988
2001
|
}],
|
|
1989
2002
|
/**
|
|
1990
2003
|
* End
|
|
1991
2004
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1992
2005
|
*/
|
|
1993
2006
|
end: [{
|
|
1994
|
-
end: [
|
|
2007
|
+
end: [h]
|
|
1995
2008
|
}],
|
|
1996
2009
|
/**
|
|
1997
2010
|
* Top
|
|
1998
2011
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1999
2012
|
*/
|
|
2000
2013
|
top: [{
|
|
2001
|
-
top: [
|
|
2014
|
+
top: [h]
|
|
2002
2015
|
}],
|
|
2003
2016
|
/**
|
|
2004
2017
|
* Right
|
|
2005
2018
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2006
2019
|
*/
|
|
2007
2020
|
right: [{
|
|
2008
|
-
right: [
|
|
2021
|
+
right: [h]
|
|
2009
2022
|
}],
|
|
2010
2023
|
/**
|
|
2011
2024
|
* Bottom
|
|
2012
2025
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2013
2026
|
*/
|
|
2014
2027
|
bottom: [{
|
|
2015
|
-
bottom: [
|
|
2028
|
+
bottom: [h]
|
|
2016
2029
|
}],
|
|
2017
2030
|
/**
|
|
2018
2031
|
* Left
|
|
2019
2032
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2020
2033
|
*/
|
|
2021
2034
|
left: [{
|
|
2022
|
-
left: [
|
|
2035
|
+
left: [h]
|
|
2023
2036
|
}],
|
|
2024
2037
|
/**
|
|
2025
2038
|
* Visibility
|
|
@@ -2031,7 +2044,7 @@ const C = (e) => {
|
|
|
2031
2044
|
* @see https://tailwindcss.com/docs/z-index
|
|
2032
2045
|
*/
|
|
2033
2046
|
z: [{
|
|
2034
|
-
z: ["auto",
|
|
2047
|
+
z: ["auto", xe, y]
|
|
2035
2048
|
}],
|
|
2036
2049
|
// Flexbox and Grid
|
|
2037
2050
|
/**
|
|
@@ -2039,7 +2052,7 @@ const C = (e) => {
|
|
|
2039
2052
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
2040
2053
|
*/
|
|
2041
2054
|
basis: [{
|
|
2042
|
-
basis:
|
|
2055
|
+
basis: M()
|
|
2043
2056
|
}],
|
|
2044
2057
|
/**
|
|
2045
2058
|
* Flex Direction
|
|
@@ -2060,35 +2073,35 @@ const C = (e) => {
|
|
|
2060
2073
|
* @see https://tailwindcss.com/docs/flex
|
|
2061
2074
|
*/
|
|
2062
2075
|
flex: [{
|
|
2063
|
-
flex: ["1", "auto", "initial", "none",
|
|
2076
|
+
flex: ["1", "auto", "initial", "none", y]
|
|
2064
2077
|
}],
|
|
2065
2078
|
/**
|
|
2066
2079
|
* Flex Grow
|
|
2067
2080
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
2068
2081
|
*/
|
|
2069
2082
|
grow: [{
|
|
2070
|
-
grow:
|
|
2083
|
+
grow: me()
|
|
2071
2084
|
}],
|
|
2072
2085
|
/**
|
|
2073
2086
|
* Flex Shrink
|
|
2074
2087
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
2075
2088
|
*/
|
|
2076
2089
|
shrink: [{
|
|
2077
|
-
shrink:
|
|
2090
|
+
shrink: me()
|
|
2078
2091
|
}],
|
|
2079
2092
|
/**
|
|
2080
2093
|
* Order
|
|
2081
2094
|
* @see https://tailwindcss.com/docs/order
|
|
2082
2095
|
*/
|
|
2083
2096
|
order: [{
|
|
2084
|
-
order: ["first", "last", "none",
|
|
2097
|
+
order: ["first", "last", "none", xe, y]
|
|
2085
2098
|
}],
|
|
2086
2099
|
/**
|
|
2087
2100
|
* Grid Template Columns
|
|
2088
2101
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
2089
2102
|
*/
|
|
2090
2103
|
"grid-cols": [{
|
|
2091
|
-
"grid-cols": [
|
|
2104
|
+
"grid-cols": [_e]
|
|
2092
2105
|
}],
|
|
2093
2106
|
/**
|
|
2094
2107
|
* Grid Column Start / End
|
|
@@ -2096,29 +2109,29 @@ const C = (e) => {
|
|
|
2096
2109
|
*/
|
|
2097
2110
|
"col-start-end": [{
|
|
2098
2111
|
col: ["auto", {
|
|
2099
|
-
span: ["full",
|
|
2100
|
-
},
|
|
2112
|
+
span: ["full", xe, y]
|
|
2113
|
+
}, y]
|
|
2101
2114
|
}],
|
|
2102
2115
|
/**
|
|
2103
2116
|
* Grid Column Start
|
|
2104
2117
|
* @see https://tailwindcss.com/docs/grid-column
|
|
2105
2118
|
*/
|
|
2106
2119
|
"col-start": [{
|
|
2107
|
-
"col-start":
|
|
2120
|
+
"col-start": R()
|
|
2108
2121
|
}],
|
|
2109
2122
|
/**
|
|
2110
2123
|
* Grid Column End
|
|
2111
2124
|
* @see https://tailwindcss.com/docs/grid-column
|
|
2112
2125
|
*/
|
|
2113
2126
|
"col-end": [{
|
|
2114
|
-
"col-end":
|
|
2127
|
+
"col-end": R()
|
|
2115
2128
|
}],
|
|
2116
2129
|
/**
|
|
2117
2130
|
* Grid Template Rows
|
|
2118
2131
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
2119
2132
|
*/
|
|
2120
2133
|
"grid-rows": [{
|
|
2121
|
-
"grid-rows": [
|
|
2134
|
+
"grid-rows": [_e]
|
|
2122
2135
|
}],
|
|
2123
2136
|
/**
|
|
2124
2137
|
* Grid Row Start / End
|
|
@@ -2126,22 +2139,22 @@ const C = (e) => {
|
|
|
2126
2139
|
*/
|
|
2127
2140
|
"row-start-end": [{
|
|
2128
2141
|
row: ["auto", {
|
|
2129
|
-
span: [
|
|
2130
|
-
},
|
|
2142
|
+
span: [xe, y]
|
|
2143
|
+
}, y]
|
|
2131
2144
|
}],
|
|
2132
2145
|
/**
|
|
2133
2146
|
* Grid Row Start
|
|
2134
2147
|
* @see https://tailwindcss.com/docs/grid-row
|
|
2135
2148
|
*/
|
|
2136
2149
|
"row-start": [{
|
|
2137
|
-
"row-start":
|
|
2150
|
+
"row-start": R()
|
|
2138
2151
|
}],
|
|
2139
2152
|
/**
|
|
2140
2153
|
* Grid Row End
|
|
2141
2154
|
* @see https://tailwindcss.com/docs/grid-row
|
|
2142
2155
|
*/
|
|
2143
2156
|
"row-end": [{
|
|
2144
|
-
"row-end":
|
|
2157
|
+
"row-end": R()
|
|
2145
2158
|
}],
|
|
2146
2159
|
/**
|
|
2147
2160
|
* Grid Auto Flow
|
|
@@ -2155,14 +2168,14 @@ const C = (e) => {
|
|
|
2155
2168
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
2156
2169
|
*/
|
|
2157
2170
|
"auto-cols": [{
|
|
2158
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
2171
|
+
"auto-cols": ["auto", "min", "max", "fr", y]
|
|
2159
2172
|
}],
|
|
2160
2173
|
/**
|
|
2161
2174
|
* Grid Auto Rows
|
|
2162
2175
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
2163
2176
|
*/
|
|
2164
2177
|
"auto-rows": [{
|
|
2165
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
2178
|
+
"auto-rows": ["auto", "min", "max", "fr", y]
|
|
2166
2179
|
}],
|
|
2167
2180
|
/**
|
|
2168
2181
|
* Gap
|
|
@@ -2190,7 +2203,7 @@ const C = (e) => {
|
|
|
2190
2203
|
* @see https://tailwindcss.com/docs/justify-content
|
|
2191
2204
|
*/
|
|
2192
2205
|
"justify-content": [{
|
|
2193
|
-
justify: ["normal", ...
|
|
2206
|
+
justify: ["normal", ...Ve()]
|
|
2194
2207
|
}],
|
|
2195
2208
|
/**
|
|
2196
2209
|
* Justify Items
|
|
@@ -2211,7 +2224,7 @@ const C = (e) => {
|
|
|
2211
2224
|
* @see https://tailwindcss.com/docs/align-content
|
|
2212
2225
|
*/
|
|
2213
2226
|
"align-content": [{
|
|
2214
|
-
content: ["normal", ...
|
|
2227
|
+
content: ["normal", ...Ve(), "baseline"]
|
|
2215
2228
|
}],
|
|
2216
2229
|
/**
|
|
2217
2230
|
* Align Items
|
|
@@ -2232,7 +2245,7 @@ const C = (e) => {
|
|
|
2232
2245
|
* @see https://tailwindcss.com/docs/place-content
|
|
2233
2246
|
*/
|
|
2234
2247
|
"place-content": [{
|
|
2235
|
-
"place-content": [...
|
|
2248
|
+
"place-content": [...Ve(), "baseline"]
|
|
2236
2249
|
}],
|
|
2237
2250
|
/**
|
|
2238
2251
|
* Place Items
|
|
@@ -2317,63 +2330,63 @@ const C = (e) => {
|
|
|
2317
2330
|
* @see https://tailwindcss.com/docs/margin
|
|
2318
2331
|
*/
|
|
2319
2332
|
m: [{
|
|
2320
|
-
m: [
|
|
2333
|
+
m: [v]
|
|
2321
2334
|
}],
|
|
2322
2335
|
/**
|
|
2323
2336
|
* Margin X
|
|
2324
2337
|
* @see https://tailwindcss.com/docs/margin
|
|
2325
2338
|
*/
|
|
2326
2339
|
mx: [{
|
|
2327
|
-
mx: [
|
|
2340
|
+
mx: [v]
|
|
2328
2341
|
}],
|
|
2329
2342
|
/**
|
|
2330
2343
|
* Margin Y
|
|
2331
2344
|
* @see https://tailwindcss.com/docs/margin
|
|
2332
2345
|
*/
|
|
2333
2346
|
my: [{
|
|
2334
|
-
my: [
|
|
2347
|
+
my: [v]
|
|
2335
2348
|
}],
|
|
2336
2349
|
/**
|
|
2337
2350
|
* Margin Start
|
|
2338
2351
|
* @see https://tailwindcss.com/docs/margin
|
|
2339
2352
|
*/
|
|
2340
2353
|
ms: [{
|
|
2341
|
-
ms: [
|
|
2354
|
+
ms: [v]
|
|
2342
2355
|
}],
|
|
2343
2356
|
/**
|
|
2344
2357
|
* Margin End
|
|
2345
2358
|
* @see https://tailwindcss.com/docs/margin
|
|
2346
2359
|
*/
|
|
2347
2360
|
me: [{
|
|
2348
|
-
me: [
|
|
2361
|
+
me: [v]
|
|
2349
2362
|
}],
|
|
2350
2363
|
/**
|
|
2351
2364
|
* Margin Top
|
|
2352
2365
|
* @see https://tailwindcss.com/docs/margin
|
|
2353
2366
|
*/
|
|
2354
2367
|
mt: [{
|
|
2355
|
-
mt: [
|
|
2368
|
+
mt: [v]
|
|
2356
2369
|
}],
|
|
2357
2370
|
/**
|
|
2358
2371
|
* Margin Right
|
|
2359
2372
|
* @see https://tailwindcss.com/docs/margin
|
|
2360
2373
|
*/
|
|
2361
2374
|
mr: [{
|
|
2362
|
-
mr: [
|
|
2375
|
+
mr: [v]
|
|
2363
2376
|
}],
|
|
2364
2377
|
/**
|
|
2365
2378
|
* Margin Bottom
|
|
2366
2379
|
* @see https://tailwindcss.com/docs/margin
|
|
2367
2380
|
*/
|
|
2368
2381
|
mb: [{
|
|
2369
|
-
mb: [
|
|
2382
|
+
mb: [v]
|
|
2370
2383
|
}],
|
|
2371
2384
|
/**
|
|
2372
2385
|
* Margin Left
|
|
2373
2386
|
* @see https://tailwindcss.com/docs/margin
|
|
2374
2387
|
*/
|
|
2375
2388
|
ml: [{
|
|
2376
|
-
ml: [
|
|
2389
|
+
ml: [v]
|
|
2377
2390
|
}],
|
|
2378
2391
|
/**
|
|
2379
2392
|
* Space Between X
|
|
@@ -2405,51 +2418,51 @@ const C = (e) => {
|
|
|
2405
2418
|
* @see https://tailwindcss.com/docs/width
|
|
2406
2419
|
*/
|
|
2407
2420
|
w: [{
|
|
2408
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
2421
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", y, t]
|
|
2409
2422
|
}],
|
|
2410
2423
|
/**
|
|
2411
2424
|
* Min-Width
|
|
2412
2425
|
* @see https://tailwindcss.com/docs/min-width
|
|
2413
2426
|
*/
|
|
2414
2427
|
"min-w": [{
|
|
2415
|
-
"min-w": [
|
|
2428
|
+
"min-w": [y, t, "min", "max", "fit"]
|
|
2416
2429
|
}],
|
|
2417
2430
|
/**
|
|
2418
2431
|
* Max-Width
|
|
2419
2432
|
* @see https://tailwindcss.com/docs/max-width
|
|
2420
2433
|
*/
|
|
2421
2434
|
"max-w": [{
|
|
2422
|
-
"max-w": [
|
|
2423
|
-
screen: [
|
|
2424
|
-
},
|
|
2435
|
+
"max-w": [y, t, "none", "full", "min", "max", "fit", "prose", {
|
|
2436
|
+
screen: [J]
|
|
2437
|
+
}, J]
|
|
2425
2438
|
}],
|
|
2426
2439
|
/**
|
|
2427
2440
|
* Height
|
|
2428
2441
|
* @see https://tailwindcss.com/docs/height
|
|
2429
2442
|
*/
|
|
2430
2443
|
h: [{
|
|
2431
|
-
h: [
|
|
2444
|
+
h: [y, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
2432
2445
|
}],
|
|
2433
2446
|
/**
|
|
2434
2447
|
* Min-Height
|
|
2435
2448
|
* @see https://tailwindcss.com/docs/min-height
|
|
2436
2449
|
*/
|
|
2437
2450
|
"min-h": [{
|
|
2438
|
-
"min-h": [
|
|
2451
|
+
"min-h": [y, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
2439
2452
|
}],
|
|
2440
2453
|
/**
|
|
2441
2454
|
* Max-Height
|
|
2442
2455
|
* @see https://tailwindcss.com/docs/max-height
|
|
2443
2456
|
*/
|
|
2444
2457
|
"max-h": [{
|
|
2445
|
-
"max-h": [
|
|
2458
|
+
"max-h": [y, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
2446
2459
|
}],
|
|
2447
2460
|
/**
|
|
2448
2461
|
* Size
|
|
2449
2462
|
* @see https://tailwindcss.com/docs/size
|
|
2450
2463
|
*/
|
|
2451
2464
|
size: [{
|
|
2452
|
-
size: [
|
|
2465
|
+
size: [y, t, "auto", "min", "max", "fit"]
|
|
2453
2466
|
}],
|
|
2454
2467
|
// Typography
|
|
2455
2468
|
/**
|
|
@@ -2457,7 +2470,7 @@ const C = (e) => {
|
|
|
2457
2470
|
* @see https://tailwindcss.com/docs/font-size
|
|
2458
2471
|
*/
|
|
2459
2472
|
"font-size": [{
|
|
2460
|
-
text: ["base",
|
|
2473
|
+
text: ["base", J, Z]
|
|
2461
2474
|
}],
|
|
2462
2475
|
/**
|
|
2463
2476
|
* Font Smoothing
|
|
@@ -2481,7 +2494,7 @@ const C = (e) => {
|
|
|
2481
2494
|
* @see https://tailwindcss.com/docs/font-family
|
|
2482
2495
|
*/
|
|
2483
2496
|
"font-family": [{
|
|
2484
|
-
font: [
|
|
2497
|
+
font: [_e]
|
|
2485
2498
|
}],
|
|
2486
2499
|
/**
|
|
2487
2500
|
* Font Variant Numeric
|
|
@@ -2518,7 +2531,7 @@ const C = (e) => {
|
|
|
2518
2531
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
2519
2532
|
*/
|
|
2520
2533
|
tracking: [{
|
|
2521
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
2534
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", y]
|
|
2522
2535
|
}],
|
|
2523
2536
|
/**
|
|
2524
2537
|
* Line Clamp
|
|
@@ -2532,21 +2545,21 @@ const C = (e) => {
|
|
|
2532
2545
|
* @see https://tailwindcss.com/docs/line-height
|
|
2533
2546
|
*/
|
|
2534
2547
|
leading: [{
|
|
2535
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
2548
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", H, y]
|
|
2536
2549
|
}],
|
|
2537
2550
|
/**
|
|
2538
2551
|
* List Style Image
|
|
2539
2552
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
2540
2553
|
*/
|
|
2541
2554
|
"list-image": [{
|
|
2542
|
-
"list-image": ["none",
|
|
2555
|
+
"list-image": ["none", y]
|
|
2543
2556
|
}],
|
|
2544
2557
|
/**
|
|
2545
2558
|
* List Style Type
|
|
2546
2559
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
2547
2560
|
*/
|
|
2548
2561
|
"list-style-type": [{
|
|
2549
|
-
list: ["none", "disc", "decimal",
|
|
2562
|
+
list: ["none", "disc", "decimal", y]
|
|
2550
2563
|
}],
|
|
2551
2564
|
/**
|
|
2552
2565
|
* List Style Position
|
|
@@ -2568,7 +2581,7 @@ const C = (e) => {
|
|
|
2568
2581
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
2569
2582
|
*/
|
|
2570
2583
|
"placeholder-opacity": [{
|
|
2571
|
-
"placeholder-opacity": [
|
|
2584
|
+
"placeholder-opacity": [p]
|
|
2572
2585
|
}],
|
|
2573
2586
|
/**
|
|
2574
2587
|
* Text Alignment
|
|
@@ -2589,7 +2602,7 @@ const C = (e) => {
|
|
|
2589
2602
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
2590
2603
|
*/
|
|
2591
2604
|
"text-opacity": [{
|
|
2592
|
-
"text-opacity": [
|
|
2605
|
+
"text-opacity": [p]
|
|
2593
2606
|
}],
|
|
2594
2607
|
/**
|
|
2595
2608
|
* Text Decoration
|
|
@@ -2601,21 +2614,21 @@ const C = (e) => {
|
|
|
2601
2614
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
2602
2615
|
*/
|
|
2603
2616
|
"text-decoration-style": [{
|
|
2604
|
-
decoration: [...
|
|
2617
|
+
decoration: [...de(), "wavy"]
|
|
2605
2618
|
}],
|
|
2606
2619
|
/**
|
|
2607
2620
|
* Text Decoration Thickness
|
|
2608
2621
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
2609
2622
|
*/
|
|
2610
2623
|
"text-decoration-thickness": [{
|
|
2611
|
-
decoration: ["auto", "from-font",
|
|
2624
|
+
decoration: ["auto", "from-font", H, Z]
|
|
2612
2625
|
}],
|
|
2613
2626
|
/**
|
|
2614
2627
|
* Text Underline Offset
|
|
2615
2628
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
2616
2629
|
*/
|
|
2617
2630
|
"underline-offset": [{
|
|
2618
|
-
"underline-offset": ["auto",
|
|
2631
|
+
"underline-offset": ["auto", H, y]
|
|
2619
2632
|
}],
|
|
2620
2633
|
/**
|
|
2621
2634
|
* Text Decoration Color
|
|
@@ -2646,14 +2659,14 @@ const C = (e) => {
|
|
|
2646
2659
|
* @see https://tailwindcss.com/docs/text-indent
|
|
2647
2660
|
*/
|
|
2648
2661
|
indent: [{
|
|
2649
|
-
indent:
|
|
2662
|
+
indent: _()
|
|
2650
2663
|
}],
|
|
2651
2664
|
/**
|
|
2652
2665
|
* Vertical Alignment
|
|
2653
2666
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
2654
2667
|
*/
|
|
2655
2668
|
"vertical-align": [{
|
|
2656
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
2669
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", y]
|
|
2657
2670
|
}],
|
|
2658
2671
|
/**
|
|
2659
2672
|
* Whitespace
|
|
@@ -2681,7 +2694,7 @@ const C = (e) => {
|
|
|
2681
2694
|
* @see https://tailwindcss.com/docs/content
|
|
2682
2695
|
*/
|
|
2683
2696
|
content: [{
|
|
2684
|
-
content: ["none",
|
|
2697
|
+
content: ["none", y]
|
|
2685
2698
|
}],
|
|
2686
2699
|
// Backgrounds
|
|
2687
2700
|
/**
|
|
@@ -2704,7 +2717,7 @@ const C = (e) => {
|
|
|
2704
2717
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
2705
2718
|
*/
|
|
2706
2719
|
"bg-opacity": [{
|
|
2707
|
-
"bg-opacity": [
|
|
2720
|
+
"bg-opacity": [p]
|
|
2708
2721
|
}],
|
|
2709
2722
|
/**
|
|
2710
2723
|
* Background Origin
|
|
@@ -2718,7 +2731,7 @@ const C = (e) => {
|
|
|
2718
2731
|
* @see https://tailwindcss.com/docs/background-position
|
|
2719
2732
|
*/
|
|
2720
2733
|
"bg-position": [{
|
|
2721
|
-
bg: [...
|
|
2734
|
+
bg: [...ye(), Qs]
|
|
2722
2735
|
}],
|
|
2723
2736
|
/**
|
|
2724
2737
|
* Background Repeat
|
|
@@ -2734,7 +2747,7 @@ const C = (e) => {
|
|
|
2734
2747
|
* @see https://tailwindcss.com/docs/background-size
|
|
2735
2748
|
*/
|
|
2736
2749
|
"bg-size": [{
|
|
2737
|
-
bg: ["auto", "cover", "contain",
|
|
2750
|
+
bg: ["auto", "cover", "contain", Js]
|
|
2738
2751
|
}],
|
|
2739
2752
|
/**
|
|
2740
2753
|
* Background Image
|
|
@@ -2743,7 +2756,7 @@ const C = (e) => {
|
|
|
2743
2756
|
"bg-image": [{
|
|
2744
2757
|
bg: ["none", {
|
|
2745
2758
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
2746
|
-
},
|
|
2759
|
+
}, tl]
|
|
2747
2760
|
}],
|
|
2748
2761
|
/**
|
|
2749
2762
|
* Background Color
|
|
@@ -2757,42 +2770,42 @@ const C = (e) => {
|
|
|
2757
2770
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2758
2771
|
*/
|
|
2759
2772
|
"gradient-from-pos": [{
|
|
2760
|
-
from: [
|
|
2773
|
+
from: [g]
|
|
2761
2774
|
}],
|
|
2762
2775
|
/**
|
|
2763
2776
|
* Gradient Color Stops Via Position
|
|
2764
2777
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2765
2778
|
*/
|
|
2766
2779
|
"gradient-via-pos": [{
|
|
2767
|
-
via: [
|
|
2780
|
+
via: [g]
|
|
2768
2781
|
}],
|
|
2769
2782
|
/**
|
|
2770
2783
|
* Gradient Color Stops To Position
|
|
2771
2784
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2772
2785
|
*/
|
|
2773
2786
|
"gradient-to-pos": [{
|
|
2774
|
-
to: [
|
|
2787
|
+
to: [g]
|
|
2775
2788
|
}],
|
|
2776
2789
|
/**
|
|
2777
2790
|
* Gradient Color Stops From
|
|
2778
2791
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2779
2792
|
*/
|
|
2780
2793
|
"gradient-from": [{
|
|
2781
|
-
from: [
|
|
2794
|
+
from: [b]
|
|
2782
2795
|
}],
|
|
2783
2796
|
/**
|
|
2784
2797
|
* Gradient Color Stops Via
|
|
2785
2798
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2786
2799
|
*/
|
|
2787
2800
|
"gradient-via": [{
|
|
2788
|
-
via: [
|
|
2801
|
+
via: [b]
|
|
2789
2802
|
}],
|
|
2790
2803
|
/**
|
|
2791
2804
|
* Gradient Color Stops To
|
|
2792
2805
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2793
2806
|
*/
|
|
2794
2807
|
"gradient-to": [{
|
|
2795
|
-
to: [
|
|
2808
|
+
to: [b]
|
|
2796
2809
|
}],
|
|
2797
2810
|
// Borders
|
|
2798
2811
|
/**
|
|
@@ -2968,14 +2981,14 @@ const C = (e) => {
|
|
|
2968
2981
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
2969
2982
|
*/
|
|
2970
2983
|
"border-opacity": [{
|
|
2971
|
-
"border-opacity": [
|
|
2984
|
+
"border-opacity": [p]
|
|
2972
2985
|
}],
|
|
2973
2986
|
/**
|
|
2974
2987
|
* Border Style
|
|
2975
2988
|
* @see https://tailwindcss.com/docs/border-style
|
|
2976
2989
|
*/
|
|
2977
2990
|
"border-style": [{
|
|
2978
|
-
border: [...
|
|
2991
|
+
border: [...de(), "hidden"]
|
|
2979
2992
|
}],
|
|
2980
2993
|
/**
|
|
2981
2994
|
* Divide Width X
|
|
@@ -3006,14 +3019,14 @@ const C = (e) => {
|
|
|
3006
3019
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
3007
3020
|
*/
|
|
3008
3021
|
"divide-opacity": [{
|
|
3009
|
-
"divide-opacity": [
|
|
3022
|
+
"divide-opacity": [p]
|
|
3010
3023
|
}],
|
|
3011
3024
|
/**
|
|
3012
3025
|
* Divide Style
|
|
3013
3026
|
* @see https://tailwindcss.com/docs/divide-style
|
|
3014
3027
|
*/
|
|
3015
3028
|
"divide-style": [{
|
|
3016
|
-
divide:
|
|
3029
|
+
divide: de()
|
|
3017
3030
|
}],
|
|
3018
3031
|
/**
|
|
3019
3032
|
* Border Color
|
|
@@ -3090,21 +3103,21 @@ const C = (e) => {
|
|
|
3090
3103
|
* @see https://tailwindcss.com/docs/outline-style
|
|
3091
3104
|
*/
|
|
3092
3105
|
"outline-style": [{
|
|
3093
|
-
outline: ["", ...
|
|
3106
|
+
outline: ["", ...de()]
|
|
3094
3107
|
}],
|
|
3095
3108
|
/**
|
|
3096
3109
|
* Outline Offset
|
|
3097
3110
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
3098
3111
|
*/
|
|
3099
3112
|
"outline-offset": [{
|
|
3100
|
-
"outline-offset": [
|
|
3113
|
+
"outline-offset": [H, y]
|
|
3101
3114
|
}],
|
|
3102
3115
|
/**
|
|
3103
3116
|
* Outline Width
|
|
3104
3117
|
* @see https://tailwindcss.com/docs/outline-width
|
|
3105
3118
|
*/
|
|
3106
3119
|
"outline-w": [{
|
|
3107
|
-
outline: [
|
|
3120
|
+
outline: [H, Z]
|
|
3108
3121
|
}],
|
|
3109
3122
|
/**
|
|
3110
3123
|
* Outline Color
|
|
@@ -3118,7 +3131,7 @@ const C = (e) => {
|
|
|
3118
3131
|
* @see https://tailwindcss.com/docs/ring-width
|
|
3119
3132
|
*/
|
|
3120
3133
|
"ring-w": [{
|
|
3121
|
-
ring:
|
|
3134
|
+
ring: X()
|
|
3122
3135
|
}],
|
|
3123
3136
|
/**
|
|
3124
3137
|
* Ring Width Inset
|
|
@@ -3137,14 +3150,14 @@ const C = (e) => {
|
|
|
3137
3150
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
3138
3151
|
*/
|
|
3139
3152
|
"ring-opacity": [{
|
|
3140
|
-
"ring-opacity": [
|
|
3153
|
+
"ring-opacity": [p]
|
|
3141
3154
|
}],
|
|
3142
3155
|
/**
|
|
3143
3156
|
* Ring Offset Width
|
|
3144
3157
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
3145
3158
|
*/
|
|
3146
3159
|
"ring-offset-w": [{
|
|
3147
|
-
"ring-offset": [
|
|
3160
|
+
"ring-offset": [H, Z]
|
|
3148
3161
|
}],
|
|
3149
3162
|
/**
|
|
3150
3163
|
* Ring Offset Color
|
|
@@ -3159,35 +3172,35 @@ const C = (e) => {
|
|
|
3159
3172
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
3160
3173
|
*/
|
|
3161
3174
|
shadow: [{
|
|
3162
|
-
shadow: ["", "inner", "none",
|
|
3175
|
+
shadow: ["", "inner", "none", J, rl]
|
|
3163
3176
|
}],
|
|
3164
3177
|
/**
|
|
3165
3178
|
* Box Shadow Color
|
|
3166
3179
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
3167
3180
|
*/
|
|
3168
3181
|
"shadow-color": [{
|
|
3169
|
-
shadow: [
|
|
3182
|
+
shadow: [_e]
|
|
3170
3183
|
}],
|
|
3171
3184
|
/**
|
|
3172
3185
|
* Opacity
|
|
3173
3186
|
* @see https://tailwindcss.com/docs/opacity
|
|
3174
3187
|
*/
|
|
3175
3188
|
opacity: [{
|
|
3176
|
-
opacity: [
|
|
3189
|
+
opacity: [p]
|
|
3177
3190
|
}],
|
|
3178
3191
|
/**
|
|
3179
3192
|
* Mix Blend Mode
|
|
3180
3193
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
3181
3194
|
*/
|
|
3182
3195
|
"mix-blend": [{
|
|
3183
|
-
"mix-blend": [...
|
|
3196
|
+
"mix-blend": [...Ee(), "plus-lighter", "plus-darker"]
|
|
3184
3197
|
}],
|
|
3185
3198
|
/**
|
|
3186
3199
|
* Background Blend Mode
|
|
3187
3200
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
3188
3201
|
*/
|
|
3189
3202
|
"bg-blend": [{
|
|
3190
|
-
"bg-blend":
|
|
3203
|
+
"bg-blend": Ee()
|
|
3191
3204
|
}],
|
|
3192
3205
|
// Filters
|
|
3193
3206
|
/**
|
|
@@ -3224,7 +3237,7 @@ const C = (e) => {
|
|
|
3224
3237
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
3225
3238
|
*/
|
|
3226
3239
|
"drop-shadow": [{
|
|
3227
|
-
"drop-shadow": ["", "none",
|
|
3240
|
+
"drop-shadow": ["", "none", J, y]
|
|
3228
3241
|
}],
|
|
3229
3242
|
/**
|
|
3230
3243
|
* Grayscale
|
|
@@ -3252,14 +3265,14 @@ const C = (e) => {
|
|
|
3252
3265
|
* @see https://tailwindcss.com/docs/saturate
|
|
3253
3266
|
*/
|
|
3254
3267
|
saturate: [{
|
|
3255
|
-
saturate: [
|
|
3268
|
+
saturate: [$]
|
|
3256
3269
|
}],
|
|
3257
3270
|
/**
|
|
3258
3271
|
* Sepia
|
|
3259
3272
|
* @see https://tailwindcss.com/docs/sepia
|
|
3260
3273
|
*/
|
|
3261
3274
|
sepia: [{
|
|
3262
|
-
sepia: [
|
|
3275
|
+
sepia: [O]
|
|
3263
3276
|
}],
|
|
3264
3277
|
/**
|
|
3265
3278
|
* Backdrop Filter
|
|
@@ -3316,21 +3329,21 @@ const C = (e) => {
|
|
|
3316
3329
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
3317
3330
|
*/
|
|
3318
3331
|
"backdrop-opacity": [{
|
|
3319
|
-
"backdrop-opacity": [
|
|
3332
|
+
"backdrop-opacity": [p]
|
|
3320
3333
|
}],
|
|
3321
3334
|
/**
|
|
3322
3335
|
* Backdrop Saturate
|
|
3323
3336
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
3324
3337
|
*/
|
|
3325
3338
|
"backdrop-saturate": [{
|
|
3326
|
-
"backdrop-saturate": [
|
|
3339
|
+
"backdrop-saturate": [$]
|
|
3327
3340
|
}],
|
|
3328
3341
|
/**
|
|
3329
3342
|
* Backdrop Sepia
|
|
3330
3343
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
3331
3344
|
*/
|
|
3332
3345
|
"backdrop-sepia": [{
|
|
3333
|
-
"backdrop-sepia": [
|
|
3346
|
+
"backdrop-sepia": [O]
|
|
3334
3347
|
}],
|
|
3335
3348
|
// Tables
|
|
3336
3349
|
/**
|
|
@@ -3381,35 +3394,35 @@ const C = (e) => {
|
|
|
3381
3394
|
* @see https://tailwindcss.com/docs/transition-property
|
|
3382
3395
|
*/
|
|
3383
3396
|
transition: [{
|
|
3384
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
3397
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", y]
|
|
3385
3398
|
}],
|
|
3386
3399
|
/**
|
|
3387
3400
|
* Transition Duration
|
|
3388
3401
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
3389
3402
|
*/
|
|
3390
3403
|
duration: [{
|
|
3391
|
-
duration:
|
|
3404
|
+
duration: D()
|
|
3392
3405
|
}],
|
|
3393
3406
|
/**
|
|
3394
3407
|
* Transition Timing Function
|
|
3395
3408
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
3396
3409
|
*/
|
|
3397
3410
|
ease: [{
|
|
3398
|
-
ease: ["linear", "in", "out", "in-out",
|
|
3411
|
+
ease: ["linear", "in", "out", "in-out", y]
|
|
3399
3412
|
}],
|
|
3400
3413
|
/**
|
|
3401
3414
|
* Transition Delay
|
|
3402
3415
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
3403
3416
|
*/
|
|
3404
3417
|
delay: [{
|
|
3405
|
-
delay:
|
|
3418
|
+
delay: D()
|
|
3406
3419
|
}],
|
|
3407
3420
|
/**
|
|
3408
3421
|
* Animation
|
|
3409
3422
|
* @see https://tailwindcss.com/docs/animation
|
|
3410
3423
|
*/
|
|
3411
3424
|
animate: [{
|
|
3412
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
3425
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", y]
|
|
3413
3426
|
}],
|
|
3414
3427
|
// Transforms
|
|
3415
3428
|
/**
|
|
@@ -3424,42 +3437,42 @@ const C = (e) => {
|
|
|
3424
3437
|
* @see https://tailwindcss.com/docs/scale
|
|
3425
3438
|
*/
|
|
3426
3439
|
scale: [{
|
|
3427
|
-
scale: [
|
|
3440
|
+
scale: [C]
|
|
3428
3441
|
}],
|
|
3429
3442
|
/**
|
|
3430
3443
|
* Scale X
|
|
3431
3444
|
* @see https://tailwindcss.com/docs/scale
|
|
3432
3445
|
*/
|
|
3433
3446
|
"scale-x": [{
|
|
3434
|
-
"scale-x": [
|
|
3447
|
+
"scale-x": [C]
|
|
3435
3448
|
}],
|
|
3436
3449
|
/**
|
|
3437
3450
|
* Scale Y
|
|
3438
3451
|
* @see https://tailwindcss.com/docs/scale
|
|
3439
3452
|
*/
|
|
3440
3453
|
"scale-y": [{
|
|
3441
|
-
"scale-y": [
|
|
3454
|
+
"scale-y": [C]
|
|
3442
3455
|
}],
|
|
3443
3456
|
/**
|
|
3444
3457
|
* Rotate
|
|
3445
3458
|
* @see https://tailwindcss.com/docs/rotate
|
|
3446
3459
|
*/
|
|
3447
3460
|
rotate: [{
|
|
3448
|
-
rotate: [
|
|
3461
|
+
rotate: [xe, y]
|
|
3449
3462
|
}],
|
|
3450
3463
|
/**
|
|
3451
3464
|
* Translate X
|
|
3452
3465
|
* @see https://tailwindcss.com/docs/translate
|
|
3453
3466
|
*/
|
|
3454
3467
|
"translate-x": [{
|
|
3455
|
-
"translate-x": [
|
|
3468
|
+
"translate-x": [B]
|
|
3456
3469
|
}],
|
|
3457
3470
|
/**
|
|
3458
3471
|
* Translate Y
|
|
3459
3472
|
* @see https://tailwindcss.com/docs/translate
|
|
3460
3473
|
*/
|
|
3461
3474
|
"translate-y": [{
|
|
3462
|
-
"translate-y": [
|
|
3475
|
+
"translate-y": [B]
|
|
3463
3476
|
}],
|
|
3464
3477
|
/**
|
|
3465
3478
|
* Skew X
|
|
@@ -3480,7 +3493,7 @@ const C = (e) => {
|
|
|
3480
3493
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
3481
3494
|
*/
|
|
3482
3495
|
"transform-origin": [{
|
|
3483
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
3496
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", y]
|
|
3484
3497
|
}],
|
|
3485
3498
|
// Interactivity
|
|
3486
3499
|
/**
|
|
@@ -3502,7 +3515,7 @@ const C = (e) => {
|
|
|
3502
3515
|
* @see https://tailwindcss.com/docs/cursor
|
|
3503
3516
|
*/
|
|
3504
3517
|
cursor: [{
|
|
3505
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
3518
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", y]
|
|
3506
3519
|
}],
|
|
3507
3520
|
/**
|
|
3508
3521
|
* Caret Color
|
|
@@ -3537,126 +3550,126 @@ const C = (e) => {
|
|
|
3537
3550
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3538
3551
|
*/
|
|
3539
3552
|
"scroll-m": [{
|
|
3540
|
-
"scroll-m":
|
|
3553
|
+
"scroll-m": _()
|
|
3541
3554
|
}],
|
|
3542
3555
|
/**
|
|
3543
3556
|
* Scroll Margin X
|
|
3544
3557
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3545
3558
|
*/
|
|
3546
3559
|
"scroll-mx": [{
|
|
3547
|
-
"scroll-mx":
|
|
3560
|
+
"scroll-mx": _()
|
|
3548
3561
|
}],
|
|
3549
3562
|
/**
|
|
3550
3563
|
* Scroll Margin Y
|
|
3551
3564
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3552
3565
|
*/
|
|
3553
3566
|
"scroll-my": [{
|
|
3554
|
-
"scroll-my":
|
|
3567
|
+
"scroll-my": _()
|
|
3555
3568
|
}],
|
|
3556
3569
|
/**
|
|
3557
3570
|
* Scroll Margin Start
|
|
3558
3571
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3559
3572
|
*/
|
|
3560
3573
|
"scroll-ms": [{
|
|
3561
|
-
"scroll-ms":
|
|
3574
|
+
"scroll-ms": _()
|
|
3562
3575
|
}],
|
|
3563
3576
|
/**
|
|
3564
3577
|
* Scroll Margin End
|
|
3565
3578
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3566
3579
|
*/
|
|
3567
3580
|
"scroll-me": [{
|
|
3568
|
-
"scroll-me":
|
|
3581
|
+
"scroll-me": _()
|
|
3569
3582
|
}],
|
|
3570
3583
|
/**
|
|
3571
3584
|
* Scroll Margin Top
|
|
3572
3585
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3573
3586
|
*/
|
|
3574
3587
|
"scroll-mt": [{
|
|
3575
|
-
"scroll-mt":
|
|
3588
|
+
"scroll-mt": _()
|
|
3576
3589
|
}],
|
|
3577
3590
|
/**
|
|
3578
3591
|
* Scroll Margin Right
|
|
3579
3592
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3580
3593
|
*/
|
|
3581
3594
|
"scroll-mr": [{
|
|
3582
|
-
"scroll-mr":
|
|
3595
|
+
"scroll-mr": _()
|
|
3583
3596
|
}],
|
|
3584
3597
|
/**
|
|
3585
3598
|
* Scroll Margin Bottom
|
|
3586
3599
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3587
3600
|
*/
|
|
3588
3601
|
"scroll-mb": [{
|
|
3589
|
-
"scroll-mb":
|
|
3602
|
+
"scroll-mb": _()
|
|
3590
3603
|
}],
|
|
3591
3604
|
/**
|
|
3592
3605
|
* Scroll Margin Left
|
|
3593
3606
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3594
3607
|
*/
|
|
3595
3608
|
"scroll-ml": [{
|
|
3596
|
-
"scroll-ml":
|
|
3609
|
+
"scroll-ml": _()
|
|
3597
3610
|
}],
|
|
3598
3611
|
/**
|
|
3599
3612
|
* Scroll Padding
|
|
3600
3613
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3601
3614
|
*/
|
|
3602
3615
|
"scroll-p": [{
|
|
3603
|
-
"scroll-p":
|
|
3616
|
+
"scroll-p": _()
|
|
3604
3617
|
}],
|
|
3605
3618
|
/**
|
|
3606
3619
|
* Scroll Padding X
|
|
3607
3620
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3608
3621
|
*/
|
|
3609
3622
|
"scroll-px": [{
|
|
3610
|
-
"scroll-px":
|
|
3623
|
+
"scroll-px": _()
|
|
3611
3624
|
}],
|
|
3612
3625
|
/**
|
|
3613
3626
|
* Scroll Padding Y
|
|
3614
3627
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3615
3628
|
*/
|
|
3616
3629
|
"scroll-py": [{
|
|
3617
|
-
"scroll-py":
|
|
3630
|
+
"scroll-py": _()
|
|
3618
3631
|
}],
|
|
3619
3632
|
/**
|
|
3620
3633
|
* Scroll Padding Start
|
|
3621
3634
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3622
3635
|
*/
|
|
3623
3636
|
"scroll-ps": [{
|
|
3624
|
-
"scroll-ps":
|
|
3637
|
+
"scroll-ps": _()
|
|
3625
3638
|
}],
|
|
3626
3639
|
/**
|
|
3627
3640
|
* Scroll Padding End
|
|
3628
3641
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3629
3642
|
*/
|
|
3630
3643
|
"scroll-pe": [{
|
|
3631
|
-
"scroll-pe":
|
|
3644
|
+
"scroll-pe": _()
|
|
3632
3645
|
}],
|
|
3633
3646
|
/**
|
|
3634
3647
|
* Scroll Padding Top
|
|
3635
3648
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3636
3649
|
*/
|
|
3637
3650
|
"scroll-pt": [{
|
|
3638
|
-
"scroll-pt":
|
|
3651
|
+
"scroll-pt": _()
|
|
3639
3652
|
}],
|
|
3640
3653
|
/**
|
|
3641
3654
|
* Scroll Padding Right
|
|
3642
3655
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3643
3656
|
*/
|
|
3644
3657
|
"scroll-pr": [{
|
|
3645
|
-
"scroll-pr":
|
|
3658
|
+
"scroll-pr": _()
|
|
3646
3659
|
}],
|
|
3647
3660
|
/**
|
|
3648
3661
|
* Scroll Padding Bottom
|
|
3649
3662
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3650
3663
|
*/
|
|
3651
3664
|
"scroll-pb": [{
|
|
3652
|
-
"scroll-pb":
|
|
3665
|
+
"scroll-pb": _()
|
|
3653
3666
|
}],
|
|
3654
3667
|
/**
|
|
3655
3668
|
* Scroll Padding Left
|
|
3656
3669
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3657
3670
|
*/
|
|
3658
3671
|
"scroll-pl": [{
|
|
3659
|
-
"scroll-pl":
|
|
3672
|
+
"scroll-pl": _()
|
|
3660
3673
|
}],
|
|
3661
3674
|
/**
|
|
3662
3675
|
* Scroll Snap Align
|
|
@@ -3724,7 +3737,7 @@ const C = (e) => {
|
|
|
3724
3737
|
* @see https://tailwindcss.com/docs/will-change
|
|
3725
3738
|
*/
|
|
3726
3739
|
"will-change": [{
|
|
3727
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
3740
|
+
"will-change": ["auto", "scroll", "contents", "transform", y]
|
|
3728
3741
|
}],
|
|
3729
3742
|
// SVG
|
|
3730
3743
|
/**
|
|
@@ -3739,7 +3752,7 @@ const C = (e) => {
|
|
|
3739
3752
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3740
3753
|
*/
|
|
3741
3754
|
"stroke-w": [{
|
|
3742
|
-
stroke: [
|
|
3755
|
+
stroke: [H, Z, Ze]
|
|
3743
3756
|
}],
|
|
3744
3757
|
/**
|
|
3745
3758
|
* Stroke
|
|
@@ -3814,7 +3827,7 @@ const C = (e) => {
|
|
|
3814
3827
|
"font-size": ["leading"]
|
|
3815
3828
|
}
|
|
3816
3829
|
};
|
|
3817
|
-
},
|
|
3830
|
+
}, Be = /* @__PURE__ */ Ds(al), sl = ["aria-label"], ll = /* @__PURE__ */ Object.assign({
|
|
3818
3831
|
inheritAttrs: !1
|
|
3819
3832
|
}, {
|
|
3820
3833
|
__name: "PaginationItem",
|
|
@@ -3853,32 +3866,32 @@ const C = (e) => {
|
|
|
3853
3866
|
}
|
|
3854
3867
|
},
|
|
3855
3868
|
setup(e) {
|
|
3856
|
-
const t = e, { setCurrentIndex: r } =
|
|
3869
|
+
const t = e, { setCurrentIndex: r, pauseAutoplay: n, resumeAutoplay: o } = $e(), i = (l) => {
|
|
3857
3870
|
if (t.disabled) return !1;
|
|
3858
|
-
r(
|
|
3859
|
-
},
|
|
3860
|
-
() =>
|
|
3861
|
-
),
|
|
3862
|
-
return (
|
|
3871
|
+
r(l[0]), n(), o();
|
|
3872
|
+
}, a = x(
|
|
3873
|
+
() => Be(t.class, t.isActive && t.activeClass, t.disabled && "pointer-events-none")
|
|
3874
|
+
), s = x(() => Be(t.dotClass, t.isActive && t.dotActiveClass));
|
|
3875
|
+
return (l, u) => ie(l.$slots, "pagination-item", {
|
|
3863
3876
|
isCurrentPage: t.isActive,
|
|
3864
3877
|
page: t.page,
|
|
3865
3878
|
pageIndex: t.pageIndex,
|
|
3866
3879
|
attrs: {
|
|
3867
|
-
onClick: () =>
|
|
3880
|
+
onClick: () => i(t.page, t.pageIndex)
|
|
3868
3881
|
}
|
|
3869
3882
|
}, () => [
|
|
3870
|
-
pe("button",
|
|
3871
|
-
class:
|
|
3883
|
+
pe("button", ar(l.$attrs, {
|
|
3884
|
+
class: a.value,
|
|
3872
3885
|
"aria-label": `Navigate to page ${t.pageIndex + 1}`,
|
|
3873
|
-
onClick:
|
|
3886
|
+
onClick: u[0] || (u[0] = (d) => i(t.page, t.pageIndex))
|
|
3874
3887
|
}), [
|
|
3875
3888
|
pe("div", {
|
|
3876
|
-
class: N(
|
|
3889
|
+
class: N(s.value)
|
|
3877
3890
|
}, null, 2)
|
|
3878
|
-
], 16,
|
|
3891
|
+
], 16, sl)
|
|
3879
3892
|
]);
|
|
3880
3893
|
}
|
|
3881
|
-
}),
|
|
3894
|
+
}), ul = {
|
|
3882
3895
|
__name: "Pagination",
|
|
3883
3896
|
props: {
|
|
3884
3897
|
totalSlides: {
|
|
@@ -3923,7 +3936,7 @@ const C = (e) => {
|
|
|
3923
3936
|
}
|
|
3924
3937
|
},
|
|
3925
3938
|
setup(e) {
|
|
3926
|
-
const t = e, { currentIndex: r, isNavigating: n } =
|
|
3939
|
+
const t = e, { currentIndex: r, isNavigating: n } = $e(), o = x(() => {
|
|
3927
3940
|
const a = Array.from(Array(t.totalSlides).keys());
|
|
3928
3941
|
return Ui(a, t.perPage).map((l) => {
|
|
3929
3942
|
let d = l[0] - 1;
|
|
@@ -3935,18 +3948,18 @@ const C = (e) => {
|
|
|
3935
3948
|
return (a, s) => (L(), ve("div", {
|
|
3936
3949
|
class: N(["evo-vue-carousel__pagination", t.backgroundClass])
|
|
3937
3950
|
}, [
|
|
3938
|
-
|
|
3951
|
+
ie(a.$slots, "pagination", {
|
|
3939
3952
|
page: o.value,
|
|
3940
3953
|
isCurrentPage: i,
|
|
3941
|
-
isNavigating:
|
|
3954
|
+
isNavigating: m(n)
|
|
3942
3955
|
}, () => [
|
|
3943
|
-
(L(!0), ve(
|
|
3956
|
+
(L(!0), ve(ct, null, Qr(o.value, (l, u) => (L(), fe(m(Se), {
|
|
3944
3957
|
key: l,
|
|
3945
3958
|
slots: a.$slots,
|
|
3946
3959
|
only: "pagination-item"
|
|
3947
3960
|
}, {
|
|
3948
|
-
default:
|
|
3949
|
-
|
|
3961
|
+
default: oe(() => [
|
|
3962
|
+
W(ll, {
|
|
3950
3963
|
class: N(t.itemClass),
|
|
3951
3964
|
"active-class": t.itemActiveClass,
|
|
3952
3965
|
"dot-class": N([t.itemDotClass, t.itemSizeClass]),
|
|
@@ -3954,7 +3967,7 @@ const C = (e) => {
|
|
|
3954
3967
|
page: l,
|
|
3955
3968
|
"page-index": u,
|
|
3956
3969
|
"is-active": i(u),
|
|
3957
|
-
disabled: t.disableOnNavigation &&
|
|
3970
|
+
disabled: t.disableOnNavigation && m(n)
|
|
3958
3971
|
}, null, 8, ["class", "active-class", "dot-class", "dot-active-class", "page", "page-index", "is-active", "disabled"])
|
|
3959
3972
|
]),
|
|
3960
3973
|
_: 2
|
|
@@ -3962,9 +3975,9 @@ const C = (e) => {
|
|
|
3962
3975
|
])
|
|
3963
3976
|
], 2));
|
|
3964
3977
|
}
|
|
3965
|
-
},
|
|
3978
|
+
}, cl = {
|
|
3966
3979
|
transform: "rotate(var(--r, 0deg)) scale(var(--sx, 1), var(--sy, 1))"
|
|
3967
|
-
},
|
|
3980
|
+
}, nr = {
|
|
3968
3981
|
mdi: {
|
|
3969
3982
|
size: 24,
|
|
3970
3983
|
viewbox: "0 0 24 24"
|
|
@@ -3977,7 +3990,7 @@ const C = (e) => {
|
|
|
3977
3990
|
size: 0,
|
|
3978
3991
|
viewbox: "0 0 0 0"
|
|
3979
3992
|
}
|
|
3980
|
-
},
|
|
3993
|
+
}, dl = {
|
|
3981
3994
|
props: {
|
|
3982
3995
|
type: {
|
|
3983
3996
|
type: String,
|
|
@@ -3993,22 +4006,22 @@ const C = (e) => {
|
|
|
3993
4006
|
}
|
|
3994
4007
|
},
|
|
3995
4008
|
setup(e) {
|
|
3996
|
-
return () => e.type === "fad" ? (console.warn("vue3-icon does not currently support Duotone FontAwesome icons"),
|
|
4009
|
+
return () => e.type === "fad" ? (console.warn("vue3-icon does not currently support Duotone FontAwesome icons"), z("path")) : Array.isArray(e.path) ? z(
|
|
3997
4010
|
"g",
|
|
3998
4011
|
{
|
|
3999
4012
|
style: {
|
|
4000
4013
|
fill: "currentcolor"
|
|
4001
4014
|
}
|
|
4002
4015
|
},
|
|
4003
|
-
e.path.map((t) => typeof t == "string" ?
|
|
4004
|
-
) :
|
|
4016
|
+
e.path.map((t) => typeof t == "string" ? z("path", { d: t }) : z("path", { ...t }))
|
|
4017
|
+
) : z("path", {
|
|
4005
4018
|
d: e.pathString,
|
|
4006
4019
|
style: {
|
|
4007
4020
|
fill: "currentcolor"
|
|
4008
4021
|
}
|
|
4009
4022
|
});
|
|
4010
4023
|
}
|
|
4011
|
-
},
|
|
4024
|
+
}, or = {
|
|
4012
4025
|
name: "icon",
|
|
4013
4026
|
props: {
|
|
4014
4027
|
/**
|
|
@@ -4084,23 +4097,23 @@ const C = (e) => {
|
|
|
4084
4097
|
},
|
|
4085
4098
|
setup(e) {
|
|
4086
4099
|
if (!e.path && !e.faIcon)
|
|
4087
|
-
return console.warn("vue3-icon requires either a 'path' or an 'fa-icon' property"), () =>
|
|
4088
|
-
const t =
|
|
4100
|
+
return console.warn("vue3-icon requires either a 'path' or an 'fa-icon' property"), () => z("div");
|
|
4101
|
+
const t = x(() => {
|
|
4089
4102
|
var u;
|
|
4090
4103
|
return ((u = e.faIcon) == null ? void 0 : u.prefix) || e.type;
|
|
4091
|
-
}), r =
|
|
4104
|
+
}), r = x(() => parseInt(e.rotate, 10)), n = x(() => nr[t.value] || nr.default), o = x(() => parseInt(e.size, 10) || n.value.size), i = x(() => e.faIcon ? `0 0 ${e.faIcon.icon[0]} ${e.faIcon.icon[1]}` : !1), a = x(() => i.value || e.viewbox || n.value.viewbox), s = x(() => {
|
|
4092
4105
|
if (e.noStyles !== !0)
|
|
4093
4106
|
return {
|
|
4094
|
-
...
|
|
4107
|
+
...cl,
|
|
4095
4108
|
"--sx": ["both", "horizontal"].includes(e.flip) ? "-1" : "1",
|
|
4096
4109
|
"--sy": ["both", "vertical"].includes(e.flip) ? "-1" : "1",
|
|
4097
4110
|
"--r": isNaN(r.value) ? r.value : r.value + "deg"
|
|
4098
4111
|
};
|
|
4099
|
-
}), l =
|
|
4112
|
+
}), l = x(() => {
|
|
4100
4113
|
var u;
|
|
4101
4114
|
return e.faIcon ? (u = e.faIcon) == null ? void 0 : u.icon[4] : e.type === "simple-icons" && typeof e.path == "object" ? e.path.path : e.path;
|
|
4102
4115
|
});
|
|
4103
|
-
return () =>
|
|
4116
|
+
return () => z(
|
|
4104
4117
|
"svg",
|
|
4105
4118
|
{
|
|
4106
4119
|
xmlns: e.noNamespace !== !0 ? "http://www.w3.org/2000/svg" : void 0,
|
|
@@ -4110,15 +4123,15 @@ const C = (e) => {
|
|
|
4110
4123
|
height: e.noDimensions !== !0 ? o.value : void 0,
|
|
4111
4124
|
viewBox: a.value
|
|
4112
4125
|
},
|
|
4113
|
-
[
|
|
4126
|
+
[z(dl, { path: e.path, type: t.value, pathString: l.value })]
|
|
4114
4127
|
);
|
|
4115
4128
|
}
|
|
4116
4129
|
};
|
|
4117
|
-
function
|
|
4130
|
+
function Fr(e, t = 0, r) {
|
|
4118
4131
|
const n = r - t;
|
|
4119
4132
|
return ((e - t) % n + n) % n + t;
|
|
4120
4133
|
}
|
|
4121
|
-
const
|
|
4134
|
+
const fl = ["disabled"], pl = ["disabled"], gl = "M31.884 8.366a1.25 1.25 0 0 1 0 1.768L18.018 24l13.866 13.866a1.25 1.25 0 0 1-1.768 1.768l-14.75-14.75a1.25 1.25 0 0 1 0-1.768l14.75-14.75a1.25 1.25 0 0 1 1.768 0z", vl = "M16.116 39.634a1.25 1.25 0 0 1 0-1.768L29.982 24L16.116 10.134a1.25 1.25 0 0 1 1.768-1.768l14.75 14.75a1.25 1.25 0 0 1 0 1.768l-14.75 14.75a1.25 1.25 0 0 1-1.768 0z", hl = /* @__PURE__ */ Object.assign({
|
|
4122
4135
|
inheritAttrs: !1
|
|
4123
4136
|
}, {
|
|
4124
4137
|
__name: "Navigation",
|
|
@@ -4149,73 +4162,75 @@ const dl = ["disabled"], fl = ["disabled"], pl = "M31.884 8.366a1.25 1.25 0 0 1
|
|
|
4149
4162
|
}
|
|
4150
4163
|
},
|
|
4151
4164
|
setup(e) {
|
|
4152
|
-
const t = e, { config: r, currentIndex: n, setCurrentIndex: o, isNavigating: i } =
|
|
4165
|
+
const t = e, { config: r, currentIndex: n, setCurrentIndex: o, isNavigating: i, pauseAutoplay: a, resumeAutoplay: s } = $e(), l = x(() => n.value + r.value.perPage), u = x(
|
|
4153
4166
|
() => !r.value.wrap && n.value === 0 || t.disableOnNavigation && i.value === !0
|
|
4154
|
-
),
|
|
4155
|
-
() => !r.value.wrap &&
|
|
4156
|
-
),
|
|
4157
|
-
if (r.value.mode ===
|
|
4158
|
-
if (r.value.wrap === !0) return
|
|
4159
|
-
const
|
|
4160
|
-
return p < 0 ? 0 :
|
|
4161
|
-
},
|
|
4162
|
-
|
|
4163
|
-
o(p);
|
|
4167
|
+
), d = x(
|
|
4168
|
+
() => !r.value.wrap && l.value === t.totalSlides || t.disableOnNavigation && i.value === !0
|
|
4169
|
+
), c = x(() => Be(t.itemClass, t.itemSizeClass, t.prevClass)), f = x(() => Be(t.itemClass, t.itemSizeClass, t.nextClass)), b = (p) => {
|
|
4170
|
+
if (r.value.mode === Me.GALLERY === !1) return p;
|
|
4171
|
+
if (r.value.wrap === !0) return Fr(p, 0, t.totalSlides);
|
|
4172
|
+
const C = p + r.value.perPage;
|
|
4173
|
+
return p < 0 ? 0 : C >= t.totalSlides ? t.totalSlides - r.value.perPage : p;
|
|
4174
|
+
}, g = () => {
|
|
4175
|
+
a(), s();
|
|
4164
4176
|
}, h = () => {
|
|
4165
|
-
const p =
|
|
4166
|
-
o(p);
|
|
4177
|
+
const p = b(n.value - r.value.slideBy);
|
|
4178
|
+
o(p), g();
|
|
4179
|
+
}, v = () => {
|
|
4180
|
+
const p = b(n.value + r.value.slideBy);
|
|
4181
|
+
o(p), g();
|
|
4167
4182
|
};
|
|
4168
|
-
return (p,
|
|
4169
|
-
onPrev:
|
|
4170
|
-
onNext:
|
|
4171
|
-
currentIndex:
|
|
4172
|
-
config:
|
|
4183
|
+
return (p, w) => ie(p.$slots, "navigation", {
|
|
4184
|
+
onPrev: h,
|
|
4185
|
+
onNext: v,
|
|
4186
|
+
currentIndex: m(n),
|
|
4187
|
+
config: m(r)
|
|
4173
4188
|
}, () => [
|
|
4174
|
-
pe("div",
|
|
4175
|
-
|
|
4176
|
-
onClick:
|
|
4177
|
-
currentIndex:
|
|
4178
|
-
disabled:
|
|
4189
|
+
pe("div", ar({ class: "evo-vue-carousel__navigation" }, p.$attrs), [
|
|
4190
|
+
ie(p.$slots, "navigation-prev", {
|
|
4191
|
+
onClick: h,
|
|
4192
|
+
currentIndex: m(n),
|
|
4193
|
+
disabled: u.value
|
|
4179
4194
|
}, () => [
|
|
4180
4195
|
pe("button", {
|
|
4181
|
-
class: N(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-prev",
|
|
4182
|
-
disabled:
|
|
4183
|
-
onClick:
|
|
4196
|
+
class: N(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-prev", c.value]),
|
|
4197
|
+
disabled: u.value,
|
|
4198
|
+
onClick: h
|
|
4184
4199
|
}, [
|
|
4185
|
-
|
|
4186
|
-
path:
|
|
4200
|
+
W(m(or), {
|
|
4201
|
+
path: gl,
|
|
4187
4202
|
viewBox: "0 0 48 48",
|
|
4188
4203
|
class: "w-full h-full"
|
|
4189
4204
|
})
|
|
4190
|
-
], 10,
|
|
4205
|
+
], 10, fl)
|
|
4191
4206
|
]),
|
|
4192
|
-
|
|
4193
|
-
onClick:
|
|
4194
|
-
currentIndex:
|
|
4207
|
+
ie(p.$slots, "navigation-next", {
|
|
4208
|
+
onClick: v,
|
|
4209
|
+
currentIndex: m(n)
|
|
4195
4210
|
}, () => [
|
|
4196
4211
|
pe("button", {
|
|
4197
|
-
class: N(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-next",
|
|
4198
|
-
disabled:
|
|
4199
|
-
onClick:
|
|
4212
|
+
class: N(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-next", f.value]),
|
|
4213
|
+
disabled: d.value,
|
|
4214
|
+
onClick: v
|
|
4200
4215
|
}, [
|
|
4201
|
-
|
|
4202
|
-
path:
|
|
4216
|
+
W(m(or), {
|
|
4217
|
+
path: vl,
|
|
4203
4218
|
viewBox: "0 0 48 48",
|
|
4204
4219
|
class: "w-full h-full"
|
|
4205
4220
|
})
|
|
4206
|
-
], 10,
|
|
4221
|
+
], 10, pl)
|
|
4207
4222
|
])
|
|
4208
4223
|
], 16)
|
|
4209
4224
|
]);
|
|
4210
4225
|
}
|
|
4211
|
-
}),
|
|
4226
|
+
}), ze = (e = 1) => e <= 1 ? new Promise((t) => requestAnimationFrame(t)) : new Promise((t) => requestAnimationFrame(() => ze(e - 1).then(t))), bl = (e) => Dr(e) === "fragment", yl = (e) => {
|
|
4212
4227
|
if (typeof e == "string")
|
|
4213
4228
|
return e;
|
|
4214
4229
|
if (typeof e == "number")
|
|
4215
4230
|
return String(e);
|
|
4216
|
-
if (
|
|
4231
|
+
if (Ge(e) && e.type === sr)
|
|
4217
4232
|
return String(e.children);
|
|
4218
|
-
},
|
|
4233
|
+
}, Dr = (e) => {
|
|
4219
4234
|
const t = typeof e;
|
|
4220
4235
|
if (e == null || t === "boolean")
|
|
4221
4236
|
return "comment";
|
|
@@ -4223,12 +4238,12 @@ const dl = ["disabled"], fl = ["disabled"], pl = "M31.884 8.366a1.25 1.25 0 0 1
|
|
|
4223
4238
|
return "text";
|
|
4224
4239
|
if (Array.isArray(e))
|
|
4225
4240
|
return "fragment";
|
|
4226
|
-
if (
|
|
4241
|
+
if (Ge(e)) {
|
|
4227
4242
|
const { type: r } = e, n = typeof r;
|
|
4228
4243
|
if (n === "symbol") {
|
|
4229
|
-
if (r ===
|
|
4244
|
+
if (r === ct)
|
|
4230
4245
|
return "fragment";
|
|
4231
|
-
if (r ===
|
|
4246
|
+
if (r === sr)
|
|
4232
4247
|
return "text";
|
|
4233
4248
|
if (r === tn)
|
|
4234
4249
|
return "comment";
|
|
@@ -4241,52 +4256,52 @@ const dl = ["disabled"], fl = ["disabled"], pl = "M31.884 8.366a1.25 1.25 0 0 1
|
|
|
4241
4256
|
return "component";
|
|
4242
4257
|
}
|
|
4243
4258
|
}
|
|
4244
|
-
},
|
|
4259
|
+
}, xt = (e, t) => {
|
|
4245
4260
|
console.warn(`[${e}] ${t}`);
|
|
4246
4261
|
}, ml = (e, t, r) => {
|
|
4247
4262
|
for (let n = 0; n < t.length; ++n) {
|
|
4248
|
-
const o =
|
|
4249
|
-
i !== o &&
|
|
4263
|
+
const o = _t(t[n]), i = r[n];
|
|
4264
|
+
i !== o && xt(e, `Argument ${n + 1} was ${o}, should be ${i}`);
|
|
4250
4265
|
}
|
|
4251
|
-
},
|
|
4266
|
+
}, _t = (e) => {
|
|
4252
4267
|
let t = typeof e;
|
|
4253
|
-
return t === "object" && (e === null ? t = "null" : Array.isArray(e) ? t = "array" :
|
|
4254
|
-
},
|
|
4268
|
+
return t === "object" && (e === null ? t = "null" : Array.isArray(e) ? t = "array" : Ge(e) ? t = "vnode" : e instanceof Date ? t = "date" : e instanceof RegExp && (t = "regexp")), t;
|
|
4269
|
+
}, wl = (e) => {
|
|
4255
4270
|
if (Array.isArray(e))
|
|
4256
4271
|
return e;
|
|
4257
4272
|
const { children: t } = e;
|
|
4258
|
-
return Array.isArray(t) ? t : (process.env.NODE_ENV !== "production" &&
|
|
4273
|
+
return Array.isArray(t) ? t : (process.env.NODE_ENV !== "production" && xt("getFragmentChildren", `Unknown children for fragment: ${_t(t)}`), []);
|
|
4259
4274
|
};
|
|
4260
4275
|
function Hr(e) {
|
|
4261
4276
|
return process.env.NODE_ENV !== "production" ? Object.freeze(e) : e;
|
|
4262
4277
|
}
|
|
4263
|
-
const
|
|
4278
|
+
const xl = /* @__PURE__ */ Hr({
|
|
4264
4279
|
element: !0,
|
|
4265
4280
|
component: !0
|
|
4266
|
-
}),
|
|
4281
|
+
}), _l = /* @__PURE__ */ Hr({
|
|
4267
4282
|
element: !0,
|
|
4268
4283
|
component: !0,
|
|
4269
4284
|
text: !0,
|
|
4270
4285
|
static: !0
|
|
4271
|
-
}),
|
|
4272
|
-
const r =
|
|
4273
|
-
return !r || r === "fragment" || !t[r] ? null :
|
|
4274
|
-
}, Wr = (e, t, r =
|
|
4286
|
+
}), Sl = (e, t) => {
|
|
4287
|
+
const r = Dr(e);
|
|
4288
|
+
return !r || r === "fragment" || !t[r] ? null : Ge(e) ? e : r === "text" ? nn(yl(e)) : Re();
|
|
4289
|
+
}, Wr = (e, t, r = _l) => (process.env.NODE_ENV !== "production" && ml("replaceChildren", [e, t, r], ["array", "function", "object"]), Ur(e, t, r)), Ur = (e, t, r) => {
|
|
4275
4290
|
var n;
|
|
4276
4291
|
let o = null;
|
|
4277
4292
|
for (let i = 0; i < e.length; ++i) {
|
|
4278
4293
|
const a = e[i];
|
|
4279
|
-
if (
|
|
4280
|
-
const s =
|
|
4294
|
+
if (bl(a)) {
|
|
4295
|
+
const s = wl(a), l = Ur(s, t, r);
|
|
4281
4296
|
let u = a;
|
|
4282
4297
|
s !== l && (o ?? (o = e.slice(0, i)), Array.isArray(a) ? u = l : (u = en(a), u.children = l)), o && o.push(u);
|
|
4283
4298
|
} else {
|
|
4284
|
-
const s =
|
|
4299
|
+
const s = Sl(a, r);
|
|
4285
4300
|
if (s) {
|
|
4286
4301
|
const l = (n = t(s)) != null ? n : s;
|
|
4287
4302
|
if (process.env.NODE_ENV !== "production") {
|
|
4288
|
-
const u =
|
|
4289
|
-
["array", "vnode", "string", "number", "undefined"].includes(u) ||
|
|
4303
|
+
const u = _t(l);
|
|
4304
|
+
["array", "vnode", "string", "number", "undefined"].includes(u) || xt("replaceChildren", `Callback returned unexpected ${u} ${String(l)}`);
|
|
4290
4305
|
}
|
|
4291
4306
|
l !== a && (o ?? (o = e.slice(0, i))), Array.isArray(l) ? o && o.push(...l) : o && o.push(l);
|
|
4292
4307
|
} else
|
|
@@ -4302,12 +4317,12 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4302
4317
|
}
|
|
4303
4318
|
},
|
|
4304
4319
|
setup(e, { slots: t }) {
|
|
4305
|
-
const r =
|
|
4320
|
+
const r = P(null), n = on(), o = ut(), { width: i, height: a, stop: s } = mt(r), { registerSlide: l, updateSlide: u, unregisterSlide: d } = gs();
|
|
4306
4321
|
return e.isClone === !1 ? l(n, o) : s(), an(() => {
|
|
4307
4322
|
e.isClone === !1 && d(n);
|
|
4308
|
-
}),
|
|
4323
|
+
}), G([i, a], ([c, f]) => {
|
|
4309
4324
|
e.isClone === !1 && u(n, { width: c, height: f });
|
|
4310
|
-
}), () =>
|
|
4325
|
+
}), () => z(
|
|
4311
4326
|
"div",
|
|
4312
4327
|
{
|
|
4313
4328
|
ref: r
|
|
@@ -4315,12 +4330,12 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4315
4330
|
t.default()
|
|
4316
4331
|
);
|
|
4317
4332
|
}
|
|
4318
|
-
},
|
|
4333
|
+
}, Cl = (e, t) => {
|
|
4319
4334
|
const r = e.__vccOpts || e;
|
|
4320
4335
|
for (const [n, o] of t)
|
|
4321
4336
|
r[n] = o;
|
|
4322
4337
|
return r;
|
|
4323
|
-
},
|
|
4338
|
+
}, Al = ["data-width", "data-height"], Il = {
|
|
4324
4339
|
__name: "Slider",
|
|
4325
4340
|
props: {
|
|
4326
4341
|
totalSlides: {
|
|
@@ -4333,8 +4348,8 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4333
4348
|
}
|
|
4334
4349
|
},
|
|
4335
4350
|
setup(e) {
|
|
4336
|
-
sn((
|
|
4337
|
-
"
|
|
4351
|
+
sn((T) => ({
|
|
4352
|
+
"1007f688": $.value
|
|
4338
4353
|
}));
|
|
4339
4354
|
const t = Object.freeze({
|
|
4340
4355
|
element: !0,
|
|
@@ -4342,126 +4357,130 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4342
4357
|
static: !0,
|
|
4343
4358
|
comment: !1,
|
|
4344
4359
|
text: !1
|
|
4345
|
-
}), r = e, {
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4360
|
+
}), r = e, {
|
|
4361
|
+
config: n,
|
|
4362
|
+
currentIndex: o,
|
|
4363
|
+
setCurrentIndex: i,
|
|
4364
|
+
isHovered: a,
|
|
4365
|
+
isNavigating: s,
|
|
4366
|
+
setIsNavigating: l,
|
|
4367
|
+
pauseAutoplay: u,
|
|
4368
|
+
resumeAutoplay: d,
|
|
4369
|
+
autoplayIsActive: c
|
|
4370
|
+
} = $e(), f = P(!0), b = (T, M) => T / M * 100, g = x(() => ({
|
|
4371
|
+
transform: `translate3d(${C.value}px, 0, 0)`,
|
|
4372
|
+
transitionDuration: `${b(S.value, n.value.transitionSpeed)}ms`
|
|
4373
|
+
})), h = (T) => {
|
|
4374
|
+
const M = parseFloat($.value), _ = n.value.wrap ? r.totalSlides + T : T;
|
|
4375
|
+
return (M + n.value.gap) * _ * -1;
|
|
4376
|
+
}, v = P(null), { width: p, height: w } = mt(v), $ = x(() => {
|
|
4377
|
+
const T = n.value.gap > 0 ? n.value.gap * (n.value.perPage - 1) : 0;
|
|
4378
|
+
return (p.value - T) / n.value.perPage + "px";
|
|
4379
|
+
}), C = P(0), O = P(0);
|
|
4380
|
+
G(
|
|
4362
4381
|
() => r.isInit,
|
|
4363
|
-
async (
|
|
4364
|
-
|
|
4382
|
+
async (T) => {
|
|
4383
|
+
T && (C.value = h(o.value), await ze(2), f.value = !1);
|
|
4365
4384
|
}
|
|
4366
4385
|
);
|
|
4367
|
-
const
|
|
4368
|
-
|
|
4369
|
-
s.value === !1 && (
|
|
4386
|
+
const S = x(() => Math.abs(C.value - O.value));
|
|
4387
|
+
G(o, (T) => {
|
|
4388
|
+
s.value === !1 && (O.value = C.value), C.value = h(T);
|
|
4370
4389
|
});
|
|
4371
|
-
const
|
|
4390
|
+
const E = () => {
|
|
4372
4391
|
l(!0);
|
|
4373
4392
|
}, B = async () => {
|
|
4374
|
-
|
|
4375
|
-
const
|
|
4376
|
-
i(
|
|
4393
|
+
f.value = !0, await ze();
|
|
4394
|
+
const T = r.totalSlides;
|
|
4395
|
+
i(Fr(o.value, 0, T)), await ze(), f.value = !1, l(!1);
|
|
4377
4396
|
};
|
|
4378
|
-
|
|
4379
|
-
n.value.pauseOnHover === !0 && (
|
|
4397
|
+
G(a, (T) => {
|
|
4398
|
+
n.value.pauseOnHover === !0 && (T ? u() : d());
|
|
4380
4399
|
});
|
|
4381
|
-
const
|
|
4400
|
+
const Y = {
|
|
4382
4401
|
props: {
|
|
4383
4402
|
gap: {
|
|
4384
4403
|
type: Number,
|
|
4385
4404
|
default: 0
|
|
4386
4405
|
}
|
|
4387
4406
|
},
|
|
4388
|
-
setup(
|
|
4389
|
-
const
|
|
4390
|
-
var
|
|
4391
|
-
return ((
|
|
4392
|
-
},
|
|
4393
|
-
let
|
|
4394
|
-
const
|
|
4407
|
+
setup(T, { slots: M }) {
|
|
4408
|
+
const _ = () => {
|
|
4409
|
+
var R;
|
|
4410
|
+
return ((R = M.default) == null ? void 0 : R.call(M)) || [];
|
|
4411
|
+
}, X = (R) => {
|
|
4412
|
+
let ye = 0;
|
|
4413
|
+
const de = R ? `_${R}` : "";
|
|
4395
4414
|
return Wr(
|
|
4396
|
-
|
|
4397
|
-
(
|
|
4415
|
+
_(),
|
|
4416
|
+
(Ee) => (ye++, z(
|
|
4398
4417
|
Vr,
|
|
4399
4418
|
{
|
|
4400
4419
|
class: N([
|
|
4401
4420
|
"evo-vue-carousel__slide shrink-0 grow-0",
|
|
4402
4421
|
{
|
|
4403
|
-
"evo-vue-carousel__slide-clone": !!
|
|
4404
|
-
"evo-vue-carousel__slide-prefix":
|
|
4405
|
-
"evo-vue-carousel__slide-suffix":
|
|
4422
|
+
"evo-vue-carousel__slide-clone": !!R,
|
|
4423
|
+
"evo-vue-carousel__slide-prefix": R === "prefix",
|
|
4424
|
+
"evo-vue-carousel__slide-suffix": R === "suffix"
|
|
4406
4425
|
}
|
|
4407
4426
|
]),
|
|
4408
4427
|
role: "option",
|
|
4409
4428
|
style: {
|
|
4410
4429
|
flexBasis: "var(--slide-width, 0px)",
|
|
4411
|
-
marginRight: `${
|
|
4430
|
+
marginRight: `${T.gap}px`
|
|
4412
4431
|
},
|
|
4413
|
-
key: `slide_${
|
|
4414
|
-
isClone: !!
|
|
4432
|
+
key: `slide_${ye}${de}`,
|
|
4433
|
+
isClone: !!R
|
|
4415
4434
|
},
|
|
4416
4435
|
{
|
|
4417
|
-
default: () => [
|
|
4436
|
+
default: () => [Ee]
|
|
4418
4437
|
}
|
|
4419
4438
|
)),
|
|
4420
4439
|
t
|
|
4421
4440
|
);
|
|
4422
4441
|
};
|
|
4423
|
-
return () =>
|
|
4442
|
+
return () => z(
|
|
4424
4443
|
"div",
|
|
4425
4444
|
{
|
|
4426
4445
|
class: N([
|
|
4427
4446
|
"evo-vue-carousel__viewport-track flex flex-row",
|
|
4428
4447
|
{
|
|
4429
4448
|
"is-navigating": s.value,
|
|
4430
|
-
"autoplay-active":
|
|
4449
|
+
"autoplay-active": c.value
|
|
4431
4450
|
},
|
|
4432
|
-
|
|
4451
|
+
f.value ? "transition-none" : "transition-all",
|
|
4433
4452
|
n.value.slideTransitionTimingClass
|
|
4434
4453
|
]),
|
|
4435
|
-
style:
|
|
4436
|
-
onTransitionstart:
|
|
4454
|
+
style: g.value,
|
|
4455
|
+
onTransitionstart: E,
|
|
4437
4456
|
onTransitionend: B
|
|
4438
4457
|
},
|
|
4439
|
-
n.value.wrap ?
|
|
4458
|
+
n.value.wrap ? xr(X("prefix"), X(), X("suffix")) : X()
|
|
4440
4459
|
);
|
|
4441
4460
|
}
|
|
4442
4461
|
};
|
|
4443
|
-
return (
|
|
4462
|
+
return (T, M) => (L(), ve("div", {
|
|
4444
4463
|
ref_key: "viewportRef",
|
|
4445
|
-
ref:
|
|
4464
|
+
ref: v,
|
|
4446
4465
|
class: "evo-vue-carousel__viewport evo-vue-carousel__viewport--slider relative flex w-full h-full max-h-full overflow-hidden",
|
|
4447
4466
|
role: "listbox",
|
|
4448
|
-
"data-width":
|
|
4449
|
-
"data-height":
|
|
4467
|
+
"data-width": m(p),
|
|
4468
|
+
"data-height": m(w)
|
|
4450
4469
|
}, [
|
|
4451
|
-
|
|
4452
|
-
slots:
|
|
4470
|
+
W(m(Se), {
|
|
4471
|
+
slots: T.$slots,
|
|
4453
4472
|
only: "default"
|
|
4454
4473
|
}, {
|
|
4455
|
-
default:
|
|
4456
|
-
|
|
4457
|
-
gap:
|
|
4474
|
+
default: oe(() => [
|
|
4475
|
+
W(Y, {
|
|
4476
|
+
gap: m(n).gap
|
|
4458
4477
|
}, null, 8, ["gap"])
|
|
4459
4478
|
]),
|
|
4460
4479
|
_: 1
|
|
4461
4480
|
}, 8, ["slots"])
|
|
4462
|
-
], 8,
|
|
4481
|
+
], 8, Al));
|
|
4463
4482
|
}
|
|
4464
|
-
},
|
|
4483
|
+
}, Tl = /* @__PURE__ */ Cl(Il, [["__scopeId", "data-v-d1b8c3e6"]]), Ol = ["data-height"], Pl = {
|
|
4465
4484
|
__name: "Gallery",
|
|
4466
4485
|
props: {
|
|
4467
4486
|
totalSlides: {
|
|
@@ -4474,101 +4493,95 @@ const wl = /* @__PURE__ */ Hr({
|
|
|
4474
4493
|
}
|
|
4475
4494
|
},
|
|
4476
4495
|
setup(e) {
|
|
4477
|
-
const t = e, { config: r, currentIndex: n, isNavigating: o, isHovered: i, setIsNavigating: a,
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
/* isActive: autoplayIsActive, */
|
|
4481
|
-
} = Or(() => {
|
|
4482
|
-
s(n.value + r.value.slideBy);
|
|
4483
|
-
}, d);
|
|
4484
|
-
k(i, (v) => {
|
|
4485
|
-
v ? c() : f();
|
|
4496
|
+
const t = e, { config: r, currentIndex: n, isNavigating: o, isHovered: i, setIsNavigating: a, pauseAutoplay: s, resumeAutoplay: l } = $e(), u = P(null), { height: d } = mt(u);
|
|
4497
|
+
G(i, (b) => {
|
|
4498
|
+
b ? s() : l();
|
|
4486
4499
|
});
|
|
4487
|
-
function
|
|
4488
|
-
const
|
|
4489
|
-
if (
|
|
4490
|
-
for (let
|
|
4491
|
-
|
|
4492
|
-
return
|
|
4500
|
+
function c(b, g, h) {
|
|
4501
|
+
const v = [];
|
|
4502
|
+
if (h === 0) return v;
|
|
4503
|
+
for (let p = 0; p < g; p++)
|
|
4504
|
+
v.push((b + p) % h);
|
|
4505
|
+
return v;
|
|
4493
4506
|
}
|
|
4494
|
-
const
|
|
4495
|
-
setup(
|
|
4496
|
-
const
|
|
4507
|
+
const f = {
|
|
4508
|
+
setup(b, { slots: g }) {
|
|
4509
|
+
const h = x(() => c(n.value, r.value.perPage, t.totalSlides));
|
|
4497
4510
|
return () => {
|
|
4498
|
-
var
|
|
4499
|
-
let
|
|
4500
|
-
for (; Array.isArray(
|
|
4501
|
-
|
|
4502
|
-
let
|
|
4503
|
-
const
|
|
4504
|
-
|
|
4505
|
-
(
|
|
4506
|
-
const
|
|
4511
|
+
var C, O;
|
|
4512
|
+
let v = ((C = g.default) == null ? void 0 : C.call(g)) || [];
|
|
4513
|
+
for (; Array.isArray(v) && ((O = v[0]) == null ? void 0 : O.type) === ct; )
|
|
4514
|
+
v = v[0].children;
|
|
4515
|
+
let p = 0;
|
|
4516
|
+
const w = Wr(
|
|
4517
|
+
v,
|
|
4518
|
+
(S) => {
|
|
4519
|
+
const E = z(
|
|
4507
4520
|
Vr,
|
|
4508
4521
|
{
|
|
4509
4522
|
class: N([
|
|
4510
4523
|
"evo-vue-carousel__slide evo-vue-carousel__slide--visible w-full h-full",
|
|
4511
4524
|
{
|
|
4512
|
-
hidden:
|
|
4525
|
+
hidden: h.value.includes(p) === !1
|
|
4513
4526
|
}
|
|
4514
4527
|
]),
|
|
4515
4528
|
role: "option"
|
|
4516
4529
|
},
|
|
4517
4530
|
{
|
|
4518
|
-
default: () => [
|
|
4531
|
+
default: () => [S]
|
|
4519
4532
|
}
|
|
4520
4533
|
);
|
|
4521
|
-
return
|
|
4534
|
+
return p++, E;
|
|
4522
4535
|
},
|
|
4523
|
-
|
|
4524
|
-
),
|
|
4525
|
-
|
|
4526
|
-
|
|
4536
|
+
xl
|
|
4537
|
+
), $ = xr(
|
|
4538
|
+
Qt(w, n.value),
|
|
4539
|
+
Qt(w, 0, n.value)
|
|
4527
4540
|
);
|
|
4528
|
-
return
|
|
4541
|
+
return z(
|
|
4529
4542
|
"div",
|
|
4530
4543
|
{
|
|
4531
4544
|
class: N(["flex h-full overflow-hidden"])
|
|
4532
4545
|
},
|
|
4533
|
-
|
|
4546
|
+
$
|
|
4534
4547
|
);
|
|
4535
4548
|
};
|
|
4536
4549
|
}
|
|
4537
4550
|
};
|
|
4538
|
-
return (
|
|
4551
|
+
return (b, g) => (L(), ve("div", {
|
|
4539
4552
|
ref_key: "galleryRef",
|
|
4540
|
-
ref:
|
|
4553
|
+
ref: u,
|
|
4541
4554
|
class: N(["evo-vue-carousel__viewport evo-vue-carousel__viewport--gallery min-h-12 h-full relative w-full overflow-hidden", {
|
|
4542
|
-
"is-navigating":
|
|
4555
|
+
"is-navigating": m(o)
|
|
4543
4556
|
}]),
|
|
4544
|
-
"data-height":
|
|
4557
|
+
"data-height": m(d)
|
|
4545
4558
|
}, [
|
|
4546
|
-
|
|
4559
|
+
W(ln, {
|
|
4547
4560
|
mode: "in-out",
|
|
4548
4561
|
"enter-active-class": "transition-all duration-1000 absolute inset-0",
|
|
4549
4562
|
"leave-active-class": "transition-none absolute hidden",
|
|
4550
4563
|
"enter-from-class": "opacity-0",
|
|
4551
|
-
onBeforeEnter: g[0] || (g[0] = (
|
|
4552
|
-
onAfterLeave: g[1] || (g[1] = (
|
|
4564
|
+
onBeforeEnter: g[0] || (g[0] = (h) => m(a)(!0)),
|
|
4565
|
+
onAfterLeave: g[1] || (g[1] = (h) => m(a)(!1))
|
|
4553
4566
|
}, {
|
|
4554
|
-
default:
|
|
4555
|
-
(L(), fe(
|
|
4556
|
-
default:
|
|
4557
|
-
|
|
4567
|
+
default: oe(() => [
|
|
4568
|
+
(L(), fe(f, { key: m(n) }, {
|
|
4569
|
+
default: oe(() => [
|
|
4570
|
+
ie(b.$slots, "default")
|
|
4558
4571
|
]),
|
|
4559
4572
|
_: 3
|
|
4560
4573
|
}))
|
|
4561
4574
|
]),
|
|
4562
4575
|
_: 3
|
|
4563
4576
|
})
|
|
4564
|
-
], 10,
|
|
4577
|
+
], 10, Ol));
|
|
4565
4578
|
}
|
|
4566
4579
|
};
|
|
4567
4580
|
export {
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4581
|
+
Me as EVO_VUE_CAROUSEL_MODE,
|
|
4582
|
+
El as EvoVueCarousel,
|
|
4583
|
+
hl as EvoVueCarouselNavigation,
|
|
4584
|
+
ul as EvoVueCarouselPagination,
|
|
4585
|
+
Pl as EvoVueCarouselViewportGallery,
|
|
4586
|
+
Tl as EvoVueCarouselViewportSlider
|
|
4574
4587
|
};
|