react-luminus-components 1.1.26 → 1.1.28

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.
@@ -1247,7 +1247,10 @@ const sd = St({
1247
1247
  showPrompt: () => {
1248
1248
  },
1249
1249
  resolveRef: { current: () => {
1250
- } }
1250
+ } },
1251
+ options: { input: "textarea", type: "text" },
1252
+ setOptions: () => {
1253
+ }
1251
1254
  });
1252
1255
  function Yr() {
1253
1256
  return Yr = Object.assign ? Object.assign.bind() : function(e) {
@@ -4318,696 +4321,161 @@ const Yu = ({
4318
4321
  logoutUser: () => {
4319
4322
  }
4320
4323
  });
4321
- /*!
4322
- * cookie
4323
- * Copyright(c) 2012-2014 Roman Shtylman
4324
- * Copyright(c) 2015 Douglas Christopher Wilson
4325
- * MIT Licensed
4326
- */
4327
- var Ei = Xu, Eo = Gu, Ju = Object.prototype.toString, er = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
4328
- function Xu(e, t) {
4329
- if (typeof e != "string")
4330
- throw new TypeError("argument str must be a string");
4331
- for (var r = {}, n = t || {}, o = n.decode || Zu, i = 0; i < e.length; ) {
4332
- var a = e.indexOf("=", i);
4333
- if (a === -1)
4334
- break;
4335
- var s = e.indexOf(";", i);
4336
- if (s === -1)
4337
- s = e.length;
4338
- else if (s < a) {
4339
- i = e.lastIndexOf(";", a - 1) + 1;
4340
- continue;
4341
- }
4342
- var c = e.slice(i, a).trim();
4343
- if (r[c] === void 0) {
4344
- var u = e.slice(a + 1, s).trim();
4345
- u.charCodeAt(0) === 34 && (u = u.slice(1, -1)), r[c] = tl(u, o);
4346
- }
4347
- i = s + 1;
4348
- }
4349
- return r;
4350
- }
4351
- function Gu(e, t, r) {
4352
- var n = r || {}, o = n.encode || Qu;
4353
- if (typeof o != "function")
4354
- throw new TypeError("option encode is invalid");
4355
- if (!er.test(e))
4356
- throw new TypeError("argument name is invalid");
4357
- var i = o(t);
4358
- if (i && !er.test(i))
4359
- throw new TypeError("argument val is invalid");
4360
- var a = e + "=" + i;
4361
- if (n.maxAge != null) {
4362
- var s = n.maxAge - 0;
4363
- if (isNaN(s) || !isFinite(s))
4364
- throw new TypeError("option maxAge is invalid");
4365
- a += "; Max-Age=" + Math.floor(s);
4366
- }
4367
- if (n.domain) {
4368
- if (!er.test(n.domain))
4369
- throw new TypeError("option domain is invalid");
4370
- a += "; Domain=" + n.domain;
4371
- }
4372
- if (n.path) {
4373
- if (!er.test(n.path))
4374
- throw new TypeError("option path is invalid");
4375
- a += "; Path=" + n.path;
4376
- }
4377
- if (n.expires) {
4378
- var c = n.expires;
4379
- if (!el(c) || isNaN(c.valueOf()))
4380
- throw new TypeError("option expires is invalid");
4381
- a += "; Expires=" + c.toUTCString();
4382
- }
4383
- if (n.httpOnly && (a += "; HttpOnly"), n.secure && (a += "; Secure"), n.partitioned && (a += "; Partitioned"), n.priority) {
4384
- var u = typeof n.priority == "string" ? n.priority.toLowerCase() : n.priority;
4385
- switch (u) {
4386
- case "low":
4387
- a += "; Priority=Low";
4388
- break;
4389
- case "medium":
4390
- a += "; Priority=Medium";
4391
- break;
4392
- case "high":
4393
- a += "; Priority=High";
4394
- break;
4395
- default:
4396
- throw new TypeError("option priority is invalid");
4397
- }
4398
- }
4399
- if (n.sameSite) {
4400
- var l = typeof n.sameSite == "string" ? n.sameSite.toLowerCase() : n.sameSite;
4401
- switch (l) {
4402
- case !0:
4403
- a += "; SameSite=Strict";
4404
- break;
4405
- case "lax":
4406
- a += "; SameSite=Lax";
4407
- break;
4408
- case "strict":
4409
- a += "; SameSite=Strict";
4410
- break;
4411
- case "none":
4412
- a += "; SameSite=None";
4413
- break;
4414
- default:
4415
- throw new TypeError("option sameSite is invalid");
4416
- }
4417
- }
4418
- return a;
4419
- }
4420
- function Zu(e) {
4421
- return e.indexOf("%") !== -1 ? decodeURIComponent(e) : e;
4324
+ function Ei(e, t) {
4325
+ return function() {
4326
+ return e.apply(t, arguments);
4327
+ };
4422
4328
  }
4423
- function Qu(e) {
4424
- return encodeURIComponent(e);
4329
+ const { toString: Ju } = Object.prototype, { getPrototypeOf: wn } = Object, wr = /* @__PURE__ */ ((e) => (t) => {
4330
+ const r = Ju.call(t);
4331
+ return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
4332
+ })(/* @__PURE__ */ Object.create(null)), Le = (e) => (e = e.toLowerCase(), (t) => wr(t) === e), xr = (e) => (t) => typeof t === e, { isArray: Tt } = Array, Bt = xr("undefined");
4333
+ function Xu(e) {
4334
+ return e !== null && !Bt(e) && e.constructor !== null && !Bt(e.constructor) && je(e.constructor.isBuffer) && e.constructor.isBuffer(e);
4425
4335
  }
4426
- function el(e) {
4427
- return Ju.call(e) === "[object Date]" || e instanceof Date;
4336
+ const wi = Le("ArrayBuffer");
4337
+ function Gu(e) {
4338
+ let t;
4339
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && wi(e.buffer), t;
4428
4340
  }
4429
- function tl(e, t) {
4430
- try {
4431
- return t(e);
4432
- } catch {
4433
- return e;
4341
+ const Zu = xr("string"), je = xr("function"), xi = xr("number"), Or = (e) => e !== null && typeof e == "object", Qu = (e) => e === !0 || e === !1, sr = (e) => {
4342
+ if (wr(e) !== "object")
4343
+ return !1;
4344
+ const t = wn(e);
4345
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
4346
+ }, el = Le("Date"), tl = Le("File"), rl = Le("Blob"), nl = Le("FileList"), ol = (e) => Or(e) && je(e.pipe), il = (e) => {
4347
+ let t;
4348
+ return e && (typeof FormData == "function" && e instanceof FormData || je(e.append) && ((t = wr(e)) === "formdata" || // detect form-data instance
4349
+ t === "object" && je(e.toString) && e.toString() === "[object FormData]"));
4350
+ }, al = Le("URLSearchParams"), sl = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
4351
+ function Wt(e, t, { allOwnKeys: r = !1 } = {}) {
4352
+ if (e === null || typeof e > "u")
4353
+ return;
4354
+ let n, o;
4355
+ if (typeof e != "object" && (e = [e]), Tt(e))
4356
+ for (n = 0, o = e.length; n < o; n++)
4357
+ t.call(null, e[n], n, e);
4358
+ else {
4359
+ const i = r ? Object.getOwnPropertyNames(e) : Object.keys(e), a = i.length;
4360
+ let s;
4361
+ for (n = 0; n < a; n++)
4362
+ s = i[n], t.call(null, e[s], s, e);
4434
4363
  }
4435
4364
  }
4436
- function rl() {
4437
- const e = typeof global > "u" ? void 0 : global.TEST_HAS_DOCUMENT_COOKIE;
4438
- return typeof e == "boolean" ? e : typeof document == "object" && typeof document.cookie == "string";
4439
- }
4440
- function nl(e) {
4441
- return typeof e == "string" ? Ei(e) : typeof e == "object" && e !== null ? e : {};
4442
- }
4443
- function Ir(e, t = {}) {
4444
- const r = ol(e);
4445
- if (!t.doNotParse)
4446
- try {
4447
- return JSON.parse(r);
4448
- } catch {
4449
- }
4450
- return e;
4365
+ function Oi(e, t) {
4366
+ t = t.toLowerCase();
4367
+ const r = Object.keys(e);
4368
+ let n = r.length, o;
4369
+ for (; n-- > 0; )
4370
+ if (o = r[n], t === o.toLowerCase())
4371
+ return o;
4372
+ return null;
4451
4373
  }
4452
- function ol(e) {
4453
- return e && e[0] === "j" && e[1] === ":" ? e.substr(2) : e;
4374
+ const Si = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Ti = (e) => !Bt(e) && e !== Si;
4375
+ function on() {
4376
+ const { caseless: e } = Ti(this) && this || {}, t = {}, r = (n, o) => {
4377
+ const i = e && Oi(t, o) || o;
4378
+ sr(t[i]) && sr(n) ? t[i] = on(t[i], n) : sr(n) ? t[i] = on({}, n) : Tt(n) ? t[i] = n.slice() : t[i] = n;
4379
+ };
4380
+ for (let n = 0, o = arguments.length; n < o; n++)
4381
+ arguments[n] && Wt(arguments[n], r);
4382
+ return t;
4454
4383
  }
4455
- class il {
4456
- constructor(t, r = {}) {
4457
- this.changeListeners = [], this.HAS_DOCUMENT_COOKIE = !1, this.update = () => {
4458
- if (!this.HAS_DOCUMENT_COOKIE)
4459
- return;
4460
- const o = this.cookies;
4461
- this.cookies = Ei(document.cookie), this._checkChanges(o);
4462
- };
4463
- const n = typeof document > "u" ? "" : document.cookie;
4464
- this.cookies = nl(t || n), this.defaultSetOptions = r, this.HAS_DOCUMENT_COOKIE = rl();
4384
+ const cl = (e, t, r, { allOwnKeys: n } = {}) => (Wt(t, (o, i) => {
4385
+ r && je(o) ? e[i] = Ei(o, r) : e[i] = o;
4386
+ }, { allOwnKeys: n }), e), ul = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), ll = (e, t, r, n) => {
4387
+ e.prototype = Object.create(t.prototype, n), e.prototype.constructor = e, Object.defineProperty(e, "super", {
4388
+ value: t.prototype
4389
+ }), r && Object.assign(e.prototype, r);
4390
+ }, fl = (e, t, r, n) => {
4391
+ let o, i, a;
4392
+ const s = {};
4393
+ if (t = t || {}, e == null)
4394
+ return t;
4395
+ do {
4396
+ for (o = Object.getOwnPropertyNames(e), i = o.length; i-- > 0; )
4397
+ a = o[i], (!n || n(a, e, t)) && !s[a] && (t[a] = e[a], s[a] = !0);
4398
+ e = r !== !1 && wn(e);
4399
+ } while (e && (!r || r(e, t)) && e !== Object.prototype);
4400
+ return t;
4401
+ }, dl = (e, t, r) => {
4402
+ e = String(e), (r === void 0 || r > e.length) && (r = e.length), r -= t.length;
4403
+ const n = e.indexOf(t, r);
4404
+ return n !== -1 && n === r;
4405
+ }, pl = (e) => {
4406
+ if (!e)
4407
+ return null;
4408
+ if (Tt(e))
4409
+ return e;
4410
+ let t = e.length;
4411
+ if (!xi(t))
4412
+ return null;
4413
+ const r = new Array(t);
4414
+ for (; t-- > 0; )
4415
+ r[t] = e[t];
4416
+ return r;
4417
+ }, hl = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && wn(Uint8Array)), vl = (e, t) => {
4418
+ const n = (e && e[Symbol.iterator]).call(e);
4419
+ let o;
4420
+ for (; (o = n.next()) && !o.done; ) {
4421
+ const i = o.value;
4422
+ t.call(e, i[0], i[1]);
4465
4423
  }
4466
- _emitChange(t) {
4467
- for (let r = 0; r < this.changeListeners.length; ++r)
4468
- this.changeListeners[r](t);
4424
+ }, ml = (e, t) => {
4425
+ let r;
4426
+ const n = [];
4427
+ for (; (r = e.exec(t)) !== null; )
4428
+ n.push(r);
4429
+ return n;
4430
+ }, yl = Le("HTMLFormElement"), gl = (e) => e.toLowerCase().replace(
4431
+ /[-_\s]([a-z\d])(\w*)/g,
4432
+ function(r, n, o) {
4433
+ return n.toUpperCase() + o;
4469
4434
  }
4470
- _checkChanges(t) {
4471
- new Set(Object.keys(t).concat(Object.keys(this.cookies))).forEach((n) => {
4472
- t[n] !== this.cookies[n] && this._emitChange({
4473
- name: n,
4474
- value: Ir(this.cookies[n])
4435
+ ), Eo = (({ hasOwnProperty: e }) => (t, r) => e.call(t, r))(Object.prototype), bl = Le("RegExp"), Ri = (e, t) => {
4436
+ const r = Object.getOwnPropertyDescriptors(e), n = {};
4437
+ Wt(r, (o, i) => {
4438
+ let a;
4439
+ (a = t(o, i, e)) !== !1 && (n[i] = a || o);
4440
+ }), Object.defineProperties(e, n);
4441
+ }, El = (e) => {
4442
+ Ri(e, (t, r) => {
4443
+ if (je(e) && ["arguments", "caller", "callee"].indexOf(r) !== -1)
4444
+ return !1;
4445
+ const n = e[r];
4446
+ if (je(n)) {
4447
+ if (t.enumerable = !1, "writable" in t) {
4448
+ t.writable = !1;
4449
+ return;
4450
+ }
4451
+ t.set || (t.set = () => {
4452
+ throw Error("Can not rewrite read-only method '" + r + "'");
4475
4453
  });
4476
- });
4477
- }
4478
- _startPolling() {
4479
- this.pollingInterval = setInterval(this.update, 300);
4480
- }
4481
- _stopPolling() {
4482
- this.pollingInterval && clearInterval(this.pollingInterval);
4483
- }
4484
- get(t, r = {}) {
4485
- return r.doNotUpdate || this.update(), Ir(this.cookies[t], r);
4486
- }
4487
- getAll(t = {}) {
4488
- t.doNotUpdate || this.update();
4489
- const r = {};
4490
- for (let n in this.cookies)
4491
- r[n] = Ir(this.cookies[n], t);
4492
- return r;
4493
- }
4494
- set(t, r, n) {
4495
- n ? n = Object.assign(Object.assign({}, this.defaultSetOptions), n) : n = this.defaultSetOptions;
4496
- const o = typeof r == "string" ? r : JSON.stringify(r);
4497
- this.cookies = Object.assign(Object.assign({}, this.cookies), { [t]: o }), this.HAS_DOCUMENT_COOKIE && (document.cookie = Eo(t, o, n)), this._emitChange({ name: t, value: r, options: n });
4498
- }
4499
- remove(t, r) {
4500
- const n = r = Object.assign(Object.assign(Object.assign({}, this.defaultSetOptions), r), { expires: new Date(1970, 1, 1, 0, 0, 1), maxAge: 0 });
4501
- this.cookies = Object.assign({}, this.cookies), delete this.cookies[t], this.HAS_DOCUMENT_COOKIE && (document.cookie = Eo(t, "", n)), this._emitChange({ name: t, value: void 0, options: r });
4502
- }
4503
- addChangeListener(t) {
4504
- this.changeListeners.push(t), this.HAS_DOCUMENT_COOKIE && this.changeListeners.length === 1 && (typeof window == "object" && "cookieStore" in window ? window.cookieStore.addEventListener("change", this.update) : this._startPolling());
4505
- }
4506
- removeChangeListener(t) {
4507
- const r = this.changeListeners.indexOf(t);
4508
- r >= 0 && this.changeListeners.splice(r, 1), this.HAS_DOCUMENT_COOKIE && this.changeListeners.length === 0 && (typeof window == "object" && "cookieStore" in window ? window.cookieStore.removeEventListener("change", this.update) : this._stopPolling());
4509
- }
4510
- }
4511
- const al = ee.createContext(new il());
4512
- var on = { exports: {} }, ne = {};
4513
- /** @license React v16.13.1
4514
- * react-is.production.min.js
4515
- *
4516
- * Copyright (c) Facebook, Inc. and its affiliates.
4517
- *
4518
- * This source code is licensed under the MIT license found in the
4519
- * LICENSE file in the root directory of this source tree.
4520
- */
4521
- var wo;
4522
- function sl() {
4523
- if (wo)
4524
- return ne;
4525
- wo = 1;
4526
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, y = e ? Symbol.for("react.memo") : 60115, h = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, S = e ? Symbol.for("react.responder") : 60118, T = e ? Symbol.for("react.scope") : 60119;
4527
- function R(p) {
4528
- if (typeof p == "object" && p !== null) {
4529
- var P = p.$$typeof;
4530
- switch (P) {
4531
- case t:
4532
- switch (p = p.type, p) {
4533
- case c:
4534
- case u:
4535
- case n:
4536
- case i:
4537
- case o:
4538
- case d:
4539
- return p;
4540
- default:
4541
- switch (p = p && p.$$typeof, p) {
4542
- case s:
4543
- case l:
4544
- case h:
4545
- case y:
4546
- case a:
4547
- return p;
4548
- default:
4549
- return P;
4550
- }
4551
- }
4552
- case r:
4553
- return P;
4554
- }
4555
- }
4556
- }
4557
- function O(p) {
4558
- return R(p) === u;
4559
- }
4560
- return ne.AsyncMode = c, ne.ConcurrentMode = u, ne.ContextConsumer = s, ne.ContextProvider = a, ne.Element = t, ne.ForwardRef = l, ne.Fragment = n, ne.Lazy = h, ne.Memo = y, ne.Portal = r, ne.Profiler = i, ne.StrictMode = o, ne.Suspense = d, ne.isAsyncMode = function(p) {
4561
- return O(p) || R(p) === c;
4562
- }, ne.isConcurrentMode = O, ne.isContextConsumer = function(p) {
4563
- return R(p) === s;
4564
- }, ne.isContextProvider = function(p) {
4565
- return R(p) === a;
4566
- }, ne.isElement = function(p) {
4567
- return typeof p == "object" && p !== null && p.$$typeof === t;
4568
- }, ne.isForwardRef = function(p) {
4569
- return R(p) === l;
4570
- }, ne.isFragment = function(p) {
4571
- return R(p) === n;
4572
- }, ne.isLazy = function(p) {
4573
- return R(p) === h;
4574
- }, ne.isMemo = function(p) {
4575
- return R(p) === y;
4576
- }, ne.isPortal = function(p) {
4577
- return R(p) === r;
4578
- }, ne.isProfiler = function(p) {
4579
- return R(p) === i;
4580
- }, ne.isStrictMode = function(p) {
4581
- return R(p) === o;
4582
- }, ne.isSuspense = function(p) {
4583
- return R(p) === d;
4584
- }, ne.isValidElementType = function(p) {
4585
- return typeof p == "string" || typeof p == "function" || p === n || p === u || p === i || p === o || p === d || p === v || typeof p == "object" && p !== null && (p.$$typeof === h || p.$$typeof === y || p.$$typeof === a || p.$$typeof === s || p.$$typeof === l || p.$$typeof === b || p.$$typeof === S || p.$$typeof === T || p.$$typeof === m);
4586
- }, ne.typeOf = R, ne;
4587
- }
4588
- var oe = {};
4589
- /** @license React v16.13.1
4590
- * react-is.development.js
4591
- *
4592
- * Copyright (c) Facebook, Inc. and its affiliates.
4593
- *
4594
- * This source code is licensed under the MIT license found in the
4595
- * LICENSE file in the root directory of this source tree.
4596
- */
4597
- var xo;
4598
- function cl() {
4599
- return xo || (xo = 1, process.env.NODE_ENV !== "production" && function() {
4600
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, y = e ? Symbol.for("react.memo") : 60115, h = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, S = e ? Symbol.for("react.responder") : 60118, T = e ? Symbol.for("react.scope") : 60119;
4601
- function R(g) {
4602
- return typeof g == "string" || typeof g == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
4603
- g === n || g === u || g === i || g === o || g === d || g === v || typeof g == "object" && g !== null && (g.$$typeof === h || g.$$typeof === y || g.$$typeof === a || g.$$typeof === s || g.$$typeof === l || g.$$typeof === b || g.$$typeof === S || g.$$typeof === T || g.$$typeof === m);
4604
- }
4605
- function O(g) {
4606
- if (typeof g == "object" && g !== null) {
4607
- var ve = g.$$typeof;
4608
- switch (ve) {
4609
- case t:
4610
- var Te = g.type;
4611
- switch (Te) {
4612
- case c:
4613
- case u:
4614
- case n:
4615
- case i:
4616
- case o:
4617
- case d:
4618
- return Te;
4619
- default:
4620
- var Pe = Te && Te.$$typeof;
4621
- switch (Pe) {
4622
- case s:
4623
- case l:
4624
- case h:
4625
- case y:
4626
- case a:
4627
- return Pe;
4628
- default:
4629
- return ve;
4630
- }
4631
- }
4632
- case r:
4633
- return ve;
4634
- }
4635
- }
4636
- }
4637
- var p = c, P = u, L = s, J = a, G = t, K = l, ie = n, ue = h, z = y, X = r, Z = i, ae = o, ce = d, Ee = !1;
4638
- function be(g) {
4639
- return Ee || (Ee = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(g) || O(g) === c;
4640
- }
4641
- function w(g) {
4642
- return O(g) === u;
4643
- }
4644
- function _(g) {
4645
- return O(g) === s;
4646
- }
4647
- function k(g) {
4648
- return O(g) === a;
4649
- }
4650
- function N(g) {
4651
- return typeof g == "object" && g !== null && g.$$typeof === t;
4652
- }
4653
- function A(g) {
4654
- return O(g) === l;
4655
- }
4656
- function I(g) {
4657
- return O(g) === n;
4658
- }
4659
- function j(g) {
4660
- return O(g) === h;
4661
- }
4662
- function D(g) {
4663
- return O(g) === y;
4664
- }
4665
- function M(g) {
4666
- return O(g) === r;
4667
- }
4668
- function U(g) {
4669
- return O(g) === i;
4670
- }
4671
- function F(g) {
4672
- return O(g) === o;
4673
- }
4674
- function le(g) {
4675
- return O(g) === d;
4676
- }
4677
- oe.AsyncMode = p, oe.ConcurrentMode = P, oe.ContextConsumer = L, oe.ContextProvider = J, oe.Element = G, oe.ForwardRef = K, oe.Fragment = ie, oe.Lazy = ue, oe.Memo = z, oe.Portal = X, oe.Profiler = Z, oe.StrictMode = ae, oe.Suspense = ce, oe.isAsyncMode = be, oe.isConcurrentMode = w, oe.isContextConsumer = _, oe.isContextProvider = k, oe.isElement = N, oe.isForwardRef = A, oe.isFragment = I, oe.isLazy = j, oe.isMemo = D, oe.isPortal = M, oe.isProfiler = U, oe.isStrictMode = F, oe.isSuspense = le, oe.isValidElementType = R, oe.typeOf = O;
4678
- }()), oe;
4679
- }
4680
- process.env.NODE_ENV === "production" ? on.exports = sl() : on.exports = cl();
4681
- var ul = on.exports, wi = ul, ll = {
4682
- $$typeof: !0,
4683
- render: !0,
4684
- defaultProps: !0,
4685
- displayName: !0,
4686
- propTypes: !0
4687
- }, fl = {
4688
- $$typeof: !0,
4689
- compare: !0,
4690
- defaultProps: !0,
4691
- displayName: !0,
4692
- propTypes: !0,
4693
- type: !0
4694
- }, xi = {};
4695
- xi[wi.ForwardRef] = ll;
4696
- xi[wi.Memo] = fl;
4697
- function dl() {
4698
- return typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u";
4699
- }
4700
- function pl(e) {
4701
- const t = Ze(al);
4702
- if (!t)
4703
- throw new Error("Missing <CookiesProvider>");
4704
- const [r, n] = Ve(() => t.getAll({ doNotUpdate: !0 }));
4705
- dl() && No(() => {
4706
- function s() {
4707
- const c = t.getAll({
4708
- doNotUpdate: !0
4709
- });
4710
- hl(e || null, c, r) && n(c);
4711
- }
4712
- return t.addChangeListener(s), () => {
4713
- t.removeChangeListener(s);
4714
- };
4715
- }, [t, r]);
4716
- const o = Xe(() => t.set.bind(t), [t]), i = Xe(() => t.remove.bind(t), [t]), a = Xe(() => t.update.bind(t), [t]);
4717
- return [r, o, i, a];
4718
- }
4719
- function hl(e, t, r) {
4720
- if (!e)
4721
- return !0;
4722
- for (let n of e)
4723
- if (t[n] !== r[n])
4724
- return !0;
4725
- return !1;
4726
- }
4727
- const vl = () => {
4728
- const { axiosInstance: e, cookieDomain: t } = Ze(Fo), [, r, n] = pl(["Authorization"]), o = Y(() => localStorage.getItem("token") ?? null, []), i = Y(() => {
4729
- const c = o();
4730
- return c !== null && c.length > 0;
4731
- }, [o]), a = Y(async (c, u) => e.post("/user/login", { kid: c, password: u }).then((l) => (localStorage.setItem("token", l.data), r("Authorization", l.data, {
4732
- path: "/",
4733
- secure: !0,
4734
- sameSite: "none",
4735
- domain: t,
4736
- expires: ha(new Date(Date.now()), 24)
4737
- }), !0)).catch((l) => (console.log(l), !1)), [e, r, t]), s = Y(() => {
4738
- localStorage.removeItem("token"), localStorage.removeItem("user"), n("Authorization");
4739
- }, [n]);
4740
- return {
4741
- isAuthenticated: i,
4742
- getToken: o,
4743
- authenticate: a,
4744
- logout: s
4745
- };
4746
- };
4747
- let tr;
4748
- const ml = new Uint8Array(16);
4749
- function yl() {
4750
- if (!tr && (tr = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !tr))
4751
- throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
4752
- return tr(ml);
4753
- }
4754
- const ge = [];
4755
- for (let e = 0; e < 256; ++e)
4756
- ge.push((e + 256).toString(16).slice(1));
4757
- function gl(e, t = 0) {
4758
- return ge[e[t + 0]] + ge[e[t + 1]] + ge[e[t + 2]] + ge[e[t + 3]] + "-" + ge[e[t + 4]] + ge[e[t + 5]] + "-" + ge[e[t + 6]] + ge[e[t + 7]] + "-" + ge[e[t + 8]] + ge[e[t + 9]] + "-" + ge[e[t + 10]] + ge[e[t + 11]] + ge[e[t + 12]] + ge[e[t + 13]] + ge[e[t + 14]] + ge[e[t + 15]];
4759
- }
4760
- const bl = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Oo = {
4761
- randomUUID: bl
4762
- };
4763
- function El(e, t, r) {
4764
- if (Oo.randomUUID && !t && !e)
4765
- return Oo.randomUUID();
4766
- e = e || {};
4767
- const n = e.random || (e.rng || yl)();
4768
- if (n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, t) {
4769
- r = r || 0;
4770
- for (let o = 0; o < 16; ++o)
4771
- t[r + o] = n[o];
4772
- return t;
4773
- }
4774
- return gl(n);
4775
- }
4776
- const wl = "_toast_1s57i_1", Mt = {
4777
- toast: wl
4778
- }, xl = (e) => {
4779
- switch (e) {
4780
- case "success":
4781
- return 5e3;
4782
- case "info":
4783
- return 5e3;
4784
- case "danger":
4785
- return 1e4;
4786
- case "warning":
4787
- return 1e4;
4788
- case "prompt":
4789
- return 1e4;
4790
- default:
4791
- return 5e3;
4792
- }
4793
- }, Ol = () => ({ addNotification: (t, r) => {
4794
- const n = El(), o = aa(t), i = xl(r), a = /* @__PURE__ */ q.jsxs(q.Fragment, { children: [
4795
- o,
4796
- /* @__PURE__ */ q.jsx(Ca, { onClick: () => ht.dismiss(n), type: "button", style: {
4797
- position: "absolute",
4798
- fontSize: "12px",
4799
- top: "calc(50% - 6px)",
4800
- right: "8px"
4801
- } })
4802
- ] });
4803
- switch (r) {
4804
- case "success": {
4805
- ht(a, {
4806
- id: n,
4807
- duration: i,
4808
- position: "top-center",
4809
- icon: /* @__PURE__ */ q.jsx(Ra, { size: 12 }),
4810
- className: Re("luminus-toast-success rounded shadow bg-success", Mt.toast)
4811
- });
4812
- break;
4813
- }
4814
- case "danger": {
4815
- ht(a, {
4816
- id: n,
4817
- duration: i,
4818
- position: "top-center",
4819
- icon: /* @__PURE__ */ q.jsx(Ta, { size: 12 }),
4820
- className: Re("luminus-toast-danger rounded shadow bg-danger", Mt.toast)
4821
- });
4822
- break;
4823
- }
4824
- case "warning": {
4825
- ht(a, {
4826
- id: n,
4827
- duration: i,
4828
- position: "top-center",
4829
- icon: /* @__PURE__ */ q.jsx(xa, { size: 12 }),
4830
- className: Re("luminus-toast-warning rounded shadow bg-warning", Mt.toast)
4831
- });
4832
- break;
4833
- }
4834
- case "info": {
4835
- ht(a, {
4836
- id: n,
4837
- duration: i,
4838
- position: "top-center",
4839
- icon: /* @__PURE__ */ q.jsx(Oa, { size: 12 }),
4840
- className: Re("luminus-toast-info rounded shadow bg-info", Mt.toast)
4841
- });
4842
- break;
4843
- }
4844
- case "prompt": {
4845
- ht(a, {
4846
- id: n,
4847
- duration: i,
4848
- position: "top-center",
4849
- icon: /* @__PURE__ */ q.jsx(Sa, { size: 12 }),
4850
- className: Re("luminus-toast-prompt rounded shadow bg-light", Mt.toast)
4851
- });
4852
- break;
4853
- }
4854
- }
4855
- } });
4856
- function Oi(e, t) {
4857
- return function() {
4858
- return e.apply(t, arguments);
4859
- };
4860
- }
4861
- const { toString: Sl } = Object.prototype, { getPrototypeOf: wn } = Object, wr = /* @__PURE__ */ ((e) => (t) => {
4862
- const r = Sl.call(t);
4863
- return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
4864
- })(/* @__PURE__ */ Object.create(null)), Le = (e) => (e = e.toLowerCase(), (t) => wr(t) === e), xr = (e) => (t) => typeof t === e, { isArray: Tt } = Array, Bt = xr("undefined");
4865
- function Tl(e) {
4866
- return e !== null && !Bt(e) && e.constructor !== null && !Bt(e.constructor) && je(e.constructor.isBuffer) && e.constructor.isBuffer(e);
4867
- }
4868
- const Si = Le("ArrayBuffer");
4869
- function Rl(e) {
4870
- let t;
4871
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Si(e.buffer), t;
4872
- }
4873
- const Cl = xr("string"), je = xr("function"), Ti = xr("number"), Or = (e) => e !== null && typeof e == "object", _l = (e) => e === !0 || e === !1, sr = (e) => {
4874
- if (wr(e) !== "object")
4875
- return !1;
4876
- const t = wn(e);
4877
- return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
4878
- }, Pl = Le("Date"), Al = Le("File"), jl = Le("Blob"), Dl = Le("FileList"), Ml = (e) => Or(e) && je(e.pipe), kl = (e) => {
4879
- let t;
4880
- return e && (typeof FormData == "function" && e instanceof FormData || je(e.append) && ((t = wr(e)) === "formdata" || // detect form-data instance
4881
- t === "object" && je(e.toString) && e.toString() === "[object FormData]"));
4882
- }, Nl = Le("URLSearchParams"), $l = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
4883
- function Wt(e, t, { allOwnKeys: r = !1 } = {}) {
4884
- if (e === null || typeof e > "u")
4885
- return;
4886
- let n, o;
4887
- if (typeof e != "object" && (e = [e]), Tt(e))
4888
- for (n = 0, o = e.length; n < o; n++)
4889
- t.call(null, e[n], n, e);
4890
- else {
4891
- const i = r ? Object.getOwnPropertyNames(e) : Object.keys(e), a = i.length;
4892
- let s;
4893
- for (n = 0; n < a; n++)
4894
- s = i[n], t.call(null, e[s], s, e);
4895
- }
4896
- }
4897
- function Ri(e, t) {
4898
- t = t.toLowerCase();
4899
- const r = Object.keys(e);
4900
- let n = r.length, o;
4901
- for (; n-- > 0; )
4902
- if (o = r[n], t === o.toLowerCase())
4903
- return o;
4904
- return null;
4905
- }
4906
- const Ci = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, _i = (e) => !Bt(e) && e !== Ci;
4907
- function an() {
4908
- const { caseless: e } = _i(this) && this || {}, t = {}, r = (n, o) => {
4909
- const i = e && Ri(t, o) || o;
4910
- sr(t[i]) && sr(n) ? t[i] = an(t[i], n) : sr(n) ? t[i] = an({}, n) : Tt(n) ? t[i] = n.slice() : t[i] = n;
4911
- };
4912
- for (let n = 0, o = arguments.length; n < o; n++)
4913
- arguments[n] && Wt(arguments[n], r);
4914
- return t;
4915
- }
4916
- const Ll = (e, t, r, { allOwnKeys: n } = {}) => (Wt(t, (o, i) => {
4917
- r && je(o) ? e[i] = Oi(o, r) : e[i] = o;
4918
- }, { allOwnKeys: n }), e), Il = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Fl = (e, t, r, n) => {
4919
- e.prototype = Object.create(t.prototype, n), e.prototype.constructor = e, Object.defineProperty(e, "super", {
4920
- value: t.prototype
4921
- }), r && Object.assign(e.prototype, r);
4922
- }, Ul = (e, t, r, n) => {
4923
- let o, i, a;
4924
- const s = {};
4925
- if (t = t || {}, e == null)
4926
- return t;
4927
- do {
4928
- for (o = Object.getOwnPropertyNames(e), i = o.length; i-- > 0; )
4929
- a = o[i], (!n || n(a, e, t)) && !s[a] && (t[a] = e[a], s[a] = !0);
4930
- e = r !== !1 && wn(e);
4931
- } while (e && (!r || r(e, t)) && e !== Object.prototype);
4932
- return t;
4933
- }, Bl = (e, t, r) => {
4934
- e = String(e), (r === void 0 || r > e.length) && (r = e.length), r -= t.length;
4935
- const n = e.indexOf(t, r);
4936
- return n !== -1 && n === r;
4937
- }, zl = (e) => {
4938
- if (!e)
4939
- return null;
4940
- if (Tt(e))
4941
- return e;
4942
- let t = e.length;
4943
- if (!Ti(t))
4944
- return null;
4945
- const r = new Array(t);
4946
- for (; t-- > 0; )
4947
- r[t] = e[t];
4948
- return r;
4949
- }, Hl = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && wn(Uint8Array)), Vl = (e, t) => {
4950
- const n = (e && e[Symbol.iterator]).call(e);
4951
- let o;
4952
- for (; (o = n.next()) && !o.done; ) {
4953
- const i = o.value;
4954
- t.call(e, i[0], i[1]);
4955
- }
4956
- }, Wl = (e, t) => {
4957
- let r;
4958
- const n = [];
4959
- for (; (r = e.exec(t)) !== null; )
4960
- n.push(r);
4961
- return n;
4962
- }, ql = Le("HTMLFormElement"), Yl = (e) => e.toLowerCase().replace(
4963
- /[-_\s]([a-z\d])(\w*)/g,
4964
- function(r, n, o) {
4965
- return n.toUpperCase() + o;
4966
- }
4967
- ), So = (({ hasOwnProperty: e }) => (t, r) => e.call(t, r))(Object.prototype), Kl = Le("RegExp"), Pi = (e, t) => {
4968
- const r = Object.getOwnPropertyDescriptors(e), n = {};
4969
- Wt(r, (o, i) => {
4970
- let a;
4971
- (a = t(o, i, e)) !== !1 && (n[i] = a || o);
4972
- }), Object.defineProperties(e, n);
4973
- }, Jl = (e) => {
4974
- Pi(e, (t, r) => {
4975
- if (je(e) && ["arguments", "caller", "callee"].indexOf(r) !== -1)
4976
- return !1;
4977
- const n = e[r];
4978
- if (je(n)) {
4979
- if (t.enumerable = !1, "writable" in t) {
4980
- t.writable = !1;
4981
- return;
4982
- }
4983
- t.set || (t.set = () => {
4984
- throw Error("Can not rewrite read-only method '" + r + "'");
4985
- });
4986
- }
4987
- });
4988
- }, Xl = (e, t) => {
4989
- const r = {}, n = (o) => {
4990
- o.forEach((i) => {
4991
- r[i] = !0;
4454
+ }
4455
+ });
4456
+ }, wl = (e, t) => {
4457
+ const r = {}, n = (o) => {
4458
+ o.forEach((i) => {
4459
+ r[i] = !0;
4992
4460
  });
4993
4461
  };
4994
4462
  return Tt(e) ? n(e) : n(String(e).split(t)), r;
4995
- }, Gl = () => {
4996
- }, Zl = (e, t) => (e = +e, Number.isFinite(e) ? e : t), Fr = "abcdefghijklmnopqrstuvwxyz", To = "0123456789", Ai = {
4997
- DIGIT: To,
4998
- ALPHA: Fr,
4999
- ALPHA_DIGIT: Fr + Fr.toUpperCase() + To
5000
- }, Ql = (e = 16, t = Ai.ALPHA_DIGIT) => {
4463
+ }, xl = () => {
4464
+ }, Ol = (e, t) => (e = +e, Number.isFinite(e) ? e : t), Ir = "abcdefghijklmnopqrstuvwxyz", wo = "0123456789", Ci = {
4465
+ DIGIT: wo,
4466
+ ALPHA: Ir,
4467
+ ALPHA_DIGIT: Ir + Ir.toUpperCase() + wo
4468
+ }, Sl = (e = 16, t = Ci.ALPHA_DIGIT) => {
5001
4469
  let r = "";
5002
4470
  const { length: n } = t;
5003
4471
  for (; e--; )
5004
4472
  r += t[Math.random() * n | 0];
5005
4473
  return r;
5006
4474
  };
5007
- function ef(e) {
4475
+ function Tl(e) {
5008
4476
  return !!(e && je(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
5009
4477
  }
5010
- const tf = (e) => {
4478
+ const Rl = (e) => {
5011
4479
  const t = new Array(10), r = (n, o) => {
5012
4480
  if (Or(n)) {
5013
4481
  if (t.indexOf(n) >= 0)
@@ -5024,59 +4492,59 @@ const tf = (e) => {
5024
4492
  return n;
5025
4493
  };
5026
4494
  return r(e, 0);
5027
- }, rf = Le("AsyncFunction"), nf = (e) => e && (Or(e) || je(e)) && je(e.then) && je(e.catch), E = {
4495
+ }, Cl = Le("AsyncFunction"), _l = (e) => e && (Or(e) || je(e)) && je(e.then) && je(e.catch), E = {
5028
4496
  isArray: Tt,
5029
- isArrayBuffer: Si,
5030
- isBuffer: Tl,
5031
- isFormData: kl,
5032
- isArrayBufferView: Rl,
5033
- isString: Cl,
5034
- isNumber: Ti,
5035
- isBoolean: _l,
4497
+ isArrayBuffer: wi,
4498
+ isBuffer: Xu,
4499
+ isFormData: il,
4500
+ isArrayBufferView: Gu,
4501
+ isString: Zu,
4502
+ isNumber: xi,
4503
+ isBoolean: Qu,
5036
4504
  isObject: Or,
5037
4505
  isPlainObject: sr,
5038
4506
  isUndefined: Bt,
5039
- isDate: Pl,
5040
- isFile: Al,
5041
- isBlob: jl,
5042
- isRegExp: Kl,
4507
+ isDate: el,
4508
+ isFile: tl,
4509
+ isBlob: rl,
4510
+ isRegExp: bl,
5043
4511
  isFunction: je,
5044
- isStream: Ml,
5045
- isURLSearchParams: Nl,
5046
- isTypedArray: Hl,
5047
- isFileList: Dl,
4512
+ isStream: ol,
4513
+ isURLSearchParams: al,
4514
+ isTypedArray: hl,
4515
+ isFileList: nl,
5048
4516
  forEach: Wt,
5049
- merge: an,
5050
- extend: Ll,
5051
- trim: $l,
5052
- stripBOM: Il,
5053
- inherits: Fl,
5054
- toFlatObject: Ul,
4517
+ merge: on,
4518
+ extend: cl,
4519
+ trim: sl,
4520
+ stripBOM: ul,
4521
+ inherits: ll,
4522
+ toFlatObject: fl,
5055
4523
  kindOf: wr,
5056
4524
  kindOfTest: Le,
5057
- endsWith: Bl,
5058
- toArray: zl,
5059
- forEachEntry: Vl,
5060
- matchAll: Wl,
5061
- isHTMLForm: ql,
5062
- hasOwnProperty: So,
5063
- hasOwnProp: So,
4525
+ endsWith: dl,
4526
+ toArray: pl,
4527
+ forEachEntry: vl,
4528
+ matchAll: ml,
4529
+ isHTMLForm: yl,
4530
+ hasOwnProperty: Eo,
4531
+ hasOwnProp: Eo,
5064
4532
  // an alias to avoid ESLint no-prototype-builtins detection
5065
- reduceDescriptors: Pi,
5066
- freezeMethods: Jl,
5067
- toObjectSet: Xl,
5068
- toCamelCase: Yl,
5069
- noop: Gl,
5070
- toFiniteNumber: Zl,
5071
- findKey: Ri,
5072
- global: Ci,
5073
- isContextDefined: _i,
5074
- ALPHABET: Ai,
5075
- generateString: Ql,
5076
- isSpecCompliantForm: ef,
5077
- toJSONObject: tf,
5078
- isAsyncFn: rf,
5079
- isThenable: nf
4533
+ reduceDescriptors: Ri,
4534
+ freezeMethods: El,
4535
+ toObjectSet: wl,
4536
+ toCamelCase: gl,
4537
+ noop: xl,
4538
+ toFiniteNumber: Ol,
4539
+ findKey: Oi,
4540
+ global: Si,
4541
+ isContextDefined: Ti,
4542
+ ALPHABET: Ci,
4543
+ generateString: Sl,
4544
+ isSpecCompliantForm: Tl,
4545
+ toJSONObject: Rl,
4546
+ isAsyncFn: Cl,
4547
+ isThenable: _l
5080
4548
  };
5081
4549
  function W(e, t, r, n, o) {
5082
4550
  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), r && (this.config = r), n && (this.request = n), o && (this.response = o);
@@ -5102,7 +4570,7 @@ E.inherits(W, Error, {
5102
4570
  };
5103
4571
  }
5104
4572
  });
5105
- const ji = W.prototype, Di = {};
4573
+ const _i = W.prototype, Pi = {};
5106
4574
  [
5107
4575
  "ERR_BAD_OPTION_VALUE",
5108
4576
  "ERR_BAD_OPTION",
@@ -5118,32 +4586,32 @@ const ji = W.prototype, Di = {};
5118
4586
  "ERR_INVALID_URL"
5119
4587
  // eslint-disable-next-line func-names
5120
4588
  ].forEach((e) => {
5121
- Di[e] = { value: e };
4589
+ Pi[e] = { value: e };
5122
4590
  });
5123
- Object.defineProperties(W, Di);
5124
- Object.defineProperty(ji, "isAxiosError", { value: !0 });
4591
+ Object.defineProperties(W, Pi);
4592
+ Object.defineProperty(_i, "isAxiosError", { value: !0 });
5125
4593
  W.from = (e, t, r, n, o, i) => {
5126
- const a = Object.create(ji);
4594
+ const a = Object.create(_i);
5127
4595
  return E.toFlatObject(e, a, function(c) {
5128
4596
  return c !== Error.prototype;
5129
4597
  }, (s) => s !== "isAxiosError"), W.call(a, e.message, t, r, n, o), a.cause = e, a.name = e.name, i && Object.assign(a, i), a;
5130
4598
  };
5131
- const of = null;
5132
- function sn(e) {
4599
+ const Pl = null;
4600
+ function an(e) {
5133
4601
  return E.isPlainObject(e) || E.isArray(e);
5134
4602
  }
5135
- function Mi(e) {
4603
+ function Ai(e) {
5136
4604
  return E.endsWith(e, "[]") ? e.slice(0, -2) : e;
5137
4605
  }
5138
- function Ro(e, t, r) {
4606
+ function xo(e, t, r) {
5139
4607
  return e ? e.concat(t).map(function(o, i) {
5140
- return o = Mi(o), !r && i ? "[" + o + "]" : o;
4608
+ return o = Ai(o), !r && i ? "[" + o + "]" : o;
5141
4609
  }).join(r ? "." : "") : t;
5142
4610
  }
5143
- function af(e) {
5144
- return E.isArray(e) && !e.some(sn);
4611
+ function Al(e) {
4612
+ return E.isArray(e) && !e.some(an);
5145
4613
  }
5146
- const sf = E.toFlatObject(E, {}, null, function(t) {
4614
+ const jl = E.toFlatObject(E, {}, null, function(t) {
5147
4615
  return /^is[A-Z]/.test(t);
5148
4616
  });
5149
4617
  function Sr(e, t, r) {
@@ -5173,21 +4641,21 @@ function Sr(e, t, r) {
5173
4641
  if (h && !b && typeof h == "object") {
5174
4642
  if (E.endsWith(m, "{}"))
5175
4643
  m = n ? m : m.slice(0, -2), h = JSON.stringify(h);
5176
- else if (E.isArray(h) && af(h) || (E.isFileList(h) || E.endsWith(m, "[]")) && (S = E.toArray(h)))
5177
- return m = Mi(m), S.forEach(function(R, O) {
4644
+ else if (E.isArray(h) && Al(h) || (E.isFileList(h) || E.endsWith(m, "[]")) && (S = E.toArray(h)))
4645
+ return m = Ai(m), S.forEach(function(R, O) {
5178
4646
  !(E.isUndefined(R) || R === null) && t.append(
5179
4647
  // eslint-disable-next-line no-nested-ternary
5180
- a === !0 ? Ro([m], O, i) : a === null ? m : m + "[]",
4648
+ a === !0 ? xo([m], O, i) : a === null ? m : m + "[]",
5181
4649
  u(R)
5182
4650
  );
5183
4651
  }), !1;
5184
4652
  }
5185
- return sn(h) ? !0 : (t.append(Ro(b, m, i), u(h)), !1);
4653
+ return an(h) ? !0 : (t.append(xo(b, m, i), u(h)), !1);
5186
4654
  }
5187
- const d = [], v = Object.assign(sf, {
4655
+ const d = [], v = Object.assign(jl, {
5188
4656
  defaultVisitor: l,
5189
4657
  convertValue: u,
5190
- isVisitable: sn
4658
+ isVisitable: an
5191
4659
  });
5192
4660
  function y(h, m) {
5193
4661
  if (!E.isUndefined(h)) {
@@ -5208,7 +4676,7 @@ function Sr(e, t, r) {
5208
4676
  throw new TypeError("data must be an object");
5209
4677
  return y(e), t;
5210
4678
  }
5211
- function Co(e) {
4679
+ function Oo(e) {
5212
4680
  const t = {
5213
4681
  "!": "%21",
5214
4682
  "'": "%27",
@@ -5225,25 +4693,25 @@ function Co(e) {
5225
4693
  function xn(e, t) {
5226
4694
  this._pairs = [], e && Sr(e, this, t);
5227
4695
  }
5228
- const ki = xn.prototype;
5229
- ki.append = function(t, r) {
4696
+ const ji = xn.prototype;
4697
+ ji.append = function(t, r) {
5230
4698
  this._pairs.push([t, r]);
5231
4699
  };
5232
- ki.toString = function(t) {
4700
+ ji.toString = function(t) {
5233
4701
  const r = t ? function(n) {
5234
- return t.call(this, n, Co);
5235
- } : Co;
4702
+ return t.call(this, n, Oo);
4703
+ } : Oo;
5236
4704
  return this._pairs.map(function(o) {
5237
4705
  return r(o[0]) + "=" + r(o[1]);
5238
4706
  }, "").join("&");
5239
4707
  };
5240
- function cf(e) {
4708
+ function Dl(e) {
5241
4709
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
5242
4710
  }
5243
- function Ni(e, t, r) {
4711
+ function Di(e, t, r) {
5244
4712
  if (!t)
5245
4713
  return e;
5246
- const n = r && r.encode || cf, o = r && r.serialize;
4714
+ const n = r && r.encode || Dl, o = r && r.serialize;
5247
4715
  let i;
5248
4716
  if (o ? i = o(t, r) : i = E.isURLSearchParams(t) ? t.toString() : new xn(t, r).toString(n), i) {
5249
4717
  const a = e.indexOf("#");
@@ -5251,7 +4719,7 @@ function Ni(e, t, r) {
5251
4719
  }
5252
4720
  return e;
5253
4721
  }
5254
- class _o {
4722
+ class So {
5255
4723
  constructor() {
5256
4724
  this.handlers = [];
5257
4725
  }
@@ -5305,1003 +4773,1537 @@ class _o {
5305
4773
  });
5306
4774
  }
5307
4775
  }
5308
- const $i = {
4776
+ const Mi = {
5309
4777
  silentJSONParsing: !0,
5310
4778
  forcedJSONParsing: !0,
5311
4779
  clarifyTimeoutError: !1
5312
- }, uf = typeof URLSearchParams < "u" ? URLSearchParams : xn, lf = typeof FormData < "u" ? FormData : null, ff = typeof Blob < "u" ? Blob : null, df = {
4780
+ }, Ml = typeof URLSearchParams < "u" ? URLSearchParams : xn, kl = typeof FormData < "u" ? FormData : null, Nl = typeof Blob < "u" ? Blob : null, $l = {
5313
4781
  isBrowser: !0,
5314
4782
  classes: {
5315
- URLSearchParams: uf,
5316
- FormData: lf,
5317
- Blob: ff
4783
+ URLSearchParams: Ml,
4784
+ FormData: kl,
4785
+ Blob: Nl
5318
4786
  },
5319
4787
  protocols: ["http", "https", "file", "blob", "url", "data"]
5320
- }, Li = typeof window < "u" && typeof document < "u", pf = ((e) => Li && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), hf = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
5321
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", vf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4788
+ }, ki = typeof window < "u" && typeof document < "u", Ll = ((e) => ki && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), Il = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
4789
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Fl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5322
4790
  __proto__: null,
5323
- hasBrowserEnv: Li,
5324
- hasStandardBrowserEnv: pf,
5325
- hasStandardBrowserWebWorkerEnv: hf
4791
+ hasBrowserEnv: ki,
4792
+ hasStandardBrowserEnv: Ll,
4793
+ hasStandardBrowserWebWorkerEnv: Il
5326
4794
  }, Symbol.toStringTag, { value: "Module" })), ke = {
5327
- ...vf,
5328
- ...df
4795
+ ...Fl,
4796
+ ...$l
5329
4797
  };
5330
- function mf(e, t) {
4798
+ function Ul(e, t) {
5331
4799
  return Sr(e, new ke.classes.URLSearchParams(), Object.assign({
5332
4800
  visitor: function(r, n, o, i) {
5333
4801
  return ke.isNode && E.isBuffer(r) ? (this.append(n, r.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
5334
4802
  }
5335
- }, t));
4803
+ }, t));
4804
+ }
4805
+ function Bl(e) {
4806
+ return E.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
4807
+ }
4808
+ function zl(e) {
4809
+ const t = {}, r = Object.keys(e);
4810
+ let n;
4811
+ const o = r.length;
4812
+ let i;
4813
+ for (n = 0; n < o; n++)
4814
+ i = r[n], t[i] = e[i];
4815
+ return t;
4816
+ }
4817
+ function Ni(e) {
4818
+ function t(r, n, o, i) {
4819
+ let a = r[i++];
4820
+ if (a === "__proto__")
4821
+ return !0;
4822
+ const s = Number.isFinite(+a), c = i >= r.length;
4823
+ return a = !a && E.isArray(o) ? o.length : a, c ? (E.hasOwnProp(o, a) ? o[a] = [o[a], n] : o[a] = n, !s) : ((!o[a] || !E.isObject(o[a])) && (o[a] = []), t(r, n, o[a], i) && E.isArray(o[a]) && (o[a] = zl(o[a])), !s);
4824
+ }
4825
+ if (E.isFormData(e) && E.isFunction(e.entries)) {
4826
+ const r = {};
4827
+ return E.forEachEntry(e, (n, o) => {
4828
+ t(Bl(n), o, r, 0);
4829
+ }), r;
4830
+ }
4831
+ return null;
4832
+ }
4833
+ function Hl(e, t, r) {
4834
+ if (E.isString(e))
4835
+ try {
4836
+ return (t || JSON.parse)(e), E.trim(e);
4837
+ } catch (n) {
4838
+ if (n.name !== "SyntaxError")
4839
+ throw n;
4840
+ }
4841
+ return (r || JSON.stringify)(e);
4842
+ }
4843
+ const On = {
4844
+ transitional: Mi,
4845
+ adapter: ["xhr", "http"],
4846
+ transformRequest: [function(t, r) {
4847
+ const n = r.getContentType() || "", o = n.indexOf("application/json") > -1, i = E.isObject(t);
4848
+ if (i && E.isHTMLForm(t) && (t = new FormData(t)), E.isFormData(t))
4849
+ return o ? JSON.stringify(Ni(t)) : t;
4850
+ if (E.isArrayBuffer(t) || E.isBuffer(t) || E.isStream(t) || E.isFile(t) || E.isBlob(t))
4851
+ return t;
4852
+ if (E.isArrayBufferView(t))
4853
+ return t.buffer;
4854
+ if (E.isURLSearchParams(t))
4855
+ return r.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
4856
+ let s;
4857
+ if (i) {
4858
+ if (n.indexOf("application/x-www-form-urlencoded") > -1)
4859
+ return Ul(t, this.formSerializer).toString();
4860
+ if ((s = E.isFileList(t)) || n.indexOf("multipart/form-data") > -1) {
4861
+ const c = this.env && this.env.FormData;
4862
+ return Sr(
4863
+ s ? { "files[]": t } : t,
4864
+ c && new c(),
4865
+ this.formSerializer
4866
+ );
4867
+ }
4868
+ }
4869
+ return i || o ? (r.setContentType("application/json", !1), Hl(t)) : t;
4870
+ }],
4871
+ transformResponse: [function(t) {
4872
+ const r = this.transitional || On.transitional, n = r && r.forcedJSONParsing, o = this.responseType === "json";
4873
+ if (t && E.isString(t) && (n && !this.responseType || o)) {
4874
+ const a = !(r && r.silentJSONParsing) && o;
4875
+ try {
4876
+ return JSON.parse(t);
4877
+ } catch (s) {
4878
+ if (a)
4879
+ throw s.name === "SyntaxError" ? W.from(s, W.ERR_BAD_RESPONSE, this, null, this.response) : s;
4880
+ }
4881
+ }
4882
+ return t;
4883
+ }],
4884
+ /**
4885
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
4886
+ * timeout is not created.
4887
+ */
4888
+ timeout: 0,
4889
+ xsrfCookieName: "XSRF-TOKEN",
4890
+ xsrfHeaderName: "X-XSRF-TOKEN",
4891
+ maxContentLength: -1,
4892
+ maxBodyLength: -1,
4893
+ env: {
4894
+ FormData: ke.classes.FormData,
4895
+ Blob: ke.classes.Blob
4896
+ },
4897
+ validateStatus: function(t) {
4898
+ return t >= 200 && t < 300;
4899
+ },
4900
+ headers: {
4901
+ common: {
4902
+ Accept: "application/json, text/plain, */*",
4903
+ "Content-Type": void 0
4904
+ }
4905
+ }
4906
+ };
4907
+ E.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
4908
+ On.headers[e] = {};
4909
+ });
4910
+ const Sn = On, Vl = E.toObjectSet([
4911
+ "age",
4912
+ "authorization",
4913
+ "content-length",
4914
+ "content-type",
4915
+ "etag",
4916
+ "expires",
4917
+ "from",
4918
+ "host",
4919
+ "if-modified-since",
4920
+ "if-unmodified-since",
4921
+ "last-modified",
4922
+ "location",
4923
+ "max-forwards",
4924
+ "proxy-authorization",
4925
+ "referer",
4926
+ "retry-after",
4927
+ "user-agent"
4928
+ ]), Wl = (e) => {
4929
+ const t = {};
4930
+ let r, n, o;
4931
+ return e && e.split(`
4932
+ `).forEach(function(a) {
4933
+ o = a.indexOf(":"), r = a.substring(0, o).trim().toLowerCase(), n = a.substring(o + 1).trim(), !(!r || t[r] && Vl[r]) && (r === "set-cookie" ? t[r] ? t[r].push(n) : t[r] = [n] : t[r] = t[r] ? t[r] + ", " + n : n);
4934
+ }), t;
4935
+ }, To = Symbol("internals");
4936
+ function Mt(e) {
4937
+ return e && String(e).trim().toLowerCase();
4938
+ }
4939
+ function cr(e) {
4940
+ return e === !1 || e == null ? e : E.isArray(e) ? e.map(cr) : String(e);
4941
+ }
4942
+ function ql(e) {
4943
+ const t = /* @__PURE__ */ Object.create(null), r = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
4944
+ let n;
4945
+ for (; n = r.exec(e); )
4946
+ t[n[1]] = n[2];
4947
+ return t;
4948
+ }
4949
+ const Yl = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
4950
+ function Fr(e, t, r, n, o) {
4951
+ if (E.isFunction(n))
4952
+ return n.call(this, t, r);
4953
+ if (o && (t = r), !!E.isString(t)) {
4954
+ if (E.isString(n))
4955
+ return t.indexOf(n) !== -1;
4956
+ if (E.isRegExp(n))
4957
+ return n.test(t);
4958
+ }
4959
+ }
4960
+ function Kl(e) {
4961
+ return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, r, n) => r.toUpperCase() + n);
4962
+ }
4963
+ function Jl(e, t) {
4964
+ const r = E.toCamelCase(" " + t);
4965
+ ["get", "set", "has"].forEach((n) => {
4966
+ Object.defineProperty(e, n + r, {
4967
+ value: function(o, i, a) {
4968
+ return this[n].call(this, t, o, i, a);
4969
+ },
4970
+ configurable: !0
4971
+ });
4972
+ });
4973
+ }
4974
+ class Tr {
4975
+ constructor(t) {
4976
+ t && this.set(t);
4977
+ }
4978
+ set(t, r, n) {
4979
+ const o = this;
4980
+ function i(s, c, u) {
4981
+ const l = Mt(c);
4982
+ if (!l)
4983
+ throw new Error("header name must be a non-empty string");
4984
+ const d = E.findKey(o, l);
4985
+ (!d || o[d] === void 0 || u === !0 || u === void 0 && o[d] !== !1) && (o[d || c] = cr(s));
4986
+ }
4987
+ const a = (s, c) => E.forEach(s, (u, l) => i(u, l, c));
4988
+ return E.isPlainObject(t) || t instanceof this.constructor ? a(t, r) : E.isString(t) && (t = t.trim()) && !Yl(t) ? a(Wl(t), r) : t != null && i(r, t, n), this;
4989
+ }
4990
+ get(t, r) {
4991
+ if (t = Mt(t), t) {
4992
+ const n = E.findKey(this, t);
4993
+ if (n) {
4994
+ const o = this[n];
4995
+ if (!r)
4996
+ return o;
4997
+ if (r === !0)
4998
+ return ql(o);
4999
+ if (E.isFunction(r))
5000
+ return r.call(this, o, n);
5001
+ if (E.isRegExp(r))
5002
+ return r.exec(o);
5003
+ throw new TypeError("parser must be boolean|regexp|function");
5004
+ }
5005
+ }
5006
+ }
5007
+ has(t, r) {
5008
+ if (t = Mt(t), t) {
5009
+ const n = E.findKey(this, t);
5010
+ return !!(n && this[n] !== void 0 && (!r || Fr(this, this[n], n, r)));
5011
+ }
5012
+ return !1;
5013
+ }
5014
+ delete(t, r) {
5015
+ const n = this;
5016
+ let o = !1;
5017
+ function i(a) {
5018
+ if (a = Mt(a), a) {
5019
+ const s = E.findKey(n, a);
5020
+ s && (!r || Fr(n, n[s], s, r)) && (delete n[s], o = !0);
5021
+ }
5022
+ }
5023
+ return E.isArray(t) ? t.forEach(i) : i(t), o;
5024
+ }
5025
+ clear(t) {
5026
+ const r = Object.keys(this);
5027
+ let n = r.length, o = !1;
5028
+ for (; n--; ) {
5029
+ const i = r[n];
5030
+ (!t || Fr(this, this[i], i, t, !0)) && (delete this[i], o = !0);
5031
+ }
5032
+ return o;
5033
+ }
5034
+ normalize(t) {
5035
+ const r = this, n = {};
5036
+ return E.forEach(this, (o, i) => {
5037
+ const a = E.findKey(n, i);
5038
+ if (a) {
5039
+ r[a] = cr(o), delete r[i];
5040
+ return;
5041
+ }
5042
+ const s = t ? Kl(i) : String(i).trim();
5043
+ s !== i && delete r[i], r[s] = cr(o), n[s] = !0;
5044
+ }), this;
5045
+ }
5046
+ concat(...t) {
5047
+ return this.constructor.concat(this, ...t);
5048
+ }
5049
+ toJSON(t) {
5050
+ const r = /* @__PURE__ */ Object.create(null);
5051
+ return E.forEach(this, (n, o) => {
5052
+ n != null && n !== !1 && (r[o] = t && E.isArray(n) ? n.join(", ") : n);
5053
+ }), r;
5054
+ }
5055
+ [Symbol.iterator]() {
5056
+ return Object.entries(this.toJSON())[Symbol.iterator]();
5057
+ }
5058
+ toString() {
5059
+ return Object.entries(this.toJSON()).map(([t, r]) => t + ": " + r).join(`
5060
+ `);
5061
+ }
5062
+ get [Symbol.toStringTag]() {
5063
+ return "AxiosHeaders";
5064
+ }
5065
+ static from(t) {
5066
+ return t instanceof this ? t : new this(t);
5067
+ }
5068
+ static concat(t, ...r) {
5069
+ const n = new this(t);
5070
+ return r.forEach((o) => n.set(o)), n;
5071
+ }
5072
+ static accessor(t) {
5073
+ const n = (this[To] = this[To] = {
5074
+ accessors: {}
5075
+ }).accessors, o = this.prototype;
5076
+ function i(a) {
5077
+ const s = Mt(a);
5078
+ n[s] || (Jl(o, a), n[s] = !0);
5079
+ }
5080
+ return E.isArray(t) ? t.forEach(i) : i(t), this;
5081
+ }
5082
+ }
5083
+ Tr.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
5084
+ E.reduceDescriptors(Tr.prototype, ({ value: e }, t) => {
5085
+ let r = t[0].toUpperCase() + t.slice(1);
5086
+ return {
5087
+ get: () => e,
5088
+ set(n) {
5089
+ this[r] = n;
5090
+ }
5091
+ };
5092
+ });
5093
+ E.freezeMethods(Tr);
5094
+ const Be = Tr;
5095
+ function Ur(e, t) {
5096
+ const r = this || Sn, n = t || r, o = Be.from(n.headers);
5097
+ let i = n.data;
5098
+ return E.forEach(e, function(s) {
5099
+ i = s.call(r, i, o.normalize(), t ? t.status : void 0);
5100
+ }), o.normalize(), i;
5336
5101
  }
5337
- function yf(e) {
5338
- return E.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
5102
+ function $i(e) {
5103
+ return !!(e && e.__CANCEL__);
5339
5104
  }
5340
- function gf(e) {
5341
- const t = {}, r = Object.keys(e);
5342
- let n;
5343
- const o = r.length;
5344
- let i;
5345
- for (n = 0; n < o; n++)
5346
- i = r[n], t[i] = e[i];
5347
- return t;
5105
+ function qt(e, t, r) {
5106
+ W.call(this, e ?? "canceled", W.ERR_CANCELED, t, r), this.name = "CanceledError";
5348
5107
  }
5349
- function Ii(e) {
5350
- function t(r, n, o, i) {
5351
- let a = r[i++];
5352
- if (a === "__proto__")
5353
- return !0;
5354
- const s = Number.isFinite(+a), c = i >= r.length;
5355
- return a = !a && E.isArray(o) ? o.length : a, c ? (E.hasOwnProp(o, a) ? o[a] = [o[a], n] : o[a] = n, !s) : ((!o[a] || !E.isObject(o[a])) && (o[a] = []), t(r, n, o[a], i) && E.isArray(o[a]) && (o[a] = gf(o[a])), !s);
5108
+ E.inherits(qt, W, {
5109
+ __CANCEL__: !0
5110
+ });
5111
+ function Xl(e, t, r) {
5112
+ const n = r.config.validateStatus;
5113
+ !r.status || !n || n(r.status) ? e(r) : t(new W(
5114
+ "Request failed with status code " + r.status,
5115
+ [W.ERR_BAD_REQUEST, W.ERR_BAD_RESPONSE][Math.floor(r.status / 100) - 4],
5116
+ r.config,
5117
+ r.request,
5118
+ r
5119
+ ));
5120
+ }
5121
+ const Gl = ke.hasStandardBrowserEnv ? (
5122
+ // Standard browser envs support document.cookie
5123
+ {
5124
+ write(e, t, r, n, o, i) {
5125
+ const a = [e + "=" + encodeURIComponent(t)];
5126
+ E.isNumber(r) && a.push("expires=" + new Date(r).toGMTString()), E.isString(n) && a.push("path=" + n), E.isString(o) && a.push("domain=" + o), i === !0 && a.push("secure"), document.cookie = a.join("; ");
5127
+ },
5128
+ read(e) {
5129
+ const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
5130
+ return t ? decodeURIComponent(t[3]) : null;
5131
+ },
5132
+ remove(e) {
5133
+ this.write(e, "", Date.now() - 864e5);
5134
+ }
5356
5135
  }
5357
- if (E.isFormData(e) && E.isFunction(e.entries)) {
5358
- const r = {};
5359
- return E.forEachEntry(e, (n, o) => {
5360
- t(yf(n), o, r, 0);
5361
- }), r;
5136
+ ) : (
5137
+ // Non-standard browser env (web workers, react-native) lack needed support.
5138
+ {
5139
+ write() {
5140
+ },
5141
+ read() {
5142
+ return null;
5143
+ },
5144
+ remove() {
5145
+ }
5362
5146
  }
5363
- return null;
5147
+ );
5148
+ function Zl(e) {
5149
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
5364
5150
  }
5365
- function bf(e, t, r) {
5366
- if (E.isString(e))
5367
- try {
5368
- return (t || JSON.parse)(e), E.trim(e);
5369
- } catch (n) {
5370
- if (n.name !== "SyntaxError")
5371
- throw n;
5151
+ function Ql(e, t) {
5152
+ return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
5153
+ }
5154
+ function Li(e, t) {
5155
+ return e && !Zl(t) ? Ql(e, t) : t;
5156
+ }
5157
+ const ef = ke.hasStandardBrowserEnv ? (
5158
+ // Standard browser envs have full support of the APIs needed to test
5159
+ // whether the request URL is of the same origin as current location.
5160
+ function() {
5161
+ const t = /(msie|trident)/i.test(navigator.userAgent), r = document.createElement("a");
5162
+ let n;
5163
+ function o(i) {
5164
+ let a = i;
5165
+ return t && (r.setAttribute("href", a), a = r.href), r.setAttribute("href", a), {
5166
+ href: r.href,
5167
+ protocol: r.protocol ? r.protocol.replace(/:$/, "") : "",
5168
+ host: r.host,
5169
+ search: r.search ? r.search.replace(/^\?/, "") : "",
5170
+ hash: r.hash ? r.hash.replace(/^#/, "") : "",
5171
+ hostname: r.hostname,
5172
+ port: r.port,
5173
+ pathname: r.pathname.charAt(0) === "/" ? r.pathname : "/" + r.pathname
5174
+ };
5372
5175
  }
5373
- return (r || JSON.stringify)(e);
5176
+ return n = o(window.location.href), function(a) {
5177
+ const s = E.isString(a) ? o(a) : a;
5178
+ return s.protocol === n.protocol && s.host === n.host;
5179
+ };
5180
+ }()
5181
+ ) : (
5182
+ // Non standard browser envs (web workers, react-native) lack needed support.
5183
+ /* @__PURE__ */ function() {
5184
+ return function() {
5185
+ return !0;
5186
+ };
5187
+ }()
5188
+ );
5189
+ function tf(e) {
5190
+ const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
5191
+ return t && t[1] || "";
5374
5192
  }
5375
- const On = {
5376
- transitional: $i,
5377
- adapter: ["xhr", "http"],
5378
- transformRequest: [function(t, r) {
5379
- const n = r.getContentType() || "", o = n.indexOf("application/json") > -1, i = E.isObject(t);
5380
- if (i && E.isHTMLForm(t) && (t = new FormData(t)), E.isFormData(t))
5381
- return o ? JSON.stringify(Ii(t)) : t;
5382
- if (E.isArrayBuffer(t) || E.isBuffer(t) || E.isStream(t) || E.isFile(t) || E.isBlob(t))
5383
- return t;
5384
- if (E.isArrayBufferView(t))
5385
- return t.buffer;
5386
- if (E.isURLSearchParams(t))
5387
- return r.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
5388
- let s;
5389
- if (i) {
5390
- if (n.indexOf("application/x-www-form-urlencoded") > -1)
5391
- return mf(t, this.formSerializer).toString();
5392
- if ((s = E.isFileList(t)) || n.indexOf("multipart/form-data") > -1) {
5393
- const c = this.env && this.env.FormData;
5394
- return Sr(
5395
- s ? { "files[]": t } : t,
5396
- c && new c(),
5397
- this.formSerializer
5398
- );
5399
- }
5193
+ function rf(e, t) {
5194
+ e = e || 10;
5195
+ const r = new Array(e), n = new Array(e);
5196
+ let o = 0, i = 0, a;
5197
+ return t = t !== void 0 ? t : 1e3, function(c) {
5198
+ const u = Date.now(), l = n[i];
5199
+ a || (a = u), r[o] = c, n[o] = u;
5200
+ let d = i, v = 0;
5201
+ for (; d !== o; )
5202
+ v += r[d++], d = d % e;
5203
+ if (o = (o + 1) % e, o === i && (i = (i + 1) % e), u - a < t)
5204
+ return;
5205
+ const y = l && u - l;
5206
+ return y ? Math.round(v * 1e3 / y) : void 0;
5207
+ };
5208
+ }
5209
+ function Ro(e, t) {
5210
+ let r = 0;
5211
+ const n = rf(50, 250);
5212
+ return (o) => {
5213
+ const i = o.loaded, a = o.lengthComputable ? o.total : void 0, s = i - r, c = n(s), u = i <= a;
5214
+ r = i;
5215
+ const l = {
5216
+ loaded: i,
5217
+ total: a,
5218
+ progress: a ? i / a : void 0,
5219
+ bytes: s,
5220
+ rate: c || void 0,
5221
+ estimated: c && a && u ? (a - i) / c : void 0,
5222
+ event: o
5223
+ };
5224
+ l[t ? "download" : "upload"] = !0, e(l);
5225
+ };
5226
+ }
5227
+ const nf = typeof XMLHttpRequest < "u", of = nf && function(e) {
5228
+ return new Promise(function(r, n) {
5229
+ let o = e.data;
5230
+ const i = Be.from(e.headers).normalize();
5231
+ let { responseType: a, withXSRFToken: s } = e, c;
5232
+ function u() {
5233
+ e.cancelToken && e.cancelToken.unsubscribe(c), e.signal && e.signal.removeEventListener("abort", c);
5400
5234
  }
5401
- return i || o ? (r.setContentType("application/json", !1), bf(t)) : t;
5402
- }],
5403
- transformResponse: [function(t) {
5404
- const r = this.transitional || On.transitional, n = r && r.forcedJSONParsing, o = this.responseType === "json";
5405
- if (t && E.isString(t) && (n && !this.responseType || o)) {
5406
- const a = !(r && r.silentJSONParsing) && o;
5407
- try {
5408
- return JSON.parse(t);
5409
- } catch (s) {
5410
- if (a)
5411
- throw s.name === "SyntaxError" ? W.from(s, W.ERR_BAD_RESPONSE, this, null, this.response) : s;
5235
+ let l;
5236
+ if (E.isFormData(o)) {
5237
+ if (ke.hasStandardBrowserEnv || ke.hasStandardBrowserWebWorkerEnv)
5238
+ i.setContentType(!1);
5239
+ else if ((l = i.getContentType()) !== !1) {
5240
+ const [m, ...b] = l ? l.split(";").map((S) => S.trim()).filter(Boolean) : [];
5241
+ i.setContentType([m || "multipart/form-data", ...b].join("; "));
5412
5242
  }
5413
5243
  }
5414
- return t;
5415
- }],
5416
- /**
5417
- * A timeout in milliseconds to abort a request. If set to 0 (default) a
5418
- * timeout is not created.
5419
- */
5420
- timeout: 0,
5421
- xsrfCookieName: "XSRF-TOKEN",
5422
- xsrfHeaderName: "X-XSRF-TOKEN",
5423
- maxContentLength: -1,
5424
- maxBodyLength: -1,
5425
- env: {
5426
- FormData: ke.classes.FormData,
5427
- Blob: ke.classes.Blob
5428
- },
5429
- validateStatus: function(t) {
5430
- return t >= 200 && t < 300;
5431
- },
5432
- headers: {
5433
- common: {
5434
- Accept: "application/json, text/plain, */*",
5435
- "Content-Type": void 0
5244
+ let d = new XMLHttpRequest();
5245
+ if (e.auth) {
5246
+ const m = e.auth.username || "", b = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
5247
+ i.set("Authorization", "Basic " + btoa(m + ":" + b));
5248
+ }
5249
+ const v = Li(e.baseURL, e.url);
5250
+ d.open(e.method.toUpperCase(), Di(v, e.params, e.paramsSerializer), !0), d.timeout = e.timeout;
5251
+ function y() {
5252
+ if (!d)
5253
+ return;
5254
+ const m = Be.from(
5255
+ "getAllResponseHeaders" in d && d.getAllResponseHeaders()
5256
+ ), S = {
5257
+ data: !a || a === "text" || a === "json" ? d.responseText : d.response,
5258
+ status: d.status,
5259
+ statusText: d.statusText,
5260
+ headers: m,
5261
+ config: e,
5262
+ request: d
5263
+ };
5264
+ Xl(function(R) {
5265
+ r(R), u();
5266
+ }, function(R) {
5267
+ n(R), u();
5268
+ }, S), d = null;
5269
+ }
5270
+ if ("onloadend" in d ? d.onloadend = y : d.onreadystatechange = function() {
5271
+ !d || d.readyState !== 4 || d.status === 0 && !(d.responseURL && d.responseURL.indexOf("file:") === 0) || setTimeout(y);
5272
+ }, d.onabort = function() {
5273
+ d && (n(new W("Request aborted", W.ECONNABORTED, e, d)), d = null);
5274
+ }, d.onerror = function() {
5275
+ n(new W("Network Error", W.ERR_NETWORK, e, d)), d = null;
5276
+ }, d.ontimeout = function() {
5277
+ let b = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
5278
+ const S = e.transitional || Mi;
5279
+ e.timeoutErrorMessage && (b = e.timeoutErrorMessage), n(new W(
5280
+ b,
5281
+ S.clarifyTimeoutError ? W.ETIMEDOUT : W.ECONNABORTED,
5282
+ e,
5283
+ d
5284
+ )), d = null;
5285
+ }, ke.hasStandardBrowserEnv && (s && E.isFunction(s) && (s = s(e)), s || s !== !1 && ef(v))) {
5286
+ const m = e.xsrfHeaderName && e.xsrfCookieName && Gl.read(e.xsrfCookieName);
5287
+ m && i.set(e.xsrfHeaderName, m);
5288
+ }
5289
+ o === void 0 && i.setContentType(null), "setRequestHeader" in d && E.forEach(i.toJSON(), function(b, S) {
5290
+ d.setRequestHeader(S, b);
5291
+ }), E.isUndefined(e.withCredentials) || (d.withCredentials = !!e.withCredentials), a && a !== "json" && (d.responseType = e.responseType), typeof e.onDownloadProgress == "function" && d.addEventListener("progress", Ro(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && d.upload && d.upload.addEventListener("progress", Ro(e.onUploadProgress)), (e.cancelToken || e.signal) && (c = (m) => {
5292
+ d && (n(!m || m.type ? new qt(null, e, d) : m), d.abort(), d = null);
5293
+ }, e.cancelToken && e.cancelToken.subscribe(c), e.signal && (e.signal.aborted ? c() : e.signal.addEventListener("abort", c)));
5294
+ const h = tf(v);
5295
+ if (h && ke.protocols.indexOf(h) === -1) {
5296
+ n(new W("Unsupported protocol " + h + ":", W.ERR_BAD_REQUEST, e));
5297
+ return;
5436
5298
  }
5437
- }
5299
+ d.send(o || null);
5300
+ });
5301
+ }, sn = {
5302
+ http: Pl,
5303
+ xhr: of
5438
5304
  };
5439
- E.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
5440
- On.headers[e] = {};
5441
- });
5442
- const Sn = On, Ef = E.toObjectSet([
5443
- "age",
5444
- "authorization",
5445
- "content-length",
5446
- "content-type",
5447
- "etag",
5448
- "expires",
5449
- "from",
5450
- "host",
5451
- "if-modified-since",
5452
- "if-unmodified-since",
5453
- "last-modified",
5454
- "location",
5455
- "max-forwards",
5456
- "proxy-authorization",
5457
- "referer",
5458
- "retry-after",
5459
- "user-agent"
5460
- ]), wf = (e) => {
5461
- const t = {};
5462
- let r, n, o;
5463
- return e && e.split(`
5464
- `).forEach(function(a) {
5465
- o = a.indexOf(":"), r = a.substring(0, o).trim().toLowerCase(), n = a.substring(o + 1).trim(), !(!r || t[r] && Ef[r]) && (r === "set-cookie" ? t[r] ? t[r].push(n) : t[r] = [n] : t[r] = t[r] ? t[r] + ", " + n : n);
5466
- }), t;
5467
- }, Po = Symbol("internals");
5468
- function kt(e) {
5469
- return e && String(e).trim().toLowerCase();
5470
- }
5471
- function cr(e) {
5472
- return e === !1 || e == null ? e : E.isArray(e) ? e.map(cr) : String(e);
5473
- }
5474
- function xf(e) {
5475
- const t = /* @__PURE__ */ Object.create(null), r = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
5476
- let n;
5477
- for (; n = r.exec(e); )
5478
- t[n[1]] = n[2];
5479
- return t;
5480
- }
5481
- const Of = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
5482
- function Ur(e, t, r, n, o) {
5483
- if (E.isFunction(n))
5484
- return n.call(this, t, r);
5485
- if (o && (t = r), !!E.isString(t)) {
5486
- if (E.isString(n))
5487
- return t.indexOf(n) !== -1;
5488
- if (E.isRegExp(n))
5489
- return n.test(t);
5305
+ E.forEach(sn, (e, t) => {
5306
+ if (e) {
5307
+ try {
5308
+ Object.defineProperty(e, "name", { value: t });
5309
+ } catch {
5310
+ }
5311
+ Object.defineProperty(e, "adapterName", { value: t });
5490
5312
  }
5313
+ });
5314
+ const Co = (e) => `- ${e}`, af = (e) => E.isFunction(e) || e === null || e === !1, Ii = {
5315
+ getAdapter: (e) => {
5316
+ e = E.isArray(e) ? e : [e];
5317
+ const { length: t } = e;
5318
+ let r, n;
5319
+ const o = {};
5320
+ for (let i = 0; i < t; i++) {
5321
+ r = e[i];
5322
+ let a;
5323
+ if (n = r, !af(r) && (n = sn[(a = String(r)).toLowerCase()], n === void 0))
5324
+ throw new W(`Unknown adapter '${a}'`);
5325
+ if (n)
5326
+ break;
5327
+ o[a || "#" + i] = n;
5328
+ }
5329
+ if (!n) {
5330
+ const i = Object.entries(o).map(
5331
+ ([s, c]) => `adapter ${s} ` + (c === !1 ? "is not supported by the environment" : "is not available in the build")
5332
+ );
5333
+ let a = t ? i.length > 1 ? `since :
5334
+ ` + i.map(Co).join(`
5335
+ `) : " " + Co(i[0]) : "as no adapter specified";
5336
+ throw new W(
5337
+ "There is no suitable adapter to dispatch the request " + a,
5338
+ "ERR_NOT_SUPPORT"
5339
+ );
5340
+ }
5341
+ return n;
5342
+ },
5343
+ adapters: sn
5344
+ };
5345
+ function Br(e) {
5346
+ if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
5347
+ throw new qt(null, e);
5491
5348
  }
5492
- function Sf(e) {
5493
- return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, r, n) => r.toUpperCase() + n);
5494
- }
5495
- function Tf(e, t) {
5496
- const r = E.toCamelCase(" " + t);
5497
- ["get", "set", "has"].forEach((n) => {
5498
- Object.defineProperty(e, n + r, {
5499
- value: function(o, i, a) {
5500
- return this[n].call(this, t, o, i, a);
5501
- },
5502
- configurable: !0
5503
- });
5349
+ function _o(e) {
5350
+ return Br(e), e.headers = Be.from(e.headers), e.data = Ur.call(
5351
+ e,
5352
+ e.transformRequest
5353
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Ii.getAdapter(e.adapter || Sn.adapter)(e).then(function(n) {
5354
+ return Br(e), n.data = Ur.call(
5355
+ e,
5356
+ e.transformResponse,
5357
+ n
5358
+ ), n.headers = Be.from(n.headers), n;
5359
+ }, function(n) {
5360
+ return $i(n) || (Br(e), n && n.response && (n.response.data = Ur.call(
5361
+ e,
5362
+ e.transformResponse,
5363
+ n.response
5364
+ ), n.response.headers = Be.from(n.response.headers))), Promise.reject(n);
5504
5365
  });
5505
5366
  }
5506
- class Tr {
5507
- constructor(t) {
5508
- t && this.set(t);
5367
+ const Po = (e) => e instanceof Be ? { ...e } : e;
5368
+ function Ot(e, t) {
5369
+ t = t || {};
5370
+ const r = {};
5371
+ function n(u, l, d) {
5372
+ return E.isPlainObject(u) && E.isPlainObject(l) ? E.merge.call({ caseless: d }, u, l) : E.isPlainObject(l) ? E.merge({}, l) : E.isArray(l) ? l.slice() : l;
5509
5373
  }
5510
- set(t, r, n) {
5511
- const o = this;
5512
- function i(s, c, u) {
5513
- const l = kt(c);
5514
- if (!l)
5515
- throw new Error("header name must be a non-empty string");
5516
- const d = E.findKey(o, l);
5517
- (!d || o[d] === void 0 || u === !0 || u === void 0 && o[d] !== !1) && (o[d || c] = cr(s));
5518
- }
5519
- const a = (s, c) => E.forEach(s, (u, l) => i(u, l, c));
5520
- return E.isPlainObject(t) || t instanceof this.constructor ? a(t, r) : E.isString(t) && (t = t.trim()) && !Of(t) ? a(wf(t), r) : t != null && i(r, t, n), this;
5374
+ function o(u, l, d) {
5375
+ if (E.isUndefined(l)) {
5376
+ if (!E.isUndefined(u))
5377
+ return n(void 0, u, d);
5378
+ } else
5379
+ return n(u, l, d);
5521
5380
  }
5522
- get(t, r) {
5523
- if (t = kt(t), t) {
5524
- const n = E.findKey(this, t);
5525
- if (n) {
5526
- const o = this[n];
5527
- if (!r)
5528
- return o;
5529
- if (r === !0)
5530
- return xf(o);
5531
- if (E.isFunction(r))
5532
- return r.call(this, o, n);
5533
- if (E.isRegExp(r))
5534
- return r.exec(o);
5535
- throw new TypeError("parser must be boolean|regexp|function");
5536
- }
5537
- }
5381
+ function i(u, l) {
5382
+ if (!E.isUndefined(l))
5383
+ return n(void 0, l);
5538
5384
  }
5539
- has(t, r) {
5540
- if (t = kt(t), t) {
5541
- const n = E.findKey(this, t);
5542
- return !!(n && this[n] !== void 0 && (!r || Ur(this, this[n], n, r)));
5385
+ function a(u, l) {
5386
+ if (E.isUndefined(l)) {
5387
+ if (!E.isUndefined(u))
5388
+ return n(void 0, u);
5389
+ } else
5390
+ return n(void 0, l);
5391
+ }
5392
+ function s(u, l, d) {
5393
+ if (d in t)
5394
+ return n(u, l);
5395
+ if (d in e)
5396
+ return n(void 0, u);
5397
+ }
5398
+ const c = {
5399
+ url: i,
5400
+ method: i,
5401
+ data: i,
5402
+ baseURL: a,
5403
+ transformRequest: a,
5404
+ transformResponse: a,
5405
+ paramsSerializer: a,
5406
+ timeout: a,
5407
+ timeoutMessage: a,
5408
+ withCredentials: a,
5409
+ withXSRFToken: a,
5410
+ adapter: a,
5411
+ responseType: a,
5412
+ xsrfCookieName: a,
5413
+ xsrfHeaderName: a,
5414
+ onUploadProgress: a,
5415
+ onDownloadProgress: a,
5416
+ decompress: a,
5417
+ maxContentLength: a,
5418
+ maxBodyLength: a,
5419
+ beforeRedirect: a,
5420
+ transport: a,
5421
+ httpAgent: a,
5422
+ httpsAgent: a,
5423
+ cancelToken: a,
5424
+ socketPath: a,
5425
+ responseEncoding: a,
5426
+ validateStatus: s,
5427
+ headers: (u, l) => o(Po(u), Po(l), !0)
5428
+ };
5429
+ return E.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
5430
+ const d = c[l] || o, v = d(e[l], t[l], l);
5431
+ E.isUndefined(v) && d !== s || (r[l] = v);
5432
+ }), r;
5433
+ }
5434
+ const Fi = "1.6.8", Tn = {};
5435
+ ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
5436
+ Tn[e] = function(n) {
5437
+ return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
5438
+ };
5439
+ });
5440
+ const Ao = {};
5441
+ Tn.transitional = function(t, r, n) {
5442
+ function o(i, a) {
5443
+ return "[Axios v" + Fi + "] Transitional option '" + i + "'" + a + (n ? ". " + n : "");
5444
+ }
5445
+ return (i, a, s) => {
5446
+ if (t === !1)
5447
+ throw new W(
5448
+ o(a, " has been removed" + (r ? " in " + r : "")),
5449
+ W.ERR_DEPRECATED
5450
+ );
5451
+ return r && !Ao[a] && (Ao[a] = !0, console.warn(
5452
+ o(
5453
+ a,
5454
+ " has been deprecated since v" + r + " and will be removed in the near future"
5455
+ )
5456
+ )), t ? t(i, a, s) : !0;
5457
+ };
5458
+ };
5459
+ function sf(e, t, r) {
5460
+ if (typeof e != "object")
5461
+ throw new W("options must be an object", W.ERR_BAD_OPTION_VALUE);
5462
+ const n = Object.keys(e);
5463
+ let o = n.length;
5464
+ for (; o-- > 0; ) {
5465
+ const i = n[o], a = t[i];
5466
+ if (a) {
5467
+ const s = e[i], c = s === void 0 || a(s, i, e);
5468
+ if (c !== !0)
5469
+ throw new W("option " + i + " must be " + c, W.ERR_BAD_OPTION_VALUE);
5470
+ continue;
5543
5471
  }
5544
- return !1;
5472
+ if (r !== !0)
5473
+ throw new W("Unknown option " + i, W.ERR_BAD_OPTION);
5545
5474
  }
5546
- delete(t, r) {
5547
- const n = this;
5548
- let o = !1;
5549
- function i(a) {
5550
- if (a = kt(a), a) {
5551
- const s = E.findKey(n, a);
5552
- s && (!r || Ur(n, n[s], s, r)) && (delete n[s], o = !0);
5475
+ }
5476
+ const cn = {
5477
+ assertOptions: sf,
5478
+ validators: Tn
5479
+ }, Ye = cn.validators;
5480
+ class vr {
5481
+ constructor(t) {
5482
+ this.defaults = t, this.interceptors = {
5483
+ request: new So(),
5484
+ response: new So()
5485
+ };
5486
+ }
5487
+ /**
5488
+ * Dispatch a request
5489
+ *
5490
+ * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
5491
+ * @param {?Object} config
5492
+ *
5493
+ * @returns {Promise} The Promise to be fulfilled
5494
+ */
5495
+ async request(t, r) {
5496
+ try {
5497
+ return await this._request(t, r);
5498
+ } catch (n) {
5499
+ if (n instanceof Error) {
5500
+ let o;
5501
+ Error.captureStackTrace ? Error.captureStackTrace(o = {}) : o = new Error();
5502
+ const i = o.stack ? o.stack.replace(/^.+\n/, "") : "";
5503
+ n.stack ? i && !String(n.stack).endsWith(i.replace(/^.+\n.+\n/, "")) && (n.stack += `
5504
+ ` + i) : n.stack = i;
5553
5505
  }
5506
+ throw n;
5554
5507
  }
5555
- return E.isArray(t) ? t.forEach(i) : i(t), o;
5556
5508
  }
5557
- clear(t) {
5558
- const r = Object.keys(this);
5559
- let n = r.length, o = !1;
5560
- for (; n--; ) {
5561
- const i = r[n];
5562
- (!t || Ur(this, this[i], i, t, !0)) && (delete this[i], o = !0);
5509
+ _request(t, r) {
5510
+ typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r = Ot(this.defaults, r);
5511
+ const { transitional: n, paramsSerializer: o, headers: i } = r;
5512
+ n !== void 0 && cn.assertOptions(n, {
5513
+ silentJSONParsing: Ye.transitional(Ye.boolean),
5514
+ forcedJSONParsing: Ye.transitional(Ye.boolean),
5515
+ clarifyTimeoutError: Ye.transitional(Ye.boolean)
5516
+ }, !1), o != null && (E.isFunction(o) ? r.paramsSerializer = {
5517
+ serialize: o
5518
+ } : cn.assertOptions(o, {
5519
+ encode: Ye.function,
5520
+ serialize: Ye.function
5521
+ }, !0)), r.method = (r.method || this.defaults.method || "get").toLowerCase();
5522
+ let a = i && E.merge(
5523
+ i.common,
5524
+ i[r.method]
5525
+ );
5526
+ i && E.forEach(
5527
+ ["delete", "get", "head", "post", "put", "patch", "common"],
5528
+ (h) => {
5529
+ delete i[h];
5530
+ }
5531
+ ), r.headers = Be.concat(a, i);
5532
+ const s = [];
5533
+ let c = !0;
5534
+ this.interceptors.request.forEach(function(m) {
5535
+ typeof m.runWhen == "function" && m.runWhen(r) === !1 || (c = c && m.synchronous, s.unshift(m.fulfilled, m.rejected));
5536
+ });
5537
+ const u = [];
5538
+ this.interceptors.response.forEach(function(m) {
5539
+ u.push(m.fulfilled, m.rejected);
5540
+ });
5541
+ let l, d = 0, v;
5542
+ if (!c) {
5543
+ const h = [_o.bind(this), void 0];
5544
+ for (h.unshift.apply(h, s), h.push.apply(h, u), v = h.length, l = Promise.resolve(r); d < v; )
5545
+ l = l.then(h[d++], h[d++]);
5546
+ return l;
5563
5547
  }
5564
- return o;
5565
- }
5566
- normalize(t) {
5567
- const r = this, n = {};
5568
- return E.forEach(this, (o, i) => {
5569
- const a = E.findKey(n, i);
5570
- if (a) {
5571
- r[a] = cr(o), delete r[i];
5572
- return;
5548
+ v = s.length;
5549
+ let y = r;
5550
+ for (d = 0; d < v; ) {
5551
+ const h = s[d++], m = s[d++];
5552
+ try {
5553
+ y = h(y);
5554
+ } catch (b) {
5555
+ m.call(this, b);
5556
+ break;
5573
5557
  }
5574
- const s = t ? Sf(i) : String(i).trim();
5575
- s !== i && delete r[i], r[s] = cr(o), n[s] = !0;
5576
- }), this;
5577
- }
5578
- concat(...t) {
5579
- return this.constructor.concat(this, ...t);
5580
- }
5581
- toJSON(t) {
5582
- const r = /* @__PURE__ */ Object.create(null);
5583
- return E.forEach(this, (n, o) => {
5584
- n != null && n !== !1 && (r[o] = t && E.isArray(n) ? n.join(", ") : n);
5585
- }), r;
5586
- }
5587
- [Symbol.iterator]() {
5588
- return Object.entries(this.toJSON())[Symbol.iterator]();
5589
- }
5590
- toString() {
5591
- return Object.entries(this.toJSON()).map(([t, r]) => t + ": " + r).join(`
5592
- `);
5593
- }
5594
- get [Symbol.toStringTag]() {
5595
- return "AxiosHeaders";
5596
- }
5597
- static from(t) {
5598
- return t instanceof this ? t : new this(t);
5599
- }
5600
- static concat(t, ...r) {
5601
- const n = new this(t);
5602
- return r.forEach((o) => n.set(o)), n;
5603
- }
5604
- static accessor(t) {
5605
- const n = (this[Po] = this[Po] = {
5606
- accessors: {}
5607
- }).accessors, o = this.prototype;
5608
- function i(a) {
5609
- const s = kt(a);
5610
- n[s] || (Tf(o, a), n[s] = !0);
5611
5558
  }
5612
- return E.isArray(t) ? t.forEach(i) : i(t), this;
5559
+ try {
5560
+ l = _o.call(this, y);
5561
+ } catch (h) {
5562
+ return Promise.reject(h);
5563
+ }
5564
+ for (d = 0, v = u.length; d < v; )
5565
+ l = l.then(u[d++], u[d++]);
5566
+ return l;
5567
+ }
5568
+ getUri(t) {
5569
+ t = Ot(this.defaults, t);
5570
+ const r = Li(t.baseURL, t.url);
5571
+ return Di(r, t.params, t.paramsSerializer);
5613
5572
  }
5614
5573
  }
5615
- Tr.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
5616
- E.reduceDescriptors(Tr.prototype, ({ value: e }, t) => {
5617
- let r = t[0].toUpperCase() + t.slice(1);
5618
- return {
5619
- get: () => e,
5620
- set(n) {
5621
- this[r] = n;
5622
- }
5574
+ E.forEach(["delete", "get", "head", "options"], function(t) {
5575
+ vr.prototype[t] = function(r, n) {
5576
+ return this.request(Ot(n || {}, {
5577
+ method: t,
5578
+ url: r,
5579
+ data: (n || {}).data
5580
+ }));
5623
5581
  };
5624
5582
  });
5625
- E.freezeMethods(Tr);
5626
- const Be = Tr;
5627
- function Br(e, t) {
5628
- const r = this || Sn, n = t || r, o = Be.from(n.headers);
5629
- let i = n.data;
5630
- return E.forEach(e, function(s) {
5631
- i = s.call(r, i, o.normalize(), t ? t.status : void 0);
5632
- }), o.normalize(), i;
5633
- }
5634
- function Fi(e) {
5635
- return !!(e && e.__CANCEL__);
5636
- }
5637
- function qt(e, t, r) {
5638
- W.call(this, e ?? "canceled", W.ERR_CANCELED, t, r), this.name = "CanceledError";
5639
- }
5640
- E.inherits(qt, W, {
5641
- __CANCEL__: !0
5583
+ E.forEach(["post", "put", "patch"], function(t) {
5584
+ function r(n) {
5585
+ return function(i, a, s) {
5586
+ return this.request(Ot(s || {}, {
5587
+ method: t,
5588
+ headers: n ? {
5589
+ "Content-Type": "multipart/form-data"
5590
+ } : {},
5591
+ url: i,
5592
+ data: a
5593
+ }));
5594
+ };
5595
+ }
5596
+ vr.prototype[t] = r(), vr.prototype[t + "Form"] = r(!0);
5642
5597
  });
5643
- function Rf(e, t, r) {
5644
- const n = r.config.validateStatus;
5645
- !r.status || !n || n(r.status) ? e(r) : t(new W(
5646
- "Request failed with status code " + r.status,
5647
- [W.ERR_BAD_REQUEST, W.ERR_BAD_RESPONSE][Math.floor(r.status / 100) - 4],
5648
- r.config,
5649
- r.request,
5650
- r
5651
- ));
5652
- }
5653
- const Cf = ke.hasStandardBrowserEnv ? (
5654
- // Standard browser envs support document.cookie
5655
- {
5656
- write(e, t, r, n, o, i) {
5657
- const a = [e + "=" + encodeURIComponent(t)];
5658
- E.isNumber(r) && a.push("expires=" + new Date(r).toGMTString()), E.isString(n) && a.push("path=" + n), E.isString(o) && a.push("domain=" + o), i === !0 && a.push("secure"), document.cookie = a.join("; ");
5659
- },
5660
- read(e) {
5661
- const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
5662
- return t ? decodeURIComponent(t[3]) : null;
5663
- },
5664
- remove(e) {
5665
- this.write(e, "", Date.now() - 864e5);
5666
- }
5598
+ const ur = vr;
5599
+ class Rn {
5600
+ constructor(t) {
5601
+ if (typeof t != "function")
5602
+ throw new TypeError("executor must be a function.");
5603
+ let r;
5604
+ this.promise = new Promise(function(i) {
5605
+ r = i;
5606
+ });
5607
+ const n = this;
5608
+ this.promise.then((o) => {
5609
+ if (!n._listeners)
5610
+ return;
5611
+ let i = n._listeners.length;
5612
+ for (; i-- > 0; )
5613
+ n._listeners[i](o);
5614
+ n._listeners = null;
5615
+ }), this.promise.then = (o) => {
5616
+ let i;
5617
+ const a = new Promise((s) => {
5618
+ n.subscribe(s), i = s;
5619
+ }).then(o);
5620
+ return a.cancel = function() {
5621
+ n.unsubscribe(i);
5622
+ }, a;
5623
+ }, t(function(i, a, s) {
5624
+ n.reason || (n.reason = new qt(i, a, s), r(n.reason));
5625
+ });
5667
5626
  }
5668
- ) : (
5669
- // Non-standard browser env (web workers, react-native) lack needed support.
5670
- {
5671
- write() {
5672
- },
5673
- read() {
5674
- return null;
5675
- },
5676
- remove() {
5677
- }
5627
+ /**
5628
+ * Throws a `CanceledError` if cancellation has been requested.
5629
+ */
5630
+ throwIfRequested() {
5631
+ if (this.reason)
5632
+ throw this.reason;
5678
5633
  }
5679
- );
5680
- function _f(e) {
5681
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
5682
- }
5683
- function Pf(e, t) {
5684
- return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
5685
- }
5686
- function Ui(e, t) {
5687
- return e && !_f(t) ? Pf(e, t) : t;
5688
- }
5689
- const Af = ke.hasStandardBrowserEnv ? (
5690
- // Standard browser envs have full support of the APIs needed to test
5691
- // whether the request URL is of the same origin as current location.
5692
- function() {
5693
- const t = /(msie|trident)/i.test(navigator.userAgent), r = document.createElement("a");
5694
- let n;
5695
- function o(i) {
5696
- let a = i;
5697
- return t && (r.setAttribute("href", a), a = r.href), r.setAttribute("href", a), {
5698
- href: r.href,
5699
- protocol: r.protocol ? r.protocol.replace(/:$/, "") : "",
5700
- host: r.host,
5701
- search: r.search ? r.search.replace(/^\?/, "") : "",
5702
- hash: r.hash ? r.hash.replace(/^#/, "") : "",
5703
- hostname: r.hostname,
5704
- port: r.port,
5705
- pathname: r.pathname.charAt(0) === "/" ? r.pathname : "/" + r.pathname
5706
- };
5634
+ /**
5635
+ * Subscribe to the cancel signal
5636
+ */
5637
+ subscribe(t) {
5638
+ if (this.reason) {
5639
+ t(this.reason);
5640
+ return;
5707
5641
  }
5708
- return n = o(window.location.href), function(a) {
5709
- const s = E.isString(a) ? o(a) : a;
5710
- return s.protocol === n.protocol && s.host === n.host;
5711
- };
5712
- }()
5713
- ) : (
5714
- // Non standard browser envs (web workers, react-native) lack needed support.
5715
- /* @__PURE__ */ function() {
5716
- return function() {
5717
- return !0;
5642
+ this._listeners ? this._listeners.push(t) : this._listeners = [t];
5643
+ }
5644
+ /**
5645
+ * Unsubscribe from the cancel signal
5646
+ */
5647
+ unsubscribe(t) {
5648
+ if (!this._listeners)
5649
+ return;
5650
+ const r = this._listeners.indexOf(t);
5651
+ r !== -1 && this._listeners.splice(r, 1);
5652
+ }
5653
+ /**
5654
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
5655
+ * cancels the `CancelToken`.
5656
+ */
5657
+ static source() {
5658
+ let t;
5659
+ return {
5660
+ token: new Rn(function(o) {
5661
+ t = o;
5662
+ }),
5663
+ cancel: t
5718
5664
  };
5719
- }()
5720
- );
5721
- function jf(e) {
5722
- const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
5723
- return t && t[1] || "";
5665
+ }
5724
5666
  }
5725
- function Df(e, t) {
5726
- e = e || 10;
5727
- const r = new Array(e), n = new Array(e);
5728
- let o = 0, i = 0, a;
5729
- return t = t !== void 0 ? t : 1e3, function(c) {
5730
- const u = Date.now(), l = n[i];
5731
- a || (a = u), r[o] = c, n[o] = u;
5732
- let d = i, v = 0;
5733
- for (; d !== o; )
5734
- v += r[d++], d = d % e;
5735
- if (o = (o + 1) % e, o === i && (i = (i + 1) % e), u - a < t)
5736
- return;
5737
- const y = l && u - l;
5738
- return y ? Math.round(v * 1e3 / y) : void 0;
5667
+ const cf = Rn;
5668
+ function uf(e) {
5669
+ return function(r) {
5670
+ return e.apply(null, r);
5739
5671
  };
5740
5672
  }
5741
- function Ao(e, t) {
5742
- let r = 0;
5743
- const n = Df(50, 250);
5744
- return (o) => {
5745
- const i = o.loaded, a = o.lengthComputable ? o.total : void 0, s = i - r, c = n(s), u = i <= a;
5746
- r = i;
5747
- const l = {
5748
- loaded: i,
5749
- total: a,
5750
- progress: a ? i / a : void 0,
5751
- bytes: s,
5752
- rate: c || void 0,
5753
- estimated: c && a && u ? (a - i) / c : void 0,
5754
- event: o
5755
- };
5756
- l[t ? "download" : "upload"] = !0, e(l);
5757
- };
5673
+ function lf(e) {
5674
+ return E.isObject(e) && e.isAxiosError === !0;
5758
5675
  }
5759
- const Mf = typeof XMLHttpRequest < "u", kf = Mf && function(e) {
5760
- return new Promise(function(r, n) {
5761
- let o = e.data;
5762
- const i = Be.from(e.headers).normalize();
5763
- let { responseType: a, withXSRFToken: s } = e, c;
5764
- function u() {
5765
- e.cancelToken && e.cancelToken.unsubscribe(c), e.signal && e.signal.removeEventListener("abort", c);
5766
- }
5767
- let l;
5768
- if (E.isFormData(o)) {
5769
- if (ke.hasStandardBrowserEnv || ke.hasStandardBrowserWebWorkerEnv)
5770
- i.setContentType(!1);
5771
- else if ((l = i.getContentType()) !== !1) {
5772
- const [m, ...b] = l ? l.split(";").map((S) => S.trim()).filter(Boolean) : [];
5773
- i.setContentType([m || "multipart/form-data", ...b].join("; "));
5774
- }
5775
- }
5776
- let d = new XMLHttpRequest();
5777
- if (e.auth) {
5778
- const m = e.auth.username || "", b = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
5779
- i.set("Authorization", "Basic " + btoa(m + ":" + b));
5780
- }
5781
- const v = Ui(e.baseURL, e.url);
5782
- d.open(e.method.toUpperCase(), Ni(v, e.params, e.paramsSerializer), !0), d.timeout = e.timeout;
5783
- function y() {
5784
- if (!d)
5785
- return;
5786
- const m = Be.from(
5787
- "getAllResponseHeaders" in d && d.getAllResponseHeaders()
5788
- ), S = {
5789
- data: !a || a === "text" || a === "json" ? d.responseText : d.response,
5790
- status: d.status,
5791
- statusText: d.statusText,
5792
- headers: m,
5793
- config: e,
5794
- request: d
5795
- };
5796
- Rf(function(R) {
5797
- r(R), u();
5798
- }, function(R) {
5799
- n(R), u();
5800
- }, S), d = null;
5801
- }
5802
- if ("onloadend" in d ? d.onloadend = y : d.onreadystatechange = function() {
5803
- !d || d.readyState !== 4 || d.status === 0 && !(d.responseURL && d.responseURL.indexOf("file:") === 0) || setTimeout(y);
5804
- }, d.onabort = function() {
5805
- d && (n(new W("Request aborted", W.ECONNABORTED, e, d)), d = null);
5806
- }, d.onerror = function() {
5807
- n(new W("Network Error", W.ERR_NETWORK, e, d)), d = null;
5808
- }, d.ontimeout = function() {
5809
- let b = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
5810
- const S = e.transitional || $i;
5811
- e.timeoutErrorMessage && (b = e.timeoutErrorMessage), n(new W(
5812
- b,
5813
- S.clarifyTimeoutError ? W.ETIMEDOUT : W.ECONNABORTED,
5814
- e,
5815
- d
5816
- )), d = null;
5817
- }, ke.hasStandardBrowserEnv && (s && E.isFunction(s) && (s = s(e)), s || s !== !1 && Af(v))) {
5818
- const m = e.xsrfHeaderName && e.xsrfCookieName && Cf.read(e.xsrfCookieName);
5819
- m && i.set(e.xsrfHeaderName, m);
5676
+ const un = {
5677
+ Continue: 100,
5678
+ SwitchingProtocols: 101,
5679
+ Processing: 102,
5680
+ EarlyHints: 103,
5681
+ Ok: 200,
5682
+ Created: 201,
5683
+ Accepted: 202,
5684
+ NonAuthoritativeInformation: 203,
5685
+ NoContent: 204,
5686
+ ResetContent: 205,
5687
+ PartialContent: 206,
5688
+ MultiStatus: 207,
5689
+ AlreadyReported: 208,
5690
+ ImUsed: 226,
5691
+ MultipleChoices: 300,
5692
+ MovedPermanently: 301,
5693
+ Found: 302,
5694
+ SeeOther: 303,
5695
+ NotModified: 304,
5696
+ UseProxy: 305,
5697
+ Unused: 306,
5698
+ TemporaryRedirect: 307,
5699
+ PermanentRedirect: 308,
5700
+ BadRequest: 400,
5701
+ Unauthorized: 401,
5702
+ PaymentRequired: 402,
5703
+ Forbidden: 403,
5704
+ NotFound: 404,
5705
+ MethodNotAllowed: 405,
5706
+ NotAcceptable: 406,
5707
+ ProxyAuthenticationRequired: 407,
5708
+ RequestTimeout: 408,
5709
+ Conflict: 409,
5710
+ Gone: 410,
5711
+ LengthRequired: 411,
5712
+ PreconditionFailed: 412,
5713
+ PayloadTooLarge: 413,
5714
+ UriTooLong: 414,
5715
+ UnsupportedMediaType: 415,
5716
+ RangeNotSatisfiable: 416,
5717
+ ExpectationFailed: 417,
5718
+ ImATeapot: 418,
5719
+ MisdirectedRequest: 421,
5720
+ UnprocessableEntity: 422,
5721
+ Locked: 423,
5722
+ FailedDependency: 424,
5723
+ TooEarly: 425,
5724
+ UpgradeRequired: 426,
5725
+ PreconditionRequired: 428,
5726
+ TooManyRequests: 429,
5727
+ RequestHeaderFieldsTooLarge: 431,
5728
+ UnavailableForLegalReasons: 451,
5729
+ InternalServerError: 500,
5730
+ NotImplemented: 501,
5731
+ BadGateway: 502,
5732
+ ServiceUnavailable: 503,
5733
+ GatewayTimeout: 504,
5734
+ HttpVersionNotSupported: 505,
5735
+ VariantAlsoNegotiates: 506,
5736
+ InsufficientStorage: 507,
5737
+ LoopDetected: 508,
5738
+ NotExtended: 510,
5739
+ NetworkAuthenticationRequired: 511
5740
+ };
5741
+ Object.entries(un).forEach(([e, t]) => {
5742
+ un[t] = e;
5743
+ });
5744
+ const ff = un;
5745
+ function Ui(e) {
5746
+ const t = new ur(e), r = Ei(ur.prototype.request, t);
5747
+ return E.extend(r, ur.prototype, t, { allOwnKeys: !0 }), E.extend(r, t, null, { allOwnKeys: !0 }), r.create = function(o) {
5748
+ return Ui(Ot(e, o));
5749
+ }, r;
5750
+ }
5751
+ const fe = Ui(Sn);
5752
+ fe.Axios = ur;
5753
+ fe.CanceledError = qt;
5754
+ fe.CancelToken = cf;
5755
+ fe.isCancel = $i;
5756
+ fe.VERSION = Fi;
5757
+ fe.toFormData = Sr;
5758
+ fe.AxiosError = W;
5759
+ fe.Cancel = fe.CanceledError;
5760
+ fe.all = function(t) {
5761
+ return Promise.all(t);
5762
+ };
5763
+ fe.spread = uf;
5764
+ fe.isAxiosError = lf;
5765
+ fe.mergeConfig = Ot;
5766
+ fe.AxiosHeaders = Be;
5767
+ fe.formToJSON = (e) => Ni(E.isHTMLForm(e) ? new FormData(e) : e);
5768
+ fe.getAdapter = Ii.getAdapter;
5769
+ fe.HttpStatusCode = ff;
5770
+ fe.default = fe;
5771
+ /*!
5772
+ * cookie
5773
+ * Copyright(c) 2012-2014 Roman Shtylman
5774
+ * Copyright(c) 2015 Douglas Christopher Wilson
5775
+ * MIT Licensed
5776
+ */
5777
+ var Bi = pf, jo = hf, df = Object.prototype.toString, er = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
5778
+ function pf(e, t) {
5779
+ if (typeof e != "string")
5780
+ throw new TypeError("argument str must be a string");
5781
+ for (var r = {}, n = t || {}, o = n.decode || vf, i = 0; i < e.length; ) {
5782
+ var a = e.indexOf("=", i);
5783
+ if (a === -1)
5784
+ break;
5785
+ var s = e.indexOf(";", i);
5786
+ if (s === -1)
5787
+ s = e.length;
5788
+ else if (s < a) {
5789
+ i = e.lastIndexOf(";", a - 1) + 1;
5790
+ continue;
5820
5791
  }
5821
- o === void 0 && i.setContentType(null), "setRequestHeader" in d && E.forEach(i.toJSON(), function(b, S) {
5822
- d.setRequestHeader(S, b);
5823
- }), E.isUndefined(e.withCredentials) || (d.withCredentials = !!e.withCredentials), a && a !== "json" && (d.responseType = e.responseType), typeof e.onDownloadProgress == "function" && d.addEventListener("progress", Ao(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && d.upload && d.upload.addEventListener("progress", Ao(e.onUploadProgress)), (e.cancelToken || e.signal) && (c = (m) => {
5824
- d && (n(!m || m.type ? new qt(null, e, d) : m), d.abort(), d = null);
5825
- }, e.cancelToken && e.cancelToken.subscribe(c), e.signal && (e.signal.aborted ? c() : e.signal.addEventListener("abort", c)));
5826
- const h = jf(v);
5827
- if (h && ke.protocols.indexOf(h) === -1) {
5828
- n(new W("Unsupported protocol " + h + ":", W.ERR_BAD_REQUEST, e));
5829
- return;
5792
+ var c = e.slice(i, a).trim();
5793
+ if (r[c] === void 0) {
5794
+ var u = e.slice(a + 1, s).trim();
5795
+ u.charCodeAt(0) === 34 && (u = u.slice(1, -1)), r[c] = gf(u, o);
5830
5796
  }
5831
- d.send(o || null);
5832
- });
5833
- }, cn = {
5834
- http: of,
5835
- xhr: kf
5836
- };
5837
- E.forEach(cn, (e, t) => {
5838
- if (e) {
5839
- try {
5840
- Object.defineProperty(e, "name", { value: t });
5841
- } catch {
5797
+ i = s + 1;
5798
+ }
5799
+ return r;
5800
+ }
5801
+ function hf(e, t, r) {
5802
+ var n = r || {}, o = n.encode || mf;
5803
+ if (typeof o != "function")
5804
+ throw new TypeError("option encode is invalid");
5805
+ if (!er.test(e))
5806
+ throw new TypeError("argument name is invalid");
5807
+ var i = o(t);
5808
+ if (i && !er.test(i))
5809
+ throw new TypeError("argument val is invalid");
5810
+ var a = e + "=" + i;
5811
+ if (n.maxAge != null) {
5812
+ var s = n.maxAge - 0;
5813
+ if (isNaN(s) || !isFinite(s))
5814
+ throw new TypeError("option maxAge is invalid");
5815
+ a += "; Max-Age=" + Math.floor(s);
5816
+ }
5817
+ if (n.domain) {
5818
+ if (!er.test(n.domain))
5819
+ throw new TypeError("option domain is invalid");
5820
+ a += "; Domain=" + n.domain;
5821
+ }
5822
+ if (n.path) {
5823
+ if (!er.test(n.path))
5824
+ throw new TypeError("option path is invalid");
5825
+ a += "; Path=" + n.path;
5826
+ }
5827
+ if (n.expires) {
5828
+ var c = n.expires;
5829
+ if (!yf(c) || isNaN(c.valueOf()))
5830
+ throw new TypeError("option expires is invalid");
5831
+ a += "; Expires=" + c.toUTCString();
5832
+ }
5833
+ if (n.httpOnly && (a += "; HttpOnly"), n.secure && (a += "; Secure"), n.partitioned && (a += "; Partitioned"), n.priority) {
5834
+ var u = typeof n.priority == "string" ? n.priority.toLowerCase() : n.priority;
5835
+ switch (u) {
5836
+ case "low":
5837
+ a += "; Priority=Low";
5838
+ break;
5839
+ case "medium":
5840
+ a += "; Priority=Medium";
5841
+ break;
5842
+ case "high":
5843
+ a += "; Priority=High";
5844
+ break;
5845
+ default:
5846
+ throw new TypeError("option priority is invalid");
5842
5847
  }
5843
- Object.defineProperty(e, "adapterName", { value: t });
5844
5848
  }
5845
- });
5846
- const jo = (e) => `- ${e}`, Nf = (e) => E.isFunction(e) || e === null || e === !1, Bi = {
5847
- getAdapter: (e) => {
5848
- e = E.isArray(e) ? e : [e];
5849
- const { length: t } = e;
5850
- let r, n;
5851
- const o = {};
5852
- for (let i = 0; i < t; i++) {
5853
- r = e[i];
5854
- let a;
5855
- if (n = r, !Nf(r) && (n = cn[(a = String(r)).toLowerCase()], n === void 0))
5856
- throw new W(`Unknown adapter '${a}'`);
5857
- if (n)
5849
+ if (n.sameSite) {
5850
+ var l = typeof n.sameSite == "string" ? n.sameSite.toLowerCase() : n.sameSite;
5851
+ switch (l) {
5852
+ case !0:
5853
+ a += "; SameSite=Strict";
5858
5854
  break;
5859
- o[a || "#" + i] = n;
5855
+ case "lax":
5856
+ a += "; SameSite=Lax";
5857
+ break;
5858
+ case "strict":
5859
+ a += "; SameSite=Strict";
5860
+ break;
5861
+ case "none":
5862
+ a += "; SameSite=None";
5863
+ break;
5864
+ default:
5865
+ throw new TypeError("option sameSite is invalid");
5860
5866
  }
5861
- if (!n) {
5862
- const i = Object.entries(o).map(
5863
- ([s, c]) => `adapter ${s} ` + (c === !1 ? "is not supported by the environment" : "is not available in the build")
5864
- );
5865
- let a = t ? i.length > 1 ? `since :
5866
- ` + i.map(jo).join(`
5867
- `) : " " + jo(i[0]) : "as no adapter specified";
5868
- throw new W(
5869
- "There is no suitable adapter to dispatch the request " + a,
5870
- "ERR_NOT_SUPPORT"
5871
- );
5867
+ }
5868
+ return a;
5869
+ }
5870
+ function vf(e) {
5871
+ return e.indexOf("%") !== -1 ? decodeURIComponent(e) : e;
5872
+ }
5873
+ function mf(e) {
5874
+ return encodeURIComponent(e);
5875
+ }
5876
+ function yf(e) {
5877
+ return df.call(e) === "[object Date]" || e instanceof Date;
5878
+ }
5879
+ function gf(e, t) {
5880
+ try {
5881
+ return t(e);
5882
+ } catch {
5883
+ return e;
5884
+ }
5885
+ }
5886
+ function bf() {
5887
+ const e = typeof global > "u" ? void 0 : global.TEST_HAS_DOCUMENT_COOKIE;
5888
+ return typeof e == "boolean" ? e : typeof document == "object" && typeof document.cookie == "string";
5889
+ }
5890
+ function Ef(e) {
5891
+ return typeof e == "string" ? Bi(e) : typeof e == "object" && e !== null ? e : {};
5892
+ }
5893
+ function zr(e, t = {}) {
5894
+ const r = wf(e);
5895
+ if (!t.doNotParse)
5896
+ try {
5897
+ return JSON.parse(r);
5898
+ } catch {
5872
5899
  }
5873
- return n;
5874
- },
5875
- adapters: cn
5876
- };
5877
- function zr(e) {
5878
- if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
5879
- throw new qt(null, e);
5900
+ return e;
5880
5901
  }
5881
- function Do(e) {
5882
- return zr(e), e.headers = Be.from(e.headers), e.data = Br.call(
5883
- e,
5884
- e.transformRequest
5885
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Bi.getAdapter(e.adapter || Sn.adapter)(e).then(function(n) {
5886
- return zr(e), n.data = Br.call(
5887
- e,
5888
- e.transformResponse,
5889
- n
5890
- ), n.headers = Be.from(n.headers), n;
5891
- }, function(n) {
5892
- return Fi(n) || (zr(e), n && n.response && (n.response.data = Br.call(
5893
- e,
5894
- e.transformResponse,
5895
- n.response
5896
- ), n.response.headers = Be.from(n.response.headers))), Promise.reject(n);
5897
- });
5902
+ function wf(e) {
5903
+ return e && e[0] === "j" && e[1] === ":" ? e.substr(2) : e;
5898
5904
  }
5899
- const Mo = (e) => e instanceof Be ? { ...e } : e;
5900
- function Ot(e, t) {
5901
- t = t || {};
5902
- const r = {};
5903
- function n(u, l, d) {
5904
- return E.isPlainObject(u) && E.isPlainObject(l) ? E.merge.call({ caseless: d }, u, l) : E.isPlainObject(l) ? E.merge({}, l) : E.isArray(l) ? l.slice() : l;
5905
+ class xf {
5906
+ constructor(t, r = {}) {
5907
+ this.changeListeners = [], this.HAS_DOCUMENT_COOKIE = !1, this.update = () => {
5908
+ if (!this.HAS_DOCUMENT_COOKIE)
5909
+ return;
5910
+ const o = this.cookies;
5911
+ this.cookies = Bi(document.cookie), this._checkChanges(o);
5912
+ };
5913
+ const n = typeof document > "u" ? "" : document.cookie;
5914
+ this.cookies = Ef(t || n), this.defaultSetOptions = r, this.HAS_DOCUMENT_COOKIE = bf();
5905
5915
  }
5906
- function o(u, l, d) {
5907
- if (E.isUndefined(l)) {
5908
- if (!E.isUndefined(u))
5909
- return n(void 0, u, d);
5910
- } else
5911
- return n(u, l, d);
5916
+ _emitChange(t) {
5917
+ for (let r = 0; r < this.changeListeners.length; ++r)
5918
+ this.changeListeners[r](t);
5912
5919
  }
5913
- function i(u, l) {
5914
- if (!E.isUndefined(l))
5915
- return n(void 0, l);
5920
+ _checkChanges(t) {
5921
+ new Set(Object.keys(t).concat(Object.keys(this.cookies))).forEach((n) => {
5922
+ t[n] !== this.cookies[n] && this._emitChange({
5923
+ name: n,
5924
+ value: zr(this.cookies[n])
5925
+ });
5926
+ });
5916
5927
  }
5917
- function a(u, l) {
5918
- if (E.isUndefined(l)) {
5919
- if (!E.isUndefined(u))
5920
- return n(void 0, u);
5921
- } else
5922
- return n(void 0, l);
5928
+ _startPolling() {
5929
+ this.pollingInterval = setInterval(this.update, 300);
5923
5930
  }
5924
- function s(u, l, d) {
5925
- if (d in t)
5926
- return n(u, l);
5927
- if (d in e)
5928
- return n(void 0, u);
5931
+ _stopPolling() {
5932
+ this.pollingInterval && clearInterval(this.pollingInterval);
5929
5933
  }
5930
- const c = {
5931
- url: i,
5932
- method: i,
5933
- data: i,
5934
- baseURL: a,
5935
- transformRequest: a,
5936
- transformResponse: a,
5937
- paramsSerializer: a,
5938
- timeout: a,
5939
- timeoutMessage: a,
5940
- withCredentials: a,
5941
- withXSRFToken: a,
5942
- adapter: a,
5943
- responseType: a,
5944
- xsrfCookieName: a,
5945
- xsrfHeaderName: a,
5946
- onUploadProgress: a,
5947
- onDownloadProgress: a,
5948
- decompress: a,
5949
- maxContentLength: a,
5950
- maxBodyLength: a,
5951
- beforeRedirect: a,
5952
- transport: a,
5953
- httpAgent: a,
5954
- httpsAgent: a,
5955
- cancelToken: a,
5956
- socketPath: a,
5957
- responseEncoding: a,
5958
- validateStatus: s,
5959
- headers: (u, l) => o(Mo(u), Mo(l), !0)
5960
- };
5961
- return E.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
5962
- const d = c[l] || o, v = d(e[l], t[l], l);
5963
- E.isUndefined(v) && d !== s || (r[l] = v);
5964
- }), r;
5965
- }
5966
- const zi = "1.6.8", Tn = {};
5967
- ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
5968
- Tn[e] = function(n) {
5969
- return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
5970
- };
5971
- });
5972
- const ko = {};
5973
- Tn.transitional = function(t, r, n) {
5974
- function o(i, a) {
5975
- return "[Axios v" + zi + "] Transitional option '" + i + "'" + a + (n ? ". " + n : "");
5934
+ get(t, r = {}) {
5935
+ return r.doNotUpdate || this.update(), zr(this.cookies[t], r);
5976
5936
  }
5977
- return (i, a, s) => {
5978
- if (t === !1)
5979
- throw new W(
5980
- o(a, " has been removed" + (r ? " in " + r : "")),
5981
- W.ERR_DEPRECATED
5982
- );
5983
- return r && !ko[a] && (ko[a] = !0, console.warn(
5984
- o(
5985
- a,
5986
- " has been deprecated since v" + r + " and will be removed in the near future"
5987
- )
5988
- )), t ? t(i, a, s) : !0;
5989
- };
5990
- };
5991
- function $f(e, t, r) {
5992
- if (typeof e != "object")
5993
- throw new W("options must be an object", W.ERR_BAD_OPTION_VALUE);
5994
- const n = Object.keys(e);
5995
- let o = n.length;
5996
- for (; o-- > 0; ) {
5997
- const i = n[o], a = t[i];
5998
- if (a) {
5999
- const s = e[i], c = s === void 0 || a(s, i, e);
6000
- if (c !== !0)
6001
- throw new W("option " + i + " must be " + c, W.ERR_BAD_OPTION_VALUE);
6002
- continue;
5937
+ getAll(t = {}) {
5938
+ t.doNotUpdate || this.update();
5939
+ const r = {};
5940
+ for (let n in this.cookies)
5941
+ r[n] = zr(this.cookies[n], t);
5942
+ return r;
5943
+ }
5944
+ set(t, r, n) {
5945
+ n ? n = Object.assign(Object.assign({}, this.defaultSetOptions), n) : n = this.defaultSetOptions;
5946
+ const o = typeof r == "string" ? r : JSON.stringify(r);
5947
+ this.cookies = Object.assign(Object.assign({}, this.cookies), { [t]: o }), this.HAS_DOCUMENT_COOKIE && (document.cookie = jo(t, o, n)), this._emitChange({ name: t, value: r, options: n });
5948
+ }
5949
+ remove(t, r) {
5950
+ const n = r = Object.assign(Object.assign(Object.assign({}, this.defaultSetOptions), r), { expires: new Date(1970, 1, 1, 0, 0, 1), maxAge: 0 });
5951
+ this.cookies = Object.assign({}, this.cookies), delete this.cookies[t], this.HAS_DOCUMENT_COOKIE && (document.cookie = jo(t, "", n)), this._emitChange({ name: t, value: void 0, options: r });
5952
+ }
5953
+ addChangeListener(t) {
5954
+ this.changeListeners.push(t), this.HAS_DOCUMENT_COOKIE && this.changeListeners.length === 1 && (typeof window == "object" && "cookieStore" in window ? window.cookieStore.addEventListener("change", this.update) : this._startPolling());
5955
+ }
5956
+ removeChangeListener(t) {
5957
+ const r = this.changeListeners.indexOf(t);
5958
+ r >= 0 && this.changeListeners.splice(r, 1), this.HAS_DOCUMENT_COOKIE && this.changeListeners.length === 0 && (typeof window == "object" && "cookieStore" in window ? window.cookieStore.removeEventListener("change", this.update) : this._stopPolling());
5959
+ }
5960
+ }
5961
+ const Of = ee.createContext(new xf());
5962
+ var ln = { exports: {} }, ne = {};
5963
+ /** @license React v16.13.1
5964
+ * react-is.production.min.js
5965
+ *
5966
+ * Copyright (c) Facebook, Inc. and its affiliates.
5967
+ *
5968
+ * This source code is licensed under the MIT license found in the
5969
+ * LICENSE file in the root directory of this source tree.
5970
+ */
5971
+ var Do;
5972
+ function Sf() {
5973
+ if (Do)
5974
+ return ne;
5975
+ Do = 1;
5976
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, y = e ? Symbol.for("react.memo") : 60115, h = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, S = e ? Symbol.for("react.responder") : 60118, T = e ? Symbol.for("react.scope") : 60119;
5977
+ function R(p) {
5978
+ if (typeof p == "object" && p !== null) {
5979
+ var P = p.$$typeof;
5980
+ switch (P) {
5981
+ case t:
5982
+ switch (p = p.type, p) {
5983
+ case c:
5984
+ case u:
5985
+ case n:
5986
+ case i:
5987
+ case o:
5988
+ case d:
5989
+ return p;
5990
+ default:
5991
+ switch (p = p && p.$$typeof, p) {
5992
+ case s:
5993
+ case l:
5994
+ case h:
5995
+ case y:
5996
+ case a:
5997
+ return p;
5998
+ default:
5999
+ return P;
6000
+ }
6001
+ }
6002
+ case r:
6003
+ return P;
6004
+ }
6003
6005
  }
6004
- if (r !== !0)
6005
- throw new W("Unknown option " + i, W.ERR_BAD_OPTION);
6006
6006
  }
6007
- }
6008
- const un = {
6009
- assertOptions: $f,
6010
- validators: Tn
6011
- }, Ye = un.validators;
6012
- class vr {
6013
- constructor(t) {
6014
- this.defaults = t, this.interceptors = {
6015
- request: new _o(),
6016
- response: new _o()
6017
- };
6007
+ function O(p) {
6008
+ return R(p) === u;
6018
6009
  }
6019
- /**
6020
- * Dispatch a request
6021
- *
6022
- * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
6023
- * @param {?Object} config
6024
- *
6025
- * @returns {Promise} The Promise to be fulfilled
6026
- */
6027
- async request(t, r) {
6028
- try {
6029
- return await this._request(t, r);
6030
- } catch (n) {
6031
- if (n instanceof Error) {
6032
- let o;
6033
- Error.captureStackTrace ? Error.captureStackTrace(o = {}) : o = new Error();
6034
- const i = o.stack ? o.stack.replace(/^.+\n/, "") : "";
6035
- n.stack ? i && !String(n.stack).endsWith(i.replace(/^.+\n.+\n/, "")) && (n.stack += `
6036
- ` + i) : n.stack = i;
6037
- }
6038
- throw n;
6010
+ return ne.AsyncMode = c, ne.ConcurrentMode = u, ne.ContextConsumer = s, ne.ContextProvider = a, ne.Element = t, ne.ForwardRef = l, ne.Fragment = n, ne.Lazy = h, ne.Memo = y, ne.Portal = r, ne.Profiler = i, ne.StrictMode = o, ne.Suspense = d, ne.isAsyncMode = function(p) {
6011
+ return O(p) || R(p) === c;
6012
+ }, ne.isConcurrentMode = O, ne.isContextConsumer = function(p) {
6013
+ return R(p) === s;
6014
+ }, ne.isContextProvider = function(p) {
6015
+ return R(p) === a;
6016
+ }, ne.isElement = function(p) {
6017
+ return typeof p == "object" && p !== null && p.$$typeof === t;
6018
+ }, ne.isForwardRef = function(p) {
6019
+ return R(p) === l;
6020
+ }, ne.isFragment = function(p) {
6021
+ return R(p) === n;
6022
+ }, ne.isLazy = function(p) {
6023
+ return R(p) === h;
6024
+ }, ne.isMemo = function(p) {
6025
+ return R(p) === y;
6026
+ }, ne.isPortal = function(p) {
6027
+ return R(p) === r;
6028
+ }, ne.isProfiler = function(p) {
6029
+ return R(p) === i;
6030
+ }, ne.isStrictMode = function(p) {
6031
+ return R(p) === o;
6032
+ }, ne.isSuspense = function(p) {
6033
+ return R(p) === d;
6034
+ }, ne.isValidElementType = function(p) {
6035
+ return typeof p == "string" || typeof p == "function" || p === n || p === u || p === i || p === o || p === d || p === v || typeof p == "object" && p !== null && (p.$$typeof === h || p.$$typeof === y || p.$$typeof === a || p.$$typeof === s || p.$$typeof === l || p.$$typeof === b || p.$$typeof === S || p.$$typeof === T || p.$$typeof === m);
6036
+ }, ne.typeOf = R, ne;
6037
+ }
6038
+ var oe = {};
6039
+ /** @license React v16.13.1
6040
+ * react-is.development.js
6041
+ *
6042
+ * Copyright (c) Facebook, Inc. and its affiliates.
6043
+ *
6044
+ * This source code is licensed under the MIT license found in the
6045
+ * LICENSE file in the root directory of this source tree.
6046
+ */
6047
+ var Mo;
6048
+ function Tf() {
6049
+ return Mo || (Mo = 1, process.env.NODE_ENV !== "production" && function() {
6050
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, y = e ? Symbol.for("react.memo") : 60115, h = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, S = e ? Symbol.for("react.responder") : 60118, T = e ? Symbol.for("react.scope") : 60119;
6051
+ function R(g) {
6052
+ return typeof g == "string" || typeof g == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
6053
+ g === n || g === u || g === i || g === o || g === d || g === v || typeof g == "object" && g !== null && (g.$$typeof === h || g.$$typeof === y || g.$$typeof === a || g.$$typeof === s || g.$$typeof === l || g.$$typeof === b || g.$$typeof === S || g.$$typeof === T || g.$$typeof === m);
6039
6054
  }
6040
- }
6041
- _request(t, r) {
6042
- typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r = Ot(this.defaults, r);
6043
- const { transitional: n, paramsSerializer: o, headers: i } = r;
6044
- n !== void 0 && un.assertOptions(n, {
6045
- silentJSONParsing: Ye.transitional(Ye.boolean),
6046
- forcedJSONParsing: Ye.transitional(Ye.boolean),
6047
- clarifyTimeoutError: Ye.transitional(Ye.boolean)
6048
- }, !1), o != null && (E.isFunction(o) ? r.paramsSerializer = {
6049
- serialize: o
6050
- } : un.assertOptions(o, {
6051
- encode: Ye.function,
6052
- serialize: Ye.function
6053
- }, !0)), r.method = (r.method || this.defaults.method || "get").toLowerCase();
6054
- let a = i && E.merge(
6055
- i.common,
6056
- i[r.method]
6057
- );
6058
- i && E.forEach(
6059
- ["delete", "get", "head", "post", "put", "patch", "common"],
6060
- (h) => {
6061
- delete i[h];
6055
+ function O(g) {
6056
+ if (typeof g == "object" && g !== null) {
6057
+ var ve = g.$$typeof;
6058
+ switch (ve) {
6059
+ case t:
6060
+ var Te = g.type;
6061
+ switch (Te) {
6062
+ case c:
6063
+ case u:
6064
+ case n:
6065
+ case i:
6066
+ case o:
6067
+ case d:
6068
+ return Te;
6069
+ default:
6070
+ var Pe = Te && Te.$$typeof;
6071
+ switch (Pe) {
6072
+ case s:
6073
+ case l:
6074
+ case h:
6075
+ case y:
6076
+ case a:
6077
+ return Pe;
6078
+ default:
6079
+ return ve;
6080
+ }
6081
+ }
6082
+ case r:
6083
+ return ve;
6084
+ }
6062
6085
  }
6063
- ), r.headers = Be.concat(a, i);
6064
- const s = [];
6065
- let c = !0;
6066
- this.interceptors.request.forEach(function(m) {
6067
- typeof m.runWhen == "function" && m.runWhen(r) === !1 || (c = c && m.synchronous, s.unshift(m.fulfilled, m.rejected));
6068
- });
6069
- const u = [];
6070
- this.interceptors.response.forEach(function(m) {
6071
- u.push(m.fulfilled, m.rejected);
6072
- });
6073
- let l, d = 0, v;
6074
- if (!c) {
6075
- const h = [Do.bind(this), void 0];
6076
- for (h.unshift.apply(h, s), h.push.apply(h, u), v = h.length, l = Promise.resolve(r); d < v; )
6077
- l = l.then(h[d++], h[d++]);
6078
- return l;
6079
6086
  }
6080
- v = s.length;
6081
- let y = r;
6082
- for (d = 0; d < v; ) {
6083
- const h = s[d++], m = s[d++];
6084
- try {
6085
- y = h(y);
6086
- } catch (b) {
6087
- m.call(this, b);
6088
- break;
6089
- }
6087
+ var p = c, P = u, L = s, J = a, G = t, K = l, ie = n, ue = h, z = y, X = r, Z = i, ae = o, ce = d, Ee = !1;
6088
+ function be(g) {
6089
+ return Ee || (Ee = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(g) || O(g) === c;
6090
6090
  }
6091
- try {
6092
- l = Do.call(this, y);
6093
- } catch (h) {
6094
- return Promise.reject(h);
6091
+ function w(g) {
6092
+ return O(g) === u;
6095
6093
  }
6096
- for (d = 0, v = u.length; d < v; )
6097
- l = l.then(u[d++], u[d++]);
6098
- return l;
6099
- }
6100
- getUri(t) {
6101
- t = Ot(this.defaults, t);
6102
- const r = Ui(t.baseURL, t.url);
6103
- return Ni(r, t.params, t.paramsSerializer);
6104
- }
6105
- }
6106
- E.forEach(["delete", "get", "head", "options"], function(t) {
6107
- vr.prototype[t] = function(r, n) {
6108
- return this.request(Ot(n || {}, {
6109
- method: t,
6110
- url: r,
6111
- data: (n || {}).data
6112
- }));
6113
- };
6114
- });
6115
- E.forEach(["post", "put", "patch"], function(t) {
6116
- function r(n) {
6117
- return function(i, a, s) {
6118
- return this.request(Ot(s || {}, {
6119
- method: t,
6120
- headers: n ? {
6121
- "Content-Type": "multipart/form-data"
6122
- } : {},
6123
- url: i,
6124
- data: a
6125
- }));
6126
- };
6127
- }
6128
- vr.prototype[t] = r(), vr.prototype[t + "Form"] = r(!0);
6129
- });
6130
- const ur = vr;
6131
- class Rn {
6132
- constructor(t) {
6133
- if (typeof t != "function")
6134
- throw new TypeError("executor must be a function.");
6135
- let r;
6136
- this.promise = new Promise(function(i) {
6137
- r = i;
6138
- });
6139
- const n = this;
6140
- this.promise.then((o) => {
6141
- if (!n._listeners)
6142
- return;
6143
- let i = n._listeners.length;
6144
- for (; i-- > 0; )
6145
- n._listeners[i](o);
6146
- n._listeners = null;
6147
- }), this.promise.then = (o) => {
6148
- let i;
6149
- const a = new Promise((s) => {
6150
- n.subscribe(s), i = s;
6151
- }).then(o);
6152
- return a.cancel = function() {
6153
- n.unsubscribe(i);
6154
- }, a;
6155
- }, t(function(i, a, s) {
6156
- n.reason || (n.reason = new qt(i, a, s), r(n.reason));
6157
- });
6158
- }
6159
- /**
6160
- * Throws a `CanceledError` if cancellation has been requested.
6161
- */
6162
- throwIfRequested() {
6163
- if (this.reason)
6164
- throw this.reason;
6165
- }
6166
- /**
6167
- * Subscribe to the cancel signal
6168
- */
6169
- subscribe(t) {
6170
- if (this.reason) {
6171
- t(this.reason);
6172
- return;
6094
+ function _(g) {
6095
+ return O(g) === s;
6096
+ }
6097
+ function k(g) {
6098
+ return O(g) === a;
6099
+ }
6100
+ function N(g) {
6101
+ return typeof g == "object" && g !== null && g.$$typeof === t;
6102
+ }
6103
+ function A(g) {
6104
+ return O(g) === l;
6105
+ }
6106
+ function I(g) {
6107
+ return O(g) === n;
6108
+ }
6109
+ function j(g) {
6110
+ return O(g) === h;
6173
6111
  }
6174
- this._listeners ? this._listeners.push(t) : this._listeners = [t];
6175
- }
6176
- /**
6177
- * Unsubscribe from the cancel signal
6178
- */
6179
- unsubscribe(t) {
6180
- if (!this._listeners)
6181
- return;
6182
- const r = this._listeners.indexOf(t);
6183
- r !== -1 && this._listeners.splice(r, 1);
6184
- }
6185
- /**
6186
- * Returns an object that contains a new `CancelToken` and a function that, when called,
6187
- * cancels the `CancelToken`.
6188
- */
6189
- static source() {
6190
- let t;
6191
- return {
6192
- token: new Rn(function(o) {
6193
- t = o;
6194
- }),
6195
- cancel: t
6112
+ function D(g) {
6113
+ return O(g) === y;
6114
+ }
6115
+ function M(g) {
6116
+ return O(g) === r;
6117
+ }
6118
+ function U(g) {
6119
+ return O(g) === i;
6120
+ }
6121
+ function F(g) {
6122
+ return O(g) === o;
6123
+ }
6124
+ function le(g) {
6125
+ return O(g) === d;
6126
+ }
6127
+ oe.AsyncMode = p, oe.ConcurrentMode = P, oe.ContextConsumer = L, oe.ContextProvider = J, oe.Element = G, oe.ForwardRef = K, oe.Fragment = ie, oe.Lazy = ue, oe.Memo = z, oe.Portal = X, oe.Profiler = Z, oe.StrictMode = ae, oe.Suspense = ce, oe.isAsyncMode = be, oe.isConcurrentMode = w, oe.isContextConsumer = _, oe.isContextProvider = k, oe.isElement = N, oe.isForwardRef = A, oe.isFragment = I, oe.isLazy = j, oe.isMemo = D, oe.isPortal = M, oe.isProfiler = U, oe.isStrictMode = F, oe.isSuspense = le, oe.isValidElementType = R, oe.typeOf = O;
6128
+ }()), oe;
6129
+ }
6130
+ process.env.NODE_ENV === "production" ? ln.exports = Sf() : ln.exports = Tf();
6131
+ var Rf = ln.exports, zi = Rf, Cf = {
6132
+ $$typeof: !0,
6133
+ render: !0,
6134
+ defaultProps: !0,
6135
+ displayName: !0,
6136
+ propTypes: !0
6137
+ }, _f = {
6138
+ $$typeof: !0,
6139
+ compare: !0,
6140
+ defaultProps: !0,
6141
+ displayName: !0,
6142
+ propTypes: !0,
6143
+ type: !0
6144
+ }, Hi = {};
6145
+ Hi[zi.ForwardRef] = Cf;
6146
+ Hi[zi.Memo] = _f;
6147
+ function Pf() {
6148
+ return typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u";
6149
+ }
6150
+ function Af(e) {
6151
+ const t = Ze(Of);
6152
+ if (!t)
6153
+ throw new Error("Missing <CookiesProvider>");
6154
+ const [r, n] = Ve(() => t.getAll({ doNotUpdate: !0 }));
6155
+ Pf() && No(() => {
6156
+ function s() {
6157
+ const c = t.getAll({
6158
+ doNotUpdate: !0
6159
+ });
6160
+ jf(e || null, c, r) && n(c);
6161
+ }
6162
+ return t.addChangeListener(s), () => {
6163
+ t.removeChangeListener(s);
6196
6164
  };
6197
- }
6165
+ }, [t, r]);
6166
+ const o = Xe(() => t.set.bind(t), [t]), i = Xe(() => t.remove.bind(t), [t]), a = Xe(() => t.update.bind(t), [t]);
6167
+ return [r, o, i, a];
6198
6168
  }
6199
- const Lf = Rn;
6200
- function If(e) {
6201
- return function(r) {
6202
- return e.apply(null, r);
6169
+ function jf(e, t, r) {
6170
+ if (!e)
6171
+ return !0;
6172
+ for (let n of e)
6173
+ if (t[n] !== r[n])
6174
+ return !0;
6175
+ return !1;
6176
+ }
6177
+ const Df = () => {
6178
+ const { axiosInstance: e, cookieDomain: t } = Ze(Fo), [, r, n] = Af(["Authorization"]), o = Y(() => localStorage.getItem("token") ?? null, []), i = Y(() => {
6179
+ const c = o();
6180
+ return c !== null && c.length > 0;
6181
+ }, [o]), a = Y(async (c, u) => e.post("/user/login", { kid: c, password: u }).then((l) => (localStorage.setItem("token", l.data), r("Authorization", l.data, {
6182
+ path: "/",
6183
+ secure: !0,
6184
+ sameSite: "none",
6185
+ domain: t,
6186
+ expires: ha(new Date(Date.now()), 24)
6187
+ }), !0)).catch((l) => (console.log(l), !1)), [e, r, t]), s = Y(() => {
6188
+ localStorage.removeItem("token"), localStorage.removeItem("user"), n("Authorization");
6189
+ }, [n]);
6190
+ return {
6191
+ isAuthenticated: i,
6192
+ getToken: o,
6193
+ authenticate: a,
6194
+ logout: s
6203
6195
  };
6196
+ };
6197
+ let tr;
6198
+ const Mf = new Uint8Array(16);
6199
+ function kf() {
6200
+ if (!tr && (tr = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !tr))
6201
+ throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
6202
+ return tr(Mf);
6204
6203
  }
6205
- function Ff(e) {
6206
- return E.isObject(e) && e.isAxiosError === !0;
6204
+ const ge = [];
6205
+ for (let e = 0; e < 256; ++e)
6206
+ ge.push((e + 256).toString(16).slice(1));
6207
+ function Nf(e, t = 0) {
6208
+ return ge[e[t + 0]] + ge[e[t + 1]] + ge[e[t + 2]] + ge[e[t + 3]] + "-" + ge[e[t + 4]] + ge[e[t + 5]] + "-" + ge[e[t + 6]] + ge[e[t + 7]] + "-" + ge[e[t + 8]] + ge[e[t + 9]] + "-" + ge[e[t + 10]] + ge[e[t + 11]] + ge[e[t + 12]] + ge[e[t + 13]] + ge[e[t + 14]] + ge[e[t + 15]];
6207
6209
  }
6208
- const ln = {
6209
- Continue: 100,
6210
- SwitchingProtocols: 101,
6211
- Processing: 102,
6212
- EarlyHints: 103,
6213
- Ok: 200,
6214
- Created: 201,
6215
- Accepted: 202,
6216
- NonAuthoritativeInformation: 203,
6217
- NoContent: 204,
6218
- ResetContent: 205,
6219
- PartialContent: 206,
6220
- MultiStatus: 207,
6221
- AlreadyReported: 208,
6222
- ImUsed: 226,
6223
- MultipleChoices: 300,
6224
- MovedPermanently: 301,
6225
- Found: 302,
6226
- SeeOther: 303,
6227
- NotModified: 304,
6228
- UseProxy: 305,
6229
- Unused: 306,
6230
- TemporaryRedirect: 307,
6231
- PermanentRedirect: 308,
6232
- BadRequest: 400,
6233
- Unauthorized: 401,
6234
- PaymentRequired: 402,
6235
- Forbidden: 403,
6236
- NotFound: 404,
6237
- MethodNotAllowed: 405,
6238
- NotAcceptable: 406,
6239
- ProxyAuthenticationRequired: 407,
6240
- RequestTimeout: 408,
6241
- Conflict: 409,
6242
- Gone: 410,
6243
- LengthRequired: 411,
6244
- PreconditionFailed: 412,
6245
- PayloadTooLarge: 413,
6246
- UriTooLong: 414,
6247
- UnsupportedMediaType: 415,
6248
- RangeNotSatisfiable: 416,
6249
- ExpectationFailed: 417,
6250
- ImATeapot: 418,
6251
- MisdirectedRequest: 421,
6252
- UnprocessableEntity: 422,
6253
- Locked: 423,
6254
- FailedDependency: 424,
6255
- TooEarly: 425,
6256
- UpgradeRequired: 426,
6257
- PreconditionRequired: 428,
6258
- TooManyRequests: 429,
6259
- RequestHeaderFieldsTooLarge: 431,
6260
- UnavailableForLegalReasons: 451,
6261
- InternalServerError: 500,
6262
- NotImplemented: 501,
6263
- BadGateway: 502,
6264
- ServiceUnavailable: 503,
6265
- GatewayTimeout: 504,
6266
- HttpVersionNotSupported: 505,
6267
- VariantAlsoNegotiates: 506,
6268
- InsufficientStorage: 507,
6269
- LoopDetected: 508,
6270
- NotExtended: 510,
6271
- NetworkAuthenticationRequired: 511
6210
+ const $f = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), ko = {
6211
+ randomUUID: $f
6272
6212
  };
6273
- Object.entries(ln).forEach(([e, t]) => {
6274
- ln[t] = e;
6275
- });
6276
- const Uf = ln;
6277
- function Hi(e) {
6278
- const t = new ur(e), r = Oi(ur.prototype.request, t);
6279
- return E.extend(r, ur.prototype, t, { allOwnKeys: !0 }), E.extend(r, t, null, { allOwnKeys: !0 }), r.create = function(o) {
6280
- return Hi(Ot(e, o));
6281
- }, r;
6213
+ function Lf(e, t, r) {
6214
+ if (ko.randomUUID && !t && !e)
6215
+ return ko.randomUUID();
6216
+ e = e || {};
6217
+ const n = e.random || (e.rng || kf)();
6218
+ if (n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, t) {
6219
+ r = r || 0;
6220
+ for (let o = 0; o < 16; ++o)
6221
+ t[r + o] = n[o];
6222
+ return t;
6223
+ }
6224
+ return Nf(n);
6282
6225
  }
6283
- const fe = Hi(Sn);
6284
- fe.Axios = ur;
6285
- fe.CanceledError = qt;
6286
- fe.CancelToken = Lf;
6287
- fe.isCancel = Fi;
6288
- fe.VERSION = zi;
6289
- fe.toFormData = Sr;
6290
- fe.AxiosError = W;
6291
- fe.Cancel = fe.CanceledError;
6292
- fe.all = function(t) {
6293
- return Promise.all(t);
6294
- };
6295
- fe.spread = If;
6296
- fe.isAxiosError = Ff;
6297
- fe.mergeConfig = Ot;
6298
- fe.AxiosHeaders = Be;
6299
- fe.formToJSON = (e) => Ii(E.isHTMLForm(e) ? new FormData(e) : e);
6300
- fe.getAdapter = Bi.getAdapter;
6301
- fe.HttpStatusCode = Uf;
6302
- fe.default = fe;
6303
- const hd = fe.CancelToken, vd = (e = !0, t = void 0) => {
6304
- const { axiosInstance: r, language: n, axiosTexts: o } = Ze(Fo), { addNotification: i } = Ol(), { getToken: a } = vl();
6226
+ const If = "_toast_1s57i_1", kt = {
6227
+ toast: If
6228
+ }, Ff = (e) => {
6229
+ switch (e) {
6230
+ case "success":
6231
+ return 5e3;
6232
+ case "info":
6233
+ return 5e3;
6234
+ case "danger":
6235
+ return 1e4;
6236
+ case "warning":
6237
+ return 1e4;
6238
+ case "prompt":
6239
+ return 1e4;
6240
+ default:
6241
+ return 5e3;
6242
+ }
6243
+ }, Uf = () => ({ addNotification: (t, r) => {
6244
+ const n = Lf(), o = aa(t), i = Ff(r), a = /* @__PURE__ */ q.jsxs(q.Fragment, { children: [
6245
+ o,
6246
+ /* @__PURE__ */ q.jsx(Ca, { onClick: () => ht.dismiss(n), type: "button", style: {
6247
+ position: "absolute",
6248
+ fontSize: "12px",
6249
+ top: "calc(50% - 6px)",
6250
+ right: "8px"
6251
+ } })
6252
+ ] });
6253
+ switch (r) {
6254
+ case "success": {
6255
+ ht(a, {
6256
+ id: n,
6257
+ duration: i,
6258
+ position: "top-center",
6259
+ icon: /* @__PURE__ */ q.jsx(Ra, { size: 12 }),
6260
+ className: Re("luminus-toast-success rounded shadow bg-success", kt.toast)
6261
+ });
6262
+ break;
6263
+ }
6264
+ case "danger": {
6265
+ ht(a, {
6266
+ id: n,
6267
+ duration: i,
6268
+ position: "top-center",
6269
+ icon: /* @__PURE__ */ q.jsx(Ta, { size: 12 }),
6270
+ className: Re("luminus-toast-danger rounded shadow bg-danger", kt.toast)
6271
+ });
6272
+ break;
6273
+ }
6274
+ case "warning": {
6275
+ ht(a, {
6276
+ id: n,
6277
+ duration: i,
6278
+ position: "top-center",
6279
+ icon: /* @__PURE__ */ q.jsx(xa, { size: 12 }),
6280
+ className: Re("luminus-toast-warning rounded shadow bg-warning", kt.toast)
6281
+ });
6282
+ break;
6283
+ }
6284
+ case "info": {
6285
+ ht(a, {
6286
+ id: n,
6287
+ duration: i,
6288
+ position: "top-center",
6289
+ icon: /* @__PURE__ */ q.jsx(Oa, { size: 12 }),
6290
+ className: Re("luminus-toast-info rounded shadow bg-info", kt.toast)
6291
+ });
6292
+ break;
6293
+ }
6294
+ case "prompt": {
6295
+ ht(a, {
6296
+ id: n,
6297
+ duration: i,
6298
+ position: "top-center",
6299
+ icon: /* @__PURE__ */ q.jsx(Sa, { size: 12 }),
6300
+ className: Re("luminus-toast-prompt rounded shadow bg-light", kt.toast)
6301
+ });
6302
+ break;
6303
+ }
6304
+ }
6305
+ } }), hd = fe.CancelToken, vd = (e = !0, t = void 0) => {
6306
+ const { axiosInstance: r, language: n, axiosTexts: o } = Ze(Fo), { addNotification: i } = Uf(), { getToken: a } = Df();
6305
6307
  return xe(() => {
6306
6308
  t && (r.defaults.baseURL = t), r.interceptors.request.clear(), r.interceptors.response.clear();
6307
6309
  const s = r.interceptors.request.use((u) => {
@@ -6396,7 +6398,7 @@ export {
6396
6398
  hu as Y,
6397
6399
  Ou as Z,
6398
6400
  Eu as _,
6399
- Ol as a,
6401
+ Uf as a,
6400
6402
  Qr as a0,
6401
6403
  cd as a1,
6402
6404
  Tu as a2,
@@ -6435,7 +6437,7 @@ export {
6435
6437
  Nu as r,
6436
6438
  qo as s,
6437
6439
  yt as t,
6438
- vl as u,
6440
+ Df as u,
6439
6441
  to as v,
6440
6442
  ct as w,
6441
6443
  Wo as x,