@opencloud-eu/web-client 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{functions-DK4H9weO.js → functions-DSF_kNxK.js} +52 -53
- package/dist/functions-Ff26PgXQ.cjs +1 -0
- package/dist/{index-CAp89HBO.cjs → index-BYVVa_6N.cjs} +14 -14
- package/dist/{index-BMRpHyp4.js → index-BnUvwDzR.js} +10 -10
- package/dist/index-Bxm5RQq5.cjs +1 -0
- package/dist/{index-BZHg3VRz.js → index-DgKiY_JM.js} +709 -695
- package/dist/src/ocs/capabilities.d.ts +1 -0
- package/dist/src/webdav/getFileUrl.d.ts +3 -1
- package/dist/web-client/graph.cjs +1 -1
- package/dist/web-client/graph.js +1 -1
- package/dist/web-client/webdav.cjs +1 -1
- package/dist/web-client/webdav.js +2 -2
- package/dist/web-client.cjs +1 -1
- package/dist/web-client.js +5 -5
- package/package.json +1 -1
- package/dist/functions-Bp-DjU7_.cjs +0 -1
- package/dist/index-B21Ll1ii.cjs +0 -1
|
@@ -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
|
|
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-XlfBosfh.js";
|
|
2
2
|
import { p as Se } from "./index-JHVTaNRI.js";
|
|
3
|
-
function
|
|
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-CgHWCW2N.cjs"),Ie=require("./index-D_NPkUGY.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;
|