@opencloud-eu/web-client 4.2.0 → 4.3.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.
- package/dist/{functions-DK4H9weO.js → functions-BBrAOhdi.js} +53 -54
- package/dist/functions-C2T1nL62.cjs +1 -0
- package/dist/{index-JHVTaNRI.js → index-8RyXehLU.js} +1 -8
- package/dist/{index-w54SVXTg.cjs → index-BG-qXJDl.cjs} +2 -2
- package/dist/{index-2zDycGQj.js → index-BfIzVKrn.js} +3 -3
- package/dist/{index-CAp89HBO.cjs → index-D_FAmyNm.cjs} +14 -14
- package/dist/{index-BMRpHyp4.js → index-Di9dm5GN.js} +11 -11
- package/dist/{index-BZHg3VRz.js → index-GwKxs7Aj.js} +714 -701
- package/dist/index-o5kQnO1p.cjs +1 -0
- package/dist/index-sTep8AuK.cjs +1 -0
- package/dist/src/ocs/capabilities.d.ts +4 -0
- package/dist/src/webdav/getFileUrl.d.ts +3 -1
- package/dist/{toString-XlfBosfh.js → toString-BMC5nz5v.js} +1 -1
- package/dist/{toString-CgHWCW2N.cjs → toString-CEqk2kJI.cjs} +1 -1
- package/dist/web-client/graph/generated.cjs +1 -1
- package/dist/web-client/graph/generated.js +1 -1
- package/dist/web-client/graph.cjs +1 -1
- package/dist/web-client/graph.js +1 -1
- package/dist/web-client/ocs.cjs +10 -15
- package/dist/web-client/ocs.js +392 -402
- package/dist/web-client/webdav.cjs +1 -1
- package/dist/web-client/webdav.js +3 -3
- package/dist/web-client.cjs +1 -1
- package/dist/web-client.js +6 -6
- package/package.json +1 -1
- package/dist/functions-Bp-DjU7_.cjs +0 -1
- package/dist/index-B21Ll1ii.cjs +0 -1
- package/dist/index-D_NPkUGY.cjs +0 -6
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as xe, g as ye, i as Pe, t as A, M as Re, b as we, c as De, u as
|
|
2
|
-
import { p as Se } from "./index-
|
|
3
|
-
function
|
|
1
|
+
import { a as xe, g as ye, i as Pe, t as A, M as Re, b as we, c as De, u as y } from "./toString-BMC5nz5v.js";
|
|
2
|
+
import { p as Se } from "./index-8RyXehLU.js";
|
|
3
|
+
function ke(e, r = "") {
|
|
4
4
|
return `/public-files/${e}/${r}`.split("/").filter(Boolean).join("/");
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function Le(e, r = "") {
|
|
7
7
|
return `/ocm/${e}/${r}`.split("/").filter(Boolean).join("/");
|
|
8
8
|
}
|
|
9
|
-
var
|
|
9
|
+
var T, M;
|
|
10
10
|
function Ie() {
|
|
11
|
-
if (M) return
|
|
11
|
+
if (M) return T;
|
|
12
12
|
M = 1;
|
|
13
13
|
function e(s) {
|
|
14
14
|
if (typeof s != "string")
|
|
@@ -192,11 +192,11 @@ function Ie() {
|
|
|
192
192
|
win32: null,
|
|
193
193
|
posix: null
|
|
194
194
|
};
|
|
195
|
-
return l.posix = l,
|
|
195
|
+
return l.posix = l, T = l, T;
|
|
196
196
|
}
|
|
197
|
-
var
|
|
198
|
-
const N = /* @__PURE__ */ xe(
|
|
199
|
-
class
|
|
197
|
+
var L = Ie();
|
|
198
|
+
const N = /* @__PURE__ */ xe(L);
|
|
199
|
+
class x {
|
|
200
200
|
static Shared = "S";
|
|
201
201
|
static Shareable = "R";
|
|
202
202
|
static Mounted = "M";
|
|
@@ -210,10 +210,10 @@ class y {
|
|
|
210
210
|
static SecureView = "X";
|
|
211
211
|
}
|
|
212
212
|
var Ae = /* @__PURE__ */ ((e) => (e.copy = "COPY", e.delete = "DELETE", e.lock = "LOCK", e.mkcol = "MKCOL", e.move = "MOVE", e.propfind = "PROPFIND", e.proppatch = "PROPPATCH", e.put = "PUT", e.report = "REPORT", e.unlock = "UNLOCK", e))(Ae || {});
|
|
213
|
-
const
|
|
213
|
+
const C = (e) => ({
|
|
214
214
|
value: e,
|
|
215
215
|
type: null
|
|
216
|
-
}),
|
|
216
|
+
}), Ce = (e) => C(e), m = (e) => C(e), S = (e) => C(e), Te = (e) => C(e), Oe = {
|
|
217
217
|
Permissions: m("permissions"),
|
|
218
218
|
IsFavorite: S("favorite"),
|
|
219
219
|
FileId: m("fileid"),
|
|
@@ -225,7 +225,7 @@ const T = (e) => ({
|
|
|
225
225
|
ContentLength: S("getcontentlength"),
|
|
226
226
|
ContentSize: S("size"),
|
|
227
227
|
LastModifiedDate: m("getlastmodified"),
|
|
228
|
-
Tags:
|
|
228
|
+
Tags: Ce("tags"),
|
|
229
229
|
Audio: {
|
|
230
230
|
value: "audio",
|
|
231
231
|
type: null
|
|
@@ -244,7 +244,7 @@ const T = (e) => ({
|
|
|
244
244
|
},
|
|
245
245
|
ETag: m("getetag"),
|
|
246
246
|
MimeType: m("getcontenttype"),
|
|
247
|
-
ResourceType:
|
|
247
|
+
ResourceType: Te("resourcetype"),
|
|
248
248
|
LockDiscovery: { value: "lockdiscovery", type: null },
|
|
249
249
|
LockOwner: m("owner"),
|
|
250
250
|
LockTime: m("locktime"),
|
|
@@ -293,7 +293,6 @@ class J {
|
|
|
293
293
|
a.ETag,
|
|
294
294
|
a.MimeType,
|
|
295
295
|
a.ResourceType,
|
|
296
|
-
a.DownloadURL,
|
|
297
296
|
a.Tags,
|
|
298
297
|
a.Audio,
|
|
299
298
|
a.Location,
|
|
@@ -460,12 +459,12 @@ function Sr(e, r, i, l) {
|
|
|
460
459
|
i = r(i, e[s], s, e);
|
|
461
460
|
return i;
|
|
462
461
|
}
|
|
463
|
-
function
|
|
462
|
+
function kr(e) {
|
|
464
463
|
return function(r) {
|
|
465
464
|
return e?.[r];
|
|
466
465
|
};
|
|
467
466
|
}
|
|
468
|
-
var
|
|
467
|
+
var Lr = {
|
|
469
468
|
// Latin-1 Supplement block.
|
|
470
469
|
À: "A",
|
|
471
470
|
Á: "A",
|
|
@@ -658,7 +657,7 @@ var kr = {
|
|
|
658
657
|
œ: "oe",
|
|
659
658
|
ʼn: "'n",
|
|
660
659
|
ſ: "s"
|
|
661
|
-
}, Ir = Lr
|
|
660
|
+
}, Ir = kr(Lr), Ar = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Cr = "\\u0300-\\u036f", Tr = "\\ufe20-\\ufe2f", Or = "\\u20d0-\\u20ff", Ur = Cr + Tr + Or, Er = "[" + Ur + "]", Fr = RegExp(Er, "g");
|
|
662
661
|
function $r(e) {
|
|
663
662
|
return e = A(e), e && e.replace(Ar, Ir).replace(Fr, "");
|
|
664
663
|
}
|
|
@@ -745,7 +744,7 @@ var Rt = Je(function(e) {
|
|
|
745
744
|
});
|
|
746
745
|
const wt = {
|
|
747
746
|
complex: ["tar.bz2", "tar.gz", "tar.xz"]
|
|
748
|
-
}, At = (e) => Object.hasOwn(e, "ddate"),
|
|
747
|
+
}, At = (e) => Object.hasOwn(e, "ddate"), Ct = (e) => Object.hasOwn(e, "highlights"), F = (e) => e.replace(/[^A-Za-z0-9\-_]/g, ""), me = (e, r) => !e || typeof e != "string" ? "" : e.indexOf("!") >= 0 ? e.split("!")[r] : "", Dt = (e) => me(e, 0), ge = (e) => me(e, 1), Tt = (e) => {
|
|
749
748
|
const r = e.extension || "", i = e.name || "";
|
|
750
749
|
if (!r.length)
|
|
751
750
|
return i;
|
|
@@ -763,7 +762,7 @@ const wt = {
|
|
|
763
762
|
return s;
|
|
764
763
|
}
|
|
765
764
|
return i.length < 2 ? "" : i[i.length - 1];
|
|
766
|
-
}, Ot = (e) =>
|
|
765
|
+
}, Ot = (e) => L.basename(L.dirname(e.path)) || null, Ut = (e) => typeof e.isShareRoot == "function" && e.isShareRoot(), k = (e) => {
|
|
767
766
|
if (!e)
|
|
768
767
|
return e;
|
|
769
768
|
const r = {};
|
|
@@ -772,7 +771,7 @@ const wt = {
|
|
|
772
771
|
}), r;
|
|
773
772
|
};
|
|
774
773
|
function Et(e, r = []) {
|
|
775
|
-
const i = e.props[a.Name]?.toString() ||
|
|
774
|
+
const i = e.props[a.Name]?.toString() || L.basename(e.filename), l = e.props[a.FileId], s = e.type === "directory";
|
|
776
775
|
let t;
|
|
777
776
|
e.filename.startsWith("/files") || e.filename.startsWith("/space") ? t = e.filename.split("/").slice(3).join("/") : t = e.filename, t.startsWith("/") || (t = `/${t}`);
|
|
778
777
|
const n = $({ ...e, name: i }), c = e.props[a.LockDiscovery];
|
|
@@ -816,38 +815,38 @@ function Et(e, r = []) {
|
|
|
816
815
|
displayName: e.props[a.OwnerDisplayName]
|
|
817
816
|
},
|
|
818
817
|
tags: (e.props[a.Tags] || "").toString().split(",").filter(Boolean),
|
|
819
|
-
audio:
|
|
820
|
-
location:
|
|
821
|
-
image:
|
|
822
|
-
photo:
|
|
818
|
+
audio: k(e.props[a.Audio]),
|
|
819
|
+
location: k(e.props[a.Location]),
|
|
820
|
+
image: k(e.props[a.Image]),
|
|
821
|
+
photo: k(e.props[a.Photo]),
|
|
823
822
|
extraProps: p,
|
|
824
823
|
hasPreview: () => e.props[a.HasPreview] === 1,
|
|
825
824
|
canUpload: function() {
|
|
826
|
-
return this.permissions.indexOf(
|
|
825
|
+
return this.permissions.indexOf(x.FolderCreateable) >= 0;
|
|
827
826
|
},
|
|
828
827
|
canDownload: function() {
|
|
829
|
-
return this.permissions.indexOf(
|
|
828
|
+
return this.permissions.indexOf(x.SecureView) === -1;
|
|
830
829
|
},
|
|
831
830
|
canBeDeleted: function() {
|
|
832
|
-
return this.permissions.indexOf(
|
|
831
|
+
return this.permissions.indexOf(x.Deletable) >= 0;
|
|
833
832
|
},
|
|
834
833
|
canRename: function() {
|
|
835
|
-
return this.permissions.indexOf(
|
|
834
|
+
return this.permissions.indexOf(x.Renameable) >= 0;
|
|
836
835
|
},
|
|
837
836
|
canShare: function({ ability: g }) {
|
|
838
|
-
return g.can("create-all", "Share") && this.permissions.indexOf(
|
|
837
|
+
return g.can("create-all", "Share") && this.permissions.indexOf(x.Shareable) >= 0;
|
|
839
838
|
},
|
|
840
839
|
canCreate: function() {
|
|
841
|
-
return this.permissions.indexOf(
|
|
840
|
+
return this.permissions.indexOf(x.FolderCreateable) >= 0;
|
|
842
841
|
},
|
|
843
842
|
canEditTags: function() {
|
|
844
|
-
return this.permissions.indexOf(
|
|
843
|
+
return this.permissions.indexOf(x.Updateable) >= 0 || this.permissions.indexOf(x.FileUpdateable) >= 0 || this.permissions.indexOf(x.FolderCreateable) >= 0;
|
|
845
844
|
},
|
|
846
845
|
isMounted: function() {
|
|
847
|
-
return this.permissions.indexOf(
|
|
846
|
+
return this.permissions.indexOf(x.Mounted) >= 0;
|
|
848
847
|
},
|
|
849
848
|
isReceivedShare: function() {
|
|
850
|
-
return this.permissions.indexOf(
|
|
849
|
+
return this.permissions.indexOf(x.Shared) >= 0;
|
|
851
850
|
},
|
|
852
851
|
isShareRoot() {
|
|
853
852
|
return e.props[a.ShareRoot] ? e.filename.split("/").length === 3 : !1;
|
|
@@ -868,7 +867,7 @@ function Ft(e) {
|
|
|
868
867
|
ddate: e.props[a.TrashbinDeletedDate],
|
|
869
868
|
name: N.basename(i),
|
|
870
869
|
extension: l,
|
|
871
|
-
path:
|
|
870
|
+
path: y(e.props[a.TrashbinOriginalLocation], { leadingSlash: !0 }),
|
|
872
871
|
id: s,
|
|
873
872
|
parentFolderId: e.props[a.FileParent],
|
|
874
873
|
webDavPath: "",
|
|
@@ -951,12 +950,12 @@ class $t {
|
|
|
951
950
|
}
|
|
952
951
|
const _t = "a0ca6a90-a365-4782-871e-d44447bbc668", Mt = "89f37a33-858b-45fa-8890-a1f2b27d90e1", Nt = (e) => e?.type === "space", O = (e) => e?.driveType === "personal", jt = (e) => e?.driveType === "project", zt = (e) => e?.driveType === "share", Ht = (e) => e?.driveType === "mountpoint", Vt = (e) => e?.driveType === "public";
|
|
953
952
|
function St(e, r) {
|
|
954
|
-
return
|
|
953
|
+
return y("spaces", e, r, {
|
|
955
954
|
leadingSlash: !0
|
|
956
955
|
});
|
|
957
956
|
}
|
|
958
|
-
function
|
|
959
|
-
return
|
|
957
|
+
function kt(e, r = "") {
|
|
958
|
+
return y("spaces", "trash-bin", e, r, {
|
|
960
959
|
leadingSlash: !0
|
|
961
960
|
});
|
|
962
961
|
}
|
|
@@ -981,7 +980,7 @@ const Zt = (e, r) => e.root.permissions?.filter((i) => {
|
|
|
981
980
|
function Jt(e) {
|
|
982
981
|
const r = e.publicLinkPassword, i = e.props?.[a.FileId], l = e.props?.[a.PublicLinkItemType], s = e.props?.[a.PublicLinkPermission], t = e.props?.[a.PublicLinkExpiration], n = e.props?.[a.PublicLinkShareDate], c = e.props?.[a.PublicLinkShareOwner], d = e.publicLinkType;
|
|
983
982
|
let o, u;
|
|
984
|
-
return d === "ocm" ? (o = `ocm/${e.id}`, u =
|
|
983
|
+
return d === "ocm" ? (o = `ocm/${e.id}`, u = Le(e.id)) : (o = `public/${e.id}`, u = ke(e.id)), Object.assign(
|
|
985
984
|
be({
|
|
986
985
|
...e,
|
|
987
986
|
driveType: "public",
|
|
@@ -1020,11 +1019,11 @@ function qt({
|
|
|
1020
1019
|
function be(e) {
|
|
1021
1020
|
let r, i;
|
|
1022
1021
|
e.special && (r = e.special.find((o) => o.specialFolder.name === "image"), i = e.special.find((o) => o.specialFolder.name === "readme"), r && (r.webDavUrl = decodeURI(r.webDavUrl)), i && (i.webDavUrl = decodeURI(i.webDavUrl)));
|
|
1023
|
-
const l = e.root?.deleted?.state === "trashed", s =
|
|
1022
|
+
const l = e.root?.deleted?.state === "trashed", s = y(e.webDavPath || St(e.id), {
|
|
1024
1023
|
leadingSlash: !0
|
|
1025
|
-
}), t =
|
|
1024
|
+
}), t = y(e.serverUrl, "remote.php/dav", s), n = y(e.webDavTrashPath || kt(e.id), {
|
|
1026
1025
|
leadingSlash: !0
|
|
1027
|
-
}), c =
|
|
1026
|
+
}), c = y(e.serverUrl, "remote.php/dav", n), d = {
|
|
1028
1027
|
id: e.id,
|
|
1029
1028
|
fileId: e.id,
|
|
1030
1029
|
storageId: e.id,
|
|
@@ -1112,15 +1111,15 @@ function be(e) {
|
|
|
1112
1111
|
},
|
|
1113
1112
|
getDomSelector: () => F(e.id),
|
|
1114
1113
|
getDriveAliasAndItem({ path: o }) {
|
|
1115
|
-
return
|
|
1114
|
+
return y(this.driveAlias, o, {
|
|
1116
1115
|
leadingSlash: !1
|
|
1117
1116
|
});
|
|
1118
1117
|
},
|
|
1119
1118
|
getWebDavUrl({ path: o }) {
|
|
1120
|
-
return
|
|
1119
|
+
return y(t, o);
|
|
1121
1120
|
},
|
|
1122
1121
|
getWebDavTrashUrl({ path: o }) {
|
|
1123
|
-
return
|
|
1122
|
+
return y(c, o);
|
|
1124
1123
|
},
|
|
1125
1124
|
isOwner(o) {
|
|
1126
1125
|
return o?.id === this.owner?.id;
|
|
@@ -1140,7 +1139,7 @@ function Kt(e) {
|
|
|
1140
1139
|
extension: $({ name: e.spaceImageData.name }),
|
|
1141
1140
|
mimeType: e.spaceImageData.file.mimeType,
|
|
1142
1141
|
type: "file",
|
|
1143
|
-
webDavPath:
|
|
1142
|
+
webDavPath: y(e.webDavPath, ".space", e.spaceImageData.name),
|
|
1144
1143
|
hasPreview: () => !0,
|
|
1145
1144
|
canDownload: () => !0
|
|
1146
1145
|
};
|
|
@@ -1154,19 +1153,19 @@ export {
|
|
|
1154
1153
|
Be as F,
|
|
1155
1154
|
v as G,
|
|
1156
1155
|
Z as H,
|
|
1157
|
-
|
|
1158
|
-
|
|
1156
|
+
a as I,
|
|
1157
|
+
J,
|
|
1159
1158
|
Ae as K,
|
|
1160
|
-
|
|
1159
|
+
x as L,
|
|
1161
1160
|
Mt as O,
|
|
1162
1161
|
D as S,
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1162
|
+
Le as a,
|
|
1163
|
+
ke as b,
|
|
1164
|
+
Ct as c,
|
|
1166
1165
|
Dt as d,
|
|
1167
1166
|
F as e,
|
|
1168
1167
|
ge as f,
|
|
1169
|
-
|
|
1168
|
+
Tt as g,
|
|
1170
1169
|
$ as h,
|
|
1171
1170
|
At as i,
|
|
1172
1171
|
Ot as j,
|
|
@@ -1175,7 +1174,7 @@ export {
|
|
|
1175
1174
|
Ft as m,
|
|
1176
1175
|
$t as n,
|
|
1177
1176
|
St as o,
|
|
1178
|
-
|
|
1177
|
+
kt as p,
|
|
1179
1178
|
Wt as q,
|
|
1180
1179
|
Bt as r,
|
|
1181
1180
|
Zt as s,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const b=require("./toString-CEqk2kJI.cjs"),Ie=require("./index-sTep8AuK.cjs");function K(e,r=""){return`/public-files/${e}/${r}`.split("/").filter(Boolean).join("/")}function Y(e,r=""){return`/ocm/${e}/${r}`.split("/").filter(Boolean).join("/")}var U,z;function we(){if(z)return U;z=1;function e(s){if(typeof s!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(s))}function r(s,t){for(var i="",c=0,d=-1,o=0,u,f=0;f<=s.length;++f){if(f<s.length)u=s.charCodeAt(f);else{if(u===47)break;u=47}if(u===47){if(!(d===f-1||o===1))if(d!==f-1&&o===2){if(i.length<2||c!==2||i.charCodeAt(i.length-1)!==46||i.charCodeAt(i.length-2)!==46){if(i.length>2){var p=i.lastIndexOf("/");if(p!==i.length-1){p===-1?(i="",c=0):(i=i.slice(0,p),c=i.length-1-i.lastIndexOf("/")),d=f,o=0;continue}}else if(i.length===2||i.length===1){i="",c=0,d=f,o=0;continue}}t&&(i.length>0?i+="/..":i="..",c=2)}else i.length>0?i+="/"+s.slice(d+1,f):i=s.slice(d+1,f),c=f-d-1;d=f,o=0}else u===46&&o!==-1?++o:o=-1}return i}function n(s,t){var i=t.dir||t.root,c=t.base||(t.name||"")+(t.ext||"");return i?i===t.root?i+c:i+s+c:c}var l={resolve:function(){for(var t="",i=!1,c,d=arguments.length-1;d>=-1&&!i;d--){var o;d>=0?o=arguments[d]:(c===void 0&&(c=Ie.process$1.cwd()),o=c),e(o),o.length!==0&&(t=o+"/"+t,i=o.charCodeAt(0)===47)}return t=r(t,!i),i?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(e(t),t.length===0)return".";var i=t.charCodeAt(0)===47,c=t.charCodeAt(t.length-1)===47;return t=r(t,!i),t.length===0&&!i&&(t="."),t.length>0&&c&&(t+="/"),i?"/"+t:t},isAbsolute:function(t){return e(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,i=0;i<arguments.length;++i){var c=arguments[i];e(c),c.length>0&&(t===void 0?t=c:t+="/"+c)}return t===void 0?".":l.normalize(t)},relative:function(t,i){if(e(t),e(i),t===i||(t=l.resolve(t),i=l.resolve(i),t===i))return"";for(var c=1;c<t.length&&t.charCodeAt(c)===47;++c);for(var d=t.length,o=d-c,u=1;u<i.length&&i.charCodeAt(u)===47;++u);for(var f=i.length,p=f-u,v=o<p?o:p,g=-1,h=0;h<=v;++h){if(h===v){if(p>v){if(i.charCodeAt(u+h)===47)return i.slice(u+h+1);if(h===0)return i.slice(u+h)}else o>v&&(t.charCodeAt(c+h)===47?g=h:h===0&&(g=0));break}var j=t.charCodeAt(c+h),De=i.charCodeAt(u+h);if(j!==De)break;j===47&&(g=h)}var S="";for(h=c+g+1;h<=d;++h)(h===d||t.charCodeAt(h)===47)&&(S.length===0?S+="..":S+="/..");return S.length>0?S+i.slice(u+g):(u+=g,i.charCodeAt(u)===47&&++u,i.slice(u))},_makeLong:function(t){return t},dirname:function(t){if(e(t),t.length===0)return".";for(var i=t.charCodeAt(0),c=i===47,d=-1,o=!0,u=t.length-1;u>=1;--u)if(i=t.charCodeAt(u),i===47){if(!o){d=u;break}}else o=!1;return d===-1?c?"/":".":c&&d===1?"//":t.slice(0,d)},basename:function(t,i){if(i!==void 0&&typeof i!="string")throw new TypeError('"ext" argument must be a string');e(t);var c=0,d=-1,o=!0,u;if(i!==void 0&&i.length>0&&i.length<=t.length){if(i.length===t.length&&i===t)return"";var f=i.length-1,p=-1;for(u=t.length-1;u>=0;--u){var v=t.charCodeAt(u);if(v===47){if(!o){c=u+1;break}}else p===-1&&(o=!1,p=u+1),f>=0&&(v===i.charCodeAt(f)?--f===-1&&(d=u):(f=-1,d=p))}return c===d?d=p:d===-1&&(d=t.length),t.slice(c,d)}else{for(u=t.length-1;u>=0;--u)if(t.charCodeAt(u)===47){if(!o){c=u+1;break}}else d===-1&&(o=!1,d=u+1);return d===-1?"":t.slice(c,d)}},extname:function(t){e(t);for(var i=-1,c=0,d=-1,o=!0,u=0,f=t.length-1;f>=0;--f){var p=t.charCodeAt(f);if(p===47){if(!o){c=f+1;break}continue}d===-1&&(o=!1,d=f+1),p===46?i===-1?i=f:u!==1&&(u=1):i!==-1&&(u=-1)}return i===-1||d===-1||u===0||u===1&&i===d-1&&i===c+1?"":t.slice(i,d)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return n("/",t)},parse:function(t){e(t);var i={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return i;var c=t.charCodeAt(0),d=c===47,o;d?(i.root="/",o=1):o=0;for(var u=-1,f=0,p=-1,v=!0,g=t.length-1,h=0;g>=o;--g){if(c=t.charCodeAt(g),c===47){if(!v){f=g+1;break}continue}p===-1&&(v=!1,p=g+1),c===46?u===-1?u=g:h!==1&&(h=1):u!==-1&&(h=-1)}return u===-1||p===-1||h===0||h===1&&u===p-1&&u===f+1?p!==-1&&(f===0&&d?i.base=i.name=t.slice(1,p):i.base=i.name=t.slice(f,p)):(f===0&&d?(i.name=t.slice(1,u),i.base=t.slice(1,p)):(i.name=t.slice(f,u),i.base=t.slice(f,p)),i.ext=t.slice(u,p)),f>0?i.dir=t.slice(0,f-1):d&&(i.dir="/"),i},sep:"/",delimiter:":",win32:null,posix:null};return l.posix=l,U=l,U}var T=we();const W=b.getDefaultExportFromCjs(T);class y{static Shared="S";static Shareable="R";static Mounted="M";static Deletable="D";static Renameable="N";static Moveable="V";static Updateable="NV";static FileUpdateable="W";static FolderCreateable="CK";static Deny="Z";static SecureView="X"}var Q=(e=>(e.copy="COPY",e.delete="DELETE",e.lock="LOCK",e.mkcol="MKCOL",e.move="MOVE",e.propfind="PROPFIND",e.proppatch="PROPPATCH",e.put="PUT",e.report="REPORT",e.unlock="UNLOCK",e))(Q||{});const A=e=>({value:e,type:null}),Le=e=>A(e),m=e=>A(e),w=e=>A(e),ke=e=>A(e),Te={Permissions:m("permissions"),IsFavorite:w("favorite"),FileId:m("fileid"),FileParent:m("file-parent"),Name:m("name"),OwnerId:m("owner-id"),OwnerDisplayName:m("owner-display-name"),PrivateLink:m("privatelink"),ContentLength:w("getcontentlength"),ContentSize:w("size"),LastModifiedDate:m("getlastmodified"),Tags:Le("tags"),Audio:{value:"audio",type:null},Location:{value:"location",type:null},Image:{value:"image",type:null},Photo:{value:"photo",type:null},ETag:m("getetag"),MimeType:m("getcontenttype"),ResourceType:ke("resourcetype"),LockDiscovery:{value:"lockdiscovery",type:null},LockOwner:m("owner"),LockTime:m("locktime"),ActiveLock:{value:"activelock",type:null},DownloadURL:m("downloadURL"),Highlights:m("highlights"),MetaPathForUser:m("meta-path-for-user"),RemoteItemId:m("remote-item-id"),HasPreview:w("has-preview"),ShareId:m("shareid"),ShareRoot:m("shareroot"),ShareTypes:{value:"share-types",type:null},SharePermissions:m("share-permissions"),TrashbinOriginalFilename:m("trashbin-original-filename"),TrashbinOriginalLocation:m("trashbin-original-location"),TrashbinDeletedDate:m("trashbin-delete-datetime"),PublicLinkItemType:m("public-link-item-type"),PublicLinkPermission:m("public-link-permission"),PublicLinkExpiration:m("public-link-expiration"),PublicLinkShareDate:m("public-link-share-datetime"),PublicLinkShareOwner:m("public-link-share-owner")},a=Object.fromEntries(Object.entries(Te).map(([e,r])=>[e,r.value]));class M{static Default=[a.Permissions,a.IsFavorite,a.FileId,a.FileParent,a.Name,a.LockDiscovery,a.ActiveLock,a.OwnerId,a.OwnerDisplayName,a.RemoteItemId,a.ShareRoot,a.ShareTypes,a.PrivateLink,a.ContentLength,a.ContentSize,a.LastModifiedDate,a.ETag,a.MimeType,a.ResourceType,a.Tags,a.Audio,a.Location,a.Image,a.Photo,a.HasPreview];static PublicLink=M.Default.concat([a.PublicLinkItemType,a.PublicLinkPermission,a.PublicLinkExpiration,a.PublicLinkShareDate,a.PublicLinkShareOwner]);static Trashbin=[a.ContentLength,a.ResourceType,a.TrashbinOriginalLocation,a.TrashbinOriginalFilename,a.TrashbinDeletedDate,a.Permissions,a.FileParent];static DavNamespace=[a.ContentLength,a.LastModifiedDate,a.ETag,a.MimeType,a.ResourceType,a.LockDiscovery,a.ActiveLock]}function X(e){return e}function Ae(e,r,n){switch(n.length){case 0:return e.call(r);case 1:return e.call(r,n[0]);case 2:return e.call(r,n[0],n[1]);case 3:return e.call(r,n[0],n[1],n[2])}return e.apply(r,n)}var Ce=800,Oe=16,Ue=Date.now;function Ee(e){var r=0,n=0;return function(){var l=Ue(),s=Oe-(l-n);if(n=l,s>0){if(++r>=Ce)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}function Fe(e){return function(){return e}}var H=(function(){try{var e=b.getNative(Object,"defineProperty");return e({},"",{}),e}catch{}})(),_e=H?function(e,r){return H(e,"toString",{configurable:!0,enumerable:!1,value:Fe(r),writable:!0})}:X,Me=Ee(_e);function $e(e,r,n,l){for(var s=e.length,t=n+-1;++t<s;)if(r(e[t],t,e))return t;return-1}function Ne(e){return e!==e}function je(e,r,n){for(var l=n-1,s=e.length;++l<s;)if(e[l]===r)return l;return-1}function ze(e,r,n){return r===r?je(e,r,n):$e(e,Ne,n)}function G(e,r){var n=e==null?0:e.length;return!!n&&ze(e,r,0)>-1}var V=Math.max;function We(e,r,n){return r=V(r===void 0?e.length-1:r,0),function(){for(var l=arguments,s=-1,t=V(l.length-r,0),i=Array(t);++s<t;)i[s]=l[r+s];s=-1;for(var c=Array(r+1);++s<r;)c[s]=l[s];return c[r]=n(i),Ae(e,this,c)}}function He(e,r){return Me(We(e,r,X),e+"")}var Ve=9007199254740991;function Je(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Ve}function Be(e){return e!=null&&Je(e.length)&&!b.isFunction(e)}function Ze(e,r,n){var l=-1,s=e.length;r<0&&(r=-r>s?0:s+r),n=n>s?s:n,n<0&&(n+=s),s=r>n?0:n-r>>>0,r>>>=0;for(var t=Array(s);++l<s;)t[l]=e[l+r];return t}function qe(e,r,n){var l=e.length;return n=n===void 0?l:n,!r&&n>=l?e:Ze(e,r,n)}var Ke="\\ud800-\\udfff",Ye="\\u0300-\\u036f",Qe="\\ufe20-\\ufe2f",Xe="\\u20d0-\\u20ff",Ge=Ye+Qe+Xe,er="\\ufe0e\\ufe0f",rr="\\u200d",tr=RegExp("["+rr+Ke+Ge+er+"]");function ee(e){return tr.test(e)}function ir(e){return e.split("")}var re="\\ud800-\\udfff",nr="\\u0300-\\u036f",sr="\\ufe20-\\ufe2f",ar="\\u20d0-\\u20ff",or=nr+sr+ar,ur="\\ufe0e\\ufe0f",lr="["+re+"]",E="["+or+"]",F="\\ud83c[\\udffb-\\udfff]",cr="(?:"+E+"|"+F+")",te="[^"+re+"]",ie="(?:\\ud83c[\\udde6-\\uddff]){2}",ne="[\\ud800-\\udbff][\\udc00-\\udfff]",dr="\\u200d",se=cr+"?",ae="["+ur+"]?",fr="(?:"+dr+"(?:"+[te,ie,ne].join("|")+")"+ae+se+")*",pr=ae+se+fr,hr="(?:"+[te+E+"?",E,ie,ne,lr].join("|")+")",mr=RegExp(F+"(?="+F+")|"+hr+pr,"g");function gr(e){return e.match(mr)||[]}function br(e){return ee(e)?gr(e):ir(e)}function vr(e){return function(r){r=b.toString(r);var n=ee(r)?br(r):void 0,l=n?n[0]:r.charAt(0),s=n?qe(n,1).join(""):r.slice(1);return l[e]()+s}}var xr=vr("toUpperCase");function yr(e){return xr(b.toString(e).toLowerCase())}function Pr(e,r,n,l){for(var s=-1,t=e==null?0:e.length;++s<t;)n=r(n,e[s],s,e);return n}function Rr(e){return function(r){return e?.[r]}}var Sr={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Dr=Rr(Sr),Ir=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,wr="\\u0300-\\u036f",Lr="\\ufe20-\\ufe2f",kr="\\u20d0-\\u20ff",Tr=wr+Lr+kr,Ar="["+Tr+"]",Cr=RegExp(Ar,"g");function Or(e){return e=b.toString(e),e&&e.replace(Ir,Dr).replace(Cr,"")}var Ur=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function Er(e){return e.match(Ur)||[]}var Fr=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function _r(e){return Fr.test(e)}var oe="\\ud800-\\udfff",Mr="\\u0300-\\u036f",$r="\\ufe20-\\ufe2f",Nr="\\u20d0-\\u20ff",jr=Mr+$r+Nr,ue="\\u2700-\\u27bf",le="a-z\\xdf-\\xf6\\xf8-\\xff",zr="\\xac\\xb1\\xd7\\xf7",Wr="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Hr="\\u2000-\\u206f",Vr=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ce="A-Z\\xc0-\\xd6\\xd8-\\xde",Jr="\\ufe0e\\ufe0f",de=zr+Wr+Hr+Vr,fe="['’]",J="["+de+"]",Br="["+jr+"]",pe="\\d+",Zr="["+ue+"]",he="["+le+"]",me="[^"+oe+de+pe+ue+le+ce+"]",qr="\\ud83c[\\udffb-\\udfff]",Kr="(?:"+Br+"|"+qr+")",Yr="[^"+oe+"]",ge="(?:\\ud83c[\\udde6-\\uddff]){2}",be="[\\ud800-\\udbff][\\udc00-\\udfff]",P="["+ce+"]",Qr="\\u200d",B="(?:"+he+"|"+me+")",Xr="(?:"+P+"|"+me+")",Z="(?:"+fe+"(?:d|ll|m|re|s|t|ve))?",q="(?:"+fe+"(?:D|LL|M|RE|S|T|VE))?",ve=Kr+"?",xe="["+Jr+"]?",Gr="(?:"+Qr+"(?:"+[Yr,ge,be].join("|")+")"+xe+ve+")*",et="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",rt="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",tt=xe+ve+Gr,it="(?:"+[Zr,ge,be].join("|")+")"+tt,nt=RegExp([P+"?"+he+"+"+Z+"(?="+[J,P,"$"].join("|")+")",Xr+"+"+q+"(?="+[J,P+B,"$"].join("|")+")",P+"?"+B+"+"+Z,P+"+"+q,rt,et,pe,it].join("|"),"g");function st(e){return e.match(nt)||[]}function at(e,r,n){return e=b.toString(e),r=r,r===void 0?_r(e)?st(e):Er(e):e.match(r)||[]}var ot="['’]",ut=RegExp(ot,"g");function lt(e){return function(r){return Pr(at(Or(r).replace(ut,"")),e,"")}}var ct=lt(function(e,r,n){return r=r.toLowerCase(),e+(n?yr(r):r)}),dt="__lodash_hash_undefined__";function ft(e){return this.__data__.set(e,dt),this}function pt(e){return this.__data__.has(e)}function I(e){var r=-1,n=e==null?0:e.length;for(this.__data__=new b.MapCache;++r<n;)this.add(e[r])}I.prototype.add=I.prototype.push=ft;I.prototype.has=pt;function _(e,r){return e.has(r)}function ht(e){return b.isObjectLike(e)&&Be(e)}var mt=Math.min;function gt(e,r,n){for(var l=G,s=e[0].length,t=e.length,i=t,c=Array(t),d=1/0,o=[];i--;){var u=e[i];d=mt(u.length,d),c[i]=s>=120&&u.length>=120?new I(i&&u):void 0}u=e[0];var f=-1,p=c[0];e:for(;++f<s&&o.length<d;){var v=u[f],g=v;if(v=v!==0?v:0,!(p?_(p,g):l(o,g))){for(i=t;--i;){var h=c[i];if(!(h?_(h,g):l(e[i],g)))continue e}p&&p.push(g),o.push(v)}}return o}function bt(e){return ht(e)?e:[]}var vt=He(function(e){var r=b.arrayMap(e,bt);return r.length&&r[0]===e[0]?gt(r):[]});const xt={complex:["tar.bz2","tar.gz","tar.xz"]},yt=e=>Object.hasOwn(e,"ddate"),Pt=e=>Object.hasOwn(e,"highlights"),C=e=>e.replace(/[^A-Za-z0-9\-_]/g,""),ye=(e,r)=>!e||typeof e!="string"?"":e.indexOf("!")>=0?e.split("!")[r]:"",Pe=e=>ye(e,0),$=e=>ye(e,1),Rt=e=>{const r=e.extension||"",n=e.name||"";if(!r.length)return n;const l=n.lastIndexOf(`.${r}`);return n.substring(0,l)},O=e=>{const r=e.name;if(e.type==="directory"||e.isFolder)return"";const n=r.split(".");if(n.length>2)for(let l=0;l<n.length;l++){const s=n.slice(l,n.length).join(".");if(xt.complex.includes(s))return s}return n.length<2?"":n[n.length-1]},St=e=>T.basename(T.dirname(e.path))||null,Dt=e=>typeof e.isShareRoot=="function"&&e.isShareRoot(),L=e=>{if(!e)return e;const r={};return Object.keys(e).forEach(n=>{r[ct(n)]=e[n]}),r};function It(e,r=[]){const n=e.props[a.Name]?.toString()||T.basename(e.filename),l=e.props[a.FileId],s=e.type==="directory";let t;e.filename.startsWith("/files")||e.filename.startsWith("/space")?t=e.filename.split("/").slice(3).join("/"):t=e.filename,t.startsWith("/")||(t=`/${t}`);const i=O({...e,name:n}),c=e.props[a.LockDiscovery];let d,o,u;c&&(d=c[a.ActiveLock],o=d[a.LockOwner],u=d[a.LockTime]);let f=[];e.props[a.ShareTypes]&&(f=e.props[a.ShareTypes]["share-type"],Array.isArray(f)||(f=[f]));const p={};for(const g of r||[]){const h=g.split(":").pop();e.props[h]&&(p[g]=e.props[h])}const v={id:l,fileId:l,storageId:Pe(l),parentFolderId:e.props[a.FileParent],mimeType:e.props[a.MimeType],name:n,extension:s?"":i,path:t,webDavPath:e.filename,type:s?"folder":e.type,isFolder:s,locked:!!d,lockOwner:o,lockTime:u,processing:e.processing||!1,mdate:e.props[a.LastModifiedDate],size:s?e.props[a.ContentSize]?.toString()||"0":e.props[a.ContentLength]?.toString()||"0",permissions:e.props[a.Permissions]||"",starred:e.props[a.IsFavorite]!==0,etag:e.props[a.ETag],shareTypes:f,privateLink:e.props[a.PrivateLink],downloadURL:e.props[a.DownloadURL],remoteItemId:e.props[a.RemoteItemId],remoteItemPath:e.props[a.ShareRoot],owner:{id:e.props[a.OwnerId],displayName:e.props[a.OwnerDisplayName]},tags:(e.props[a.Tags]||"").toString().split(",").filter(Boolean),audio:L(e.props[a.Audio]),location:L(e.props[a.Location]),image:L(e.props[a.Image]),photo:L(e.props[a.Photo]),extraProps:p,hasPreview:()=>e.props[a.HasPreview]===1,canUpload:function(){return this.permissions.indexOf(y.FolderCreateable)>=0},canDownload:function(){return this.permissions.indexOf(y.SecureView)===-1},canBeDeleted:function(){return this.permissions.indexOf(y.Deletable)>=0},canRename:function(){return this.permissions.indexOf(y.Renameable)>=0},canShare:function({ability:g}){return g.can("create-all","Share")&&this.permissions.indexOf(y.Shareable)>=0},canCreate:function(){return this.permissions.indexOf(y.FolderCreateable)>=0},canEditTags:function(){return this.permissions.indexOf(y.Updateable)>=0||this.permissions.indexOf(y.FileUpdateable)>=0||this.permissions.indexOf(y.FolderCreateable)>=0},isMounted:function(){return this.permissions.indexOf(y.Mounted)>=0},isReceivedShare:function(){return this.permissions.indexOf(y.Shared)>=0},isShareRoot(){return e.props[a.ShareRoot]?e.filename.split("/").length===3:!1},getDomSelector:()=>C(l)};return Object.defineProperty(v,"nodeId",{get(){return $(this.id)}}),v}function wt(e){const r=e.type==="directory",n=e.props[a.TrashbinOriginalFilename]?.toString(),l=O({name:n,type:e.type}),s=W.basename(e.filename);return{type:r?"folder":e.type,isFolder:r,ddate:e.props[a.TrashbinDeletedDate],name:W.basename(n),extension:l,path:b.urlJoin(e.props[a.TrashbinOriginalLocation],{leadingSlash:!0}),id:s,parentFolderId:e.props[a.FileParent],webDavPath:"",canUpload:()=>!1,canDownload:()=>!1,canBeDeleted:()=>!0,canBeRestored:function(){return!0},canRename:()=>!1,canShare:()=>!1,canCreate:()=>!1,isMounted:()=>!1,isReceivedShare:()=>!1,hasPreview:()=>!1,getDomSelector:()=>C(s)}}var x=(e=>(e.createUpload="libre.graph/driveItem/upload/create",e.createPermissions="libre.graph/driveItem/permissions/create",e.createChildren="libre.graph/driveItem/children/create",e.readBasic="libre.graph/driveItem/basic/read",e.readPath="libre.graph/driveItem/path/read",e.readQuota="libre.graph/driveItem/quota/read",e.readContent="libre.graph/driveItem/content/read",e.readChildren="libre.graph/driveItem/children/read",e.readDeleted="libre.graph/driveItem/deleted/read",e.readPermissions="libre.graph/driveItem/permissions/read",e.readVersions="libre.graph/driveItem/versions/read",e.updatePath="libre.graph/driveItem/path/update",e.updateDeleted="libre.graph/driveItem/deleted/update",e.updatePermissions="libre.graph/driveItem/permissions/update",e.updateVersions="libre.graph/driveItem/versions/update",e.deleteStandard="libre.graph/driveItem/standard/delete",e.deleteDeleted="libre.graph/driveItem/deleted/delete",e.deletePermissions="libre.graph/driveItem/permissions/delete",e))(x||{});const D=e=>e;class R{_key;_value;_label;_icon;constructor(r,n,l,s){this._key=r,this._value=n,this._label=l,this._icon=s}get key(){return this._key}get value(){return this._value}get label(){return this._label}get icon(){return this._icon}}class Lt{static user=new R("user",0,D("User"),"user");static group=new R("group",1,D("Group"),"group");static link=new R("link",3,D("Link"),"link");static guest=new R("guest",4,D("Guest"),"global");static remote=new R("remote",6,D("External"),"earth");static individuals=[this.user,this.guest,this.remote];static collectives=[this.group];static unauthenticated=[this.link];static authenticated=[this.user,this.group,this.guest,this.remote];static all=[this.user,this.group,this.link,this.guest,this.remote];static isIndividual(r){return this.individuals.includes(r)}static isCollective(r){return this.collectives.includes(r)}static isUnauthenticated(r){return this.unauthenticated.includes(r)}static isAuthenticated(r){return this.authenticated.includes(r)}static getByValue(r){return this.all.find(n=>n.value===r)}static getByValues(r){return r.map(n=>this.getByValue(n))}static getByKeys(r){return r.map(n=>this.all.find(l=>l.key===n))}static getValues(r){return r.map(n=>n.value)}static containsAnyValue(r,n){return vt(this.getValues(r),n).length>0}}const kt="a0ca6a90-a365-4782-871e-d44447bbc668",Tt="89f37a33-858b-45fa-8890-a1f2b27d90e1",At=e=>e?.type==="space",k=e=>e?.driveType==="personal",Ct=e=>e?.driveType==="project",Ot=e=>e?.driveType==="share",Ut=e=>e?.driveType==="mountpoint",Et=e=>e?.driveType==="public";function Re(e,r){return b.urlJoin("spaces",e,r,{leadingSlash:!0})}function Se(e,r=""){return b.urlJoin("spaces","trash-bin",e,r,{leadingSlash:!0})}function Ft(e,r){const l=e[{image:"spaceImageData",readme:"spaceReadmeData"}[r]];if(!l)return"";const s=decodeURI(l.webDavUrl).split("/"),t=s.find(i=>i.startsWith(e.id));return t?s.slice(s.indexOf(t)+1).join("/"):""}function _t(e){return e.permissions.includes(x.deletePermissions)}const Mt=(e,r)=>e.root.permissions?.filter(n=>{let l=[];n["@libre.graph.permissions.actions"]&&(l=n["@libre.graph.permissions.actions"]);const s=r[n.roles?.[0]];return s&&!l.length&&(l=s.rolePermissions.find(({condition:i})=>i==="exists @Resource.Root")?.allowedResourceActions||[]),l.includes(x.deletePermissions)});function $t(e){const r=e.publicLinkPassword,n=e.props?.[a.FileId],l=e.props?.[a.PublicLinkItemType],s=e.props?.[a.PublicLinkPermission],t=e.props?.[a.PublicLinkExpiration],i=e.props?.[a.PublicLinkShareDate],c=e.props?.[a.PublicLinkShareOwner],d=e.publicLinkType;let o,u;return d==="ocm"?(o=`ocm/${e.id}`,u=Y(e.id)):(o=`public/${e.id}`,u=K(e.id)),Object.assign(N({...e,driveType:"public",driveAlias:o,webDavPath:u}),{...n&&{fileId:n},...r&&{publicLinkPassword:r},...l&&{publicLinkItemType:l},...s&&{publicLinkPermission:parseInt(s)},...t&&{publicLinkExpiration:t},...i&&{publicLinkShareDate:i},...c&&{publicLinkShareOwner:c},publicLinkType:d})}function Nt({driveAliasPrefix:e,id:r,shareName:n,serverUrl:l}){const s=N({id:r,driveAlias:`${e}/${n}`,driveType:"share",name:n,serverUrl:l});return s.rename=t=>{s.driveAlias=`${e}/${t}`,s.name=t},s}function N(e){let r,n;e.special&&(r=e.special.find(o=>o.specialFolder.name==="image"),n=e.special.find(o=>o.specialFolder.name==="readme"),r&&(r.webDavUrl=decodeURI(r.webDavUrl)),n&&(n.webDavUrl=decodeURI(n.webDavUrl)));const l=e.root?.deleted?.state==="trashed",s=b.urlJoin(e.webDavPath||Re(e.id),{leadingSlash:!0}),t=b.urlJoin(e.serverUrl,"remote.php/dav",s),i=b.urlJoin(e.webDavTrashPath||Se(e.id),{leadingSlash:!0}),c=b.urlJoin(e.serverUrl,"remote.php/dav",i),d={id:e.id,fileId:e.id,storageId:e.id,mimeType:"",name:e.name,description:e.description,extension:"",path:"/",webDavPath:s,webDavTrashPath:i,driveAlias:e.driveAlias,driveType:e.driveType,type:"space",isFolder:!0,mdate:e.lastModifiedDateTime,size:e.quota?.used||0,tags:[],permissions:"",starred:!1,etag:"",shareTypes:[],privateLink:e.webUrl,downloadURL:"",owner:e.owner?.user,disabled:l,root:e.root,spaceQuota:e.quota,spaceImageData:r,spaceReadmeData:n,hasTrashedItems:e["@libre.graph.hasTrashedItems"]||!1,graphPermissions:void 0,canUpload:function({user:o}={}){return k(this)&&this.isOwner(o)?!0:this.graphPermissions?.includes(x.createUpload)},canDownload:function(){return!0},canBeDeleted:function({ability:o}={}){return this.disabled?o?.can("delete-all","Drive")?!0:this.graphPermissions?.includes(x.deletePermissions):!1},canRename:function({ability:o}={}){return o?.can("update-all","Drive")?!0:this.graphPermissions?.includes(x.deletePermissions)},canEditDescription:function({ability:o}={}){return o?.can("update-all","Drive")?!0:this.graphPermissions?.includes(x.deletePermissions)},canRestore:function({ability:o}={}){return this.disabled?o?.can("update-all","Drive")?!0:this.graphPermissions?.includes(x.deletePermissions):!1},canDisable:function({ability:o}={}){return this.disabled?!1:o?.can("delete-all","Drive")?!0:this.graphPermissions?.includes(x.deletePermissions)},canShare:function(){return this.graphPermissions?.includes(x.createPermissions)},canEditImage:function(){return this.disabled?!1:this.graphPermissions?.includes(x.deletePermissions)},canEditReadme:function(){return this.disabled?!1:this.graphPermissions?.includes(x.deletePermissions)},canRestoreFromTrashbin:function(){return this.graphPermissions?.includes(x.updateDeleted)},canDeleteFromTrashBin:function({user:o}={}){return k(this)&&this.isOwner(o)?!0:this.graphPermissions?.includes(x.deletePermissions)},canListVersions:function({user:o}={}){return k(this)&&this.isOwner(o)?!0:this.graphPermissions?.includes(x.readVersions)},canCreate:function(){return!0},canEditTags:function(){return!1},isMounted:function(){return!0},isReceivedShare:function(){return!1},isShareRoot:function(){return["share","mountpoint","public"].includes(e.driveType)},getDomSelector:()=>C(e.id),getDriveAliasAndItem({path:o}){return b.urlJoin(this.driveAlias,o,{leadingSlash:!1})},getWebDavUrl({path:o}){return b.urlJoin(t,o)},getWebDavTrashUrl({path:o}){return b.urlJoin(c,o)},isOwner(o){return o?.id===this.owner?.id}};return Object.defineProperty(d,"nodeId",{get(){return $(this.id)}}),d}function jt(e){return{id:e.spaceImageData.id,name:e.spaceImageData.name,etag:e.spaceImageData.eTag,extension:O({name:e.spaceImageData.name}),mimeType:e.spaceImageData.file.mimeType,type:"file",webDavPath:b.urlJoin(e.webDavPath,".space",e.spaceImageData.name),hasPreview:()=>!0,canDownload:()=>!0}}exports.DavMethod=Q;exports.DavPermission=y;exports.DavProperties=M;exports.DavProperty=a;exports.GraphSharePermission=x;exports.OCM_PROVIDER_ID=Tt;exports.SHARE_JAIL_ID=kt;exports.SetCache=I;exports.ShareType=R;exports.ShareTypes=Lt;exports.arrayIncludes=G;exports.buildDeletedResource=wt;exports.buildPublicSpaceResource=$t;exports.buildResource=It;exports.buildShareSpaceResource=Nt;exports.buildSpace=N;exports.buildSpaceImageResource=jt;exports.buildWebDavOcmPath=Y;exports.buildWebDavPublicPath=K;exports.buildWebDavSpacesPath=Re;exports.buildWebDavSpacesTrashPath=Se;exports.cacheHas=_;exports.extractDomSelector=C;exports.extractExtensionFromFile=O;exports.extractNameWithoutExtension=Rt;exports.extractNodeId=$;exports.extractParentFolderName=St;exports.extractStorageId=Pe;exports.getRelativeSpecialFolderSpacePath=Ft;exports.getSpaceManagers=Mt;exports.isManager=_t;exports.isMountPointSpaceResource=Ut;exports.isPersonalSpaceResource=k;exports.isProjectSpaceResource=Ct;exports.isPublicSpaceResource=Et;exports.isSearchResource=Pt;exports.isShareRoot=Dt;exports.isShareSpaceResource=Ot;exports.isSpaceResource=At;exports.isTrashResource=yt;
|
|
@@ -163,7 +163,6 @@ function nt(c) {
|
|
|
163
163
|
)), w.join("");
|
|
164
164
|
}
|
|
165
165
|
var ir = {};
|
|
166
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
167
166
|
ir.read = function(c, f, l, x, w) {
|
|
168
167
|
var p, s, I = w * 8 - x - 1, B = (1 << I) - 1, T = B >> 1, o = -7, A = l ? w - 1 : 0, N = l ? -1 : 1, R = c[f + A];
|
|
169
168
|
for (A += N, p = R & (1 << -o) - 1, R >>= -o, o += I; o > 0; p = p * 256 + c[f + A], A += N, o -= 8)
|
|
@@ -187,14 +186,8 @@ ir.write = function(c, f, l, x, w, p) {
|
|
|
187
186
|
;
|
|
188
187
|
c[l + R - P] |= J * 128;
|
|
189
188
|
};
|
|
190
|
-
/*!
|
|
191
|
-
* The buffer module from node.js, for the browser.
|
|
192
|
-
*
|
|
193
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
194
|
-
* @license MIT
|
|
195
|
-
*/
|
|
196
189
|
(function(c) {
|
|
197
|
-
const f = X, l = ir, x = typeof Symbol == "function" && typeof Symbol.for == "function" ? Symbol.for("nodejs.util.inspect.custom") : null;
|
|
190
|
+
const f = X, l = ir, x = typeof Symbol == "function" && typeof Symbol.for == "function" ? /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom") : null;
|
|
198
191
|
c.Buffer = o, c.SlowBuffer = Ur, c.INSPECT_MAX_BYTES = 50;
|
|
199
192
|
const w = 2147483647;
|
|
200
193
|
c.kMaxLength = w;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";const ne=require("./index-D_NPkUGY.cjs");function Je(e,t){return function(){return e.apply(t,arguments)}}const{toString:mt}=Object.prototype,{getPrototypeOf:we}=Object,{iterator:se,toStringTag:Ve}=Symbol,oe=(e=>t=>{const n=mt.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),P=e=>(e=e.toLowerCase(),t=>oe(t)===e),ie=e=>t=>typeof t===e,{isArray:M}=Array,I=ie("undefined");function V(e){return e!==null&&!I(e)&&e.constructor!==null&&!I(e.constructor)&&T(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const We=P("ArrayBuffer");function yt(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&We(e.buffer),t}const bt=ie("string"),T=ie("function"),Ke=ie("number"),W=e=>e!==null&&typeof e=="object",wt=e=>e===!0||e===!1,Y=e=>{if(oe(e)!=="object")return!1;const t=we(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Ve in e)&&!(se in e)},Et=e=>{if(!W(e)||V(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},gt=P("Date"),St=P("File"),Rt=P("Blob"),Ot=P("FileList"),Tt=e=>W(e)&&T(e.pipe),At=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||T(e.append)&&((t=oe(e))==="formdata"||t==="object"&&T(e.toString)&&e.toString()==="[object FormData]"))},xt=P("URLSearchParams"),[Ct,Nt,Pt,Ft]=["ReadableStream","Request","Response","Headers"].map(P),_t=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function K(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),M(e))for(r=0,s=e.length;r<s;r++)t.call(null,e[r],r,e);else{if(V(e))return;const i=n?Object.getOwnPropertyNames(e):Object.keys(e),o=i.length;let c;for(r=0;r<o;r++)c=i[r],t.call(null,e[c],c,e)}}function ve(e,t){if(V(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r=n.length,s;for(;r-- >0;)if(s=n[r],t===s.toLowerCase())return s;return null}const D=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:ne.global,Xe=e=>!I(e)&&e!==D;function he(){const{caseless:e,skipUndefined:t}=Xe(this)&&this||{},n={},r=(s,i)=>{const o=e&&ve(n,i)||i;Y(n[o])&&Y(s)?n[o]=he(n[o],s):Y(s)?n[o]=he({},s):M(s)?n[o]=s.slice():(!t||!I(s))&&(n[o]=s)};for(let s=0,i=arguments.length;s<i;s++)arguments[s]&&K(arguments[s],r);return n}const Ut=(e,t,n,{allOwnKeys:r}={})=>(K(t,(s,i)=>{n&&T(s)?e[i]=Je(s,n):e[i]=s},{allOwnKeys:r}),e),Lt=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Bt=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},kt=(e,t,n,r)=>{let s,i,o;const c={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),i=s.length;i-- >0;)o=s[i],(!r||r(o,e,t))&&!c[o]&&(t[o]=e[o],c[o]=!0);e=n!==!1&&we(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Dt=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},jt=e=>{if(!e)return null;if(M(e))return e;let t=e.length;if(!Ke(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},qt=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&we(Uint8Array)),Ht=(e,t)=>{const r=(e&&e[se]).call(e);let s;for(;(s=r.next())&&!s.done;){const i=s.value;t.call(e,i[0],i[1])}},It=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Mt=P("HTMLFormElement"),$t=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Ne=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),zt=P("RegExp"),Ge=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};K(n,(s,i)=>{let o;(o=t(s,i,e))!==!1&&(r[i]=o||s)}),Object.defineProperties(e,r)},Jt=e=>{Ge(e,(t,n)=>{if(T(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(T(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Vt=(e,t)=>{const n={},r=s=>{s.forEach(i=>{n[i]=!0})};return M(e)?r(e):r(String(e).split(t)),n},Wt=()=>{},Kt=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function vt(e){return!!(e&&T(e.append)&&e[Ve]==="FormData"&&e[se])}const Xt=e=>{const t=new Array(10),n=(r,s)=>{if(W(r)){if(t.indexOf(r)>=0)return;if(V(r))return r;if(!("toJSON"in r)){t[s]=r;const i=M(r)?[]:{};return K(r,(o,c)=>{const d=n(o,s+1);!I(d)&&(i[c]=d)}),t[s]=void 0,i}}return r};return n(e,0)},Gt=P("AsyncFunction"),Qt=e=>e&&(W(e)||T(e))&&T(e.then)&&T(e.catch),Qe=((e,t)=>e?setImmediate:t?((n,r)=>(D.addEventListener("message",({source:s,data:i})=>{s===D&&i===n&&r.length&&r.shift()()},!1),s=>{r.push(s),D.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",T(D.postMessage)),Zt=typeof queueMicrotask<"u"?queueMicrotask.bind(D):typeof ne.process$1<"u"&&ne.process$1.nextTick||Qe,Yt=e=>e!=null&&T(e[se]),a={isArray:M,isArrayBuffer:We,isBuffer:V,isFormData:At,isArrayBufferView:yt,isString:bt,isNumber:Ke,isBoolean:wt,isObject:W,isPlainObject:Y,isEmptyObject:Et,isReadableStream:Ct,isRequest:Nt,isResponse:Pt,isHeaders:Ft,isUndefined:I,isDate:gt,isFile:St,isBlob:Rt,isRegExp:zt,isFunction:T,isStream:Tt,isURLSearchParams:xt,isTypedArray:qt,isFileList:Ot,forEach:K,merge:he,extend:Ut,trim:_t,stripBOM:Lt,inherits:Bt,toFlatObject:kt,kindOf:oe,kindOfTest:P,endsWith:Dt,toArray:jt,forEachEntry:Ht,matchAll:It,isHTMLForm:Mt,hasOwnProperty:Ne,hasOwnProp:Ne,reduceDescriptors:Ge,freezeMethods:Jt,toObjectSet:Vt,toCamelCase:$t,noop:Wt,toFiniteNumber:Kt,findKey:ve,global:D,isContextDefined:Xe,isSpecCompliantForm:vt,toJSONObject:Xt,isAsyncFn:Gt,isThenable:Qt,setImmediate:Qe,asap:Zt,isIterable:Yt};function y(e,t,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}a.inherits(y,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:a.toJSONObject(this.config),code:this.code,status:this.status}}});const Ze=y.prototype,Ye={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Ye[e]={value:e}});Object.defineProperties(y,Ye);Object.defineProperty(Ze,"isAxiosError",{value:!0});y.from=(e,t,n,r,s,i)=>{const o=Object.create(Ze);a.toFlatObject(e,o,function(l){return l!==Error.prototype},f=>f!=="isAxiosError");const c=e&&e.message?e.message:"Error",d=t==null&&e?e.code:t;return y.call(o,c,d,n,r,s),e&&o.cause==null&&Object.defineProperty(o,"cause",{value:e,configurable:!0}),o.name=e&&e.name||"Error",i&&Object.assign(o,i),o};const en=null;function me(e){return a.isPlainObject(e)||a.isArray(e)}function et(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Pe(e,t,n){return e?e.concat(t).map(function(s,i){return s=et(s),!n&&i?"["+s+"]":s}).join(n?".":""):t}function tn(e){return a.isArray(e)&&!e.some(me)}const nn=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function ae(e,t,n){if(!a.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=a.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,p){return!a.isUndefined(p[m])});const r=n.metaTokens,s=n.visitor||l,i=n.dots,o=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&a.isSpecCompliantForm(t);if(!a.isFunction(s))throw new TypeError("visitor must be a function");function f(u){if(u===null)return"";if(a.isDate(u))return u.toISOString();if(a.isBoolean(u))return u.toString();if(!d&&a.isBlob(u))throw new y("Blob is not supported. Use a Buffer instead.");return a.isArrayBuffer(u)||a.isTypedArray(u)?d&&typeof Blob=="function"?new Blob([u]):ne.Buffer.from(u):u}function l(u,m,p){let E=u;if(u&&!p&&typeof u=="object"){if(a.endsWith(m,"{}"))m=r?m:m.slice(0,-2),u=JSON.stringify(u);else if(a.isArray(u)&&tn(u)||(a.isFileList(u)||a.endsWith(m,"[]"))&&(E=a.toArray(u)))return m=et(m),E.forEach(function(g,O){!(a.isUndefined(g)||g===null)&&t.append(o===!0?Pe([m],O,i):o===null?m:m+"[]",f(g))}),!1}return me(u)?!0:(t.append(Pe(p,m,i),f(u)),!1)}const h=[],b=Object.assign(nn,{defaultVisitor:l,convertValue:f,isVisitable:me});function S(u,m){if(!a.isUndefined(u)){if(h.indexOf(u)!==-1)throw Error("Circular reference detected in "+m.join("."));h.push(u),a.forEach(u,function(E,x){(!(a.isUndefined(E)||E===null)&&s.call(t,E,a.isString(x)?x.trim():x,m,b))===!0&&S(E,m?m.concat(x):[x])}),h.pop()}}if(!a.isObject(e))throw new TypeError("data must be an object");return S(e),t}function Fe(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Ee(e,t){this._pairs=[],e&&ae(e,this,t)}const tt=Ee.prototype;tt.append=function(t,n){this._pairs.push([t,n])};tt.toString=function(t){const n=t?function(r){return t.call(this,r,Fe)}:Fe;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function rn(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function nt(e,t,n){if(!t)return e;const r=n&&n.encode||rn;a.isFunction(n)&&(n={serialize:n});const s=n&&n.serialize;let i;if(s?i=s(t,n):i=a.isURLSearchParams(t)?t.toString():new Ee(t,n).toString(r),i){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class _e{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){a.forEach(this.handlers,function(r){r!==null&&t(r)})}}const rt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},sn=typeof URLSearchParams<"u"?URLSearchParams:Ee,on=typeof FormData<"u"?FormData:null,an=typeof Blob<"u"?Blob:null,cn={isBrowser:!0,classes:{URLSearchParams:sn,FormData:on,Blob:an},protocols:["http","https","file","blob","url","data"]},ge=typeof window<"u"&&typeof document<"u",ye=typeof navigator=="object"&&navigator||void 0,ln=ge&&(!ye||["ReactNative","NativeScript","NS"].indexOf(ye.product)<0),un=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",fn=ge&&window.location.href||"http://localhost",dn=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ge,hasStandardBrowserEnv:ln,hasStandardBrowserWebWorkerEnv:un,navigator:ye,origin:fn},Symbol.toStringTag,{value:"Module"})),R={...dn,...cn};function pn(e,t){return ae(e,new R.classes.URLSearchParams,{visitor:function(n,r,s,i){return R.isNode&&a.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)},...t})}function hn(e){return a.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function mn(e){const t={},n=Object.keys(e);let r;const s=n.length;let i;for(r=0;r<s;r++)i=n[r],t[i]=e[i];return t}function st(e){function t(n,r,s,i){let o=n[i++];if(o==="__proto__")return!0;const c=Number.isFinite(+o),d=i>=n.length;return o=!o&&a.isArray(s)?s.length:o,d?(a.hasOwnProp(s,o)?s[o]=[s[o],r]:s[o]=r,!c):((!s[o]||!a.isObject(s[o]))&&(s[o]=[]),t(n,r,s[o],i)&&a.isArray(s[o])&&(s[o]=mn(s[o])),!c)}if(a.isFormData(e)&&a.isFunction(e.entries)){const n={};return a.forEachEntry(e,(r,s)=>{t(hn(r),s,n,0)}),n}return null}function yn(e,t,n){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const v={transitional:rt,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,i=a.isObject(t);if(i&&a.isHTMLForm(t)&&(t=new FormData(t)),a.isFormData(t))return s?JSON.stringify(st(t)):t;if(a.isArrayBuffer(t)||a.isBuffer(t)||a.isStream(t)||a.isFile(t)||a.isBlob(t)||a.isReadableStream(t))return t;if(a.isArrayBufferView(t))return t.buffer;if(a.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return pn(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return ae(c?{"files[]":t}:t,d&&new d,this.formSerializer)}}return i||s?(n.setContentType("application/json",!1),yn(t)):t}],transformResponse:[function(t){const n=this.transitional||v.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(a.isResponse(t)||a.isReadableStream(t))return t;if(t&&a.isString(t)&&(r&&!this.responseType||s)){const o=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t,this.parseReviver)}catch(c){if(o)throw c.name==="SyntaxError"?y.from(c,y.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:R.classes.FormData,Blob:R.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};a.forEach(["delete","get","head","post","put","patch"],e=>{v.headers[e]={}});const bn=a.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),wn=e=>{const t={};let n,r,s;return e&&e.split(`
|
|
1
|
+
"use strict";const ne=require("./index-sTep8AuK.cjs");function Je(e,t){return function(){return e.apply(t,arguments)}}const{toString:mt}=Object.prototype,{getPrototypeOf:we}=Object,{iterator:se,toStringTag:Ve}=Symbol,oe=(e=>t=>{const n=mt.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),P=e=>(e=e.toLowerCase(),t=>oe(t)===e),ie=e=>t=>typeof t===e,{isArray:M}=Array,I=ie("undefined");function V(e){return e!==null&&!I(e)&&e.constructor!==null&&!I(e.constructor)&&T(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const We=P("ArrayBuffer");function yt(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&We(e.buffer),t}const bt=ie("string"),T=ie("function"),Ke=ie("number"),W=e=>e!==null&&typeof e=="object",wt=e=>e===!0||e===!1,Y=e=>{if(oe(e)!=="object")return!1;const t=we(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Ve in e)&&!(se in e)},Et=e=>{if(!W(e)||V(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},gt=P("Date"),St=P("File"),Rt=P("Blob"),Ot=P("FileList"),Tt=e=>W(e)&&T(e.pipe),At=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||T(e.append)&&((t=oe(e))==="formdata"||t==="object"&&T(e.toString)&&e.toString()==="[object FormData]"))},xt=P("URLSearchParams"),[Ct,Nt,Pt,Ft]=["ReadableStream","Request","Response","Headers"].map(P),_t=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function K(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),M(e))for(r=0,s=e.length;r<s;r++)t.call(null,e[r],r,e);else{if(V(e))return;const i=n?Object.getOwnPropertyNames(e):Object.keys(e),o=i.length;let c;for(r=0;r<o;r++)c=i[r],t.call(null,e[c],c,e)}}function ve(e,t){if(V(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r=n.length,s;for(;r-- >0;)if(s=n[r],t===s.toLowerCase())return s;return null}const D=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:ne.global,Xe=e=>!I(e)&&e!==D;function he(){const{caseless:e,skipUndefined:t}=Xe(this)&&this||{},n={},r=(s,i)=>{const o=e&&ve(n,i)||i;Y(n[o])&&Y(s)?n[o]=he(n[o],s):Y(s)?n[o]=he({},s):M(s)?n[o]=s.slice():(!t||!I(s))&&(n[o]=s)};for(let s=0,i=arguments.length;s<i;s++)arguments[s]&&K(arguments[s],r);return n}const Ut=(e,t,n,{allOwnKeys:r}={})=>(K(t,(s,i)=>{n&&T(s)?e[i]=Je(s,n):e[i]=s},{allOwnKeys:r}),e),Lt=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Bt=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},kt=(e,t,n,r)=>{let s,i,o;const c={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),i=s.length;i-- >0;)o=s[i],(!r||r(o,e,t))&&!c[o]&&(t[o]=e[o],c[o]=!0);e=n!==!1&&we(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Dt=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},jt=e=>{if(!e)return null;if(M(e))return e;let t=e.length;if(!Ke(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},qt=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&we(Uint8Array)),Ht=(e,t)=>{const r=(e&&e[se]).call(e);let s;for(;(s=r.next())&&!s.done;){const i=s.value;t.call(e,i[0],i[1])}},It=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Mt=P("HTMLFormElement"),$t=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Ne=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),zt=P("RegExp"),Ge=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};K(n,(s,i)=>{let o;(o=t(s,i,e))!==!1&&(r[i]=o||s)}),Object.defineProperties(e,r)},Jt=e=>{Ge(e,(t,n)=>{if(T(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(T(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Vt=(e,t)=>{const n={},r=s=>{s.forEach(i=>{n[i]=!0})};return M(e)?r(e):r(String(e).split(t)),n},Wt=()=>{},Kt=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function vt(e){return!!(e&&T(e.append)&&e[Ve]==="FormData"&&e[se])}const Xt=e=>{const t=new Array(10),n=(r,s)=>{if(W(r)){if(t.indexOf(r)>=0)return;if(V(r))return r;if(!("toJSON"in r)){t[s]=r;const i=M(r)?[]:{};return K(r,(o,c)=>{const d=n(o,s+1);!I(d)&&(i[c]=d)}),t[s]=void 0,i}}return r};return n(e,0)},Gt=P("AsyncFunction"),Qt=e=>e&&(W(e)||T(e))&&T(e.then)&&T(e.catch),Qe=((e,t)=>e?setImmediate:t?((n,r)=>(D.addEventListener("message",({source:s,data:i})=>{s===D&&i===n&&r.length&&r.shift()()},!1),s=>{r.push(s),D.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",T(D.postMessage)),Zt=typeof queueMicrotask<"u"?queueMicrotask.bind(D):typeof ne.process$1<"u"&&ne.process$1.nextTick||Qe,Yt=e=>e!=null&&T(e[se]),a={isArray:M,isArrayBuffer:We,isBuffer:V,isFormData:At,isArrayBufferView:yt,isString:bt,isNumber:Ke,isBoolean:wt,isObject:W,isPlainObject:Y,isEmptyObject:Et,isReadableStream:Ct,isRequest:Nt,isResponse:Pt,isHeaders:Ft,isUndefined:I,isDate:gt,isFile:St,isBlob:Rt,isRegExp:zt,isFunction:T,isStream:Tt,isURLSearchParams:xt,isTypedArray:qt,isFileList:Ot,forEach:K,merge:he,extend:Ut,trim:_t,stripBOM:Lt,inherits:Bt,toFlatObject:kt,kindOf:oe,kindOfTest:P,endsWith:Dt,toArray:jt,forEachEntry:Ht,matchAll:It,isHTMLForm:Mt,hasOwnProperty:Ne,hasOwnProp:Ne,reduceDescriptors:Ge,freezeMethods:Jt,toObjectSet:Vt,toCamelCase:$t,noop:Wt,toFiniteNumber:Kt,findKey:ve,global:D,isContextDefined:Xe,isSpecCompliantForm:vt,toJSONObject:Xt,isAsyncFn:Gt,isThenable:Qt,setImmediate:Qe,asap:Zt,isIterable:Yt};function y(e,t,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}a.inherits(y,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:a.toJSONObject(this.config),code:this.code,status:this.status}}});const Ze=y.prototype,Ye={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Ye[e]={value:e}});Object.defineProperties(y,Ye);Object.defineProperty(Ze,"isAxiosError",{value:!0});y.from=(e,t,n,r,s,i)=>{const o=Object.create(Ze);a.toFlatObject(e,o,function(l){return l!==Error.prototype},f=>f!=="isAxiosError");const c=e&&e.message?e.message:"Error",d=t==null&&e?e.code:t;return y.call(o,c,d,n,r,s),e&&o.cause==null&&Object.defineProperty(o,"cause",{value:e,configurable:!0}),o.name=e&&e.name||"Error",i&&Object.assign(o,i),o};const en=null;function me(e){return a.isPlainObject(e)||a.isArray(e)}function et(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Pe(e,t,n){return e?e.concat(t).map(function(s,i){return s=et(s),!n&&i?"["+s+"]":s}).join(n?".":""):t}function tn(e){return a.isArray(e)&&!e.some(me)}const nn=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function ae(e,t,n){if(!a.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=a.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,p){return!a.isUndefined(p[m])});const r=n.metaTokens,s=n.visitor||l,i=n.dots,o=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&a.isSpecCompliantForm(t);if(!a.isFunction(s))throw new TypeError("visitor must be a function");function f(u){if(u===null)return"";if(a.isDate(u))return u.toISOString();if(a.isBoolean(u))return u.toString();if(!d&&a.isBlob(u))throw new y("Blob is not supported. Use a Buffer instead.");return a.isArrayBuffer(u)||a.isTypedArray(u)?d&&typeof Blob=="function"?new Blob([u]):ne.Buffer.from(u):u}function l(u,m,p){let E=u;if(u&&!p&&typeof u=="object"){if(a.endsWith(m,"{}"))m=r?m:m.slice(0,-2),u=JSON.stringify(u);else if(a.isArray(u)&&tn(u)||(a.isFileList(u)||a.endsWith(m,"[]"))&&(E=a.toArray(u)))return m=et(m),E.forEach(function(g,O){!(a.isUndefined(g)||g===null)&&t.append(o===!0?Pe([m],O,i):o===null?m:m+"[]",f(g))}),!1}return me(u)?!0:(t.append(Pe(p,m,i),f(u)),!1)}const h=[],b=Object.assign(nn,{defaultVisitor:l,convertValue:f,isVisitable:me});function S(u,m){if(!a.isUndefined(u)){if(h.indexOf(u)!==-1)throw Error("Circular reference detected in "+m.join("."));h.push(u),a.forEach(u,function(E,x){(!(a.isUndefined(E)||E===null)&&s.call(t,E,a.isString(x)?x.trim():x,m,b))===!0&&S(E,m?m.concat(x):[x])}),h.pop()}}if(!a.isObject(e))throw new TypeError("data must be an object");return S(e),t}function Fe(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Ee(e,t){this._pairs=[],e&&ae(e,this,t)}const tt=Ee.prototype;tt.append=function(t,n){this._pairs.push([t,n])};tt.toString=function(t){const n=t?function(r){return t.call(this,r,Fe)}:Fe;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function rn(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function nt(e,t,n){if(!t)return e;const r=n&&n.encode||rn;a.isFunction(n)&&(n={serialize:n});const s=n&&n.serialize;let i;if(s?i=s(t,n):i=a.isURLSearchParams(t)?t.toString():new Ee(t,n).toString(r),i){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class _e{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){a.forEach(this.handlers,function(r){r!==null&&t(r)})}}const rt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},sn=typeof URLSearchParams<"u"?URLSearchParams:Ee,on=typeof FormData<"u"?FormData:null,an=typeof Blob<"u"?Blob:null,cn={isBrowser:!0,classes:{URLSearchParams:sn,FormData:on,Blob:an},protocols:["http","https","file","blob","url","data"]},ge=typeof window<"u"&&typeof document<"u",ye=typeof navigator=="object"&&navigator||void 0,ln=ge&&(!ye||["ReactNative","NativeScript","NS"].indexOf(ye.product)<0),un=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",fn=ge&&window.location.href||"http://localhost",dn=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ge,hasStandardBrowserEnv:ln,hasStandardBrowserWebWorkerEnv:un,navigator:ye,origin:fn},Symbol.toStringTag,{value:"Module"})),R={...dn,...cn};function pn(e,t){return ae(e,new R.classes.URLSearchParams,{visitor:function(n,r,s,i){return R.isNode&&a.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)},...t})}function hn(e){return a.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function mn(e){const t={},n=Object.keys(e);let r;const s=n.length;let i;for(r=0;r<s;r++)i=n[r],t[i]=e[i];return t}function st(e){function t(n,r,s,i){let o=n[i++];if(o==="__proto__")return!0;const c=Number.isFinite(+o),d=i>=n.length;return o=!o&&a.isArray(s)?s.length:o,d?(a.hasOwnProp(s,o)?s[o]=[s[o],r]:s[o]=r,!c):((!s[o]||!a.isObject(s[o]))&&(s[o]=[]),t(n,r,s[o],i)&&a.isArray(s[o])&&(s[o]=mn(s[o])),!c)}if(a.isFormData(e)&&a.isFunction(e.entries)){const n={};return a.forEachEntry(e,(r,s)=>{t(hn(r),s,n,0)}),n}return null}function yn(e,t,n){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const v={transitional:rt,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,i=a.isObject(t);if(i&&a.isHTMLForm(t)&&(t=new FormData(t)),a.isFormData(t))return s?JSON.stringify(st(t)):t;if(a.isArrayBuffer(t)||a.isBuffer(t)||a.isStream(t)||a.isFile(t)||a.isBlob(t)||a.isReadableStream(t))return t;if(a.isArrayBufferView(t))return t.buffer;if(a.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return pn(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return ae(c?{"files[]":t}:t,d&&new d,this.formSerializer)}}return i||s?(n.setContentType("application/json",!1),yn(t)):t}],transformResponse:[function(t){const n=this.transitional||v.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(a.isResponse(t)||a.isReadableStream(t))return t;if(t&&a.isString(t)&&(r&&!this.responseType||s)){const o=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t,this.parseReviver)}catch(c){if(o)throw c.name==="SyntaxError"?y.from(c,y.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:R.classes.FormData,Blob:R.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};a.forEach(["delete","get","head","post","put","patch"],e=>{v.headers[e]={}});const bn=a.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),wn=e=>{const t={};let n,r,s;return e&&e.split(`
|
|
2
2
|
`).forEach(function(o){s=o.indexOf(":"),n=o.substring(0,s).trim().toLowerCase(),r=o.substring(s+1).trim(),!(!n||t[n]&&bn[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},Ue=Symbol("internals");function J(e){return e&&String(e).trim().toLowerCase()}function ee(e){return e===!1||e==null?e:a.isArray(e)?e.map(ee):String(e)}function En(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const gn=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function fe(e,t,n,r,s){if(a.isFunction(r))return r.call(this,t,n);if(s&&(t=n),!!a.isString(t)){if(a.isString(r))return t.indexOf(r)!==-1;if(a.isRegExp(r))return r.test(t)}}function Sn(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Rn(e,t){const n=a.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(s,i,o){return this[r].call(this,t,s,i,o)},configurable:!0})})}let A=class{constructor(t){t&&this.set(t)}set(t,n,r){const s=this;function i(c,d,f){const l=J(d);if(!l)throw new Error("header name must be a non-empty string");const h=a.findKey(s,l);(!h||s[h]===void 0||f===!0||f===void 0&&s[h]!==!1)&&(s[h||d]=ee(c))}const o=(c,d)=>a.forEach(c,(f,l)=>i(f,l,d));if(a.isPlainObject(t)||t instanceof this.constructor)o(t,n);else if(a.isString(t)&&(t=t.trim())&&!gn(t))o(wn(t),n);else if(a.isObject(t)&&a.isIterable(t)){let c={},d,f;for(const l of t){if(!a.isArray(l))throw TypeError("Object iterator must return a key-value pair");c[f=l[0]]=(d=c[f])?a.isArray(d)?[...d,l[1]]:[d,l[1]]:l[1]}o(c,n)}else t!=null&&i(n,t,r);return this}get(t,n){if(t=J(t),t){const r=a.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return En(s);if(a.isFunction(n))return n.call(this,s,r);if(a.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=J(t),t){const r=a.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||fe(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function i(o){if(o=J(o),o){const c=a.findKey(r,o);c&&(!n||fe(r,r[c],c,n))&&(delete r[c],s=!0)}}return a.isArray(t)?t.forEach(i):i(t),s}clear(t){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const i=n[r];(!t||fe(this,this[i],i,t,!0))&&(delete this[i],s=!0)}return s}normalize(t){const n=this,r={};return a.forEach(this,(s,i)=>{const o=a.findKey(r,i);if(o){n[o]=ee(s),delete n[i];return}const c=t?Sn(i):String(i).trim();c!==i&&delete n[i],n[c]=ee(s),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return a.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=t&&a.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
|
|
3
3
|
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[Ue]=this[Ue]={accessors:{}}).accessors,s=this.prototype;function i(o){const c=J(o);r[c]||(Rn(s,o),r[c]=!0)}return a.isArray(t)?t.forEach(i):i(t),this}};A.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);a.reduceDescriptors(A.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});a.freezeMethods(A);function de(e,t){const n=this||v,r=t||n,s=A.from(r.headers);let i=r.data;return a.forEach(e,function(c){i=c.call(n,i,s.normalize(),t?t.status:void 0)}),s.normalize(),i}function ot(e){return!!(e&&e.__CANCEL__)}function $(e,t,n){y.call(this,e??"canceled",y.ERR_CANCELED,t,n),this.name="CanceledError"}a.inherits($,y,{__CANCEL__:!0});function it(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new y("Request failed with status code "+n.status,[y.ERR_BAD_REQUEST,y.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function On(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Tn(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,i=0,o;return t=t!==void 0?t:1e3,function(d){const f=Date.now(),l=r[i];o||(o=f),n[s]=d,r[s]=f;let h=i,b=0;for(;h!==s;)b+=n[h++],h=h%e;if(s=(s+1)%e,s===i&&(i=(i+1)%e),f-o<t)return;const S=l&&f-l;return S?Math.round(b*1e3/S):void 0}}function An(e,t){let n=0,r=1e3/t,s,i;const o=(f,l=Date.now())=>{n=l,s=null,i&&(clearTimeout(i),i=null),e(...f)};return[(...f)=>{const l=Date.now(),h=l-n;h>=r?o(f,l):(s=f,i||(i=setTimeout(()=>{i=null,o(s)},r-h)))},()=>s&&o(s)]}const re=(e,t,n=3)=>{let r=0;const s=Tn(50,250);return An(i=>{const o=i.loaded,c=i.lengthComputable?i.total:void 0,d=o-r,f=s(d),l=o<=c;r=o;const h={loaded:o,total:c,progress:c?o/c:void 0,bytes:d,rate:f||void 0,estimated:f&&c&&l?(c-o)/f:void 0,event:i,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(h)},n)},Le=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Be=e=>(...t)=>a.asap(()=>e(...t)),xn=R.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,R.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(R.origin),R.navigator&&/(msie|trident)/i.test(R.navigator.userAgent)):()=>!0,Cn=R.hasStandardBrowserEnv?{write(e,t,n,r,s,i,o){if(typeof document>"u")return;const c=[`${e}=${encodeURIComponent(t)}`];a.isNumber(n)&&c.push(`expires=${new Date(n).toUTCString()}`),a.isString(r)&&c.push(`path=${r}`),a.isString(s)&&c.push(`domain=${s}`),i===!0&&c.push("secure"),a.isString(o)&&c.push(`SameSite=${o}`),document.cookie=c.join("; ")},read(e){if(typeof document>"u")return null;const t=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return t?decodeURIComponent(t[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};function Nn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Pn(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function at(e,t,n){let r=!Nn(t);return e&&(r||n==!1)?Pn(e,t):t}const ke=e=>e instanceof A?{...e}:e;function q(e,t){t=t||{};const n={};function r(f,l,h,b){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}function s(f,l,h,b){if(a.isUndefined(l)){if(!a.isUndefined(f))return r(void 0,f,h,b)}else return r(f,l,h,b)}function i(f,l){if(!a.isUndefined(l))return r(void 0,l)}function o(f,l){if(a.isUndefined(l)){if(!a.isUndefined(f))return r(void 0,f)}else return r(void 0,l)}function c(f,l,h){if(h in t)return r(f,l);if(h in e)return r(void 0,f)}const d={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:c,headers:(f,l,h)=>s(ke(f),ke(l),h,!0)};return a.forEach(Object.keys({...e,...t}),function(l){const h=d[l]||s,b=h(e[l],t[l],l);a.isUndefined(b)&&h!==c||(n[l]=b)}),n}const ct=e=>{const t=q({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:i,headers:o,auth:c}=t;if(t.headers=o=A.from(o),t.url=nt(at(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),c&&o.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),a.isFormData(n)){if(R.hasStandardBrowserEnv||R.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if(a.isFunction(n.getHeaders)){const d=n.getHeaders(),f=["content-type","content-length"];Object.entries(d).forEach(([l,h])=>{f.includes(l.toLowerCase())&&o.set(l,h)})}}if(R.hasStandardBrowserEnv&&(r&&a.isFunction(r)&&(r=r(t)),r||r!==!1&&xn(t.url))){const d=s&&i&&Cn.read(i);d&&o.set(s,d)}return t},Fn=typeof XMLHttpRequest<"u",_n=Fn&&function(e){return new Promise(function(n,r){const s=ct(e);let i=s.data;const o=A.from(s.headers).normalize();let{responseType:c,onUploadProgress:d,onDownloadProgress:f}=s,l,h,b,S,u;function m(){S&&S(),u&&u(),s.cancelToken&&s.cancelToken.unsubscribe(l),s.signal&&s.signal.removeEventListener("abort",l)}let p=new XMLHttpRequest;p.open(s.method.toUpperCase(),s.url,!0),p.timeout=s.timeout;function E(){if(!p)return;const g=A.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),N={data:!c||c==="text"||c==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:g,config:e,request:p};it(function(C){n(C),m()},function(C){r(C),m()},N),p=null}"onloadend"in p?p.onloadend=E:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(E)},p.onabort=function(){p&&(r(new y("Request aborted",y.ECONNABORTED,e,p)),p=null)},p.onerror=function(O){const N=O&&O.message?O.message:"Network Error",B=new y(N,y.ERR_NETWORK,e,p);B.event=O||null,r(B),p=null},p.ontimeout=function(){let O=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const N=s.transitional||rt;s.timeoutErrorMessage&&(O=s.timeoutErrorMessage),r(new y(O,N.clarifyTimeoutError?y.ETIMEDOUT:y.ECONNABORTED,e,p)),p=null},i===void 0&&o.setContentType(null),"setRequestHeader"in p&&a.forEach(o.toJSON(),function(O,N){p.setRequestHeader(N,O)}),a.isUndefined(s.withCredentials)||(p.withCredentials=!!s.withCredentials),c&&c!=="json"&&(p.responseType=s.responseType),f&&([b,u]=re(f,!0),p.addEventListener("progress",b)),d&&p.upload&&([h,S]=re(d),p.upload.addEventListener("progress",h),p.upload.addEventListener("loadend",S)),(s.cancelToken||s.signal)&&(l=g=>{p&&(r(!g||g.type?new $(null,e,p):g),p.abort(),p=null)},s.cancelToken&&s.cancelToken.subscribe(l),s.signal&&(s.signal.aborted?l():s.signal.addEventListener("abort",l)));const x=On(s.url);if(x&&R.protocols.indexOf(x)===-1){r(new y("Unsupported protocol "+x+":",y.ERR_BAD_REQUEST,e));return}p.send(i||null)})},Un=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,s;const i=function(f){if(!s){s=!0,c();const l=f instanceof Error?f:this.reason;r.abort(l instanceof y?l:new $(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,i(new y(`timeout ${t} of ms exceeded`,y.ETIMEDOUT))},t);const c=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(f=>{f.unsubscribe?f.unsubscribe(i):f.removeEventListener("abort",i)}),e=null)};e.forEach(f=>f.addEventListener("abort",i));const{signal:d}=r;return d.unsubscribe=()=>a.asap(c),d}},Ln=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,s;for(;r<n;)s=r+t,yield e.slice(r,s),r=s},Bn=async function*(e,t){for await(const n of kn(e))yield*Ln(n,t)},kn=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:r}=await t.read();if(n)break;yield r}}finally{await t.cancel()}},De=(e,t,n,r)=>{const s=Bn(e,t);let i=0,o,c=d=>{o||(o=!0,r&&r(d))};return new ReadableStream({async pull(d){try{const{done:f,value:l}=await s.next();if(f){c(),d.close();return}let h=l.byteLength;if(n){let b=i+=h;n(b)}d.enqueue(new Uint8Array(l))}catch(f){throw c(f),f}},cancel(d){return c(d),s.return()}},{highWaterMark:2})},je=64*1024,{isFunction:Z}=a,Dn=(({Request:e,Response:t})=>({Request:e,Response:t}))(a.global),{ReadableStream:qe,TextEncoder:He}=a.global,Ie=(e,...t)=>{try{return!!e(...t)}catch{return!1}},jn=e=>{e=a.merge.call({skipUndefined:!0},Dn,e);const{fetch:t,Request:n,Response:r}=e,s=t?Z(t):typeof fetch=="function",i=Z(n),o=Z(r);if(!s)return!1;const c=s&&Z(qe),d=s&&(typeof He=="function"?(u=>m=>u.encode(m))(new He):async u=>new Uint8Array(await new n(u).arrayBuffer())),f=i&&c&&Ie(()=>{let u=!1;const m=new n(R.origin,{body:new qe,method:"POST",get duplex(){return u=!0,"half"}}).headers.has("Content-Type");return u&&!m}),l=o&&c&&Ie(()=>a.isReadableStream(new r("").body)),h={stream:l&&(u=>u.body)};s&&["text","arrayBuffer","blob","formData","stream"].forEach(u=>{!h[u]&&(h[u]=(m,p)=>{let E=m&&m[u];if(E)return E.call(m);throw new y(`Response type '${u}' is not supported`,y.ERR_NOT_SUPPORT,p)})});const b=async u=>{if(u==null)return 0;if(a.isBlob(u))return u.size;if(a.isSpecCompliantForm(u))return(await new n(R.origin,{method:"POST",body:u}).arrayBuffer()).byteLength;if(a.isArrayBufferView(u)||a.isArrayBuffer(u))return u.byteLength;if(a.isURLSearchParams(u)&&(u=u+""),a.isString(u))return(await d(u)).byteLength},S=async(u,m)=>{const p=a.toFiniteNumber(u.getContentLength());return p??b(m)};return async u=>{let{url:m,method:p,data:E,signal:x,cancelToken:g,timeout:O,onDownloadProgress:N,onUploadProgress:B,responseType:C,headers:le,withCredentials:X="same-origin",fetchOptions:Re}=ct(u),Oe=t||fetch;C=C?(C+"").toLowerCase():"text";let G=Un([x,g&&g.toAbortSignal()],O),z=null;const k=G&&G.unsubscribe&&(()=>{G.unsubscribe()});let Te;try{if(B&&f&&p!=="get"&&p!=="head"&&(Te=await S(le,E))!==0){let L=new n(m,{method:"POST",body:E,duplex:"half"}),H;if(a.isFormData(E)&&(H=L.headers.get("content-type"))&&le.setContentType(H),L.body){const[ue,Q]=Le(Te,re(Be(B)));E=De(L.body,je,ue,Q)}}a.isString(X)||(X=X?"include":"omit");const F=i&&"credentials"in n.prototype,Ae={...Re,signal:G,method:p.toUpperCase(),headers:le.normalize().toJSON(),body:E,duplex:"half",credentials:F?X:void 0};z=i&&new n(m,Ae);let U=await(i?Oe(z,Re):Oe(m,Ae));const xe=l&&(C==="stream"||C==="response");if(l&&(N||xe&&k)){const L={};["status","statusText","headers"].forEach(Ce=>{L[Ce]=U[Ce]});const H=a.toFiniteNumber(U.headers.get("content-length")),[ue,Q]=N&&Le(H,re(Be(N),!0))||[];U=new r(De(U.body,je,ue,()=>{Q&&Q(),k&&k()}),L)}C=C||"text";let ht=await h[a.findKey(h,C)||"text"](U,u);return!xe&&k&&k(),await new Promise((L,H)=>{it(L,H,{data:ht,headers:A.from(U.headers),status:U.status,statusText:U.statusText,config:u,request:z})})}catch(F){throw k&&k(),F&&F.name==="TypeError"&&/Load failed|fetch/i.test(F.message)?Object.assign(new y("Network Error",y.ERR_NETWORK,u,z),{cause:F.cause||F}):y.from(F,F&&F.code,u,z)}}},qn=new Map,lt=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:s}=t,i=[r,s,n];let o=i.length,c=o,d,f,l=qn;for(;c--;)d=i[c],f=l.get(d),f===void 0&&l.set(d,f=c?new Map:jn(t)),l=f;return f};lt();const Se={http:en,xhr:_n,fetch:{get:lt}};a.forEach(Se,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Me=e=>`- ${e}`,Hn=e=>a.isFunction(e)||e===null||e===!1;function In(e,t){e=a.isArray(e)?e:[e];const{length:n}=e;let r,s;const i={};for(let o=0;o<n;o++){r=e[o];let c;if(s=r,!Hn(r)&&(s=Se[(c=String(r)).toLowerCase()],s===void 0))throw new y(`Unknown adapter '${c}'`);if(s&&(a.isFunction(s)||(s=s.get(t))))break;i[c||"#"+o]=s}if(!s){const o=Object.entries(i).map(([d,f])=>`adapter ${d} `+(f===!1?"is not supported by the environment":"is not available in the build"));let c=n?o.length>1?`since :
|
|
4
4
|
`+o.map(Me).join(`
|
|
5
|
-
`):" "+Me(o[0]):"as no adapter specified";throw new y("There is no suitable adapter to dispatch the request "+c,"ERR_NOT_SUPPORT")}return s}const ut={getAdapter:In,adapters:Se};function pe(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new $(null,e)}function $e(e){return pe(e),e.headers=A.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||v.adapter,e)(e).then(function(r){return pe(e),r.data=de.call(e,e.transformResponse,r),r.headers=A.from(r.headers),r},function(r){return ot(r)||(pe(e),r&&r.response&&(r.response.data=de.call(e,e.transformResponse,r.response),r.response.headers=A.from(r.response.headers))),Promise.reject(r)})}const ft="1.13.
|
|
5
|
+
`):" "+Me(o[0]):"as no adapter specified";throw new y("There is no suitable adapter to dispatch the request "+c,"ERR_NOT_SUPPORT")}return s}const ut={getAdapter:In,adapters:Se};function pe(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new $(null,e)}function $e(e){return pe(e),e.headers=A.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||v.adapter,e)(e).then(function(r){return pe(e),r.data=de.call(e,e.transformResponse,r),r.headers=A.from(r.headers),r},function(r){return ot(r)||(pe(e),r&&r.response&&(r.response.data=de.call(e,e.transformResponse,r.response),r.response.headers=A.from(r.response.headers))),Promise.reject(r)})}const ft="1.13.2",ce={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ce[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const ze={};ce.transitional=function(t,n,r){function s(i,o){return"[Axios v"+ft+"] Transitional option '"+i+"'"+o+(r?". "+r:"")}return(i,o,c)=>{if(t===!1)throw new y(s(o," has been removed"+(n?" in "+n:"")),y.ERR_DEPRECATED);return n&&!ze[o]&&(ze[o]=!0,console.warn(s(o," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(i,o,c):!0}};ce.spelling=function(t){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${t}`),!0)};function Mn(e,t,n){if(typeof e!="object")throw new y("options must be an object",y.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const i=r[s],o=t[i];if(o){const c=e[i],d=c===void 0||o(c,i,e);if(d!==!0)throw new y("option "+i+" must be "+d,y.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new y("Unknown option "+i,y.ERR_BAD_OPTION)}}const te={assertOptions:Mn,validators:ce},_=te.validators;let j=class{constructor(t){this.defaults=t||{},this.interceptors={request:new _e,response:new _e}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const i=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
6
6
|
`+i):r.stack=i}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=q(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:i}=n;r!==void 0&&te.assertOptions(r,{silentJSONParsing:_.transitional(_.boolean),forcedJSONParsing:_.transitional(_.boolean),clarifyTimeoutError:_.transitional(_.boolean)},!1),s!=null&&(a.isFunction(s)?n.paramsSerializer={serialize:s}:te.assertOptions(s,{encode:_.function,serialize:_.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),te.assertOptions(n,{baseUrl:_.spelling("baseURL"),withXsrfToken:_.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=i&&a.merge(i.common,i[n.method]);i&&a.forEach(["delete","get","head","post","put","patch","common"],u=>{delete i[u]}),n.headers=A.concat(o,i);const c=[];let d=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(n)===!1||(d=d&&m.synchronous,c.unshift(m.fulfilled,m.rejected))});const f=[];this.interceptors.response.forEach(function(m){f.push(m.fulfilled,m.rejected)});let l,h=0,b;if(!d){const u=[$e.bind(this),void 0];for(u.unshift(...c),u.push(...f),b=u.length,l=Promise.resolve(n);h<b;)l=l.then(u[h++],u[h++]);return l}b=c.length;let S=n;for(;h<b;){const u=c[h++],m=c[h++];try{S=u(S)}catch(p){m.call(this,p);break}}try{l=$e.call(this,S)}catch(u){return Promise.reject(u)}for(h=0,b=f.length;h<b;)l=l.then(f[h++],f[h++]);return l}getUri(t){t=q(this.defaults,t);const n=at(t.baseURL,t.url,t.allowAbsoluteUrls);return nt(n,t.params,t.paramsSerializer)}};a.forEach(["delete","get","head","options"],function(t){j.prototype[t]=function(n,r){return this.request(q(r||{},{method:t,url:n,data:(r||{}).data}))}});a.forEach(["post","put","patch"],function(t){function n(r){return function(i,o,c){return this.request(q(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:i,data:o}))}}j.prototype[t]=n(),j.prototype[t+"Form"]=n(!0)});let $n=class dt{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(i){n=i});const r=this;this.promise.then(s=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](s);r._listeners=null}),this.promise.then=s=>{let i;const o=new Promise(c=>{r.subscribe(c),i=c}).then(s);return o.cancel=function(){r.unsubscribe(i)},o},t(function(i,o,c){r.reason||(r.reason=new $(i,o,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new dt(function(s){t=s}),cancel:t}}};function zn(e){return function(n){return e.apply(null,n)}}function Jn(e){return a.isObject(e)&&e.isAxiosError===!0}const be={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(be).forEach(([e,t])=>{be[t]=e});function pt(e){const t=new j(e),n=Je(j.prototype.request,t);return a.extend(n,j.prototype,t,{allOwnKeys:!0}),a.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return pt(q(e,s))},n}const w=pt(v);w.Axios=j;w.CanceledError=$;w.CancelToken=$n;w.isCancel=ot;w.VERSION=ft;w.toFormData=ae;w.AxiosError=y;w.Cancel=w.CanceledError;w.all=function(t){return Promise.all(t)};w.spread=zn;w.isAxiosError=Jn;w.mergeConfig=q;w.AxiosHeaders=A;w.formToJSON=e=>st(a.isHTMLForm(e)?new FormData(e):e);w.getAdapter=ut.getAdapter;w.HttpStatusCode=be;w.default=w;const{Axios:Kn,AxiosError:vn,CanceledError:Xn,isCancel:Gn,CancelToken:Qn,VERSION:Zn,all:Yn,Cancel:er,isAxiosError:tr,spread:nr,toFormData:rr,AxiosHeaders:sr,HttpStatusCode:or,formToJSON:ir,getAdapter:ar,mergeConfig:cr}=w;exports.axios=w;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as Ce, g as mt, B as yt } from "./index-
|
|
1
|
+
import { p as Ce, g as mt, B as yt } from "./index-8RyXehLU.js";
|
|
2
2
|
function Je(e, t) {
|
|
3
3
|
return function() {
|
|
4
4
|
return e.apply(t, arguments);
|
|
@@ -634,7 +634,7 @@ const En = a.toObjectSet([
|
|
|
634
634
|
`).forEach(function(o) {
|
|
635
635
|
s = o.indexOf(":"), n = o.substring(0, s).trim().toLowerCase(), r = o.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);
|
|
636
636
|
}), t;
|
|
637
|
-
}, Ue = Symbol("internals");
|
|
637
|
+
}, Ue = /* @__PURE__ */ Symbol("internals");
|
|
638
638
|
function J(e) {
|
|
639
639
|
return e && String(e).trim().toLowerCase();
|
|
640
640
|
}
|
|
@@ -1396,7 +1396,7 @@ function $e(e) {
|
|
|
1396
1396
|
), r.response.headers = A.from(r.response.headers))), Promise.reject(r);
|
|
1397
1397
|
});
|
|
1398
1398
|
}
|
|
1399
|
-
const ft = "1.13.
|
|
1399
|
+
const ft = "1.13.2", ae = {};
|
|
1400
1400
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1401
1401
|
ae[e] = function(r) {
|
|
1402
1402
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|