@ozdao/prometheus-framework 0.1.24 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. package/dist/BackofficeGallery-0e0132f5.mjs +306 -0
  2. package/dist/BackofficeGallery-a52a27b6.js +1 -0
  3. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-19e23006.mjs +1945 -0
  4. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-f3d37f29.js +1 -0
  5. package/dist/Button-d8e72ac0.mjs +296 -0
  6. package/dist/Button-ee08e6bf.js +1 -0
  7. package/dist/ButtonFollow-00d85977.mjs +133 -0
  8. package/dist/ButtonFollow-7c0180b3.js +1 -0
  9. package/dist/CardOrganization-3f4a13d3.mjs +230 -0
  10. package/dist/CardOrganization-bf366e4e.js +1 -0
  11. package/dist/Feed-0b1dad65.js +1 -0
  12. package/dist/Feed-8110366a.mjs +439 -0
  13. package/dist/Feed-82ad8e29.mjs +368 -0
  14. package/dist/Feed-c8b1c72d.js +1 -0
  15. package/dist/Image-2269667e.js +9 -0
  16. package/dist/Image-7dcfe90d.mjs +477 -0
  17. package/dist/MenuItem-1216a99f.js +1 -0
  18. package/dist/MenuItem-97c50b97.mjs +93 -0
  19. package/dist/Popup-0420381f.js +1 -0
  20. package/dist/Popup-47b37484.mjs +76 -0
  21. package/dist/Product-977a8a7f.js +7 -0
  22. package/dist/Product-bbe7171a.mjs +842 -0
  23. package/dist/ProductEdit-e4cad9d1.js +1 -0
  24. package/dist/ProductEdit-f7a9af17.mjs +303 -0
  25. package/dist/ProfileBlogposts-5379335e.js +1 -0
  26. package/dist/ProfileBlogposts-5deee0c5.mjs +65 -0
  27. package/dist/ProfileComments-3cf3e265.mjs +44 -0
  28. package/dist/ProfileComments-8c9146ef.js +1 -0
  29. package/dist/ProfileEvents-7502ed90.mjs +57 -0
  30. package/dist/ProfileEvents-ea023c17.js +1 -0
  31. package/dist/ProfileLikes-23b6f2f9.js +1 -0
  32. package/dist/ProfileLikes-5b52e4ae.mjs +44 -0
  33. package/dist/ProfileOrganizations-769325c7.js +1 -0
  34. package/dist/ProfileOrganizations-c5151835.mjs +214 -0
  35. package/dist/Publics-4438ca51.js +1 -0
  36. package/dist/Publics-538180a8.mjs +45 -0
  37. package/dist/UploadImage-33f6a9f4.js +1 -0
  38. package/dist/UploadImage-f7b0335f.mjs +83 -0
  39. package/dist/UploadImageMultiple-297b3897.js +1 -0
  40. package/dist/UploadImageMultiple-7b132ba0.mjs +58 -0
  41. package/dist/auth-2f9b2dfc.js +7 -0
  42. package/dist/auth-b047fdc0.mjs +612 -0
  43. package/dist/auth.client.cjs +8 -8
  44. package/dist/auth.client.js +24 -23
  45. package/dist/auth.validation-02e0629b.mjs +20 -0
  46. package/dist/auth.validation-6a59443b.js +1 -0
  47. package/dist/backoffice.client.cjs +1 -1
  48. package/dist/backoffice.client.js +1 -1
  49. package/dist/community.client.cjs +1 -1
  50. package/dist/community.client.js +69 -68
  51. package/dist/events.client.cjs +2 -2
  52. package/dist/events.client.js +21 -20
  53. package/dist/index-0ab9d59c.mjs +934 -0
  54. package/dist/index-7ecbf72a.js +2 -0
  55. package/dist/legal.client.cjs +1 -0
  56. package/dist/legal.client.js +8460 -0
  57. package/dist/modules/landing/components/pages/Legal.vue.d.ts +2 -0
  58. package/dist/modules/landing/components/pages/legal/Cookies.vue.d.ts +2 -0
  59. package/dist/modules/landing/components/pages/legal/Privacy.vue.d.ts +2 -0
  60. package/dist/modules/landing/components/pages/legal/Terms.vue.d.ts +2 -0
  61. package/dist/modules/legal/components/pages/Legal.vue.d.ts +2 -0
  62. package/dist/modules/legal/components/pages/legal/Cookies.vue.d.ts +2 -0
  63. package/dist/modules/legal/components/pages/legal/Privacy.vue.d.ts +2 -0
  64. package/dist/modules/legal/components/pages/legal/Terms.vue.d.ts +2 -0
  65. package/dist/organizations-aed4245d.mjs +122 -0
  66. package/dist/organizations-bb8f676d.js +1 -0
  67. package/dist/organizations.client-5548024c.js +3 -0
  68. package/dist/organizations.client-976762d2.mjs +3021 -0
  69. package/dist/organizations.client.cjs +1 -1
  70. package/dist/organizations.client.js +45 -44
  71. package/dist/style.css +1 -1
  72. package/dist/users.client.cjs +1 -1
  73. package/dist/users.client.js +254 -324
  74. package/package.json +5 -1
  75. package/src/modules/community/components/pages/CreateBlogPost.vue +1 -1
  76. package/src/modules/constructor/components/sections/Constructor.vue +3 -3
  77. package/src/modules/landing/landing.client.js +1 -2
  78. package/src/modules/legal/components/pages/Legal.vue +43 -0
  79. package/src/modules/legal/components/pages/legal/Cookies.vue +370 -0
  80. package/src/modules/legal/components/pages/legal/Privacy.vue +4284 -0
  81. package/src/modules/legal/components/pages/legal/Terms.vue +1283 -0
  82. package/src/modules/legal/legal.client.js +18 -0
  83. package/src/modules/legal/router/legal.js +22 -0
  84. package/src/modules/users/components/pages/Profile.vue +13 -0
@@ -0,0 +1,934 @@
1
+ function or(e) {
2
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
3
+ }
4
+ var oe = { exports: {} }, ke = function(r, t) {
5
+ return function() {
6
+ for (var n = new Array(arguments.length), a = 0; a < n.length; a++)
7
+ n[a] = arguments[a];
8
+ return r.apply(t, n);
9
+ };
10
+ }, ur = ke, ue = Object.prototype.toString, fe = function(e) {
11
+ return function(r) {
12
+ var t = ue.call(r);
13
+ return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
14
+ };
15
+ }(/* @__PURE__ */ Object.create(null));
16
+ function A(e) {
17
+ return e = e.toLowerCase(), function(t) {
18
+ return fe(t) === e;
19
+ };
20
+ }
21
+ function le(e) {
22
+ return Array.isArray(e);
23
+ }
24
+ function F(e) {
25
+ return typeof e > "u";
26
+ }
27
+ function fr(e) {
28
+ return e !== null && !F(e) && e.constructor !== null && !F(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
29
+ }
30
+ var Me = A("ArrayBuffer");
31
+ function lr(e) {
32
+ var r;
33
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? r = ArrayBuffer.isView(e) : r = e && e.buffer && Me(e.buffer), r;
34
+ }
35
+ function cr(e) {
36
+ return typeof e == "string";
37
+ }
38
+ function dr(e) {
39
+ return typeof e == "number";
40
+ }
41
+ function He(e) {
42
+ return e !== null && typeof e == "object";
43
+ }
44
+ function B(e) {
45
+ if (fe(e) !== "object")
46
+ return !1;
47
+ var r = Object.getPrototypeOf(e);
48
+ return r === null || r === Object.prototype;
49
+ }
50
+ var hr = A("Date"), pr = A("File"), vr = A("Blob"), mr = A("FileList");
51
+ function ce(e) {
52
+ return ue.call(e) === "[object Function]";
53
+ }
54
+ function Er(e) {
55
+ return He(e) && ce(e.pipe);
56
+ }
57
+ function Rr(e) {
58
+ var r = "[object FormData]";
59
+ return e && (typeof FormData == "function" && e instanceof FormData || ue.call(e) === r || ce(e.toString) && e.toString() === r);
60
+ }
61
+ var yr = A("URLSearchParams");
62
+ function br(e) {
63
+ return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
64
+ }
65
+ function wr() {
66
+ return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
67
+ }
68
+ function de(e, r) {
69
+ if (!(e === null || typeof e > "u"))
70
+ if (typeof e != "object" && (e = [e]), le(e))
71
+ for (var t = 0, i = e.length; t < i; t++)
72
+ r.call(null, e[t], t, e);
73
+ else
74
+ for (var n in e)
75
+ Object.prototype.hasOwnProperty.call(e, n) && r.call(null, e[n], n, e);
76
+ }
77
+ function se() {
78
+ var e = {};
79
+ function r(n, a) {
80
+ B(e[a]) && B(n) ? e[a] = se(e[a], n) : B(n) ? e[a] = se({}, n) : le(n) ? e[a] = n.slice() : e[a] = n;
81
+ }
82
+ for (var t = 0, i = arguments.length; t < i; t++)
83
+ de(arguments[t], r);
84
+ return e;
85
+ }
86
+ function Or(e, r, t) {
87
+ return de(r, function(n, a) {
88
+ t && typeof n == "function" ? e[a] = ur(n, t) : e[a] = n;
89
+ }), e;
90
+ }
91
+ function Ar(e) {
92
+ return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
93
+ }
94
+ function Sr(e, r, t, i) {
95
+ e.prototype = Object.create(r.prototype, i), e.prototype.constructor = e, t && Object.assign(e.prototype, t);
96
+ }
97
+ function Cr(e, r, t) {
98
+ var i, n, a, s = {};
99
+ r = r || {};
100
+ do {
101
+ for (i = Object.getOwnPropertyNames(e), n = i.length; n-- > 0; )
102
+ a = i[n], s[a] || (r[a] = e[a], s[a] = !0);
103
+ e = Object.getPrototypeOf(e);
104
+ } while (e && (!t || t(e, r)) && e !== Object.prototype);
105
+ return r;
106
+ }
107
+ function _r(e, r, t) {
108
+ e = String(e), (t === void 0 || t > e.length) && (t = e.length), t -= r.length;
109
+ var i = e.indexOf(r, t);
110
+ return i !== -1 && i === t;
111
+ }
112
+ function xr(e) {
113
+ if (!e)
114
+ return null;
115
+ var r = e.length;
116
+ if (F(r))
117
+ return null;
118
+ for (var t = new Array(r); r-- > 0; )
119
+ t[r] = e[r];
120
+ return t;
121
+ }
122
+ var Pr = function(e) {
123
+ return function(r) {
124
+ return e && r instanceof e;
125
+ };
126
+ }(typeof Uint8Array < "u" && Object.getPrototypeOf(Uint8Array)), v = {
127
+ isArray: le,
128
+ isArrayBuffer: Me,
129
+ isBuffer: fr,
130
+ isFormData: Rr,
131
+ isArrayBufferView: lr,
132
+ isString: cr,
133
+ isNumber: dr,
134
+ isObject: He,
135
+ isPlainObject: B,
136
+ isUndefined: F,
137
+ isDate: hr,
138
+ isFile: pr,
139
+ isBlob: vr,
140
+ isFunction: ce,
141
+ isStream: Er,
142
+ isURLSearchParams: yr,
143
+ isStandardBrowserEnv: wr,
144
+ forEach: de,
145
+ merge: se,
146
+ extend: Or,
147
+ trim: br,
148
+ stripBOM: Ar,
149
+ inherits: Sr,
150
+ toFlatObject: Cr,
151
+ kindOf: fe,
152
+ kindOfTest: A,
153
+ endsWith: _r,
154
+ toArray: xr,
155
+ isTypedArray: Pr,
156
+ isFileList: mr
157
+ }, x = v;
158
+ function Re(e) {
159
+ return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
160
+ }
161
+ var Je = function(r, t, i) {
162
+ if (!t)
163
+ return r;
164
+ var n;
165
+ if (i)
166
+ n = i(t);
167
+ else if (x.isURLSearchParams(t))
168
+ n = t.toString();
169
+ else {
170
+ var a = [];
171
+ x.forEach(t, function(f, d) {
172
+ f === null || typeof f > "u" || (x.isArray(f) ? d = d + "[]" : f = [f], x.forEach(f, function(h) {
173
+ x.isDate(h) ? h = h.toISOString() : x.isObject(h) && (h = JSON.stringify(h)), a.push(Re(d) + "=" + Re(h));
174
+ }));
175
+ }), n = a.join("&");
176
+ }
177
+ if (n) {
178
+ var s = r.indexOf("#");
179
+ s !== -1 && (r = r.slice(0, s)), r += (r.indexOf("?") === -1 ? "?" : "&") + n;
180
+ }
181
+ return r;
182
+ }, Tr = v;
183
+ function $() {
184
+ this.handlers = [];
185
+ }
186
+ $.prototype.use = function(r, t, i) {
187
+ return this.handlers.push({
188
+ fulfilled: r,
189
+ rejected: t,
190
+ synchronous: i ? i.synchronous : !1,
191
+ runWhen: i ? i.runWhen : null
192
+ }), this.handlers.length - 1;
193
+ };
194
+ $.prototype.eject = function(r) {
195
+ this.handlers[r] && (this.handlers[r] = null);
196
+ };
197
+ $.prototype.forEach = function(r) {
198
+ Tr.forEach(this.handlers, function(i) {
199
+ i !== null && r(i);
200
+ });
201
+ };
202
+ var Nr = $, Dr = v, Ur = function(r, t) {
203
+ Dr.forEach(r, function(n, a) {
204
+ a !== t && a.toUpperCase() === t.toUpperCase() && (r[t] = n, delete r[a]);
205
+ });
206
+ }, Ve = v;
207
+ function T(e, r, t, i, n) {
208
+ Error.call(this), this.message = e, this.name = "AxiosError", r && (this.code = r), t && (this.config = t), i && (this.request = i), n && (this.response = n);
209
+ }
210
+ Ve.inherits(T, Error, {
211
+ toJSON: function() {
212
+ return {
213
+ // Standard
214
+ message: this.message,
215
+ name: this.name,
216
+ // Microsoft
217
+ description: this.description,
218
+ number: this.number,
219
+ // Mozilla
220
+ fileName: this.fileName,
221
+ lineNumber: this.lineNumber,
222
+ columnNumber: this.columnNumber,
223
+ stack: this.stack,
224
+ // Axios
225
+ config: this.config,
226
+ code: this.code,
227
+ status: this.response && this.response.status ? this.response.status : null
228
+ };
229
+ }
230
+ });
231
+ var We = T.prototype, ze = {};
232
+ [
233
+ "ERR_BAD_OPTION_VALUE",
234
+ "ERR_BAD_OPTION",
235
+ "ECONNABORTED",
236
+ "ETIMEDOUT",
237
+ "ERR_NETWORK",
238
+ "ERR_FR_TOO_MANY_REDIRECTS",
239
+ "ERR_DEPRECATED",
240
+ "ERR_BAD_RESPONSE",
241
+ "ERR_BAD_REQUEST",
242
+ "ERR_CANCELED"
243
+ // eslint-disable-next-line func-names
244
+ ].forEach(function(e) {
245
+ ze[e] = { value: e };
246
+ });
247
+ Object.defineProperties(T, ze);
248
+ Object.defineProperty(We, "isAxiosError", { value: !0 });
249
+ T.from = function(e, r, t, i, n, a) {
250
+ var s = Object.create(We);
251
+ return Ve.toFlatObject(e, s, function(f) {
252
+ return f !== Error.prototype;
253
+ }), T.call(s, e.message, r, t, i, n), s.name = e.name, a && Object.assign(s, a), s;
254
+ };
255
+ var D = T, Xe = {
256
+ silentJSONParsing: !0,
257
+ forcedJSONParsing: !0,
258
+ clarifyTimeoutError: !1
259
+ }, b = v;
260
+ function qr(e, r) {
261
+ r = r || new FormData();
262
+ var t = [];
263
+ function i(a) {
264
+ return a === null ? "" : b.isDate(a) ? a.toISOString() : b.isArrayBuffer(a) || b.isTypedArray(a) ? typeof Blob == "function" ? new Blob([a]) : Buffer.from(a) : a;
265
+ }
266
+ function n(a, s) {
267
+ if (b.isPlainObject(a) || b.isArray(a)) {
268
+ if (t.indexOf(a) !== -1)
269
+ throw Error("Circular reference detected in " + s);
270
+ t.push(a), b.forEach(a, function(f, d) {
271
+ if (!b.isUndefined(f)) {
272
+ var c = s ? s + "." + d : d, h;
273
+ if (f && !s && typeof f == "object") {
274
+ if (b.endsWith(d, "{}"))
275
+ f = JSON.stringify(f);
276
+ else if (b.endsWith(d, "[]") && (h = b.toArray(f))) {
277
+ h.forEach(function(u) {
278
+ !b.isUndefined(u) && r.append(c, i(u));
279
+ });
280
+ return;
281
+ }
282
+ }
283
+ n(f, c);
284
+ }
285
+ }), t.pop();
286
+ } else
287
+ r.append(s, i(a));
288
+ }
289
+ return n(e), r;
290
+ }
291
+ var Ke = qr, V, ye;
292
+ function gr() {
293
+ if (ye)
294
+ return V;
295
+ ye = 1;
296
+ var e = D;
297
+ return V = function(t, i, n) {
298
+ var a = n.config.validateStatus;
299
+ !n.status || !a || a(n.status) ? t(n) : i(new e(
300
+ "Request failed with status code " + n.status,
301
+ [e.ERR_BAD_REQUEST, e.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
302
+ n.config,
303
+ n.request,
304
+ n
305
+ ));
306
+ }, V;
307
+ }
308
+ var W, be;
309
+ function Br() {
310
+ if (be)
311
+ return W;
312
+ be = 1;
313
+ var e = v;
314
+ return W = e.isStandardBrowserEnv() ? (
315
+ // Standard browser envs support document.cookie
316
+ function() {
317
+ return {
318
+ write: function(i, n, a, s, o, f) {
319
+ var d = [];
320
+ d.push(i + "=" + encodeURIComponent(n)), e.isNumber(a) && d.push("expires=" + new Date(a).toGMTString()), e.isString(s) && d.push("path=" + s), e.isString(o) && d.push("domain=" + o), f === !0 && d.push("secure"), document.cookie = d.join("; ");
321
+ },
322
+ read: function(i) {
323
+ var n = document.cookie.match(new RegExp("(^|;\\s*)(" + i + ")=([^;]*)"));
324
+ return n ? decodeURIComponent(n[3]) : null;
325
+ },
326
+ remove: function(i) {
327
+ this.write(i, "", Date.now() - 864e5);
328
+ }
329
+ };
330
+ }()
331
+ ) : (
332
+ // Non standard browser env (web workers, react-native) lack needed support.
333
+ function() {
334
+ return {
335
+ write: function() {
336
+ },
337
+ read: function() {
338
+ return null;
339
+ },
340
+ remove: function() {
341
+ }
342
+ };
343
+ }()
344
+ ), W;
345
+ }
346
+ var Lr = function(r) {
347
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(r);
348
+ }, Fr = function(r, t) {
349
+ return t ? r.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : r;
350
+ }, $r = Lr, jr = Fr, Qe = function(r, t) {
351
+ return r && !$r(t) ? jr(r, t) : t;
352
+ }, z, we;
353
+ function Ir() {
354
+ if (we)
355
+ return z;
356
+ we = 1;
357
+ var e = v, r = [
358
+ "age",
359
+ "authorization",
360
+ "content-length",
361
+ "content-type",
362
+ "etag",
363
+ "expires",
364
+ "from",
365
+ "host",
366
+ "if-modified-since",
367
+ "if-unmodified-since",
368
+ "last-modified",
369
+ "location",
370
+ "max-forwards",
371
+ "proxy-authorization",
372
+ "referer",
373
+ "retry-after",
374
+ "user-agent"
375
+ ];
376
+ return z = function(i) {
377
+ var n = {}, a, s, o;
378
+ return i && e.forEach(i.split(`
379
+ `), function(d) {
380
+ if (o = d.indexOf(":"), a = e.trim(d.substr(0, o)).toLowerCase(), s = e.trim(d.substr(o + 1)), a) {
381
+ if (n[a] && r.indexOf(a) >= 0)
382
+ return;
383
+ a === "set-cookie" ? n[a] = (n[a] ? n[a] : []).concat([s]) : n[a] = n[a] ? n[a] + ", " + s : s;
384
+ }
385
+ }), n;
386
+ }, z;
387
+ }
388
+ var X, Oe;
389
+ function kr() {
390
+ if (Oe)
391
+ return X;
392
+ Oe = 1;
393
+ var e = v;
394
+ return X = e.isStandardBrowserEnv() ? (
395
+ // Standard browser envs have full support of the APIs needed to test
396
+ // whether the request URL is of the same origin as current location.
397
+ function() {
398
+ var t = /(msie|trident)/i.test(navigator.userAgent), i = document.createElement("a"), n;
399
+ function a(s) {
400
+ var o = s;
401
+ return t && (i.setAttribute("href", o), o = i.href), i.setAttribute("href", o), {
402
+ href: i.href,
403
+ protocol: i.protocol ? i.protocol.replace(/:$/, "") : "",
404
+ host: i.host,
405
+ search: i.search ? i.search.replace(/^\?/, "") : "",
406
+ hash: i.hash ? i.hash.replace(/^#/, "") : "",
407
+ hostname: i.hostname,
408
+ port: i.port,
409
+ pathname: i.pathname.charAt(0) === "/" ? i.pathname : "/" + i.pathname
410
+ };
411
+ }
412
+ return n = a(window.location.href), function(o) {
413
+ var f = e.isString(o) ? a(o) : o;
414
+ return f.protocol === n.protocol && f.host === n.host;
415
+ };
416
+ }()
417
+ ) : (
418
+ // Non standard browser envs (web workers, react-native) lack needed support.
419
+ function() {
420
+ return function() {
421
+ return !0;
422
+ };
423
+ }()
424
+ ), X;
425
+ }
426
+ var K, Ae;
427
+ function j() {
428
+ if (Ae)
429
+ return K;
430
+ Ae = 1;
431
+ var e = D, r = v;
432
+ function t(i) {
433
+ e.call(this, i ?? "canceled", e.ERR_CANCELED), this.name = "CanceledError";
434
+ }
435
+ return r.inherits(t, e, {
436
+ __CANCEL__: !0
437
+ }), K = t, K;
438
+ }
439
+ var Q, Se;
440
+ function Mr() {
441
+ return Se || (Se = 1, Q = function(r) {
442
+ var t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(r);
443
+ return t && t[1] || "";
444
+ }), Q;
445
+ }
446
+ var Y, Ce;
447
+ function _e() {
448
+ if (Ce)
449
+ return Y;
450
+ Ce = 1;
451
+ var e = v, r = gr(), t = Br(), i = Je, n = Qe, a = Ir(), s = kr(), o = Xe, f = D, d = j(), c = Mr();
452
+ return Y = function(u) {
453
+ return new Promise(function(nr, S) {
454
+ var U = u.data, q = u.headers, g = u.responseType, C;
455
+ function ve() {
456
+ u.cancelToken && u.cancelToken.unsubscribe(C), u.signal && u.signal.removeEventListener("abort", C);
457
+ }
458
+ e.isFormData(U) && e.isStandardBrowserEnv() && delete q["Content-Type"];
459
+ var l = new XMLHttpRequest();
460
+ if (u.auth) {
461
+ var ir = u.auth.username || "", ar = u.auth.password ? unescape(encodeURIComponent(u.auth.password)) : "";
462
+ q.Authorization = "Basic " + btoa(ir + ":" + ar);
463
+ }
464
+ var M = n(u.baseURL, u.url);
465
+ l.open(u.method.toUpperCase(), i(M, u.params, u.paramsSerializer), !0), l.timeout = u.timeout;
466
+ function me() {
467
+ if (l) {
468
+ var y = "getAllResponseHeaders" in l ? a(l.getAllResponseHeaders()) : null, _ = !g || g === "text" || g === "json" ? l.responseText : l.response, O = {
469
+ data: _,
470
+ status: l.status,
471
+ statusText: l.statusText,
472
+ headers: y,
473
+ config: u,
474
+ request: l
475
+ };
476
+ r(function(J) {
477
+ nr(J), ve();
478
+ }, function(J) {
479
+ S(J), ve();
480
+ }, O), l = null;
481
+ }
482
+ }
483
+ if ("onloadend" in l ? l.onloadend = me : l.onreadystatechange = function() {
484
+ !l || l.readyState !== 4 || l.status === 0 && !(l.responseURL && l.responseURL.indexOf("file:") === 0) || setTimeout(me);
485
+ }, l.onabort = function() {
486
+ l && (S(new f("Request aborted", f.ECONNABORTED, u, l)), l = null);
487
+ }, l.onerror = function() {
488
+ S(new f("Network Error", f.ERR_NETWORK, u, l, l)), l = null;
489
+ }, l.ontimeout = function() {
490
+ var _ = u.timeout ? "timeout of " + u.timeout + "ms exceeded" : "timeout exceeded", O = u.transitional || o;
491
+ u.timeoutErrorMessage && (_ = u.timeoutErrorMessage), S(new f(
492
+ _,
493
+ O.clarifyTimeoutError ? f.ETIMEDOUT : f.ECONNABORTED,
494
+ u,
495
+ l
496
+ )), l = null;
497
+ }, e.isStandardBrowserEnv()) {
498
+ var Ee = (u.withCredentials || s(M)) && u.xsrfCookieName ? t.read(u.xsrfCookieName) : void 0;
499
+ Ee && (q[u.xsrfHeaderName] = Ee);
500
+ }
501
+ "setRequestHeader" in l && e.forEach(q, function(_, O) {
502
+ typeof U > "u" && O.toLowerCase() === "content-type" ? delete q[O] : l.setRequestHeader(O, _);
503
+ }), e.isUndefined(u.withCredentials) || (l.withCredentials = !!u.withCredentials), g && g !== "json" && (l.responseType = u.responseType), typeof u.onDownloadProgress == "function" && l.addEventListener("progress", u.onDownloadProgress), typeof u.onUploadProgress == "function" && l.upload && l.upload.addEventListener("progress", u.onUploadProgress), (u.cancelToken || u.signal) && (C = function(y) {
504
+ l && (S(!y || y && y.type ? new d() : y), l.abort(), l = null);
505
+ }, u.cancelToken && u.cancelToken.subscribe(C), u.signal && (u.signal.aborted ? C() : u.signal.addEventListener("abort", C))), U || (U = null);
506
+ var H = c(M);
507
+ if (H && ["http", "https", "file"].indexOf(H) === -1) {
508
+ S(new f("Unsupported protocol " + H + ":", f.ERR_BAD_REQUEST, u));
509
+ return;
510
+ }
511
+ l.send(U);
512
+ });
513
+ }, Y;
514
+ }
515
+ var G, xe;
516
+ function Hr() {
517
+ return xe || (xe = 1, G = null), G;
518
+ }
519
+ var p = v, Pe = Ur, Te = D, Jr = Xe, Vr = Ke, Wr = {
520
+ "Content-Type": "application/x-www-form-urlencoded"
521
+ };
522
+ function Ne(e, r) {
523
+ !p.isUndefined(e) && p.isUndefined(e["Content-Type"]) && (e["Content-Type"] = r);
524
+ }
525
+ function zr() {
526
+ var e;
527
+ return (typeof XMLHttpRequest < "u" || typeof process < "u" && Object.prototype.toString.call(process) === "[object process]") && (e = _e()), e;
528
+ }
529
+ function Xr(e, r, t) {
530
+ if (p.isString(e))
531
+ try {
532
+ return (r || JSON.parse)(e), p.trim(e);
533
+ } catch (i) {
534
+ if (i.name !== "SyntaxError")
535
+ throw i;
536
+ }
537
+ return (t || JSON.stringify)(e);
538
+ }
539
+ var I = {
540
+ transitional: Jr,
541
+ adapter: zr(),
542
+ transformRequest: [function(r, t) {
543
+ if (Pe(t, "Accept"), Pe(t, "Content-Type"), p.isFormData(r) || p.isArrayBuffer(r) || p.isBuffer(r) || p.isStream(r) || p.isFile(r) || p.isBlob(r))
544
+ return r;
545
+ if (p.isArrayBufferView(r))
546
+ return r.buffer;
547
+ if (p.isURLSearchParams(r))
548
+ return Ne(t, "application/x-www-form-urlencoded;charset=utf-8"), r.toString();
549
+ var i = p.isObject(r), n = t && t["Content-Type"], a;
550
+ if ((a = p.isFileList(r)) || i && n === "multipart/form-data") {
551
+ var s = this.env && this.env.FormData;
552
+ return Vr(a ? { "files[]": r } : r, s && new s());
553
+ } else if (i || n === "application/json")
554
+ return Ne(t, "application/json"), Xr(r);
555
+ return r;
556
+ }],
557
+ transformResponse: [function(r) {
558
+ var t = this.transitional || I.transitional, i = t && t.silentJSONParsing, n = t && t.forcedJSONParsing, a = !i && this.responseType === "json";
559
+ if (a || n && p.isString(r) && r.length)
560
+ try {
561
+ return JSON.parse(r);
562
+ } catch (s) {
563
+ if (a)
564
+ throw s.name === "SyntaxError" ? Te.from(s, Te.ERR_BAD_RESPONSE, this, null, this.response) : s;
565
+ }
566
+ return r;
567
+ }],
568
+ /**
569
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
570
+ * timeout is not created.
571
+ */
572
+ timeout: 0,
573
+ xsrfCookieName: "XSRF-TOKEN",
574
+ xsrfHeaderName: "X-XSRF-TOKEN",
575
+ maxContentLength: -1,
576
+ maxBodyLength: -1,
577
+ env: {
578
+ FormData: Hr()
579
+ },
580
+ validateStatus: function(r) {
581
+ return r >= 200 && r < 300;
582
+ },
583
+ headers: {
584
+ common: {
585
+ Accept: "application/json, text/plain, */*"
586
+ }
587
+ }
588
+ };
589
+ p.forEach(["delete", "get", "head"], function(r) {
590
+ I.headers[r] = {};
591
+ });
592
+ p.forEach(["post", "put", "patch"], function(r) {
593
+ I.headers[r] = p.merge(Wr);
594
+ });
595
+ var he = I, Kr = v, Qr = he, Yr = function(r, t, i) {
596
+ var n = this || Qr;
597
+ return Kr.forEach(i, function(s) {
598
+ r = s.call(n, r, t);
599
+ }), r;
600
+ }, Z, De;
601
+ function Ye() {
602
+ return De || (De = 1, Z = function(r) {
603
+ return !!(r && r.__CANCEL__);
604
+ }), Z;
605
+ }
606
+ var Ue = v, ee = Yr, Gr = Ye(), Zr = he, et = j();
607
+ function re(e) {
608
+ if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
609
+ throw new et();
610
+ }
611
+ var rt = function(r) {
612
+ re(r), r.headers = r.headers || {}, r.data = ee.call(
613
+ r,
614
+ r.data,
615
+ r.headers,
616
+ r.transformRequest
617
+ ), r.headers = Ue.merge(
618
+ r.headers.common || {},
619
+ r.headers[r.method] || {},
620
+ r.headers
621
+ ), Ue.forEach(
622
+ ["delete", "get", "head", "post", "put", "patch", "common"],
623
+ function(n) {
624
+ delete r.headers[n];
625
+ }
626
+ );
627
+ var t = r.adapter || Zr.adapter;
628
+ return t(r).then(function(n) {
629
+ return re(r), n.data = ee.call(
630
+ r,
631
+ n.data,
632
+ n.headers,
633
+ r.transformResponse
634
+ ), n;
635
+ }, function(n) {
636
+ return Gr(n) || (re(r), n && n.response && (n.response.data = ee.call(
637
+ r,
638
+ n.response.data,
639
+ n.response.headers,
640
+ r.transformResponse
641
+ ))), Promise.reject(n);
642
+ });
643
+ }, E = v, Ge = function(r, t) {
644
+ t = t || {};
645
+ var i = {};
646
+ function n(c, h) {
647
+ return E.isPlainObject(c) && E.isPlainObject(h) ? E.merge(c, h) : E.isPlainObject(h) ? E.merge({}, h) : E.isArray(h) ? h.slice() : h;
648
+ }
649
+ function a(c) {
650
+ if (E.isUndefined(t[c])) {
651
+ if (!E.isUndefined(r[c]))
652
+ return n(void 0, r[c]);
653
+ } else
654
+ return n(r[c], t[c]);
655
+ }
656
+ function s(c) {
657
+ if (!E.isUndefined(t[c]))
658
+ return n(void 0, t[c]);
659
+ }
660
+ function o(c) {
661
+ if (E.isUndefined(t[c])) {
662
+ if (!E.isUndefined(r[c]))
663
+ return n(void 0, r[c]);
664
+ } else
665
+ return n(void 0, t[c]);
666
+ }
667
+ function f(c) {
668
+ if (c in t)
669
+ return n(r[c], t[c]);
670
+ if (c in r)
671
+ return n(void 0, r[c]);
672
+ }
673
+ var d = {
674
+ url: s,
675
+ method: s,
676
+ data: s,
677
+ baseURL: o,
678
+ transformRequest: o,
679
+ transformResponse: o,
680
+ paramsSerializer: o,
681
+ timeout: o,
682
+ timeoutMessage: o,
683
+ withCredentials: o,
684
+ adapter: o,
685
+ responseType: o,
686
+ xsrfCookieName: o,
687
+ xsrfHeaderName: o,
688
+ onUploadProgress: o,
689
+ onDownloadProgress: o,
690
+ decompress: o,
691
+ maxContentLength: o,
692
+ maxBodyLength: o,
693
+ beforeRedirect: o,
694
+ transport: o,
695
+ httpAgent: o,
696
+ httpsAgent: o,
697
+ cancelToken: o,
698
+ socketPath: o,
699
+ responseEncoding: o,
700
+ validateStatus: f
701
+ };
702
+ return E.forEach(Object.keys(r).concat(Object.keys(t)), function(h) {
703
+ var u = d[h] || a, R = u(h);
704
+ E.isUndefined(R) && u !== f || (i[h] = R);
705
+ }), i;
706
+ }, te, qe;
707
+ function Ze() {
708
+ return qe || (qe = 1, te = {
709
+ version: "0.27.2"
710
+ }), te;
711
+ }
712
+ var tt = Ze().version, w = D, pe = {};
713
+ ["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, r) {
714
+ pe[e] = function(i) {
715
+ return typeof i === e || "a" + (r < 1 ? "n " : " ") + e;
716
+ };
717
+ });
718
+ var ge = {};
719
+ pe.transitional = function(r, t, i) {
720
+ function n(a, s) {
721
+ return "[Axios v" + tt + "] Transitional option '" + a + "'" + s + (i ? ". " + i : "");
722
+ }
723
+ return function(a, s, o) {
724
+ if (r === !1)
725
+ throw new w(
726
+ n(s, " has been removed" + (t ? " in " + t : "")),
727
+ w.ERR_DEPRECATED
728
+ );
729
+ return t && !ge[s] && (ge[s] = !0, console.warn(
730
+ n(
731
+ s,
732
+ " has been deprecated since v" + t + " and will be removed in the near future"
733
+ )
734
+ )), r ? r(a, s, o) : !0;
735
+ };
736
+ };
737
+ function nt(e, r, t) {
738
+ if (typeof e != "object")
739
+ throw new w("options must be an object", w.ERR_BAD_OPTION_VALUE);
740
+ for (var i = Object.keys(e), n = i.length; n-- > 0; ) {
741
+ var a = i[n], s = r[a];
742
+ if (s) {
743
+ var o = e[a], f = o === void 0 || s(o, a, e);
744
+ if (f !== !0)
745
+ throw new w("option " + a + " must be " + f, w.ERR_BAD_OPTION_VALUE);
746
+ continue;
747
+ }
748
+ if (t !== !0)
749
+ throw new w("Unknown option " + a, w.ERR_BAD_OPTION);
750
+ }
751
+ }
752
+ var it = {
753
+ assertOptions: nt,
754
+ validators: pe
755
+ }, er = v, at = Je, Be = Nr, Le = rt, k = Ge, st = Qe, rr = it, P = rr.validators;
756
+ function N(e) {
757
+ this.defaults = e, this.interceptors = {
758
+ request: new Be(),
759
+ response: new Be()
760
+ };
761
+ }
762
+ N.prototype.request = function(r, t) {
763
+ typeof r == "string" ? (t = t || {}, t.url = r) : t = r || {}, t = k(this.defaults, t), t.method ? t.method = t.method.toLowerCase() : this.defaults.method ? t.method = this.defaults.method.toLowerCase() : t.method = "get";
764
+ var i = t.transitional;
765
+ i !== void 0 && rr.assertOptions(i, {
766
+ silentJSONParsing: P.transitional(P.boolean),
767
+ forcedJSONParsing: P.transitional(P.boolean),
768
+ clarifyTimeoutError: P.transitional(P.boolean)
769
+ }, !1);
770
+ var n = [], a = !0;
771
+ this.interceptors.request.forEach(function(R) {
772
+ typeof R.runWhen == "function" && R.runWhen(t) === !1 || (a = a && R.synchronous, n.unshift(R.fulfilled, R.rejected));
773
+ });
774
+ var s = [];
775
+ this.interceptors.response.forEach(function(R) {
776
+ s.push(R.fulfilled, R.rejected);
777
+ });
778
+ var o;
779
+ if (!a) {
780
+ var f = [Le, void 0];
781
+ for (Array.prototype.unshift.apply(f, n), f = f.concat(s), o = Promise.resolve(t); f.length; )
782
+ o = o.then(f.shift(), f.shift());
783
+ return o;
784
+ }
785
+ for (var d = t; n.length; ) {
786
+ var c = n.shift(), h = n.shift();
787
+ try {
788
+ d = c(d);
789
+ } catch (u) {
790
+ h(u);
791
+ break;
792
+ }
793
+ }
794
+ try {
795
+ o = Le(d);
796
+ } catch (u) {
797
+ return Promise.reject(u);
798
+ }
799
+ for (; s.length; )
800
+ o = o.then(s.shift(), s.shift());
801
+ return o;
802
+ };
803
+ N.prototype.getUri = function(r) {
804
+ r = k(this.defaults, r);
805
+ var t = st(r.baseURL, r.url);
806
+ return at(t, r.params, r.paramsSerializer);
807
+ };
808
+ er.forEach(["delete", "get", "head", "options"], function(r) {
809
+ N.prototype[r] = function(t, i) {
810
+ return this.request(k(i || {}, {
811
+ method: r,
812
+ url: t,
813
+ data: (i || {}).data
814
+ }));
815
+ };
816
+ });
817
+ er.forEach(["post", "put", "patch"], function(r) {
818
+ function t(i) {
819
+ return function(a, s, o) {
820
+ return this.request(k(o || {}, {
821
+ method: r,
822
+ headers: i ? {
823
+ "Content-Type": "multipart/form-data"
824
+ } : {},
825
+ url: a,
826
+ data: s
827
+ }));
828
+ };
829
+ }
830
+ N.prototype[r] = t(), N.prototype[r + "Form"] = t(!0);
831
+ });
832
+ var ot = N, ne, Fe;
833
+ function ut() {
834
+ if (Fe)
835
+ return ne;
836
+ Fe = 1;
837
+ var e = j();
838
+ function r(t) {
839
+ if (typeof t != "function")
840
+ throw new TypeError("executor must be a function.");
841
+ var i;
842
+ this.promise = new Promise(function(s) {
843
+ i = s;
844
+ });
845
+ var n = this;
846
+ this.promise.then(function(a) {
847
+ if (n._listeners) {
848
+ var s, o = n._listeners.length;
849
+ for (s = 0; s < o; s++)
850
+ n._listeners[s](a);
851
+ n._listeners = null;
852
+ }
853
+ }), this.promise.then = function(a) {
854
+ var s, o = new Promise(function(f) {
855
+ n.subscribe(f), s = f;
856
+ }).then(a);
857
+ return o.cancel = function() {
858
+ n.unsubscribe(s);
859
+ }, o;
860
+ }, t(function(s) {
861
+ n.reason || (n.reason = new e(s), i(n.reason));
862
+ });
863
+ }
864
+ return r.prototype.throwIfRequested = function() {
865
+ if (this.reason)
866
+ throw this.reason;
867
+ }, r.prototype.subscribe = function(i) {
868
+ if (this.reason) {
869
+ i(this.reason);
870
+ return;
871
+ }
872
+ this._listeners ? this._listeners.push(i) : this._listeners = [i];
873
+ }, r.prototype.unsubscribe = function(i) {
874
+ if (this._listeners) {
875
+ var n = this._listeners.indexOf(i);
876
+ n !== -1 && this._listeners.splice(n, 1);
877
+ }
878
+ }, r.source = function() {
879
+ var i, n = new r(function(s) {
880
+ i = s;
881
+ });
882
+ return {
883
+ token: n,
884
+ cancel: i
885
+ };
886
+ }, ne = r, ne;
887
+ }
888
+ var ie, $e;
889
+ function ft() {
890
+ return $e || ($e = 1, ie = function(r) {
891
+ return function(i) {
892
+ return r.apply(null, i);
893
+ };
894
+ }), ie;
895
+ }
896
+ var ae, je;
897
+ function lt() {
898
+ if (je)
899
+ return ae;
900
+ je = 1;
901
+ var e = v;
902
+ return ae = function(t) {
903
+ return e.isObject(t) && t.isAxiosError === !0;
904
+ }, ae;
905
+ }
906
+ var Ie = v, ct = ke, L = ot, dt = Ge, ht = he;
907
+ function tr(e) {
908
+ var r = new L(e), t = ct(L.prototype.request, r);
909
+ return Ie.extend(t, L.prototype, r), Ie.extend(t, r), t.create = function(n) {
910
+ return tr(dt(e, n));
911
+ }, t;
912
+ }
913
+ var m = tr(ht);
914
+ m.Axios = L;
915
+ m.CanceledError = j();
916
+ m.CancelToken = ut();
917
+ m.isCancel = Ye();
918
+ m.VERSION = Ze().version;
919
+ m.toFormData = Ke;
920
+ m.AxiosError = D;
921
+ m.Cancel = m.CanceledError;
922
+ m.all = function(r) {
923
+ return Promise.all(r);
924
+ };
925
+ m.spread = ft();
926
+ m.isAxiosError = lt();
927
+ oe.exports = m;
928
+ oe.exports.default = m;
929
+ var pt = oe.exports, vt = pt;
930
+ const mt = /* @__PURE__ */ or(vt);
931
+ export {
932
+ mt as a,
933
+ or as g
934
+ };