react-spring-carousel 3.0.0-beta090.34 → 3.0.0-beta090.35
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/index.cjs.js +14 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +772 -757
- package/dist/index.es.js.map +1 -1
- package/dist/types/types/useSpringCarousel.types.d.ts +5 -0
- package/package.json +14 -12
package/dist/index.es.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import lr, { useRef as
|
|
2
|
-
import { useSpring as vr, config as
|
|
1
|
+
import lr, { useRef as O, useEffect as he, createContext as fr, useCallback as De, Fragment as Er, useContext as dr, useState as Tr } from "react";
|
|
2
|
+
import { useSpring as vr, config as We, useIsomorphicLayoutEffect as Rr, useTransition as _r, a as wr } from "@react-spring/web";
|
|
3
3
|
import { useDrag as hr } from "@use-gesture/react";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
var
|
|
4
|
+
import Cr from "resize-observer-polyfill";
|
|
5
|
+
import Ee from "screenfull";
|
|
6
|
+
var L = {}, Ir = {
|
|
7
7
|
get exports() {
|
|
8
|
-
return
|
|
8
|
+
return L;
|
|
9
9
|
},
|
|
10
|
-
set exports(
|
|
11
|
-
|
|
10
|
+
set exports(i) {
|
|
11
|
+
L = i;
|
|
12
12
|
}
|
|
13
|
-
},
|
|
13
|
+
}, Ae = {};
|
|
14
14
|
/**
|
|
15
15
|
* @license React
|
|
16
16
|
* react-jsx-runtime.production.min.js
|
|
@@ -21,24 +21,24 @@ var A = {}, Cr = {
|
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
22
|
*/
|
|
23
23
|
var cr;
|
|
24
|
-
function
|
|
24
|
+
function Pr() {
|
|
25
25
|
if (cr)
|
|
26
|
-
return
|
|
26
|
+
return Ae;
|
|
27
27
|
cr = 1;
|
|
28
|
-
var
|
|
29
|
-
function
|
|
30
|
-
var
|
|
31
|
-
d !== void 0 && (
|
|
32
|
-
for (
|
|
33
|
-
|
|
28
|
+
var i = lr, p = Symbol.for("react.element"), y = Symbol.for("react.fragment"), $ = Object.prototype.hasOwnProperty, Y = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, v = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
29
|
+
function w(l, f, d) {
|
|
30
|
+
var M, H = {}, I = null, u = null;
|
|
31
|
+
d !== void 0 && (I = "" + d), f.key !== void 0 && (I = "" + f.key), f.ref !== void 0 && (u = f.ref);
|
|
32
|
+
for (M in f)
|
|
33
|
+
$.call(f, M) && !v.hasOwnProperty(M) && (H[M] = f[M]);
|
|
34
34
|
if (l && l.defaultProps)
|
|
35
|
-
for (
|
|
36
|
-
|
|
37
|
-
return { $$typeof:
|
|
35
|
+
for (M in f = l.defaultProps, f)
|
|
36
|
+
H[M] === void 0 && (H[M] = f[M]);
|
|
37
|
+
return { $$typeof: p, type: l, key: I, ref: u, props: H, _owner: Y.current };
|
|
38
38
|
}
|
|
39
|
-
return
|
|
39
|
+
return Ae.Fragment = y, Ae.jsx = w, Ae.jsxs = w, Ae;
|
|
40
40
|
}
|
|
41
|
-
var
|
|
41
|
+
var Je = {};
|
|
42
42
|
/**
|
|
43
43
|
* @license React
|
|
44
44
|
* react-jsx-runtime.development.js
|
|
@@ -49,61 +49,61 @@ var qe = {};
|
|
|
49
49
|
* LICENSE file in the root directory of this source tree.
|
|
50
50
|
*/
|
|
51
51
|
var sr;
|
|
52
|
-
function
|
|
52
|
+
function kr() {
|
|
53
53
|
return sr || (sr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
54
|
-
var
|
|
54
|
+
var i = lr, p = Symbol.for("react.element"), y = Symbol.for("react.portal"), $ = Symbol.for("react.fragment"), Y = Symbol.for("react.strict_mode"), v = Symbol.for("react.profiler"), w = Symbol.for("react.provider"), l = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), M = Symbol.for("react.suspense_list"), H = Symbol.for("react.memo"), I = Symbol.for("react.lazy"), u = Symbol.for("react.offscreen"), U = Symbol.iterator, T = "@@iterator";
|
|
55
55
|
function ae(e) {
|
|
56
56
|
if (e === null || typeof e != "object")
|
|
57
57
|
return null;
|
|
58
|
-
var t = U && e[U] || e[
|
|
58
|
+
var t = U && e[U] || e[T];
|
|
59
59
|
return typeof t == "function" ? t : null;
|
|
60
60
|
}
|
|
61
|
-
var j =
|
|
62
|
-
function
|
|
61
|
+
var j = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
62
|
+
function F(e) {
|
|
63
63
|
{
|
|
64
|
-
for (var t = arguments.length,
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), c = 1; c < t; c++)
|
|
65
|
+
n[c - 1] = arguments[c];
|
|
66
|
+
G("error", e, n);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function G(e, t, n) {
|
|
70
70
|
{
|
|
71
|
-
var
|
|
72
|
-
|
|
73
|
-
var
|
|
74
|
-
return String(
|
|
71
|
+
var c = j.ReactDebugCurrentFrame, E = c.getStackAddendum();
|
|
72
|
+
E !== "" && (t += "%s", n = n.concat([E]));
|
|
73
|
+
var C = n.map(function(m) {
|
|
74
|
+
return String(m);
|
|
75
75
|
});
|
|
76
|
-
|
|
76
|
+
C.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, C);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
var
|
|
80
|
-
|
|
81
|
-
function
|
|
82
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
79
|
+
var Ne = !1, ee = !1, q = !1, re = !1, oe = !1, J;
|
|
80
|
+
J = Symbol.for("react.module.reference");
|
|
81
|
+
function Te(e) {
|
|
82
|
+
return !!(typeof e == "string" || typeof e == "function" || e === $ || e === v || oe || e === Y || e === d || e === M || re || e === u || Ne || ee || q || typeof e == "object" && e !== null && (e.$$typeof === I || e.$$typeof === H || e.$$typeof === w || e.$$typeof === l || e.$$typeof === f || // This needs to include all possible module reference object
|
|
83
83
|
// types supported by any Flight configuration anywhere since
|
|
84
84
|
// we don't know which Flight build this will end up being used
|
|
85
85
|
// with.
|
|
86
|
-
e.$$typeof ===
|
|
86
|
+
e.$$typeof === J || e.getModuleId !== void 0));
|
|
87
87
|
}
|
|
88
|
-
function
|
|
89
|
-
var
|
|
90
|
-
if (
|
|
91
|
-
return
|
|
92
|
-
var
|
|
93
|
-
return
|
|
88
|
+
function me(e, t, n) {
|
|
89
|
+
var c = e.displayName;
|
|
90
|
+
if (c)
|
|
91
|
+
return c;
|
|
92
|
+
var E = t.displayName || t.name || "";
|
|
93
|
+
return E !== "" ? n + "(" + E + ")" : n;
|
|
94
94
|
}
|
|
95
|
-
function
|
|
95
|
+
function W(e) {
|
|
96
96
|
return e.displayName || "Context";
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function b(e) {
|
|
99
99
|
if (e == null)
|
|
100
100
|
return null;
|
|
101
|
-
if (typeof e.tag == "number" &&
|
|
101
|
+
if (typeof e.tag == "number" && F("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
102
102
|
return e.displayName || e.name || null;
|
|
103
103
|
if (typeof e == "string")
|
|
104
104
|
return e;
|
|
105
105
|
switch (e) {
|
|
106
|
-
case
|
|
106
|
+
case $:
|
|
107
107
|
return "Fragment";
|
|
108
108
|
case y:
|
|
109
109
|
return "Portal";
|
|
@@ -113,26 +113,26 @@ function Pr() {
|
|
|
113
113
|
return "StrictMode";
|
|
114
114
|
case d:
|
|
115
115
|
return "Suspense";
|
|
116
|
-
case
|
|
116
|
+
case M:
|
|
117
117
|
return "SuspenseList";
|
|
118
118
|
}
|
|
119
119
|
if (typeof e == "object")
|
|
120
120
|
switch (e.$$typeof) {
|
|
121
121
|
case l:
|
|
122
122
|
var t = e;
|
|
123
|
-
return
|
|
124
|
-
case
|
|
125
|
-
var
|
|
126
|
-
return
|
|
123
|
+
return W(t) + ".Consumer";
|
|
124
|
+
case w:
|
|
125
|
+
var n = e;
|
|
126
|
+
return W(n._context) + ".Provider";
|
|
127
127
|
case f:
|
|
128
|
-
return
|
|
129
|
-
case
|
|
130
|
-
var
|
|
131
|
-
return
|
|
132
|
-
case
|
|
133
|
-
var
|
|
128
|
+
return me(e, e.render, "ForwardRef");
|
|
129
|
+
case H:
|
|
130
|
+
var c = e.displayName || null;
|
|
131
|
+
return c !== null ? c : b(e.type) || "Memo";
|
|
132
|
+
case I: {
|
|
133
|
+
var E = e, C = E._payload, m = E._init;
|
|
134
134
|
try {
|
|
135
|
-
return m(
|
|
135
|
+
return b(m(C));
|
|
136
136
|
} catch {
|
|
137
137
|
return null;
|
|
138
138
|
}
|
|
@@ -140,18 +140,18 @@ function Pr() {
|
|
|
140
140
|
}
|
|
141
141
|
return null;
|
|
142
142
|
}
|
|
143
|
-
var
|
|
144
|
-
function
|
|
143
|
+
var x = Object.assign, R = 0, S, pe, g, s, k, te, ne;
|
|
144
|
+
function K() {
|
|
145
145
|
}
|
|
146
|
-
|
|
147
|
-
function
|
|
146
|
+
K.__reactDisabledLog = !0;
|
|
147
|
+
function or() {
|
|
148
148
|
{
|
|
149
|
-
if (
|
|
150
|
-
|
|
149
|
+
if (R === 0) {
|
|
150
|
+
S = console.log, pe = console.info, g = console.warn, s = console.error, k = console.group, te = console.groupCollapsed, ne = console.groupEnd;
|
|
151
151
|
var e = {
|
|
152
152
|
configurable: !0,
|
|
153
153
|
enumerable: !0,
|
|
154
|
-
value:
|
|
154
|
+
value: K,
|
|
155
155
|
writable: !0
|
|
156
156
|
};
|
|
157
157
|
Object.defineProperties(console, {
|
|
@@ -164,208 +164,208 @@ function Pr() {
|
|
|
164
164
|
groupEnd: e
|
|
165
165
|
});
|
|
166
166
|
}
|
|
167
|
-
|
|
167
|
+
R++;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
function
|
|
170
|
+
function Ie() {
|
|
171
171
|
{
|
|
172
|
-
if (
|
|
172
|
+
if (R--, R === 0) {
|
|
173
173
|
var e = {
|
|
174
174
|
configurable: !0,
|
|
175
175
|
enumerable: !0,
|
|
176
176
|
writable: !0
|
|
177
177
|
};
|
|
178
178
|
Object.defineProperties(console, {
|
|
179
|
-
log:
|
|
180
|
-
value:
|
|
179
|
+
log: x({}, e, {
|
|
180
|
+
value: S
|
|
181
181
|
}),
|
|
182
|
-
info:
|
|
183
|
-
value:
|
|
182
|
+
info: x({}, e, {
|
|
183
|
+
value: pe
|
|
184
184
|
}),
|
|
185
|
-
warn:
|
|
186
|
-
value:
|
|
185
|
+
warn: x({}, e, {
|
|
186
|
+
value: g
|
|
187
187
|
}),
|
|
188
|
-
error:
|
|
189
|
-
value:
|
|
188
|
+
error: x({}, e, {
|
|
189
|
+
value: s
|
|
190
190
|
}),
|
|
191
|
-
group:
|
|
192
|
-
value:
|
|
191
|
+
group: x({}, e, {
|
|
192
|
+
value: k
|
|
193
193
|
}),
|
|
194
|
-
groupCollapsed:
|
|
194
|
+
groupCollapsed: x({}, e, {
|
|
195
195
|
value: te
|
|
196
196
|
}),
|
|
197
|
-
groupEnd:
|
|
198
|
-
value:
|
|
197
|
+
groupEnd: x({}, e, {
|
|
198
|
+
value: ne
|
|
199
199
|
})
|
|
200
200
|
});
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
R < 0 && F("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
var
|
|
206
|
-
function
|
|
205
|
+
var Z = j.ReactCurrentDispatcher, B;
|
|
206
|
+
function ue(e, t, n) {
|
|
207
207
|
{
|
|
208
|
-
if (
|
|
208
|
+
if (B === void 0)
|
|
209
209
|
try {
|
|
210
210
|
throw Error();
|
|
211
|
-
} catch (
|
|
212
|
-
var
|
|
213
|
-
|
|
211
|
+
} catch (E) {
|
|
212
|
+
var c = E.stack.trim().match(/\n( *(at )?)/);
|
|
213
|
+
B = c && c[1] || "";
|
|
214
214
|
}
|
|
215
215
|
return `
|
|
216
|
-
` +
|
|
216
|
+
` + B + e;
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
-
var
|
|
219
|
+
var ge = !1, Pe;
|
|
220
220
|
{
|
|
221
|
-
var
|
|
222
|
-
|
|
221
|
+
var Qe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
222
|
+
Pe = new Qe();
|
|
223
223
|
}
|
|
224
|
-
function
|
|
225
|
-
if (!e ||
|
|
224
|
+
function Se(e, t) {
|
|
225
|
+
if (!e || ge)
|
|
226
226
|
return "";
|
|
227
227
|
{
|
|
228
|
-
var
|
|
229
|
-
if (
|
|
230
|
-
return
|
|
228
|
+
var n = Pe.get(e);
|
|
229
|
+
if (n !== void 0)
|
|
230
|
+
return n;
|
|
231
231
|
}
|
|
232
|
-
var
|
|
233
|
-
|
|
234
|
-
var
|
|
232
|
+
var c;
|
|
233
|
+
ge = !0;
|
|
234
|
+
var E = Error.prepareStackTrace;
|
|
235
235
|
Error.prepareStackTrace = void 0;
|
|
236
|
-
var
|
|
237
|
-
|
|
236
|
+
var C;
|
|
237
|
+
C = Z.current, Z.current = null, or();
|
|
238
238
|
try {
|
|
239
239
|
if (t) {
|
|
240
|
-
var
|
|
240
|
+
var m = function() {
|
|
241
241
|
throw Error();
|
|
242
242
|
};
|
|
243
|
-
if (Object.defineProperty(
|
|
243
|
+
if (Object.defineProperty(m.prototype, "props", {
|
|
244
244
|
set: function() {
|
|
245
245
|
throw Error();
|
|
246
246
|
}
|
|
247
247
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
248
248
|
try {
|
|
249
|
-
Reflect.construct(
|
|
250
|
-
} catch (
|
|
251
|
-
|
|
249
|
+
Reflect.construct(m, []);
|
|
250
|
+
} catch (ve) {
|
|
251
|
+
c = ve;
|
|
252
252
|
}
|
|
253
|
-
Reflect.construct(e, [],
|
|
253
|
+
Reflect.construct(e, [], m);
|
|
254
254
|
} else {
|
|
255
255
|
try {
|
|
256
|
-
|
|
257
|
-
} catch (
|
|
258
|
-
|
|
256
|
+
m.call();
|
|
257
|
+
} catch (ve) {
|
|
258
|
+
c = ve;
|
|
259
259
|
}
|
|
260
|
-
e.call(
|
|
260
|
+
e.call(m.prototype);
|
|
261
261
|
}
|
|
262
262
|
} else {
|
|
263
263
|
try {
|
|
264
264
|
throw Error();
|
|
265
|
-
} catch (
|
|
266
|
-
|
|
265
|
+
} catch (ve) {
|
|
266
|
+
c = ve;
|
|
267
267
|
}
|
|
268
268
|
e();
|
|
269
269
|
}
|
|
270
|
-
} catch (
|
|
271
|
-
if (
|
|
272
|
-
for (var h =
|
|
273
|
-
`),
|
|
274
|
-
`), N = h.length - 1,
|
|
275
|
-
|
|
276
|
-
for (; N >= 1 &&
|
|
277
|
-
if (h[N] !==
|
|
278
|
-
if (N !== 1 ||
|
|
270
|
+
} catch (ve) {
|
|
271
|
+
if (ve && c && typeof ve.stack == "string") {
|
|
272
|
+
for (var h = ve.stack.split(`
|
|
273
|
+
`), A = c.stack.split(`
|
|
274
|
+
`), N = h.length - 1, V = A.length - 1; N >= 1 && V >= 0 && h[N] !== A[V]; )
|
|
275
|
+
V--;
|
|
276
|
+
for (; N >= 1 && V >= 0; N--, V--)
|
|
277
|
+
if (h[N] !== A[V]) {
|
|
278
|
+
if (N !== 1 || V !== 1)
|
|
279
279
|
do
|
|
280
|
-
if (N--,
|
|
281
|
-
var
|
|
280
|
+
if (N--, V--, V < 0 || h[N] !== A[V]) {
|
|
281
|
+
var X = `
|
|
282
282
|
` + h[N].replace(" at new ", " at ");
|
|
283
|
-
return e.displayName &&
|
|
283
|
+
return e.displayName && X.includes("<anonymous>") && (X = X.replace("<anonymous>", e.displayName)), typeof e == "function" && Pe.set(e, X), X;
|
|
284
284
|
}
|
|
285
|
-
while (N >= 1 &&
|
|
285
|
+
while (N >= 1 && V >= 0);
|
|
286
286
|
break;
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
} finally {
|
|
290
|
-
|
|
290
|
+
ge = !1, Z.current = C, Ie(), Error.prepareStackTrace = E;
|
|
291
291
|
}
|
|
292
|
-
var
|
|
293
|
-
return typeof e == "function" &&
|
|
292
|
+
var $e = e ? e.displayName || e.name : "", ur = $e ? ue($e) : "";
|
|
293
|
+
return typeof e == "function" && Pe.set(e, ur), ur;
|
|
294
294
|
}
|
|
295
|
-
function
|
|
296
|
-
return
|
|
295
|
+
function ze(e, t, n) {
|
|
296
|
+
return Se(e, !1);
|
|
297
297
|
}
|
|
298
|
-
function
|
|
298
|
+
function Xe(e) {
|
|
299
299
|
var t = e.prototype;
|
|
300
300
|
return !!(t && t.isReactComponent);
|
|
301
301
|
}
|
|
302
|
-
function
|
|
302
|
+
function ke(e, t, n) {
|
|
303
303
|
if (e == null)
|
|
304
304
|
return "";
|
|
305
305
|
if (typeof e == "function")
|
|
306
|
-
return
|
|
306
|
+
return Se(e, Xe(e));
|
|
307
307
|
if (typeof e == "string")
|
|
308
|
-
return
|
|
308
|
+
return ue(e);
|
|
309
309
|
switch (e) {
|
|
310
310
|
case d:
|
|
311
|
-
return
|
|
312
|
-
case
|
|
313
|
-
return
|
|
311
|
+
return ue("Suspense");
|
|
312
|
+
case M:
|
|
313
|
+
return ue("SuspenseList");
|
|
314
314
|
}
|
|
315
315
|
if (typeof e == "object")
|
|
316
316
|
switch (e.$$typeof) {
|
|
317
317
|
case f:
|
|
318
|
-
return
|
|
319
|
-
case
|
|
320
|
-
return
|
|
321
|
-
case
|
|
322
|
-
var
|
|
318
|
+
return ze(e.render);
|
|
319
|
+
case H:
|
|
320
|
+
return ke(e.type, t, n);
|
|
321
|
+
case I: {
|
|
322
|
+
var c = e, E = c._payload, C = c._init;
|
|
323
323
|
try {
|
|
324
|
-
return C(
|
|
324
|
+
return ke(C(E), t, n);
|
|
325
325
|
} catch {
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
return "";
|
|
330
330
|
}
|
|
331
|
-
var
|
|
332
|
-
function
|
|
331
|
+
var P = Object.prototype.hasOwnProperty, ce = {}, D = j.ReactDebugCurrentFrame;
|
|
332
|
+
function je(e) {
|
|
333
333
|
if (e) {
|
|
334
|
-
var t = e._owner,
|
|
335
|
-
|
|
334
|
+
var t = e._owner, n = ke(e.type, e._source, t ? t.type : null);
|
|
335
|
+
D.setExtraStackFrame(n);
|
|
336
336
|
} else
|
|
337
|
-
|
|
337
|
+
D.setExtraStackFrame(null);
|
|
338
338
|
}
|
|
339
|
-
function
|
|
339
|
+
function Re(e, t, n, c, E) {
|
|
340
340
|
{
|
|
341
|
-
var
|
|
342
|
-
for (var
|
|
343
|
-
if (
|
|
341
|
+
var C = Function.call.bind(P);
|
|
342
|
+
for (var m in e)
|
|
343
|
+
if (C(e, m)) {
|
|
344
344
|
var h = void 0;
|
|
345
345
|
try {
|
|
346
|
-
if (typeof e[
|
|
347
|
-
var
|
|
348
|
-
throw
|
|
346
|
+
if (typeof e[m] != "function") {
|
|
347
|
+
var A = Error((c || "React class") + ": " + n + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
348
|
+
throw A.name = "Invariant Violation", A;
|
|
349
349
|
}
|
|
350
|
-
h = e[
|
|
350
|
+
h = e[m](t, m, c, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
351
351
|
} catch (N) {
|
|
352
352
|
h = N;
|
|
353
353
|
}
|
|
354
|
-
h && !(h instanceof Error) && (
|
|
354
|
+
h && !(h instanceof Error) && (je(E), F("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", c || "React class", n, m, typeof h), je(null)), h instanceof Error && !(h.message in ce) && (ce[h.message] = !0, je(E), F("Failed %s type: %s", n, h.message), je(null));
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
var
|
|
359
|
-
function
|
|
360
|
-
return
|
|
358
|
+
var _e = Array.isArray;
|
|
359
|
+
function ye(e) {
|
|
360
|
+
return _e(e);
|
|
361
361
|
}
|
|
362
|
-
function
|
|
362
|
+
function Q(e) {
|
|
363
363
|
{
|
|
364
|
-
var t = typeof Symbol == "function" && Symbol.toStringTag,
|
|
365
|
-
return
|
|
364
|
+
var t = typeof Symbol == "function" && Symbol.toStringTag, n = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
365
|
+
return n;
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
function
|
|
368
|
+
function we(e) {
|
|
369
369
|
try {
|
|
370
370
|
return se(e), !1;
|
|
371
371
|
} catch {
|
|
@@ -375,72 +375,72 @@ function Pr() {
|
|
|
375
375
|
function se(e) {
|
|
376
376
|
return "" + e;
|
|
377
377
|
}
|
|
378
|
-
function
|
|
379
|
-
if (
|
|
380
|
-
return
|
|
378
|
+
function le(e) {
|
|
379
|
+
if (we(e))
|
|
380
|
+
return F("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Q(e)), se(e);
|
|
381
381
|
}
|
|
382
|
-
var
|
|
382
|
+
var Ce = j.ReactCurrentOwner, Ke = {
|
|
383
383
|
key: !0,
|
|
384
384
|
ref: !0,
|
|
385
385
|
__self: !0,
|
|
386
386
|
__source: !0
|
|
387
|
-
},
|
|
388
|
-
|
|
389
|
-
function
|
|
390
|
-
if (
|
|
387
|
+
}, Ge, Ze, Ve;
|
|
388
|
+
Ve = {};
|
|
389
|
+
function Fe(e) {
|
|
390
|
+
if (P.call(e, "ref")) {
|
|
391
391
|
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
392
392
|
if (t && t.isReactWarning)
|
|
393
393
|
return !1;
|
|
394
394
|
}
|
|
395
395
|
return e.ref !== void 0;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
398
|
-
if (
|
|
397
|
+
function er(e) {
|
|
398
|
+
if (P.call(e, "key")) {
|
|
399
399
|
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
400
400
|
if (t && t.isReactWarning)
|
|
401
401
|
return !1;
|
|
402
402
|
}
|
|
403
403
|
return e.key !== void 0;
|
|
404
404
|
}
|
|
405
|
-
function
|
|
406
|
-
if (typeof e.ref == "string" &&
|
|
407
|
-
var
|
|
408
|
-
|
|
405
|
+
function be(e, t) {
|
|
406
|
+
if (typeof e.ref == "string" && Ce.current && t && Ce.current.stateNode !== t) {
|
|
407
|
+
var n = b(Ce.current.type);
|
|
408
|
+
Ve[n] || (F('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', b(Ce.current.type), e.ref), Ve[n] = !0);
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
function
|
|
411
|
+
function Ye(e, t) {
|
|
412
412
|
{
|
|
413
|
-
var
|
|
414
|
-
|
|
413
|
+
var n = function() {
|
|
414
|
+
Ge || (Ge = !0, F("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
415
415
|
};
|
|
416
|
-
|
|
417
|
-
get:
|
|
416
|
+
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
417
|
+
get: n,
|
|
418
418
|
configurable: !0
|
|
419
419
|
});
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
function
|
|
422
|
+
function Ue(e, t) {
|
|
423
423
|
{
|
|
424
|
-
var
|
|
425
|
-
|
|
424
|
+
var n = function() {
|
|
425
|
+
Ze || (Ze = !0, F("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
426
426
|
};
|
|
427
|
-
|
|
428
|
-
get:
|
|
427
|
+
n.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
428
|
+
get: n,
|
|
429
429
|
configurable: !0
|
|
430
430
|
});
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
var
|
|
433
|
+
var Be = function(e, t, n, c, E, C, m) {
|
|
434
434
|
var h = {
|
|
435
435
|
// This tag allows us to uniquely identify this as a React Element
|
|
436
|
-
$$typeof:
|
|
436
|
+
$$typeof: p,
|
|
437
437
|
// Built-in properties that belong on the element
|
|
438
438
|
type: e,
|
|
439
439
|
key: t,
|
|
440
|
-
ref:
|
|
441
|
-
props:
|
|
440
|
+
ref: n,
|
|
441
|
+
props: m,
|
|
442
442
|
// Record the component responsible for creating this element.
|
|
443
|
-
_owner:
|
|
443
|
+
_owner: C
|
|
444
444
|
};
|
|
445
445
|
return h._store = {}, Object.defineProperty(h._store, "validated", {
|
|
446
446
|
configurable: !1,
|
|
@@ -451,49 +451,49 @@ function Pr() {
|
|
|
451
451
|
configurable: !1,
|
|
452
452
|
enumerable: !1,
|
|
453
453
|
writable: !1,
|
|
454
|
-
value:
|
|
454
|
+
value: c
|
|
455
455
|
}), Object.defineProperty(h, "_source", {
|
|
456
456
|
configurable: !1,
|
|
457
457
|
enumerable: !1,
|
|
458
458
|
writable: !1,
|
|
459
|
-
value:
|
|
459
|
+
value: E
|
|
460
460
|
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
461
461
|
};
|
|
462
|
-
function
|
|
462
|
+
function qe(e, t, n, c, E) {
|
|
463
463
|
{
|
|
464
|
-
var
|
|
465
|
-
|
|
466
|
-
for (
|
|
467
|
-
|
|
464
|
+
var C, m = {}, h = null, A = null;
|
|
465
|
+
n !== void 0 && (le(n), h = "" + n), er(t) && (le(t.key), h = "" + t.key), Fe(t) && (A = t.ref, be(t, E));
|
|
466
|
+
for (C in t)
|
|
467
|
+
P.call(t, C) && !Ke.hasOwnProperty(C) && (m[C] = t[C]);
|
|
468
468
|
if (e && e.defaultProps) {
|
|
469
469
|
var N = e.defaultProps;
|
|
470
|
-
for (
|
|
471
|
-
|
|
470
|
+
for (C in N)
|
|
471
|
+
m[C] === void 0 && (m[C] = N[C]);
|
|
472
472
|
}
|
|
473
|
-
if (h ||
|
|
474
|
-
var
|
|
475
|
-
h &&
|
|
473
|
+
if (h || A) {
|
|
474
|
+
var V = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
475
|
+
h && Ye(m, V), A && Ue(m, V);
|
|
476
476
|
}
|
|
477
|
-
return
|
|
477
|
+
return Be(e, h, A, E, c, Ce.current, m);
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
var
|
|
481
|
-
function
|
|
480
|
+
var Le = j.ReactCurrentOwner, Oe = j.ReactDebugCurrentFrame;
|
|
481
|
+
function xe(e) {
|
|
482
482
|
if (e) {
|
|
483
|
-
var t = e._owner,
|
|
484
|
-
|
|
483
|
+
var t = e._owner, n = ke(e.type, e._source, t ? t.type : null);
|
|
484
|
+
Oe.setExtraStackFrame(n);
|
|
485
485
|
} else
|
|
486
|
-
|
|
486
|
+
Oe.setExtraStackFrame(null);
|
|
487
487
|
}
|
|
488
|
-
var
|
|
489
|
-
|
|
490
|
-
function
|
|
491
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
488
|
+
var He;
|
|
489
|
+
He = !1;
|
|
490
|
+
function r(e) {
|
|
491
|
+
return typeof e == "object" && e !== null && e.$$typeof === p;
|
|
492
492
|
}
|
|
493
|
-
function
|
|
493
|
+
function o() {
|
|
494
494
|
{
|
|
495
|
-
if (
|
|
496
|
-
var e =
|
|
495
|
+
if (Le.current) {
|
|
496
|
+
var e = b(Le.current.type);
|
|
497
497
|
if (e)
|
|
498
498
|
return `
|
|
499
499
|
|
|
@@ -502,229 +502,229 @@ Check the render method of \`` + e + "`.";
|
|
|
502
502
|
return "";
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
function
|
|
505
|
+
function a(e) {
|
|
506
506
|
{
|
|
507
507
|
if (e !== void 0) {
|
|
508
|
-
var t = e.fileName.replace(/^.*[\\\/]/, ""),
|
|
508
|
+
var t = e.fileName.replace(/^.*[\\\/]/, ""), n = e.lineNumber;
|
|
509
509
|
return `
|
|
510
510
|
|
|
511
|
-
Check your code at ` + t + ":" +
|
|
511
|
+
Check your code at ` + t + ":" + n + ".";
|
|
512
512
|
}
|
|
513
513
|
return "";
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
var
|
|
517
|
-
function
|
|
516
|
+
var _ = {};
|
|
517
|
+
function z(e) {
|
|
518
518
|
{
|
|
519
|
-
var t =
|
|
519
|
+
var t = o();
|
|
520
520
|
if (!t) {
|
|
521
|
-
var
|
|
522
|
-
|
|
521
|
+
var n = typeof e == "string" ? e : e.displayName || e.name;
|
|
522
|
+
n && (t = `
|
|
523
523
|
|
|
524
|
-
Check the top-level render call using <` +
|
|
524
|
+
Check the top-level render call using <` + n + ">.");
|
|
525
525
|
}
|
|
526
526
|
return t;
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
|
-
function
|
|
529
|
+
function fe(e, t) {
|
|
530
530
|
{
|
|
531
531
|
if (!e._store || e._store.validated || e.key != null)
|
|
532
532
|
return;
|
|
533
533
|
e._store.validated = !0;
|
|
534
|
-
var
|
|
535
|
-
if (
|
|
534
|
+
var n = z(t);
|
|
535
|
+
if (_[n])
|
|
536
536
|
return;
|
|
537
|
-
|
|
538
|
-
var
|
|
539
|
-
e && e._owner && e._owner !==
|
|
537
|
+
_[n] = !0;
|
|
538
|
+
var c = "";
|
|
539
|
+
e && e._owner && e._owner !== Le.current && (c = " It was passed a child from " + b(e._owner.type) + "."), xe(e), F('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, c), xe(null);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
|
-
function
|
|
542
|
+
function de(e, t) {
|
|
543
543
|
{
|
|
544
544
|
if (typeof e != "object")
|
|
545
545
|
return;
|
|
546
|
-
if (
|
|
547
|
-
for (var
|
|
548
|
-
var
|
|
549
|
-
|
|
546
|
+
if (ye(e))
|
|
547
|
+
for (var n = 0; n < e.length; n++) {
|
|
548
|
+
var c = e[n];
|
|
549
|
+
r(c) && fe(c, t);
|
|
550
550
|
}
|
|
551
|
-
else if (
|
|
551
|
+
else if (r(e))
|
|
552
552
|
e._store && (e._store.validated = !0);
|
|
553
553
|
else if (e) {
|
|
554
|
-
var
|
|
555
|
-
if (typeof
|
|
556
|
-
for (var
|
|
557
|
-
|
|
554
|
+
var E = ae(e);
|
|
555
|
+
if (typeof E == "function" && E !== e.entries)
|
|
556
|
+
for (var C = E.call(e), m; !(m = C.next()).done; )
|
|
557
|
+
r(m.value) && fe(m.value, t);
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
|
-
function
|
|
561
|
+
function rr(e) {
|
|
562
562
|
{
|
|
563
563
|
var t = e.type;
|
|
564
564
|
if (t == null || typeof t == "string")
|
|
565
565
|
return;
|
|
566
|
-
var
|
|
566
|
+
var n;
|
|
567
567
|
if (typeof t == "function")
|
|
568
|
-
|
|
568
|
+
n = t.propTypes;
|
|
569
569
|
else if (typeof t == "object" && (t.$$typeof === f || // Note: Memo only checks outer props here.
|
|
570
570
|
// Inner props are checked in the reconciler.
|
|
571
|
-
t.$$typeof ===
|
|
572
|
-
|
|
571
|
+
t.$$typeof === H))
|
|
572
|
+
n = t.propTypes;
|
|
573
573
|
else
|
|
574
574
|
return;
|
|
575
|
-
if (
|
|
576
|
-
var
|
|
577
|
-
|
|
578
|
-
} else if (t.PropTypes !== void 0 && !
|
|
579
|
-
|
|
580
|
-
var
|
|
581
|
-
|
|
575
|
+
if (n) {
|
|
576
|
+
var c = b(t);
|
|
577
|
+
Re(n, e.props, "prop", c, e);
|
|
578
|
+
} else if (t.PropTypes !== void 0 && !He) {
|
|
579
|
+
He = !0;
|
|
580
|
+
var E = b(t);
|
|
581
|
+
F("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", E || "Unknown");
|
|
582
582
|
}
|
|
583
|
-
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved &&
|
|
583
|
+
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && F("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
function
|
|
586
|
+
function ie(e) {
|
|
587
587
|
{
|
|
588
|
-
for (var t = Object.keys(e.props),
|
|
589
|
-
var
|
|
590
|
-
if (
|
|
591
|
-
|
|
588
|
+
for (var t = Object.keys(e.props), n = 0; n < t.length; n++) {
|
|
589
|
+
var c = t[n];
|
|
590
|
+
if (c !== "children" && c !== "key") {
|
|
591
|
+
xe(e), F("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", c), xe(null);
|
|
592
592
|
break;
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
|
-
e.ref !== null && (
|
|
595
|
+
e.ref !== null && (xe(e), F("Invalid attribute `ref` supplied to `React.Fragment`."), xe(null));
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
|
-
function
|
|
598
|
+
function tr(e, t, n, c, E, C) {
|
|
599
599
|
{
|
|
600
|
-
var
|
|
601
|
-
if (!
|
|
600
|
+
var m = Te(e);
|
|
601
|
+
if (!m) {
|
|
602
602
|
var h = "";
|
|
603
603
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
604
|
-
var
|
|
605
|
-
|
|
604
|
+
var A = a(E);
|
|
605
|
+
A ? h += A : h += o();
|
|
606
606
|
var N;
|
|
607
|
-
e === null ? N = "null" :
|
|
607
|
+
e === null ? N = "null" : ye(e) ? N = "array" : e !== void 0 && e.$$typeof === p ? (N = "<" + (b(e.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : N = typeof e, F("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", N, h);
|
|
608
608
|
}
|
|
609
|
-
var
|
|
610
|
-
if (
|
|
611
|
-
return
|
|
612
|
-
if (
|
|
613
|
-
var
|
|
614
|
-
if (
|
|
615
|
-
if (
|
|
616
|
-
if (X
|
|
617
|
-
for (var
|
|
618
|
-
|
|
619
|
-
Object.freeze && Object.freeze(
|
|
609
|
+
var V = qe(e, t, n, E, C);
|
|
610
|
+
if (V == null)
|
|
611
|
+
return V;
|
|
612
|
+
if (m) {
|
|
613
|
+
var X = t.children;
|
|
614
|
+
if (X !== void 0)
|
|
615
|
+
if (c)
|
|
616
|
+
if (ye(X)) {
|
|
617
|
+
for (var $e = 0; $e < X.length; $e++)
|
|
618
|
+
de(X[$e], e);
|
|
619
|
+
Object.freeze && Object.freeze(X);
|
|
620
620
|
} else
|
|
621
|
-
|
|
621
|
+
F("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
622
622
|
else
|
|
623
|
-
|
|
623
|
+
de(X, e);
|
|
624
624
|
}
|
|
625
|
-
return e ===
|
|
625
|
+
return e === $ ? ie(V) : rr(V), V;
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
|
-
function gr(e, t,
|
|
629
|
-
return
|
|
628
|
+
function gr(e, t, n) {
|
|
629
|
+
return tr(e, t, n, !0);
|
|
630
630
|
}
|
|
631
|
-
function yr(e, t,
|
|
632
|
-
return
|
|
631
|
+
function yr(e, t, n) {
|
|
632
|
+
return tr(e, t, n, !1);
|
|
633
633
|
}
|
|
634
634
|
var br = yr, xr = gr;
|
|
635
|
-
|
|
636
|
-
}()),
|
|
635
|
+
Je.Fragment = $, Je.jsx = br, Je.jsxs = xr;
|
|
636
|
+
}()), Je;
|
|
637
637
|
}
|
|
638
|
-
(function(
|
|
639
|
-
process.env.NODE_ENV === "production" ?
|
|
640
|
-
})(
|
|
641
|
-
const
|
|
638
|
+
(function(i) {
|
|
639
|
+
process.env.NODE_ENV === "production" ? i.exports = Pr() : i.exports = kr();
|
|
640
|
+
})(Ir);
|
|
641
|
+
const nr = "RSC::Event";
|
|
642
642
|
function mr() {
|
|
643
|
-
const
|
|
644
|
-
function
|
|
645
|
-
|
|
646
|
-
|
|
643
|
+
const i = O(null);
|
|
644
|
+
function p($) {
|
|
645
|
+
he(() => {
|
|
646
|
+
i.current || (i.current = document.createElement("div"));
|
|
647
647
|
function Y(v) {
|
|
648
|
-
|
|
648
|
+
$(v.detail);
|
|
649
649
|
}
|
|
650
|
-
if (
|
|
651
|
-
return
|
|
650
|
+
if (i.current)
|
|
651
|
+
return i.current.addEventListener(nr, Y, !1), () => {
|
|
652
652
|
var v;
|
|
653
|
-
(v =
|
|
653
|
+
(v = i.current) == null || v.removeEventListener(nr, Y, !1);
|
|
654
654
|
};
|
|
655
|
-
}, [
|
|
655
|
+
}, [$]);
|
|
656
656
|
}
|
|
657
|
-
function y(
|
|
658
|
-
if (
|
|
659
|
-
const Y = new CustomEvent(
|
|
660
|
-
detail:
|
|
657
|
+
function y($) {
|
|
658
|
+
if (i.current) {
|
|
659
|
+
const Y = new CustomEvent(nr, {
|
|
660
|
+
detail: $
|
|
661
661
|
});
|
|
662
|
-
|
|
662
|
+
i.current.dispatchEvent(Y);
|
|
663
663
|
}
|
|
664
664
|
}
|
|
665
665
|
return {
|
|
666
|
-
useListenToCustomEvent:
|
|
666
|
+
useListenToCustomEvent: p,
|
|
667
667
|
emitEvent: y
|
|
668
668
|
};
|
|
669
669
|
}
|
|
670
|
-
function
|
|
671
|
-
mainCarouselWrapperRef:
|
|
672
|
-
onFullScreenChange:
|
|
670
|
+
function jr({
|
|
671
|
+
mainCarouselWrapperRef: i,
|
|
672
|
+
onFullScreenChange: p,
|
|
673
673
|
handleResize: y
|
|
674
674
|
}) {
|
|
675
|
-
const
|
|
676
|
-
|
|
675
|
+
const $ = O(!1);
|
|
676
|
+
he(() => {
|
|
677
677
|
function f() {
|
|
678
|
-
document.fullscreenElement && (Y(!0),
|
|
678
|
+
document.fullscreenElement && (Y(!0), p(!0), y && y()), document.fullscreenElement || (Y(!1), p(!1), y && y());
|
|
679
679
|
}
|
|
680
|
-
if (
|
|
681
|
-
return
|
|
682
|
-
|
|
680
|
+
if (Ee.isEnabled)
|
|
681
|
+
return Ee.on("change", f), () => {
|
|
682
|
+
Ee.isEnabled && Ee.off("change", f);
|
|
683
683
|
};
|
|
684
684
|
}, []);
|
|
685
685
|
function Y(f) {
|
|
686
|
-
|
|
686
|
+
$.current = f;
|
|
687
687
|
}
|
|
688
688
|
function v() {
|
|
689
|
-
return
|
|
689
|
+
return $.current;
|
|
690
690
|
}
|
|
691
|
-
function
|
|
692
|
-
|
|
691
|
+
function w(f) {
|
|
692
|
+
Ee.isEnabled && Ee.request(f || i.current);
|
|
693
693
|
}
|
|
694
694
|
function l() {
|
|
695
|
-
|
|
695
|
+
Ee.isEnabled && Ee.exit();
|
|
696
696
|
}
|
|
697
697
|
return {
|
|
698
|
-
enterFullscreen:
|
|
698
|
+
enterFullscreen: w,
|
|
699
699
|
exitFullscreen: l,
|
|
700
700
|
getIsFullscreen: v
|
|
701
701
|
};
|
|
702
702
|
}
|
|
703
|
-
function Fr(
|
|
704
|
-
const
|
|
705
|
-
return
|
|
703
|
+
function Fr(i) {
|
|
704
|
+
const p = i.getBoundingClientRect();
|
|
705
|
+
return p.top >= 0 && p.left >= 0 && p.bottom <= (window.innerHeight || document.documentElement.clientHeight) && p.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
706
706
|
}
|
|
707
707
|
function pr({
|
|
708
|
-
thumbsSlideAxis:
|
|
709
|
-
withThumbs:
|
|
708
|
+
thumbsSlideAxis: i = "x",
|
|
709
|
+
withThumbs: p = !1,
|
|
710
710
|
prepareThumbsData: y,
|
|
711
|
-
items:
|
|
711
|
+
items: $,
|
|
712
712
|
renderThumbFnProps: Y
|
|
713
713
|
}) {
|
|
714
|
-
const v =
|
|
714
|
+
const v = O(null), [w, l] = vr(() => ({
|
|
715
715
|
val: 0
|
|
716
716
|
}));
|
|
717
717
|
function f() {
|
|
718
|
-
var
|
|
718
|
+
var I;
|
|
719
719
|
return v.current ? Math.round(
|
|
720
|
-
Number((
|
|
720
|
+
Number((I = v.current) == null ? void 0 : I[i === "x" ? "scrollWidth" : "scrollHeight"]) - v.current.getBoundingClientRect()[i === "x" ? "width" : "height"]
|
|
721
721
|
) : 0;
|
|
722
722
|
}
|
|
723
|
-
function d(
|
|
724
|
-
var
|
|
723
|
+
function d(I) {
|
|
724
|
+
var T;
|
|
725
725
|
function u() {
|
|
726
726
|
return v.current ? v.current.querySelector(
|
|
727
|
-
`#thumb-item-${
|
|
727
|
+
`#thumb-item-${$[I].id}`
|
|
728
728
|
) : null;
|
|
729
729
|
}
|
|
730
730
|
const U = u();
|
|
@@ -732,158 +732,159 @@ function pr({
|
|
|
732
732
|
const ae = U.offsetLeft, j = ae > f() ? f() : ae;
|
|
733
733
|
l.start({
|
|
734
734
|
from: {
|
|
735
|
-
val: ((
|
|
735
|
+
val: ((T = v.current) == null ? void 0 : T[i === "x" ? "scrollLeft" : "scrollTop"]) ?? 0
|
|
736
736
|
},
|
|
737
737
|
to: {
|
|
738
738
|
val: j
|
|
739
739
|
},
|
|
740
|
-
onChange: ({ value:
|
|
741
|
-
v.current && (v.current[
|
|
742
|
-
|
|
740
|
+
onChange: ({ value: F }) => {
|
|
741
|
+
v.current && (v.current[i === "x" ? "scrollLeft" : "scrollTop"] = Math.abs(
|
|
742
|
+
F.val
|
|
743
743
|
));
|
|
744
744
|
}
|
|
745
745
|
});
|
|
746
746
|
}
|
|
747
747
|
}
|
|
748
|
-
function
|
|
749
|
-
function
|
|
748
|
+
function M() {
|
|
749
|
+
function I(u) {
|
|
750
750
|
return u.map((U) => ({
|
|
751
751
|
id: U.id,
|
|
752
752
|
renderThumb: U.renderThumb
|
|
753
753
|
}));
|
|
754
754
|
}
|
|
755
|
-
return y ? y(
|
|
755
|
+
return y ? y(I($)) : I($);
|
|
756
756
|
}
|
|
757
757
|
return {
|
|
758
|
-
thumbsFragment:
|
|
758
|
+
thumbsFragment: p ? /* @__PURE__ */ L.jsx(
|
|
759
759
|
"div",
|
|
760
760
|
{
|
|
761
761
|
className: "use-spring-carousel-thumbs-wrapper",
|
|
762
762
|
ref: v,
|
|
763
|
-
onWheel: () =>
|
|
763
|
+
onWheel: () => w.val.stop(),
|
|
764
764
|
style: {
|
|
765
765
|
display: "flex",
|
|
766
766
|
flex: "1",
|
|
767
767
|
position: "relative",
|
|
768
768
|
width: "100%",
|
|
769
769
|
height: "100%",
|
|
770
|
-
flexDirection:
|
|
771
|
-
...
|
|
770
|
+
flexDirection: i === "x" ? "row" : "column",
|
|
771
|
+
...i === "x" ? { overflowX: "auto" } : {
|
|
772
772
|
overflowY: "auto",
|
|
773
773
|
maxHeight: "100%"
|
|
774
774
|
}
|
|
775
775
|
},
|
|
776
|
-
children:
|
|
777
|
-
const U = `thumb-item-${
|
|
778
|
-
return /* @__PURE__ */
|
|
776
|
+
children: M().map(({ id: I, renderThumb: u }) => {
|
|
777
|
+
const U = `thumb-item-${I}`;
|
|
778
|
+
return /* @__PURE__ */ L.jsx("div", { id: U, className: "thumb-item", children: typeof u == "function" ? u(Y) : u }, U);
|
|
779
779
|
})
|
|
780
780
|
}
|
|
781
781
|
) : null,
|
|
782
782
|
handleScroll: d
|
|
783
783
|
};
|
|
784
784
|
}
|
|
785
|
-
function
|
|
786
|
-
items:
|
|
787
|
-
init:
|
|
785
|
+
function Nr({
|
|
786
|
+
items: i,
|
|
787
|
+
init: p = !0,
|
|
788
788
|
withThumbs: y,
|
|
789
|
-
thumbsSlideAxis:
|
|
789
|
+
thumbsSlideAxis: $ = "x",
|
|
790
790
|
itemsPerSlide: Y = 1,
|
|
791
791
|
slideType: v = "fixed",
|
|
792
|
-
gutter:
|
|
792
|
+
gutter: w = 0,
|
|
793
793
|
withLoop: l = !1,
|
|
794
794
|
startEndGutter: f = 0,
|
|
795
795
|
carouselSlideAxis: d = "x",
|
|
796
|
-
disableGestures:
|
|
797
|
-
draggingSlideTreshold:
|
|
798
|
-
slideWhenThresholdIsReached:
|
|
796
|
+
disableGestures: M = !1,
|
|
797
|
+
draggingSlideTreshold: H,
|
|
798
|
+
slideWhenThresholdIsReached: I = !1,
|
|
799
799
|
freeScroll: u,
|
|
800
800
|
enableFreeScrollDrag: U,
|
|
801
|
-
initialStartingPosition:
|
|
801
|
+
initialStartingPosition: T,
|
|
802
802
|
prepareThumbsData: ae,
|
|
803
803
|
initialActiveItem: j = 0,
|
|
804
|
-
animateWhenActiveItemChange:
|
|
805
|
-
slideGroupOfItems:
|
|
806
|
-
|
|
804
|
+
animateWhenActiveItemChange: F = !0,
|
|
805
|
+
slideGroupOfItems: G = !1,
|
|
806
|
+
__unstable_stretch_tems__: Ne = !0,
|
|
807
|
+
slideAmount: ee
|
|
807
808
|
}) {
|
|
808
|
-
const
|
|
809
|
-
...
|
|
809
|
+
const q = Y, re = O(!1), oe = O(H ?? 0), J = O("initial"), Te = O("initial"), me = O("initial"), W = O(j), b = O(j === 0), x = O(v === "fixed" && j === i.length - 1), R = O(null), S = O(null), pe = O(0), g = O(0), s = O(0), k = O(l), te = O(v), ne = O(u), K = O(!1), Ie = De(() => l ? [
|
|
810
|
+
...i.map((r) => ({
|
|
810
811
|
...r,
|
|
811
812
|
id: `prev-repeated-item-${r.id}`
|
|
812
813
|
})),
|
|
813
|
-
...
|
|
814
|
-
...
|
|
814
|
+
...i,
|
|
815
|
+
...i.map((r) => ({
|
|
815
816
|
...r,
|
|
816
817
|
id: `next-repeated-item-${r.id}`
|
|
817
818
|
}))
|
|
818
|
-
] : [...
|
|
819
|
+
] : [...i], [i, l])(), [Z, B] = vr(
|
|
819
820
|
() => ({
|
|
820
821
|
val: 0,
|
|
821
|
-
pause: !
|
|
822
|
+
pause: !p,
|
|
822
823
|
onChange: ({ value: r }) => {
|
|
823
|
-
u &&
|
|
824
|
+
u && R.current ? (d === "x" ? R.current.scrollLeft = Math.abs(r.val) : R.current.scrollTop = Math.abs(r.val), Fe()) : S.current && (d === "x" ? S.current.style.transform = `translate3d(${r.val}px, 0px,0px)` : S.current.style.transform = `translate3d(0px,${r.val}px,0px)`);
|
|
824
825
|
}
|
|
825
826
|
}),
|
|
826
827
|
[u]
|
|
827
|
-
), { emitEvent:
|
|
828
|
+
), { emitEvent: ue, useListenToCustomEvent: ge } = mr(), { thumbsFragment: Pe, handleScroll: Qe } = pr({
|
|
828
829
|
withThumbs: !!y,
|
|
829
|
-
thumbsSlideAxis:
|
|
830
|
+
thumbsSlideAxis: $,
|
|
830
831
|
prepareThumbsData: ae,
|
|
831
|
-
items:
|
|
832
|
+
items: i,
|
|
832
833
|
renderThumbFnProps: {
|
|
833
|
-
getIsActiveItem:
|
|
834
|
-
getIsPrevItem:
|
|
835
|
-
useListenToCustomEvent:
|
|
836
|
-
getIsNextItem:
|
|
837
|
-
}
|
|
838
|
-
}), { enterFullscreen:
|
|
839
|
-
mainCarouselWrapperRef:
|
|
840
|
-
handleResize: () =>
|
|
834
|
+
getIsActiveItem: qe,
|
|
835
|
+
getIsPrevItem: Be,
|
|
836
|
+
useListenToCustomEvent: ge,
|
|
837
|
+
getIsNextItem: Ue
|
|
838
|
+
}
|
|
839
|
+
}), { enterFullscreen: Se, exitFullscreen: ze, getIsFullscreen: Xe } = jr({
|
|
840
|
+
mainCarouselWrapperRef: R,
|
|
841
|
+
handleResize: () => ye(),
|
|
841
842
|
onFullScreenChange: (r) => {
|
|
842
|
-
|
|
843
|
+
ue({
|
|
843
844
|
eventName: "onFullscreenChange",
|
|
844
845
|
isFullscreen: r
|
|
845
846
|
});
|
|
846
847
|
}
|
|
847
848
|
});
|
|
848
|
-
function
|
|
849
|
+
function ke(r) {
|
|
849
850
|
return v === "fixed" && !u ? {
|
|
850
|
-
marginRight: `${r ? 0 :
|
|
851
|
-
flex:
|
|
851
|
+
marginRight: `${r ? 0 : w}px`,
|
|
852
|
+
flex: `${Ne ? "1" : "0"} 0 calc(100% / ${q} - ${w * (q - 1) / q}px)`
|
|
852
853
|
} : {
|
|
853
|
-
marginRight: `${r ? 0 :
|
|
854
|
+
marginRight: `${r ? 0 : w}px`
|
|
854
855
|
};
|
|
855
856
|
}
|
|
856
|
-
const
|
|
857
|
+
const P = De(() => {
|
|
857
858
|
var a;
|
|
858
|
-
if (typeof
|
|
859
|
-
return
|
|
860
|
-
const r =
|
|
859
|
+
if (typeof ee == "number" && ee > 0 && (v === "fluid" || u))
|
|
860
|
+
return ee;
|
|
861
|
+
const r = G ? R.current : (a = R.current) == null ? void 0 : a.querySelector(".use-spring-carousel-item");
|
|
861
862
|
if (!r)
|
|
862
863
|
throw Error("No carousel items available!");
|
|
863
864
|
let o = r.getBoundingClientRect()[d === "x" ? "width" : "height"];
|
|
864
|
-
return
|
|
865
|
+
return G || (o += w), G && (o += w - f * 2), o;
|
|
865
866
|
}, [
|
|
866
867
|
d,
|
|
867
868
|
u,
|
|
868
|
-
|
|
869
|
-
re,
|
|
869
|
+
w,
|
|
870
870
|
ee,
|
|
871
|
+
G,
|
|
871
872
|
v,
|
|
872
873
|
f
|
|
873
874
|
]);
|
|
874
|
-
function
|
|
875
|
-
|
|
875
|
+
function ce({ from: r, to: o, nextActiveItem: a, immediate: _ = !1, slideMode: z }) {
|
|
876
|
+
Te.current = z, typeof a == "number" && (u || (W.current = a), ue({
|
|
876
877
|
eventName: "onSlideStartChange",
|
|
877
|
-
slideActionType:
|
|
878
|
-
slideMode:
|
|
878
|
+
slideActionType: J.current,
|
|
879
|
+
slideMode: Te.current,
|
|
879
880
|
nextItem: {
|
|
880
|
-
startReached:
|
|
881
|
-
endReached:
|
|
882
|
-
index: u ? -1 :
|
|
883
|
-
id: u ? "" :
|
|
881
|
+
startReached: b.current,
|
|
882
|
+
endReached: x.current,
|
|
883
|
+
index: u ? -1 : W.current,
|
|
884
|
+
id: u ? "" : i[W.current].id
|
|
884
885
|
}
|
|
885
|
-
})),
|
|
886
|
-
immediate:
|
|
886
|
+
})), s.current = o, B.start({
|
|
887
|
+
immediate: _,
|
|
887
888
|
from: {
|
|
888
889
|
val: r
|
|
889
890
|
},
|
|
@@ -891,135 +892,134 @@ function Wr({
|
|
|
891
892
|
val: o
|
|
892
893
|
},
|
|
893
894
|
config: {
|
|
894
|
-
...
|
|
895
|
-
velocity:
|
|
895
|
+
...We.default,
|
|
896
|
+
velocity: Z.val.velocity
|
|
896
897
|
},
|
|
897
|
-
onRest(
|
|
898
|
-
!
|
|
898
|
+
onRest(fe) {
|
|
899
|
+
!_ && fe.finished && ue({
|
|
899
900
|
eventName: "onSlideChange",
|
|
900
|
-
slideActionType:
|
|
901
|
-
slideMode:
|
|
901
|
+
slideActionType: J.current,
|
|
902
|
+
slideMode: Te.current,
|
|
902
903
|
currentItem: {
|
|
903
|
-
startReached:
|
|
904
|
-
endReached:
|
|
905
|
-
index: u ? -1 :
|
|
906
|
-
id: u ? "" :
|
|
904
|
+
startReached: b.current,
|
|
905
|
+
endReached: x.current,
|
|
906
|
+
index: u ? -1 : W.current,
|
|
907
|
+
id: u ? "" : i[W.current].id
|
|
907
908
|
}
|
|
908
909
|
});
|
|
909
910
|
}
|
|
910
|
-
}), y && !
|
|
911
|
+
}), y && !_ && Qe(W.current);
|
|
911
912
|
}
|
|
912
|
-
const
|
|
913
|
+
const D = De(() => {
|
|
913
914
|
var r;
|
|
914
|
-
return
|
|
915
|
+
return S.current ? l ? P() * i.length : Math.round(
|
|
915
916
|
Number(
|
|
916
|
-
(r =
|
|
917
|
-
) -
|
|
917
|
+
(r = S.current) == null ? void 0 : r[d === "x" ? "scrollWidth" : "scrollHeight"]
|
|
918
|
+
) - S.current.getBoundingClientRect()[d === "x" ? "width" : "height"] - f * 2
|
|
918
919
|
) : 0;
|
|
919
|
-
}, [d,
|
|
920
|
-
function
|
|
920
|
+
}, [d, P, i.length, f, l]);
|
|
921
|
+
function je() {
|
|
921
922
|
const r = `calc(100% - ${f * 2}px)`;
|
|
922
923
|
return {
|
|
923
924
|
width: d === "x" ? r : "100%",
|
|
924
925
|
height: d === "y" ? r : "100%"
|
|
925
926
|
};
|
|
926
927
|
}
|
|
927
|
-
const
|
|
928
|
+
const Re = De(() => {
|
|
928
929
|
var o;
|
|
929
|
-
const r = (o =
|
|
930
|
+
const r = (o = S.current) == null ? void 0 : o.querySelector(".use-spring-carousel-item");
|
|
930
931
|
if (!r)
|
|
931
932
|
throw Error("No carousel items available!");
|
|
932
|
-
return r.getBoundingClientRect()[d === "x" ? "width" : "height"] +
|
|
933
|
-
}, [d,
|
|
933
|
+
return r.getBoundingClientRect()[d === "x" ? "width" : "height"] + w;
|
|
934
|
+
}, [d, w]), _e = De(
|
|
934
935
|
(r) => {
|
|
935
|
-
const o = d === "x" ? "left" : "top", a =
|
|
936
|
-
a && (l ? (a.style.top = "0px", a.style.left = "0px", a.style[o] = `-${r - f}px`,
|
|
936
|
+
const o = d === "x" ? "left" : "top", a = S.current;
|
|
937
|
+
a && (l ? (a.style.top = "0px", a.style.left = "0px", a.style[o] = `-${r - f}px`, b.current = !1, x.current = !1) : (a.style.left = "0px", a.style.top = "0px"));
|
|
937
938
|
},
|
|
938
939
|
[d, f, l]
|
|
939
|
-
),
|
|
940
|
+
), ye = De(
|
|
940
941
|
(r = !1) => {
|
|
941
|
-
if (
|
|
942
|
-
|
|
942
|
+
if (S.current && r && (S.current.style.transform = "translate3d(0px, 0px,0px)", S.current.style.left = "0", S.current.style.top = "0"), v === "fixed" && _e(
|
|
943
|
+
T === "center" ? Re() * i.length - P() * Math.round((q - 1) / 2) : T === "end" ? Re() * i.length - P() * Math.round(q - 1) : Re() * i.length
|
|
943
944
|
), v === "fluid") {
|
|
944
|
-
if (_e(
|
|
945
|
-
const o = -
|
|
946
|
-
|
|
945
|
+
if (_e(Re() * i.length), x.current && D() !== Math.abs(s.current) && !l) {
|
|
946
|
+
const o = -D();
|
|
947
|
+
s.current = o, B.start({
|
|
947
948
|
immediate: !0,
|
|
948
|
-
val:
|
|
949
|
+
val: s.current
|
|
949
950
|
});
|
|
950
951
|
return;
|
|
951
952
|
}
|
|
952
|
-
if (Math.abs(
|
|
953
|
-
const o =
|
|
953
|
+
if (Math.abs(s.current) > 0 && D() !== Math.abs(s.current) && !l && !u && me.current === "backward") {
|
|
954
|
+
const o = pe.current - D(), a = s.current + o;
|
|
954
955
|
return B.start({
|
|
955
956
|
immediate: !0,
|
|
956
957
|
val: a
|
|
957
958
|
}), () => {
|
|
958
|
-
|
|
959
|
+
s.current = a;
|
|
959
960
|
};
|
|
960
961
|
}
|
|
961
|
-
console.log("here");
|
|
962
962
|
return;
|
|
963
963
|
}
|
|
964
964
|
if (!u && v === "fixed") {
|
|
965
|
-
const o = -(
|
|
966
|
-
if (Math.abs(o) >
|
|
967
|
-
const a = -
|
|
968
|
-
|
|
965
|
+
const o = -(P() * W.current);
|
|
966
|
+
if (Math.abs(o) > D() && !l) {
|
|
967
|
+
const a = -D();
|
|
968
|
+
x.current = !0, s.current = a, B.start({
|
|
969
969
|
immediate: !0,
|
|
970
|
-
val:
|
|
970
|
+
val: s.current
|
|
971
971
|
});
|
|
972
972
|
} else
|
|
973
|
-
|
|
973
|
+
s.current = o, B.start({
|
|
974
974
|
immediate: !0,
|
|
975
975
|
val: o
|
|
976
976
|
});
|
|
977
977
|
setTimeout(() => {
|
|
978
|
-
|
|
978
|
+
re.current = !1;
|
|
979
979
|
}, 0);
|
|
980
980
|
}
|
|
981
981
|
},
|
|
982
982
|
[
|
|
983
983
|
u,
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
984
|
+
Re,
|
|
985
|
+
P,
|
|
986
|
+
D,
|
|
987
|
+
T,
|
|
988
|
+
i.length,
|
|
989
|
+
q,
|
|
990
990
|
_e,
|
|
991
991
|
B,
|
|
992
992
|
v,
|
|
993
993
|
l
|
|
994
994
|
]
|
|
995
995
|
);
|
|
996
|
-
function
|
|
997
|
-
return u &&
|
|
996
|
+
function Q() {
|
|
997
|
+
return u && R.current ? R.current[d === "x" ? "scrollLeft" : "scrollTop"] : Z.val.get();
|
|
998
998
|
}
|
|
999
|
-
function
|
|
999
|
+
function we(r, o) {
|
|
1000
1000
|
if (u && r === "next") {
|
|
1001
|
-
const a =
|
|
1002
|
-
return a >
|
|
1001
|
+
const a = s.current + P();
|
|
1002
|
+
return a > D() ? D() : a;
|
|
1003
1003
|
}
|
|
1004
1004
|
if (u && r === "prev") {
|
|
1005
|
-
const a =
|
|
1005
|
+
const a = s.current - P();
|
|
1006
1006
|
return a < 0 ? 0 : a;
|
|
1007
1007
|
}
|
|
1008
|
-
return r === "next" ? typeof o == "number" ? -(o *
|
|
1008
|
+
return r === "next" ? typeof o == "number" ? -(o * P()) : s.current - P() : typeof o == "number" ? -(o * P()) : s.current + P();
|
|
1009
1009
|
}
|
|
1010
|
-
function
|
|
1011
|
-
if (!
|
|
1010
|
+
function se({ type: r, index: o, immediate: a }) {
|
|
1011
|
+
if (!p || K.current || b.current && !l)
|
|
1012
1012
|
return;
|
|
1013
|
-
|
|
1014
|
-
const
|
|
1015
|
-
if (u &&
|
|
1016
|
-
const
|
|
1017
|
-
if (
|
|
1013
|
+
x.current && (me.current = "backward"), J.current = "prev", x.current = !1;
|
|
1014
|
+
const _ = typeof o == "number" ? o : W.current - 1;
|
|
1015
|
+
if (u && Fe(), !l) {
|
|
1016
|
+
const z = u ? we("prev", o) - P() / 3 < 0 : we("prev", o) + P() / 3 > 0;
|
|
1017
|
+
if (b.current)
|
|
1018
1018
|
return;
|
|
1019
|
-
if (
|
|
1020
|
-
|
|
1019
|
+
if (z) {
|
|
1020
|
+
b.current = !0, x.current = !1, ce({
|
|
1021
1021
|
slideMode: r,
|
|
1022
|
-
from:
|
|
1022
|
+
from: Q(),
|
|
1023
1023
|
to: 0,
|
|
1024
1024
|
nextActiveItem: 0,
|
|
1025
1025
|
immediate: a
|
|
@@ -1027,81 +1027,81 @@ function Wr({
|
|
|
1027
1027
|
return;
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
|
-
if (l && (
|
|
1031
|
-
|
|
1030
|
+
if (l && (b.current || _ < 0)) {
|
|
1031
|
+
b.current = !1, x.current = !0, ce({
|
|
1032
1032
|
slideMode: r,
|
|
1033
|
-
from:
|
|
1034
|
-
to: -(
|
|
1035
|
-
nextActiveItem:
|
|
1033
|
+
from: Q() - P() * i.length,
|
|
1034
|
+
to: -(P() * i.length) + P(),
|
|
1035
|
+
nextActiveItem: i.length - 1,
|
|
1036
1036
|
immediate: a
|
|
1037
1037
|
});
|
|
1038
1038
|
return;
|
|
1039
1039
|
}
|
|
1040
|
-
|
|
1040
|
+
_ === 0 && (b.current = !0), (_ === i.length - 1 || _ === -1) && (x.current = !0), ce({
|
|
1041
1041
|
slideMode: r,
|
|
1042
|
-
from:
|
|
1043
|
-
to:
|
|
1044
|
-
nextActiveItem:
|
|
1042
|
+
from: Q(),
|
|
1043
|
+
to: we("prev", o),
|
|
1044
|
+
nextActiveItem: _,
|
|
1045
1045
|
immediate: a
|
|
1046
1046
|
});
|
|
1047
1047
|
}
|
|
1048
|
-
function
|
|
1049
|
-
if (!
|
|
1048
|
+
function le({ type: r, index: o, immediate: a }) {
|
|
1049
|
+
if (!p || K.current || x.current && !l)
|
|
1050
1050
|
return;
|
|
1051
|
-
|
|
1052
|
-
const
|
|
1053
|
-
if (u &&
|
|
1054
|
-
const
|
|
1055
|
-
if (
|
|
1051
|
+
b.current && (me.current = "forward"), J.current = "next", b.current = !1;
|
|
1052
|
+
const _ = o || W.current + 1;
|
|
1053
|
+
if (u && Fe(), !l) {
|
|
1054
|
+
const z = Math.abs(we("next", o)) > D() - P() / 3;
|
|
1055
|
+
if (x.current)
|
|
1056
1056
|
return;
|
|
1057
|
-
if (
|
|
1058
|
-
|
|
1057
|
+
if (z) {
|
|
1058
|
+
b.current = !1, x.current = !0, ce({
|
|
1059
1059
|
slideMode: r,
|
|
1060
|
-
from:
|
|
1061
|
-
to: u ?
|
|
1062
|
-
nextActiveItem:
|
|
1060
|
+
from: Q(),
|
|
1061
|
+
to: u ? D() : -D(),
|
|
1062
|
+
nextActiveItem: _,
|
|
1063
1063
|
immediate: a
|
|
1064
1064
|
});
|
|
1065
1065
|
return;
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
1068
|
-
if (l && (
|
|
1069
|
-
|
|
1068
|
+
if (l && (x.current || _ > i.length - 1)) {
|
|
1069
|
+
x.current = !1, b.current = !0, ce({
|
|
1070
1070
|
slideMode: r,
|
|
1071
|
-
from:
|
|
1071
|
+
from: Q() + P() * i.length,
|
|
1072
1072
|
to: 0,
|
|
1073
1073
|
nextActiveItem: 0,
|
|
1074
1074
|
immediate: a
|
|
1075
1075
|
});
|
|
1076
1076
|
return;
|
|
1077
1077
|
}
|
|
1078
|
-
|
|
1078
|
+
_ === 0 && (b.current = !0), _ === i.length - 1 && (x.current = !0), ce({
|
|
1079
1079
|
slideMode: r,
|
|
1080
|
-
from:
|
|
1081
|
-
to:
|
|
1082
|
-
nextActiveItem:
|
|
1080
|
+
from: Q(),
|
|
1081
|
+
to: we("next", o),
|
|
1082
|
+
nextActiveItem: _,
|
|
1083
1083
|
immediate: a
|
|
1084
1084
|
});
|
|
1085
1085
|
}
|
|
1086
|
-
function
|
|
1087
|
-
|
|
1086
|
+
function Ce() {
|
|
1087
|
+
H ? oe.current = H : oe.current = Math.floor(P() / 2 / 2);
|
|
1088
1088
|
}
|
|
1089
|
-
function
|
|
1090
|
-
|
|
1089
|
+
function Ke() {
|
|
1090
|
+
S.current && (pe.current = D(), k.current = l, te.current = v, ne.current = u, g.current = window.innerWidth, s.current = 0, Ye({ id: 0, immediate: !0, shouldReset: !0 }), Ce(), ye());
|
|
1091
1091
|
}
|
|
1092
|
-
const
|
|
1092
|
+
const Ze = hr(
|
|
1093
1093
|
(r) => {
|
|
1094
|
-
const o = r.dragging, a = r.offset[d === "x" ? 0 : 1],
|
|
1094
|
+
const o = r.dragging, a = r.offset[d === "x" ? 0 : 1], _ = r.movement[d === "x" ? 0 : 1], z = r.direction[d === "x" ? 0 : 1], fe = _ > oe.current, de = _ < -oe.current, rr = D(), ie = r.velocity;
|
|
1095
1095
|
if (o) {
|
|
1096
|
-
if (
|
|
1096
|
+
if (z > 0 ? J.current = "prev" : J.current = "next", ue({
|
|
1097
1097
|
...r,
|
|
1098
1098
|
eventName: "onDrag",
|
|
1099
|
-
slideActionType:
|
|
1099
|
+
slideActionType: J.current
|
|
1100
1100
|
}), u) {
|
|
1101
1101
|
if (a > 0) {
|
|
1102
1102
|
B.start({
|
|
1103
1103
|
from: {
|
|
1104
|
-
val:
|
|
1104
|
+
val: Q()
|
|
1105
1105
|
},
|
|
1106
1106
|
to: {
|
|
1107
1107
|
val: 0
|
|
@@ -1116,7 +1116,7 @@ function Wr({
|
|
|
1116
1116
|
}
|
|
1117
1117
|
B.start({
|
|
1118
1118
|
from: {
|
|
1119
|
-
val:
|
|
1119
|
+
val: Q()
|
|
1120
1120
|
},
|
|
1121
1121
|
to: {
|
|
1122
1122
|
val: -a
|
|
@@ -1136,13 +1136,13 @@ function Wr({
|
|
|
1136
1136
|
friction: 50,
|
|
1137
1137
|
tension: 1e3
|
|
1138
1138
|
}
|
|
1139
|
-
}),
|
|
1139
|
+
}), I && de ? (le({ type: "drag" }), r.cancel()) : I && fe && (se({ type: "drag" }), r.cancel()), rr - Math.abs(a) < -(P() * 2) && r.cancel();
|
|
1140
1140
|
return;
|
|
1141
1141
|
}
|
|
1142
1142
|
if (r.last && u && a > 0) {
|
|
1143
1143
|
B.start({
|
|
1144
1144
|
from: {
|
|
1145
|
-
val:
|
|
1145
|
+
val: Q()
|
|
1146
1146
|
},
|
|
1147
1147
|
to: {
|
|
1148
1148
|
val: 0
|
|
@@ -1155,164 +1155,164 @@ function Wr({
|
|
|
1155
1155
|
});
|
|
1156
1156
|
return;
|
|
1157
1157
|
}
|
|
1158
|
-
r.last && !r.canceled && u && (
|
|
1159
|
-
val: -
|
|
1158
|
+
r.last && !r.canceled && u && (J.current === "prev" && se({ type: "drag" }), J.current === "next" && le({ type: "drag" })), r.last && !r.canceled && !u && (de ? !l && x.current ? B.start({
|
|
1159
|
+
val: -D(),
|
|
1160
1160
|
config: {
|
|
1161
|
-
...
|
|
1161
|
+
...We.default,
|
|
1162
1162
|
velocity: ie
|
|
1163
1163
|
}
|
|
1164
|
-
}) :
|
|
1164
|
+
}) : le({ type: "drag" }) : fe ? !l && b.current ? B.start({
|
|
1165
1165
|
val: 0,
|
|
1166
1166
|
config: {
|
|
1167
|
-
...
|
|
1167
|
+
...We.default,
|
|
1168
1168
|
velocity: ie
|
|
1169
1169
|
}
|
|
1170
|
-
}) :
|
|
1171
|
-
val:
|
|
1170
|
+
}) : se({ type: "drag" }) : B.start({
|
|
1171
|
+
val: s.current,
|
|
1172
1172
|
config: {
|
|
1173
|
-
...
|
|
1173
|
+
...We.default,
|
|
1174
1174
|
velocity: ie
|
|
1175
1175
|
}
|
|
1176
1176
|
})), r.last && r.canceled && B.start({
|
|
1177
|
-
val:
|
|
1177
|
+
val: s.current,
|
|
1178
1178
|
config: {
|
|
1179
|
-
...
|
|
1179
|
+
...We.default,
|
|
1180
1180
|
velocity: ie
|
|
1181
1181
|
}
|
|
1182
1182
|
});
|
|
1183
1183
|
},
|
|
1184
1184
|
{
|
|
1185
|
-
enabled:
|
|
1185
|
+
enabled: p && !M && !u || !!u && !!U,
|
|
1186
1186
|
axis: d,
|
|
1187
|
-
from: () => u &&
|
|
1188
|
-
-
|
|
1189
|
-
-
|
|
1190
|
-
] : d === "x" ? [
|
|
1187
|
+
from: () => u && R.current ? [
|
|
1188
|
+
-R.current.scrollLeft,
|
|
1189
|
+
-R.current.scrollTop
|
|
1190
|
+
] : d === "x" ? [Z.val.get(), Z.val.get()] : [Z.val.get(), Z.val.get()]
|
|
1191
1191
|
}
|
|
1192
1192
|
);
|
|
1193
|
-
function
|
|
1193
|
+
function Ve() {
|
|
1194
1194
|
return u ? d === "x" ? {
|
|
1195
1195
|
overflowX: "auto"
|
|
1196
1196
|
} : {
|
|
1197
1197
|
overflowY: "auto"
|
|
1198
1198
|
} : {};
|
|
1199
1199
|
}
|
|
1200
|
-
function
|
|
1201
|
-
|
|
1200
|
+
function Fe() {
|
|
1201
|
+
R.current && (s.current = R.current[d === "x" ? "scrollLeft" : "scrollTop"], R.current[d === "x" ? "scrollLeft" : "scrollTop"] === 0 && (b.current = !0, x.current = !1), R.current[d === "x" ? "scrollLeft" : "scrollTop"] > 0 && R.current[d === "x" ? "scrollLeft" : "scrollTop"] < D() && (b.current = !1, x.current = !1), R.current[d === "x" ? "scrollLeft" : "scrollTop"] === D() && (b.current = !1, x.current = !0));
|
|
1202
1202
|
}
|
|
1203
|
-
function
|
|
1203
|
+
function er() {
|
|
1204
1204
|
return u ? {
|
|
1205
1205
|
onWheel() {
|
|
1206
|
-
|
|
1206
|
+
Z.val.stop(), Fe();
|
|
1207
1207
|
}
|
|
1208
1208
|
} : {};
|
|
1209
1209
|
}
|
|
1210
|
-
function
|
|
1210
|
+
function be(r, o) {
|
|
1211
1211
|
let a = 0;
|
|
1212
|
-
if (typeof r == "string" ? a =
|
|
1212
|
+
if (typeof r == "string" ? a = i.findIndex((_) => _.id === r) : a = r, a < 0 || a >= i.length) {
|
|
1213
1213
|
if (o)
|
|
1214
1214
|
throw new Error(o);
|
|
1215
1215
|
console.error(`The item doesn't exist; check that the id provided - ${r} - is correct.`), a = -1;
|
|
1216
1216
|
}
|
|
1217
1217
|
return a;
|
|
1218
1218
|
}
|
|
1219
|
-
function
|
|
1220
|
-
if (!
|
|
1219
|
+
function Ye({ id: r, immediate: o, shouldReset: a, type: _ }) {
|
|
1220
|
+
if (!p || K.current)
|
|
1221
1221
|
return;
|
|
1222
|
-
|
|
1223
|
-
const
|
|
1222
|
+
b.current = !1, x.current = !1;
|
|
1223
|
+
const z = be(
|
|
1224
1224
|
r,
|
|
1225
1225
|
"The item you want to slide to doesn't exist; check the provided id."
|
|
1226
1226
|
);
|
|
1227
|
-
if (
|
|
1227
|
+
if (z === W.current && !a)
|
|
1228
1228
|
return;
|
|
1229
|
-
const
|
|
1230
|
-
|
|
1231
|
-
type:
|
|
1232
|
-
index:
|
|
1229
|
+
const fe = be(i[W.current].id), de = be(i[z].id);
|
|
1230
|
+
de > fe ? le({
|
|
1231
|
+
type: _ || a ? "initial" : "click",
|
|
1232
|
+
index: de,
|
|
1233
1233
|
immediate: o
|
|
1234
|
-
}) :
|
|
1235
|
-
type:
|
|
1236
|
-
index:
|
|
1234
|
+
}) : se({
|
|
1235
|
+
type: _ || a ? "initial" : "click",
|
|
1236
|
+
index: de,
|
|
1237
1237
|
immediate: o
|
|
1238
1238
|
});
|
|
1239
1239
|
}
|
|
1240
|
-
function
|
|
1241
|
-
const o =
|
|
1242
|
-
return l && a ===
|
|
1240
|
+
function Ue(r) {
|
|
1241
|
+
const o = be(r, "The item doesn't exist; check the provided id."), a = W.current;
|
|
1242
|
+
return l && a === i.length - 1 ? o === 0 : o === a + 1;
|
|
1243
1243
|
}
|
|
1244
|
-
function
|
|
1245
|
-
const o =
|
|
1246
|
-
return l && a === 0 ? o ===
|
|
1244
|
+
function Be(r) {
|
|
1245
|
+
const o = be(r, "The item doesn't exist; check the provided id."), a = W.current;
|
|
1246
|
+
return l && a === 0 ? o === i.length - 1 : o === a - 1;
|
|
1247
1247
|
}
|
|
1248
|
-
function
|
|
1249
|
-
return
|
|
1248
|
+
function qe(r) {
|
|
1249
|
+
return be(r, "The item you want to check doesn't exist; check the provided id.") === W.current;
|
|
1250
1250
|
}
|
|
1251
|
-
function
|
|
1252
|
-
return
|
|
1251
|
+
function Le() {
|
|
1252
|
+
return M ? "unset" : d === "x" ? "pan-y" : "pan-x";
|
|
1253
1253
|
}
|
|
1254
|
-
const
|
|
1255
|
-
useListenToCustomEvent:
|
|
1256
|
-
enterFullscreen:
|
|
1257
|
-
exitFullscreen:
|
|
1258
|
-
getIsFullscreen:
|
|
1254
|
+
const Oe = u ? {
|
|
1255
|
+
useListenToCustomEvent: ge,
|
|
1256
|
+
enterFullscreen: Se,
|
|
1257
|
+
exitFullscreen: ze,
|
|
1258
|
+
getIsFullscreen: Xe,
|
|
1259
1259
|
slideToPrevItem: (r = !0) => {
|
|
1260
|
-
|
|
1260
|
+
se({
|
|
1261
1261
|
type: "click",
|
|
1262
1262
|
immediate: !r
|
|
1263
1263
|
});
|
|
1264
1264
|
},
|
|
1265
1265
|
slideToNextItem: (r = !0) => {
|
|
1266
|
-
|
|
1266
|
+
le({
|
|
1267
1267
|
type: "click",
|
|
1268
1268
|
immediate: !r
|
|
1269
1269
|
});
|
|
1270
1270
|
}
|
|
1271
1271
|
} : {
|
|
1272
|
-
useListenToCustomEvent:
|
|
1273
|
-
enterFullscreen:
|
|
1274
|
-
exitFullscreen:
|
|
1275
|
-
getIsFullscreen:
|
|
1272
|
+
useListenToCustomEvent: ge,
|
|
1273
|
+
enterFullscreen: Se,
|
|
1274
|
+
exitFullscreen: ze,
|
|
1275
|
+
getIsFullscreen: Xe,
|
|
1276
1276
|
slideToPrevItem: (r = !0) => {
|
|
1277
|
-
|
|
1277
|
+
se({
|
|
1278
1278
|
type: "click",
|
|
1279
1279
|
immediate: !r
|
|
1280
1280
|
});
|
|
1281
1281
|
},
|
|
1282
1282
|
slideToNextItem: (r = !0) => {
|
|
1283
|
-
|
|
1283
|
+
le({
|
|
1284
1284
|
type: "click",
|
|
1285
1285
|
immediate: !r
|
|
1286
1286
|
});
|
|
1287
1287
|
},
|
|
1288
1288
|
slideToItem: (r, o = !0) => {
|
|
1289
|
-
|
|
1289
|
+
Ye({ id: r, immediate: !o });
|
|
1290
1290
|
},
|
|
1291
|
-
getIsNextItem:
|
|
1292
|
-
getIsPrevItem:
|
|
1293
|
-
getIsActiveItem:
|
|
1291
|
+
getIsNextItem: Ue,
|
|
1292
|
+
getIsPrevItem: Be,
|
|
1293
|
+
getIsActiveItem: qe
|
|
1294
1294
|
};
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
}, [
|
|
1298
|
-
|
|
1295
|
+
Rr(() => {
|
|
1296
|
+
S.current && p && (re.current = !0, Ke());
|
|
1297
|
+
}, [p]), he(() => {
|
|
1298
|
+
W.current !== j && (re.current = !0, Ye({
|
|
1299
1299
|
id: j,
|
|
1300
|
-
immediate: !
|
|
1300
|
+
immediate: !F
|
|
1301
1301
|
}));
|
|
1302
|
-
}, [j]),
|
|
1303
|
-
if (
|
|
1304
|
-
if (j >
|
|
1302
|
+
}, [j]), he(() => {
|
|
1303
|
+
if (p) {
|
|
1304
|
+
if (j > i.length - 1)
|
|
1305
1305
|
throw new Error(
|
|
1306
|
-
`initialActiveItem (${j}) is greater than the total quantity available items (${
|
|
1306
|
+
`initialActiveItem (${j}) is greater than the total quantity available items (${i.length}).`
|
|
1307
1307
|
);
|
|
1308
|
-
|
|
1309
|
-
`itemsPerSlide (${
|
|
1308
|
+
q > i.length && console.warn(
|
|
1309
|
+
`itemsPerSlide (${q}) is greater than the total quantity available items (${i.length}). Fallback to ${i.length})`
|
|
1310
1310
|
);
|
|
1311
1311
|
}
|
|
1312
|
-
}, [j,
|
|
1313
|
-
|
|
1314
|
-
}, []),
|
|
1315
|
-
if (
|
|
1312
|
+
}, [j, i.length, q, p]), he(() => {
|
|
1313
|
+
g.current = window.innerWidth;
|
|
1314
|
+
}, []), he(() => {
|
|
1315
|
+
if (p) {
|
|
1316
1316
|
if (l && u)
|
|
1317
1317
|
throw new Error("`withLoop` and `freeScroll` can't be used together.");
|
|
1318
1318
|
if (u && v === "fixed")
|
|
@@ -1321,77 +1321,77 @@ function Wr({
|
|
|
1321
1321
|
throw new Error(
|
|
1322
1322
|
"`enableFreeScrollDrag` must be used with `slideType: fluid` and `freeScroll=true`"
|
|
1323
1323
|
);
|
|
1324
|
-
if (
|
|
1324
|
+
if (G && u)
|
|
1325
1325
|
throw new Error("`slideGroupOfItems` and `freeScroll` can't be used together.");
|
|
1326
|
-
if (typeof
|
|
1326
|
+
if (typeof ee == "number" && ee > 0 && v === "fixed")
|
|
1327
1327
|
throw new Error("`slideAmount` must be used with `slideType: fluid`");
|
|
1328
|
-
|
|
1328
|
+
re.current = !0, Ke();
|
|
1329
1329
|
}
|
|
1330
1330
|
}, [
|
|
1331
|
-
x,
|
|
1332
|
-
J,
|
|
1333
|
-
f,
|
|
1334
1331
|
T,
|
|
1335
|
-
|
|
1332
|
+
q,
|
|
1333
|
+
f,
|
|
1334
|
+
w,
|
|
1335
|
+
p,
|
|
1336
1336
|
l,
|
|
1337
1337
|
v,
|
|
1338
1338
|
u,
|
|
1339
1339
|
U,
|
|
1340
|
-
|
|
1341
|
-
]),
|
|
1342
|
-
if (!
|
|
1340
|
+
G
|
|
1341
|
+
]), he(() => {
|
|
1342
|
+
if (!p)
|
|
1343
1343
|
return;
|
|
1344
1344
|
function r() {
|
|
1345
|
-
document.hidden ?
|
|
1345
|
+
document.hidden ? K.current = !0 : K.current = !1;
|
|
1346
1346
|
}
|
|
1347
1347
|
return document.addEventListener("visibilitychange", r), () => {
|
|
1348
1348
|
document.removeEventListener("visibilitychange", r);
|
|
1349
1349
|
};
|
|
1350
|
-
}, [
|
|
1351
|
-
if (
|
|
1350
|
+
}, [p]), he(() => {
|
|
1351
|
+
if (R.current) {
|
|
1352
1352
|
let r;
|
|
1353
|
-
const o = new
|
|
1354
|
-
if (!
|
|
1355
|
-
|
|
1356
|
-
const a =
|
|
1353
|
+
const o = new Cr(() => {
|
|
1354
|
+
if (!K.current && !re.current) {
|
|
1355
|
+
g.current = window.innerWidth;
|
|
1356
|
+
const a = ye();
|
|
1357
1357
|
window.clearTimeout(r), r = setTimeout(() => {
|
|
1358
|
-
|
|
1358
|
+
pe.current = D(), typeof a == "function" && a();
|
|
1359
1359
|
}, 100);
|
|
1360
1360
|
}
|
|
1361
1361
|
});
|
|
1362
|
-
return o.observe(
|
|
1362
|
+
return o.observe(R.current), () => {
|
|
1363
1363
|
o.disconnect();
|
|
1364
1364
|
};
|
|
1365
1365
|
}
|
|
1366
|
-
}, [
|
|
1367
|
-
const
|
|
1366
|
+
}, [ye, D]);
|
|
1367
|
+
const xe = /* @__PURE__ */ L.jsx(ir.Provider, { value: Oe, children: Pe }), He = /* @__PURE__ */ L.jsx(ir.Provider, { value: Oe, children: /* @__PURE__ */ L.jsx(
|
|
1368
1368
|
"div",
|
|
1369
1369
|
{
|
|
1370
1370
|
className: "use-spring-carousel-main-wrapper",
|
|
1371
|
-
ref:
|
|
1372
|
-
...
|
|
1371
|
+
ref: R,
|
|
1372
|
+
...er(),
|
|
1373
1373
|
style: {
|
|
1374
1374
|
display: "flex",
|
|
1375
1375
|
position: "relative",
|
|
1376
1376
|
width: "100%",
|
|
1377
1377
|
height: "100%",
|
|
1378
|
-
...
|
|
1378
|
+
...Ve()
|
|
1379
1379
|
},
|
|
1380
|
-
children: /* @__PURE__ */
|
|
1380
|
+
children: /* @__PURE__ */ L.jsxs(
|
|
1381
1381
|
"div",
|
|
1382
1382
|
{
|
|
1383
1383
|
className: "use-spring-carousel-track-wrapper",
|
|
1384
|
-
ref:
|
|
1385
|
-
...
|
|
1384
|
+
ref: S,
|
|
1385
|
+
...Ze(),
|
|
1386
1386
|
style: {
|
|
1387
1387
|
position: "relative",
|
|
1388
1388
|
display: "flex",
|
|
1389
1389
|
flexDirection: d === "x" ? "row" : "column",
|
|
1390
|
-
touchAction:
|
|
1391
|
-
...
|
|
1390
|
+
touchAction: Le(),
|
|
1391
|
+
...je()
|
|
1392
1392
|
},
|
|
1393
1393
|
children: [
|
|
1394
|
-
(u || !l) && f ? /* @__PURE__ */
|
|
1394
|
+
(u || !l) && f ? /* @__PURE__ */ L.jsx(
|
|
1395
1395
|
"div",
|
|
1396
1396
|
{
|
|
1397
1397
|
style: {
|
|
@@ -1400,31 +1400,46 @@ function Wr({
|
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
1402
1402
|
) : null,
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
"
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
...v === "fixed" ? { flex: "1" } : {},
|
|
1412
|
-
...Qe(
|
|
1413
|
-
o === Pe.findIndex(
|
|
1414
|
-
(a) => a.id === Pe[Pe.length - 1].id
|
|
1415
|
-
)
|
|
1403
|
+
Ie.map((r, o) => {
|
|
1404
|
+
const a = {
|
|
1405
|
+
display: "flex",
|
|
1406
|
+
position: "relative",
|
|
1407
|
+
...v === "fixed" ? { flex: "1" } : {},
|
|
1408
|
+
...ke(
|
|
1409
|
+
o === Ie.findIndex(
|
|
1410
|
+
(_) => _.id === Ie[Ie.length - 1].id
|
|
1416
1411
|
)
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1412
|
+
)
|
|
1413
|
+
};
|
|
1414
|
+
return /* @__PURE__ */ L.jsxs(Er, { children: [
|
|
1415
|
+
/* @__PURE__ */ L.jsx(
|
|
1416
|
+
"style",
|
|
1417
|
+
{
|
|
1418
|
+
dangerouslySetInnerHTML: {
|
|
1419
|
+
__html: `
|
|
1420
|
+
.use-spring-carousel-item {
|
|
1421
|
+
${Object.entries(a).map(([_, z]) => `${_}:${z}`).join(";")}
|
|
1422
|
+
}
|
|
1423
|
+
`.trim()
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
),
|
|
1427
|
+
/* @__PURE__ */ L.jsx(
|
|
1428
|
+
"div",
|
|
1429
|
+
{
|
|
1430
|
+
className: "use-spring-carousel-item",
|
|
1431
|
+
"data-testid": "use-spring-carousel-item-wrapper",
|
|
1432
|
+
children: typeof r.renderItem == "function" ? r.renderItem({
|
|
1433
|
+
getIsActiveItem: qe,
|
|
1434
|
+
getIsNextItem: Ue,
|
|
1435
|
+
getIsPrevItem: Be,
|
|
1436
|
+
useListenToCustomEvent: ge
|
|
1437
|
+
}) : r.renderItem
|
|
1438
|
+
}
|
|
1439
|
+
)
|
|
1440
|
+
] }, `${r.id}-${o}`);
|
|
1441
|
+
}),
|
|
1442
|
+
(u || !l) && f ? /* @__PURE__ */ L.jsx(
|
|
1428
1443
|
"div",
|
|
1429
1444
|
{
|
|
1430
1445
|
style: {
|
|
@@ -1438,16 +1453,16 @@ function Wr({
|
|
|
1438
1453
|
)
|
|
1439
1454
|
}
|
|
1440
1455
|
) });
|
|
1441
|
-
return { ...
|
|
1456
|
+
return { ...Oe, carouselFragment: He, thumbsFragment: xe };
|
|
1442
1457
|
}
|
|
1443
|
-
const
|
|
1444
|
-
function
|
|
1445
|
-
const
|
|
1446
|
-
if (!
|
|
1458
|
+
const ir = fr(void 0);
|
|
1459
|
+
function Sr() {
|
|
1460
|
+
const i = dr(ir);
|
|
1461
|
+
if (!i)
|
|
1447
1462
|
throw new Error("useSpringCarouselContext must be used within the carousel.");
|
|
1448
|
-
return
|
|
1463
|
+
return i;
|
|
1449
1464
|
}
|
|
1450
|
-
const
|
|
1465
|
+
const Me = {
|
|
1451
1466
|
initial: {
|
|
1452
1467
|
opacity: 1,
|
|
1453
1468
|
position: "relative"
|
|
@@ -1466,34 +1481,34 @@ const $e = {
|
|
|
1466
1481
|
}
|
|
1467
1482
|
};
|
|
1468
1483
|
function Vr({
|
|
1469
|
-
init:
|
|
1470
|
-
disableGestures:
|
|
1484
|
+
init: i = !0,
|
|
1485
|
+
disableGestures: p = !1,
|
|
1471
1486
|
items: y,
|
|
1472
|
-
springConfig:
|
|
1487
|
+
springConfig: $ = We.default,
|
|
1473
1488
|
exitBeforeEnter: Y = !1,
|
|
1474
1489
|
trail: v,
|
|
1475
|
-
withLoop:
|
|
1490
|
+
withLoop: w = !1,
|
|
1476
1491
|
activeItem: l,
|
|
1477
|
-
toPrevItemSpringProps: f =
|
|
1478
|
-
toNextItemSpringProps: d =
|
|
1479
|
-
draggingSlideTreshold:
|
|
1480
|
-
thumbsSlideAxis:
|
|
1492
|
+
toPrevItemSpringProps: f = Me,
|
|
1493
|
+
toNextItemSpringProps: d = Me,
|
|
1494
|
+
draggingSlideTreshold: M = 50,
|
|
1495
|
+
thumbsSlideAxis: H = "x"
|
|
1481
1496
|
}) {
|
|
1482
|
-
const
|
|
1483
|
-
thumbsSlideAxis:
|
|
1497
|
+
const I = O("next"), u = O("initial"), U = O(null), [T, ae] = Tr(l ?? 0), { emitEvent: j, useListenToCustomEvent: F } = mr(), { handleScroll: G, thumbsFragment: Ne } = pr({
|
|
1498
|
+
thumbsSlideAxis: H,
|
|
1484
1499
|
items: y,
|
|
1485
1500
|
renderThumbFnProps: {
|
|
1486
|
-
getIsNextItem:
|
|
1487
|
-
getIsPrevItem:
|
|
1488
|
-
useListenToCustomEvent:
|
|
1501
|
+
getIsNextItem: W,
|
|
1502
|
+
getIsPrevItem: b,
|
|
1503
|
+
useListenToCustomEvent: F,
|
|
1489
1504
|
activeItem: {
|
|
1490
|
-
index:
|
|
1491
|
-
id: y[
|
|
1505
|
+
index: T,
|
|
1506
|
+
id: y[T].id
|
|
1492
1507
|
}
|
|
1493
1508
|
}
|
|
1494
1509
|
});
|
|
1495
|
-
function
|
|
1496
|
-
return
|
|
1510
|
+
function ee() {
|
|
1511
|
+
return I.current === "prev" ? {
|
|
1497
1512
|
initial: {
|
|
1498
1513
|
...f.initial
|
|
1499
1514
|
},
|
|
@@ -1506,7 +1521,7 @@ function Vr({
|
|
|
1506
1521
|
leave: {
|
|
1507
1522
|
...f.leave
|
|
1508
1523
|
}
|
|
1509
|
-
} :
|
|
1524
|
+
} : I.current === "next" ? {
|
|
1510
1525
|
initial: {
|
|
1511
1526
|
...d.initial
|
|
1512
1527
|
},
|
|
@@ -1521,155 +1536,155 @@ function Vr({
|
|
|
1521
1536
|
}
|
|
1522
1537
|
} : {
|
|
1523
1538
|
initial: {
|
|
1524
|
-
|
|
1539
|
+
...Me.initial
|
|
1525
1540
|
},
|
|
1526
1541
|
from: {
|
|
1527
|
-
|
|
1542
|
+
...Me.from
|
|
1528
1543
|
},
|
|
1529
1544
|
enter: {
|
|
1530
|
-
|
|
1545
|
+
...Me.enter
|
|
1531
1546
|
},
|
|
1532
1547
|
leave: {
|
|
1533
|
-
|
|
1548
|
+
...Me.leave
|
|
1534
1549
|
}
|
|
1535
1550
|
};
|
|
1536
1551
|
}
|
|
1537
|
-
|
|
1538
|
-
typeof l == "number" && l !==
|
|
1552
|
+
he(() => {
|
|
1553
|
+
typeof l == "number" && l !== T && ae(l);
|
|
1539
1554
|
}, [l]);
|
|
1540
|
-
function
|
|
1541
|
-
|
|
1555
|
+
function q({ to: g, slideType: s, slideMode: k }) {
|
|
1556
|
+
I.current = s, u.current = k, j({
|
|
1542
1557
|
eventName: "onSlideStartChange",
|
|
1543
|
-
slideActionType:
|
|
1558
|
+
slideActionType: I.current,
|
|
1544
1559
|
slideMode: u.current,
|
|
1545
1560
|
nextItem: {
|
|
1546
|
-
index:
|
|
1547
|
-
id: y[
|
|
1548
|
-
startReached:
|
|
1549
|
-
endReached:
|
|
1561
|
+
index: g,
|
|
1562
|
+
id: y[g].id,
|
|
1563
|
+
startReached: g === 0,
|
|
1564
|
+
endReached: g === y.length - 1
|
|
1550
1565
|
}
|
|
1551
|
-
}), ae(
|
|
1566
|
+
}), ae(g), G(T);
|
|
1552
1567
|
}
|
|
1553
|
-
function
|
|
1554
|
-
if (!
|
|
1568
|
+
function re(g) {
|
|
1569
|
+
if (!i)
|
|
1555
1570
|
return;
|
|
1556
|
-
const
|
|
1557
|
-
!
|
|
1571
|
+
const s = T === 0;
|
|
1572
|
+
!w && s || q(w && s ? {
|
|
1558
1573
|
to: y.length - 1,
|
|
1559
1574
|
slideType: "prev",
|
|
1560
|
-
slideMode:
|
|
1575
|
+
slideMode: g
|
|
1561
1576
|
} : {
|
|
1562
|
-
to:
|
|
1577
|
+
to: T - 1,
|
|
1563
1578
|
slideType: "prev",
|
|
1564
|
-
slideMode:
|
|
1579
|
+
slideMode: g
|
|
1565
1580
|
});
|
|
1566
1581
|
}
|
|
1567
|
-
function
|
|
1568
|
-
if (!
|
|
1582
|
+
function oe(g) {
|
|
1583
|
+
if (!i)
|
|
1569
1584
|
return;
|
|
1570
|
-
const
|
|
1571
|
-
!
|
|
1585
|
+
const s = T === y.length - 1;
|
|
1586
|
+
!w && s || q(w && s ? {
|
|
1572
1587
|
to: 0,
|
|
1573
1588
|
slideType: "next",
|
|
1574
|
-
slideMode:
|
|
1589
|
+
slideMode: g
|
|
1575
1590
|
} : {
|
|
1576
|
-
to:
|
|
1591
|
+
to: T + 1,
|
|
1577
1592
|
slideType: "next",
|
|
1578
|
-
slideMode:
|
|
1593
|
+
slideMode: g
|
|
1579
1594
|
});
|
|
1580
1595
|
}
|
|
1581
|
-
const
|
|
1582
|
-
config:
|
|
1596
|
+
const J = _r(T, {
|
|
1597
|
+
config: $,
|
|
1583
1598
|
key: null,
|
|
1584
1599
|
trail: v,
|
|
1585
1600
|
exitBeforeEnter: Y,
|
|
1586
|
-
...
|
|
1587
|
-
onRest(
|
|
1588
|
-
|
|
1601
|
+
...ee(),
|
|
1602
|
+
onRest(g, s, k) {
|
|
1603
|
+
g.finished && k === T && j({
|
|
1589
1604
|
eventName: "onSlideChange",
|
|
1590
|
-
slideActionType:
|
|
1605
|
+
slideActionType: I.current,
|
|
1591
1606
|
slideMode: u.current,
|
|
1592
1607
|
currentItem: {
|
|
1593
|
-
index:
|
|
1594
|
-
id: y[
|
|
1595
|
-
startReached:
|
|
1596
|
-
endReached:
|
|
1608
|
+
index: T,
|
|
1609
|
+
id: y[T].id,
|
|
1610
|
+
startReached: T === 0,
|
|
1611
|
+
endReached: T === y.length - 1
|
|
1597
1612
|
}
|
|
1598
1613
|
});
|
|
1599
1614
|
}
|
|
1600
|
-
}),
|
|
1601
|
-
({ last:
|
|
1602
|
-
if (
|
|
1603
|
-
const
|
|
1615
|
+
}), Te = hr(
|
|
1616
|
+
({ last: g, movement: [s] }) => {
|
|
1617
|
+
if (g) {
|
|
1618
|
+
const k = s > M, te = s < -M, ne = T === 0, K = T === y.length - 1;
|
|
1604
1619
|
if (te) {
|
|
1605
|
-
if (!
|
|
1620
|
+
if (!w && K)
|
|
1606
1621
|
return;
|
|
1607
1622
|
j({
|
|
1608
1623
|
eventName: "onLeftSwipe"
|
|
1609
|
-
}),
|
|
1610
|
-
} else if (
|
|
1611
|
-
if (!
|
|
1624
|
+
}), oe("swipe");
|
|
1625
|
+
} else if (k) {
|
|
1626
|
+
if (!w && ne)
|
|
1612
1627
|
return;
|
|
1613
1628
|
j({
|
|
1614
1629
|
eventName: "onRightSwipe"
|
|
1615
|
-
}),
|
|
1630
|
+
}), re("swipe");
|
|
1616
1631
|
}
|
|
1617
1632
|
}
|
|
1618
1633
|
},
|
|
1619
1634
|
{
|
|
1620
|
-
enabled: !
|
|
1635
|
+
enabled: !p
|
|
1621
1636
|
}
|
|
1622
1637
|
);
|
|
1623
|
-
function
|
|
1624
|
-
let
|
|
1625
|
-
if (typeof
|
|
1626
|
-
if (
|
|
1627
|
-
throw new Error(
|
|
1628
|
-
console.error(`The item doesn't exist; check that the id provided - ${
|
|
1629
|
-
}
|
|
1630
|
-
return
|
|
1638
|
+
function me(g, s) {
|
|
1639
|
+
let k = 0;
|
|
1640
|
+
if (typeof g == "string" ? k = y.findIndex((te) => te.id === g) : k = g, k < 0 || k >= y.length) {
|
|
1641
|
+
if (s)
|
|
1642
|
+
throw new Error(s);
|
|
1643
|
+
console.error(`The item doesn't exist; check that the id provided - ${g} - is correct.`), k = -1;
|
|
1644
|
+
}
|
|
1645
|
+
return k;
|
|
1631
1646
|
}
|
|
1632
|
-
function
|
|
1633
|
-
const
|
|
1634
|
-
return
|
|
1647
|
+
function W(g) {
|
|
1648
|
+
const s = me(g, "The item doesn't exist; check the provided id."), k = T;
|
|
1649
|
+
return w && k === y.length - 1 ? s === 0 : s === k + 1;
|
|
1635
1650
|
}
|
|
1636
|
-
function
|
|
1637
|
-
const
|
|
1638
|
-
return
|
|
1651
|
+
function b(g) {
|
|
1652
|
+
const s = me(g, "The item doesn't exist; check the provided id."), k = T;
|
|
1653
|
+
return w && k === 0 ? s === y.length - 1 : s === k - 1;
|
|
1639
1654
|
}
|
|
1640
|
-
const
|
|
1641
|
-
const
|
|
1642
|
-
return /* @__PURE__ */
|
|
1655
|
+
const x = J((g, s, k, te) => {
|
|
1656
|
+
const ne = y[s].renderItem;
|
|
1657
|
+
return /* @__PURE__ */ L.jsx(
|
|
1643
1658
|
wr.div,
|
|
1644
1659
|
{
|
|
1645
1660
|
id: `use-transition-carousel-item-${te}`,
|
|
1646
1661
|
className: "use-transition-carousel-item",
|
|
1647
1662
|
style: {
|
|
1648
|
-
...
|
|
1663
|
+
...g,
|
|
1649
1664
|
flex: "1 0 100%",
|
|
1650
1665
|
width: "100%",
|
|
1651
1666
|
height: "100%"
|
|
1652
1667
|
},
|
|
1653
|
-
children: typeof
|
|
1654
|
-
useListenToCustomEvent:
|
|
1655
|
-
getIsNextItem:
|
|
1656
|
-
getIsPrevItem:
|
|
1668
|
+
children: typeof ne == "function" ? ne({
|
|
1669
|
+
useListenToCustomEvent: F,
|
|
1670
|
+
getIsNextItem: W,
|
|
1671
|
+
getIsPrevItem: b,
|
|
1657
1672
|
activeItem: {
|
|
1658
|
-
index:
|
|
1659
|
-
id: y[
|
|
1673
|
+
index: T,
|
|
1674
|
+
id: y[T].id
|
|
1660
1675
|
}
|
|
1661
|
-
}) :
|
|
1676
|
+
}) : ne
|
|
1662
1677
|
}
|
|
1663
1678
|
);
|
|
1664
|
-
}),
|
|
1665
|
-
useListenToCustomEvent:
|
|
1666
|
-
slideToPrevItem: () =>
|
|
1667
|
-
slideToNextItem: () =>
|
|
1668
|
-
},
|
|
1679
|
+
}), R = {
|
|
1680
|
+
useListenToCustomEvent: F,
|
|
1681
|
+
slideToPrevItem: () => re("click"),
|
|
1682
|
+
slideToNextItem: () => oe("click")
|
|
1683
|
+
}, S = /* @__PURE__ */ L.jsx(ar.Provider, { value: R, children: Ne }), pe = /* @__PURE__ */ L.jsx(ar.Provider, { value: R, children: /* @__PURE__ */ L.jsx(
|
|
1669
1684
|
"div",
|
|
1670
1685
|
{
|
|
1671
1686
|
ref: U,
|
|
1672
|
-
...
|
|
1687
|
+
...Te(),
|
|
1673
1688
|
style: {
|
|
1674
1689
|
display: "flex",
|
|
1675
1690
|
position: "relative",
|
|
@@ -1677,26 +1692,26 @@ function Vr({
|
|
|
1677
1692
|
height: "100%",
|
|
1678
1693
|
overflow: "hidden"
|
|
1679
1694
|
},
|
|
1680
|
-
children:
|
|
1695
|
+
children: x
|
|
1681
1696
|
}
|
|
1682
1697
|
) });
|
|
1683
1698
|
return {
|
|
1684
|
-
...
|
|
1685
|
-
carouselFragment:
|
|
1686
|
-
thumbsFragment:
|
|
1699
|
+
...R,
|
|
1700
|
+
carouselFragment: pe,
|
|
1701
|
+
thumbsFragment: S
|
|
1687
1702
|
};
|
|
1688
1703
|
}
|
|
1689
|
-
const
|
|
1690
|
-
function
|
|
1691
|
-
const
|
|
1692
|
-
if (!
|
|
1704
|
+
const ar = fr(void 0);
|
|
1705
|
+
function Yr() {
|
|
1706
|
+
const i = dr(ar);
|
|
1707
|
+
if (!i)
|
|
1693
1708
|
throw new Error("useTransitionCarouselContext must be used within the carousel.");
|
|
1694
|
-
return
|
|
1709
|
+
return i;
|
|
1695
1710
|
}
|
|
1696
1711
|
export {
|
|
1697
|
-
|
|
1698
|
-
|
|
1712
|
+
Nr as useSpringCarousel,
|
|
1713
|
+
Sr as useSpringCarouselContext,
|
|
1699
1714
|
Vr as useTransitionCarousel,
|
|
1700
|
-
|
|
1715
|
+
Yr as useTransitionCarouselContext
|
|
1701
1716
|
};
|
|
1702
1717
|
//# sourceMappingURL=index.es.js.map
|