@nside/wefa 0.3.0 → 0.4.0

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.
Files changed (156) hide show
  1. package/README.md +46 -3
  2. package/dist/LegalConsent-9nOroDoA.cjs +1 -0
  3. package/dist/LegalConsent-CrPVZOxx.js +151 -0
  4. package/dist/LegalDocument-CVJiGmPJ.cjs +109 -0
  5. package/dist/{LegalDocument-BhoEpJ2O.js → LegalDocument-DwVhwjIf.js} +236 -215
  6. package/dist/{LoginView-kH440cCh.js → LoginView-DUPa_PsC.js} +3 -3
  7. package/dist/{LoginView-IIkXXw3R.cjs → LoginView-Dihs8n_X.cjs} +1 -1
  8. package/dist/{LogoutView-DGqh4bP7.js → LogoutView-DAh7MrFi.js} +3 -3
  9. package/dist/{LogoutView-B90MA-_Q.cjs → LogoutView-Fl3nfeJ0.cjs} +1 -1
  10. package/dist/{apiClient-DJdAL3tN.cjs → apiClient-BUS5ZclN.cjs} +1 -1
  11. package/dist/{apiClient-D-kcx_S1.js → apiClient-BbJl566D.js} +1 -1
  12. package/dist/axios-CZvsFspN.js +1887 -0
  13. package/dist/axios-DMqeKDaq.cjs +6 -0
  14. package/dist/containers.cjs +590 -5
  15. package/dist/containers.d.ts +39 -0
  16. package/dist/containers.js +3803 -977
  17. package/dist/{index-Coos428-.js → index--_rUTrqU.js} +308 -282
  18. package/dist/{index-B4vneBZh.cjs → index-B4oFnh1T.cjs} +6 -6
  19. package/dist/index-BHSxFTgZ.js +49 -0
  20. package/dist/{index-BSfhC_wu.cjs → index-BaA_oL1s.cjs} +1 -1
  21. package/dist/{index-CJmnkrIs.cjs → index-Becfy0pF.cjs} +1 -1
  22. package/dist/{index-Dj5oTSEE.js → index-C09d0pI4.js} +15 -15
  23. package/dist/{index-BXrnPbjr.cjs → index-CbQWytWd.cjs} +4 -4
  24. package/dist/{index-DmVIgb18.js → index-CgAb-gZi.js} +11 -11
  25. package/dist/{index-B53YL3vD.cjs → index-DFOQKDki.cjs} +2 -2
  26. package/dist/index-DFSkcsx-.cjs +943 -0
  27. package/dist/{index-CEz0St1t.js → index-DQFN7qxo.js} +7 -7
  28. package/dist/index-DRozw3P8.js +167 -0
  29. package/dist/index-DfCQoHSf.cjs +146 -0
  30. package/dist/index-DkuJMEY1.js +6731 -0
  31. package/dist/{index-bRjoenrr.js → index-Dv6jyKbT.js} +12 -12
  32. package/dist/{index-Bl3JVLei.cjs → index-EDm9-cRY.cjs} +1 -1
  33. package/dist/index-IGN7_cyg.cjs +2 -0
  34. package/dist/{index-DGvdYnh3.js → index-lFl6UsTa.js} +7 -7
  35. package/dist/index-lQmq7gxp.cjs +54 -0
  36. package/dist/{index-FS8xE7Mo.js → index-xUb0UC07.js} +5 -5
  37. package/dist/lib-C3DWunRS.js +26376 -0
  38. package/dist/lib-COvHzA2Y.cjs +2104 -0
  39. package/dist/lib.cjs +1 -1
  40. package/dist/lib.d.ts +160 -7
  41. package/dist/lib.js +33 -30
  42. package/dist/libRoutes-B-H3e9wZ.js +22 -0
  43. package/dist/libRoutes-Cl3TklhN.cjs +1 -0
  44. package/dist/network.cjs +1 -1
  45. package/dist/network.d.ts +19 -0
  46. package/dist/network.js +3 -3
  47. package/dist/router.cjs +1 -1
  48. package/dist/router.d.ts +26 -4
  49. package/dist/router.js +10 -10
  50. package/package.json +54 -47
  51. package/src/assets/main.css +2 -2
  52. package/src/components/AutoroutedBreadcrumb/AutoroutedBreadcrumb.mdx +8 -8
  53. package/src/components/AutoroutedBreadcrumb/AutoroutedBreadcrumb.spec.ts +86 -45
  54. package/src/components/AutoroutedBreadcrumb/AutoroutedBreadcrumb.vue +29 -21
  55. package/src/components/AvatarComponent/AvatarComponent.mdx +63 -0
  56. package/src/components/AvatarComponent/AvatarComponent.stories.ts +98 -0
  57. package/src/components/AvatarComponent/AvatarComponent.vue +115 -0
  58. package/src/components/GanttChartComponent/GanttChartComponent.mdx +143 -0
  59. package/src/components/GanttChartComponent/GanttChartComponent.spec.ts +257 -0
  60. package/src/components/GanttChartComponent/GanttChartComponent.stories.ts +253 -0
  61. package/src/components/GanttChartComponent/GanttChartComponent.vue +220 -0
  62. package/src/components/GanttChartComponent/GanttChartGrid.vue +66 -0
  63. package/src/components/GanttChartComponent/GanttChartHeaderGrid.vue +167 -0
  64. package/src/components/GanttChartComponent/GanttChartHeaderLabel.vue +23 -0
  65. package/src/components/GanttChartComponent/GanttChartLinksOverlay.vue +105 -0
  66. package/src/components/GanttChartComponent/GanttChartRowGrid.vue +288 -0
  67. package/src/components/GanttChartComponent/GanttChartRowLabel.vue +32 -0
  68. package/src/components/GanttChartComponent/composables/useGanttLinks.ts +212 -0
  69. package/src/components/GanttChartComponent/composables/useGanttSizing.ts +42 -0
  70. package/src/components/GanttChartComponent/ganttChartLayout.ts +211 -0
  71. package/src/components/GanttChartComponent/ganttChartTypes.ts +24 -0
  72. package/src/components/GanttChartComponent/index.ts +1 -0
  73. package/src/components/NetworkButton/ApiMutationButton.vue +7 -5
  74. package/src/components/NetworkButton/ApiQueryButton.vue +6 -4
  75. package/src/components/PlotlyComponent/PlotlyComponent.stories.ts +74 -45
  76. package/src/containers/BareContainer/BareContainer.mdx +1 -1
  77. package/src/containers/LayoutContainer/LayoutContainer.mdx +128 -0
  78. package/src/containers/LayoutContainer/LayoutContainer.spec.ts +151 -0
  79. package/src/containers/LayoutContainer/LayoutContainer.stories.ts +292 -0
  80. package/src/containers/LayoutContainer/LayoutContainer.vue +53 -0
  81. package/src/containers/LayoutContainer/MobileNavigationComponent/MobileNavigationComponent.spec.ts +139 -0
  82. package/src/containers/LayoutContainer/MobileNavigationComponent/MobileNavigationComponent.vue +63 -0
  83. package/src/containers/LayoutContainer/SideNavigationComponent/BottomComponent/BottomComponent.spec.ts +39 -0
  84. package/src/containers/LayoutContainer/SideNavigationComponent/BottomComponent/BottomComponent.vue +9 -0
  85. package/src/containers/LayoutContainer/SideNavigationComponent/MainComponent/MainComponent.spec.ts +175 -0
  86. package/src/containers/LayoutContainer/SideNavigationComponent/MainComponent/MainComponent.vue +163 -0
  87. package/src/containers/LayoutContainer/SideNavigationComponent/MainComponent/NavigationLinkComponent.spec.ts +105 -0
  88. package/src/containers/LayoutContainer/SideNavigationComponent/MainComponent/NavigationLinkComponent.vue +45 -0
  89. package/src/containers/LayoutContainer/SideNavigationComponent/SideNavigationComponent.spec.ts +78 -0
  90. package/src/containers/LayoutContainer/SideNavigationComponent/SideNavigationComponent.vue +29 -0
  91. package/src/containers/LayoutContainer/SideNavigationComponent/TopComponent/TopComponent.spec.ts +60 -0
  92. package/src/containers/LayoutContainer/SideNavigationComponent/TopComponent/TopComponent.vue +56 -0
  93. package/src/containers/LayoutContainer/UserMenuTriggerComponent/UserMenuTriggerComponent.spec.ts +96 -0
  94. package/src/containers/LayoutContainer/UserMenuTriggerComponent/UserMenuTriggerComponent.vue +80 -0
  95. package/src/containers/LayoutContainer/index.ts +1 -0
  96. package/src/containers/NavbarContainer/NavbarContainer.mdx +1 -1
  97. package/src/containers/RoutedTabsComponent/RoutedTabsComponent.mdx +3 -3
  98. package/src/containers/SideMenuContainer/SideMenuContainer.mdx +1 -1
  99. package/src/containers/helpers.ts +6 -3
  100. package/src/containers/index.ts +2 -0
  101. package/src/containers/storybook/PlaceholderView.vue +1 -1
  102. package/src/containers/storybook/PrimeComponents.stories.ts +17 -0
  103. package/src/containers/storybook/PrimeComponentsShowcase.vue +587 -0
  104. package/src/containers/storybook/overview.mdx +36 -36
  105. package/src/demo/App.vue +7 -0
  106. package/src/{demo.ts → demo/main.ts} +8 -9
  107. package/src/demo/router.ts +65 -19
  108. package/src/demo/views/PlaygroundView.vue +86 -0
  109. package/src/demo/views/ShowcaseView.vue +41 -0
  110. package/src/lib.ts +3 -1
  111. package/src/locales/Translation.mdx +2 -2
  112. package/src/locales/en/avatar.json +3 -0
  113. package/src/locales/en/gantt_chart.json +6 -0
  114. package/src/locales/en/navigation.json +3 -1
  115. package/src/locales/index.ts +0 -4
  116. package/src/plugins/legalConsent/views/__tests__/LegalConsent.test.ts +12 -7
  117. package/src/router/guards.ts +4 -4
  118. package/src/router/libRoutes.ts +6 -2
  119. package/src/router/router.mdx +107 -66
  120. package/src/router/types.ts +24 -3
  121. package/src/stores/__tests__/backend/jwt.test.ts +4 -4
  122. package/src/stores/__tests__/backend/oauth.test.ts +104 -0
  123. package/src/stores/__tests__/backend/token.test.ts +4 -4
  124. package/src/stores/authentication.mdx +138 -0
  125. package/src/stores/backend/common.ts +89 -0
  126. package/src/stores/backend/constants.ts +22 -0
  127. package/src/stores/backend/schemes/jwt.ts +208 -0
  128. package/src/stores/backend/schemes/oauth.ts +142 -0
  129. package/src/stores/backend/schemes/token.ts +122 -0
  130. package/src/stores/backend/types.ts +96 -0
  131. package/src/stores/backend.ts +21 -427
  132. package/src/stores/index.ts +6 -0
  133. package/src/theme/index.ts +2 -0
  134. package/src/theme/nside.ts +157 -0
  135. package/src/utils/color.spec.ts +24 -0
  136. package/src/utils/color.ts +100 -0
  137. package/src/utils/translations.ts +0 -4
  138. package/dist/LegalConsent-CEcXZml6.cjs +0 -1
  139. package/dist/LegalConsent-Dzq3fdnt.js +0 -277
  140. package/dist/LegalDocument-CS3MnOcV.cjs +0 -109
  141. package/dist/axios-ClRPr3Xn.js +0 -1777
  142. package/dist/axios-Dcidtc2l.cjs +0 -6
  143. package/dist/index-Bc699sOR.js +0 -4997
  144. package/dist/index-CL_OJMNr.cjs +0 -55
  145. package/dist/index-CTNsucOq.cjs +0 -147
  146. package/dist/index-CwLAV8WF.js +0 -210
  147. package/dist/index-FrfvunRp.cjs +0 -146
  148. package/dist/lib-BBJH9d11.cjs +0 -2792
  149. package/dist/lib-Y8FPgwH4.js +0 -20886
  150. package/dist/libRoutes-BsneoQ4G.js +0 -18
  151. package/dist/libRoutes-BzeZrIaK.cjs +0 -1
  152. package/src/demo/DemoApp.vue +0 -13
  153. package/src/demo/ShowcaseView.vue +0 -39
  154. package/src/demo/demo.css +0 -15
  155. /package/src/demo/{DemoContent.vue → views/DemoContent.vue} +0 -0
  156. /package/src/demo/{DemoView.vue → views/DemoView.vue} +0 -0
@@ -0,0 +1,1887 @@
1
+ function We(e, t) {
2
+ return function() {
3
+ return e.apply(t, arguments);
4
+ };
5
+ }
6
+ const { toString: mt } = Object.prototype, { getPrototypeOf: we } = Object, { iterator: re, toStringTag: Ke } = Symbol, se = /* @__PURE__ */ ((e) => (t) => {
7
+ const n = mt.call(t);
8
+ return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
9
+ })(/* @__PURE__ */ Object.create(null)), U = (e) => (e = e.toLowerCase(), (t) => se(t) === e), oe = (e) => (t) => typeof t === e, { isArray: M } = Array, H = oe("undefined");
10
+ function J(e) {
11
+ return e !== null && !H(e) && e.constructor !== null && !H(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
12
+ }
13
+ const ve = U("ArrayBuffer");
14
+ function yt(e) {
15
+ let t;
16
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ve(e.buffer), t;
17
+ }
18
+ const bt = oe("string"), A = oe("function"), Xe = oe("number"), V = (e) => e !== null && typeof e == "object", wt = (e) => e === !0 || e === !1, Z = (e) => {
19
+ if (se(e) !== "object")
20
+ return !1;
21
+ const t = we(e);
22
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Ke in e) && !(re in e);
23
+ }, Rt = (e) => {
24
+ if (!V(e) || J(e))
25
+ return !1;
26
+ try {
27
+ return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
28
+ } catch {
29
+ return !1;
30
+ }
31
+ }, Et = U("Date"), gt = U("File"), St = (e) => !!(e && typeof e.uri < "u"), Ot = (e) => e && typeof e.getParts < "u", Tt = U("Blob"), At = U("FileList"), Ct = (e) => V(e) && A(e.pipe);
32
+ function xt() {
33
+ return typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {};
34
+ }
35
+ const Ne = xt(), Pe = typeof Ne.FormData < "u" ? Ne.FormData : void 0, _t = (e) => {
36
+ let t;
37
+ return e && (Pe && e instanceof Pe || A(e.append) && ((t = se(e)) === "formdata" || // detect form-data instance
38
+ t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
39
+ }, Nt = U("URLSearchParams"), [Pt, Ut, Ft, Lt] = [
40
+ "ReadableStream",
41
+ "Request",
42
+ "Response",
43
+ "Headers"
44
+ ].map(U), Bt = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
45
+ function W(e, t, { allOwnKeys: n = !1 } = {}) {
46
+ if (e === null || typeof e > "u")
47
+ return;
48
+ let r, s;
49
+ if (typeof e != "object" && (e = [e]), M(e))
50
+ for (r = 0, s = e.length; r < s; r++)
51
+ t.call(null, e[r], r, e);
52
+ else {
53
+ if (J(e))
54
+ return;
55
+ const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
56
+ let c;
57
+ for (r = 0; r < i; r++)
58
+ c = o[r], t.call(null, e[c], c, e);
59
+ }
60
+ }
61
+ function Ge(e, t) {
62
+ if (J(e))
63
+ return null;
64
+ t = t.toLowerCase();
65
+ const n = Object.keys(e);
66
+ let r = n.length, s;
67
+ for (; r-- > 0; )
68
+ if (s = n[r], t === s.toLowerCase())
69
+ return s;
70
+ return null;
71
+ }
72
+ const k = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Qe = (e) => !H(e) && e !== k;
73
+ function he() {
74
+ const { caseless: e, skipUndefined: t } = Qe(this) && this || {}, n = {}, r = (s, o) => {
75
+ if (o === "__proto__" || o === "constructor" || o === "prototype")
76
+ return;
77
+ const i = e && Ge(n, o) || o;
78
+ Z(n[i]) && Z(s) ? n[i] = he(n[i], s) : Z(s) ? n[i] = he({}, s) : M(s) ? n[i] = s.slice() : (!t || !H(s)) && (n[i] = s);
79
+ };
80
+ for (let s = 0, o = arguments.length; s < o; s++)
81
+ arguments[s] && W(arguments[s], r);
82
+ return n;
83
+ }
84
+ const Dt = (e, t, n, { allOwnKeys: r } = {}) => (W(
85
+ t,
86
+ (s, o) => {
87
+ n && A(s) ? Object.defineProperty(e, o, {
88
+ value: We(s, n),
89
+ writable: !0,
90
+ enumerable: !0,
91
+ configurable: !0
92
+ }) : Object.defineProperty(e, o, {
93
+ value: s,
94
+ writable: !0,
95
+ enumerable: !0,
96
+ configurable: !0
97
+ });
98
+ },
99
+ { allOwnKeys: r }
100
+ ), e), kt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), jt = (e, t, n, r) => {
101
+ e.prototype = Object.create(t.prototype, r), Object.defineProperty(e.prototype, "constructor", {
102
+ value: e,
103
+ writable: !0,
104
+ enumerable: !1,
105
+ configurable: !0
106
+ }), Object.defineProperty(e, "super", {
107
+ value: t.prototype
108
+ }), n && Object.assign(e.prototype, n);
109
+ }, It = (e, t, n, r) => {
110
+ let s, o, i;
111
+ const c = {};
112
+ if (t = t || {}, e == null) return t;
113
+ do {
114
+ for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
115
+ i = s[o], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
116
+ e = n !== !1 && we(e);
117
+ } while (e && (!n || n(e, t)) && e !== Object.prototype);
118
+ return t;
119
+ }, qt = (e, t, n) => {
120
+ e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
121
+ const r = e.indexOf(t, n);
122
+ return r !== -1 && r === n;
123
+ }, Ht = (e) => {
124
+ if (!e) return null;
125
+ if (M(e)) return e;
126
+ let t = e.length;
127
+ if (!Xe(t)) return null;
128
+ const n = new Array(t);
129
+ for (; t-- > 0; )
130
+ n[t] = e[t];
131
+ return n;
132
+ }, Mt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && we(Uint8Array)), $t = (e, t) => {
133
+ const r = (e && e[re]).call(e);
134
+ let s;
135
+ for (; (s = r.next()) && !s.done; ) {
136
+ const o = s.value;
137
+ t.call(e, o[0], o[1]);
138
+ }
139
+ }, zt = (e, t) => {
140
+ let n;
141
+ const r = [];
142
+ for (; (n = e.exec(t)) !== null; )
143
+ r.push(n);
144
+ return r;
145
+ }, Jt = U("HTMLFormElement"), Vt = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(n, r, s) {
146
+ return r.toUpperCase() + s;
147
+ }), Ue = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Wt = U("RegExp"), Ye = (e, t) => {
148
+ const n = Object.getOwnPropertyDescriptors(e), r = {};
149
+ W(n, (s, o) => {
150
+ let i;
151
+ (i = t(s, o, e)) !== !1 && (r[o] = i || s);
152
+ }), Object.defineProperties(e, r);
153
+ }, Kt = (e) => {
154
+ Ye(e, (t, n) => {
155
+ if (A(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
156
+ return !1;
157
+ const r = e[n];
158
+ if (A(r)) {
159
+ if (t.enumerable = !1, "writable" in t) {
160
+ t.writable = !1;
161
+ return;
162
+ }
163
+ t.set || (t.set = () => {
164
+ throw Error("Can not rewrite read-only method '" + n + "'");
165
+ });
166
+ }
167
+ });
168
+ }, vt = (e, t) => {
169
+ const n = {}, r = (s) => {
170
+ s.forEach((o) => {
171
+ n[o] = !0;
172
+ });
173
+ };
174
+ return M(e) ? r(e) : r(String(e).split(t)), n;
175
+ }, Xt = () => {
176
+ }, Gt = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
177
+ function Qt(e) {
178
+ return !!(e && A(e.append) && e[Ke] === "FormData" && e[re]);
179
+ }
180
+ const Yt = (e) => {
181
+ const t = new Array(10), n = (r, s) => {
182
+ if (V(r)) {
183
+ if (t.indexOf(r) >= 0)
184
+ return;
185
+ if (J(r))
186
+ return r;
187
+ if (!("toJSON" in r)) {
188
+ t[s] = r;
189
+ const o = M(r) ? [] : {};
190
+ return W(r, (i, c) => {
191
+ const p = n(i, s + 1);
192
+ !H(p) && (o[c] = p);
193
+ }), t[s] = void 0, o;
194
+ }
195
+ }
196
+ return r;
197
+ };
198
+ return n(e, 0);
199
+ }, Zt = U("AsyncFunction"), en = (e) => e && (V(e) || A(e)) && A(e.then) && A(e.catch), Ze = ((e, t) => e ? setImmediate : t ? ((n, r) => (k.addEventListener(
200
+ "message",
201
+ ({ source: s, data: o }) => {
202
+ s === k && o === n && r.length && r.shift()();
203
+ },
204
+ !1
205
+ ), (s) => {
206
+ r.push(s), k.postMessage(n, "*");
207
+ }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(typeof setImmediate == "function", A(k.postMessage)), tn = typeof queueMicrotask < "u" ? queueMicrotask.bind(k) : typeof process < "u" && process.nextTick || Ze, nn = (e) => e != null && A(e[re]), a = {
208
+ isArray: M,
209
+ isArrayBuffer: ve,
210
+ isBuffer: J,
211
+ isFormData: _t,
212
+ isArrayBufferView: yt,
213
+ isString: bt,
214
+ isNumber: Xe,
215
+ isBoolean: wt,
216
+ isObject: V,
217
+ isPlainObject: Z,
218
+ isEmptyObject: Rt,
219
+ isReadableStream: Pt,
220
+ isRequest: Ut,
221
+ isResponse: Ft,
222
+ isHeaders: Lt,
223
+ isUndefined: H,
224
+ isDate: Et,
225
+ isFile: gt,
226
+ isReactNativeBlob: St,
227
+ isReactNative: Ot,
228
+ isBlob: Tt,
229
+ isRegExp: Wt,
230
+ isFunction: A,
231
+ isStream: Ct,
232
+ isURLSearchParams: Nt,
233
+ isTypedArray: Mt,
234
+ isFileList: At,
235
+ forEach: W,
236
+ merge: he,
237
+ extend: Dt,
238
+ trim: Bt,
239
+ stripBOM: kt,
240
+ inherits: jt,
241
+ toFlatObject: It,
242
+ kindOf: se,
243
+ kindOfTest: U,
244
+ endsWith: qt,
245
+ toArray: Ht,
246
+ forEachEntry: $t,
247
+ matchAll: zt,
248
+ isHTMLForm: Jt,
249
+ hasOwnProperty: Ue,
250
+ hasOwnProp: Ue,
251
+ // an alias to avoid ESLint no-prototype-builtins detection
252
+ reduceDescriptors: Ye,
253
+ freezeMethods: Kt,
254
+ toObjectSet: vt,
255
+ toCamelCase: Vt,
256
+ noop: Xt,
257
+ toFiniteNumber: Gt,
258
+ findKey: Ge,
259
+ global: k,
260
+ isContextDefined: Qe,
261
+ isSpecCompliantForm: Qt,
262
+ toJSONObject: Yt,
263
+ isAsyncFn: Zt,
264
+ isThenable: en,
265
+ setImmediate: Ze,
266
+ asap: tn,
267
+ isIterable: nn
268
+ };
269
+ let y = class et extends Error {
270
+ static from(t, n, r, s, o, i) {
271
+ const c = new et(t.message, n || t.code, r, s, o);
272
+ return c.cause = t, c.name = t.name, t.status != null && c.status == null && (c.status = t.status), i && Object.assign(c, i), c;
273
+ }
274
+ /**
275
+ * Create an Error with the specified message, config, error code, request and response.
276
+ *
277
+ * @param {string} message The error message.
278
+ * @param {string} [code] The error code (for example, 'ECONNABORTED').
279
+ * @param {Object} [config] The config.
280
+ * @param {Object} [request] The request.
281
+ * @param {Object} [response] The response.
282
+ *
283
+ * @returns {Error} The created error.
284
+ */
285
+ constructor(t, n, r, s, o) {
286
+ super(t), Object.defineProperty(this, "message", {
287
+ value: t,
288
+ enumerable: !0,
289
+ writable: !0,
290
+ configurable: !0
291
+ }), this.name = "AxiosError", this.isAxiosError = !0, n && (this.code = n), r && (this.config = r), s && (this.request = s), o && (this.response = o, this.status = o.status);
292
+ }
293
+ toJSON() {
294
+ return {
295
+ // Standard
296
+ message: this.message,
297
+ name: this.name,
298
+ // Microsoft
299
+ description: this.description,
300
+ number: this.number,
301
+ // Mozilla
302
+ fileName: this.fileName,
303
+ lineNumber: this.lineNumber,
304
+ columnNumber: this.columnNumber,
305
+ stack: this.stack,
306
+ // Axios
307
+ config: a.toJSONObject(this.config),
308
+ code: this.code,
309
+ status: this.status
310
+ };
311
+ }
312
+ };
313
+ y.ERR_BAD_OPTION_VALUE = "ERR_BAD_OPTION_VALUE";
314
+ y.ERR_BAD_OPTION = "ERR_BAD_OPTION";
315
+ y.ECONNABORTED = "ECONNABORTED";
316
+ y.ETIMEDOUT = "ETIMEDOUT";
317
+ y.ERR_NETWORK = "ERR_NETWORK";
318
+ y.ERR_FR_TOO_MANY_REDIRECTS = "ERR_FR_TOO_MANY_REDIRECTS";
319
+ y.ERR_DEPRECATED = "ERR_DEPRECATED";
320
+ y.ERR_BAD_RESPONSE = "ERR_BAD_RESPONSE";
321
+ y.ERR_BAD_REQUEST = "ERR_BAD_REQUEST";
322
+ y.ERR_CANCELED = "ERR_CANCELED";
323
+ y.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
324
+ y.ERR_INVALID_URL = "ERR_INVALID_URL";
325
+ const rn = null;
326
+ function me(e) {
327
+ return a.isPlainObject(e) || a.isArray(e);
328
+ }
329
+ function tt(e) {
330
+ return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
331
+ }
332
+ function ue(e, t, n) {
333
+ return e ? e.concat(t).map(function(s, o) {
334
+ return s = tt(s), !n && o ? "[" + s + "]" : s;
335
+ }).join(n ? "." : "") : t;
336
+ }
337
+ function sn(e) {
338
+ return a.isArray(e) && !e.some(me);
339
+ }
340
+ const on = a.toFlatObject(a, {}, null, function(t) {
341
+ return /^is[A-Z]/.test(t);
342
+ });
343
+ function ie(e, t, n) {
344
+ if (!a.isObject(e))
345
+ throw new TypeError("target must be an object");
346
+ t = t || new FormData(), n = a.toFlatObject(
347
+ n,
348
+ {
349
+ metaTokens: !0,
350
+ dots: !1,
351
+ indexes: !1
352
+ },
353
+ !1,
354
+ function(m, d) {
355
+ return !a.isUndefined(d[m]);
356
+ }
357
+ );
358
+ const r = n.metaTokens, s = n.visitor || l, o = n.dots, i = n.indexes, p = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
359
+ if (!a.isFunction(s))
360
+ throw new TypeError("visitor must be a function");
361
+ function f(u) {
362
+ if (u === null) return "";
363
+ if (a.isDate(u))
364
+ return u.toISOString();
365
+ if (a.isBoolean(u))
366
+ return u.toString();
367
+ if (!p && a.isBlob(u))
368
+ throw new y("Blob is not supported. Use a Buffer instead.");
369
+ return a.isArrayBuffer(u) || a.isTypedArray(u) ? p && typeof Blob == "function" ? new Blob([u]) : Buffer.from(u) : u;
370
+ }
371
+ function l(u, m, d) {
372
+ let R = u;
373
+ if (a.isReactNative(t) && a.isReactNativeBlob(u))
374
+ return t.append(ue(d, m, o), f(u)), !1;
375
+ if (u && !d && typeof u == "object") {
376
+ if (a.endsWith(m, "{}"))
377
+ m = r ? m : m.slice(0, -2), u = JSON.stringify(u);
378
+ else if (a.isArray(u) && sn(u) || (a.isFileList(u) || a.endsWith(m, "[]")) && (R = a.toArray(u)))
379
+ return m = tt(m), R.forEach(function(E, O) {
380
+ !(a.isUndefined(E) || E === null) && t.append(
381
+ // eslint-disable-next-line no-nested-ternary
382
+ i === !0 ? ue([m], O, o) : i === null ? m : m + "[]",
383
+ f(E)
384
+ );
385
+ }), !1;
386
+ }
387
+ return me(u) ? !0 : (t.append(ue(d, m, o), f(u)), !1);
388
+ }
389
+ const h = [], b = Object.assign(on, {
390
+ defaultVisitor: l,
391
+ convertValue: f,
392
+ isVisitable: me
393
+ });
394
+ function g(u, m) {
395
+ if (!a.isUndefined(u)) {
396
+ if (h.indexOf(u) !== -1)
397
+ throw Error("Circular reference detected in " + m.join("."));
398
+ h.push(u), a.forEach(u, function(R, x) {
399
+ (!(a.isUndefined(R) || R === null) && s.call(t, R, a.isString(x) ? x.trim() : x, m, b)) === !0 && g(R, m ? m.concat(x) : [x]);
400
+ }), h.pop();
401
+ }
402
+ }
403
+ if (!a.isObject(e))
404
+ throw new TypeError("data must be an object");
405
+ return g(e), t;
406
+ }
407
+ function Fe(e) {
408
+ const t = {
409
+ "!": "%21",
410
+ "'": "%27",
411
+ "(": "%28",
412
+ ")": "%29",
413
+ "~": "%7E",
414
+ "%20": "+",
415
+ "%00": "\0"
416
+ };
417
+ return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(r) {
418
+ return t[r];
419
+ });
420
+ }
421
+ function Re(e, t) {
422
+ this._pairs = [], e && ie(e, this, t);
423
+ }
424
+ const nt = Re.prototype;
425
+ nt.append = function(t, n) {
426
+ this._pairs.push([t, n]);
427
+ };
428
+ nt.toString = function(t) {
429
+ const n = t ? function(r) {
430
+ return t.call(this, r, Fe);
431
+ } : Fe;
432
+ return this._pairs.map(function(s) {
433
+ return n(s[0]) + "=" + n(s[1]);
434
+ }, "").join("&");
435
+ };
436
+ function an(e) {
437
+ return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
438
+ }
439
+ function rt(e, t, n) {
440
+ if (!t)
441
+ return e;
442
+ const r = n && n.encode || an, s = a.isFunction(n) ? {
443
+ serialize: n
444
+ } : n, o = s && s.serialize;
445
+ let i;
446
+ if (o ? i = o(t, s) : i = a.isURLSearchParams(t) ? t.toString() : new Re(t, s).toString(r), i) {
447
+ const c = e.indexOf("#");
448
+ c !== -1 && (e = e.slice(0, c)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
449
+ }
450
+ return e;
451
+ }
452
+ class Le {
453
+ constructor() {
454
+ this.handlers = [];
455
+ }
456
+ /**
457
+ * Add a new interceptor to the stack
458
+ *
459
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
460
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
461
+ * @param {Object} options The options for the interceptor, synchronous and runWhen
462
+ *
463
+ * @return {Number} An ID used to remove interceptor later
464
+ */
465
+ use(t, n, r) {
466
+ return this.handlers.push({
467
+ fulfilled: t,
468
+ rejected: n,
469
+ synchronous: r ? r.synchronous : !1,
470
+ runWhen: r ? r.runWhen : null
471
+ }), this.handlers.length - 1;
472
+ }
473
+ /**
474
+ * Remove an interceptor from the stack
475
+ *
476
+ * @param {Number} id The ID that was returned by `use`
477
+ *
478
+ * @returns {void}
479
+ */
480
+ eject(t) {
481
+ this.handlers[t] && (this.handlers[t] = null);
482
+ }
483
+ /**
484
+ * Clear all interceptors from the stack
485
+ *
486
+ * @returns {void}
487
+ */
488
+ clear() {
489
+ this.handlers && (this.handlers = []);
490
+ }
491
+ /**
492
+ * Iterate over all the registered interceptors
493
+ *
494
+ * This method is particularly useful for skipping over any
495
+ * interceptors that may have become `null` calling `eject`.
496
+ *
497
+ * @param {Function} fn The function to call for each interceptor
498
+ *
499
+ * @returns {void}
500
+ */
501
+ forEach(t) {
502
+ a.forEach(this.handlers, function(r) {
503
+ r !== null && t(r);
504
+ });
505
+ }
506
+ }
507
+ const Ee = {
508
+ silentJSONParsing: !0,
509
+ forcedJSONParsing: !0,
510
+ clarifyTimeoutError: !1,
511
+ legacyInterceptorReqResOrdering: !0
512
+ }, cn = typeof URLSearchParams < "u" ? URLSearchParams : Re, ln = typeof FormData < "u" ? FormData : null, un = typeof Blob < "u" ? Blob : null, fn = {
513
+ isBrowser: !0,
514
+ classes: {
515
+ URLSearchParams: cn,
516
+ FormData: ln,
517
+ Blob: un
518
+ },
519
+ protocols: ["http", "https", "file", "blob", "url", "data"]
520
+ }, ge = typeof window < "u" && typeof document < "u", ye = typeof navigator == "object" && navigator || void 0, dn = ge && (!ye || ["ReactNative", "NativeScript", "NS"].indexOf(ye.product) < 0), pn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
521
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", hn = ge && window.location.href || "http://localhost", mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
522
+ __proto__: null,
523
+ hasBrowserEnv: ge,
524
+ hasStandardBrowserEnv: dn,
525
+ hasStandardBrowserWebWorkerEnv: pn,
526
+ navigator: ye,
527
+ origin: hn
528
+ }, Symbol.toStringTag, { value: "Module" })), S = {
529
+ ...mn,
530
+ ...fn
531
+ };
532
+ function yn(e, t) {
533
+ return ie(e, new S.classes.URLSearchParams(), {
534
+ visitor: function(n, r, s, o) {
535
+ return S.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
536
+ },
537
+ ...t
538
+ });
539
+ }
540
+ function bn(e) {
541
+ return a.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
542
+ }
543
+ function wn(e) {
544
+ const t = {}, n = Object.keys(e);
545
+ let r;
546
+ const s = n.length;
547
+ let o;
548
+ for (r = 0; r < s; r++)
549
+ o = n[r], t[o] = e[o];
550
+ return t;
551
+ }
552
+ function st(e) {
553
+ function t(n, r, s, o) {
554
+ let i = n[o++];
555
+ if (i === "__proto__") return !0;
556
+ const c = Number.isFinite(+i), p = o >= n.length;
557
+ return i = !i && a.isArray(s) ? s.length : i, p ? (a.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !c) : ((!s[i] || !a.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && a.isArray(s[i]) && (s[i] = wn(s[i])), !c);
558
+ }
559
+ if (a.isFormData(e) && a.isFunction(e.entries)) {
560
+ const n = {};
561
+ return a.forEachEntry(e, (r, s) => {
562
+ t(bn(r), s, n, 0);
563
+ }), n;
564
+ }
565
+ return null;
566
+ }
567
+ function Rn(e, t, n) {
568
+ if (a.isString(e))
569
+ try {
570
+ return (t || JSON.parse)(e), a.trim(e);
571
+ } catch (r) {
572
+ if (r.name !== "SyntaxError")
573
+ throw r;
574
+ }
575
+ return (n || JSON.stringify)(e);
576
+ }
577
+ const K = {
578
+ transitional: Ee,
579
+ adapter: ["xhr", "http", "fetch"],
580
+ transformRequest: [
581
+ function(t, n) {
582
+ const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, o = a.isObject(t);
583
+ if (o && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
584
+ return s ? JSON.stringify(st(t)) : t;
585
+ if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t) || a.isReadableStream(t))
586
+ return t;
587
+ if (a.isArrayBufferView(t))
588
+ return t.buffer;
589
+ if (a.isURLSearchParams(t))
590
+ return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
591
+ let c;
592
+ if (o) {
593
+ if (r.indexOf("application/x-www-form-urlencoded") > -1)
594
+ return yn(t, this.formSerializer).toString();
595
+ if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
596
+ const p = this.env && this.env.FormData;
597
+ return ie(
598
+ c ? { "files[]": t } : t,
599
+ p && new p(),
600
+ this.formSerializer
601
+ );
602
+ }
603
+ }
604
+ return o || s ? (n.setContentType("application/json", !1), Rn(t)) : t;
605
+ }
606
+ ],
607
+ transformResponse: [
608
+ function(t) {
609
+ const n = this.transitional || K.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
610
+ if (a.isResponse(t) || a.isReadableStream(t))
611
+ return t;
612
+ if (t && a.isString(t) && (r && !this.responseType || s)) {
613
+ const i = !(n && n.silentJSONParsing) && s;
614
+ try {
615
+ return JSON.parse(t, this.parseReviver);
616
+ } catch (c) {
617
+ if (i)
618
+ throw c.name === "SyntaxError" ? y.from(c, y.ERR_BAD_RESPONSE, this, null, this.response) : c;
619
+ }
620
+ }
621
+ return t;
622
+ }
623
+ ],
624
+ /**
625
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
626
+ * timeout is not created.
627
+ */
628
+ timeout: 0,
629
+ xsrfCookieName: "XSRF-TOKEN",
630
+ xsrfHeaderName: "X-XSRF-TOKEN",
631
+ maxContentLength: -1,
632
+ maxBodyLength: -1,
633
+ env: {
634
+ FormData: S.classes.FormData,
635
+ Blob: S.classes.Blob
636
+ },
637
+ validateStatus: function(t) {
638
+ return t >= 200 && t < 300;
639
+ },
640
+ headers: {
641
+ common: {
642
+ Accept: "application/json, text/plain, */*",
643
+ "Content-Type": void 0
644
+ }
645
+ }
646
+ };
647
+ a.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
648
+ K.headers[e] = {};
649
+ });
650
+ const En = a.toObjectSet([
651
+ "age",
652
+ "authorization",
653
+ "content-length",
654
+ "content-type",
655
+ "etag",
656
+ "expires",
657
+ "from",
658
+ "host",
659
+ "if-modified-since",
660
+ "if-unmodified-since",
661
+ "last-modified",
662
+ "location",
663
+ "max-forwards",
664
+ "proxy-authorization",
665
+ "referer",
666
+ "retry-after",
667
+ "user-agent"
668
+ ]), gn = (e) => {
669
+ const t = {};
670
+ let n, r, s;
671
+ return e && e.split(`
672
+ `).forEach(function(i) {
673
+ s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && En[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
674
+ }), t;
675
+ }, Be = /* @__PURE__ */ Symbol("internals");
676
+ function z(e) {
677
+ return e && String(e).trim().toLowerCase();
678
+ }
679
+ function ee(e) {
680
+ return e === !1 || e == null ? e : a.isArray(e) ? e.map(ee) : String(e);
681
+ }
682
+ function Sn(e) {
683
+ const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
684
+ let r;
685
+ for (; r = n.exec(e); )
686
+ t[r[1]] = r[2];
687
+ return t;
688
+ }
689
+ const On = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
690
+ function fe(e, t, n, r, s) {
691
+ if (a.isFunction(r))
692
+ return r.call(this, t, n);
693
+ if (s && (t = n), !!a.isString(t)) {
694
+ if (a.isString(r))
695
+ return t.indexOf(r) !== -1;
696
+ if (a.isRegExp(r))
697
+ return r.test(t);
698
+ }
699
+ }
700
+ function Tn(e) {
701
+ return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
702
+ }
703
+ function An(e, t) {
704
+ const n = a.toCamelCase(" " + t);
705
+ ["get", "set", "has"].forEach((r) => {
706
+ Object.defineProperty(e, r + n, {
707
+ value: function(s, o, i) {
708
+ return this[r].call(this, t, s, o, i);
709
+ },
710
+ configurable: !0
711
+ });
712
+ });
713
+ }
714
+ let C = class {
715
+ constructor(t) {
716
+ t && this.set(t);
717
+ }
718
+ set(t, n, r) {
719
+ const s = this;
720
+ function o(c, p, f) {
721
+ const l = z(p);
722
+ if (!l)
723
+ throw new Error("header name must be a non-empty string");
724
+ const h = a.findKey(s, l);
725
+ (!h || s[h] === void 0 || f === !0 || f === void 0 && s[h] !== !1) && (s[h || p] = ee(c));
726
+ }
727
+ const i = (c, p) => a.forEach(c, (f, l) => o(f, l, p));
728
+ if (a.isPlainObject(t) || t instanceof this.constructor)
729
+ i(t, n);
730
+ else if (a.isString(t) && (t = t.trim()) && !On(t))
731
+ i(gn(t), n);
732
+ else if (a.isObject(t) && a.isIterable(t)) {
733
+ let c = {}, p, f;
734
+ for (const l of t) {
735
+ if (!a.isArray(l))
736
+ throw TypeError("Object iterator must return a key-value pair");
737
+ c[f = l[0]] = (p = c[f]) ? a.isArray(p) ? [...p, l[1]] : [p, l[1]] : l[1];
738
+ }
739
+ i(c, n);
740
+ } else
741
+ t != null && o(n, t, r);
742
+ return this;
743
+ }
744
+ get(t, n) {
745
+ if (t = z(t), t) {
746
+ const r = a.findKey(this, t);
747
+ if (r) {
748
+ const s = this[r];
749
+ if (!n)
750
+ return s;
751
+ if (n === !0)
752
+ return Sn(s);
753
+ if (a.isFunction(n))
754
+ return n.call(this, s, r);
755
+ if (a.isRegExp(n))
756
+ return n.exec(s);
757
+ throw new TypeError("parser must be boolean|regexp|function");
758
+ }
759
+ }
760
+ }
761
+ has(t, n) {
762
+ if (t = z(t), t) {
763
+ const r = a.findKey(this, t);
764
+ return !!(r && this[r] !== void 0 && (!n || fe(this, this[r], r, n)));
765
+ }
766
+ return !1;
767
+ }
768
+ delete(t, n) {
769
+ const r = this;
770
+ let s = !1;
771
+ function o(i) {
772
+ if (i = z(i), i) {
773
+ const c = a.findKey(r, i);
774
+ c && (!n || fe(r, r[c], c, n)) && (delete r[c], s = !0);
775
+ }
776
+ }
777
+ return a.isArray(t) ? t.forEach(o) : o(t), s;
778
+ }
779
+ clear(t) {
780
+ const n = Object.keys(this);
781
+ let r = n.length, s = !1;
782
+ for (; r--; ) {
783
+ const o = n[r];
784
+ (!t || fe(this, this[o], o, t, !0)) && (delete this[o], s = !0);
785
+ }
786
+ return s;
787
+ }
788
+ normalize(t) {
789
+ const n = this, r = {};
790
+ return a.forEach(this, (s, o) => {
791
+ const i = a.findKey(r, o);
792
+ if (i) {
793
+ n[i] = ee(s), delete n[o];
794
+ return;
795
+ }
796
+ const c = t ? Tn(o) : String(o).trim();
797
+ c !== o && delete n[o], n[c] = ee(s), r[c] = !0;
798
+ }), this;
799
+ }
800
+ concat(...t) {
801
+ return this.constructor.concat(this, ...t);
802
+ }
803
+ toJSON(t) {
804
+ const n = /* @__PURE__ */ Object.create(null);
805
+ return a.forEach(this, (r, s) => {
806
+ r != null && r !== !1 && (n[s] = t && a.isArray(r) ? r.join(", ") : r);
807
+ }), n;
808
+ }
809
+ [Symbol.iterator]() {
810
+ return Object.entries(this.toJSON())[Symbol.iterator]();
811
+ }
812
+ toString() {
813
+ return Object.entries(this.toJSON()).map(([t, n]) => t + ": " + n).join(`
814
+ `);
815
+ }
816
+ getSetCookie() {
817
+ return this.get("set-cookie") || [];
818
+ }
819
+ get [Symbol.toStringTag]() {
820
+ return "AxiosHeaders";
821
+ }
822
+ static from(t) {
823
+ return t instanceof this ? t : new this(t);
824
+ }
825
+ static concat(t, ...n) {
826
+ const r = new this(t);
827
+ return n.forEach((s) => r.set(s)), r;
828
+ }
829
+ static accessor(t) {
830
+ const r = (this[Be] = this[Be] = {
831
+ accessors: {}
832
+ }).accessors, s = this.prototype;
833
+ function o(i) {
834
+ const c = z(i);
835
+ r[c] || (An(s, i), r[c] = !0);
836
+ }
837
+ return a.isArray(t) ? t.forEach(o) : o(t), this;
838
+ }
839
+ };
840
+ C.accessor([
841
+ "Content-Type",
842
+ "Content-Length",
843
+ "Accept",
844
+ "Accept-Encoding",
845
+ "User-Agent",
846
+ "Authorization"
847
+ ]);
848
+ a.reduceDescriptors(C.prototype, ({ value: e }, t) => {
849
+ let n = t[0].toUpperCase() + t.slice(1);
850
+ return {
851
+ get: () => e,
852
+ set(r) {
853
+ this[n] = r;
854
+ }
855
+ };
856
+ });
857
+ a.freezeMethods(C);
858
+ function de(e, t) {
859
+ const n = this || K, r = t || n, s = C.from(r.headers);
860
+ let o = r.data;
861
+ return a.forEach(e, function(c) {
862
+ o = c.call(n, o, s.normalize(), t ? t.status : void 0);
863
+ }), s.normalize(), o;
864
+ }
865
+ function ot(e) {
866
+ return !!(e && e.__CANCEL__);
867
+ }
868
+ let v = class extends y {
869
+ /**
870
+ * A `CanceledError` is an object that is thrown when an operation is canceled.
871
+ *
872
+ * @param {string=} message The message.
873
+ * @param {Object=} config The config.
874
+ * @param {Object=} request The request.
875
+ *
876
+ * @returns {CanceledError} The created error.
877
+ */
878
+ constructor(t, n, r) {
879
+ super(t ?? "canceled", y.ERR_CANCELED, n, r), this.name = "CanceledError", this.__CANCEL__ = !0;
880
+ }
881
+ };
882
+ function it(e, t, n) {
883
+ const r = n.config.validateStatus;
884
+ !n.status || !r || r(n.status) ? e(n) : t(
885
+ new y(
886
+ "Request failed with status code " + n.status,
887
+ [y.ERR_BAD_REQUEST, y.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
888
+ n.config,
889
+ n.request,
890
+ n
891
+ )
892
+ );
893
+ }
894
+ function Cn(e) {
895
+ const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
896
+ return t && t[1] || "";
897
+ }
898
+ function xn(e, t) {
899
+ e = e || 10;
900
+ const n = new Array(e), r = new Array(e);
901
+ let s = 0, o = 0, i;
902
+ return t = t !== void 0 ? t : 1e3, function(p) {
903
+ const f = Date.now(), l = r[o];
904
+ i || (i = f), n[s] = p, r[s] = f;
905
+ let h = o, b = 0;
906
+ for (; h !== s; )
907
+ b += n[h++], h = h % e;
908
+ if (s = (s + 1) % e, s === o && (o = (o + 1) % e), f - i < t)
909
+ return;
910
+ const g = l && f - l;
911
+ return g ? Math.round(b * 1e3 / g) : void 0;
912
+ };
913
+ }
914
+ function _n(e, t) {
915
+ let n = 0, r = 1e3 / t, s, o;
916
+ const i = (f, l = Date.now()) => {
917
+ n = l, s = null, o && (clearTimeout(o), o = null), e(...f);
918
+ };
919
+ return [(...f) => {
920
+ const l = Date.now(), h = l - n;
921
+ h >= r ? i(f, l) : (s = f, o || (o = setTimeout(() => {
922
+ o = null, i(s);
923
+ }, r - h)));
924
+ }, () => s && i(s)];
925
+ }
926
+ const ne = (e, t, n = 3) => {
927
+ let r = 0;
928
+ const s = xn(50, 250);
929
+ return _n((o) => {
930
+ const i = o.loaded, c = o.lengthComputable ? o.total : void 0, p = i - r, f = s(p), l = i <= c;
931
+ r = i;
932
+ const h = {
933
+ loaded: i,
934
+ total: c,
935
+ progress: c ? i / c : void 0,
936
+ bytes: p,
937
+ rate: f || void 0,
938
+ estimated: f && c && l ? (c - i) / f : void 0,
939
+ event: o,
940
+ lengthComputable: c != null,
941
+ [t ? "download" : "upload"]: !0
942
+ };
943
+ e(h);
944
+ }, n);
945
+ }, De = (e, t) => {
946
+ const n = e != null;
947
+ return [
948
+ (r) => t[0]({
949
+ lengthComputable: n,
950
+ total: e,
951
+ loaded: r
952
+ }),
953
+ t[1]
954
+ ];
955
+ }, ke = (e) => (...t) => a.asap(() => e(...t)), Nn = S.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, S.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
956
+ new URL(S.origin),
957
+ S.navigator && /(msie|trident)/i.test(S.navigator.userAgent)
958
+ ) : () => !0, Pn = S.hasStandardBrowserEnv ? (
959
+ // Standard browser envs support document.cookie
960
+ {
961
+ write(e, t, n, r, s, o, i) {
962
+ if (typeof document > "u") return;
963
+ const c = [`${e}=${encodeURIComponent(t)}`];
964
+ a.isNumber(n) && c.push(`expires=${new Date(n).toUTCString()}`), a.isString(r) && c.push(`path=${r}`), a.isString(s) && c.push(`domain=${s}`), o === !0 && c.push("secure"), a.isString(i) && c.push(`SameSite=${i}`), document.cookie = c.join("; ");
965
+ },
966
+ read(e) {
967
+ if (typeof document > "u") return null;
968
+ const t = document.cookie.match(new RegExp("(?:^|; )" + e + "=([^;]*)"));
969
+ return t ? decodeURIComponent(t[1]) : null;
970
+ },
971
+ remove(e) {
972
+ this.write(e, "", Date.now() - 864e5, "/");
973
+ }
974
+ }
975
+ ) : (
976
+ // Non-standard browser env (web workers, react-native) lack needed support.
977
+ {
978
+ write() {
979
+ },
980
+ read() {
981
+ return null;
982
+ },
983
+ remove() {
984
+ }
985
+ }
986
+ );
987
+ function Un(e) {
988
+ return typeof e != "string" ? !1 : /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
989
+ }
990
+ function Fn(e, t) {
991
+ return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
992
+ }
993
+ function at(e, t, n) {
994
+ let r = !Un(t);
995
+ return e && (r || n == !1) ? Fn(e, t) : t;
996
+ }
997
+ const je = (e) => e instanceof C ? { ...e } : e;
998
+ function I(e, t) {
999
+ t = t || {};
1000
+ const n = {};
1001
+ function r(f, l, h, b) {
1002
+ return a.isPlainObject(f) && a.isPlainObject(l) ? a.merge.call({ caseless: b }, f, l) : a.isPlainObject(l) ? a.merge({}, l) : a.isArray(l) ? l.slice() : l;
1003
+ }
1004
+ function s(f, l, h, b) {
1005
+ if (a.isUndefined(l)) {
1006
+ if (!a.isUndefined(f))
1007
+ return r(void 0, f, h, b);
1008
+ } else return r(f, l, h, b);
1009
+ }
1010
+ function o(f, l) {
1011
+ if (!a.isUndefined(l))
1012
+ return r(void 0, l);
1013
+ }
1014
+ function i(f, l) {
1015
+ if (a.isUndefined(l)) {
1016
+ if (!a.isUndefined(f))
1017
+ return r(void 0, f);
1018
+ } else return r(void 0, l);
1019
+ }
1020
+ function c(f, l, h) {
1021
+ if (h in t)
1022
+ return r(f, l);
1023
+ if (h in e)
1024
+ return r(void 0, f);
1025
+ }
1026
+ const p = {
1027
+ url: o,
1028
+ method: o,
1029
+ data: o,
1030
+ baseURL: i,
1031
+ transformRequest: i,
1032
+ transformResponse: i,
1033
+ paramsSerializer: i,
1034
+ timeout: i,
1035
+ timeoutMessage: i,
1036
+ withCredentials: i,
1037
+ withXSRFToken: i,
1038
+ adapter: i,
1039
+ responseType: i,
1040
+ xsrfCookieName: i,
1041
+ xsrfHeaderName: i,
1042
+ onUploadProgress: i,
1043
+ onDownloadProgress: i,
1044
+ decompress: i,
1045
+ maxContentLength: i,
1046
+ maxBodyLength: i,
1047
+ beforeRedirect: i,
1048
+ transport: i,
1049
+ httpAgent: i,
1050
+ httpsAgent: i,
1051
+ cancelToken: i,
1052
+ socketPath: i,
1053
+ responseEncoding: i,
1054
+ validateStatus: c,
1055
+ headers: (f, l, h) => s(je(f), je(l), h, !0)
1056
+ };
1057
+ return a.forEach(Object.keys({ ...e, ...t }), function(l) {
1058
+ if (l === "__proto__" || l === "constructor" || l === "prototype") return;
1059
+ const h = a.hasOwnProp(p, l) ? p[l] : s, b = h(e[l], t[l], l);
1060
+ a.isUndefined(b) && h !== c || (n[l] = b);
1061
+ }), n;
1062
+ }
1063
+ const ct = (e) => {
1064
+ const t = I({}, e);
1065
+ let { data: n, withXSRFToken: r, xsrfHeaderName: s, xsrfCookieName: o, headers: i, auth: c } = t;
1066
+ if (t.headers = i = C.from(i), t.url = rt(
1067
+ at(t.baseURL, t.url, t.allowAbsoluteUrls),
1068
+ e.params,
1069
+ e.paramsSerializer
1070
+ ), c && i.set(
1071
+ "Authorization",
1072
+ "Basic " + btoa(
1073
+ (c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : "")
1074
+ )
1075
+ ), a.isFormData(n)) {
1076
+ if (S.hasStandardBrowserEnv || S.hasStandardBrowserWebWorkerEnv)
1077
+ i.setContentType(void 0);
1078
+ else if (a.isFunction(n.getHeaders)) {
1079
+ const p = n.getHeaders(), f = ["content-type", "content-length"];
1080
+ Object.entries(p).forEach(([l, h]) => {
1081
+ f.includes(l.toLowerCase()) && i.set(l, h);
1082
+ });
1083
+ }
1084
+ }
1085
+ if (S.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && Nn(t.url))) {
1086
+ const p = s && o && Pn.read(o);
1087
+ p && i.set(s, p);
1088
+ }
1089
+ return t;
1090
+ }, Ln = typeof XMLHttpRequest < "u", Bn = Ln && function(e) {
1091
+ return new Promise(function(n, r) {
1092
+ const s = ct(e);
1093
+ let o = s.data;
1094
+ const i = C.from(s.headers).normalize();
1095
+ let { responseType: c, onUploadProgress: p, onDownloadProgress: f } = s, l, h, b, g, u;
1096
+ function m() {
1097
+ g && g(), u && u(), s.cancelToken && s.cancelToken.unsubscribe(l), s.signal && s.signal.removeEventListener("abort", l);
1098
+ }
1099
+ let d = new XMLHttpRequest();
1100
+ d.open(s.method.toUpperCase(), s.url, !0), d.timeout = s.timeout;
1101
+ function R() {
1102
+ if (!d)
1103
+ return;
1104
+ const E = C.from(
1105
+ "getAllResponseHeaders" in d && d.getAllResponseHeaders()
1106
+ ), P = {
1107
+ data: !c || c === "text" || c === "json" ? d.responseText : d.response,
1108
+ status: d.status,
1109
+ statusText: d.statusText,
1110
+ headers: E,
1111
+ config: e,
1112
+ request: d
1113
+ };
1114
+ it(
1115
+ function(_) {
1116
+ n(_), m();
1117
+ },
1118
+ function(_) {
1119
+ r(_), m();
1120
+ },
1121
+ P
1122
+ ), d = null;
1123
+ }
1124
+ "onloadend" in d ? d.onloadend = R : d.onreadystatechange = function() {
1125
+ !d || d.readyState !== 4 || d.status === 0 && !(d.responseURL && d.responseURL.indexOf("file:") === 0) || setTimeout(R);
1126
+ }, d.onabort = function() {
1127
+ d && (r(new y("Request aborted", y.ECONNABORTED, e, d)), d = null);
1128
+ }, d.onerror = function(O) {
1129
+ const P = O && O.message ? O.message : "Network Error", B = new y(P, y.ERR_NETWORK, e, d);
1130
+ B.event = O || null, r(B), d = null;
1131
+ }, d.ontimeout = function() {
1132
+ let O = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
1133
+ const P = s.transitional || Ee;
1134
+ s.timeoutErrorMessage && (O = s.timeoutErrorMessage), r(
1135
+ new y(
1136
+ O,
1137
+ P.clarifyTimeoutError ? y.ETIMEDOUT : y.ECONNABORTED,
1138
+ e,
1139
+ d
1140
+ )
1141
+ ), d = null;
1142
+ }, o === void 0 && i.setContentType(null), "setRequestHeader" in d && a.forEach(i.toJSON(), function(O, P) {
1143
+ d.setRequestHeader(P, O);
1144
+ }), a.isUndefined(s.withCredentials) || (d.withCredentials = !!s.withCredentials), c && c !== "json" && (d.responseType = s.responseType), f && ([b, u] = ne(f, !0), d.addEventListener("progress", b)), p && d.upload && ([h, g] = ne(p), d.upload.addEventListener("progress", h), d.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (l = (E) => {
1145
+ d && (r(!E || E.type ? new v(null, e, d) : E), d.abort(), d = null);
1146
+ }, s.cancelToken && s.cancelToken.subscribe(l), s.signal && (s.signal.aborted ? l() : s.signal.addEventListener("abort", l)));
1147
+ const x = Cn(s.url);
1148
+ if (x && S.protocols.indexOf(x) === -1) {
1149
+ r(
1150
+ new y(
1151
+ "Unsupported protocol " + x + ":",
1152
+ y.ERR_BAD_REQUEST,
1153
+ e
1154
+ )
1155
+ );
1156
+ return;
1157
+ }
1158
+ d.send(o || null);
1159
+ });
1160
+ }, Dn = (e, t) => {
1161
+ const { length: n } = e = e ? e.filter(Boolean) : [];
1162
+ if (t || n) {
1163
+ let r = new AbortController(), s;
1164
+ const o = function(f) {
1165
+ if (!s) {
1166
+ s = !0, c();
1167
+ const l = f instanceof Error ? f : this.reason;
1168
+ r.abort(
1169
+ l instanceof y ? l : new v(l instanceof Error ? l.message : l)
1170
+ );
1171
+ }
1172
+ };
1173
+ let i = t && setTimeout(() => {
1174
+ i = null, o(new y(`timeout of ${t}ms exceeded`, y.ETIMEDOUT));
1175
+ }, t);
1176
+ const c = () => {
1177
+ e && (i && clearTimeout(i), i = null, e.forEach((f) => {
1178
+ f.unsubscribe ? f.unsubscribe(o) : f.removeEventListener("abort", o);
1179
+ }), e = null);
1180
+ };
1181
+ e.forEach((f) => f.addEventListener("abort", o));
1182
+ const { signal: p } = r;
1183
+ return p.unsubscribe = () => a.asap(c), p;
1184
+ }
1185
+ }, kn = function* (e, t) {
1186
+ let n = e.byteLength;
1187
+ if (n < t) {
1188
+ yield e;
1189
+ return;
1190
+ }
1191
+ let r = 0, s;
1192
+ for (; r < n; )
1193
+ s = r + t, yield e.slice(r, s), r = s;
1194
+ }, jn = async function* (e, t) {
1195
+ for await (const n of In(e))
1196
+ yield* kn(n, t);
1197
+ }, In = async function* (e) {
1198
+ if (e[Symbol.asyncIterator]) {
1199
+ yield* e;
1200
+ return;
1201
+ }
1202
+ const t = e.getReader();
1203
+ try {
1204
+ for (; ; ) {
1205
+ const { done: n, value: r } = await t.read();
1206
+ if (n)
1207
+ break;
1208
+ yield r;
1209
+ }
1210
+ } finally {
1211
+ await t.cancel();
1212
+ }
1213
+ }, Ie = (e, t, n, r) => {
1214
+ const s = jn(e, t);
1215
+ let o = 0, i, c = (p) => {
1216
+ i || (i = !0, r && r(p));
1217
+ };
1218
+ return new ReadableStream(
1219
+ {
1220
+ async pull(p) {
1221
+ try {
1222
+ const { done: f, value: l } = await s.next();
1223
+ if (f) {
1224
+ c(), p.close();
1225
+ return;
1226
+ }
1227
+ let h = l.byteLength;
1228
+ if (n) {
1229
+ let b = o += h;
1230
+ n(b);
1231
+ }
1232
+ p.enqueue(new Uint8Array(l));
1233
+ } catch (f) {
1234
+ throw c(f), f;
1235
+ }
1236
+ },
1237
+ cancel(p) {
1238
+ return c(p), s.return();
1239
+ }
1240
+ },
1241
+ {
1242
+ highWaterMark: 2
1243
+ }
1244
+ );
1245
+ }, qe = 64 * 1024, { isFunction: Y } = a, qn = (({ Request: e, Response: t }) => ({
1246
+ Request: e,
1247
+ Response: t
1248
+ }))(a.global), { ReadableStream: He, TextEncoder: Me } = a.global, $e = (e, ...t) => {
1249
+ try {
1250
+ return !!e(...t);
1251
+ } catch {
1252
+ return !1;
1253
+ }
1254
+ }, Hn = (e) => {
1255
+ e = a.merge.call(
1256
+ {
1257
+ skipUndefined: !0
1258
+ },
1259
+ qn,
1260
+ e
1261
+ );
1262
+ const { fetch: t, Request: n, Response: r } = e, s = t ? Y(t) : typeof fetch == "function", o = Y(n), i = Y(r);
1263
+ if (!s)
1264
+ return !1;
1265
+ const c = s && Y(He), p = s && (typeof Me == "function" ? /* @__PURE__ */ ((u) => (m) => u.encode(m))(new Me()) : async (u) => new Uint8Array(await new n(u).arrayBuffer())), f = o && c && $e(() => {
1266
+ let u = !1;
1267
+ const m = new n(S.origin, {
1268
+ body: new He(),
1269
+ method: "POST",
1270
+ get duplex() {
1271
+ return u = !0, "half";
1272
+ }
1273
+ }).headers.has("Content-Type");
1274
+ return u && !m;
1275
+ }), l = i && c && $e(() => a.isReadableStream(new r("").body)), h = {
1276
+ stream: l && ((u) => u.body)
1277
+ };
1278
+ s && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((u) => {
1279
+ !h[u] && (h[u] = (m, d) => {
1280
+ let R = m && m[u];
1281
+ if (R)
1282
+ return R.call(m);
1283
+ throw new y(
1284
+ `Response type '${u}' is not supported`,
1285
+ y.ERR_NOT_SUPPORT,
1286
+ d
1287
+ );
1288
+ });
1289
+ });
1290
+ const b = async (u) => {
1291
+ if (u == null)
1292
+ return 0;
1293
+ if (a.isBlob(u))
1294
+ return u.size;
1295
+ if (a.isSpecCompliantForm(u))
1296
+ return (await new n(S.origin, {
1297
+ method: "POST",
1298
+ body: u
1299
+ }).arrayBuffer()).byteLength;
1300
+ if (a.isArrayBufferView(u) || a.isArrayBuffer(u))
1301
+ return u.byteLength;
1302
+ if (a.isURLSearchParams(u) && (u = u + ""), a.isString(u))
1303
+ return (await p(u)).byteLength;
1304
+ }, g = async (u, m) => {
1305
+ const d = a.toFiniteNumber(u.getContentLength());
1306
+ return d ?? b(m);
1307
+ };
1308
+ return async (u) => {
1309
+ let {
1310
+ url: m,
1311
+ method: d,
1312
+ data: R,
1313
+ signal: x,
1314
+ cancelToken: E,
1315
+ timeout: O,
1316
+ onDownloadProgress: P,
1317
+ onUploadProgress: B,
1318
+ responseType: _,
1319
+ headers: ce,
1320
+ withCredentials: X = "same-origin",
1321
+ fetchOptions: Oe
1322
+ } = ct(u), Te = t || fetch;
1323
+ _ = _ ? (_ + "").toLowerCase() : "text";
1324
+ let G = Dn(
1325
+ [x, E && E.toAbortSignal()],
1326
+ O
1327
+ ), $ = null;
1328
+ const D = G && G.unsubscribe && (() => {
1329
+ G.unsubscribe();
1330
+ });
1331
+ let Ae;
1332
+ try {
1333
+ if (B && f && d !== "get" && d !== "head" && (Ae = await g(ce, R)) !== 0) {
1334
+ let L = new n(m, {
1335
+ method: "POST",
1336
+ body: R,
1337
+ duplex: "half"
1338
+ }), q;
1339
+ if (a.isFormData(R) && (q = L.headers.get("content-type")) && ce.setContentType(q), L.body) {
1340
+ const [le, Q] = De(
1341
+ Ae,
1342
+ ne(ke(B))
1343
+ );
1344
+ R = Ie(L.body, qe, le, Q);
1345
+ }
1346
+ }
1347
+ a.isString(X) || (X = X ? "include" : "omit");
1348
+ const T = o && "credentials" in n.prototype, Ce = {
1349
+ ...Oe,
1350
+ signal: G,
1351
+ method: d.toUpperCase(),
1352
+ headers: ce.normalize().toJSON(),
1353
+ body: R,
1354
+ duplex: "half",
1355
+ credentials: T ? X : void 0
1356
+ };
1357
+ $ = o && new n(m, Ce);
1358
+ let F = await (o ? Te($, Oe) : Te(m, Ce));
1359
+ const xe = l && (_ === "stream" || _ === "response");
1360
+ if (l && (P || xe && D)) {
1361
+ const L = {};
1362
+ ["status", "statusText", "headers"].forEach((_e) => {
1363
+ L[_e] = F[_e];
1364
+ });
1365
+ const q = a.toFiniteNumber(F.headers.get("content-length")), [le, Q] = P && De(
1366
+ q,
1367
+ ne(ke(P), !0)
1368
+ ) || [];
1369
+ F = new r(
1370
+ Ie(F.body, qe, le, () => {
1371
+ Q && Q(), D && D();
1372
+ }),
1373
+ L
1374
+ );
1375
+ }
1376
+ _ = _ || "text";
1377
+ let ht = await h[a.findKey(h, _) || "text"](
1378
+ F,
1379
+ u
1380
+ );
1381
+ return !xe && D && D(), await new Promise((L, q) => {
1382
+ it(L, q, {
1383
+ data: ht,
1384
+ headers: C.from(F.headers),
1385
+ status: F.status,
1386
+ statusText: F.statusText,
1387
+ config: u,
1388
+ request: $
1389
+ });
1390
+ });
1391
+ } catch (T) {
1392
+ throw D && D(), T && T.name === "TypeError" && /Load failed|fetch/i.test(T.message) ? Object.assign(
1393
+ new y(
1394
+ "Network Error",
1395
+ y.ERR_NETWORK,
1396
+ u,
1397
+ $,
1398
+ T && T.response
1399
+ ),
1400
+ {
1401
+ cause: T.cause || T
1402
+ }
1403
+ ) : y.from(T, T && T.code, u, $, T && T.response);
1404
+ }
1405
+ };
1406
+ }, Mn = /* @__PURE__ */ new Map(), lt = (e) => {
1407
+ let t = e && e.env || {};
1408
+ const { fetch: n, Request: r, Response: s } = t, o = [r, s, n];
1409
+ let i = o.length, c = i, p, f, l = Mn;
1410
+ for (; c--; )
1411
+ p = o[c], f = l.get(p), f === void 0 && l.set(p, f = c ? /* @__PURE__ */ new Map() : Hn(t)), l = f;
1412
+ return f;
1413
+ };
1414
+ lt();
1415
+ const Se = {
1416
+ http: rn,
1417
+ xhr: Bn,
1418
+ fetch: {
1419
+ get: lt
1420
+ }
1421
+ };
1422
+ a.forEach(Se, (e, t) => {
1423
+ if (e) {
1424
+ try {
1425
+ Object.defineProperty(e, "name", { value: t });
1426
+ } catch {
1427
+ }
1428
+ Object.defineProperty(e, "adapterName", { value: t });
1429
+ }
1430
+ });
1431
+ const ze = (e) => `- ${e}`, $n = (e) => a.isFunction(e) || e === null || e === !1;
1432
+ function zn(e, t) {
1433
+ e = a.isArray(e) ? e : [e];
1434
+ const { length: n } = e;
1435
+ let r, s;
1436
+ const o = {};
1437
+ for (let i = 0; i < n; i++) {
1438
+ r = e[i];
1439
+ let c;
1440
+ if (s = r, !$n(r) && (s = Se[(c = String(r)).toLowerCase()], s === void 0))
1441
+ throw new y(`Unknown adapter '${c}'`);
1442
+ if (s && (a.isFunction(s) || (s = s.get(t))))
1443
+ break;
1444
+ o[c || "#" + i] = s;
1445
+ }
1446
+ if (!s) {
1447
+ const i = Object.entries(o).map(
1448
+ ([p, f]) => `adapter ${p} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1449
+ );
1450
+ let c = n ? i.length > 1 ? `since :
1451
+ ` + i.map(ze).join(`
1452
+ `) : " " + ze(i[0]) : "as no adapter specified";
1453
+ throw new y(
1454
+ "There is no suitable adapter to dispatch the request " + c,
1455
+ "ERR_NOT_SUPPORT"
1456
+ );
1457
+ }
1458
+ return s;
1459
+ }
1460
+ const ut = {
1461
+ /**
1462
+ * Resolve an adapter from a list of adapter names or functions.
1463
+ * @type {Function}
1464
+ */
1465
+ getAdapter: zn,
1466
+ /**
1467
+ * Exposes all known adapters
1468
+ * @type {Object<string, Function|Object>}
1469
+ */
1470
+ adapters: Se
1471
+ };
1472
+ function pe(e) {
1473
+ if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
1474
+ throw new v(null, e);
1475
+ }
1476
+ function Je(e) {
1477
+ return pe(e), e.headers = C.from(e.headers), e.data = de.call(e, e.transformRequest), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), ut.getAdapter(e.adapter || K.adapter, e)(e).then(
1478
+ function(r) {
1479
+ return pe(e), r.data = de.call(e, e.transformResponse, r), r.headers = C.from(r.headers), r;
1480
+ },
1481
+ function(r) {
1482
+ return ot(r) || (pe(e), r && r.response && (r.response.data = de.call(
1483
+ e,
1484
+ e.transformResponse,
1485
+ r.response
1486
+ ), r.response.headers = C.from(r.response.headers))), Promise.reject(r);
1487
+ }
1488
+ );
1489
+ }
1490
+ const ft = "1.13.6", ae = {};
1491
+ ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1492
+ ae[e] = function(r) {
1493
+ return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
1494
+ };
1495
+ });
1496
+ const Ve = {};
1497
+ ae.transitional = function(t, n, r) {
1498
+ function s(o, i) {
1499
+ return "[Axios v" + ft + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
1500
+ }
1501
+ return (o, i, c) => {
1502
+ if (t === !1)
1503
+ throw new y(
1504
+ s(i, " has been removed" + (n ? " in " + n : "")),
1505
+ y.ERR_DEPRECATED
1506
+ );
1507
+ return n && !Ve[i] && (Ve[i] = !0, console.warn(
1508
+ s(
1509
+ i,
1510
+ " has been deprecated since v" + n + " and will be removed in the near future"
1511
+ )
1512
+ )), t ? t(o, i, c) : !0;
1513
+ };
1514
+ };
1515
+ ae.spelling = function(t) {
1516
+ return (n, r) => (console.warn(`${r} is likely a misspelling of ${t}`), !0);
1517
+ };
1518
+ function Jn(e, t, n) {
1519
+ if (typeof e != "object")
1520
+ throw new y("options must be an object", y.ERR_BAD_OPTION_VALUE);
1521
+ const r = Object.keys(e);
1522
+ let s = r.length;
1523
+ for (; s-- > 0; ) {
1524
+ const o = r[s], i = t[o];
1525
+ if (i) {
1526
+ const c = e[o], p = c === void 0 || i(c, o, e);
1527
+ if (p !== !0)
1528
+ throw new y(
1529
+ "option " + o + " must be " + p,
1530
+ y.ERR_BAD_OPTION_VALUE
1531
+ );
1532
+ continue;
1533
+ }
1534
+ if (n !== !0)
1535
+ throw new y("Unknown option " + o, y.ERR_BAD_OPTION);
1536
+ }
1537
+ }
1538
+ const te = {
1539
+ assertOptions: Jn,
1540
+ validators: ae
1541
+ }, N = te.validators;
1542
+ let j = class {
1543
+ constructor(t) {
1544
+ this.defaults = t || {}, this.interceptors = {
1545
+ request: new Le(),
1546
+ response: new Le()
1547
+ };
1548
+ }
1549
+ /**
1550
+ * Dispatch a request
1551
+ *
1552
+ * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
1553
+ * @param {?Object} config
1554
+ *
1555
+ * @returns {Promise} The Promise to be fulfilled
1556
+ */
1557
+ async request(t, n) {
1558
+ try {
1559
+ return await this._request(t, n);
1560
+ } catch (r) {
1561
+ if (r instanceof Error) {
1562
+ let s = {};
1563
+ Error.captureStackTrace ? Error.captureStackTrace(s) : s = new Error();
1564
+ const o = s.stack ? s.stack.replace(/^.+\n/, "") : "";
1565
+ try {
1566
+ r.stack ? o && !String(r.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (r.stack += `
1567
+ ` + o) : r.stack = o;
1568
+ } catch {
1569
+ }
1570
+ }
1571
+ throw r;
1572
+ }
1573
+ }
1574
+ _request(t, n) {
1575
+ typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = I(this.defaults, n);
1576
+ const { transitional: r, paramsSerializer: s, headers: o } = n;
1577
+ r !== void 0 && te.assertOptions(
1578
+ r,
1579
+ {
1580
+ silentJSONParsing: N.transitional(N.boolean),
1581
+ forcedJSONParsing: N.transitional(N.boolean),
1582
+ clarifyTimeoutError: N.transitional(N.boolean),
1583
+ legacyInterceptorReqResOrdering: N.transitional(N.boolean)
1584
+ },
1585
+ !1
1586
+ ), s != null && (a.isFunction(s) ? n.paramsSerializer = {
1587
+ serialize: s
1588
+ } : te.assertOptions(
1589
+ s,
1590
+ {
1591
+ encode: N.function,
1592
+ serialize: N.function
1593
+ },
1594
+ !0
1595
+ )), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), te.assertOptions(
1596
+ n,
1597
+ {
1598
+ baseUrl: N.spelling("baseURL"),
1599
+ withXsrfToken: N.spelling("withXSRFToken")
1600
+ },
1601
+ !0
1602
+ ), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1603
+ let i = o && a.merge(o.common, o[n.method]);
1604
+ o && a.forEach(["delete", "get", "head", "post", "put", "patch", "common"], (u) => {
1605
+ delete o[u];
1606
+ }), n.headers = C.concat(i, o);
1607
+ const c = [];
1608
+ let p = !0;
1609
+ this.interceptors.request.forEach(function(m) {
1610
+ if (typeof m.runWhen == "function" && m.runWhen(n) === !1)
1611
+ return;
1612
+ p = p && m.synchronous;
1613
+ const d = n.transitional || Ee;
1614
+ d && d.legacyInterceptorReqResOrdering ? c.unshift(m.fulfilled, m.rejected) : c.push(m.fulfilled, m.rejected);
1615
+ });
1616
+ const f = [];
1617
+ this.interceptors.response.forEach(function(m) {
1618
+ f.push(m.fulfilled, m.rejected);
1619
+ });
1620
+ let l, h = 0, b;
1621
+ if (!p) {
1622
+ const u = [Je.bind(this), void 0];
1623
+ for (u.unshift(...c), u.push(...f), b = u.length, l = Promise.resolve(n); h < b; )
1624
+ l = l.then(u[h++], u[h++]);
1625
+ return l;
1626
+ }
1627
+ b = c.length;
1628
+ let g = n;
1629
+ for (; h < b; ) {
1630
+ const u = c[h++], m = c[h++];
1631
+ try {
1632
+ g = u(g);
1633
+ } catch (d) {
1634
+ m.call(this, d);
1635
+ break;
1636
+ }
1637
+ }
1638
+ try {
1639
+ l = Je.call(this, g);
1640
+ } catch (u) {
1641
+ return Promise.reject(u);
1642
+ }
1643
+ for (h = 0, b = f.length; h < b; )
1644
+ l = l.then(f[h++], f[h++]);
1645
+ return l;
1646
+ }
1647
+ getUri(t) {
1648
+ t = I(this.defaults, t);
1649
+ const n = at(t.baseURL, t.url, t.allowAbsoluteUrls);
1650
+ return rt(n, t.params, t.paramsSerializer);
1651
+ }
1652
+ };
1653
+ a.forEach(["delete", "get", "head", "options"], function(t) {
1654
+ j.prototype[t] = function(n, r) {
1655
+ return this.request(
1656
+ I(r || {}, {
1657
+ method: t,
1658
+ url: n,
1659
+ data: (r || {}).data
1660
+ })
1661
+ );
1662
+ };
1663
+ });
1664
+ a.forEach(["post", "put", "patch"], function(t) {
1665
+ function n(r) {
1666
+ return function(o, i, c) {
1667
+ return this.request(
1668
+ I(c || {}, {
1669
+ method: t,
1670
+ headers: r ? {
1671
+ "Content-Type": "multipart/form-data"
1672
+ } : {},
1673
+ url: o,
1674
+ data: i
1675
+ })
1676
+ );
1677
+ };
1678
+ }
1679
+ j.prototype[t] = n(), j.prototype[t + "Form"] = n(!0);
1680
+ });
1681
+ let Vn = class dt {
1682
+ constructor(t) {
1683
+ if (typeof t != "function")
1684
+ throw new TypeError("executor must be a function.");
1685
+ let n;
1686
+ this.promise = new Promise(function(o) {
1687
+ n = o;
1688
+ });
1689
+ const r = this;
1690
+ this.promise.then((s) => {
1691
+ if (!r._listeners) return;
1692
+ let o = r._listeners.length;
1693
+ for (; o-- > 0; )
1694
+ r._listeners[o](s);
1695
+ r._listeners = null;
1696
+ }), this.promise.then = (s) => {
1697
+ let o;
1698
+ const i = new Promise((c) => {
1699
+ r.subscribe(c), o = c;
1700
+ }).then(s);
1701
+ return i.cancel = function() {
1702
+ r.unsubscribe(o);
1703
+ }, i;
1704
+ }, t(function(o, i, c) {
1705
+ r.reason || (r.reason = new v(o, i, c), n(r.reason));
1706
+ });
1707
+ }
1708
+ /**
1709
+ * Throws a `CanceledError` if cancellation has been requested.
1710
+ */
1711
+ throwIfRequested() {
1712
+ if (this.reason)
1713
+ throw this.reason;
1714
+ }
1715
+ /**
1716
+ * Subscribe to the cancel signal
1717
+ */
1718
+ subscribe(t) {
1719
+ if (this.reason) {
1720
+ t(this.reason);
1721
+ return;
1722
+ }
1723
+ this._listeners ? this._listeners.push(t) : this._listeners = [t];
1724
+ }
1725
+ /**
1726
+ * Unsubscribe from the cancel signal
1727
+ */
1728
+ unsubscribe(t) {
1729
+ if (!this._listeners)
1730
+ return;
1731
+ const n = this._listeners.indexOf(t);
1732
+ n !== -1 && this._listeners.splice(n, 1);
1733
+ }
1734
+ toAbortSignal() {
1735
+ const t = new AbortController(), n = (r) => {
1736
+ t.abort(r);
1737
+ };
1738
+ return this.subscribe(n), t.signal.unsubscribe = () => this.unsubscribe(n), t.signal;
1739
+ }
1740
+ /**
1741
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
1742
+ * cancels the `CancelToken`.
1743
+ */
1744
+ static source() {
1745
+ let t;
1746
+ return {
1747
+ token: new dt(function(s) {
1748
+ t = s;
1749
+ }),
1750
+ cancel: t
1751
+ };
1752
+ }
1753
+ };
1754
+ function Wn(e) {
1755
+ return function(n) {
1756
+ return e.apply(null, n);
1757
+ };
1758
+ }
1759
+ function Kn(e) {
1760
+ return a.isObject(e) && e.isAxiosError === !0;
1761
+ }
1762
+ const be = {
1763
+ Continue: 100,
1764
+ SwitchingProtocols: 101,
1765
+ Processing: 102,
1766
+ EarlyHints: 103,
1767
+ Ok: 200,
1768
+ Created: 201,
1769
+ Accepted: 202,
1770
+ NonAuthoritativeInformation: 203,
1771
+ NoContent: 204,
1772
+ ResetContent: 205,
1773
+ PartialContent: 206,
1774
+ MultiStatus: 207,
1775
+ AlreadyReported: 208,
1776
+ ImUsed: 226,
1777
+ MultipleChoices: 300,
1778
+ MovedPermanently: 301,
1779
+ Found: 302,
1780
+ SeeOther: 303,
1781
+ NotModified: 304,
1782
+ UseProxy: 305,
1783
+ Unused: 306,
1784
+ TemporaryRedirect: 307,
1785
+ PermanentRedirect: 308,
1786
+ BadRequest: 400,
1787
+ Unauthorized: 401,
1788
+ PaymentRequired: 402,
1789
+ Forbidden: 403,
1790
+ NotFound: 404,
1791
+ MethodNotAllowed: 405,
1792
+ NotAcceptable: 406,
1793
+ ProxyAuthenticationRequired: 407,
1794
+ RequestTimeout: 408,
1795
+ Conflict: 409,
1796
+ Gone: 410,
1797
+ LengthRequired: 411,
1798
+ PreconditionFailed: 412,
1799
+ PayloadTooLarge: 413,
1800
+ UriTooLong: 414,
1801
+ UnsupportedMediaType: 415,
1802
+ RangeNotSatisfiable: 416,
1803
+ ExpectationFailed: 417,
1804
+ ImATeapot: 418,
1805
+ MisdirectedRequest: 421,
1806
+ UnprocessableEntity: 422,
1807
+ Locked: 423,
1808
+ FailedDependency: 424,
1809
+ TooEarly: 425,
1810
+ UpgradeRequired: 426,
1811
+ PreconditionRequired: 428,
1812
+ TooManyRequests: 429,
1813
+ RequestHeaderFieldsTooLarge: 431,
1814
+ UnavailableForLegalReasons: 451,
1815
+ InternalServerError: 500,
1816
+ NotImplemented: 501,
1817
+ BadGateway: 502,
1818
+ ServiceUnavailable: 503,
1819
+ GatewayTimeout: 504,
1820
+ HttpVersionNotSupported: 505,
1821
+ VariantAlsoNegotiates: 506,
1822
+ InsufficientStorage: 507,
1823
+ LoopDetected: 508,
1824
+ NotExtended: 510,
1825
+ NetworkAuthenticationRequired: 511,
1826
+ WebServerIsDown: 521,
1827
+ ConnectionTimedOut: 522,
1828
+ OriginIsUnreachable: 523,
1829
+ TimeoutOccurred: 524,
1830
+ SslHandshakeFailed: 525,
1831
+ InvalidSslCertificate: 526
1832
+ };
1833
+ Object.entries(be).forEach(([e, t]) => {
1834
+ be[t] = e;
1835
+ });
1836
+ function pt(e) {
1837
+ const t = new j(e), n = We(j.prototype.request, t);
1838
+ return a.extend(n, j.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
1839
+ return pt(I(e, s));
1840
+ }, n;
1841
+ }
1842
+ const w = pt(K);
1843
+ w.Axios = j;
1844
+ w.CanceledError = v;
1845
+ w.CancelToken = Vn;
1846
+ w.isCancel = ot;
1847
+ w.VERSION = ft;
1848
+ w.toFormData = ie;
1849
+ w.AxiosError = y;
1850
+ w.Cancel = w.CanceledError;
1851
+ w.all = function(t) {
1852
+ return Promise.all(t);
1853
+ };
1854
+ w.spread = Wn;
1855
+ w.isAxiosError = Kn;
1856
+ w.mergeConfig = I;
1857
+ w.AxiosHeaders = C;
1858
+ w.formToJSON = (e) => st(a.isHTMLForm(e) ? new FormData(e) : e);
1859
+ w.getAdapter = ut.getAdapter;
1860
+ w.HttpStatusCode = be;
1861
+ w.default = w;
1862
+ const {
1863
+ Axios: Yn,
1864
+ AxiosError: Zn,
1865
+ CanceledError: er,
1866
+ isCancel: tr,
1867
+ CancelToken: nr,
1868
+ VERSION: rr,
1869
+ all: sr,
1870
+ Cancel: or,
1871
+ isAxiosError: ir,
1872
+ spread: ar,
1873
+ toFormData: cr,
1874
+ AxiosHeaders: lr,
1875
+ HttpStatusCode: ur,
1876
+ formToJSON: fr,
1877
+ getAdapter: dr,
1878
+ mergeConfig: pr
1879
+ } = w, vn = {}, hr = w.create({
1880
+ ...vn
1881
+ });
1882
+ console.warn(
1883
+ 'Attempting to create the axios singleton, but BACKEND_BASE_URL is empty! You need to set it up with axiosInstance.defaults.baseURL = "..."'
1884
+ );
1885
+ export {
1886
+ hr as a
1887
+ };