@billgangcom/theme-lib 1.8.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3978 +0,0 @@
1
- import I, { useState as fs } from "react";
2
- function ps(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- var at = { exports: {} }, _e = {};
6
- /**
7
- * @license React
8
- * react-jsx-runtime.production.min.js
9
- *
10
- * Copyright (c) Facebook, Inc. and its affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
- var Vt;
16
- function hs() {
17
- if (Vt) return _e;
18
- Vt = 1;
19
- var e = I, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, o = { key: !0, ref: !0, __self: !0, __source: !0 };
20
- function i(c, f, d) {
21
- var l, p = {}, w = null, E = null;
22
- d !== void 0 && (w = "" + d), f.key !== void 0 && (w = "" + f.key), f.ref !== void 0 && (E = f.ref);
23
- for (l in f) s.call(f, l) && !o.hasOwnProperty(l) && (p[l] = f[l]);
24
- if (c && c.defaultProps) for (l in f = c.defaultProps, f) p[l] === void 0 && (p[l] = f[l]);
25
- return { $$typeof: t, type: c, key: w, ref: E, props: p, _owner: r.current };
26
- }
27
- return _e.Fragment = n, _e.jsx = i, _e.jsxs = i, _e;
28
- }
29
- var we = {};
30
- /**
31
- * @license React
32
- * react-jsx-runtime.development.js
33
- *
34
- * Copyright (c) Facebook, Inc. and its affiliates.
35
- *
36
- * This source code is licensed under the MIT license found in the
37
- * LICENSE file in the root directory of this source tree.
38
- */
39
- var Wt;
40
- function ms() {
41
- return Wt || (Wt = 1, process.env.NODE_ENV !== "production" && function() {
42
- var e = I, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), c = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), l = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), g = Symbol.iterator, b = "@@iterator";
43
- function v(a) {
44
- if (a === null || typeof a != "object")
45
- return null;
46
- var h = g && a[g] || a[b];
47
- return typeof h == "function" ? h : null;
48
- }
49
- var S = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
50
- function _(a) {
51
- {
52
- for (var h = arguments.length, y = new Array(h > 1 ? h - 1 : 0), x = 1; x < h; x++)
53
- y[x - 1] = arguments[x];
54
- k("error", a, y);
55
- }
56
- }
57
- function k(a, h, y) {
58
- {
59
- var x = S.ReactDebugCurrentFrame, T = x.getStackAddendum();
60
- T !== "" && (h += "%s", y = y.concat([T]));
61
- var j = y.map(function(O) {
62
- return String(O);
63
- });
64
- j.unshift("Warning: " + h), Function.prototype.apply.call(console[a], console, j);
65
- }
66
- }
67
- var D = !1, B = !1, q = !1, K = !1, ee = !1, re;
68
- re = Symbol.for("react.module.reference");
69
- function G(a) {
70
- return !!(typeof a == "string" || typeof a == "function" || a === s || a === o || ee || a === r || a === d || a === l || K || a === E || D || B || q || typeof a == "object" && a !== null && (a.$$typeof === w || a.$$typeof === p || a.$$typeof === i || a.$$typeof === c || a.$$typeof === f || // This needs to include all possible module reference object
71
- // types supported by any Flight configuration anywhere since
72
- // we don't know which Flight build this will end up being used
73
- // with.
74
- a.$$typeof === re || a.getModuleId !== void 0));
75
- }
76
- function X(a, h, y) {
77
- var x = a.displayName;
78
- if (x)
79
- return x;
80
- var T = h.displayName || h.name || "";
81
- return T !== "" ? y + "(" + T + ")" : y;
82
- }
83
- function ze(a) {
84
- return a.displayName || "Context";
85
- }
86
- function Z(a) {
87
- if (a == null)
88
- return null;
89
- if (typeof a.tag == "number" && _("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof a == "function")
90
- return a.displayName || a.name || null;
91
- if (typeof a == "string")
92
- return a;
93
- switch (a) {
94
- case s:
95
- return "Fragment";
96
- case n:
97
- return "Portal";
98
- case o:
99
- return "Profiler";
100
- case r:
101
- return "StrictMode";
102
- case d:
103
- return "Suspense";
104
- case l:
105
- return "SuspenseList";
106
- }
107
- if (typeof a == "object")
108
- switch (a.$$typeof) {
109
- case c:
110
- var h = a;
111
- return ze(h) + ".Consumer";
112
- case i:
113
- var y = a;
114
- return ze(y._context) + ".Provider";
115
- case f:
116
- return X(a, a.render, "ForwardRef");
117
- case p:
118
- var x = a.displayName || null;
119
- return x !== null ? x : Z(a.type) || "Memo";
120
- case w: {
121
- var T = a, j = T._payload, O = T._init;
122
- try {
123
- return Z(O(j));
124
- } catch {
125
- return null;
126
- }
127
- }
128
- }
129
- return null;
130
- }
131
- var oe = Object.assign, be = 0, Et, xt, Rt, kt, Ct, Ot, Tt;
132
- function jt() {
133
- }
134
- jt.__reactDisabledLog = !0;
135
- function Un() {
136
- {
137
- if (be === 0) {
138
- Et = console.log, xt = console.info, Rt = console.warn, kt = console.error, Ct = console.group, Ot = console.groupCollapsed, Tt = console.groupEnd;
139
- var a = {
140
- configurable: !0,
141
- enumerable: !0,
142
- value: jt,
143
- writable: !0
144
- };
145
- Object.defineProperties(console, {
146
- info: a,
147
- log: a,
148
- warn: a,
149
- error: a,
150
- group: a,
151
- groupCollapsed: a,
152
- groupEnd: a
153
- });
154
- }
155
- be++;
156
- }
157
- }
158
- function qn() {
159
- {
160
- if (be--, be === 0) {
161
- var a = {
162
- configurable: !0,
163
- enumerable: !0,
164
- writable: !0
165
- };
166
- Object.defineProperties(console, {
167
- log: oe({}, a, {
168
- value: Et
169
- }),
170
- info: oe({}, a, {
171
- value: xt
172
- }),
173
- warn: oe({}, a, {
174
- value: Rt
175
- }),
176
- error: oe({}, a, {
177
- value: kt
178
- }),
179
- group: oe({}, a, {
180
- value: Ct
181
- }),
182
- groupCollapsed: oe({}, a, {
183
- value: Ot
184
- }),
185
- groupEnd: oe({}, a, {
186
- value: Tt
187
- })
188
- });
189
- }
190
- be < 0 && _("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
191
- }
192
- }
193
- var Ve = S.ReactCurrentDispatcher, We;
194
- function Ce(a, h, y) {
195
- {
196
- if (We === void 0)
197
- try {
198
- throw Error();
199
- } catch (T) {
200
- var x = T.stack.trim().match(/\n( *(at )?)/);
201
- We = x && x[1] || "";
202
- }
203
- return `
204
- ` + We + a;
205
- }
206
- }
207
- var Je = !1, Oe;
208
- {
209
- var Mn = typeof WeakMap == "function" ? WeakMap : Map;
210
- Oe = new Mn();
211
- }
212
- function Pt(a, h) {
213
- if (!a || Je)
214
- return "";
215
- {
216
- var y = Oe.get(a);
217
- if (y !== void 0)
218
- return y;
219
- }
220
- var x;
221
- Je = !0;
222
- var T = Error.prepareStackTrace;
223
- Error.prepareStackTrace = void 0;
224
- var j;
225
- j = Ve.current, Ve.current = null, Un();
226
- try {
227
- if (h) {
228
- var O = function() {
229
- throw Error();
230
- };
231
- if (Object.defineProperty(O.prototype, "props", {
232
- set: function() {
233
- throw Error();
234
- }
235
- }), typeof Reflect == "object" && Reflect.construct) {
236
- try {
237
- Reflect.construct(O, []);
238
- } catch (M) {
239
- x = M;
240
- }
241
- Reflect.construct(a, [], O);
242
- } else {
243
- try {
244
- O.call();
245
- } catch (M) {
246
- x = M;
247
- }
248
- a.call(O.prototype);
249
- }
250
- } else {
251
- try {
252
- throw Error();
253
- } catch (M) {
254
- x = M;
255
- }
256
- a();
257
- }
258
- } catch (M) {
259
- if (M && x && typeof M.stack == "string") {
260
- for (var C = M.stack.split(`
261
- `), U = x.stack.split(`
262
- `), N = C.length - 1, F = U.length - 1; N >= 1 && F >= 0 && C[N] !== U[F]; )
263
- F--;
264
- for (; N >= 1 && F >= 0; N--, F--)
265
- if (C[N] !== U[F]) {
266
- if (N !== 1 || F !== 1)
267
- do
268
- if (N--, F--, F < 0 || C[N] !== U[F]) {
269
- var W = `
270
- ` + C[N].replace(" at new ", " at ");
271
- return a.displayName && W.includes("<anonymous>") && (W = W.replace("<anonymous>", a.displayName)), typeof a == "function" && Oe.set(a, W), W;
272
- }
273
- while (N >= 1 && F >= 0);
274
- break;
275
- }
276
- }
277
- } finally {
278
- Je = !1, Ve.current = j, qn(), Error.prepareStackTrace = T;
279
- }
280
- var pe = a ? a.displayName || a.name : "", ie = pe ? Ce(pe) : "";
281
- return typeof a == "function" && Oe.set(a, ie), ie;
282
- }
283
- function $n(a, h, y) {
284
- return Pt(a, !1);
285
- }
286
- function Hn(a) {
287
- var h = a.prototype;
288
- return !!(h && h.isReactComponent);
289
- }
290
- function Te(a, h, y) {
291
- if (a == null)
292
- return "";
293
- if (typeof a == "function")
294
- return Pt(a, Hn(a));
295
- if (typeof a == "string")
296
- return Ce(a);
297
- switch (a) {
298
- case d:
299
- return Ce("Suspense");
300
- case l:
301
- return Ce("SuspenseList");
302
- }
303
- if (typeof a == "object")
304
- switch (a.$$typeof) {
305
- case f:
306
- return $n(a.render);
307
- case p:
308
- return Te(a.type, h, y);
309
- case w: {
310
- var x = a, T = x._payload, j = x._init;
311
- try {
312
- return Te(j(T), h, y);
313
- } catch {
314
- }
315
- }
316
- }
317
- return "";
318
- }
319
- var ve = Object.prototype.hasOwnProperty, At = {}, Nt = S.ReactDebugCurrentFrame;
320
- function je(a) {
321
- if (a) {
322
- var h = a._owner, y = Te(a.type, a._source, h ? h.type : null);
323
- Nt.setExtraStackFrame(y);
324
- } else
325
- Nt.setExtraStackFrame(null);
326
- }
327
- function zn(a, h, y, x, T) {
328
- {
329
- var j = Function.call.bind(ve);
330
- for (var O in a)
331
- if (j(a, O)) {
332
- var C = void 0;
333
- try {
334
- if (typeof a[O] != "function") {
335
- var U = Error((x || "React class") + ": " + y + " type `" + O + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[O] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
336
- throw U.name = "Invariant Violation", U;
337
- }
338
- C = a[O](h, O, x, y, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
339
- } catch (N) {
340
- C = N;
341
- }
342
- C && !(C instanceof Error) && (je(T), _("%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).", x || "React class", y, O, typeof C), je(null)), C instanceof Error && !(C.message in At) && (At[C.message] = !0, je(T), _("Failed %s type: %s", y, C.message), je(null));
343
- }
344
- }
345
- }
346
- var Vn = Array.isArray;
347
- function Ke(a) {
348
- return Vn(a);
349
- }
350
- function Wn(a) {
351
- {
352
- var h = typeof Symbol == "function" && Symbol.toStringTag, y = h && a[Symbol.toStringTag] || a.constructor.name || "Object";
353
- return y;
354
- }
355
- }
356
- function Jn(a) {
357
- try {
358
- return Bt(a), !1;
359
- } catch {
360
- return !0;
361
- }
362
- }
363
- function Bt(a) {
364
- return "" + a;
365
- }
366
- function Ft(a) {
367
- if (Jn(a))
368
- return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Wn(a)), Bt(a);
369
- }
370
- var ye = S.ReactCurrentOwner, Kn = {
371
- key: !0,
372
- ref: !0,
373
- __self: !0,
374
- __source: !0
375
- }, It, Dt, Ye;
376
- Ye = {};
377
- function Yn(a) {
378
- if (ve.call(a, "ref")) {
379
- var h = Object.getOwnPropertyDescriptor(a, "ref").get;
380
- if (h && h.isReactWarning)
381
- return !1;
382
- }
383
- return a.ref !== void 0;
384
- }
385
- function Gn(a) {
386
- if (ve.call(a, "key")) {
387
- var h = Object.getOwnPropertyDescriptor(a, "key").get;
388
- if (h && h.isReactWarning)
389
- return !1;
390
- }
391
- return a.key !== void 0;
392
- }
393
- function Xn(a, h) {
394
- if (typeof a.ref == "string" && ye.current && h && ye.current.stateNode !== h) {
395
- var y = Z(ye.current.type);
396
- Ye[y] || (_('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', Z(ye.current.type), a.ref), Ye[y] = !0);
397
- }
398
- }
399
- function Zn(a, h) {
400
- {
401
- var y = function() {
402
- It || (It = !0, _("%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)", h));
403
- };
404
- y.isReactWarning = !0, Object.defineProperty(a, "key", {
405
- get: y,
406
- configurable: !0
407
- });
408
- }
409
- }
410
- function Qn(a, h) {
411
- {
412
- var y = function() {
413
- Dt || (Dt = !0, _("%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)", h));
414
- };
415
- y.isReactWarning = !0, Object.defineProperty(a, "ref", {
416
- get: y,
417
- configurable: !0
418
- });
419
- }
420
- }
421
- var es = function(a, h, y, x, T, j, O) {
422
- var C = {
423
- // This tag allows us to uniquely identify this as a React Element
424
- $$typeof: t,
425
- // Built-in properties that belong on the element
426
- type: a,
427
- key: h,
428
- ref: y,
429
- props: O,
430
- // Record the component responsible for creating this element.
431
- _owner: j
432
- };
433
- return C._store = {}, Object.defineProperty(C._store, "validated", {
434
- configurable: !1,
435
- enumerable: !1,
436
- writable: !0,
437
- value: !1
438
- }), Object.defineProperty(C, "_self", {
439
- configurable: !1,
440
- enumerable: !1,
441
- writable: !1,
442
- value: x
443
- }), Object.defineProperty(C, "_source", {
444
- configurable: !1,
445
- enumerable: !1,
446
- writable: !1,
447
- value: T
448
- }), Object.freeze && (Object.freeze(C.props), Object.freeze(C)), C;
449
- };
450
- function ts(a, h, y, x, T) {
451
- {
452
- var j, O = {}, C = null, U = null;
453
- y !== void 0 && (Ft(y), C = "" + y), Gn(h) && (Ft(h.key), C = "" + h.key), Yn(h) && (U = h.ref, Xn(h, T));
454
- for (j in h)
455
- ve.call(h, j) && !Kn.hasOwnProperty(j) && (O[j] = h[j]);
456
- if (a && a.defaultProps) {
457
- var N = a.defaultProps;
458
- for (j in N)
459
- O[j] === void 0 && (O[j] = N[j]);
460
- }
461
- if (C || U) {
462
- var F = typeof a == "function" ? a.displayName || a.name || "Unknown" : a;
463
- C && Zn(O, F), U && Qn(O, F);
464
- }
465
- return es(a, C, U, T, x, ye.current, O);
466
- }
467
- }
468
- var Ge = S.ReactCurrentOwner, Lt = S.ReactDebugCurrentFrame;
469
- function fe(a) {
470
- if (a) {
471
- var h = a._owner, y = Te(a.type, a._source, h ? h.type : null);
472
- Lt.setExtraStackFrame(y);
473
- } else
474
- Lt.setExtraStackFrame(null);
475
- }
476
- var Xe;
477
- Xe = !1;
478
- function Ze(a) {
479
- return typeof a == "object" && a !== null && a.$$typeof === t;
480
- }
481
- function Ut() {
482
- {
483
- if (Ge.current) {
484
- var a = Z(Ge.current.type);
485
- if (a)
486
- return `
487
-
488
- Check the render method of \`` + a + "`.";
489
- }
490
- return "";
491
- }
492
- }
493
- function ns(a) {
494
- return "";
495
- }
496
- var qt = {};
497
- function ss(a) {
498
- {
499
- var h = Ut();
500
- if (!h) {
501
- var y = typeof a == "string" ? a : a.displayName || a.name;
502
- y && (h = `
503
-
504
- Check the top-level render call using <` + y + ">.");
505
- }
506
- return h;
507
- }
508
- }
509
- function Mt(a, h) {
510
- {
511
- if (!a._store || a._store.validated || a.key != null)
512
- return;
513
- a._store.validated = !0;
514
- var y = ss(h);
515
- if (qt[y])
516
- return;
517
- qt[y] = !0;
518
- var x = "";
519
- a && a._owner && a._owner !== Ge.current && (x = " It was passed a child from " + Z(a._owner.type) + "."), fe(a), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', y, x), fe(null);
520
- }
521
- }
522
- function $t(a, h) {
523
- {
524
- if (typeof a != "object")
525
- return;
526
- if (Ke(a))
527
- for (var y = 0; y < a.length; y++) {
528
- var x = a[y];
529
- Ze(x) && Mt(x, h);
530
- }
531
- else if (Ze(a))
532
- a._store && (a._store.validated = !0);
533
- else if (a) {
534
- var T = v(a);
535
- if (typeof T == "function" && T !== a.entries)
536
- for (var j = T.call(a), O; !(O = j.next()).done; )
537
- Ze(O.value) && Mt(O.value, h);
538
- }
539
- }
540
- }
541
- function rs(a) {
542
- {
543
- var h = a.type;
544
- if (h == null || typeof h == "string")
545
- return;
546
- var y;
547
- if (typeof h == "function")
548
- y = h.propTypes;
549
- else if (typeof h == "object" && (h.$$typeof === f || // Note: Memo only checks outer props here.
550
- // Inner props are checked in the reconciler.
551
- h.$$typeof === p))
552
- y = h.propTypes;
553
- else
554
- return;
555
- if (y) {
556
- var x = Z(h);
557
- zn(y, a.props, "prop", x, a);
558
- } else if (h.PropTypes !== void 0 && !Xe) {
559
- Xe = !0;
560
- var T = Z(h);
561
- _("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", T || "Unknown");
562
- }
563
- typeof h.getDefaultProps == "function" && !h.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
564
- }
565
- }
566
- function os(a) {
567
- {
568
- for (var h = Object.keys(a.props), y = 0; y < h.length; y++) {
569
- var x = h[y];
570
- if (x !== "children" && x !== "key") {
571
- fe(a), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", x), fe(null);
572
- break;
573
- }
574
- }
575
- a.ref !== null && (fe(a), _("Invalid attribute `ref` supplied to `React.Fragment`."), fe(null));
576
- }
577
- }
578
- var Ht = {};
579
- function zt(a, h, y, x, T, j) {
580
- {
581
- var O = G(a);
582
- if (!O) {
583
- var C = "";
584
- (a === void 0 || typeof a == "object" && a !== null && Object.keys(a).length === 0) && (C += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
585
- var U = ns();
586
- U ? C += U : C += Ut();
587
- var N;
588
- a === null ? N = "null" : Ke(a) ? N = "array" : a !== void 0 && a.$$typeof === t ? (N = "<" + (Z(a.type) || "Unknown") + " />", C = " Did you accidentally export a JSX literal instead of a component?") : N = typeof a, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", N, C);
589
- }
590
- var F = ts(a, h, y, T, j);
591
- if (F == null)
592
- return F;
593
- if (O) {
594
- var W = h.children;
595
- if (W !== void 0)
596
- if (x)
597
- if (Ke(W)) {
598
- for (var pe = 0; pe < W.length; pe++)
599
- $t(W[pe], a);
600
- Object.freeze && Object.freeze(W);
601
- } else
602
- _("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
603
- else
604
- $t(W, a);
605
- }
606
- if (ve.call(h, "key")) {
607
- var ie = Z(a), M = Object.keys(h).filter(function(ds) {
608
- return ds !== "key";
609
- }), Qe = M.length > 0 ? "{key: someKey, " + M.join(": ..., ") + ": ...}" : "{key: someKey}";
610
- if (!Ht[ie + Qe]) {
611
- var us = M.length > 0 ? "{" + M.join(": ..., ") + ": ...}" : "{}";
612
- _(`A props object containing a "key" prop is being spread into JSX:
613
- let props = %s;
614
- <%s {...props} />
615
- React keys must be passed directly to JSX without using spread:
616
- let props = %s;
617
- <%s key={someKey} {...props} />`, Qe, ie, us, ie), Ht[ie + Qe] = !0;
618
- }
619
- }
620
- return a === s ? os(F) : rs(F), F;
621
- }
622
- }
623
- function is(a, h, y) {
624
- return zt(a, h, y, !0);
625
- }
626
- function as(a, h, y) {
627
- return zt(a, h, y, !1);
628
- }
629
- var cs = as, ls = is;
630
- we.Fragment = s, we.jsx = cs, we.jsxs = ls;
631
- }()), we;
632
- }
633
- process.env.NODE_ENV === "production" ? at.exports = hs() : at.exports = ms();
634
- var m = at.exports;
635
- const Jt = (e) => {
636
- let t;
637
- const n = /* @__PURE__ */ new Set(), s = (d, l) => {
638
- const p = typeof d == "function" ? d(t) : d;
639
- if (!Object.is(p, t)) {
640
- const w = t;
641
- t = l ?? (typeof p != "object" || p === null) ? p : Object.assign({}, t, p), n.forEach((E) => E(t, w));
642
- }
643
- }, r = () => t, c = { setState: s, getState: r, getInitialState: () => f, subscribe: (d) => (n.add(d), () => n.delete(d)) }, f = t = e(s, r, c);
644
- return c;
645
- }, gs = (e) => e ? Jt(e) : Jt, bs = (e) => e;
646
- function vs(e, t = bs) {
647
- const n = I.useSyncExternalStore(
648
- e.subscribe,
649
- () => t(e.getState()),
650
- () => t(e.getInitialState())
651
- );
652
- return I.useDebugValue(n), n;
653
- }
654
- const Kt = (e) => {
655
- const t = gs(e), n = (s) => vs(t, s);
656
- return Object.assign(n, t), n;
657
- }, V = (e) => e ? Kt(e) : Kt, Wi = V((e) => ({
658
- blocks: {},
659
- setBlocks: (t) => e(() => ({ blocks: t })),
660
- activeBlock: null,
661
- setActiveBlock: (t) => e(() => ({ activeBlock: t })),
662
- sourceBlocks: {},
663
- setSourceBlocks: (t) => e(() => ({ sourceBlocks: t }))
664
- })), Ji = V((e) => ({
665
- currentDevice: "desktop",
666
- setCurrentDevice: (t) => e(() => ({ currentDevice: t }))
667
- }));
668
- V((e) => ({
669
- pageData: null,
670
- setPageData: (t) => e(() => ({ pageData: t }))
671
- }));
672
- const ys = [
673
- {
674
- icon: "layers",
675
- name: "Layers"
676
- },
677
- {
678
- icon: "plus",
679
- name: "Add"
680
- },
681
- {
682
- icon: "palette",
683
- name: "Theme"
684
- },
685
- {
686
- icon: "settings",
687
- name: "Settings"
688
- }
689
- ], Ki = Array.from({ length: 122 / 2 + 1 }, (e, t) => String(6 + t * 2)), Yi = [
690
- "100",
691
- "200",
692
- "300",
693
- "400",
694
- "500",
695
- "600",
696
- "700",
697
- "800",
698
- "900"
699
- ], Gi = [
700
- "home",
701
- "reviews",
702
- "faqs",
703
- "contact",
704
- "product",
705
- "ticket",
706
- "login"
707
- ], _s = {
708
- home: {
709
- path: "/",
710
- name: "home",
711
- icon: "house",
712
- seo: {
713
- description: "",
714
- title: ""
715
- },
716
- visibility: "public"
717
- },
718
- product: {
719
- path: "/product",
720
- name: "product",
721
- icon: "squares",
722
- seo: {
723
- description: "",
724
- title: ""
725
- },
726
- visibility: "public"
727
- },
728
- faqs: {
729
- path: "/faqs",
730
- name: "faqs",
731
- icon: "faqs",
732
- seo: {
733
- description: "",
734
- title: ""
735
- },
736
- visibility: "public"
737
- },
738
- reviews: {
739
- path: "/reviews",
740
- name: "reviews",
741
- icon: "star",
742
- seo: {
743
- description: "",
744
- title: ""
745
- },
746
- visibility: "public"
747
- },
748
- contact: {
749
- path: "/contact",
750
- name: "contact",
751
- icon: "chat",
752
- seo: {
753
- description: "",
754
- title: ""
755
- },
756
- visibility: "public"
757
- },
758
- ticket: {
759
- path: "/ticket",
760
- name: "ticket",
761
- icon: "ticket",
762
- seo: {
763
- description: "",
764
- title: ""
765
- },
766
- visibility: "public"
767
- },
768
- login: {
769
- path: "/login",
770
- name: "login",
771
- icon: "user-circle-gear",
772
- seo: {
773
- description: "",
774
- title: ""
775
- },
776
- visibility: "public"
777
- }
778
- }, Xi = V((e) => ({
779
- activeBlock: ys[0],
780
- setActiveBlock: (t) => e(() => ({ activeBlock: t }))
781
- }));
782
- function ws(e, t) {
783
- let n;
784
- try {
785
- n = e();
786
- } catch {
787
- return;
788
- }
789
- return {
790
- getItem: (r) => {
791
- var o;
792
- const i = (f) => f === null ? null : JSON.parse(f, void 0), c = (o = n.getItem(r)) != null ? o : null;
793
- return c instanceof Promise ? c.then(i) : i(c);
794
- },
795
- setItem: (r, o) => n.setItem(
796
- r,
797
- JSON.stringify(o, void 0)
798
- ),
799
- removeItem: (r) => n.removeItem(r)
800
- };
801
- }
802
- const ct = (e) => (t) => {
803
- try {
804
- const n = e(t);
805
- return n instanceof Promise ? n : {
806
- then(s) {
807
- return ct(s)(n);
808
- },
809
- catch(s) {
810
- return this;
811
- }
812
- };
813
- } catch (n) {
814
- return {
815
- then(s) {
816
- return this;
817
- },
818
- catch(s) {
819
- return ct(s)(n);
820
- }
821
- };
822
- }
823
- }, Ss = (e, t) => (n, s, r) => {
824
- let o = {
825
- storage: ws(() => localStorage),
826
- partialize: (b) => b,
827
- version: 0,
828
- merge: (b, v) => ({
829
- ...v,
830
- ...b
831
- }),
832
- ...t
833
- }, i = !1;
834
- const c = /* @__PURE__ */ new Set(), f = /* @__PURE__ */ new Set();
835
- let d = o.storage;
836
- if (!d)
837
- return e(
838
- (...b) => {
839
- console.warn(
840
- `[zustand persist middleware] Unable to update item '${o.name}', the given storage is currently unavailable.`
841
- ), n(...b);
842
- },
843
- s,
844
- r
845
- );
846
- const l = () => {
847
- const b = o.partialize({ ...s() });
848
- return d.setItem(o.name, {
849
- state: b,
850
- version: o.version
851
- });
852
- }, p = r.setState;
853
- r.setState = (b, v) => {
854
- p(b, v), l();
855
- };
856
- const w = e(
857
- (...b) => {
858
- n(...b), l();
859
- },
860
- s,
861
- r
862
- );
863
- r.getInitialState = () => w;
864
- let E;
865
- const g = () => {
866
- var b, v;
867
- if (!d) return;
868
- i = !1, c.forEach((_) => {
869
- var k;
870
- return _((k = s()) != null ? k : w);
871
- });
872
- const S = ((v = o.onRehydrateStorage) == null ? void 0 : v.call(o, (b = s()) != null ? b : w)) || void 0;
873
- return ct(d.getItem.bind(d))(o.name).then((_) => {
874
- if (_)
875
- if (typeof _.version == "number" && _.version !== o.version) {
876
- if (o.migrate)
877
- return [
878
- !0,
879
- o.migrate(
880
- _.state,
881
- _.version
882
- )
883
- ];
884
- console.error(
885
- "State loaded from storage couldn't be migrated since no migrate function was provided"
886
- );
887
- } else
888
- return [!1, _.state];
889
- return [!1, void 0];
890
- }).then((_) => {
891
- var k;
892
- const [D, B] = _;
893
- if (E = o.merge(
894
- B,
895
- (k = s()) != null ? k : w
896
- ), n(E, !0), D)
897
- return l();
898
- }).then(() => {
899
- S == null || S(E, void 0), E = s(), i = !0, f.forEach((_) => _(E));
900
- }).catch((_) => {
901
- S == null || S(void 0, _);
902
- });
903
- };
904
- return r.persist = {
905
- setOptions: (b) => {
906
- o = {
907
- ...o,
908
- ...b
909
- }, b.storage && (d = b.storage);
910
- },
911
- clearStorage: () => {
912
- d == null || d.removeItem(o.name);
913
- },
914
- getOptions: () => o,
915
- rehydrate: () => g(),
916
- hasHydrated: () => i,
917
- onHydrate: (b) => (c.add(b), () => {
918
- c.delete(b);
919
- }),
920
- onFinishHydration: (b) => (f.add(b), () => {
921
- f.delete(b);
922
- })
923
- }, o.skipHydration || g(), E || w;
924
- }, Le = Ss, Zi = V(
925
- Le(
926
- (e) => ({
927
- onPreview: !1,
928
- setOnPreview: (t) => e(() => ({ onPreview: t })),
929
- activeBlock: null,
930
- setActiveBlock: (t) => e(() => ({ activeBlock: t }))
931
- }),
932
- {
933
- name: "preview-storage",
934
- partialize: (e) => {
935
- const { onPreview: t } = e;
936
- return { onPreview: t };
937
- }
938
- }
939
- )
940
- );
941
- var L = [];
942
- for (var et = 0; et < 256; ++et)
943
- L.push((et + 256).toString(16).slice(1));
944
- function Es(e, t = 0) {
945
- return (L[e[t + 0]] + L[e[t + 1]] + L[e[t + 2]] + L[e[t + 3]] + "-" + L[e[t + 4]] + L[e[t + 5]] + "-" + L[e[t + 6]] + L[e[t + 7]] + "-" + L[e[t + 8]] + L[e[t + 9]] + "-" + L[e[t + 10]] + L[e[t + 11]] + L[e[t + 12]] + L[e[t + 13]] + L[e[t + 14]] + L[e[t + 15]]).toLowerCase();
946
- }
947
- var Pe, xs = new Uint8Array(16);
948
- function Rs() {
949
- if (!Pe && (Pe = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !Pe))
950
- throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
951
- return Pe(xs);
952
- }
953
- var ks = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
954
- const Yt = {
955
- randomUUID: ks
956
- };
957
- function lt(e, t, n) {
958
- if (Yt.randomUUID && !t && !e)
959
- return Yt.randomUUID();
960
- e = e || {};
961
- var s = e.random || (e.rng || Rs)();
962
- return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, Es(s);
963
- }
964
- const Qi = V(
965
- Le(
966
- (e, t) => ({
967
- header: null,
968
- blocks: {
969
- home: {},
970
- contact: {},
971
- product: {},
972
- faqs: {},
973
- reviews: {},
974
- ticket: {},
975
- login: {}
976
- },
977
- footer: null,
978
- currentBlock: null,
979
- positionBlock: null,
980
- setHeader: (n) => {
981
- e({ header: n });
982
- },
983
- setFooter: (n) => {
984
- e({ footer: n });
985
- },
986
- createPage: (n) => {
987
- const s = t().blocks;
988
- s[n] = {}, e({ blocks: s });
989
- },
990
- deletePage: (n) => {
991
- const s = t().blocks;
992
- delete s[n], e({ blocks: s });
993
- },
994
- updatePage: (n, s) => {
995
- const r = t().blocks;
996
- if (r[s]) return;
997
- const o = r[n];
998
- delete r[n], r[s] = o, e({ blocks: r });
999
- },
1000
- setCurrentBlock: (n) => {
1001
- e({ currentBlock: n });
1002
- },
1003
- setPositionBlock: (n) => {
1004
- e({ positionBlock: n });
1005
- },
1006
- addBlock: (n, s) => {
1007
- const r = t().blocks, o = r[n] || {}, i = t().positionBlock, c = lt(), f = Object.keys(o);
1008
- if (i === null || i >= f.length)
1009
- o[c] = {
1010
- name: s.name,
1011
- value: { ...s.value }
1012
- }, e({
1013
- blocks: {
1014
- ...r,
1015
- [n]: o
1016
- }
1017
- });
1018
- else {
1019
- const d = {
1020
- name: s.name,
1021
- value: { ...s.value }
1022
- }, l = f.slice(0, i), p = f.slice(i), w = {
1023
- ...l.reduce((E, g) => (E[g] = o[g], E), {}),
1024
- [c]: d,
1025
- ...p.reduce((E, g) => (E[g] = o[g], E), {})
1026
- };
1027
- e({
1028
- blocks: {
1029
- ...r,
1030
- [n]: w
1031
- }
1032
- });
1033
- }
1034
- },
1035
- editBlock: (n, s, r) => {
1036
- const o = t().blocks, i = o[n] || {};
1037
- i[s] = {
1038
- name: r.name,
1039
- value: { ...r.value }
1040
- }, e({
1041
- blocks: {
1042
- ...o,
1043
- [n]: i
1044
- }
1045
- });
1046
- },
1047
- removeBlock: (n, s) => {
1048
- const r = t().blocks, o = r[n] || {};
1049
- delete o[s], e({
1050
- blocks: {
1051
- ...r,
1052
- [n]: o
1053
- }
1054
- });
1055
- },
1056
- moveBlock: (n, s, r) => e((o) => {
1057
- const i = { ...o.blocks[n] }, c = Object.keys(i), [f] = c.splice(s, 1);
1058
- c.splice(r, 0, f);
1059
- const d = c.reduce(
1060
- (l, p) => (l[p] = i[p], l),
1061
- {}
1062
- );
1063
- return {
1064
- blocks: {
1065
- ...o.blocks,
1066
- [n]: d
1067
- }
1068
- };
1069
- }),
1070
- duplicateBlock: (n, s) => {
1071
- const { blocks: r } = t(), o = r[n], i = o[s], c = lt(), f = {
1072
- name: i.name,
1073
- value: { ...i.value }
1074
- }, d = Object.keys(o), l = d.indexOf(s), p = d.slice(0, l + 1), w = d.slice(l + 1), E = {
1075
- ...p.reduce((g, b) => (g[b] = o[b], g), {}),
1076
- [c]: f,
1077
- ...w.reduce((g, b) => (g[b] = o[b], g), {})
1078
- };
1079
- e({
1080
- blocks: {
1081
- ...r,
1082
- [n]: E
1083
- }
1084
- });
1085
- }
1086
- }),
1087
- {
1088
- name: "layers-storage",
1089
- partialize: (e) => {
1090
- const { blocks: t, header: n, footer: s } = e;
1091
- return { blocks: t, header: n, footer: s };
1092
- }
1093
- }
1094
- )
1095
- ), Cs = V((e, t) => ({
1096
- isModalVisible: !1,
1097
- hoverBlockId: null,
1098
- isMouseOverModal: !1,
1099
- hideTimeout: null,
1100
- showModal: (n) => {
1101
- t().hideTimeout && clearTimeout(t().hideTimeout), e({ isModalVisible: !0, hoverBlockId: n });
1102
- },
1103
- hideModal: () => {
1104
- e({ isModalVisible: !1, hoverBlockId: null });
1105
- },
1106
- startHideTimeout: () => {
1107
- if (!t().isMouseOverModal) {
1108
- const n = setTimeout(() => {
1109
- e({ isModalVisible: !1, hoverBlockId: null });
1110
- }, 500);
1111
- e({ hideTimeout: n });
1112
- }
1113
- },
1114
- clearHideTimeout: () => {
1115
- t().hideTimeout && (clearTimeout(t().hideTimeout), e({ hideTimeout: null }));
1116
- },
1117
- setMouseOverModal: (n) => {
1118
- e({ isMouseOverModal: n });
1119
- },
1120
- isPreviewVisible: !1,
1121
- // Изначально превью скрыто
1122
- showPreview: (n) => {
1123
- e({ isPreviewVisible: !0, hoverBlockId: n });
1124
- },
1125
- hidePreview: () => {
1126
- e({ isPreviewVisible: !1, hoverBlockId: null });
1127
- }
1128
- })), ea = V((e) => ({
1129
- activeBlock: null,
1130
- setActiveBlock: (t) => e(() => ({ activeBlock: t })),
1131
- activeFont: null,
1132
- setActiveFont: (t) => e(() => ({ activeFont: t })),
1133
- themeSettings: {
1134
- colors: {
1135
- brand: {
1136
- primary: "#fefefe",
1137
- secondary: "#fefefe",
1138
- toner: "#ffffff"
1139
- },
1140
- background: {
1141
- primary: "#fefefe",
1142
- secondary: "#000000"
1143
- },
1144
- text_icons: {
1145
- primary: "#000000",
1146
- secondary: "#fefefe",
1147
- tertiary: "#fefefe",
1148
- disabled: "#ffffff"
1149
- },
1150
- lines: {
1151
- divider: "#000000",
1152
- border: "#fefefe"
1153
- },
1154
- others: {
1155
- link: "#000000"
1156
- }
1157
- },
1158
- fonts: {
1159
- heading: {
1160
- h1: {
1161
- font: "Archivo",
1162
- weight: "900",
1163
- size: 48
1164
- },
1165
- h2: {
1166
- font: "Archivo",
1167
- weight: "700",
1168
- size: 32
1169
- },
1170
- h3: {
1171
- font: "Archivo",
1172
- weight: "600",
1173
- size: 24
1174
- },
1175
- h4: {
1176
- font: "Archivo",
1177
- weight: "500",
1178
- size: 16
1179
- },
1180
- h5: {
1181
- font: "Archivo",
1182
- weight: "400",
1183
- size: 16
1184
- },
1185
- h6: {
1186
- font: "Archivo",
1187
- weight: "400",
1188
- size: 16
1189
- }
1190
- },
1191
- paragraph: {
1192
- text: {
1193
- font: "Archivo",
1194
- size: 48,
1195
- weight: "400"
1196
- }
1197
- }
1198
- },
1199
- borders: {
1200
- radius: 52,
1201
- thickness: 52
1202
- },
1203
- buttons: {
1204
- size: 26,
1205
- alignment: "left",
1206
- radius: 32,
1207
- height: 40
1208
- },
1209
- inputs: {
1210
- general: {
1211
- height: 48,
1212
- name: "Style Name",
1213
- size: 48,
1214
- color: "black"
1215
- },
1216
- field: {
1217
- active: !0,
1218
- color: "black",
1219
- opacity: 40
1220
- },
1221
- border: {
1222
- active: !0,
1223
- style: "solid",
1224
- radius: 0,
1225
- thickness: 0,
1226
- color: "black"
1227
- },
1228
- label: {
1229
- height: 48,
1230
- size: 48,
1231
- color: "black",
1232
- alignment: "left"
1233
- }
1234
- }
1235
- },
1236
- updateColor: (t, n, s) => e((r) => {
1237
- const o = {
1238
- ...r.themeSettings.colors,
1239
- [t]: {
1240
- ...r.themeSettings.colors[t],
1241
- [n]: s
1242
- }
1243
- };
1244
- return { themeSettings: { ...r.themeSettings, colors: o } };
1245
- }),
1246
- updateFont: (t, n, s, r) => e((o) => {
1247
- const i = {
1248
- ...o.themeSettings.fonts,
1249
- [t]: {
1250
- ...o.themeSettings.fonts[t],
1251
- [n]: {
1252
- ...o.themeSettings.fonts[t][n],
1253
- [s]: r
1254
- }
1255
- }
1256
- };
1257
- return { themeSettings: { ...o.themeSettings, fonts: i } };
1258
- }),
1259
- updateBorder: (t, n) => e((s) => {
1260
- const r = {
1261
- ...s.themeSettings.borders,
1262
- [t]: n
1263
- };
1264
- return { themeSettings: { ...s.themeSettings, borders: r } };
1265
- }),
1266
- updateButton: (t, n) => e((s) => {
1267
- const r = {
1268
- ...s.themeSettings.buttons,
1269
- [t]: n
1270
- };
1271
- return { themeSettings: { ...s.themeSettings, buttons: r } };
1272
- }),
1273
- updateInput: (t, n, s) => e((r) => ({
1274
- themeSettings: {
1275
- ...r.themeSettings,
1276
- inputs: {
1277
- ...r.themeSettings.inputs,
1278
- [t]: {
1279
- ...r.themeSettings.inputs[t],
1280
- [s]: n
1281
- }
1282
- }
1283
- }
1284
- }))
1285
- })), ta = V(
1286
- Le(
1287
- (e) => ({
1288
- fonts: [],
1289
- setFonts: (t) => e(() => ({ fonts: t }))
1290
- }),
1291
- {
1292
- name: "fonts-storage"
1293
- }
1294
- )
1295
- ), na = V((e) => ({
1296
- settings: null,
1297
- setSettings: (t) => e(() => ({ settings: t }))
1298
- })), Os = V()((e) => ({
1299
- color: "default",
1300
- initialColor: "",
1301
- setInitialColor: (t) => e(() => ({ initialColor: t })),
1302
- colorChange: () => {
1303
- },
1304
- update: () => {
1305
- },
1306
- activeLabel: null,
1307
- modalPosition: {
1308
- left: 0,
1309
- top: 0
1310
- },
1311
- showModal: !1,
1312
- dragging: !1,
1313
- hue: 0,
1314
- saturation: 100,
1315
- brightness: 100,
1316
- setModalPosition: (t) => e(() => ({ modalPosition: t })),
1317
- setHue: (t) => e(() => ({ hue: t })),
1318
- setSaturation: (t) => e(() => ({ saturation: t })),
1319
- setBrightness: (t) => e(() => ({ brightness: t })),
1320
- setShowModal: (t) => e(() => ({ showModal: t })),
1321
- setDragging: (t) => e(() => ({ dragging: t })),
1322
- setActiveLabel: (t) => e(() => ({ activeLabel: t })),
1323
- setColor: (t) => e(() => ({ color: t })),
1324
- setUpdate: (t) => e(() => ({ update: t })),
1325
- setColorChange: (t) => e(() => ({ colorChange: t }))
1326
- })), sa = V(
1327
- Le(
1328
- (e, t) => ({
1329
- pages: _s,
1330
- currentPage: "home",
1331
- pageContext: {
1332
- listings: void 0,
1333
- products: void 0,
1334
- reviews: void 0,
1335
- categories: void 0,
1336
- faqs: void 0,
1337
- general: void 0
1338
- },
1339
- isOpenModal: !1,
1340
- isOpenSelectModal: !1,
1341
- isEdit: !1,
1342
- editedPage: null,
1343
- setEditedPage: (n) => e(() => ({ editedPage: n })),
1344
- setCurrentPage: (n) => e(() => ({ currentPage: n })),
1345
- setPageContext: (n) => e(() => ({ pageContext: n })),
1346
- setIsOpenModal: (n) => e(() => ({ isOpenModal: n })),
1347
- setIsOpenSelectModal: (n) => e(() => ({ isOpenSelectModal: n })),
1348
- setIsEdit: (n) => e(() => ({ isEdit: n })),
1349
- createPage: (n) => {
1350
- const s = t().pages, r = lt();
1351
- s[r] = n, e({ pages: s });
1352
- },
1353
- updatePage: (n, s) => {
1354
- const r = t().pages;
1355
- r[n] = {
1356
- ...s
1357
- }, e({ pages: r });
1358
- },
1359
- deletePage: (n) => {
1360
- const s = t().pages;
1361
- delete s[n], e({ pages: s });
1362
- }
1363
- }),
1364
- {
1365
- name: "pages-storage",
1366
- partialize: (e) => {
1367
- const { pages: t } = e;
1368
- return { pages: t };
1369
- }
1370
- }
1371
- )
1372
- ), pn = V((e) => ({
1373
- openModal: !1,
1374
- setOpenModal: (t) => e(() => ({ openModal: t })),
1375
- onChange: null,
1376
- setOnChange: (t) => e(() => ({ onChange: t }))
1377
- })), Ts = (e, t, n) => {
1378
- const s = e[t];
1379
- return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((r, o) => {
1380
- (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
1381
- o.bind(
1382
- null,
1383
- new Error(
1384
- "Unknown variable dynamic import: " + t + (t.split("/").length !== n ? ". Note that variables only represent file names one level deep." : "")
1385
- )
1386
- )
1387
- );
1388
- });
1389
- }, js = "_icon_bsuj2_1", Ps = "_hoverable_bsuj2_5", As = "_rotated_bsuj2_9", tt = {
1390
- icon: js,
1391
- hoverable: Ps,
1392
- rotated: As
1393
- };
1394
- var hn = { exports: {} };
1395
- /*!
1396
- Copyright (c) 2018 Jed Watson.
1397
- Licensed under the MIT License (MIT), see
1398
- http://jedwatson.github.io/classnames
1399
- */
1400
- (function(e) {
1401
- (function() {
1402
- var t = {}.hasOwnProperty;
1403
- function n() {
1404
- for (var o = "", i = 0; i < arguments.length; i++) {
1405
- var c = arguments[i];
1406
- c && (o = r(o, s(c)));
1407
- }
1408
- return o;
1409
- }
1410
- function s(o) {
1411
- if (typeof o == "string" || typeof o == "number")
1412
- return o;
1413
- if (typeof o != "object")
1414
- return "";
1415
- if (Array.isArray(o))
1416
- return n.apply(null, o);
1417
- if (o.toString !== Object.prototype.toString && !o.toString.toString().includes("[native code]"))
1418
- return o.toString();
1419
- var i = "";
1420
- for (var c in o)
1421
- t.call(o, c) && o[c] && (i = r(i, c));
1422
- return i;
1423
- }
1424
- function r(o, i) {
1425
- return i ? o ? o + " " + i : o + i : o;
1426
- }
1427
- e.exports ? (n.default = n, e.exports = n) : window.classNames = n;
1428
- })();
1429
- })(hn);
1430
- var Ns = hn.exports;
1431
- const J = /* @__PURE__ */ ps(Ns), ne = (e) => {
1432
- const {
1433
- name: t,
1434
- fill: n = "currentColor",
1435
- hoverable: s = !1,
1436
- onClick: r,
1437
- className: o,
1438
- width: i,
1439
- height: c,
1440
- rotated: f = !1
1441
- } = e, [d, l] = I.useState(null);
1442
- return I.useEffect(() => {
1443
- (async () => {
1444
- try {
1445
- const { default: w } = await Ts(/* @__PURE__ */ Object.assign({ "../../../assets/icons/align-bottom.svg": () => import("./align-bottom-B6qXcF_P.js"), "../../../assets/icons/align-center.svg": () => import("./align-center-BO84DuTM.js"), "../../../assets/icons/align-left.svg": () => import("./align-left-M0ZgFryb.js"), "../../../assets/icons/align-right.svg": () => import("./align-right-Cgz7UcnI.js"), "../../../assets/icons/align-top.svg": () => import("./align-top-CMearyFH.js"), "../../../assets/icons/arrow-down.svg": () => import("./arrow-down-Be8fhLDw.js"), "../../../assets/icons/arrow-left.svg": () => import("./arrow-left-74wdITOH.js"), "../../../assets/icons/arrow-preview-down.svg": () => import("./arrow-preview-down-DM61uZ0R.js"), "../../../assets/icons/arrow-preview-up.svg": () => import("./arrow-preview-up-tl-dLBGP.js"), "../../../assets/icons/arrow-right.svg": () => import("./arrow-right-Cr3U4dHJ.js"), "../../../assets/icons/arrow-square.svg": () => import("./arrow-square-CYM9usfL.js"), "../../../assets/icons/arrow-up-right.svg": () => import("./arrow-up-right-DjQHCzy_.js"), "../../../assets/icons/border-dashed.svg": () => import("./border-dashed-B0Vn5Ams.js"), "../../../assets/icons/border-solid.svg": () => import("./border-solid-BjJ2NMUc.js"), "../../../assets/icons/cards.svg": () => import("./cards-D_Fs7yzJ.js"), "../../../assets/icons/chat.svg": () => import("./chat-BAur-Hs7.js"), "../../../assets/icons/check.svg": () => import("./check-Dw7aX1Gq.js"), "../../../assets/icons/copy.svg": () => import("./copy-B-BFBPCj.js"), "../../../assets/icons/corners-out.svg": () => import("./corners-out-DoBj8RP9.js"), "../../../assets/icons/desktop.svg": () => import("./desktop-BtX370Ww.js"), "../../../assets/icons/drag.svg": () => import("./drag-BmBJI4g2.js"), "../../../assets/icons/faqs.svg": () => import("./faqs-23Fq6osg.js"), "../../../assets/icons/file.svg": () => import("./file-DyR17xsF.js"), "../../../assets/icons/font.svg": () => import("./font-7p9R-iSH.js"), "../../../assets/icons/globe.svg": () => import("./globe--VWAXBWp.js"), "../../../assets/icons/heading.svg": () => import("./heading-CBG3k-8U.js"), "../../../assets/icons/house.svg": () => import("./house-WXuqDQYP.js"), "../../../assets/icons/image.svg": () => import("./image-CASDWdgb.js"), "../../../assets/icons/info-circle.svg": () => import("./info-circle-eJbOZlg5.js"), "../../../assets/icons/layers.svg": () => import("./layers-Cjkf4Ywz.js"), "../../../assets/icons/lock.svg": () => import("./lock-CjdyZZ0l.js"), "../../../assets/icons/mobile.svg": () => import("./mobile-CmqAt_Mz.js"), "../../../assets/icons/paint.svg": () => import("./paint-BZpZzEUU.js"), "../../../assets/icons/palette.svg": () => import("./palette-C8JiqbcX.js"), "../../../assets/icons/paragraph.svg": () => import("./paragraph-LWVXCR4R.js"), "../../../assets/icons/plus.svg": () => import("./plus-BJbR8W_G.js"), "../../../assets/icons/radius.svg": () => import("./radius-CxeWfnVG.js"), "../../../assets/icons/redo.svg": () => import("./redo-CGWptNGF.js"), "../../../assets/icons/search.svg": () => import("./search-DyJEj9C0.js"), "../../../assets/icons/settings.svg": () => import("./settings-B3DU_KZp.js"), "../../../assets/icons/sign-out.svg": () => import("./sign-out-C7IDLqPn.js"), "../../../assets/icons/sliders.svg": () => import("./sliders-BOds2ujo.js"), "../../../assets/icons/squares.svg": () => import("./squares-D_Q5KrSa.js"), "../../../assets/icons/star.svg": () => import("./star-DmVJ8LCU.js"), "../../../assets/icons/tablet.svg": () => import("./tablet-DjgFAzpj.js"), "../../../assets/icons/text-align-center.svg": () => import("./text-align-center-CBdXLnfL.js"), "../../../assets/icons/text-align-left.svg": () => import("./text-align-left-BBdqQ7N2.js"), "../../../assets/icons/text-align-right.svg": () => import("./text-align-right-CTznh4bt.js"), "../../../assets/icons/text-bold.svg": () => import("./text-bold-CkfsPLSD.js"), "../../../assets/icons/text-code.svg": () => import("./text-code-Omig8KTZ.js"), "../../../assets/icons/text-italic.svg": () => import("./text-italic-B6DlWITY.js"), "../../../assets/icons/text-strike-through.svg": () => import("./text-strike-through-BPd9vRCE.js"), "../../../assets/icons/text-underline.svg": () => import("./text-underline-BMJdubuO.js"), "../../../assets/icons/textbox.svg": () => import("./textbox-VoZOnoQo.js"), "../../../assets/icons/thickness.svg": () => import("./thickness-8ZhgPpus.js"), "../../../assets/icons/ticket.svg": () => import("./ticket-Cp2gw7LG.js"), "../../../assets/icons/trash.svg": () => import("./trash-C46P9ylt.js"), "../../../assets/icons/undo.svg": () => import("./undo-DQ4HRzFE.js"), "../../../assets/icons/user-circle-gear.svg": () => import("./user-circle-gear-GplwFHx0.js"), "../../../assets/icons/x.svg": () => import("./x-Dwea3dAc.js"), "../../../assets/icons/zoom-minus.svg": () => import("./zoom-minus-DlvFV6xy.js") }), `../../../assets/icons/${t}.svg`, 6);
1446
- l(() => w);
1447
- } catch {
1448
- console.error(`Icon "${t}" not found in assets.`), l(null);
1449
- }
1450
- })();
1451
- }, [t]), d ? /* @__PURE__ */ m.jsx(
1452
- d,
1453
- {
1454
- fill: n,
1455
- style: {
1456
- "--icon-fill": n
1457
- },
1458
- className: J(tt.icon, o, {
1459
- [tt.hoverable]: s,
1460
- [tt.rotated]: f
1461
- }),
1462
- onClick: r,
1463
- width: i || "24",
1464
- height: c || "24"
1465
- }
1466
- ) : null;
1467
- }, Bs = "_button_rcjso_1", Fs = {
1468
- button: Bs
1469
- }, Gt = (e) => {
1470
- const { children: t, onClick: n, style: s, className: r, disabled: o = !1, size: i = "m" } = e;
1471
- return /* @__PURE__ */ m.jsx(
1472
- "button",
1473
- {
1474
- className: J(Fs.button, r),
1475
- onClick: n,
1476
- style: {
1477
- ...s,
1478
- fontSize: i === "m" ? 14 : i === "s" ? 12 : 16
1479
- },
1480
- disabled: o,
1481
- children: t
1482
- }
1483
- );
1484
- }, Is = "_wrapper_wp7u5_1", Ds = "_label_wp7u5_9", Ls = "_input_wp7u5_17", Us = "_required_wp7u5_36", qs = "_paddingless_wp7u5_40", Ms = "_content_wp7u5_44", $s = "_borderless_wp7u5_50", ae = {
1485
- wrapper: Is,
1486
- label: Ds,
1487
- input: Ls,
1488
- required: Us,
1489
- paddingless: qs,
1490
- content: Ms,
1491
- borderless: $s
1492
- }, ra = (e) => {
1493
- const {
1494
- onChange: t,
1495
- label: n,
1496
- value: s,
1497
- type: r,
1498
- min: o,
1499
- max: i,
1500
- placeholder: c,
1501
- disabled: f = !1,
1502
- required: d = !1,
1503
- regex: l,
1504
- paddingless: p = !1,
1505
- borderless: w = !1,
1506
- editable: E = !1
1507
- } = e, [g, b] = I.useState(!1);
1508
- function v(_) {
1509
- return Number(_) < 0 ? String(o) : _;
1510
- }
1511
- function S(_) {
1512
- return !d || !l ? !0 : new RegExp(l).test(_);
1513
- }
1514
- return /* @__PURE__ */ m.jsxs("div", { className: ae.wrapper, children: [
1515
- n && /* @__PURE__ */ m.jsx(
1516
- "label",
1517
- {
1518
- className: ae.label,
1519
- htmlFor: n,
1520
- children: n
1521
- }
1522
- ),
1523
- /* @__PURE__ */ m.jsxs("div", { className: ae.content, children: [
1524
- /* @__PURE__ */ m.jsx(
1525
- "input",
1526
- {
1527
- id: n,
1528
- type: r || "text",
1529
- onChange: (_) => {
1530
- if (r === "text") t(_.target.value);
1531
- else {
1532
- const k = v(_.target.value);
1533
- t(k);
1534
- }
1535
- },
1536
- value: s,
1537
- autoComplete: "off",
1538
- placeholder: c,
1539
- className: J(ae.input, {
1540
- [ae.required]: g && d && !S(s),
1541
- [ae.paddingless]: p,
1542
- [ae.borderless]: w
1543
- }),
1544
- min: r === "number" ? o : void 0,
1545
- max: r === "number" ? i : void 0,
1546
- disabled: f,
1547
- onFocus: () => b(!0)
1548
- }
1549
- ),
1550
- E && /* @__PURE__ */ m.jsx("div", { children: /* @__PURE__ */ m.jsx(
1551
- ne,
1552
- {
1553
- name: "sliders",
1554
- width: 20,
1555
- height: 20,
1556
- hoverable: !0
1557
- }
1558
- ) })
1559
- ] })
1560
- ] });
1561
- }, Hs = "_wrapper_1v1ye_1", zs = "_label_1v1ye_9", Vs = "_select_1v1ye_17", Ws = "_icon_1v1ye_30", Js = "_rotate_1v1ye_34", Ks = "_content_1v1ye_38", Ys = "_options_1v1ye_42", Gs = "_option_1v1ye_42", Xs = "_addon_1v1ye_66", te = {
1562
- wrapper: Hs,
1563
- label: zs,
1564
- select: Vs,
1565
- icon: Ws,
1566
- rotate: Js,
1567
- content: Ks,
1568
- options: Ys,
1569
- option: Gs,
1570
- addon: Xs
1571
- }, oa = (e) => {
1572
- const { leftAddon: t, onChange: n, label: s, value: r, options: o, style: i } = e, [c, f] = I.useState(!1);
1573
- function d(l) {
1574
- n(l), f(!1);
1575
- }
1576
- return I.useEffect(() => {
1577
- const l = () => {
1578
- f(!1);
1579
- };
1580
- return l(), document.body.addEventListener("click", l), () => {
1581
- document.body.removeEventListener("click", l);
1582
- };
1583
- }, []), /* @__PURE__ */ m.jsxs(
1584
- "div",
1585
- {
1586
- className: te.wrapper,
1587
- style: { ...i },
1588
- children: [
1589
- s && /* @__PURE__ */ m.jsx(
1590
- "label",
1591
- {
1592
- className: te.label,
1593
- htmlFor: s,
1594
- children: s
1595
- }
1596
- ),
1597
- /* @__PURE__ */ m.jsxs(
1598
- "div",
1599
- {
1600
- className: te.content,
1601
- onClick: (l) => l.stopPropagation(),
1602
- children: [
1603
- /* @__PURE__ */ m.jsxs(
1604
- "div",
1605
- {
1606
- className: te.select,
1607
- onClick: () => f((l) => !l),
1608
- children: [
1609
- /* @__PURE__ */ m.jsxs("div", { className: te.addon, children: [
1610
- t,
1611
- /* @__PURE__ */ m.jsx("span", { children: r })
1612
- ] }),
1613
- /* @__PURE__ */ m.jsx(
1614
- ne,
1615
- {
1616
- name: "arrow-down",
1617
- className: J(te.icon, {
1618
- [te.rotate]: c
1619
- })
1620
- }
1621
- )
1622
- ]
1623
- }
1624
- ),
1625
- c && /* @__PURE__ */ m.jsx(
1626
- "div",
1627
- {
1628
- className: te.options,
1629
- onClick: () => f(!1),
1630
- children: o.filter((l) => l !== r).map((l) => /* @__PURE__ */ m.jsx(
1631
- "div",
1632
- {
1633
- className: te.option,
1634
- onClick: () => d(l),
1635
- children: l
1636
- },
1637
- l
1638
- ))
1639
- }
1640
- )
1641
- ]
1642
- }
1643
- )
1644
- ]
1645
- }
1646
- );
1647
- }, Zs = "_wrapper_3w2ni_1", Qs = "_active_3w2ni_24", er = "_toggle_3w2ni_27", tr = "_background_3w2ni_39", nr = "_padding_3w2ni_43", Q = {
1648
- wrapper: Zs,
1649
- switch: "_switch_3w2ni_13",
1650
- active: Qs,
1651
- toggle: er,
1652
- background: tr,
1653
- padding: nr
1654
- }, ia = (e) => {
1655
- const { onChange: t, style: n, current: s, label: r, hasBackground: o = !1, paddingless: i = !0 } = e, [c, f] = I.useState(s), d = () => {
1656
- f((l) => !l), t == null || t(!c);
1657
- };
1658
- return /* @__PURE__ */ m.jsx(m.Fragment, { children: r ? /* @__PURE__ */ m.jsxs(
1659
- "div",
1660
- {
1661
- className: J(Q.wrapper, {
1662
- [Q.background]: o,
1663
- [Q.padding]: !i
1664
- }),
1665
- children: [
1666
- /* @__PURE__ */ m.jsx(
1667
- "div",
1668
- {
1669
- className: J(Q.switch, {
1670
- [Q.active]: c
1671
- }),
1672
- onClick: d,
1673
- style: n,
1674
- children: /* @__PURE__ */ m.jsx("div", { className: Q.toggle })
1675
- }
1676
- ),
1677
- /* @__PURE__ */ m.jsx("span", { className: Q.value, children: r })
1678
- ]
1679
- }
1680
- ) : /* @__PURE__ */ m.jsx(
1681
- "div",
1682
- {
1683
- className: J(Q.switch, {
1684
- [Q.active]: c
1685
- }),
1686
- onClick: d,
1687
- style: n,
1688
- children: /* @__PURE__ */ m.jsx("div", { className: Q.toggle })
1689
- }
1690
- ) });
1691
- }, sr = "_wrapper_1inu5_1", rr = {
1692
- wrapper: sr
1693
- }, aa = ({ children: e }) => {
1694
- const { hoverBlockId: t, startHideTimeout: n, clearHideTimeout: s, setMouseOverModal: r } = Cs();
1695
- return t ? /* @__PURE__ */ m.jsx(
1696
- "div",
1697
- {
1698
- className: rr.wrapper,
1699
- onMouseEnter: () => {
1700
- s(), r(!0);
1701
- },
1702
- onMouseLeave: () => {
1703
- r(!1), n();
1704
- },
1705
- children: e
1706
- }
1707
- ) : null;
1708
- }, or = "_blocks_1op3c_1", ir = "_block_1op3c_1", ar = "_active_1op3c_18", nt = {
1709
- blocks: or,
1710
- block: ir,
1711
- active: ar
1712
- }, ca = (e) => {
1713
- const { items: t, selectedItem: n, onSelect: s, getIconName: r } = e;
1714
- return /* @__PURE__ */ m.jsx("div", { className: nt.blocks, children: t.map((o) => /* @__PURE__ */ m.jsx(
1715
- "div",
1716
- {
1717
- className: J(nt.block, { [nt.active]: n === o }),
1718
- onClick: () => s(o),
1719
- children: /* @__PURE__ */ m.jsx(
1720
- ne,
1721
- {
1722
- name: r(o),
1723
- fill: n === o ? "#252525" : "#757575"
1724
- }
1725
- )
1726
- },
1727
- String(o)
1728
- )) });
1729
- }, cr = "_applyButton_1cqw4_2", lr = "_cancelButton_1cqw4_7", ur = "_content_1cqw4_12", dr = "_label_1cqw4_18", fr = "_colorValue_1cqw4_30", pr = "_modal_1cqw4_37", hr = "_colorMap_1cqw4_56", mr = "_indicator_1cqw4_64", gr = "_hueSlider_1cqw4_73", br = "_slider_1cqw4_102", vr = "_buttons_1cqw4_107", yr = "_name_1cqw4_113", _r = "_secondary_1cqw4_118", wr = "_input_1cqw4_126", he = {
1730
- applyButton: cr,
1731
- cancelButton: lr,
1732
- content: ur,
1733
- label: dr,
1734
- colorValue: fr,
1735
- modal: pr,
1736
- colorMap: hr,
1737
- indicator: mr,
1738
- hueSlider: gr,
1739
- slider: br,
1740
- buttons: vr,
1741
- name: yr,
1742
- secondary: _r,
1743
- input: wr
1744
- }, la = (e) => {
1745
- const { initialColor: t, onChange: n, title: s, labelStyle: r = "primary" } = e, [o, i] = I.useState(t), {
1746
- setActiveLabel: c,
1747
- setModalPosition: f,
1748
- setInitialColor: d,
1749
- setShowModal: l,
1750
- setUpdate: p,
1751
- setColor: w,
1752
- setColorChange: E,
1753
- colorChange: g
1754
- } = Os();
1755
- I.useEffect(() => {
1756
- const v = () => {
1757
- l(!1), c(null), d(t), p(() => {
1758
- }), w(t), E(() => {
1759
- });
1760
- };
1761
- return document.body.addEventListener("click", v), () => {
1762
- document.body.removeEventListener("click", v);
1763
- };
1764
- }, []);
1765
- const b = (v) => {
1766
- v.stopPropagation(), l(!0), E(i), p(n), d(t), w(o);
1767
- const S = v.currentTarget.getBoundingClientRect(), _ = 400, k = 288, D = 10, B = 20, q = window.innerHeight - S.bottom, K = S.top, ee = window.innerWidth - S.right, re = S.left;
1768
- let G, X;
1769
- G = S.bottom + D + window.scrollY, X = S.left, (q < _ || q < B) && (K >= _ ? G = S.top - _ - D + window.scrollY : G = window.scrollY + (window.innerHeight - _) / 2), ee < k && (re >= k ? X = S.right - k : X = (window.innerWidth - k) / 2), X < S.right && X + k > S.left && G < S.bottom && G + _ > S.top && (ee >= k ? X = S.right + D + 100 : q >= _ ? G = S.bottom + D + window.scrollY : (G = window.scrollY + (window.innerHeight - _) / 2, X = (window.innerWidth - k) / 2)), f({
1770
- top: G,
1771
- left: X
1772
- });
1773
- };
1774
- return /* @__PURE__ */ m.jsxs("div", { className: he.content, children: [
1775
- /* @__PURE__ */ m.jsx(
1776
- "span",
1777
- {
1778
- className: J(he.name, {
1779
- [he.secondary]: r === "secondary"
1780
- }),
1781
- children: s
1782
- }
1783
- ),
1784
- /* @__PURE__ */ m.jsxs(
1785
- "label",
1786
- {
1787
- htmlFor: "color",
1788
- className: he.label,
1789
- children: [
1790
- /* @__PURE__ */ m.jsx(
1791
- "div",
1792
- {
1793
- className: he.colorValue,
1794
- style: {
1795
- background: o
1796
- },
1797
- onClick: b
1798
- }
1799
- ),
1800
- /* @__PURE__ */ m.jsx(
1801
- "input",
1802
- {
1803
- type: "text",
1804
- defaultValue: o,
1805
- value: o,
1806
- onChange: (v) => {
1807
- const S = v.target.value;
1808
- n(S), w(S), i(S), g(S);
1809
- },
1810
- className: he.input
1811
- }
1812
- )
1813
- ]
1814
- }
1815
- )
1816
- ] });
1817
- }, Sr = "_modal_1qb2a_1", Er = {
1818
- modal: Sr
1819
- }, ua = (e) => {
1820
- const { close: t, children: n } = e;
1821
- return I.useEffect(() => {
1822
- const s = () => {
1823
- t(!1);
1824
- };
1825
- return document.body.addEventListener("click", s), () => {
1826
- document.body.removeEventListener("click", s);
1827
- };
1828
- }, []), /* @__PURE__ */ m.jsx("div", { className: Er.modal, children: n });
1829
- }, xr = "_wrapper_1qvfi_1", Rr = "_label_1qvfi_10", kr = "_textarea_1qvfi_18", Cr = "_length_1qvfi_33", Ae = {
1830
- wrapper: xr,
1831
- label: Rr,
1832
- textarea: kr,
1833
- length: Cr
1834
- }, da = (e) => {
1835
- const { onChange: t, label: n, value: s, maxLength: r, placeholder: o } = e, [i, c] = I.useState(s.length);
1836
- return /* @__PURE__ */ m.jsxs("div", { className: Ae.wrapper, children: [
1837
- n && /* @__PURE__ */ m.jsx(
1838
- "label",
1839
- {
1840
- className: Ae.label,
1841
- htmlFor: n,
1842
- children: n
1843
- }
1844
- ),
1845
- /* @__PURE__ */ m.jsx(
1846
- "textarea",
1847
- {
1848
- id: n,
1849
- defaultValue: s,
1850
- onChange: (f) => {
1851
- c(f.target.value.length), t(f.target.value);
1852
- },
1853
- placeholder: o,
1854
- className: Ae.textarea,
1855
- maxLength: r
1856
- }
1857
- ),
1858
- r && /* @__PURE__ */ m.jsxs("div", { className: Ae.length, children: [
1859
- i,
1860
- "/",
1861
- r
1862
- ] })
1863
- ] });
1864
- }, Or = "_wrapper_1fcne_2", Tr = "_label_1fcne_10", jr = "_options_1fcne_18", Pr = "_radioLabel_1fcne_23", Ar = "_radio_1fcne_23", Nr = "_custom_1fcne_36", Br = "_option_1fcne_18", ce = {
1865
- wrapper: Or,
1866
- label: Tr,
1867
- options: jr,
1868
- radioLabel: Pr,
1869
- radio: Ar,
1870
- custom: Nr,
1871
- option: Br
1872
- }, fa = (e) => {
1873
- const { defaultValue: t, options: n, onChange: s, label: r } = e, [o, i] = I.useState(t), c = (f) => {
1874
- const d = f.target.value;
1875
- i(d), s(d);
1876
- };
1877
- return /* @__PURE__ */ m.jsxs("div", { className: ce.wrapper, children: [
1878
- /* @__PURE__ */ m.jsx("span", { className: ce.label, children: r }),
1879
- /* @__PURE__ */ m.jsx("div", { className: ce.options, children: n.map((f) => /* @__PURE__ */ m.jsxs(
1880
- "label",
1881
- {
1882
- className: ce.radioLabel,
1883
- children: [
1884
- /* @__PURE__ */ m.jsx(
1885
- "input",
1886
- {
1887
- type: "radio",
1888
- value: f.value,
1889
- checked: o === f.value,
1890
- onChange: c,
1891
- className: ce.radio
1892
- }
1893
- ),
1894
- /* @__PURE__ */ m.jsx("span", { className: ce.custom }),
1895
- /* @__PURE__ */ m.jsx("span", { className: ce.option, children: f.label })
1896
- ]
1897
- },
1898
- f.value
1899
- )) })
1900
- ] });
1901
- }, Fr = "_tip_pl6k0_1", Ir = "_text_pl6k0_9", Dr = "_warning_pl6k0_15", Lr = "_error_pl6k0_20", Ur = "_hide_pl6k0_25", Se = {
1902
- tip: Fr,
1903
- text: Ir,
1904
- warning: Dr,
1905
- error: Lr,
1906
- hide: Ur
1907
- }, pa = (e) => {
1908
- const { type: t, message: n, style: s } = e, [r, o] = I.useState(!1);
1909
- return /* @__PURE__ */ m.jsxs(
1910
- "div",
1911
- {
1912
- className: J(Se.tip, {
1913
- [Se.warning]: t === "warning",
1914
- [Se.error]: t === "error",
1915
- [Se.hide]: r
1916
- }),
1917
- style: s,
1918
- children: [
1919
- /* @__PURE__ */ m.jsx("div", { children: /* @__PURE__ */ m.jsx(
1920
- ne,
1921
- {
1922
- name: "info-circle",
1923
- fill: t === "warning" ? "#C1972A" : "#FF3F19",
1924
- width: 20,
1925
- height: 20
1926
- }
1927
- ) }),
1928
- /* @__PURE__ */ m.jsx("div", { className: Se.text, children: n }),
1929
- /* @__PURE__ */ m.jsx("div", { children: /* @__PURE__ */ m.jsx(
1930
- ne,
1931
- {
1932
- name: "x",
1933
- fill: t === "warning" ? "#C1972A" : "#FF3F19",
1934
- width: 20,
1935
- height: 20,
1936
- hoverable: !0,
1937
- onClick: () => o(!0)
1938
- }
1939
- ) })
1940
- ]
1941
- }
1942
- );
1943
- }, qr = "_customCheckbox_1b69m_1", Mr = "_checkboxBox_1b69m_7", $r = "_checked_1b69m_16", Hr = "_icon_1b69m_21", Ne = {
1944
- customCheckbox: qr,
1945
- checkboxBox: Mr,
1946
- checked: $r,
1947
- icon: Hr
1948
- }, zr = (e) => {
1949
- const { value: t, onChange: n } = e, [s, r] = fs(t), o = () => {
1950
- r(!s), n(!s);
1951
- };
1952
- return /* @__PURE__ */ m.jsxs("label", { className: Ne.customCheckbox, children: [
1953
- /* @__PURE__ */ m.jsx(
1954
- "input",
1955
- {
1956
- type: "checkbox",
1957
- checked: s,
1958
- onChange: o,
1959
- style: { display: "none" }
1960
- }
1961
- ),
1962
- /* @__PURE__ */ m.jsx(
1963
- "span",
1964
- {
1965
- className: J(Ne.checkboxBox, {
1966
- [Ne.checked]: s
1967
- })
1968
- }
1969
- ),
1970
- s && /* @__PURE__ */ m.jsx("div", { className: Ne.icon, children: /* @__PURE__ */ m.jsx(
1971
- ne,
1972
- {
1973
- name: "check",
1974
- width: 14,
1975
- height: 14,
1976
- fill: "#ff3f19"
1977
- }
1978
- ) })
1979
- ] });
1980
- };
1981
- function mn(e, t) {
1982
- return function() {
1983
- return e.apply(t, arguments);
1984
- };
1985
- }
1986
- const { toString: Vr } = Object.prototype, { getPrototypeOf: bt } = Object, Ue = /* @__PURE__ */ ((e) => (t) => {
1987
- const n = Vr.call(t);
1988
- return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
1989
- })(/* @__PURE__ */ Object.create(null)), Y = (e) => (e = e.toLowerCase(), (t) => Ue(t) === e), qe = (e) => (t) => typeof t === e, { isArray: me } = Array, xe = qe("undefined");
1990
- function Wr(e) {
1991
- return e !== null && !xe(e) && e.constructor !== null && !xe(e.constructor) && z(e.constructor.isBuffer) && e.constructor.isBuffer(e);
1992
- }
1993
- const gn = Y("ArrayBuffer");
1994
- function Jr(e) {
1995
- let t;
1996
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && gn(e.buffer), t;
1997
- }
1998
- const Kr = qe("string"), z = qe("function"), bn = qe("number"), Me = (e) => e !== null && typeof e == "object", Yr = (e) => e === !0 || e === !1, Be = (e) => {
1999
- if (Ue(e) !== "object")
2000
- return !1;
2001
- const t = bt(e);
2002
- return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
2003
- }, Gr = Y("Date"), Xr = Y("File"), Zr = Y("Blob"), Qr = Y("FileList"), eo = (e) => Me(e) && z(e.pipe), to = (e) => {
2004
- let t;
2005
- return e && (typeof FormData == "function" && e instanceof FormData || z(e.append) && ((t = Ue(e)) === "formdata" || // detect form-data instance
2006
- t === "object" && z(e.toString) && e.toString() === "[object FormData]"));
2007
- }, no = Y("URLSearchParams"), [so, ro, oo, io] = ["ReadableStream", "Request", "Response", "Headers"].map(Y), ao = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
2008
- function Re(e, t, { allOwnKeys: n = !1 } = {}) {
2009
- if (e === null || typeof e > "u")
2010
- return;
2011
- let s, r;
2012
- if (typeof e != "object" && (e = [e]), me(e))
2013
- for (s = 0, r = e.length; s < r; s++)
2014
- t.call(null, e[s], s, e);
2015
- else {
2016
- const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
2017
- let c;
2018
- for (s = 0; s < i; s++)
2019
- c = o[s], t.call(null, e[c], c, e);
2020
- }
2021
- }
2022
- function vn(e, t) {
2023
- t = t.toLowerCase();
2024
- const n = Object.keys(e);
2025
- let s = n.length, r;
2026
- for (; s-- > 0; )
2027
- if (r = n[s], t === r.toLowerCase())
2028
- return r;
2029
- return null;
2030
- }
2031
- const le = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, yn = (e) => !xe(e) && e !== le;
2032
- function ut() {
2033
- const { caseless: e } = yn(this) && this || {}, t = {}, n = (s, r) => {
2034
- const o = e && vn(t, r) || r;
2035
- Be(t[o]) && Be(s) ? t[o] = ut(t[o], s) : Be(s) ? t[o] = ut({}, s) : me(s) ? t[o] = s.slice() : t[o] = s;
2036
- };
2037
- for (let s = 0, r = arguments.length; s < r; s++)
2038
- arguments[s] && Re(arguments[s], n);
2039
- return t;
2040
- }
2041
- const co = (e, t, n, { allOwnKeys: s } = {}) => (Re(t, (r, o) => {
2042
- n && z(r) ? e[o] = mn(r, n) : e[o] = r;
2043
- }, { allOwnKeys: s }), e), lo = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), uo = (e, t, n, s) => {
2044
- e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
2045
- value: t.prototype
2046
- }), n && Object.assign(e.prototype, n);
2047
- }, fo = (e, t, n, s) => {
2048
- let r, o, i;
2049
- const c = {};
2050
- if (t = t || {}, e == null) return t;
2051
- do {
2052
- for (r = Object.getOwnPropertyNames(e), o = r.length; o-- > 0; )
2053
- i = r[o], (!s || s(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
2054
- e = n !== !1 && bt(e);
2055
- } while (e && (!n || n(e, t)) && e !== Object.prototype);
2056
- return t;
2057
- }, po = (e, t, n) => {
2058
- e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
2059
- const s = e.indexOf(t, n);
2060
- return s !== -1 && s === n;
2061
- }, ho = (e) => {
2062
- if (!e) return null;
2063
- if (me(e)) return e;
2064
- let t = e.length;
2065
- if (!bn(t)) return null;
2066
- const n = new Array(t);
2067
- for (; t-- > 0; )
2068
- n[t] = e[t];
2069
- return n;
2070
- }, mo = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && bt(Uint8Array)), go = (e, t) => {
2071
- const s = (e && e[Symbol.iterator]).call(e);
2072
- let r;
2073
- for (; (r = s.next()) && !r.done; ) {
2074
- const o = r.value;
2075
- t.call(e, o[0], o[1]);
2076
- }
2077
- }, bo = (e, t) => {
2078
- let n;
2079
- const s = [];
2080
- for (; (n = e.exec(t)) !== null; )
2081
- s.push(n);
2082
- return s;
2083
- }, vo = Y("HTMLFormElement"), yo = (e) => e.toLowerCase().replace(
2084
- /[-_\s]([a-z\d])(\w*)/g,
2085
- function(n, s, r) {
2086
- return s.toUpperCase() + r;
2087
- }
2088
- ), Xt = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), _o = Y("RegExp"), _n = (e, t) => {
2089
- const n = Object.getOwnPropertyDescriptors(e), s = {};
2090
- Re(n, (r, o) => {
2091
- let i;
2092
- (i = t(r, o, e)) !== !1 && (s[o] = i || r);
2093
- }), Object.defineProperties(e, s);
2094
- }, wo = (e) => {
2095
- _n(e, (t, n) => {
2096
- if (z(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
2097
- return !1;
2098
- const s = e[n];
2099
- if (z(s)) {
2100
- if (t.enumerable = !1, "writable" in t) {
2101
- t.writable = !1;
2102
- return;
2103
- }
2104
- t.set || (t.set = () => {
2105
- throw Error("Can not rewrite read-only method '" + n + "'");
2106
- });
2107
- }
2108
- });
2109
- }, So = (e, t) => {
2110
- const n = {}, s = (r) => {
2111
- r.forEach((o) => {
2112
- n[o] = !0;
2113
- });
2114
- };
2115
- return me(e) ? s(e) : s(String(e).split(t)), n;
2116
- }, Eo = () => {
2117
- }, xo = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, st = "abcdefghijklmnopqrstuvwxyz", Zt = "0123456789", wn = {
2118
- DIGIT: Zt,
2119
- ALPHA: st,
2120
- ALPHA_DIGIT: st + st.toUpperCase() + Zt
2121
- }, Ro = (e = 16, t = wn.ALPHA_DIGIT) => {
2122
- let n = "";
2123
- const { length: s } = t;
2124
- for (; e--; )
2125
- n += t[Math.random() * s | 0];
2126
- return n;
2127
- };
2128
- function ko(e) {
2129
- return !!(e && z(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
2130
- }
2131
- const Co = (e) => {
2132
- const t = new Array(10), n = (s, r) => {
2133
- if (Me(s)) {
2134
- if (t.indexOf(s) >= 0)
2135
- return;
2136
- if (!("toJSON" in s)) {
2137
- t[r] = s;
2138
- const o = me(s) ? [] : {};
2139
- return Re(s, (i, c) => {
2140
- const f = n(i, r + 1);
2141
- !xe(f) && (o[c] = f);
2142
- }), t[r] = void 0, o;
2143
- }
2144
- }
2145
- return s;
2146
- };
2147
- return n(e, 0);
2148
- }, Oo = Y("AsyncFunction"), To = (e) => e && (Me(e) || z(e)) && z(e.then) && z(e.catch), Sn = ((e, t) => e ? setImmediate : t ? ((n, s) => (le.addEventListener("message", ({ source: r, data: o }) => {
2149
- r === le && o === n && s.length && s.shift()();
2150
- }, !1), (r) => {
2151
- s.push(r), le.postMessage(n, "*");
2152
- }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
2153
- typeof setImmediate == "function",
2154
- z(le.postMessage)
2155
- ), jo = typeof queueMicrotask < "u" ? queueMicrotask.bind(le) : typeof process < "u" && process.nextTick || Sn, u = {
2156
- isArray: me,
2157
- isArrayBuffer: gn,
2158
- isBuffer: Wr,
2159
- isFormData: to,
2160
- isArrayBufferView: Jr,
2161
- isString: Kr,
2162
- isNumber: bn,
2163
- isBoolean: Yr,
2164
- isObject: Me,
2165
- isPlainObject: Be,
2166
- isReadableStream: so,
2167
- isRequest: ro,
2168
- isResponse: oo,
2169
- isHeaders: io,
2170
- isUndefined: xe,
2171
- isDate: Gr,
2172
- isFile: Xr,
2173
- isBlob: Zr,
2174
- isRegExp: _o,
2175
- isFunction: z,
2176
- isStream: eo,
2177
- isURLSearchParams: no,
2178
- isTypedArray: mo,
2179
- isFileList: Qr,
2180
- forEach: Re,
2181
- merge: ut,
2182
- extend: co,
2183
- trim: ao,
2184
- stripBOM: lo,
2185
- inherits: uo,
2186
- toFlatObject: fo,
2187
- kindOf: Ue,
2188
- kindOfTest: Y,
2189
- endsWith: po,
2190
- toArray: ho,
2191
- forEachEntry: go,
2192
- matchAll: bo,
2193
- isHTMLForm: vo,
2194
- hasOwnProperty: Xt,
2195
- hasOwnProp: Xt,
2196
- // an alias to avoid ESLint no-prototype-builtins detection
2197
- reduceDescriptors: _n,
2198
- freezeMethods: wo,
2199
- toObjectSet: So,
2200
- toCamelCase: yo,
2201
- noop: Eo,
2202
- toFiniteNumber: xo,
2203
- findKey: vn,
2204
- global: le,
2205
- isContextDefined: yn,
2206
- ALPHABET: wn,
2207
- generateString: Ro,
2208
- isSpecCompliantForm: ko,
2209
- toJSONObject: Co,
2210
- isAsyncFn: Oo,
2211
- isThenable: To,
2212
- setImmediate: Sn,
2213
- asap: jo
2214
- };
2215
- function R(e, t, n, s, r) {
2216
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), r && (this.response = r, this.status = r.status ? r.status : null);
2217
- }
2218
- u.inherits(R, Error, {
2219
- toJSON: function() {
2220
- return {
2221
- // Standard
2222
- message: this.message,
2223
- name: this.name,
2224
- // Microsoft
2225
- description: this.description,
2226
- number: this.number,
2227
- // Mozilla
2228
- fileName: this.fileName,
2229
- lineNumber: this.lineNumber,
2230
- columnNumber: this.columnNumber,
2231
- stack: this.stack,
2232
- // Axios
2233
- config: u.toJSONObject(this.config),
2234
- code: this.code,
2235
- status: this.status
2236
- };
2237
- }
2238
- });
2239
- const En = R.prototype, xn = {};
2240
- [
2241
- "ERR_BAD_OPTION_VALUE",
2242
- "ERR_BAD_OPTION",
2243
- "ECONNABORTED",
2244
- "ETIMEDOUT",
2245
- "ERR_NETWORK",
2246
- "ERR_FR_TOO_MANY_REDIRECTS",
2247
- "ERR_DEPRECATED",
2248
- "ERR_BAD_RESPONSE",
2249
- "ERR_BAD_REQUEST",
2250
- "ERR_CANCELED",
2251
- "ERR_NOT_SUPPORT",
2252
- "ERR_INVALID_URL"
2253
- // eslint-disable-next-line func-names
2254
- ].forEach((e) => {
2255
- xn[e] = { value: e };
2256
- });
2257
- Object.defineProperties(R, xn);
2258
- Object.defineProperty(En, "isAxiosError", { value: !0 });
2259
- R.from = (e, t, n, s, r, o) => {
2260
- const i = Object.create(En);
2261
- return u.toFlatObject(e, i, function(f) {
2262
- return f !== Error.prototype;
2263
- }, (c) => c !== "isAxiosError"), R.call(i, e.message, t, n, s, r), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
2264
- };
2265
- const Po = null;
2266
- function dt(e) {
2267
- return u.isPlainObject(e) || u.isArray(e);
2268
- }
2269
- function Rn(e) {
2270
- return u.endsWith(e, "[]") ? e.slice(0, -2) : e;
2271
- }
2272
- function Qt(e, t, n) {
2273
- return e ? e.concat(t).map(function(r, o) {
2274
- return r = Rn(r), !n && o ? "[" + r + "]" : r;
2275
- }).join(n ? "." : "") : t;
2276
- }
2277
- function Ao(e) {
2278
- return u.isArray(e) && !e.some(dt);
2279
- }
2280
- const No = u.toFlatObject(u, {}, null, function(t) {
2281
- return /^is[A-Z]/.test(t);
2282
- });
2283
- function $e(e, t, n) {
2284
- if (!u.isObject(e))
2285
- throw new TypeError("target must be an object");
2286
- t = t || new FormData(), n = u.toFlatObject(n, {
2287
- metaTokens: !0,
2288
- dots: !1,
2289
- indexes: !1
2290
- }, !1, function(b, v) {
2291
- return !u.isUndefined(v[b]);
2292
- });
2293
- const s = n.metaTokens, r = n.visitor || l, o = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && u.isSpecCompliantForm(t);
2294
- if (!u.isFunction(r))
2295
- throw new TypeError("visitor must be a function");
2296
- function d(g) {
2297
- if (g === null) return "";
2298
- if (u.isDate(g))
2299
- return g.toISOString();
2300
- if (!f && u.isBlob(g))
2301
- throw new R("Blob is not supported. Use a Buffer instead.");
2302
- return u.isArrayBuffer(g) || u.isTypedArray(g) ? f && typeof Blob == "function" ? new Blob([g]) : Buffer.from(g) : g;
2303
- }
2304
- function l(g, b, v) {
2305
- let S = g;
2306
- if (g && !v && typeof g == "object") {
2307
- if (u.endsWith(b, "{}"))
2308
- b = s ? b : b.slice(0, -2), g = JSON.stringify(g);
2309
- else if (u.isArray(g) && Ao(g) || (u.isFileList(g) || u.endsWith(b, "[]")) && (S = u.toArray(g)))
2310
- return b = Rn(b), S.forEach(function(k, D) {
2311
- !(u.isUndefined(k) || k === null) && t.append(
2312
- // eslint-disable-next-line no-nested-ternary
2313
- i === !0 ? Qt([b], D, o) : i === null ? b : b + "[]",
2314
- d(k)
2315
- );
2316
- }), !1;
2317
- }
2318
- return dt(g) ? !0 : (t.append(Qt(v, b, o), d(g)), !1);
2319
- }
2320
- const p = [], w = Object.assign(No, {
2321
- defaultVisitor: l,
2322
- convertValue: d,
2323
- isVisitable: dt
2324
- });
2325
- function E(g, b) {
2326
- if (!u.isUndefined(g)) {
2327
- if (p.indexOf(g) !== -1)
2328
- throw Error("Circular reference detected in " + b.join("."));
2329
- p.push(g), u.forEach(g, function(S, _) {
2330
- (!(u.isUndefined(S) || S === null) && r.call(
2331
- t,
2332
- S,
2333
- u.isString(_) ? _.trim() : _,
2334
- b,
2335
- w
2336
- )) === !0 && E(S, b ? b.concat(_) : [_]);
2337
- }), p.pop();
2338
- }
2339
- }
2340
- if (!u.isObject(e))
2341
- throw new TypeError("data must be an object");
2342
- return E(e), t;
2343
- }
2344
- function en(e) {
2345
- const t = {
2346
- "!": "%21",
2347
- "'": "%27",
2348
- "(": "%28",
2349
- ")": "%29",
2350
- "~": "%7E",
2351
- "%20": "+",
2352
- "%00": "\0"
2353
- };
2354
- return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(s) {
2355
- return t[s];
2356
- });
2357
- }
2358
- function vt(e, t) {
2359
- this._pairs = [], e && $e(e, this, t);
2360
- }
2361
- const kn = vt.prototype;
2362
- kn.append = function(t, n) {
2363
- this._pairs.push([t, n]);
2364
- };
2365
- kn.toString = function(t) {
2366
- const n = t ? function(s) {
2367
- return t.call(this, s, en);
2368
- } : en;
2369
- return this._pairs.map(function(r) {
2370
- return n(r[0]) + "=" + n(r[1]);
2371
- }, "").join("&");
2372
- };
2373
- function Bo(e) {
2374
- return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
2375
- }
2376
- function Cn(e, t, n) {
2377
- if (!t)
2378
- return e;
2379
- const s = n && n.encode || Bo, r = n && n.serialize;
2380
- let o;
2381
- if (r ? o = r(t, n) : o = u.isURLSearchParams(t) ? t.toString() : new vt(t, n).toString(s), o) {
2382
- const i = e.indexOf("#");
2383
- i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
2384
- }
2385
- return e;
2386
- }
2387
- class tn {
2388
- constructor() {
2389
- this.handlers = [];
2390
- }
2391
- /**
2392
- * Add a new interceptor to the stack
2393
- *
2394
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
2395
- * @param {Function} rejected The function to handle `reject` for a `Promise`
2396
- *
2397
- * @return {Number} An ID used to remove interceptor later
2398
- */
2399
- use(t, n, s) {
2400
- return this.handlers.push({
2401
- fulfilled: t,
2402
- rejected: n,
2403
- synchronous: s ? s.synchronous : !1,
2404
- runWhen: s ? s.runWhen : null
2405
- }), this.handlers.length - 1;
2406
- }
2407
- /**
2408
- * Remove an interceptor from the stack
2409
- *
2410
- * @param {Number} id The ID that was returned by `use`
2411
- *
2412
- * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
2413
- */
2414
- eject(t) {
2415
- this.handlers[t] && (this.handlers[t] = null);
2416
- }
2417
- /**
2418
- * Clear all interceptors from the stack
2419
- *
2420
- * @returns {void}
2421
- */
2422
- clear() {
2423
- this.handlers && (this.handlers = []);
2424
- }
2425
- /**
2426
- * Iterate over all the registered interceptors
2427
- *
2428
- * This method is particularly useful for skipping over any
2429
- * interceptors that may have become `null` calling `eject`.
2430
- *
2431
- * @param {Function} fn The function to call for each interceptor
2432
- *
2433
- * @returns {void}
2434
- */
2435
- forEach(t) {
2436
- u.forEach(this.handlers, function(s) {
2437
- s !== null && t(s);
2438
- });
2439
- }
2440
- }
2441
- const On = {
2442
- silentJSONParsing: !0,
2443
- forcedJSONParsing: !0,
2444
- clarifyTimeoutError: !1
2445
- }, Fo = typeof URLSearchParams < "u" ? URLSearchParams : vt, Io = typeof FormData < "u" ? FormData : null, Do = typeof Blob < "u" ? Blob : null, Lo = {
2446
- isBrowser: !0,
2447
- classes: {
2448
- URLSearchParams: Fo,
2449
- FormData: Io,
2450
- Blob: Do
2451
- },
2452
- protocols: ["http", "https", "file", "blob", "url", "data"]
2453
- }, yt = typeof window < "u" && typeof document < "u", ft = typeof navigator == "object" && navigator || void 0, Uo = yt && (!ft || ["ReactNative", "NativeScript", "NS"].indexOf(ft.product) < 0), qo = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2454
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Mo = yt && window.location.href || "http://localhost", $o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2455
- __proto__: null,
2456
- hasBrowserEnv: yt,
2457
- hasStandardBrowserEnv: Uo,
2458
- hasStandardBrowserWebWorkerEnv: qo,
2459
- navigator: ft,
2460
- origin: Mo
2461
- }, Symbol.toStringTag, { value: "Module" })), $ = {
2462
- ...$o,
2463
- ...Lo
2464
- };
2465
- function Ho(e, t) {
2466
- return $e(e, new $.classes.URLSearchParams(), Object.assign({
2467
- visitor: function(n, s, r, o) {
2468
- return $.isNode && u.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
2469
- }
2470
- }, t));
2471
- }
2472
- function zo(e) {
2473
- return u.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
2474
- }
2475
- function Vo(e) {
2476
- const t = {}, n = Object.keys(e);
2477
- let s;
2478
- const r = n.length;
2479
- let o;
2480
- for (s = 0; s < r; s++)
2481
- o = n[s], t[o] = e[o];
2482
- return t;
2483
- }
2484
- function Tn(e) {
2485
- function t(n, s, r, o) {
2486
- let i = n[o++];
2487
- if (i === "__proto__") return !0;
2488
- const c = Number.isFinite(+i), f = o >= n.length;
2489
- return i = !i && u.isArray(r) ? r.length : i, f ? (u.hasOwnProp(r, i) ? r[i] = [r[i], s] : r[i] = s, !c) : ((!r[i] || !u.isObject(r[i])) && (r[i] = []), t(n, s, r[i], o) && u.isArray(r[i]) && (r[i] = Vo(r[i])), !c);
2490
- }
2491
- if (u.isFormData(e) && u.isFunction(e.entries)) {
2492
- const n = {};
2493
- return u.forEachEntry(e, (s, r) => {
2494
- t(zo(s), r, n, 0);
2495
- }), n;
2496
- }
2497
- return null;
2498
- }
2499
- function Wo(e, t, n) {
2500
- if (u.isString(e))
2501
- try {
2502
- return (t || JSON.parse)(e), u.trim(e);
2503
- } catch (s) {
2504
- if (s.name !== "SyntaxError")
2505
- throw s;
2506
- }
2507
- return (0, JSON.stringify)(e);
2508
- }
2509
- const ke = {
2510
- transitional: On,
2511
- adapter: ["xhr", "http", "fetch"],
2512
- transformRequest: [function(t, n) {
2513
- const s = n.getContentType() || "", r = s.indexOf("application/json") > -1, o = u.isObject(t);
2514
- if (o && u.isHTMLForm(t) && (t = new FormData(t)), u.isFormData(t))
2515
- return r ? JSON.stringify(Tn(t)) : t;
2516
- if (u.isArrayBuffer(t) || u.isBuffer(t) || u.isStream(t) || u.isFile(t) || u.isBlob(t) || u.isReadableStream(t))
2517
- return t;
2518
- if (u.isArrayBufferView(t))
2519
- return t.buffer;
2520
- if (u.isURLSearchParams(t))
2521
- return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
2522
- let c;
2523
- if (o) {
2524
- if (s.indexOf("application/x-www-form-urlencoded") > -1)
2525
- return Ho(t, this.formSerializer).toString();
2526
- if ((c = u.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
2527
- const f = this.env && this.env.FormData;
2528
- return $e(
2529
- c ? { "files[]": t } : t,
2530
- f && new f(),
2531
- this.formSerializer
2532
- );
2533
- }
2534
- }
2535
- return o || r ? (n.setContentType("application/json", !1), Wo(t)) : t;
2536
- }],
2537
- transformResponse: [function(t) {
2538
- const n = this.transitional || ke.transitional, s = n && n.forcedJSONParsing, r = this.responseType === "json";
2539
- if (u.isResponse(t) || u.isReadableStream(t))
2540
- return t;
2541
- if (t && u.isString(t) && (s && !this.responseType || r)) {
2542
- const i = !(n && n.silentJSONParsing) && r;
2543
- try {
2544
- return JSON.parse(t);
2545
- } catch (c) {
2546
- if (i)
2547
- throw c.name === "SyntaxError" ? R.from(c, R.ERR_BAD_RESPONSE, this, null, this.response) : c;
2548
- }
2549
- }
2550
- return t;
2551
- }],
2552
- /**
2553
- * A timeout in milliseconds to abort a request. If set to 0 (default) a
2554
- * timeout is not created.
2555
- */
2556
- timeout: 0,
2557
- xsrfCookieName: "XSRF-TOKEN",
2558
- xsrfHeaderName: "X-XSRF-TOKEN",
2559
- maxContentLength: -1,
2560
- maxBodyLength: -1,
2561
- env: {
2562
- FormData: $.classes.FormData,
2563
- Blob: $.classes.Blob
2564
- },
2565
- validateStatus: function(t) {
2566
- return t >= 200 && t < 300;
2567
- },
2568
- headers: {
2569
- common: {
2570
- Accept: "application/json, text/plain, */*",
2571
- "Content-Type": void 0
2572
- }
2573
- }
2574
- };
2575
- u.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
2576
- ke.headers[e] = {};
2577
- });
2578
- const Jo = u.toObjectSet([
2579
- "age",
2580
- "authorization",
2581
- "content-length",
2582
- "content-type",
2583
- "etag",
2584
- "expires",
2585
- "from",
2586
- "host",
2587
- "if-modified-since",
2588
- "if-unmodified-since",
2589
- "last-modified",
2590
- "location",
2591
- "max-forwards",
2592
- "proxy-authorization",
2593
- "referer",
2594
- "retry-after",
2595
- "user-agent"
2596
- ]), Ko = (e) => {
2597
- const t = {};
2598
- let n, s, r;
2599
- return e && e.split(`
2600
- `).forEach(function(i) {
2601
- r = i.indexOf(":"), n = i.substring(0, r).trim().toLowerCase(), s = i.substring(r + 1).trim(), !(!n || t[n] && Jo[n]) && (n === "set-cookie" ? t[n] ? t[n].push(s) : t[n] = [s] : t[n] = t[n] ? t[n] + ", " + s : s);
2602
- }), t;
2603
- }, nn = Symbol("internals");
2604
- function Ee(e) {
2605
- return e && String(e).trim().toLowerCase();
2606
- }
2607
- function Fe(e) {
2608
- return e === !1 || e == null ? e : u.isArray(e) ? e.map(Fe) : String(e);
2609
- }
2610
- function Yo(e) {
2611
- const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
2612
- let s;
2613
- for (; s = n.exec(e); )
2614
- t[s[1]] = s[2];
2615
- return t;
2616
- }
2617
- const Go = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
2618
- function rt(e, t, n, s, r) {
2619
- if (u.isFunction(s))
2620
- return s.call(this, t, n);
2621
- if (r && (t = n), !!u.isString(t)) {
2622
- if (u.isString(s))
2623
- return t.indexOf(s) !== -1;
2624
- if (u.isRegExp(s))
2625
- return s.test(t);
2626
- }
2627
- }
2628
- function Xo(e) {
2629
- return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, s) => n.toUpperCase() + s);
2630
- }
2631
- function Zo(e, t) {
2632
- const n = u.toCamelCase(" " + t);
2633
- ["get", "set", "has"].forEach((s) => {
2634
- Object.defineProperty(e, s + n, {
2635
- value: function(r, o, i) {
2636
- return this[s].call(this, t, r, o, i);
2637
- },
2638
- configurable: !0
2639
- });
2640
- });
2641
- }
2642
- class H {
2643
- constructor(t) {
2644
- t && this.set(t);
2645
- }
2646
- set(t, n, s) {
2647
- const r = this;
2648
- function o(c, f, d) {
2649
- const l = Ee(f);
2650
- if (!l)
2651
- throw new Error("header name must be a non-empty string");
2652
- const p = u.findKey(r, l);
2653
- (!p || r[p] === void 0 || d === !0 || d === void 0 && r[p] !== !1) && (r[p || f] = Fe(c));
2654
- }
2655
- const i = (c, f) => u.forEach(c, (d, l) => o(d, l, f));
2656
- if (u.isPlainObject(t) || t instanceof this.constructor)
2657
- i(t, n);
2658
- else if (u.isString(t) && (t = t.trim()) && !Go(t))
2659
- i(Ko(t), n);
2660
- else if (u.isHeaders(t))
2661
- for (const [c, f] of t.entries())
2662
- o(f, c, s);
2663
- else
2664
- t != null && o(n, t, s);
2665
- return this;
2666
- }
2667
- get(t, n) {
2668
- if (t = Ee(t), t) {
2669
- const s = u.findKey(this, t);
2670
- if (s) {
2671
- const r = this[s];
2672
- if (!n)
2673
- return r;
2674
- if (n === !0)
2675
- return Yo(r);
2676
- if (u.isFunction(n))
2677
- return n.call(this, r, s);
2678
- if (u.isRegExp(n))
2679
- return n.exec(r);
2680
- throw new TypeError("parser must be boolean|regexp|function");
2681
- }
2682
- }
2683
- }
2684
- has(t, n) {
2685
- if (t = Ee(t), t) {
2686
- const s = u.findKey(this, t);
2687
- return !!(s && this[s] !== void 0 && (!n || rt(this, this[s], s, n)));
2688
- }
2689
- return !1;
2690
- }
2691
- delete(t, n) {
2692
- const s = this;
2693
- let r = !1;
2694
- function o(i) {
2695
- if (i = Ee(i), i) {
2696
- const c = u.findKey(s, i);
2697
- c && (!n || rt(s, s[c], c, n)) && (delete s[c], r = !0);
2698
- }
2699
- }
2700
- return u.isArray(t) ? t.forEach(o) : o(t), r;
2701
- }
2702
- clear(t) {
2703
- const n = Object.keys(this);
2704
- let s = n.length, r = !1;
2705
- for (; s--; ) {
2706
- const o = n[s];
2707
- (!t || rt(this, this[o], o, t, !0)) && (delete this[o], r = !0);
2708
- }
2709
- return r;
2710
- }
2711
- normalize(t) {
2712
- const n = this, s = {};
2713
- return u.forEach(this, (r, o) => {
2714
- const i = u.findKey(s, o);
2715
- if (i) {
2716
- n[i] = Fe(r), delete n[o];
2717
- return;
2718
- }
2719
- const c = t ? Xo(o) : String(o).trim();
2720
- c !== o && delete n[o], n[c] = Fe(r), s[c] = !0;
2721
- }), this;
2722
- }
2723
- concat(...t) {
2724
- return this.constructor.concat(this, ...t);
2725
- }
2726
- toJSON(t) {
2727
- const n = /* @__PURE__ */ Object.create(null);
2728
- return u.forEach(this, (s, r) => {
2729
- s != null && s !== !1 && (n[r] = t && u.isArray(s) ? s.join(", ") : s);
2730
- }), n;
2731
- }
2732
- [Symbol.iterator]() {
2733
- return Object.entries(this.toJSON())[Symbol.iterator]();
2734
- }
2735
- toString() {
2736
- return Object.entries(this.toJSON()).map(([t, n]) => t + ": " + n).join(`
2737
- `);
2738
- }
2739
- get [Symbol.toStringTag]() {
2740
- return "AxiosHeaders";
2741
- }
2742
- static from(t) {
2743
- return t instanceof this ? t : new this(t);
2744
- }
2745
- static concat(t, ...n) {
2746
- const s = new this(t);
2747
- return n.forEach((r) => s.set(r)), s;
2748
- }
2749
- static accessor(t) {
2750
- const s = (this[nn] = this[nn] = {
2751
- accessors: {}
2752
- }).accessors, r = this.prototype;
2753
- function o(i) {
2754
- const c = Ee(i);
2755
- s[c] || (Zo(r, i), s[c] = !0);
2756
- }
2757
- return u.isArray(t) ? t.forEach(o) : o(t), this;
2758
- }
2759
- }
2760
- H.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
2761
- u.reduceDescriptors(H.prototype, ({ value: e }, t) => {
2762
- let n = t[0].toUpperCase() + t.slice(1);
2763
- return {
2764
- get: () => e,
2765
- set(s) {
2766
- this[n] = s;
2767
- }
2768
- };
2769
- });
2770
- u.freezeMethods(H);
2771
- function ot(e, t) {
2772
- const n = this || ke, s = t || n, r = H.from(s.headers);
2773
- let o = s.data;
2774
- return u.forEach(e, function(c) {
2775
- o = c.call(n, o, r.normalize(), t ? t.status : void 0);
2776
- }), r.normalize(), o;
2777
- }
2778
- function jn(e) {
2779
- return !!(e && e.__CANCEL__);
2780
- }
2781
- function ge(e, t, n) {
2782
- R.call(this, e ?? "canceled", R.ERR_CANCELED, t, n), this.name = "CanceledError";
2783
- }
2784
- u.inherits(ge, R, {
2785
- __CANCEL__: !0
2786
- });
2787
- function Pn(e, t, n) {
2788
- const s = n.config.validateStatus;
2789
- !n.status || !s || s(n.status) ? e(n) : t(new R(
2790
- "Request failed with status code " + n.status,
2791
- [R.ERR_BAD_REQUEST, R.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
2792
- n.config,
2793
- n.request,
2794
- n
2795
- ));
2796
- }
2797
- function Qo(e) {
2798
- const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
2799
- return t && t[1] || "";
2800
- }
2801
- function ei(e, t) {
2802
- e = e || 10;
2803
- const n = new Array(e), s = new Array(e);
2804
- let r = 0, o = 0, i;
2805
- return t = t !== void 0 ? t : 1e3, function(f) {
2806
- const d = Date.now(), l = s[o];
2807
- i || (i = d), n[r] = f, s[r] = d;
2808
- let p = o, w = 0;
2809
- for (; p !== r; )
2810
- w += n[p++], p = p % e;
2811
- if (r = (r + 1) % e, r === o && (o = (o + 1) % e), d - i < t)
2812
- return;
2813
- const E = l && d - l;
2814
- return E ? Math.round(w * 1e3 / E) : void 0;
2815
- };
2816
- }
2817
- function ti(e, t) {
2818
- let n = 0, s = 1e3 / t, r, o;
2819
- const i = (d, l = Date.now()) => {
2820
- n = l, r = null, o && (clearTimeout(o), o = null), e.apply(null, d);
2821
- };
2822
- return [(...d) => {
2823
- const l = Date.now(), p = l - n;
2824
- p >= s ? i(d, l) : (r = d, o || (o = setTimeout(() => {
2825
- o = null, i(r);
2826
- }, s - p)));
2827
- }, () => r && i(r)];
2828
- }
2829
- const Ie = (e, t, n = 3) => {
2830
- let s = 0;
2831
- const r = ei(50, 250);
2832
- return ti((o) => {
2833
- const i = o.loaded, c = o.lengthComputable ? o.total : void 0, f = i - s, d = r(f), l = i <= c;
2834
- s = i;
2835
- const p = {
2836
- loaded: i,
2837
- total: c,
2838
- progress: c ? i / c : void 0,
2839
- bytes: f,
2840
- rate: d || void 0,
2841
- estimated: d && c && l ? (c - i) / d : void 0,
2842
- event: o,
2843
- lengthComputable: c != null,
2844
- [t ? "download" : "upload"]: !0
2845
- };
2846
- e(p);
2847
- }, n);
2848
- }, sn = (e, t) => {
2849
- const n = e != null;
2850
- return [(s) => t[0]({
2851
- lengthComputable: n,
2852
- total: e,
2853
- loaded: s
2854
- }), t[1]];
2855
- }, rn = (e) => (...t) => u.asap(() => e(...t)), ni = $.hasStandardBrowserEnv ? (
2856
- // Standard browser envs have full support of the APIs needed to test
2857
- // whether the request URL is of the same origin as current location.
2858
- function() {
2859
- const t = $.navigator && /(msie|trident)/i.test($.navigator.userAgent), n = document.createElement("a");
2860
- let s;
2861
- function r(o) {
2862
- let i = o;
2863
- return t && (n.setAttribute("href", i), i = n.href), n.setAttribute("href", i), {
2864
- href: n.href,
2865
- protocol: n.protocol ? n.protocol.replace(/:$/, "") : "",
2866
- host: n.host,
2867
- search: n.search ? n.search.replace(/^\?/, "") : "",
2868
- hash: n.hash ? n.hash.replace(/^#/, "") : "",
2869
- hostname: n.hostname,
2870
- port: n.port,
2871
- pathname: n.pathname.charAt(0) === "/" ? n.pathname : "/" + n.pathname
2872
- };
2873
- }
2874
- return s = r(window.location.href), function(i) {
2875
- const c = u.isString(i) ? r(i) : i;
2876
- return c.protocol === s.protocol && c.host === s.host;
2877
- };
2878
- }()
2879
- ) : (
2880
- // Non standard browser envs (web workers, react-native) lack needed support.
2881
- /* @__PURE__ */ function() {
2882
- return function() {
2883
- return !0;
2884
- };
2885
- }()
2886
- ), si = $.hasStandardBrowserEnv ? (
2887
- // Standard browser envs support document.cookie
2888
- {
2889
- write(e, t, n, s, r, o) {
2890
- const i = [e + "=" + encodeURIComponent(t)];
2891
- u.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), u.isString(s) && i.push("path=" + s), u.isString(r) && i.push("domain=" + r), o === !0 && i.push("secure"), document.cookie = i.join("; ");
2892
- },
2893
- read(e) {
2894
- const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
2895
- return t ? decodeURIComponent(t[3]) : null;
2896
- },
2897
- remove(e) {
2898
- this.write(e, "", Date.now() - 864e5);
2899
- }
2900
- }
2901
- ) : (
2902
- // Non-standard browser env (web workers, react-native) lack needed support.
2903
- {
2904
- write() {
2905
- },
2906
- read() {
2907
- return null;
2908
- },
2909
- remove() {
2910
- }
2911
- }
2912
- );
2913
- function ri(e) {
2914
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
2915
- }
2916
- function oi(e, t) {
2917
- return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
2918
- }
2919
- function An(e, t) {
2920
- return e && !ri(t) ? oi(e, t) : t;
2921
- }
2922
- const on = (e) => e instanceof H ? { ...e } : e;
2923
- function de(e, t) {
2924
- t = t || {};
2925
- const n = {};
2926
- function s(d, l, p) {
2927
- return u.isPlainObject(d) && u.isPlainObject(l) ? u.merge.call({ caseless: p }, d, l) : u.isPlainObject(l) ? u.merge({}, l) : u.isArray(l) ? l.slice() : l;
2928
- }
2929
- function r(d, l, p) {
2930
- if (u.isUndefined(l)) {
2931
- if (!u.isUndefined(d))
2932
- return s(void 0, d, p);
2933
- } else return s(d, l, p);
2934
- }
2935
- function o(d, l) {
2936
- if (!u.isUndefined(l))
2937
- return s(void 0, l);
2938
- }
2939
- function i(d, l) {
2940
- if (u.isUndefined(l)) {
2941
- if (!u.isUndefined(d))
2942
- return s(void 0, d);
2943
- } else return s(void 0, l);
2944
- }
2945
- function c(d, l, p) {
2946
- if (p in t)
2947
- return s(d, l);
2948
- if (p in e)
2949
- return s(void 0, d);
2950
- }
2951
- const f = {
2952
- url: o,
2953
- method: o,
2954
- data: o,
2955
- baseURL: i,
2956
- transformRequest: i,
2957
- transformResponse: i,
2958
- paramsSerializer: i,
2959
- timeout: i,
2960
- timeoutMessage: i,
2961
- withCredentials: i,
2962
- withXSRFToken: i,
2963
- adapter: i,
2964
- responseType: i,
2965
- xsrfCookieName: i,
2966
- xsrfHeaderName: i,
2967
- onUploadProgress: i,
2968
- onDownloadProgress: i,
2969
- decompress: i,
2970
- maxContentLength: i,
2971
- maxBodyLength: i,
2972
- beforeRedirect: i,
2973
- transport: i,
2974
- httpAgent: i,
2975
- httpsAgent: i,
2976
- cancelToken: i,
2977
- socketPath: i,
2978
- responseEncoding: i,
2979
- validateStatus: c,
2980
- headers: (d, l) => r(on(d), on(l), !0)
2981
- };
2982
- return u.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
2983
- const p = f[l] || r, w = p(e[l], t[l], l);
2984
- u.isUndefined(w) && p !== c || (n[l] = w);
2985
- }), n;
2986
- }
2987
- const Nn = (e) => {
2988
- const t = de({}, e);
2989
- let { data: n, withXSRFToken: s, xsrfHeaderName: r, xsrfCookieName: o, headers: i, auth: c } = t;
2990
- t.headers = i = H.from(i), t.url = Cn(An(t.baseURL, t.url), e.params, e.paramsSerializer), c && i.set(
2991
- "Authorization",
2992
- "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
2993
- );
2994
- let f;
2995
- if (u.isFormData(n)) {
2996
- if ($.hasStandardBrowserEnv || $.hasStandardBrowserWebWorkerEnv)
2997
- i.setContentType(void 0);
2998
- else if ((f = i.getContentType()) !== !1) {
2999
- const [d, ...l] = f ? f.split(";").map((p) => p.trim()).filter(Boolean) : [];
3000
- i.setContentType([d || "multipart/form-data", ...l].join("; "));
3001
- }
3002
- }
3003
- if ($.hasStandardBrowserEnv && (s && u.isFunction(s) && (s = s(t)), s || s !== !1 && ni(t.url))) {
3004
- const d = r && o && si.read(o);
3005
- d && i.set(r, d);
3006
- }
3007
- return t;
3008
- }, ii = typeof XMLHttpRequest < "u", ai = ii && function(e) {
3009
- return new Promise(function(n, s) {
3010
- const r = Nn(e);
3011
- let o = r.data;
3012
- const i = H.from(r.headers).normalize();
3013
- let { responseType: c, onUploadProgress: f, onDownloadProgress: d } = r, l, p, w, E, g;
3014
- function b() {
3015
- E && E(), g && g(), r.cancelToken && r.cancelToken.unsubscribe(l), r.signal && r.signal.removeEventListener("abort", l);
3016
- }
3017
- let v = new XMLHttpRequest();
3018
- v.open(r.method.toUpperCase(), r.url, !0), v.timeout = r.timeout;
3019
- function S() {
3020
- if (!v)
3021
- return;
3022
- const k = H.from(
3023
- "getAllResponseHeaders" in v && v.getAllResponseHeaders()
3024
- ), B = {
3025
- data: !c || c === "text" || c === "json" ? v.responseText : v.response,
3026
- status: v.status,
3027
- statusText: v.statusText,
3028
- headers: k,
3029
- config: e,
3030
- request: v
3031
- };
3032
- Pn(function(K) {
3033
- n(K), b();
3034
- }, function(K) {
3035
- s(K), b();
3036
- }, B), v = null;
3037
- }
3038
- "onloadend" in v ? v.onloadend = S : v.onreadystatechange = function() {
3039
- !v || v.readyState !== 4 || v.status === 0 && !(v.responseURL && v.responseURL.indexOf("file:") === 0) || setTimeout(S);
3040
- }, v.onabort = function() {
3041
- v && (s(new R("Request aborted", R.ECONNABORTED, e, v)), v = null);
3042
- }, v.onerror = function() {
3043
- s(new R("Network Error", R.ERR_NETWORK, e, v)), v = null;
3044
- }, v.ontimeout = function() {
3045
- let D = r.timeout ? "timeout of " + r.timeout + "ms exceeded" : "timeout exceeded";
3046
- const B = r.transitional || On;
3047
- r.timeoutErrorMessage && (D = r.timeoutErrorMessage), s(new R(
3048
- D,
3049
- B.clarifyTimeoutError ? R.ETIMEDOUT : R.ECONNABORTED,
3050
- e,
3051
- v
3052
- )), v = null;
3053
- }, o === void 0 && i.setContentType(null), "setRequestHeader" in v && u.forEach(i.toJSON(), function(D, B) {
3054
- v.setRequestHeader(B, D);
3055
- }), u.isUndefined(r.withCredentials) || (v.withCredentials = !!r.withCredentials), c && c !== "json" && (v.responseType = r.responseType), d && ([w, g] = Ie(d, !0), v.addEventListener("progress", w)), f && v.upload && ([p, E] = Ie(f), v.upload.addEventListener("progress", p), v.upload.addEventListener("loadend", E)), (r.cancelToken || r.signal) && (l = (k) => {
3056
- v && (s(!k || k.type ? new ge(null, e, v) : k), v.abort(), v = null);
3057
- }, r.cancelToken && r.cancelToken.subscribe(l), r.signal && (r.signal.aborted ? l() : r.signal.addEventListener("abort", l)));
3058
- const _ = Qo(r.url);
3059
- if (_ && $.protocols.indexOf(_) === -1) {
3060
- s(new R("Unsupported protocol " + _ + ":", R.ERR_BAD_REQUEST, e));
3061
- return;
3062
- }
3063
- v.send(o || null);
3064
- });
3065
- }, ci = (e, t) => {
3066
- const { length: n } = e = e ? e.filter(Boolean) : [];
3067
- if (t || n) {
3068
- let s = new AbortController(), r;
3069
- const o = function(d) {
3070
- if (!r) {
3071
- r = !0, c();
3072
- const l = d instanceof Error ? d : this.reason;
3073
- s.abort(l instanceof R ? l : new ge(l instanceof Error ? l.message : l));
3074
- }
3075
- };
3076
- let i = t && setTimeout(() => {
3077
- i = null, o(new R(`timeout ${t} of ms exceeded`, R.ETIMEDOUT));
3078
- }, t);
3079
- const c = () => {
3080
- e && (i && clearTimeout(i), i = null, e.forEach((d) => {
3081
- d.unsubscribe ? d.unsubscribe(o) : d.removeEventListener("abort", o);
3082
- }), e = null);
3083
- };
3084
- e.forEach((d) => d.addEventListener("abort", o));
3085
- const { signal: f } = s;
3086
- return f.unsubscribe = () => u.asap(c), f;
3087
- }
3088
- }, li = function* (e, t) {
3089
- let n = e.byteLength;
3090
- if (n < t) {
3091
- yield e;
3092
- return;
3093
- }
3094
- let s = 0, r;
3095
- for (; s < n; )
3096
- r = s + t, yield e.slice(s, r), s = r;
3097
- }, ui = async function* (e, t) {
3098
- for await (const n of di(e))
3099
- yield* li(n, t);
3100
- }, di = async function* (e) {
3101
- if (e[Symbol.asyncIterator]) {
3102
- yield* e;
3103
- return;
3104
- }
3105
- const t = e.getReader();
3106
- try {
3107
- for (; ; ) {
3108
- const { done: n, value: s } = await t.read();
3109
- if (n)
3110
- break;
3111
- yield s;
3112
- }
3113
- } finally {
3114
- await t.cancel();
3115
- }
3116
- }, an = (e, t, n, s) => {
3117
- const r = ui(e, t);
3118
- let o = 0, i, c = (f) => {
3119
- i || (i = !0, s && s(f));
3120
- };
3121
- return new ReadableStream({
3122
- async pull(f) {
3123
- try {
3124
- const { done: d, value: l } = await r.next();
3125
- if (d) {
3126
- c(), f.close();
3127
- return;
3128
- }
3129
- let p = l.byteLength;
3130
- if (n) {
3131
- let w = o += p;
3132
- n(w);
3133
- }
3134
- f.enqueue(new Uint8Array(l));
3135
- } catch (d) {
3136
- throw c(d), d;
3137
- }
3138
- },
3139
- cancel(f) {
3140
- return c(f), r.return();
3141
- }
3142
- }, {
3143
- highWaterMark: 2
3144
- });
3145
- }, He = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Bn = He && typeof ReadableStream == "function", fi = He && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Fn = (e, ...t) => {
3146
- try {
3147
- return !!e(...t);
3148
- } catch {
3149
- return !1;
3150
- }
3151
- }, pi = Bn && Fn(() => {
3152
- let e = !1;
3153
- const t = new Request($.origin, {
3154
- body: new ReadableStream(),
3155
- method: "POST",
3156
- get duplex() {
3157
- return e = !0, "half";
3158
- }
3159
- }).headers.has("Content-Type");
3160
- return e && !t;
3161
- }), cn = 64 * 1024, pt = Bn && Fn(() => u.isReadableStream(new Response("").body)), De = {
3162
- stream: pt && ((e) => e.body)
3163
- };
3164
- He && ((e) => {
3165
- ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
3166
- !De[t] && (De[t] = u.isFunction(e[t]) ? (n) => n[t]() : (n, s) => {
3167
- throw new R(`Response type '${t}' is not supported`, R.ERR_NOT_SUPPORT, s);
3168
- });
3169
- });
3170
- })(new Response());
3171
- const hi = async (e) => {
3172
- if (e == null)
3173
- return 0;
3174
- if (u.isBlob(e))
3175
- return e.size;
3176
- if (u.isSpecCompliantForm(e))
3177
- return (await new Request($.origin, {
3178
- method: "POST",
3179
- body: e
3180
- }).arrayBuffer()).byteLength;
3181
- if (u.isArrayBufferView(e) || u.isArrayBuffer(e))
3182
- return e.byteLength;
3183
- if (u.isURLSearchParams(e) && (e = e + ""), u.isString(e))
3184
- return (await fi(e)).byteLength;
3185
- }, mi = async (e, t) => {
3186
- const n = u.toFiniteNumber(e.getContentLength());
3187
- return n ?? hi(t);
3188
- }, gi = He && (async (e) => {
3189
- let {
3190
- url: t,
3191
- method: n,
3192
- data: s,
3193
- signal: r,
3194
- cancelToken: o,
3195
- timeout: i,
3196
- onDownloadProgress: c,
3197
- onUploadProgress: f,
3198
- responseType: d,
3199
- headers: l,
3200
- withCredentials: p = "same-origin",
3201
- fetchOptions: w
3202
- } = Nn(e);
3203
- d = d ? (d + "").toLowerCase() : "text";
3204
- let E = ci([r, o && o.toAbortSignal()], i), g;
3205
- const b = E && E.unsubscribe && (() => {
3206
- E.unsubscribe();
3207
- });
3208
- let v;
3209
- try {
3210
- if (f && pi && n !== "get" && n !== "head" && (v = await mi(l, s)) !== 0) {
3211
- let B = new Request(t, {
3212
- method: "POST",
3213
- body: s,
3214
- duplex: "half"
3215
- }), q;
3216
- if (u.isFormData(s) && (q = B.headers.get("content-type")) && l.setContentType(q), B.body) {
3217
- const [K, ee] = sn(
3218
- v,
3219
- Ie(rn(f))
3220
- );
3221
- s = an(B.body, cn, K, ee);
3222
- }
3223
- }
3224
- u.isString(p) || (p = p ? "include" : "omit");
3225
- const S = "credentials" in Request.prototype;
3226
- g = new Request(t, {
3227
- ...w,
3228
- signal: E,
3229
- method: n.toUpperCase(),
3230
- headers: l.normalize().toJSON(),
3231
- body: s,
3232
- duplex: "half",
3233
- credentials: S ? p : void 0
3234
- });
3235
- let _ = await fetch(g);
3236
- const k = pt && (d === "stream" || d === "response");
3237
- if (pt && (c || k && b)) {
3238
- const B = {};
3239
- ["status", "statusText", "headers"].forEach((re) => {
3240
- B[re] = _[re];
3241
- });
3242
- const q = u.toFiniteNumber(_.headers.get("content-length")), [K, ee] = c && sn(
3243
- q,
3244
- Ie(rn(c), !0)
3245
- ) || [];
3246
- _ = new Response(
3247
- an(_.body, cn, K, () => {
3248
- ee && ee(), b && b();
3249
- }),
3250
- B
3251
- );
3252
- }
3253
- d = d || "text";
3254
- let D = await De[u.findKey(De, d) || "text"](_, e);
3255
- return !k && b && b(), await new Promise((B, q) => {
3256
- Pn(B, q, {
3257
- data: D,
3258
- headers: H.from(_.headers),
3259
- status: _.status,
3260
- statusText: _.statusText,
3261
- config: e,
3262
- request: g
3263
- });
3264
- });
3265
- } catch (S) {
3266
- throw b && b(), S && S.name === "TypeError" && /fetch/i.test(S.message) ? Object.assign(
3267
- new R("Network Error", R.ERR_NETWORK, e, g),
3268
- {
3269
- cause: S.cause || S
3270
- }
3271
- ) : R.from(S, S && S.code, e, g);
3272
- }
3273
- }), ht = {
3274
- http: Po,
3275
- xhr: ai,
3276
- fetch: gi
3277
- };
3278
- u.forEach(ht, (e, t) => {
3279
- if (e) {
3280
- try {
3281
- Object.defineProperty(e, "name", { value: t });
3282
- } catch {
3283
- }
3284
- Object.defineProperty(e, "adapterName", { value: t });
3285
- }
3286
- });
3287
- const ln = (e) => `- ${e}`, bi = (e) => u.isFunction(e) || e === null || e === !1, In = {
3288
- getAdapter: (e) => {
3289
- e = u.isArray(e) ? e : [e];
3290
- const { length: t } = e;
3291
- let n, s;
3292
- const r = {};
3293
- for (let o = 0; o < t; o++) {
3294
- n = e[o];
3295
- let i;
3296
- if (s = n, !bi(n) && (s = ht[(i = String(n)).toLowerCase()], s === void 0))
3297
- throw new R(`Unknown adapter '${i}'`);
3298
- if (s)
3299
- break;
3300
- r[i || "#" + o] = s;
3301
- }
3302
- if (!s) {
3303
- const o = Object.entries(r).map(
3304
- ([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
3305
- );
3306
- let i = t ? o.length > 1 ? `since :
3307
- ` + o.map(ln).join(`
3308
- `) : " " + ln(o[0]) : "as no adapter specified";
3309
- throw new R(
3310
- "There is no suitable adapter to dispatch the request " + i,
3311
- "ERR_NOT_SUPPORT"
3312
- );
3313
- }
3314
- return s;
3315
- },
3316
- adapters: ht
3317
- };
3318
- function it(e) {
3319
- if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
3320
- throw new ge(null, e);
3321
- }
3322
- function un(e) {
3323
- return it(e), e.headers = H.from(e.headers), e.data = ot.call(
3324
- e,
3325
- e.transformRequest
3326
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), In.getAdapter(e.adapter || ke.adapter)(e).then(function(s) {
3327
- return it(e), s.data = ot.call(
3328
- e,
3329
- e.transformResponse,
3330
- s
3331
- ), s.headers = H.from(s.headers), s;
3332
- }, function(s) {
3333
- return jn(s) || (it(e), s && s.response && (s.response.data = ot.call(
3334
- e,
3335
- e.transformResponse,
3336
- s.response
3337
- ), s.response.headers = H.from(s.response.headers))), Promise.reject(s);
3338
- });
3339
- }
3340
- const Dn = "1.7.7", _t = {};
3341
- ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
3342
- _t[e] = function(s) {
3343
- return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
3344
- };
3345
- });
3346
- const dn = {};
3347
- _t.transitional = function(t, n, s) {
3348
- function r(o, i) {
3349
- return "[Axios v" + Dn + "] Transitional option '" + o + "'" + i + (s ? ". " + s : "");
3350
- }
3351
- return (o, i, c) => {
3352
- if (t === !1)
3353
- throw new R(
3354
- r(i, " has been removed" + (n ? " in " + n : "")),
3355
- R.ERR_DEPRECATED
3356
- );
3357
- return n && !dn[i] && (dn[i] = !0, console.warn(
3358
- r(
3359
- i,
3360
- " has been deprecated since v" + n + " and will be removed in the near future"
3361
- )
3362
- )), t ? t(o, i, c) : !0;
3363
- };
3364
- };
3365
- function vi(e, t, n) {
3366
- if (typeof e != "object")
3367
- throw new R("options must be an object", R.ERR_BAD_OPTION_VALUE);
3368
- const s = Object.keys(e);
3369
- let r = s.length;
3370
- for (; r-- > 0; ) {
3371
- const o = s[r], i = t[o];
3372
- if (i) {
3373
- const c = e[o], f = c === void 0 || i(c, o, e);
3374
- if (f !== !0)
3375
- throw new R("option " + o + " must be " + f, R.ERR_BAD_OPTION_VALUE);
3376
- continue;
3377
- }
3378
- if (n !== !0)
3379
- throw new R("Unknown option " + o, R.ERR_BAD_OPTION);
3380
- }
3381
- }
3382
- const mt = {
3383
- assertOptions: vi,
3384
- validators: _t
3385
- }, se = mt.validators;
3386
- class ue {
3387
- constructor(t) {
3388
- this.defaults = t, this.interceptors = {
3389
- request: new tn(),
3390
- response: new tn()
3391
- };
3392
- }
3393
- /**
3394
- * Dispatch a request
3395
- *
3396
- * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
3397
- * @param {?Object} config
3398
- *
3399
- * @returns {Promise} The Promise to be fulfilled
3400
- */
3401
- async request(t, n) {
3402
- try {
3403
- return await this._request(t, n);
3404
- } catch (s) {
3405
- if (s instanceof Error) {
3406
- let r;
3407
- Error.captureStackTrace ? Error.captureStackTrace(r = {}) : r = new Error();
3408
- const o = r.stack ? r.stack.replace(/^.+\n/, "") : "";
3409
- try {
3410
- s.stack ? o && !String(s.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (s.stack += `
3411
- ` + o) : s.stack = o;
3412
- } catch {
3413
- }
3414
- }
3415
- throw s;
3416
- }
3417
- }
3418
- _request(t, n) {
3419
- typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = de(this.defaults, n);
3420
- const { transitional: s, paramsSerializer: r, headers: o } = n;
3421
- s !== void 0 && mt.assertOptions(s, {
3422
- silentJSONParsing: se.transitional(se.boolean),
3423
- forcedJSONParsing: se.transitional(se.boolean),
3424
- clarifyTimeoutError: se.transitional(se.boolean)
3425
- }, !1), r != null && (u.isFunction(r) ? n.paramsSerializer = {
3426
- serialize: r
3427
- } : mt.assertOptions(r, {
3428
- encode: se.function,
3429
- serialize: se.function
3430
- }, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
3431
- let i = o && u.merge(
3432
- o.common,
3433
- o[n.method]
3434
- );
3435
- o && u.forEach(
3436
- ["delete", "get", "head", "post", "put", "patch", "common"],
3437
- (g) => {
3438
- delete o[g];
3439
- }
3440
- ), n.headers = H.concat(i, o);
3441
- const c = [];
3442
- let f = !0;
3443
- this.interceptors.request.forEach(function(b) {
3444
- typeof b.runWhen == "function" && b.runWhen(n) === !1 || (f = f && b.synchronous, c.unshift(b.fulfilled, b.rejected));
3445
- });
3446
- const d = [];
3447
- this.interceptors.response.forEach(function(b) {
3448
- d.push(b.fulfilled, b.rejected);
3449
- });
3450
- let l, p = 0, w;
3451
- if (!f) {
3452
- const g = [un.bind(this), void 0];
3453
- for (g.unshift.apply(g, c), g.push.apply(g, d), w = g.length, l = Promise.resolve(n); p < w; )
3454
- l = l.then(g[p++], g[p++]);
3455
- return l;
3456
- }
3457
- w = c.length;
3458
- let E = n;
3459
- for (p = 0; p < w; ) {
3460
- const g = c[p++], b = c[p++];
3461
- try {
3462
- E = g(E);
3463
- } catch (v) {
3464
- b.call(this, v);
3465
- break;
3466
- }
3467
- }
3468
- try {
3469
- l = un.call(this, E);
3470
- } catch (g) {
3471
- return Promise.reject(g);
3472
- }
3473
- for (p = 0, w = d.length; p < w; )
3474
- l = l.then(d[p++], d[p++]);
3475
- return l;
3476
- }
3477
- getUri(t) {
3478
- t = de(this.defaults, t);
3479
- const n = An(t.baseURL, t.url);
3480
- return Cn(n, t.params, t.paramsSerializer);
3481
- }
3482
- }
3483
- u.forEach(["delete", "get", "head", "options"], function(t) {
3484
- ue.prototype[t] = function(n, s) {
3485
- return this.request(de(s || {}, {
3486
- method: t,
3487
- url: n,
3488
- data: (s || {}).data
3489
- }));
3490
- };
3491
- });
3492
- u.forEach(["post", "put", "patch"], function(t) {
3493
- function n(s) {
3494
- return function(o, i, c) {
3495
- return this.request(de(c || {}, {
3496
- method: t,
3497
- headers: s ? {
3498
- "Content-Type": "multipart/form-data"
3499
- } : {},
3500
- url: o,
3501
- data: i
3502
- }));
3503
- };
3504
- }
3505
- ue.prototype[t] = n(), ue.prototype[t + "Form"] = n(!0);
3506
- });
3507
- class wt {
3508
- constructor(t) {
3509
- if (typeof t != "function")
3510
- throw new TypeError("executor must be a function.");
3511
- let n;
3512
- this.promise = new Promise(function(o) {
3513
- n = o;
3514
- });
3515
- const s = this;
3516
- this.promise.then((r) => {
3517
- if (!s._listeners) return;
3518
- let o = s._listeners.length;
3519
- for (; o-- > 0; )
3520
- s._listeners[o](r);
3521
- s._listeners = null;
3522
- }), this.promise.then = (r) => {
3523
- let o;
3524
- const i = new Promise((c) => {
3525
- s.subscribe(c), o = c;
3526
- }).then(r);
3527
- return i.cancel = function() {
3528
- s.unsubscribe(o);
3529
- }, i;
3530
- }, t(function(o, i, c) {
3531
- s.reason || (s.reason = new ge(o, i, c), n(s.reason));
3532
- });
3533
- }
3534
- /**
3535
- * Throws a `CanceledError` if cancellation has been requested.
3536
- */
3537
- throwIfRequested() {
3538
- if (this.reason)
3539
- throw this.reason;
3540
- }
3541
- /**
3542
- * Subscribe to the cancel signal
3543
- */
3544
- subscribe(t) {
3545
- if (this.reason) {
3546
- t(this.reason);
3547
- return;
3548
- }
3549
- this._listeners ? this._listeners.push(t) : this._listeners = [t];
3550
- }
3551
- /**
3552
- * Unsubscribe from the cancel signal
3553
- */
3554
- unsubscribe(t) {
3555
- if (!this._listeners)
3556
- return;
3557
- const n = this._listeners.indexOf(t);
3558
- n !== -1 && this._listeners.splice(n, 1);
3559
- }
3560
- toAbortSignal() {
3561
- const t = new AbortController(), n = (s) => {
3562
- t.abort(s);
3563
- };
3564
- return this.subscribe(n), t.signal.unsubscribe = () => this.unsubscribe(n), t.signal;
3565
- }
3566
- /**
3567
- * Returns an object that contains a new `CancelToken` and a function that, when called,
3568
- * cancels the `CancelToken`.
3569
- */
3570
- static source() {
3571
- let t;
3572
- return {
3573
- token: new wt(function(r) {
3574
- t = r;
3575
- }),
3576
- cancel: t
3577
- };
3578
- }
3579
- }
3580
- function yi(e) {
3581
- return function(n) {
3582
- return e.apply(null, n);
3583
- };
3584
- }
3585
- function _i(e) {
3586
- return u.isObject(e) && e.isAxiosError === !0;
3587
- }
3588
- const gt = {
3589
- Continue: 100,
3590
- SwitchingProtocols: 101,
3591
- Processing: 102,
3592
- EarlyHints: 103,
3593
- Ok: 200,
3594
- Created: 201,
3595
- Accepted: 202,
3596
- NonAuthoritativeInformation: 203,
3597
- NoContent: 204,
3598
- ResetContent: 205,
3599
- PartialContent: 206,
3600
- MultiStatus: 207,
3601
- AlreadyReported: 208,
3602
- ImUsed: 226,
3603
- MultipleChoices: 300,
3604
- MovedPermanently: 301,
3605
- Found: 302,
3606
- SeeOther: 303,
3607
- NotModified: 304,
3608
- UseProxy: 305,
3609
- Unused: 306,
3610
- TemporaryRedirect: 307,
3611
- PermanentRedirect: 308,
3612
- BadRequest: 400,
3613
- Unauthorized: 401,
3614
- PaymentRequired: 402,
3615
- Forbidden: 403,
3616
- NotFound: 404,
3617
- MethodNotAllowed: 405,
3618
- NotAcceptable: 406,
3619
- ProxyAuthenticationRequired: 407,
3620
- RequestTimeout: 408,
3621
- Conflict: 409,
3622
- Gone: 410,
3623
- LengthRequired: 411,
3624
- PreconditionFailed: 412,
3625
- PayloadTooLarge: 413,
3626
- UriTooLong: 414,
3627
- UnsupportedMediaType: 415,
3628
- RangeNotSatisfiable: 416,
3629
- ExpectationFailed: 417,
3630
- ImATeapot: 418,
3631
- MisdirectedRequest: 421,
3632
- UnprocessableEntity: 422,
3633
- Locked: 423,
3634
- FailedDependency: 424,
3635
- TooEarly: 425,
3636
- UpgradeRequired: 426,
3637
- PreconditionRequired: 428,
3638
- TooManyRequests: 429,
3639
- RequestHeaderFieldsTooLarge: 431,
3640
- UnavailableForLegalReasons: 451,
3641
- InternalServerError: 500,
3642
- NotImplemented: 501,
3643
- BadGateway: 502,
3644
- ServiceUnavailable: 503,
3645
- GatewayTimeout: 504,
3646
- HttpVersionNotSupported: 505,
3647
- VariantAlsoNegotiates: 506,
3648
- InsufficientStorage: 507,
3649
- LoopDetected: 508,
3650
- NotExtended: 510,
3651
- NetworkAuthenticationRequired: 511
3652
- };
3653
- Object.entries(gt).forEach(([e, t]) => {
3654
- gt[t] = e;
3655
- });
3656
- function Ln(e) {
3657
- const t = new ue(e), n = mn(ue.prototype.request, t);
3658
- return u.extend(n, ue.prototype, t, { allOwnKeys: !0 }), u.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(r) {
3659
- return Ln(de(e, r));
3660
- }, n;
3661
- }
3662
- const A = Ln(ke);
3663
- A.Axios = ue;
3664
- A.CanceledError = ge;
3665
- A.CancelToken = wt;
3666
- A.isCancel = jn;
3667
- A.VERSION = Dn;
3668
- A.toFormData = $e;
3669
- A.AxiosError = R;
3670
- A.Cancel = A.CanceledError;
3671
- A.all = function(t) {
3672
- return Promise.all(t);
3673
- };
3674
- A.spread = yi;
3675
- A.isAxiosError = _i;
3676
- A.mergeConfig = de;
3677
- A.AxiosHeaders = H;
3678
- A.formToJSON = (e) => Tn(u.isHTMLForm(e) ? new FormData(e) : e);
3679
- A.getAdapter = In.getAdapter;
3680
- A.HttpStatusCode = gt;
3681
- A.default = A;
3682
- const St = "https://g-api.billgang.com", ha = async (e = "get", t, n) => {
3683
- const s = localStorage.getItem("shopId") || void 0, r = `${St}/v2/builder/shops/${s}/${t}`, o = localStorage.getItem("accessToken") || void 0;
3684
- if (e.toUpperCase() === "GET")
3685
- return (await A.get(r, {
3686
- headers: {
3687
- Authorization: `Bearer ${o}`
3688
- }
3689
- })).data;
3690
- e.toUpperCase() === "POST" && await A.post(
3691
- r,
3692
- {
3693
- ...n
3694
- },
3695
- {
3696
- headers: {
3697
- Authorization: `Bearer ${o}`
3698
- }
3699
- }
3700
- ), e.toUpperCase() === "PUT" && await A.put(
3701
- r,
3702
- {
3703
- ...n
3704
- },
3705
- {
3706
- headers: {
3707
- Authorization: `Bearer ${o}`
3708
- }
3709
- }
3710
- );
3711
- }, wi = async () => {
3712
- const e = localStorage.getItem("shopId") || void 0, t = `${St}/v1/dash/shops/${e}/images`, n = localStorage.getItem("accessToken") || void 0;
3713
- return (await A.get(t, {
3714
- headers: {
3715
- Authorization: `Bearer ${n}`
3716
- }
3717
- })).data;
3718
- }, Si = async (e) => {
3719
- const t = localStorage.getItem("shopId") || void 0, n = `${St}/v1/dash/shops/${t}/images`, s = localStorage.getItem("accessToken") || void 0;
3720
- return (await A.post(n, e, {
3721
- headers: {
3722
- Authorization: `Bearer ${s}`,
3723
- "Content-Type": "multipart/form-data"
3724
- }
3725
- })).data;
3726
- }, Ei = "_wrapper_tm686_2", xi = "_label_tm686_9", Ri = "_icon_tm686_16", ki = "_text_tm686_26", Ci = "_content_tm686_33", Oi = "_modal_tm686_43", Ti = "_top_tm686_51", ji = "_title_tm686_58", Pi = "_modalContent_tm686_65", Ai = "_images_tm686_74", Ni = "_add_tm686_83", Bi = "_description_tm686_95", Fi = "_bottom_tm686_105", Ii = "_cancel_tm686_117", Di = "_highlight_tm686_122", Li = "_accent_tm686_127", Ui = "_image_tm686_74", qi = "_selected_tm686_141", Mi = "_checkbox_tm686_145", $i = "_loading_tm686_151", Hi = "_spinner_tm686_163", zi = "_spin_tm686_163", P = {
3727
- wrapper: Ei,
3728
- label: xi,
3729
- icon: Ri,
3730
- text: ki,
3731
- content: Ci,
3732
- modal: Oi,
3733
- top: Ti,
3734
- title: ji,
3735
- modalContent: Pi,
3736
- images: Ai,
3737
- add: Ni,
3738
- description: Bi,
3739
- bottom: Fi,
3740
- cancel: Ii,
3741
- highlight: Di,
3742
- accent: Li,
3743
- image: Ui,
3744
- selected: qi,
3745
- checkbox: Mi,
3746
- loading: $i,
3747
- spinner: Hi,
3748
- spin: zi
3749
- }, ma = (e) => {
3750
- const { label: t, onChange: n } = e, { setOpenModal: s, setOnChange: r } = pn();
3751
- return /* @__PURE__ */ m.jsx(m.Fragment, { children: /* @__PURE__ */ m.jsxs(
3752
- "div",
3753
- {
3754
- className: P.wrapper,
3755
- onClick: (o) => o.stopPropagation(),
3756
- children: [
3757
- t && /* @__PURE__ */ m.jsx("h4", { className: P.label, children: t }),
3758
- /* @__PURE__ */ m.jsxs(
3759
- "div",
3760
- {
3761
- onClick: () => {
3762
- r(n), s(!0);
3763
- },
3764
- className: P.content,
3765
- children: [
3766
- /* @__PURE__ */ m.jsx("div", { className: P.icon, children: /* @__PURE__ */ m.jsx(
3767
- ne,
3768
- {
3769
- name: "plus",
3770
- width: 20,
3771
- height: 20,
3772
- fill: "#757575"
3773
- }
3774
- ) }),
3775
- /* @__PURE__ */ m.jsx("span", { className: P.text, children: "Choose image" })
3776
- ]
3777
- }
3778
- )
3779
- ]
3780
- }
3781
- ) });
3782
- }, ga = () => {
3783
- const { setOpenModal: e, onChange: t } = pn(), n = () => {
3784
- var p;
3785
- (p = s.current) == null || p.click();
3786
- }, s = I.useRef(null), [r, o] = I.useState([]), [i, c] = I.useState(!1), f = async (p) => {
3787
- var v;
3788
- const w = ((v = p.target.files) == null ? void 0 : v[0]) || null;
3789
- if (!w) return;
3790
- const E = new FormData();
3791
- E.append("file", w), c(!0);
3792
- const { data: g } = await Si(E), b = [...r];
3793
- b.unshift({
3794
- ...g,
3795
- cfId: g.path
3796
- }), o([...b]), c(!1);
3797
- }, d = (p) => {
3798
- const E = [...r].map((g) => g.id === p.id ? {
3799
- ...p
3800
- } : g);
3801
- o([...E]);
3802
- };
3803
- I.useEffect(() => {
3804
- (async () => {
3805
- const { data: w } = await wi(), E = w.map((g) => ({
3806
- ...g,
3807
- isSelected: !1
3808
- }));
3809
- o(E);
3810
- })();
3811
- }, []);
3812
- function l() {
3813
- const p = r.filter((w) => w.isSelected).map((w) => w.cfId);
3814
- t == null || t(p);
3815
- }
3816
- return /* @__PURE__ */ m.jsxs(
3817
- "div",
3818
- {
3819
- onClick: (p) => p.stopPropagation(),
3820
- className: P.modal,
3821
- children: [
3822
- /* @__PURE__ */ m.jsxs("div", { className: P.top, children: [
3823
- /* @__PURE__ */ m.jsx("h4", { className: P.title, children: "Select Image" }),
3824
- /* @__PURE__ */ m.jsx(
3825
- ne,
3826
- {
3827
- name: "x",
3828
- width: 20,
3829
- height: 20,
3830
- hoverable: !0,
3831
- onClick: () => e(!1)
3832
- }
3833
- )
3834
- ] }),
3835
- /* @__PURE__ */ m.jsxs("div", { className: P.modalContent, children: [
3836
- /* @__PURE__ */ m.jsxs("div", { className: P.top, children: [
3837
- /* @__PURE__ */ m.jsx("div", { children: "Search" }),
3838
- /* @__PURE__ */ m.jsxs("div", { children: [
3839
- "Selected: ",
3840
- r.filter((p) => p.isSelected).length,
3841
- " images"
3842
- ] })
3843
- ] }),
3844
- /* @__PURE__ */ m.jsxs("div", { className: P.images, children: [
3845
- /* @__PURE__ */ m.jsxs("div", { className: P.input, children: [
3846
- /* @__PURE__ */ m.jsxs(
3847
- "div",
3848
- {
3849
- onClick: n,
3850
- className: P.add,
3851
- children: [
3852
- /* @__PURE__ */ m.jsx("div", { className: P.icon, children: /* @__PURE__ */ m.jsx(
3853
- ne,
3854
- {
3855
- name: "plus",
3856
- width: 20,
3857
- height: 20,
3858
- fill: "#757575"
3859
- }
3860
- ) }),
3861
- /* @__PURE__ */ m.jsxs("div", { className: P.description, children: [
3862
- /* @__PURE__ */ m.jsx("span", { children: "Drag and drop images here, or " }),
3863
- /* @__PURE__ */ m.jsx("span", { className: P.highlight, children: "click to browse" }),
3864
- /* @__PURE__ */ m.jsx("br", {}),
3865
- /* @__PURE__ */ m.jsx("span", { className: P.accent, children: "up to 10MB." })
3866
- ] })
3867
- ]
3868
- }
3869
- ),
3870
- /* @__PURE__ */ m.jsx(
3871
- "input",
3872
- {
3873
- type: "file",
3874
- ref: s,
3875
- style: { display: "none" },
3876
- onChange: f
3877
- }
3878
- )
3879
- ] }),
3880
- i && /* @__PURE__ */ m.jsx(fn, {}),
3881
- r.map((p) => /* @__PURE__ */ m.jsxs(
3882
- "div",
3883
- {
3884
- className: J(P.image, {
3885
- [P.selected]: p.isSelected
3886
- }),
3887
- children: [
3888
- /* @__PURE__ */ m.jsx("div", { className: P.checkbox, children: /* @__PURE__ */ m.jsx(
3889
- zr,
3890
- {
3891
- value: p.isSelected,
3892
- onChange: (w) => {
3893
- d({
3894
- ...p,
3895
- isSelected: w
3896
- });
3897
- }
3898
- }
3899
- ) }),
3900
- /* @__PURE__ */ m.jsx(
3901
- "img",
3902
- {
3903
- src: `https://imagedelivery.net/${p.cfId}/w=500`,
3904
- alt: "image",
3905
- width: "100%",
3906
- height: "100%"
3907
- }
3908
- )
3909
- ]
3910
- },
3911
- p.id
3912
- )),
3913
- r.length === 0 && [...new Array(5)].map(() => /* @__PURE__ */ m.jsx(fn, {}))
3914
- ] })
3915
- ] }),
3916
- /* @__PURE__ */ m.jsxs("div", { className: P.bottom, children: [
3917
- /* @__PURE__ */ m.jsx(
3918
- Gt,
3919
- {
3920
- className: P.cancel,
3921
- onClick: () => e(!1),
3922
- children: "Cancel"
3923
- }
3924
- ),
3925
- /* @__PURE__ */ m.jsx(
3926
- Gt,
3927
- {
3928
- onClick: () => {
3929
- e(!1), l();
3930
- },
3931
- children: "Select"
3932
- }
3933
- )
3934
- ] })
3935
- ]
3936
- }
3937
- );
3938
- }, fn = () => /* @__PURE__ */ m.jsx("div", { className: P.loading, children: /* @__PURE__ */ m.jsx("div", { className: P.spinner }) });
3939
- export {
3940
- ta as A,
3941
- Gt as B,
3942
- ma as C,
3943
- Yi as D,
3944
- pn as E,
3945
- A as F,
3946
- ne as I,
3947
- ua as M,
3948
- ca as P,
3949
- fa as R,
3950
- ia as S,
3951
- da as T,
3952
- ra as a,
3953
- oa as b,
3954
- J as c,
3955
- aa as d,
3956
- la as e,
3957
- pa as f,
3958
- zr as g,
3959
- ga as h,
3960
- Zi as i,
3961
- m as j,
3962
- sa as k,
3963
- Qi as l,
3964
- Gi as m,
3965
- ea as n,
3966
- na as o,
3967
- ha as p,
3968
- Xi as q,
3969
- Wi as r,
3970
- ys as s,
3971
- Cs as t,
3972
- Ji as u,
3973
- lt as v,
3974
- Os as w,
3975
- he as x,
3976
- ps as y,
3977
- Ki as z
3978
- };