@opencloud-eu/web-pkg 2.2.0 → 2.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/{TextEditor-Czv8awPg.js → TextEditor-CaoYc1_7.js} +1 -1
- package/dist/assets/{worker-4Sj2EDss.js → worker-BpoAv3gP.js} +20 -20
- package/dist/assets/{worker-DNa_GQd0.js → worker-CppfaVl3.js} +29 -29
- package/dist/assets/{worker-BgOcJUCv.js → worker-Dlj5LBOt.js} +20 -20
- package/dist/{index-BJ_SQhGu.js → index-BeMHBWr5.js} +796 -794
- package/dist/web-pkg.js +2 -2
- package/dist/web-pkg.umd.cjs +4 -4
- package/package.json +3 -3
|
@@ -3,10 +3,10 @@ var Af = (e) => {
|
|
|
3
3
|
throw TypeError(e);
|
|
4
4
|
};
|
|
5
5
|
var Ev = (e, t, n) => t in e ? Sv(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
6
|
-
var ye = (e, t, n) => Ev(e, typeof t != "symbol" ? t + "" : t, n),
|
|
7
|
-
var Ie = (e, t, n) => (
|
|
8
|
-
import { isFunction as Nt, hasChanged as
|
|
9
|
-
import { extractNameWithoutExtension as
|
|
6
|
+
var ye = (e, t, n) => Ev(e, typeof t != "symbol" ? t + "" : t, n), oa = (e, t, n) => t.has(e) || Af("Cannot " + n);
|
|
7
|
+
var Ie = (e, t, n) => (oa(e, t, "read from private field"), n ? n.call(e) : t.get(e)), An = (e, t, n) => t.has(e) ? Af("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), Ft = (e, t, n, r) => (oa(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), Rr = (e, t, n) => (oa(e, t, "access private method"), n);
|
|
8
|
+
import { isFunction as Nt, hasChanged as jr, extend as _n, isObject as an, toRawType as gg, EMPTY_OBJ as si, hasOwn as no, isArray as lt, isSymbol as Ni, makeMap as Av, isIntegerKey as iu, capitalize as ro, isMap as Ei, isSet as Tv, isPlainObject as _v, def as xv, NOOP as Ai, isString as yr, normalizeClass as Je, normalizeStyle as Po, isOn as Cv, toHandlerKey as mg, EMPTY_ARR as Rv, isPromise as Iv, getGlobalThis as $o, camelize as io, hyphenate as Ov, looseToNumber as Tf, invokeArrayFns as Pv, toDisplayString as Ce, normalizeProps as yg } from "@vue/shared";
|
|
9
|
+
import { extractNameWithoutExtension as su, HttpError as Pr, extractExtensionFromFile as bg, isShareSpaceResource as Dt, SharePermissionBit as $v, urlJoin as nn, graph as Fv, ocs as Nv, webdav as kv, call as Vn, buildIncomingShareResource as ou, isPersonalSpaceResource as zr, isPublicSpaceResource as ki, buildResource as Lv, buildOutgoingShareResource as vg, isProjectSpaceResource as We, ShareTypes as Dn, isMountPointSpaceResource as xi, buildShareSpaceResource as Dv, buildSpace as wg, extractStorageId as Fo, isSearchResource as Mv, SHARE_JAIL_ID as Bv, isShareResource as Yi, OCM_PROVIDER_ID as Sg, createHttpError as au, isTrashResource as No, isIncomingShareResource as lu, GraphSharePermission as _f, getPermissionsForSpaceMember as jv, isSpaceResource as ei, isShareRoot as Uv, extractParentFolderName as qv, getRelativeSpecialFolderSpacePath as Vv, buildSpaceImageResource as Eg, isCollaboratorShare as xf, isLinkShare as Cf, extractDomSelector as Ag, getSpaceManagers as Wv } from "@opencloud-eu/web-client";
|
|
10
10
|
import { useAbility as zv } from "@casl/vue";
|
|
11
11
|
import { useGettext as Pe } from "vue3-gettext";
|
|
12
12
|
import Tg from "fuse.js";
|
|
@@ -43,28 +43,28 @@ function g0(e) {
|
|
|
43
43
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
44
44
|
}
|
|
45
45
|
var $g = { exports: {} }, kt = $g.exports = {}, Xn, Yn;
|
|
46
|
-
function
|
|
46
|
+
function Rc() {
|
|
47
47
|
throw new Error("setTimeout has not been defined");
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function Ic() {
|
|
50
50
|
throw new Error("clearTimeout has not been defined");
|
|
51
51
|
}
|
|
52
52
|
(function() {
|
|
53
53
|
try {
|
|
54
|
-
typeof setTimeout == "function" ? Xn = setTimeout : Xn =
|
|
54
|
+
typeof setTimeout == "function" ? Xn = setTimeout : Xn = Rc;
|
|
55
55
|
} catch {
|
|
56
|
-
Xn =
|
|
56
|
+
Xn = Rc;
|
|
57
57
|
}
|
|
58
58
|
try {
|
|
59
|
-
typeof clearTimeout == "function" ? Yn = clearTimeout : Yn =
|
|
59
|
+
typeof clearTimeout == "function" ? Yn = clearTimeout : Yn = Ic;
|
|
60
60
|
} catch {
|
|
61
|
-
Yn =
|
|
61
|
+
Yn = Ic;
|
|
62
62
|
}
|
|
63
63
|
})();
|
|
64
64
|
function Fg(e) {
|
|
65
65
|
if (Xn === setTimeout)
|
|
66
66
|
return setTimeout(e, 0);
|
|
67
|
-
if ((Xn ===
|
|
67
|
+
if ((Xn === Rc || !Xn) && setTimeout)
|
|
68
68
|
return Xn = setTimeout, setTimeout(e, 0);
|
|
69
69
|
try {
|
|
70
70
|
return Xn(e, 0);
|
|
@@ -79,7 +79,7 @@ function Fg(e) {
|
|
|
79
79
|
function m0(e) {
|
|
80
80
|
if (Yn === clearTimeout)
|
|
81
81
|
return clearTimeout(e);
|
|
82
|
-
if ((Yn ===
|
|
82
|
+
if ((Yn === Ic || !Yn) && clearTimeout)
|
|
83
83
|
return Yn = clearTimeout, clearTimeout(e);
|
|
84
84
|
try {
|
|
85
85
|
return Yn(e);
|
|
@@ -158,7 +158,7 @@ function br(e, ...t) {
|
|
|
158
158
|
console.warn(`[Vue warn] ${e}`, ...t);
|
|
159
159
|
}
|
|
160
160
|
let ot;
|
|
161
|
-
const
|
|
161
|
+
const aa = /* @__PURE__ */ new WeakSet();
|
|
162
162
|
class v0 {
|
|
163
163
|
constructor(t) {
|
|
164
164
|
this.fn = t, this.deps = void 0, this.depsTail = void 0, this.flags = 5, this.next = void 0, this.cleanup = void 0, this.scheduler = void 0;
|
|
@@ -167,7 +167,7 @@ class v0 {
|
|
|
167
167
|
this.flags |= 64;
|
|
168
168
|
}
|
|
169
169
|
resume() {
|
|
170
|
-
this.flags & 64 && (this.flags &= -65,
|
|
170
|
+
this.flags & 64 && (this.flags &= -65, aa.has(this) && (aa.delete(this), this.trigger()));
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
173
|
* @internal
|
|
@@ -197,16 +197,16 @@ class v0 {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
trigger() {
|
|
200
|
-
this.flags & 64 ?
|
|
200
|
+
this.flags & 64 ? aa.add(this) : this.scheduler ? this.scheduler() : this.runIfDirty();
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
203
|
* @internal
|
|
204
204
|
*/
|
|
205
205
|
runIfDirty() {
|
|
206
|
-
|
|
206
|
+
Oc(this) && this.run();
|
|
207
207
|
}
|
|
208
208
|
get dirty() {
|
|
209
|
-
return
|
|
209
|
+
return Oc(this);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
let Lg = 0, rs, is;
|
|
@@ -258,7 +258,7 @@ function Bg(e) {
|
|
|
258
258
|
}
|
|
259
259
|
e.deps = t, e.depsTail = n;
|
|
260
260
|
}
|
|
261
|
-
function
|
|
261
|
+
function Oc(e) {
|
|
262
262
|
for (let t = e.deps; t; t = t.nextDep)
|
|
263
263
|
if (t.dep.version !== t.version || t.dep.computed && (jg(t.dep.computed) || t.dep.version !== t.version))
|
|
264
264
|
return !0;
|
|
@@ -269,7 +269,7 @@ function jg(e) {
|
|
|
269
269
|
return;
|
|
270
270
|
e.globalVersion = as;
|
|
271
271
|
const t = e.dep;
|
|
272
|
-
if (e.flags |= 2, t.version > 0 && !e.isSSR && e.deps && !
|
|
272
|
+
if (e.flags |= 2, t.version > 0 && !e.isSSR && e.deps && !Oc(e)) {
|
|
273
273
|
e.flags &= -3;
|
|
274
274
|
return;
|
|
275
275
|
}
|
|
@@ -278,7 +278,7 @@ function jg(e) {
|
|
|
278
278
|
try {
|
|
279
279
|
Mg(e);
|
|
280
280
|
const s = e.fn(e._value);
|
|
281
|
-
(t.version === 0 ||
|
|
281
|
+
(t.version === 0 || jr(s, e._value)) && (e._value = s, t.version++);
|
|
282
282
|
} catch (s) {
|
|
283
283
|
throw t.version++, s;
|
|
284
284
|
} finally {
|
|
@@ -325,7 +325,7 @@ class S0 {
|
|
|
325
325
|
this.sub = t, this.dep = n, this.version = n.version, this.nextDep = this.prevDep = this.nextSub = this.prevSub = this.prevActiveLink = void 0;
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
|
-
class
|
|
328
|
+
class ko {
|
|
329
329
|
constructor(t) {
|
|
330
330
|
this.computed = t, this.version = 0, this.activeLink = void 0, this.subs = void 0, this.map = void 0, this.key = void 0, this.sc = 0, ge.env.NODE_ENV !== "production" && (this.subsHead = void 0);
|
|
331
331
|
}
|
|
@@ -385,7 +385,7 @@ function qg(e) {
|
|
|
385
385
|
}
|
|
386
386
|
const oo = /* @__PURE__ */ new WeakMap(), ti = Symbol(
|
|
387
387
|
ge.env.NODE_ENV !== "production" ? "Object iterate" : ""
|
|
388
|
-
),
|
|
388
|
+
), Pc = Symbol(
|
|
389
389
|
ge.env.NODE_ENV !== "production" ? "Map keys iterate" : ""
|
|
390
390
|
), ls = Symbol(
|
|
391
391
|
ge.env.NODE_ENV !== "production" ? "Array iterate" : ""
|
|
@@ -395,14 +395,14 @@ function tn(e, t, n) {
|
|
|
395
395
|
let r = oo.get(e);
|
|
396
396
|
r || oo.set(e, r = /* @__PURE__ */ new Map());
|
|
397
397
|
let s = r.get(n);
|
|
398
|
-
s || (r.set(n, s = new
|
|
398
|
+
s || (r.set(n, s = new ko()), s.map = r, s.key = n), ge.env.NODE_ENV !== "production" ? s.track({
|
|
399
399
|
target: e,
|
|
400
400
|
type: t,
|
|
401
401
|
key: n
|
|
402
402
|
}) : s.track();
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
function
|
|
405
|
+
function $r(e, t, n, r, s, i) {
|
|
406
406
|
const o = oo.get(e);
|
|
407
407
|
if (!o) {
|
|
408
408
|
as++;
|
|
@@ -421,7 +421,7 @@ function Pr(e, t, n, r, s, i) {
|
|
|
421
421
|
if (fu(), t === "clear")
|
|
422
422
|
o.forEach(a);
|
|
423
423
|
else {
|
|
424
|
-
const c = lt(e), u = c &&
|
|
424
|
+
const c = lt(e), u = c && iu(n);
|
|
425
425
|
if (c && n === "length") {
|
|
426
426
|
const l = Number(r);
|
|
427
427
|
o.forEach((f, d) => {
|
|
@@ -430,10 +430,10 @@ function Pr(e, t, n, r, s, i) {
|
|
|
430
430
|
} else
|
|
431
431
|
switch ((n !== void 0 || o.has(void 0)) && a(o.get(n)), u && a(o.get(ls)), t) {
|
|
432
432
|
case "add":
|
|
433
|
-
c ? u && a(o.get("length")) : (a(o.get(ti)), Ei(e) && a(o.get(
|
|
433
|
+
c ? u && a(o.get("length")) : (a(o.get(ti)), Ei(e) && a(o.get(Pc)));
|
|
434
434
|
break;
|
|
435
435
|
case "delete":
|
|
436
|
-
c || (a(o.get(ti)), Ei(e) && a(o.get(
|
|
436
|
+
c || (a(o.get(ti)), Ei(e) && a(o.get(Pc)));
|
|
437
437
|
break;
|
|
438
438
|
case "set":
|
|
439
439
|
Ei(e) && a(o.get(ti));
|
|
@@ -450,13 +450,13 @@ function gi(e) {
|
|
|
450
450
|
const t = nt(e);
|
|
451
451
|
return t === e ? t : (tn(t, "iterate", ls), vn(e) ? t : t.map(sn));
|
|
452
452
|
}
|
|
453
|
-
function
|
|
453
|
+
function Lo(e) {
|
|
454
454
|
return tn(e = nt(e), "iterate", ls), e;
|
|
455
455
|
}
|
|
456
456
|
const A0 = {
|
|
457
457
|
__proto__: null,
|
|
458
458
|
[Symbol.iterator]() {
|
|
459
|
-
return
|
|
459
|
+
return la(this, Symbol.iterator, sn);
|
|
460
460
|
},
|
|
461
461
|
concat(...e) {
|
|
462
462
|
return gi(this).concat(
|
|
@@ -464,7 +464,7 @@ const A0 = {
|
|
|
464
464
|
);
|
|
465
465
|
},
|
|
466
466
|
entries() {
|
|
467
|
-
return
|
|
467
|
+
return la(this, "entries", (e) => (e[1] = sn(e[1]), e));
|
|
468
468
|
},
|
|
469
469
|
every(e, t) {
|
|
470
470
|
return cr(this, "every", e, t, void 0, arguments);
|
|
@@ -489,17 +489,17 @@ const A0 = {
|
|
|
489
489
|
return cr(this, "forEach", e, t, void 0, arguments);
|
|
490
490
|
},
|
|
491
491
|
includes(...e) {
|
|
492
|
-
return
|
|
492
|
+
return ca(this, "includes", e);
|
|
493
493
|
},
|
|
494
494
|
indexOf(...e) {
|
|
495
|
-
return
|
|
495
|
+
return ca(this, "indexOf", e);
|
|
496
496
|
},
|
|
497
497
|
join(e) {
|
|
498
498
|
return gi(this).join(e);
|
|
499
499
|
},
|
|
500
500
|
// keys() iterator only reads `length`, no optimisation required
|
|
501
501
|
lastIndexOf(...e) {
|
|
502
|
-
return
|
|
502
|
+
return ca(this, "lastIndexOf", e);
|
|
503
503
|
},
|
|
504
504
|
map(e, t) {
|
|
505
505
|
return cr(this, "map", e, t, void 0, arguments);
|
|
@@ -539,11 +539,11 @@ const A0 = {
|
|
|
539
539
|
return Wi(this, "unshift", e);
|
|
540
540
|
},
|
|
541
541
|
values() {
|
|
542
|
-
return
|
|
542
|
+
return la(this, "values", sn);
|
|
543
543
|
}
|
|
544
544
|
};
|
|
545
|
-
function
|
|
546
|
-
const r =
|
|
545
|
+
function la(e, t, n) {
|
|
546
|
+
const r = Lo(e), s = r[t]();
|
|
547
547
|
return r !== e && !vn(e) && (s._next = s.next, s.next = () => {
|
|
548
548
|
const i = s._next();
|
|
549
549
|
return i.value && (i.value = n(i.value)), i;
|
|
@@ -551,7 +551,7 @@ function aa(e, t, n) {
|
|
|
551
551
|
}
|
|
552
552
|
const T0 = Array.prototype;
|
|
553
553
|
function cr(e, t, n, r, s, i) {
|
|
554
|
-
const o =
|
|
554
|
+
const o = Lo(e), a = o !== e && !vn(e), c = o[t];
|
|
555
555
|
if (c !== T0[t]) {
|
|
556
556
|
const f = c.apply(e, i);
|
|
557
557
|
return a ? sn(f) : f;
|
|
@@ -566,7 +566,7 @@ function cr(e, t, n, r, s, i) {
|
|
|
566
566
|
return a && s ? s(l) : l;
|
|
567
567
|
}
|
|
568
568
|
function Ff(e, t, n, r) {
|
|
569
|
-
const s =
|
|
569
|
+
const s = Lo(e);
|
|
570
570
|
let i = n;
|
|
571
571
|
return s !== e && (vn(e) ? n.length > 3 && (i = function(o, a, c) {
|
|
572
572
|
return n.call(this, o, a, c, e);
|
|
@@ -574,7 +574,7 @@ function Ff(e, t, n, r) {
|
|
|
574
574
|
return n.call(this, o, sn(a), c, e);
|
|
575
575
|
}), s[t](i, ...r);
|
|
576
576
|
}
|
|
577
|
-
function
|
|
577
|
+
function ca(e, t, n) {
|
|
578
578
|
const r = nt(e);
|
|
579
579
|
tn(r, "iterate", ls);
|
|
580
580
|
const s = r[t](...n);
|
|
@@ -626,7 +626,7 @@ class Wg {
|
|
|
626
626
|
// its class methods
|
|
627
627
|
Mt(t) ? t : r
|
|
628
628
|
);
|
|
629
|
-
return (Ni(n) ? Vg.has(n) : _0(n)) || (s || tn(t, "get", n), i) ? a : Mt(a) ? o &&
|
|
629
|
+
return (Ni(n) ? Vg.has(n) : _0(n)) || (s || tn(t, "get", n), i) ? a : Mt(a) ? o && iu(n) ? a : a.value : an(a) ? s ? gr(a) : gu(a) : a;
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
class C0 extends Wg {
|
|
@@ -640,17 +640,17 @@ class C0 extends Wg {
|
|
|
640
640
|
if (!vn(r) && !vr(r) && (i = nt(i), r = nt(r)), !lt(t) && Mt(i) && !Mt(r))
|
|
641
641
|
return c ? !1 : (i.value = r, !0);
|
|
642
642
|
}
|
|
643
|
-
const o = lt(t) &&
|
|
643
|
+
const o = lt(t) && iu(n) ? Number(n) < t.length : no(t, n), a = Reflect.set(
|
|
644
644
|
t,
|
|
645
645
|
n,
|
|
646
646
|
r,
|
|
647
647
|
Mt(t) ? t : s
|
|
648
648
|
);
|
|
649
|
-
return t === nt(s) && (o ?
|
|
649
|
+
return t === nt(s) && (o ? jr(r, i) && $r(t, "set", n, r, i) : $r(t, "add", n, r)), a;
|
|
650
650
|
}
|
|
651
651
|
deleteProperty(t, n) {
|
|
652
652
|
const r = no(t, n), s = t[n], i = Reflect.deleteProperty(t, n);
|
|
653
|
-
return i && r &&
|
|
653
|
+
return i && r && $r(t, "delete", n, void 0, s), i;
|
|
654
654
|
}
|
|
655
655
|
has(t, n) {
|
|
656
656
|
const r = Reflect.has(t, n);
|
|
@@ -681,14 +681,14 @@ class zg extends Wg {
|
|
|
681
681
|
), !0;
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
|
-
const R0 = /* @__PURE__ */ new C0(), I0 = /* @__PURE__ */ new zg(), O0 = /* @__PURE__ */ new zg(!0),
|
|
684
|
+
const R0 = /* @__PURE__ */ new C0(), I0 = /* @__PURE__ */ new zg(), O0 = /* @__PURE__ */ new zg(!0), $c = (e) => e, Ls = (e) => Reflect.getPrototypeOf(e);
|
|
685
685
|
function P0(e, t, n) {
|
|
686
686
|
return function(...r) {
|
|
687
|
-
const s = this.__v_raw, i = nt(s), o = Ei(i), a = e === "entries" || e === Symbol.iterator && o, c = e === "keys" && o, u = s[e](...r), l = n ?
|
|
687
|
+
const s = this.__v_raw, i = nt(s), o = Ei(i), a = e === "entries" || e === Symbol.iterator && o, c = e === "keys" && o, u = s[e](...r), l = n ? $c : t ? Fc : sn;
|
|
688
688
|
return !t && tn(
|
|
689
689
|
i,
|
|
690
690
|
"iterate",
|
|
691
|
-
c ?
|
|
691
|
+
c ? Pc : ti
|
|
692
692
|
), {
|
|
693
693
|
// iterator protocol
|
|
694
694
|
next() {
|
|
@@ -721,8 +721,8 @@ function $0(e, t) {
|
|
|
721
721
|
const n = {
|
|
722
722
|
get(s) {
|
|
723
723
|
const i = this.__v_raw, o = nt(i), a = nt(s);
|
|
724
|
-
e || (
|
|
725
|
-
const { has: c } = Ls(o), u = t ?
|
|
724
|
+
e || (jr(s, a) && tn(o, "get", s), tn(o, "get", a));
|
|
725
|
+
const { has: c } = Ls(o), u = t ? $c : e ? Fc : sn;
|
|
726
726
|
if (c.call(o, s))
|
|
727
727
|
return u(i.get(s));
|
|
728
728
|
if (c.call(o, a))
|
|
@@ -735,10 +735,10 @@ function $0(e, t) {
|
|
|
735
735
|
},
|
|
736
736
|
has(s) {
|
|
737
737
|
const i = this.__v_raw, o = nt(i), a = nt(s);
|
|
738
|
-
return e || (
|
|
738
|
+
return e || (jr(s, a) && tn(o, "has", s), tn(o, "has", a)), s === a ? i.has(s) : i.has(s) || i.has(a);
|
|
739
739
|
},
|
|
740
740
|
forEach(s, i) {
|
|
741
|
-
const o = this, a = o.__v_raw, c = nt(a), u = t ?
|
|
741
|
+
const o = this, a = o.__v_raw, c = nt(a), u = t ? $c : e ? Fc : sn;
|
|
742
742
|
return !e && tn(c, "iterate", ti), a.forEach((l, f) => s.call(i, u(l), u(f), o));
|
|
743
743
|
}
|
|
744
744
|
};
|
|
@@ -753,7 +753,7 @@ function $0(e, t) {
|
|
|
753
753
|
add(s) {
|
|
754
754
|
!t && !vn(s) && !vr(s) && (s = nt(s));
|
|
755
755
|
const i = nt(this);
|
|
756
|
-
return Ls(i).has.call(i, s) || (i.add(s),
|
|
756
|
+
return Ls(i).has.call(i, s) || (i.add(s), $r(i, "add", s, s)), this;
|
|
757
757
|
},
|
|
758
758
|
set(s, i) {
|
|
759
759
|
!t && !vn(i) && !vr(i) && (i = nt(i));
|
|
@@ -761,18 +761,18 @@ function $0(e, t) {
|
|
|
761
761
|
let u = a.call(o, s);
|
|
762
762
|
u ? ge.env.NODE_ENV !== "production" && Nf(o, a, s) : (s = nt(s), u = a.call(o, s));
|
|
763
763
|
const l = c.call(o, s);
|
|
764
|
-
return o.set(s, i), u ?
|
|
764
|
+
return o.set(s, i), u ? jr(i, l) && $r(o, "set", s, i, l) : $r(o, "add", s, i), this;
|
|
765
765
|
},
|
|
766
766
|
delete(s) {
|
|
767
767
|
const i = nt(this), { has: o, get: a } = Ls(i);
|
|
768
768
|
let c = o.call(i, s);
|
|
769
769
|
c ? ge.env.NODE_ENV !== "production" && Nf(i, o, s) : (s = nt(s), c = o.call(i, s));
|
|
770
770
|
const u = a ? a.call(i, s) : void 0, l = i.delete(s);
|
|
771
|
-
return c &&
|
|
771
|
+
return c && $r(i, "delete", s, void 0, u), l;
|
|
772
772
|
},
|
|
773
773
|
clear() {
|
|
774
774
|
const s = nt(this), i = s.size !== 0, o = ge.env.NODE_ENV !== "production" ? Ei(s) ? new Map(s) : new Set(s) : void 0, a = s.clear();
|
|
775
|
-
return i &&
|
|
775
|
+
return i && $r(
|
|
776
776
|
s,
|
|
777
777
|
"clear",
|
|
778
778
|
void 0,
|
|
@@ -899,7 +899,7 @@ function nt(e) {
|
|
|
899
899
|
function B0(e) {
|
|
900
900
|
return !no(e, "__v_skip") && Object.isExtensible(e) && xv(e, "__v_skip", !0), e;
|
|
901
901
|
}
|
|
902
|
-
const sn = (e) => an(e) ? gu(e) : e,
|
|
902
|
+
const sn = (e) => an(e) ? gu(e) : e, Fc = (e) => an(e) ? gr(e) : e;
|
|
903
903
|
function Mt(e) {
|
|
904
904
|
return e ? e.__v_isRef === !0 : !1;
|
|
905
905
|
}
|
|
@@ -914,7 +914,7 @@ function Qg(e, t) {
|
|
|
914
914
|
}
|
|
915
915
|
class U0 {
|
|
916
916
|
constructor(t, n) {
|
|
917
|
-
this.dep = new
|
|
917
|
+
this.dep = new ko(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = n ? t : nt(t), this._value = n ? t : sn(t), this.__v_isShallow = n;
|
|
918
918
|
}
|
|
919
919
|
get value() {
|
|
920
920
|
return ge.env.NODE_ENV !== "production" ? this.dep.track({
|
|
@@ -925,7 +925,7 @@ class U0 {
|
|
|
925
925
|
}
|
|
926
926
|
set value(t) {
|
|
927
927
|
const n = this._rawValue, r = this.__v_isShallow || vn(t) || vr(t);
|
|
928
|
-
t = r ? t : nt(t),
|
|
928
|
+
t = r ? t : nt(t), jr(t, n) && (this._rawValue = t, this._value = r ? t : sn(t), ge.env.NODE_ENV !== "production" ? this.dep.trigger({
|
|
929
929
|
target: this,
|
|
930
930
|
type: "set",
|
|
931
931
|
key: "value",
|
|
@@ -950,7 +950,7 @@ function V0(e) {
|
|
|
950
950
|
class W0 {
|
|
951
951
|
constructor(t) {
|
|
952
952
|
this.__v_isRef = !0, this._value = void 0;
|
|
953
|
-
const n = this.dep = new
|
|
953
|
+
const n = this.dep = new ko(), { get: r, set: s } = t(n.track.bind(n), n.trigger.bind(n));
|
|
954
954
|
this._get = r, this._set = s;
|
|
955
955
|
}
|
|
956
956
|
get value() {
|
|
@@ -995,7 +995,7 @@ function K0(e, t, n) {
|
|
|
995
995
|
}
|
|
996
996
|
class Q0 {
|
|
997
997
|
constructor(t, n, r) {
|
|
998
|
-
this.fn = t, this.setter = n, this._value = void 0, this.dep = new
|
|
998
|
+
this.fn = t, this.setter = n, this._value = void 0, this.dep = new ko(this), this.__v_isRef = !0, this.deps = void 0, this.depsTail = void 0, this.flags = 16, this.globalVersion = as - 1, this.next = void 0, this.effect = this, this.__v_isReadonly = !n, this.isSSR = r;
|
|
999
999
|
}
|
|
1000
1000
|
/**
|
|
1001
1001
|
* @internal
|
|
@@ -1025,8 +1025,8 @@ function X0(e, t, n = !1) {
|
|
|
1025
1025
|
return ge.env.NODE_ENV, i;
|
|
1026
1026
|
}
|
|
1027
1027
|
const Bs = {}, lo = /* @__PURE__ */ new WeakMap();
|
|
1028
|
-
let
|
|
1029
|
-
function Y0(e, t = !1, n =
|
|
1028
|
+
let Kr;
|
|
1029
|
+
function Y0(e, t = !1, n = Kr) {
|
|
1030
1030
|
if (n) {
|
|
1031
1031
|
let r = lo.get(n);
|
|
1032
1032
|
r || lo.set(n, r = []), r.push(e);
|
|
@@ -1060,12 +1060,12 @@ function J0(e, t, n = si) {
|
|
|
1060
1060
|
ws();
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
1063
|
-
const b =
|
|
1064
|
-
|
|
1063
|
+
const b = Kr;
|
|
1064
|
+
Kr = f;
|
|
1065
1065
|
try {
|
|
1066
1066
|
return c ? c(e, 3, [w]) : e(w);
|
|
1067
1067
|
} finally {
|
|
1068
|
-
|
|
1068
|
+
Kr = b;
|
|
1069
1069
|
}
|
|
1070
1070
|
} : (d = Ai, ge.env.NODE_ENV !== "production" && u(e)), t && s) {
|
|
1071
1071
|
const b = d, S = s === !0 ? 1 / 0 : s;
|
|
@@ -1085,10 +1085,10 @@ function J0(e, t, n = si) {
|
|
|
1085
1085
|
if (!(!(f.flags & 1) || !f.dirty && !b))
|
|
1086
1086
|
if (t) {
|
|
1087
1087
|
const S = f.run();
|
|
1088
|
-
if (s || m || (A ? S.some((E, x) =>
|
|
1088
|
+
if (s || m || (A ? S.some((E, x) => jr(E, g[x])) : jr(S, g))) {
|
|
1089
1089
|
y && y();
|
|
1090
|
-
const E =
|
|
1091
|
-
|
|
1090
|
+
const E = Kr;
|
|
1091
|
+
Kr = f;
|
|
1092
1092
|
try {
|
|
1093
1093
|
const x = [
|
|
1094
1094
|
S,
|
|
@@ -1101,7 +1101,7 @@ function J0(e, t, n = si) {
|
|
|
1101
1101
|
t(...x)
|
|
1102
1102
|
), g = S;
|
|
1103
1103
|
} finally {
|
|
1104
|
-
|
|
1104
|
+
Kr = E;
|
|
1105
1105
|
}
|
|
1106
1106
|
}
|
|
1107
1107
|
} else
|
|
@@ -1145,13 +1145,13 @@ function Z0(e) {
|
|
|
1145
1145
|
function ew() {
|
|
1146
1146
|
ri.pop();
|
|
1147
1147
|
}
|
|
1148
|
-
let
|
|
1148
|
+
let ua = !1;
|
|
1149
1149
|
function tt(e, ...t) {
|
|
1150
|
-
if (
|
|
1151
|
-
|
|
1150
|
+
if (ua) return;
|
|
1151
|
+
ua = !0, vs();
|
|
1152
1152
|
const n = ri.length ? ri[ri.length - 1].component : null, r = n && n.appContext.config.warnHandler, s = tw();
|
|
1153
1153
|
if (r)
|
|
1154
|
-
|
|
1154
|
+
Do(
|
|
1155
1155
|
r,
|
|
1156
1156
|
n,
|
|
1157
1157
|
11,
|
|
@@ -1174,7 +1174,7 @@ function tt(e, ...t) {
|
|
|
1174
1174
|
s.length && i.push(`
|
|
1175
1175
|
`, ...nw(s)), console.warn(...i);
|
|
1176
1176
|
}
|
|
1177
|
-
ws(),
|
|
1177
|
+
ws(), ua = !1;
|
|
1178
1178
|
}
|
|
1179
1179
|
function tw() {
|
|
1180
1180
|
let e = ri[ri.length - 1];
|
|
@@ -1249,18 +1249,18 @@ const yu = {
|
|
|
1249
1249
|
15: "component update",
|
|
1250
1250
|
16: "app unmount cleanup function"
|
|
1251
1251
|
};
|
|
1252
|
-
function
|
|
1252
|
+
function Do(e, t, n, r) {
|
|
1253
1253
|
try {
|
|
1254
1254
|
return r ? e(...r) : e();
|
|
1255
1255
|
} catch (s) {
|
|
1256
|
-
|
|
1256
|
+
Mo(s, t, n);
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
1259
|
function bu(e, t, n, r) {
|
|
1260
1260
|
if (Nt(e)) {
|
|
1261
|
-
const s =
|
|
1261
|
+
const s = Do(e, t, n, r);
|
|
1262
1262
|
return s && Iv(s) && s.catch((i) => {
|
|
1263
|
-
|
|
1263
|
+
Mo(i, t, n);
|
|
1264
1264
|
}), s;
|
|
1265
1265
|
}
|
|
1266
1266
|
if (lt(e)) {
|
|
@@ -1272,7 +1272,7 @@ function bu(e, t, n, r) {
|
|
|
1272
1272
|
`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`
|
|
1273
1273
|
);
|
|
1274
1274
|
}
|
|
1275
|
-
function
|
|
1275
|
+
function Mo(e, t, n, r = !0) {
|
|
1276
1276
|
const s = t ? t.vnode : null, { errorHandler: i, throwUnhandledErrorInProduction: o } = t && t.appContext.config || si;
|
|
1277
1277
|
if (t) {
|
|
1278
1278
|
let a = t.parent;
|
|
@@ -1287,7 +1287,7 @@ function Do(e, t, n, r = !0) {
|
|
|
1287
1287
|
a = a.parent;
|
|
1288
1288
|
}
|
|
1289
1289
|
if (i) {
|
|
1290
|
-
vs(),
|
|
1290
|
+
vs(), Do(i, null, 10, [
|
|
1291
1291
|
e,
|
|
1292
1292
|
c,
|
|
1293
1293
|
u
|
|
@@ -1367,7 +1367,7 @@ function tm(e) {
|
|
|
1367
1367
|
if (n && !(n.flags & 8)) {
|
|
1368
1368
|
if (ge.env.NODE_ENV !== "production" && t(n))
|
|
1369
1369
|
continue;
|
|
1370
|
-
n.flags & 4 && (n.flags &= -2),
|
|
1370
|
+
n.flags & 4 && (n.flags &= -2), Do(
|
|
1371
1371
|
n,
|
|
1372
1372
|
n.i,
|
|
1373
1373
|
n.i ? 15 : 14
|
|
@@ -1386,7 +1386,7 @@ function nm(e, t) {
|
|
|
1386
1386
|
const n = e.get(t) || 0;
|
|
1387
1387
|
if (n > ow) {
|
|
1388
1388
|
const r = t.i, s = r && _u(r.type);
|
|
1389
|
-
return
|
|
1389
|
+
return Mo(
|
|
1390
1390
|
`Maximum recursive updates exceeded${s ? ` in component <${s}>` : ""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,
|
|
1391
1391
|
null,
|
|
1392
1392
|
10
|
|
@@ -1395,11 +1395,11 @@ function nm(e, t) {
|
|
|
1395
1395
|
return e.set(t, n + 1), !1;
|
|
1396
1396
|
}
|
|
1397
1397
|
let us = !1;
|
|
1398
|
-
const
|
|
1398
|
+
const fa = /* @__PURE__ */ new Map();
|
|
1399
1399
|
ge.env.NODE_ENV !== "production" && ($o().__VUE_HMR_RUNTIME__ = {
|
|
1400
|
-
createRecord:
|
|
1401
|
-
rerender:
|
|
1402
|
-
reload:
|
|
1400
|
+
createRecord: da(cw),
|
|
1401
|
+
rerender: da(uw),
|
|
1402
|
+
reload: da(fw)
|
|
1403
1403
|
});
|
|
1404
1404
|
const uo = /* @__PURE__ */ new Map();
|
|
1405
1405
|
function cw(e, t) {
|
|
@@ -1424,15 +1424,15 @@ function fw(e, t) {
|
|
|
1424
1424
|
const r = [...n.instances];
|
|
1425
1425
|
for (let s = 0; s < r.length; s++) {
|
|
1426
1426
|
const i = r[s], o = fo(i.type);
|
|
1427
|
-
let a =
|
|
1428
|
-
a || (o !== n.initialDef && kf(o, t),
|
|
1427
|
+
let a = fa.get(o);
|
|
1428
|
+
a || (o !== n.initialDef && kf(o, t), fa.set(o, a = /* @__PURE__ */ new Set())), a.add(i), i.appContext.propsCache.delete(i.type), i.appContext.emitsCache.delete(i.type), i.appContext.optionsCache.delete(i.type), i.ceReload ? (a.add(i), i.ceReload(t.styles), a.delete(i)) : i.parent ? vu(() => {
|
|
1429
1429
|
us = !0, i.parent.update(), us = !1, a.delete(i);
|
|
1430
1430
|
}) : i.appContext.reload ? i.appContext.reload() : typeof window < "u" ? window.location.reload() : console.warn(
|
|
1431
1431
|
"[HMR] Root or manually mounted instance modified. Full reload required."
|
|
1432
1432
|
), i.root.ce && i !== i.root && i.root.ce._removeChildStyle(o);
|
|
1433
1433
|
}
|
|
1434
1434
|
em(() => {
|
|
1435
|
-
|
|
1435
|
+
fa.clear();
|
|
1436
1436
|
});
|
|
1437
1437
|
}
|
|
1438
1438
|
function kf(e, t) {
|
|
@@ -1440,7 +1440,7 @@ function kf(e, t) {
|
|
|
1440
1440
|
for (const n in e)
|
|
1441
1441
|
n !== "__file" && !(n in t) && delete e[n];
|
|
1442
1442
|
}
|
|
1443
|
-
function
|
|
1443
|
+
function da(e) {
|
|
1444
1444
|
return (t, n) => {
|
|
1445
1445
|
try {
|
|
1446
1446
|
return e(t, n);
|
|
@@ -1451,20 +1451,20 @@ function fa(e) {
|
|
|
1451
1451
|
}
|
|
1452
1452
|
};
|
|
1453
1453
|
}
|
|
1454
|
-
let
|
|
1454
|
+
let Fr, Ji = [], Nc = !1;
|
|
1455
1455
|
function dw(e, ...t) {
|
|
1456
|
-
|
|
1456
|
+
Fr ? Fr.emit(e, ...t) : Nc || Ji.push({ event: e, args: t });
|
|
1457
1457
|
}
|
|
1458
1458
|
function rm(e, t) {
|
|
1459
1459
|
var n, r;
|
|
1460
|
-
|
|
1460
|
+
Fr = e, Fr ? (Fr.enabled = !0, Ji.forEach(({ event: s, args: i }) => Fr.emit(s, ...i)), Ji = []) : /* handle late devtools injection - only do this if we are in an actual */ /* browser environment to avoid the timer handle stalling test runner exit */ /* (#4815) */ typeof window < "u" && // some envs mock window but not fully
|
|
1461
1461
|
window.HTMLElement && // also exclude jsdom
|
|
1462
1462
|
// eslint-disable-next-line no-restricted-syntax
|
|
1463
1463
|
!((r = (n = window.navigator) == null ? void 0 : n.userAgent) != null && r.includes("jsdom")) ? ((t.__VUE_DEVTOOLS_HOOK_REPLAY__ = t.__VUE_DEVTOOLS_HOOK_REPLAY__ || []).push((i) => {
|
|
1464
1464
|
rm(i, t);
|
|
1465
1465
|
}), setTimeout(() => {
|
|
1466
|
-
|
|
1467
|
-
}, 3e3)) : (
|
|
1466
|
+
Fr || (t.__VUE_DEVTOOLS_HOOK_REPLAY__ = null, Nc = !0, Ji = []);
|
|
1467
|
+
}, 3e3)) : (Nc = !0, Ji = []);
|
|
1468
1468
|
}
|
|
1469
1469
|
const pw = /* @__PURE__ */ hw(
|
|
1470
1470
|
"component:updated"
|
|
@@ -1524,7 +1524,7 @@ function it(e, t) {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
return e;
|
|
1526
1526
|
}
|
|
1527
|
-
const gw = Symbol("_vte"), mw = (e) => e.__isTeleport, ii = (e) => e && (e.disabled || e.disabled === ""), Df = (e) => e && (e.defer || e.defer === ""), Mf = (e) => typeof SVGElement < "u" && e instanceof SVGElement, Bf = (e) => typeof MathMLElement == "function" && e instanceof MathMLElement,
|
|
1527
|
+
const gw = Symbol("_vte"), mw = (e) => e.__isTeleport, ii = (e) => e && (e.disabled || e.disabled === ""), Df = (e) => e && (e.defer || e.defer === ""), Mf = (e) => typeof SVGElement < "u" && e instanceof SVGElement, Bf = (e) => typeof MathMLElement == "function" && e instanceof MathMLElement, kc = (e, t) => {
|
|
1528
1528
|
const n = e && e.to;
|
|
1529
1529
|
if (yr(n))
|
|
1530
1530
|
if (t) {
|
|
@@ -1564,19 +1564,19 @@ const gw = Symbol("_vte"), mw = (e) => e.__isTeleport, ii = (e) => e && (e.disab
|
|
|
1564
1564
|
c
|
|
1565
1565
|
));
|
|
1566
1566
|
}, _ = () => {
|
|
1567
|
-
const T = t.target =
|
|
1567
|
+
const T = t.target = kc(t.props, w), N = am(T, t, m, y);
|
|
1568
1568
|
T ? (o !== "svg" && Mf(T) ? o = "svg" : o !== "mathml" && Bf(T) && (o = "mathml"), v || (x(T, N), Ys(t, !1))) : ge.env.NODE_ENV !== "production" && !v && tt(
|
|
1569
1569
|
"Invalid Teleport target on mount:",
|
|
1570
1570
|
T,
|
|
1571
1571
|
`(${typeof T})`
|
|
1572
1572
|
);
|
|
1573
1573
|
};
|
|
1574
|
-
v && (x(n, E), Ys(t, !0)), Df(t.props) ?
|
|
1574
|
+
v && (x(n, E), Ys(t, !0)), Df(t.props) ? Dc(() => {
|
|
1575
1575
|
_(), t.el.__isMounted = !0;
|
|
1576
1576
|
}, i) : _();
|
|
1577
1577
|
} else {
|
|
1578
1578
|
if (Df(t.props) && !e.el.__isMounted) {
|
|
1579
|
-
|
|
1579
|
+
Dc(() => {
|
|
1580
1580
|
sm.process(
|
|
1581
1581
|
e,
|
|
1582
1582
|
t,
|
|
@@ -1621,7 +1621,7 @@ const gw = Symbol("_vte"), mw = (e) => e.__isTeleport, ii = (e) => e && (e.disab
|
|
|
1621
1621
|
1
|
|
1622
1622
|
);
|
|
1623
1623
|
else if ((t.props && t.props.to) !== (e.props && e.props.to)) {
|
|
1624
|
-
const L = t.target =
|
|
1624
|
+
const L = t.target = kc(
|
|
1625
1625
|
t.props,
|
|
1626
1626
|
w
|
|
1627
1627
|
);
|
|
@@ -1689,7 +1689,7 @@ function js(e, t, n, { o: { insert: r }, m: s }, i = 2) {
|
|
|
1689
1689
|
function yw(e, t, n, r, s, i, {
|
|
1690
1690
|
o: { nextSibling: o, parentNode: a, querySelector: c, insert: u, createText: l }
|
|
1691
1691
|
}, f) {
|
|
1692
|
-
const d = t.target =
|
|
1692
|
+
const d = t.target = kc(
|
|
1693
1693
|
t.props,
|
|
1694
1694
|
c
|
|
1695
1695
|
);
|
|
@@ -1853,9 +1853,9 @@ function Ew(e) {
|
|
|
1853
1853
|
setup() {
|
|
1854
1854
|
const w = Tn;
|
|
1855
1855
|
if (bw(w), l)
|
|
1856
|
-
return () =>
|
|
1856
|
+
return () => pa(l, w);
|
|
1857
1857
|
const m = (h) => {
|
|
1858
|
-
u = null,
|
|
1858
|
+
u = null, Mo(
|
|
1859
1859
|
h,
|
|
1860
1860
|
w,
|
|
1861
1861
|
13,
|
|
@@ -1863,7 +1863,7 @@ function Ew(e) {
|
|
|
1863
1863
|
);
|
|
1864
1864
|
};
|
|
1865
1865
|
if (a && w.suspense || Ci)
|
|
1866
|
-
return y().then((h) => () =>
|
|
1866
|
+
return y().then((h) => () => pa(h, w)).catch((h) => (m(h), () => r ? ue(r, {
|
|
1867
1867
|
error: h
|
|
1868
1868
|
}) : null));
|
|
1869
1869
|
const A = re(!1), v = re(), g = re(!!s);
|
|
@@ -1882,7 +1882,7 @@ function Ew(e) {
|
|
|
1882
1882
|
m(h), v.value = h;
|
|
1883
1883
|
}), () => {
|
|
1884
1884
|
if (A.value && l)
|
|
1885
|
-
return
|
|
1885
|
+
return pa(l, w);
|
|
1886
1886
|
if (v.value && r)
|
|
1887
1887
|
return ue(r, {
|
|
1888
1888
|
error: v.value
|
|
@@ -1893,7 +1893,7 @@ function Ew(e) {
|
|
|
1893
1893
|
}
|
|
1894
1894
|
});
|
|
1895
1895
|
}
|
|
1896
|
-
function
|
|
1896
|
+
function pa(e, t) {
|
|
1897
1897
|
const { ref: n, props: r, children: s, ce: i } = t.vnode, o = ue(e, r, s);
|
|
1898
1898
|
return o.ref = n, o.ce = i, delete t.vnode.ce, o;
|
|
1899
1899
|
}
|
|
@@ -1913,18 +1913,18 @@ function Tw(e, t, n = Tn, r = !1) {
|
|
|
1913
1913
|
);
|
|
1914
1914
|
}
|
|
1915
1915
|
}
|
|
1916
|
-
const
|
|
1916
|
+
const Bo = (e) => (t, n = Tn) => {
|
|
1917
1917
|
(!Ci || e === "sp") && Tw(e, (...r) => t(...r), n);
|
|
1918
|
-
}, zt =
|
|
1918
|
+
}, zt = Bo("m"), _w = Bo(
|
|
1919
1919
|
"bu"
|
|
1920
|
-
), Kn =
|
|
1920
|
+
), Kn = Bo(
|
|
1921
1921
|
"bum"
|
|
1922
|
-
), um =
|
|
1922
|
+
), um = Bo("um"), po = "components", xw = "directives";
|
|
1923
1923
|
function he(e, t) {
|
|
1924
1924
|
return wu(po, e, !0, t) || e;
|
|
1925
1925
|
}
|
|
1926
1926
|
const fm = Symbol.for("v-ndc");
|
|
1927
|
-
function
|
|
1927
|
+
function Hr(e) {
|
|
1928
1928
|
return yr(e) ? wu(po, e, !1) || e : e || fm;
|
|
1929
1929
|
}
|
|
1930
1930
|
function cn(e) {
|
|
@@ -1969,7 +1969,7 @@ function $t(e, t, n, r) {
|
|
|
1969
1969
|
if (o || yr(e)) {
|
|
1970
1970
|
const a = o && ni(e);
|
|
1971
1971
|
let c = !1;
|
|
1972
|
-
a && (c = !vn(e), e =
|
|
1972
|
+
a && (c = !vn(e), e = Lo(e)), s = new Array(e.length);
|
|
1973
1973
|
for (let u = 0, l = e.length; u < l; u++)
|
|
1974
1974
|
s[u] = t(
|
|
1975
1975
|
c ? sn(e[u]) : e[u],
|
|
@@ -2048,7 +2048,7 @@ function Su(e, t) {
|
|
|
2048
2048
|
n[t && /[A-Z]/.test(r) ? `on:${r}` : mg(r)] = e[r];
|
|
2049
2049
|
return n;
|
|
2050
2050
|
}
|
|
2051
|
-
const
|
|
2051
|
+
const Lc = (e) => e ? Ww(e) ? _m(e) : Lc(e.parent) : null, ha = (
|
|
2052
2052
|
// Move PURE marker to new line to workaround compiler discarding it
|
|
2053
2053
|
// due to type annotation
|
|
2054
2054
|
/* @__PURE__ */ _n(/* @__PURE__ */ Object.create(null), {
|
|
@@ -2059,8 +2059,8 @@ const kc = (e) => e ? Ww(e) ? _m(e) : kc(e.parent) : null, pa = (
|
|
|
2059
2059
|
$attrs: (e) => ge.env.NODE_ENV !== "production" ? Ms(e.attrs) : e.attrs,
|
|
2060
2060
|
$slots: (e) => ge.env.NODE_ENV !== "production" ? Ms(e.slots) : e.slots,
|
|
2061
2061
|
$refs: (e) => ge.env.NODE_ENV !== "production" ? Ms(e.refs) : e.refs,
|
|
2062
|
-
$parent: (e) =>
|
|
2063
|
-
$root: (e) =>
|
|
2062
|
+
$parent: (e) => Lc(e.parent),
|
|
2063
|
+
$root: (e) => Lc(e.root),
|
|
2064
2064
|
$host: (e) => e.ce,
|
|
2065
2065
|
$emit: (e) => e.emit,
|
|
2066
2066
|
$options: (e) => Iw(e),
|
|
@@ -2210,7 +2210,7 @@ function wr(e, t, n = !1) {
|
|
|
2210
2210
|
ge.env.NODE_ENV !== "production" && tt(`injection "${String(e)}" not found.`);
|
|
2211
2211
|
} else ge.env.NODE_ENV !== "production" && tt("inject() can only be used inside setup() or functional components.");
|
|
2212
2212
|
}
|
|
2213
|
-
const Nw = {}, mm = (e) => Object.getPrototypeOf(e) === Nw,
|
|
2213
|
+
const Nw = {}, mm = (e) => Object.getPrototypeOf(e) === Nw, Dc = jw;
|
|
2214
2214
|
function ym(e, t, n = !1) {
|
|
2215
2215
|
const r = e.children, s = t.children;
|
|
2216
2216
|
if (lt(r) && lt(s))
|
|
@@ -2260,7 +2260,7 @@ function bm(e, t, n = si) {
|
|
|
2260
2260
|
a.call = (y, w, m) => bu(y, l, w, m);
|
|
2261
2261
|
let f = !1;
|
|
2262
2262
|
i === "post" ? a.scheduler = (y) => {
|
|
2263
|
-
|
|
2263
|
+
Dc(y, l && l.suspense);
|
|
2264
2264
|
} : i !== "sync" && (f = !0, a.scheduler = (y, w) => {
|
|
2265
2265
|
w ? y() : vu(y);
|
|
2266
2266
|
}), a.augmentJob = (y) => {
|
|
@@ -2515,7 +2515,7 @@ function Vt(...e) {
|
|
|
2515
2515
|
}
|
|
2516
2516
|
let Tn = null;
|
|
2517
2517
|
const Tu = () => Tn || Zt;
|
|
2518
|
-
let
|
|
2518
|
+
let Mc;
|
|
2519
2519
|
{
|
|
2520
2520
|
const e = $o(), t = (n, r) => {
|
|
2521
2521
|
let s;
|
|
@@ -2523,7 +2523,7 @@ let Dc;
|
|
|
2523
2523
|
s.length > 1 ? s.forEach((o) => o(i)) : s[0](i);
|
|
2524
2524
|
};
|
|
2525
2525
|
};
|
|
2526
|
-
|
|
2526
|
+
Mc = t(
|
|
2527
2527
|
"__VUE_INSTANCE_SETTERS__",
|
|
2528
2528
|
(n) => Tn = n
|
|
2529
2529
|
), t(
|
|
@@ -2533,8 +2533,8 @@ let Dc;
|
|
|
2533
2533
|
}
|
|
2534
2534
|
const Tm = (e) => {
|
|
2535
2535
|
const t = Tn;
|
|
2536
|
-
return
|
|
2537
|
-
e.scope.off(),
|
|
2536
|
+
return Mc(e), e.scope.on(), () => {
|
|
2537
|
+
e.scope.off(), Mc(t);
|
|
2538
2538
|
};
|
|
2539
2539
|
};
|
|
2540
2540
|
function Ww(e) {
|
|
@@ -2600,11 +2600,11 @@ function _m(e) {
|
|
|
2600
2600
|
get(t, n) {
|
|
2601
2601
|
if (n in t)
|
|
2602
2602
|
return t[n];
|
|
2603
|
-
if (n in
|
|
2604
|
-
return
|
|
2603
|
+
if (n in ha)
|
|
2604
|
+
return ha[n](e);
|
|
2605
2605
|
},
|
|
2606
2606
|
has(t, n) {
|
|
2607
|
-
return n in t || n in
|
|
2607
|
+
return n in t || n in ha;
|
|
2608
2608
|
}
|
|
2609
2609
|
})) : e.proxy;
|
|
2610
2610
|
}
|
|
@@ -2641,7 +2641,7 @@ const B = (e, t) => {
|
|
|
2641
2641
|
}
|
|
2642
2642
|
return n;
|
|
2643
2643
|
};
|
|
2644
|
-
function
|
|
2644
|
+
function Bc(e, t, n) {
|
|
2645
2645
|
const r = arguments.length;
|
|
2646
2646
|
return r === 2 ? an(t) && !lt(t) ? go(t) ? ue(e, null, [t]) : ue(e, t) : ue(e, null, t) : (r > 3 ? n = Array.prototype.slice.call(arguments, 2) : r === 3 && go(n) && (n = [n]), ue(e, t, n));
|
|
2647
2647
|
}
|
|
@@ -2801,14 +2801,14 @@ function Xf(e) {
|
|
|
2801
2801
|
const t = e.target;
|
|
2802
2802
|
t.composing && (t.composing = !1, t.dispatchEvent(new Event("input")));
|
|
2803
2803
|
}
|
|
2804
|
-
const
|
|
2804
|
+
const ga = Symbol("_assign"), eS = {
|
|
2805
2805
|
created(e, { modifiers: { lazy: t, trim: n, number: r } }, s) {
|
|
2806
|
-
e[
|
|
2806
|
+
e[ga] = Qf(s);
|
|
2807
2807
|
const i = r || s.props && s.props.type === "number";
|
|
2808
2808
|
Hi(e, t ? "change" : "input", (o) => {
|
|
2809
2809
|
if (o.target.composing) return;
|
|
2810
2810
|
let a = e.value;
|
|
2811
|
-
n && (a = a.trim()), i && (a = Tf(a)), e[
|
|
2811
|
+
n && (a = a.trim()), i && (a = Tf(a)), e[ga](a);
|
|
2812
2812
|
}), n && Hi(e, "change", () => {
|
|
2813
2813
|
e.value = e.value.trim();
|
|
2814
2814
|
}), t || (Hi(e, "compositionstart", Zw), Hi(e, "compositionend", Xf), Hi(e, "change", Xf));
|
|
@@ -2818,7 +2818,7 @@ const ha = Symbol("_assign"), eS = {
|
|
|
2818
2818
|
e.value = t ?? "";
|
|
2819
2819
|
},
|
|
2820
2820
|
beforeUpdate(e, { value: t, oldValue: n, modifiers: { lazy: r, trim: s, number: i } }, o) {
|
|
2821
|
-
if (e[
|
|
2821
|
+
if (e[ga] = Qf(o), e.composing) return;
|
|
2822
2822
|
const a = (i || e.type === "number") && !/^0\d/.test(e.value) ? Tf(e.value) : e.value, c = t ?? "";
|
|
2823
2823
|
a !== c && (document.activeElement === e && e.type !== "range" && (r && t === n || s && e.value.trim() === c) || (e.value = c));
|
|
2824
2824
|
}
|
|
@@ -2874,13 +2874,13 @@ function sS(e) {
|
|
|
2874
2874
|
return JSON.parse(JSON.stringify(e));
|
|
2875
2875
|
}
|
|
2876
2876
|
const mo = (e, t) => !e || !t ? !1 : e.id === t.id;
|
|
2877
|
-
var
|
|
2877
|
+
var Wr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2878
2878
|
function Ru(e) {
|
|
2879
2879
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
2880
2880
|
}
|
|
2881
|
-
var
|
|
2881
|
+
var ma, Yf;
|
|
2882
2882
|
function oS() {
|
|
2883
|
-
if (Yf) return
|
|
2883
|
+
if (Yf) return ma;
|
|
2884
2884
|
Yf = 1;
|
|
2885
2885
|
function e(s) {
|
|
2886
2886
|
if (typeof s != "string")
|
|
@@ -3064,7 +3064,7 @@ function oS() {
|
|
|
3064
3064
|
win32: null,
|
|
3065
3065
|
posix: null
|
|
3066
3066
|
};
|
|
3067
|
-
return r.posix = r,
|
|
3067
|
+
return r.posix = r, ma = r, ma;
|
|
3068
3068
|
}
|
|
3069
3069
|
var vt = oS();
|
|
3070
3070
|
const yo = /* @__PURE__ */ Ru(vt), aS = /* @__PURE__ */ Fe({
|
|
@@ -3266,9 +3266,9 @@ class Im {
|
|
|
3266
3266
|
}
|
|
3267
3267
|
const rr = (e, t, n, r = 1) => {
|
|
3268
3268
|
let s;
|
|
3269
|
-
return t ? s = `${
|
|
3269
|
+
return t ? s = `${su({ name: e, extension: t })} (${r}).${t}` : s = `${e} (${r})`, n.some((o) => o.name === s) ? rr(e, t, n, r + 1) : s;
|
|
3270
3270
|
}, vS = (e, t, n, r) => e.id === n.id && vt.dirname(t.path) === r.path;
|
|
3271
|
-
var er = /* @__PURE__ */ ((e) => (e[e.SKIP = 0] = "SKIP", e[e.REPLACE = 1] = "REPLACE", e[e.KEEP_BOTH = 2] = "KEEP_BOTH", e[e.MERGE = 3] = "MERGE", e))(er || {}),
|
|
3271
|
+
var er = /* @__PURE__ */ ((e) => (e[e.SKIP = 0] = "SKIP", e[e.REPLACE = 1] = "REPLACE", e[e.KEEP_BOTH = 2] = "KEEP_BOTH", e[e.MERGE = 3] = "MERGE", e))(er || {}), Nr = /* @__PURE__ */ ((e) => (e[e.COPY = 0] = "COPY", e[e.MOVE = 1] = "MOVE", e))(Nr || {});
|
|
3272
3272
|
class wS extends Im {
|
|
3273
3273
|
constructor(t, n, r, s, i, o, a, c) {
|
|
3274
3274
|
super(a, c), this.sourceSpace = t, this.resourcesToMove = n, this.targetSpace = r, this.targetFolder = s, this.currentFolder = i, this.clientService = o;
|
|
@@ -3292,7 +3292,7 @@ class wS extends Im {
|
|
|
3292
3292
|
const u = n.length;
|
|
3293
3293
|
if (u === 0)
|
|
3294
3294
|
return;
|
|
3295
|
-
const l = r ===
|
|
3295
|
+
const l = r === Nr.COPY ? this.$ngettext(
|
|
3296
3296
|
"%{count} item was copied successfully",
|
|
3297
3297
|
"%{count} items were copied successfully",
|
|
3298
3298
|
u,
|
|
@@ -3308,7 +3308,7 @@ class wS extends Im {
|
|
|
3308
3308
|
rt().showMessage({ title: l, status: "success" });
|
|
3309
3309
|
return;
|
|
3310
3310
|
}
|
|
3311
|
-
let s = r ===
|
|
3311
|
+
let s = r === Nr.COPY ? this.$gettext(
|
|
3312
3312
|
"Failed to copy %{count} resources",
|
|
3313
3313
|
{ count: t.length.toString() },
|
|
3314
3314
|
!0
|
|
@@ -3317,9 +3317,9 @@ class wS extends Im {
|
|
|
3317
3317
|
{ count: t.length.toString() },
|
|
3318
3318
|
!0
|
|
3319
3319
|
);
|
|
3320
|
-
t.length === 1 && (s = r ===
|
|
3320
|
+
t.length === 1 && (s = r === Nr.COPY ? this.$gettext('Failed to copy "%{name}"', { name: (a = t[0]) == null ? void 0 : a.resourceName }, !0) : this.$gettext('Failed to move "%{name}"', { name: (c = t[0]) == null ? void 0 : c.resourceName }, !0));
|
|
3321
3321
|
let i = "";
|
|
3322
|
-
t.some(({ error: u }) => u instanceof
|
|
3322
|
+
t.some(({ error: u }) => u instanceof Pr && u.statusCode === 507) && (i = this.$gettext("Insufficient quota")), rt().showErrorMessage({
|
|
3323
3323
|
title: s,
|
|
3324
3324
|
...i && { desc: i },
|
|
3325
3325
|
errors: t.map(({ error: u }) => u)
|
|
@@ -3333,10 +3333,10 @@ class wS extends Im {
|
|
|
3333
3333
|
var i;
|
|
3334
3334
|
if (this.hasRecursion())
|
|
3335
3335
|
return this.showRecursionErrorMessage(), [];
|
|
3336
|
-
if (this.sourceSpace.id !== this.targetSpace.id && t ===
|
|
3336
|
+
if (this.sourceSpace.id !== this.targetSpace.id && t === Nr.MOVE) {
|
|
3337
3337
|
if (!await this.resolveDoCopyInsteadOfMoveForSpaces())
|
|
3338
3338
|
return [];
|
|
3339
|
-
t =
|
|
3339
|
+
t = Nr.COPY;
|
|
3340
3340
|
}
|
|
3341
3341
|
const n = (await this.clientService.webdav.listFiles(this.targetSpace, this.targetFolder)).children, r = await this.resolveAllConflicts(
|
|
3342
3342
|
this.resourcesToMove,
|
|
@@ -3616,7 +3616,7 @@ function TS() {
|
|
|
3616
3616
|
function Ss(e, t) {
|
|
3617
3617
|
return e === t || e !== e && t !== t;
|
|
3618
3618
|
}
|
|
3619
|
-
function
|
|
3619
|
+
function jo(e, t) {
|
|
3620
3620
|
for (var n = e.length; n--; )
|
|
3621
3621
|
if (Ss(e[n][0], t))
|
|
3622
3622
|
return n;
|
|
@@ -3624,21 +3624,21 @@ function Bo(e, t) {
|
|
|
3624
3624
|
}
|
|
3625
3625
|
var _S = Array.prototype, xS = _S.splice;
|
|
3626
3626
|
function CS(e) {
|
|
3627
|
-
var t = this.__data__, n =
|
|
3627
|
+
var t = this.__data__, n = jo(t, e);
|
|
3628
3628
|
if (n < 0)
|
|
3629
3629
|
return !1;
|
|
3630
3630
|
var r = t.length - 1;
|
|
3631
3631
|
return n == r ? t.pop() : xS.call(t, n, 1), --this.size, !0;
|
|
3632
3632
|
}
|
|
3633
3633
|
function RS(e) {
|
|
3634
|
-
var t = this.__data__, n =
|
|
3634
|
+
var t = this.__data__, n = jo(t, e);
|
|
3635
3635
|
return n < 0 ? void 0 : t[n][1];
|
|
3636
3636
|
}
|
|
3637
3637
|
function IS(e) {
|
|
3638
|
-
return
|
|
3638
|
+
return jo(this.__data__, e) > -1;
|
|
3639
3639
|
}
|
|
3640
3640
|
function OS(e, t) {
|
|
3641
|
-
var n = this.__data__, r =
|
|
3641
|
+
var n = this.__data__, r = jo(n, e);
|
|
3642
3642
|
return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
|
|
3643
3643
|
}
|
|
3644
3644
|
function Tr(e) {
|
|
@@ -3666,8 +3666,8 @@ function FS(e) {
|
|
|
3666
3666
|
function NS(e) {
|
|
3667
3667
|
return this.__data__.has(e);
|
|
3668
3668
|
}
|
|
3669
|
-
const
|
|
3670
|
-
var Pm = typeof
|
|
3669
|
+
const Mr = globalThis || void 0 || self;
|
|
3670
|
+
var Pm = typeof Mr == "object" && Mr && Mr.Object === Object && Mr, kS = typeof self == "object" && self && self.Object === Object && self, lr = Pm || kS || Function("return this")(), Mn = lr.Symbol, $m = Object.prototype, LS = $m.hasOwnProperty, DS = $m.toString, Gi = Mn ? Mn.toStringTag : void 0;
|
|
3671
3671
|
function MS(e) {
|
|
3672
3672
|
var t = LS.call(e, Gi), n = e[Gi];
|
|
3673
3673
|
try {
|
|
@@ -3697,8 +3697,8 @@ function Iu(e) {
|
|
|
3697
3697
|
var t = ci(e);
|
|
3698
3698
|
return t == zS || t == HS || t == WS || t == GS;
|
|
3699
3699
|
}
|
|
3700
|
-
var
|
|
3701
|
-
var e = /[^.]+$/.exec(
|
|
3700
|
+
var ya = lr["__core-js_shared__"], ed = function() {
|
|
3701
|
+
var e = /[^.]+$/.exec(ya && ya.keys && ya.keys.IE_PROTO || "");
|
|
3702
3702
|
return e ? "Symbol(src)_1." + e : "";
|
|
3703
3703
|
}();
|
|
3704
3704
|
function KS(e) {
|
|
@@ -3784,22 +3784,22 @@ function bE(e) {
|
|
|
3784
3784
|
var t = typeof e;
|
|
3785
3785
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
3786
3786
|
}
|
|
3787
|
-
function
|
|
3787
|
+
function Uo(e, t) {
|
|
3788
3788
|
var n = e.__data__;
|
|
3789
3789
|
return bE(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
3790
3790
|
}
|
|
3791
3791
|
function vE(e) {
|
|
3792
|
-
var t =
|
|
3792
|
+
var t = Uo(this, e).delete(e);
|
|
3793
3793
|
return this.size -= t ? 1 : 0, t;
|
|
3794
3794
|
}
|
|
3795
3795
|
function wE(e) {
|
|
3796
|
-
return
|
|
3796
|
+
return Uo(this, e).get(e);
|
|
3797
3797
|
}
|
|
3798
3798
|
function SE(e) {
|
|
3799
|
-
return
|
|
3799
|
+
return Uo(this, e).has(e);
|
|
3800
3800
|
}
|
|
3801
3801
|
function EE(e, t) {
|
|
3802
|
-
var n =
|
|
3802
|
+
var n = Uo(this, e), r = n.size;
|
|
3803
3803
|
return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
|
|
3804
3804
|
}
|
|
3805
3805
|
function _r(e) {
|
|
@@ -3849,7 +3849,7 @@ function Ou(e, t, n) {
|
|
|
3849
3849
|
writable: !0
|
|
3850
3850
|
}) : e[t] = n;
|
|
3851
3851
|
}
|
|
3852
|
-
function
|
|
3852
|
+
function jc(e, t, n) {
|
|
3853
3853
|
(n !== void 0 && !Ss(e[t], n) || n === void 0 && !(t in e)) && Ou(e, t, n);
|
|
3854
3854
|
}
|
|
3855
3855
|
function _E(e) {
|
|
@@ -3903,12 +3903,12 @@ function Lm(e, t) {
|
|
|
3903
3903
|
};
|
|
3904
3904
|
}
|
|
3905
3905
|
var $u = Lm(Object.getPrototypeOf, Object), OE = Object.prototype;
|
|
3906
|
-
function
|
|
3906
|
+
function qo(e) {
|
|
3907
3907
|
var t = e && e.constructor, n = typeof t == "function" && t.prototype || OE;
|
|
3908
3908
|
return e === n;
|
|
3909
3909
|
}
|
|
3910
3910
|
function PE(e) {
|
|
3911
|
-
return typeof e.constructor == "function" && !
|
|
3911
|
+
return typeof e.constructor == "function" && !qo(e) ? IE($u(e)) : {};
|
|
3912
3912
|
}
|
|
3913
3913
|
function sr(e) {
|
|
3914
3914
|
return e != null && typeof e == "object";
|
|
@@ -3955,14 +3955,14 @@ function Nu(e) {
|
|
|
3955
3955
|
return e(t);
|
|
3956
3956
|
};
|
|
3957
3957
|
}
|
|
3958
|
-
var Um = typeof exports == "object" && exports && !exports.nodeType && exports, ss = Um && typeof module == "object" && module && !module.nodeType && module, m1 = ss && ss.exports === Um,
|
|
3958
|
+
var Um = typeof exports == "object" && exports && !exports.nodeType && exports, ss = Um && typeof module == "object" && module && !module.nodeType && module, m1 = ss && ss.exports === Um, ba = m1 && Pm.process, Ii = function() {
|
|
3959
3959
|
try {
|
|
3960
3960
|
var e = ss && ss.require && ss.require("util").types;
|
|
3961
|
-
return e ||
|
|
3961
|
+
return e || ba && ba.binding && ba.binding("util");
|
|
3962
3962
|
} catch {
|
|
3963
3963
|
}
|
|
3964
|
-
}(), ld = Ii && Ii.isTypedArray,
|
|
3965
|
-
function
|
|
3964
|
+
}(), ld = Ii && Ii.isTypedArray, Vo = ld ? Nu(ld) : g1;
|
|
3965
|
+
function Uc(e, t) {
|
|
3966
3966
|
if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
|
|
3967
3967
|
return e[t];
|
|
3968
3968
|
}
|
|
@@ -3992,7 +3992,7 @@ function Wm(e, t) {
|
|
|
3992
3992
|
}
|
|
3993
3993
|
var E1 = Object.prototype, A1 = E1.hasOwnProperty;
|
|
3994
3994
|
function zm(e, t) {
|
|
3995
|
-
var n = Bn(e), r = !n && ms(e), s = !n && !r && Ri(e), i = !n && !r && !s &&
|
|
3995
|
+
var n = Bn(e), r = !n && ms(e), s = !n && !r && Ri(e), i = !n && !r && !s && Vo(e), o = n || r || s || i, a = o ? v1(e.length, String) : [], c = a.length;
|
|
3996
3996
|
for (var u in e)
|
|
3997
3997
|
(t || A1.call(e, u)) && !(o && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
3998
3998
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -4012,7 +4012,7 @@ var _1 = Object.prototype, x1 = _1.hasOwnProperty;
|
|
|
4012
4012
|
function C1(e) {
|
|
4013
4013
|
if (!ir(e))
|
|
4014
4014
|
return T1(e);
|
|
4015
|
-
var t =
|
|
4015
|
+
var t = qo(e), n = [];
|
|
4016
4016
|
for (var r in e)
|
|
4017
4017
|
r == "constructor" && (t || !x1.call(e, r)) || n.push(r);
|
|
4018
4018
|
return n;
|
|
@@ -4024,25 +4024,25 @@ function R1(e) {
|
|
|
4024
4024
|
return Vm(e, ku(e));
|
|
4025
4025
|
}
|
|
4026
4026
|
function I1(e, t, n, r, s, i, o) {
|
|
4027
|
-
var a =
|
|
4027
|
+
var a = Uc(e, n), c = Uc(t, n), u = o.get(c);
|
|
4028
4028
|
if (u) {
|
|
4029
|
-
|
|
4029
|
+
jc(e, n, u);
|
|
4030
4030
|
return;
|
|
4031
4031
|
}
|
|
4032
4032
|
var l = i ? i(a, c, n + "", e, t, o) : void 0, f = l === void 0;
|
|
4033
4033
|
if (f) {
|
|
4034
|
-
var d = Bn(c), y = !d && Ri(c), w = !d && !y &&
|
|
4034
|
+
var d = Bn(c), y = !d && Ri(c), w = !d && !y && Vo(c);
|
|
4035
4035
|
l = c, d || y || w ? Bn(a) ? l = a : LE(a) ? l = RE(a) : y ? (f = !1, l = Nm(c, !0)) : w ? (f = !1, l = km(c, !0)) : l = [] : Fu(c) || ms(c) ? (l = a, ms(a) ? l = R1(a) : (!ir(a) || Iu(a)) && (l = PE(c))) : f = !1;
|
|
4036
4036
|
}
|
|
4037
|
-
f && (o.set(c, l), s(l, c, r, i, o), o.delete(c)),
|
|
4037
|
+
f && (o.set(c, l), s(l, c, r, i, o), o.delete(c)), jc(e, n, l);
|
|
4038
4038
|
}
|
|
4039
4039
|
function Hm(e, t, n, r, s) {
|
|
4040
4040
|
e !== t && xE(t, function(i, o) {
|
|
4041
4041
|
if (s || (s = new nr()), ir(i))
|
|
4042
4042
|
I1(e, t, o, n, Hm, r, s);
|
|
4043
4043
|
else {
|
|
4044
|
-
var a = r ? r(
|
|
4045
|
-
a === void 0 && (a = i),
|
|
4044
|
+
var a = r ? r(Uc(e, o), i, o + "", e, t, s) : void 0;
|
|
4045
|
+
a === void 0 && (a = i), jc(e, o, a);
|
|
4046
4046
|
}
|
|
4047
4047
|
}, ku);
|
|
4048
4048
|
}
|
|
@@ -4121,7 +4121,7 @@ function B1(e) {
|
|
|
4121
4121
|
var As = B1(function(e, t, n) {
|
|
4122
4122
|
Hm(e, t, n);
|
|
4123
4123
|
});
|
|
4124
|
-
const
|
|
4124
|
+
const qc = (e, ...t) => {
|
|
4125
4125
|
const { href: n } = e.resolve(p(e.currentRoute));
|
|
4126
4126
|
return t.map((r) => {
|
|
4127
4127
|
const { href: s } = e.resolve({
|
|
@@ -4132,14 +4132,14 @@ const Uc = (e, ...t) => {
|
|
|
4132
4132
|
}).some(Boolean);
|
|
4133
4133
|
}, Ts = (...e) => (t, ...n) => {
|
|
4134
4134
|
if (!n.length)
|
|
4135
|
-
return
|
|
4135
|
+
return qc(t, ...e);
|
|
4136
4136
|
const [r, ...s] = n.map((i) => {
|
|
4137
4137
|
const o = e.find((a) => a.name === i);
|
|
4138
4138
|
if (!o)
|
|
4139
4139
|
throw new Error(`unknown comparative '${i}'`);
|
|
4140
4140
|
return o;
|
|
4141
4141
|
});
|
|
4142
|
-
return
|
|
4142
|
+
return qc(t, r, ...s);
|
|
4143
4143
|
};
|
|
4144
4144
|
const _s = (e, ...t) => As(
|
|
4145
4145
|
{},
|
|
@@ -4223,8 +4223,8 @@ const _s = (e, ...t) => As(
|
|
|
4223
4223
|
}
|
|
4224
4224
|
]
|
|
4225
4225
|
}
|
|
4226
|
-
], Hn = (e, t = {}) => _s(e, t), q1 = Hn("files-shares"),
|
|
4227
|
-
|
|
4226
|
+
], Hn = (e, t = {}) => _s(e, t), q1 = Hn("files-shares"), Vc = Hn("files-shares-with-me"), ey = Hn("files-shares-with-others"), ty = Hn("files-shares-via-link"), Bt = Ts(
|
|
4227
|
+
Vc,
|
|
4228
4228
|
ey,
|
|
4229
4229
|
ty
|
|
4230
4230
|
), V1 = (e) => [
|
|
@@ -4232,10 +4232,10 @@ const _s = (e, ...t) => As(
|
|
|
4232
4232
|
name: q1.name,
|
|
4233
4233
|
path: "/shares",
|
|
4234
4234
|
component: e.App,
|
|
4235
|
-
redirect:
|
|
4235
|
+
redirect: Vc,
|
|
4236
4236
|
children: [
|
|
4237
4237
|
{
|
|
4238
|
-
name:
|
|
4238
|
+
name: Vc.name,
|
|
4239
4239
|
path: "with-me",
|
|
4240
4240
|
component: e.Shares.SharedWithMe,
|
|
4241
4241
|
meta: {
|
|
@@ -4339,7 +4339,7 @@ function H1(e) {
|
|
|
4339
4339
|
)
|
|
4340
4340
|
};
|
|
4341
4341
|
}
|
|
4342
|
-
const hD = ["anonymous", "user", "idp", "publicLink", "hybrid"],
|
|
4342
|
+
const hD = ["anonymous", "user", "idp", "publicLink", "hybrid"], Gr = (e) => wr(e), ze = () => Gr("$router"), rn = () => ze().currentRoute, oy = (e) => e.path.split("/")[1], gD = () => {
|
|
4343
4343
|
const e = rn();
|
|
4344
4344
|
return B(() => oy(p(e)));
|
|
4345
4345
|
}, Sr = (e, t = {}, n) => {
|
|
@@ -4653,7 +4653,7 @@ class ay {
|
|
|
4653
4653
|
}
|
|
4654
4654
|
}
|
|
4655
4655
|
}
|
|
4656
|
-
const
|
|
4656
|
+
const Wc = async ({
|
|
4657
4657
|
graphClient: e,
|
|
4658
4658
|
spacesStore: t,
|
|
4659
4659
|
space: n,
|
|
@@ -4721,7 +4721,7 @@ class Oi {
|
|
|
4721
4721
|
}
|
|
4722
4722
|
ye(Oi, "sortByQueryName", "sort-by"), ye(Oi, "sortDirQueryName", "sort-dir");
|
|
4723
4723
|
var Q1 = "[object Symbol]";
|
|
4724
|
-
function
|
|
4724
|
+
function Wo(e) {
|
|
4725
4725
|
return typeof e == "symbol" || sr(e) && ci(e) == Q1;
|
|
4726
4726
|
}
|
|
4727
4727
|
var X1 = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Y1 = /^\w*$/;
|
|
@@ -4729,7 +4729,7 @@ function J1(e, t) {
|
|
|
4729
4729
|
if (Bn(e))
|
|
4730
4730
|
return !1;
|
|
4731
4731
|
var n = typeof e;
|
|
4732
|
-
return n == "number" || n == "symbol" || n == "boolean" || e == null ||
|
|
4732
|
+
return n == "number" || n == "symbol" || n == "boolean" || e == null || Wo(e) ? !0 : Y1.test(e) || !X1.test(e) || t != null && e in Object(t);
|
|
4733
4733
|
}
|
|
4734
4734
|
var Z1 = "Expected a function";
|
|
4735
4735
|
function Lu(e, t) {
|
|
@@ -4769,7 +4769,7 @@ function cy(e) {
|
|
|
4769
4769
|
return e;
|
|
4770
4770
|
if (Bn(e))
|
|
4771
4771
|
return ly(e, cy) + "";
|
|
4772
|
-
if (
|
|
4772
|
+
if (Wo(e))
|
|
4773
4773
|
return dd ? dd.call(e) : "";
|
|
4774
4774
|
var t = e + "";
|
|
4775
4775
|
return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
|
|
@@ -4781,7 +4781,7 @@ function Mu(e, t) {
|
|
|
4781
4781
|
return Bn(e) ? e : J1(e, t) ? [e] : iA(Du(e));
|
|
4782
4782
|
}
|
|
4783
4783
|
function uy(e) {
|
|
4784
|
-
if (typeof e == "string" ||
|
|
4784
|
+
if (typeof e == "string" || Wo(e))
|
|
4785
4785
|
return e;
|
|
4786
4786
|
var t = e + "";
|
|
4787
4787
|
return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
|
|
@@ -4792,7 +4792,7 @@ function fy(e, t) {
|
|
|
4792
4792
|
e = e[uy(t[n++])];
|
|
4793
4793
|
return n && n == r ? e : void 0;
|
|
4794
4794
|
}
|
|
4795
|
-
function
|
|
4795
|
+
function zc(e, t, n) {
|
|
4796
4796
|
var r = e == null ? void 0 : fy(e, t);
|
|
4797
4797
|
return r === void 0 ? n : r;
|
|
4798
4798
|
}
|
|
@@ -4822,7 +4822,7 @@ function vD(e) {
|
|
|
4822
4822
|
}
|
|
4823
4823
|
function sA(e) {
|
|
4824
4824
|
var t;
|
|
4825
|
-
return e.sortBy ? Mt(e.sortBy) ? e.sortBy : re(e.sortBy) :
|
|
4825
|
+
return e.sortBy ? Mt(e.sortBy) ? e.sortBy : re(e.sortBy) : Ur({
|
|
4826
4826
|
name: p(e.sortByQueryName) || Oi.sortByQueryName,
|
|
4827
4827
|
defaultValue: p((t = Bu(p(e.fields))) == null ? void 0 : t.name),
|
|
4828
4828
|
storagePrefix: p(e.routeName) || p(of())
|
|
@@ -4830,7 +4830,7 @@ function sA(e) {
|
|
|
4830
4830
|
}
|
|
4831
4831
|
function oA(e) {
|
|
4832
4832
|
var t;
|
|
4833
|
-
return e.sortDir ? Mt(e.sortDir) ? e.sortDir : re(e.sortDir) :
|
|
4833
|
+
return e.sortDir ? Mt(e.sortDir) ? e.sortDir : re(e.sortDir) : Ur({
|
|
4834
4834
|
name: p(e.sortDirQueryName) || Oi.sortDirQueryName,
|
|
4835
4835
|
defaultValue: p((t = Bu(p(e.fields))) == null ? void 0 : t.sortDir),
|
|
4836
4836
|
storagePrefix: p(e.routeName) || p(of())
|
|
@@ -4849,17 +4849,17 @@ const Bu = (e) => {
|
|
|
4849
4849
|
const { sortable: i } = s, o = new Intl.Collator(navigator.language, { sensitivity: "base", numeric: !0 });
|
|
4850
4850
|
if (n === "name") {
|
|
4851
4851
|
const a = [...e.filter((u) => u.type === "folder")].sort(
|
|
4852
|
-
(u, l) =>
|
|
4852
|
+
(u, l) => va(u, l, o, n, r, i)
|
|
4853
4853
|
), c = [...e.filter((u) => u.type !== "folder")].sort(
|
|
4854
|
-
(u, l) =>
|
|
4854
|
+
(u, l) => va(u, l, o, n, r, i)
|
|
4855
4855
|
);
|
|
4856
4856
|
return r === "asc" ? a.concat(c) : c.concat(a);
|
|
4857
4857
|
}
|
|
4858
4858
|
return [...e].sort(
|
|
4859
|
-
(a, c) =>
|
|
4859
|
+
(a, c) => va(a, c, o, s.prop || s.name, r, i)
|
|
4860
4860
|
);
|
|
4861
|
-
},
|
|
4862
|
-
let o =
|
|
4861
|
+
}, va = (e, t, n, r, s, i) => {
|
|
4862
|
+
let o = zc(e, r), a = zc(t, r);
|
|
4863
4863
|
const c = s === "asc" ? 1 : -1;
|
|
4864
4864
|
if (i)
|
|
4865
4865
|
if (typeof i == "string") {
|
|
@@ -5029,13 +5029,13 @@ class ED {
|
|
|
5029
5029
|
);
|
|
5030
5030
|
}
|
|
5031
5031
|
}
|
|
5032
|
-
var py = {},
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
var Zn = [], Nn = [], gA = typeof Uint8Array < "u" ? Uint8Array : Array,
|
|
5037
|
-
for (var yi = 0, mA =
|
|
5038
|
-
Zn[yi] =
|
|
5032
|
+
var py = {}, zo = {};
|
|
5033
|
+
zo.byteLength = yA;
|
|
5034
|
+
zo.toByteArray = vA;
|
|
5035
|
+
zo.fromByteArray = EA;
|
|
5036
|
+
var Zn = [], Nn = [], gA = typeof Uint8Array < "u" ? Uint8Array : Array, wa = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
5037
|
+
for (var yi = 0, mA = wa.length; yi < mA; ++yi)
|
|
5038
|
+
Zn[yi] = wa[yi], Nn[wa.charCodeAt(yi)] = yi;
|
|
5039
5039
|
Nn[45] = 62;
|
|
5040
5040
|
Nn[95] = 63;
|
|
5041
5041
|
function hy(e) {
|
|
@@ -5109,7 +5109,7 @@ ju.write = function(e, t, n, r, s, i) {
|
|
|
5109
5109
|
* @license MIT
|
|
5110
5110
|
*/
|
|
5111
5111
|
(function(e) {
|
|
5112
|
-
const t =
|
|
5112
|
+
const t = zo, n = ju, r = typeof Symbol == "function" && typeof Symbol.for == "function" ? Symbol.for("nodejs.util.inspect.custom") : null;
|
|
5113
5113
|
e.Buffer = l, e.SlowBuffer = S, e.INSPECT_MAX_BYTES = 50;
|
|
5114
5114
|
const s = 2147483647;
|
|
5115
5115
|
e.kMaxLength = s;
|
|
@@ -6049,18 +6049,18 @@ ju.write = function(e, t, n, r, s, i) {
|
|
|
6049
6049
|
}
|
|
6050
6050
|
})(py);
|
|
6051
6051
|
const mr = py.Buffer;
|
|
6052
|
-
var
|
|
6052
|
+
var Sa, pd;
|
|
6053
6053
|
function gy() {
|
|
6054
|
-
return pd || (pd = 1,
|
|
6055
|
-
}),
|
|
6054
|
+
return pd || (pd = 1, Sa = typeof ge == "object" && ge.env && ge.env.NODE_DEBUG && /\bsemver\b/i.test(ge.env.NODE_DEBUG) ? (...t) => console.error("SEMVER", ...t) : () => {
|
|
6055
|
+
}), Sa;
|
|
6056
6056
|
}
|
|
6057
|
-
var
|
|
6057
|
+
var Ea, hd;
|
|
6058
6058
|
function my() {
|
|
6059
|
-
if (hd) return
|
|
6059
|
+
if (hd) return Ea;
|
|
6060
6060
|
hd = 1;
|
|
6061
6061
|
const e = "2.0.0", t = 256, n = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
6062
6062
|
9007199254740991, r = 16, s = t - 6;
|
|
6063
|
-
return
|
|
6063
|
+
return Ea = {
|
|
6064
6064
|
MAX_LENGTH: t,
|
|
6065
6065
|
MAX_SAFE_COMPONENT_LENGTH: r,
|
|
6066
6066
|
MAX_SAFE_BUILD_LENGTH: s,
|
|
@@ -6077,7 +6077,7 @@ function my() {
|
|
|
6077
6077
|
SEMVER_SPEC_VERSION: e,
|
|
6078
6078
|
FLAG_INCLUDE_PRERELEASE: 1,
|
|
6079
6079
|
FLAG_LOOSE: 2
|
|
6080
|
-
},
|
|
6080
|
+
}, Ea;
|
|
6081
6081
|
}
|
|
6082
6082
|
var Us = { exports: {} }, gd;
|
|
6083
6083
|
function AA() {
|
|
@@ -6105,29 +6105,29 @@ function AA() {
|
|
|
6105
6105
|
m("NUMERICIDENTIFIER", "0|[1-9]\\d*"), m("NUMERICIDENTIFIERLOOSE", "\\d+"), m("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${d}*`), m("MAINVERSION", `(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})`), m("MAINVERSIONLOOSE", `(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})`), m("PRERELEASEIDENTIFIER", `(?:${c[l.NUMERICIDENTIFIER]}|${c[l.NONNUMERICIDENTIFIER]})`), m("PRERELEASEIDENTIFIERLOOSE", `(?:${c[l.NUMERICIDENTIFIERLOOSE]}|${c[l.NONNUMERICIDENTIFIER]})`), m("PRERELEASE", `(?:-(${c[l.PRERELEASEIDENTIFIER]}(?:\\.${c[l.PRERELEASEIDENTIFIER]})*))`), m("PRERELEASELOOSE", `(?:-?(${c[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[l.PRERELEASEIDENTIFIERLOOSE]})*))`), m("BUILDIDENTIFIER", `${d}+`), m("BUILD", `(?:\\+(${c[l.BUILDIDENTIFIER]}(?:\\.${c[l.BUILDIDENTIFIER]})*))`), m("FULLPLAIN", `v?${c[l.MAINVERSION]}${c[l.PRERELEASE]}?${c[l.BUILD]}?`), m("FULL", `^${c[l.FULLPLAIN]}$`), m("LOOSEPLAIN", `[v=\\s]*${c[l.MAINVERSIONLOOSE]}${c[l.PRERELEASELOOSE]}?${c[l.BUILD]}?`), m("LOOSE", `^${c[l.LOOSEPLAIN]}$`), m("GTLT", "((?:<|>)?=?)"), m("XRANGEIDENTIFIERLOOSE", `${c[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`), m("XRANGEIDENTIFIER", `${c[l.NUMERICIDENTIFIER]}|x|X|\\*`), m("XRANGEPLAIN", `[v=\\s]*(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:${c[l.PRERELEASE]})?${c[l.BUILD]}?)?)?`), m("XRANGEPLAINLOOSE", `[v=\\s]*(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:${c[l.PRERELEASELOOSE]})?${c[l.BUILD]}?)?)?`), m("XRANGE", `^${c[l.GTLT]}\\s*${c[l.XRANGEPLAIN]}$`), m("XRANGELOOSE", `^${c[l.GTLT]}\\s*${c[l.XRANGEPLAINLOOSE]}$`), m("COERCEPLAIN", `(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`), m("COERCE", `${c[l.COERCEPLAIN]}(?:$|[^\\d])`), m("COERCEFULL", c[l.COERCEPLAIN] + `(?:${c[l.PRERELEASE]})?(?:${c[l.BUILD]})?(?:$|[^\\d])`), m("COERCERTL", c[l.COERCE], !0), m("COERCERTLFULL", c[l.COERCEFULL], !0), m("LONETILDE", "(?:~>?)"), m("TILDETRIM", `(\\s*)${c[l.LONETILDE]}\\s+`, !0), t.tildeTrimReplace = "$1~", m("TILDE", `^${c[l.LONETILDE]}${c[l.XRANGEPLAIN]}$`), m("TILDELOOSE", `^${c[l.LONETILDE]}${c[l.XRANGEPLAINLOOSE]}$`), m("LONECARET", "(?:\\^)"), m("CARETTRIM", `(\\s*)${c[l.LONECARET]}\\s+`, !0), t.caretTrimReplace = "$1^", m("CARET", `^${c[l.LONECARET]}${c[l.XRANGEPLAIN]}$`), m("CARETLOOSE", `^${c[l.LONECARET]}${c[l.XRANGEPLAINLOOSE]}$`), m("COMPARATORLOOSE", `^${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]})$|^$`), m("COMPARATOR", `^${c[l.GTLT]}\\s*(${c[l.FULLPLAIN]})$|^$`), m("COMPARATORTRIM", `(\\s*)${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]}|${c[l.XRANGEPLAIN]})`, !0), t.comparatorTrimReplace = "$1$2$3", m("HYPHENRANGE", `^\\s*(${c[l.XRANGEPLAIN]})\\s+-\\s+(${c[l.XRANGEPLAIN]})\\s*$`), m("HYPHENRANGELOOSE", `^\\s*(${c[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[l.XRANGEPLAINLOOSE]})\\s*$`), m("STAR", "(<|>)?=?\\s*\\*"), m("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$"), m("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
6106
6106
|
}(Us, Us.exports)), Us.exports;
|
|
6107
6107
|
}
|
|
6108
|
-
var
|
|
6108
|
+
var Aa, md;
|
|
6109
6109
|
function TA() {
|
|
6110
|
-
if (md) return
|
|
6110
|
+
if (md) return Aa;
|
|
6111
6111
|
md = 1;
|
|
6112
6112
|
const e = Object.freeze({ loose: !0 }), t = Object.freeze({});
|
|
6113
|
-
return
|
|
6113
|
+
return Aa = (r) => r ? typeof r != "object" ? e : r : t, Aa;
|
|
6114
6114
|
}
|
|
6115
|
-
var
|
|
6115
|
+
var Ta, yd;
|
|
6116
6116
|
function _A() {
|
|
6117
|
-
if (yd) return
|
|
6117
|
+
if (yd) return Ta;
|
|
6118
6118
|
yd = 1;
|
|
6119
6119
|
const e = /^[0-9]+$/, t = (r, s) => {
|
|
6120
6120
|
const i = e.test(r), o = e.test(s);
|
|
6121
6121
|
return i && o && (r = +r, s = +s), r === s ? 0 : i && !o ? -1 : o && !i ? 1 : r < s ? -1 : 1;
|
|
6122
6122
|
};
|
|
6123
|
-
return
|
|
6123
|
+
return Ta = {
|
|
6124
6124
|
compareIdentifiers: t,
|
|
6125
6125
|
rcompareIdentifiers: (r, s) => t(s, r)
|
|
6126
|
-
},
|
|
6126
|
+
}, Ta;
|
|
6127
6127
|
}
|
|
6128
|
-
var
|
|
6128
|
+
var _a, bd;
|
|
6129
6129
|
function yy() {
|
|
6130
|
-
if (bd) return
|
|
6130
|
+
if (bd) return _a;
|
|
6131
6131
|
bd = 1;
|
|
6132
6132
|
const e = gy(), { MAX_LENGTH: t, MAX_SAFE_INTEGER: n } = my(), { safeRe: r, safeSrc: s, t: i } = AA(), o = TA(), { compareIdentifiers: a } = _A();
|
|
6133
6133
|
class c {
|
|
@@ -6284,30 +6284,30 @@ function yy() {
|
|
|
6284
6284
|
return this.raw = this.format(), this.build.length && (this.raw += `+${this.build.join(".")}`), this;
|
|
6285
6285
|
}
|
|
6286
6286
|
}
|
|
6287
|
-
return
|
|
6287
|
+
return _a = c, _a;
|
|
6288
6288
|
}
|
|
6289
|
-
var
|
|
6289
|
+
var xa, vd;
|
|
6290
6290
|
function xA() {
|
|
6291
|
-
if (vd) return
|
|
6291
|
+
if (vd) return xa;
|
|
6292
6292
|
vd = 1;
|
|
6293
6293
|
const e = yy();
|
|
6294
|
-
return
|
|
6294
|
+
return xa = (n, r) => new e(n, r).major, xa;
|
|
6295
6295
|
}
|
|
6296
6296
|
var CA = xA();
|
|
6297
6297
|
const wd = /* @__PURE__ */ Ru(CA);
|
|
6298
|
-
var
|
|
6298
|
+
var Ca, Sd;
|
|
6299
6299
|
function RA() {
|
|
6300
|
-
if (Sd) return
|
|
6300
|
+
if (Sd) return Ca;
|
|
6301
6301
|
Sd = 1;
|
|
6302
6302
|
const e = yy();
|
|
6303
|
-
return
|
|
6303
|
+
return Ca = (n, r, s) => new e(n, s).compare(new e(r, s)), Ca;
|
|
6304
6304
|
}
|
|
6305
|
-
var
|
|
6305
|
+
var Ra, Ed;
|
|
6306
6306
|
function IA() {
|
|
6307
|
-
if (Ed) return
|
|
6307
|
+
if (Ed) return Ra;
|
|
6308
6308
|
Ed = 1;
|
|
6309
6309
|
const e = RA();
|
|
6310
|
-
return
|
|
6310
|
+
return Ra = (n, r, s) => e(r, n, s), Ra;
|
|
6311
6311
|
}
|
|
6312
6312
|
var OA = IA();
|
|
6313
6313
|
const PA = /* @__PURE__ */ Ru(OA);
|
|
@@ -6361,21 +6361,20 @@ class _D {
|
|
|
6361
6361
|
(o = this.userStore.user) == null ? void 0 : o.onPremisesSamAccountName
|
|
6362
6362
|
);
|
|
6363
6363
|
try {
|
|
6364
|
-
const a = await
|
|
6364
|
+
const a = await fetch(r, {
|
|
6365
6365
|
headers: {
|
|
6366
|
+
...this.clientService.getRequestHeaders({ useAuth: !t.publicLinkPassword }),
|
|
6366
6367
|
...!!t.publicLinkPassword && {
|
|
6367
6368
|
Authorization: "Basic " + mr.from(["public", t.publicLinkPassword].join(":")).toString("base64")
|
|
6368
6369
|
}
|
|
6369
|
-
}
|
|
6370
|
-
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
const f = new Blob(u, { type: "application/octet-stream" }), d = URL.createObjectURL(f), y = this.getFileNameFromResponseHeaders(a.headers);
|
|
6376
|
-
return by(d, y), r;
|
|
6370
|
+
}
|
|
6371
|
+
});
|
|
6372
|
+
if (!a.ok)
|
|
6373
|
+
throw new Pr("", a);
|
|
6374
|
+
const c = await a.blob(), u = URL.createObjectURL(c), l = this.getFileNameFromResponseHeaders(a.headers);
|
|
6375
|
+
return by(u, l), r;
|
|
6377
6376
|
} catch (a) {
|
|
6378
|
-
throw new
|
|
6377
|
+
throw new Pr("archive could not be fetched", a.response);
|
|
6379
6378
|
}
|
|
6380
6379
|
}
|
|
6381
6380
|
buildDownloadUrl(t) {
|
|
@@ -6403,7 +6402,7 @@ class _D {
|
|
|
6403
6402
|
}
|
|
6404
6403
|
getFileNameFromResponseHeaders(t) {
|
|
6405
6404
|
var r;
|
|
6406
|
-
const n = (r = t
|
|
6405
|
+
const n = (r = t.get("content-disposition")) == null ? void 0 : r.split('"')[1];
|
|
6407
6406
|
return decodeURI(n);
|
|
6408
6407
|
}
|
|
6409
6408
|
}
|
|
@@ -6574,11 +6573,11 @@ class MA {
|
|
|
6574
6573
|
this.fetchOptions.headers["Accept-Language"] = t, this.close(), this.connect();
|
|
6575
6574
|
}
|
|
6576
6575
|
}
|
|
6577
|
-
let
|
|
6578
|
-
const BA = (e, t) => (
|
|
6576
|
+
let Ia = null;
|
|
6577
|
+
const BA = (e, t) => (Ia || (Ia = new MA(
|
|
6579
6578
|
new URL("ocs/v2.php/apps/notifications/api/v1/notifications/sse", e).href,
|
|
6580
6579
|
t
|
|
6581
|
-
)),
|
|
6580
|
+
)), Ia), jA = (e, t) => ({
|
|
6582
6581
|
headers: {
|
|
6583
6582
|
Authorization: `Bearer ${e.accessToken}`,
|
|
6584
6583
|
"Accept-Language": t,
|
|
@@ -6601,6 +6600,10 @@ class xD {
|
|
|
6601
6600
|
"Initiator-ID": this.initiatorId,
|
|
6602
6601
|
"X-Requested-With": "XMLHttpRequest"
|
|
6603
6602
|
});
|
|
6603
|
+
ye(this, "getRequestHeaders", ({ useAuth: t = !0 } = {}) => ({
|
|
6604
|
+
...this.staticHeaders,
|
|
6605
|
+
...this.getDynamicHeaders({ useAuth: t })
|
|
6606
|
+
}));
|
|
6604
6607
|
this.configStore = t.configStore, this.language = t.language, this.authStore = t.authStore, this.initGraphClient(), this.initOcsClient(), this.initWebDavClient(), this.httpAuthenticatedClient = new Td(
|
|
6605
6608
|
{ baseURL: this.configStore.serverUrl, headers: this.staticHeaders },
|
|
6606
6609
|
(n) => (Object.assign(n.headers, this.getDynamicHeaders()), n)
|
|
@@ -6692,15 +6695,15 @@ class UA {
|
|
|
6692
6695
|
const Qe = new UA();
|
|
6693
6696
|
var qA = Lm(Object.keys, Object), VA = Object.prototype, WA = VA.hasOwnProperty;
|
|
6694
6697
|
function vy(e) {
|
|
6695
|
-
if (!
|
|
6698
|
+
if (!qo(e))
|
|
6696
6699
|
return qA(e);
|
|
6697
6700
|
var t = [];
|
|
6698
6701
|
for (var n in Object(e))
|
|
6699
6702
|
WA.call(e, n) && n != "constructor" && t.push(n);
|
|
6700
6703
|
return t;
|
|
6701
6704
|
}
|
|
6702
|
-
var
|
|
6703
|
-
(
|
|
6705
|
+
var Hc = fi(lr, "DataView"), Gc = fi(lr, "Promise"), Kc = fi(lr, "Set"), Qc = fi(lr, "WeakMap"), _d = "[object Map]", zA = "[object Object]", xd = "[object Promise]", Cd = "[object Set]", Rd = "[object WeakMap]", Id = "[object DataView]", HA = ui(Hc), GA = ui(hs), KA = ui(Gc), QA = ui(Kc), XA = ui(Qc), Ln = ci;
|
|
6706
|
+
(Hc && Ln(new Hc(new ArrayBuffer(1))) != Id || hs && Ln(new hs()) != _d || Gc && Ln(Gc.resolve()) != xd || Kc && Ln(new Kc()) != Cd || Qc && Ln(new Qc()) != Rd) && (Ln = function(e) {
|
|
6704
6707
|
var t = ci(e), n = t == zA ? e.constructor : void 0, r = n ? ui(n) : "";
|
|
6705
6708
|
if (r)
|
|
6706
6709
|
switch (r) {
|
|
@@ -6721,12 +6724,12 @@ var YA = "[object Map]", JA = "[object Set]", ZA = Object.prototype, eT = ZA.has
|
|
|
6721
6724
|
function tT(e) {
|
|
6722
6725
|
if (e == null)
|
|
6723
6726
|
return !0;
|
|
6724
|
-
if (Es(e) && (Bn(e) || typeof e == "string" || typeof e.splice == "function" || Ri(e) ||
|
|
6727
|
+
if (Es(e) && (Bn(e) || typeof e == "string" || typeof e.splice == "function" || Ri(e) || Vo(e) || ms(e)))
|
|
6725
6728
|
return !e.length;
|
|
6726
6729
|
var t = Ln(e);
|
|
6727
6730
|
if (t == YA || t == JA)
|
|
6728
6731
|
return !e.size;
|
|
6729
|
-
if (
|
|
6732
|
+
if (qo(e))
|
|
6730
6733
|
return !vy(e).length;
|
|
6731
6734
|
for (var n in e)
|
|
6732
6735
|
if (eT.call(e, n))
|
|
@@ -6760,18 +6763,18 @@ class nT {
|
|
|
6760
6763
|
h.id && d({ space: m, resource: h, path: A, fileId: v });
|
|
6761
6764
|
let S;
|
|
6762
6765
|
A === "/" && (Dt(m) ? (S = yield* Vn(
|
|
6763
|
-
|
|
6764
|
-
), S && (h =
|
|
6766
|
+
Wc({ graphClient: f, spacesStore: a, space: m, signal: y })
|
|
6767
|
+
), S && (h = ou({
|
|
6765
6768
|
graphRoles: c.graphRoles,
|
|
6766
6769
|
driveItem: S,
|
|
6767
6770
|
serverUrl: u.serverUrl
|
|
6768
|
-
}))) : !
|
|
6771
|
+
}))) : !zr(m) && !ki(m) && (h = m)), yield s.loadAncestorMetaData({
|
|
6769
6772
|
folder: h,
|
|
6770
6773
|
space: m,
|
|
6771
6774
|
client: l,
|
|
6772
6775
|
signal: y
|
|
6773
6776
|
}), Dt(m) && (b.forEach((E) => E.remoteItemId = m.id), tT(m.members) && (S || (S = yield* Vn(
|
|
6774
|
-
|
|
6777
|
+
Wc({ graphClient: f, spacesStore: a, space: m, signal: y })
|
|
6775
6778
|
)), K1({
|
|
6776
6779
|
sharesStore: c,
|
|
6777
6780
|
spacesStore: a,
|
|
@@ -6856,7 +6859,7 @@ class sT {
|
|
|
6856
6859
|
const l = (yield* Vn(
|
|
6857
6860
|
r.graphAuthenticated.driveItems.listSharedWithMe({ signal: a })
|
|
6858
6861
|
)).map(
|
|
6859
|
-
(f) =>
|
|
6862
|
+
(f) => ou({
|
|
6860
6863
|
driveItem: f,
|
|
6861
6864
|
graphRoles: o.graphRoles,
|
|
6862
6865
|
serverUrl: s.serverUrl
|
|
@@ -6898,20 +6901,20 @@ class oT {
|
|
|
6898
6901
|
class Cn {
|
|
6899
6902
|
}
|
|
6900
6903
|
ye(Cn, "Shared", "S"), ye(Cn, "Shareable", "R"), ye(Cn, "Mounted", "M"), ye(Cn, "Deletable", "D"), ye(Cn, "Renameable", "N"), ye(Cn, "Moveable", "V"), ye(Cn, "Updateable", "NV"), ye(Cn, "FileUpdateable", "W"), ye(Cn, "FolderCreateable", "CK"), ye(Cn, "Deny", "Z"), ye(Cn, "SecureView", "X");
|
|
6901
|
-
const
|
|
6904
|
+
const Ho = (e) => ({
|
|
6902
6905
|
value: e,
|
|
6903
6906
|
type: null
|
|
6904
|
-
}), aT = (e) =>
|
|
6907
|
+
}), aT = (e) => Ho(e), pt = (e) => Ho(e), Oa = (e) => Ho(e), lT = (e) => Ho(e), cT = {
|
|
6905
6908
|
Permissions: pt("permissions"),
|
|
6906
|
-
IsFavorite:
|
|
6909
|
+
IsFavorite: Oa("favorite"),
|
|
6907
6910
|
FileId: pt("fileid"),
|
|
6908
6911
|
FileParent: pt("file-parent"),
|
|
6909
6912
|
Name: pt("name"),
|
|
6910
6913
|
OwnerId: pt("owner-id"),
|
|
6911
6914
|
OwnerDisplayName: pt("owner-display-name"),
|
|
6912
6915
|
PrivateLink: pt("privatelink"),
|
|
6913
|
-
ContentLength:
|
|
6914
|
-
ContentSize:
|
|
6916
|
+
ContentLength: Oa("getcontentlength"),
|
|
6917
|
+
ContentSize: Oa("size"),
|
|
6915
6918
|
LastModifiedDate: pt("getlastmodified"),
|
|
6916
6919
|
Tags: aT("tags"),
|
|
6917
6920
|
Audio: {
|
|
@@ -7011,7 +7014,7 @@ ye(Xr, "DavNamespace", [
|
|
|
7011
7014
|
Be.ActiveLock
|
|
7012
7015
|
]);
|
|
7013
7016
|
let wo = Xr;
|
|
7014
|
-
var
|
|
7017
|
+
var Pa = {}, qs = { exports: {} }, Od;
|
|
7015
7018
|
function Uu() {
|
|
7016
7019
|
if (Od) return qs.exports;
|
|
7017
7020
|
Od = 1;
|
|
@@ -7243,12 +7246,12 @@ function di() {
|
|
|
7243
7246
|
}
|
|
7244
7247
|
}), Vs.exports;
|
|
7245
7248
|
}
|
|
7246
|
-
var
|
|
7249
|
+
var $a, $d;
|
|
7247
7250
|
function wy() {
|
|
7248
|
-
return $d || ($d = 1,
|
|
7251
|
+
return $d || ($d = 1, $a = Uu().EventEmitter), $a;
|
|
7249
7252
|
}
|
|
7250
|
-
var
|
|
7251
|
-
function
|
|
7253
|
+
var Fa = {}, Fd;
|
|
7254
|
+
function Go() {
|
|
7252
7255
|
return Fd || (Fd = 1, function(e) {
|
|
7253
7256
|
Object.defineProperties(e, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
|
|
7254
7257
|
var t = {}, n = {};
|
|
@@ -7458,7 +7461,7 @@ function Ho() {
|
|
|
7458
7461
|
return $.length === 0 || j.copy($, 0, 0, I), $;
|
|
7459
7462
|
}
|
|
7460
7463
|
if (j.length !== void 0)
|
|
7461
|
-
return typeof j.length != "number" ||
|
|
7464
|
+
return typeof j.length != "number" || sa(j.length) ? L(0) : ne(j);
|
|
7462
7465
|
if (j.type === "Buffer" && Array.isArray(j.data))
|
|
7463
7466
|
return ne(j.data);
|
|
7464
7467
|
}
|
|
@@ -7655,7 +7658,7 @@ function Ho() {
|
|
|
7655
7658
|
};
|
|
7656
7659
|
function C(j, I, $, H, ee) {
|
|
7657
7660
|
if (j.length === 0) return -1;
|
|
7658
|
-
if (typeof $ == "string" ? (H = $, $ = 0) : $ > 2147483647 ? $ = 2147483647 : $ < -2147483648 && ($ = -2147483648), $ = +$,
|
|
7661
|
+
if (typeof $ == "string" ? (H = $, $ = 0) : $ > 2147483647 ? $ = 2147483647 : $ < -2147483648 && ($ = -2147483648), $ = +$, sa($) && ($ = ee ? 0 : j.length - 1), $ < 0 && ($ = j.length + $), $ >= j.length) {
|
|
7659
7662
|
if (ee) return -1;
|
|
7660
7663
|
$ = j.length - 1;
|
|
7661
7664
|
} else if ($ < 0)
|
|
@@ -7713,7 +7716,7 @@ function Ho() {
|
|
|
7713
7716
|
let Ee;
|
|
7714
7717
|
for (Ee = 0; Ee < H; ++Ee) {
|
|
7715
7718
|
const et = parseInt(I.substr(Ee * 2, 2), 16);
|
|
7716
|
-
if (
|
|
7719
|
+
if (sa(et)) return Ee;
|
|
7717
7720
|
j[$ + Ee] = et;
|
|
7718
7721
|
}
|
|
7719
7722
|
return Ee;
|
|
@@ -8246,7 +8249,7 @@ function Ho() {
|
|
|
8246
8249
|
function Qn(j, I) {
|
|
8247
8250
|
return j instanceof I || j != null && j.constructor != null && j.constructor.name != null && j.constructor.name === I.name;
|
|
8248
8251
|
}
|
|
8249
|
-
function
|
|
8252
|
+
function sa(j) {
|
|
8250
8253
|
return j !== j;
|
|
8251
8254
|
}
|
|
8252
8255
|
const vv = function() {
|
|
@@ -8267,11 +8270,11 @@ function Ho() {
|
|
|
8267
8270
|
})(t);
|
|
8268
8271
|
const v = t.Buffer;
|
|
8269
8272
|
e.Blob = t.Blob, e.BlobOptions = t.BlobOptions, e.Buffer = t.Buffer, e.File = t.File, e.FileOptions = t.FileOptions, e.INSPECT_MAX_BYTES = t.INSPECT_MAX_BYTES, e.SlowBuffer = t.SlowBuffer, e.TranscodeEncoding = t.TranscodeEncoding, e.atob = t.atob, e.btoa = t.btoa, e.constants = t.constants, e.default = v, e.isAscii = t.isAscii, e.isUtf8 = t.isUtf8, e.kMaxLength = t.kMaxLength, e.kStringMaxLength = t.kStringMaxLength, e.resolveObjectURL = t.resolveObjectURL, e.transcode = t.transcode;
|
|
8270
|
-
}(
|
|
8273
|
+
}(Fa)), Fa;
|
|
8271
8274
|
}
|
|
8272
|
-
var
|
|
8275
|
+
var Na = {}, ka = {}, La, Nd;
|
|
8273
8276
|
function Sy() {
|
|
8274
|
-
return Nd || (Nd = 1,
|
|
8277
|
+
return Nd || (Nd = 1, La = function() {
|
|
8275
8278
|
if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
|
|
8276
8279
|
return !1;
|
|
8277
8280
|
if (typeof Symbol.iterator == "symbol")
|
|
@@ -8297,95 +8300,95 @@ function Sy() {
|
|
|
8297
8300
|
return !1;
|
|
8298
8301
|
}
|
|
8299
8302
|
return !0;
|
|
8300
|
-
}),
|
|
8303
|
+
}), La;
|
|
8301
8304
|
}
|
|
8302
|
-
var
|
|
8303
|
-
function
|
|
8304
|
-
if (kd) return
|
|
8305
|
+
var Da, kd;
|
|
8306
|
+
function Ko() {
|
|
8307
|
+
if (kd) return Da;
|
|
8305
8308
|
kd = 1;
|
|
8306
8309
|
var e = Sy();
|
|
8307
|
-
return
|
|
8310
|
+
return Da = function() {
|
|
8308
8311
|
return e() && !!Symbol.toStringTag;
|
|
8309
|
-
},
|
|
8312
|
+
}, Da;
|
|
8310
8313
|
}
|
|
8311
|
-
var
|
|
8314
|
+
var Ma, Ld;
|
|
8312
8315
|
function Ey() {
|
|
8313
|
-
return Ld || (Ld = 1,
|
|
8316
|
+
return Ld || (Ld = 1, Ma = Object), Ma;
|
|
8314
8317
|
}
|
|
8315
|
-
var
|
|
8318
|
+
var Ba, Dd;
|
|
8316
8319
|
function uT() {
|
|
8317
|
-
return Dd || (Dd = 1,
|
|
8320
|
+
return Dd || (Dd = 1, Ba = Error), Ba;
|
|
8318
8321
|
}
|
|
8319
|
-
var
|
|
8322
|
+
var ja, Md;
|
|
8320
8323
|
function fT() {
|
|
8321
|
-
return Md || (Md = 1,
|
|
8324
|
+
return Md || (Md = 1, ja = EvalError), ja;
|
|
8322
8325
|
}
|
|
8323
|
-
var
|
|
8326
|
+
var Ua, Bd;
|
|
8324
8327
|
function dT() {
|
|
8325
|
-
return Bd || (Bd = 1,
|
|
8328
|
+
return Bd || (Bd = 1, Ua = RangeError), Ua;
|
|
8326
8329
|
}
|
|
8327
|
-
var
|
|
8330
|
+
var qa, jd;
|
|
8328
8331
|
function pT() {
|
|
8329
|
-
return jd || (jd = 1,
|
|
8332
|
+
return jd || (jd = 1, qa = ReferenceError), qa;
|
|
8330
8333
|
}
|
|
8331
|
-
var
|
|
8334
|
+
var Va, Ud;
|
|
8332
8335
|
function Ay() {
|
|
8333
|
-
return Ud || (Ud = 1,
|
|
8336
|
+
return Ud || (Ud = 1, Va = SyntaxError), Va;
|
|
8334
8337
|
}
|
|
8335
|
-
var
|
|
8338
|
+
var Wa, qd;
|
|
8336
8339
|
function Is() {
|
|
8337
|
-
return qd || (qd = 1,
|
|
8340
|
+
return qd || (qd = 1, Wa = TypeError), Wa;
|
|
8338
8341
|
}
|
|
8339
|
-
var
|
|
8342
|
+
var za, Vd;
|
|
8340
8343
|
function hT() {
|
|
8341
|
-
return Vd || (Vd = 1,
|
|
8344
|
+
return Vd || (Vd = 1, za = URIError), za;
|
|
8342
8345
|
}
|
|
8343
|
-
var
|
|
8346
|
+
var Ha, Wd;
|
|
8344
8347
|
function gT() {
|
|
8345
|
-
return Wd || (Wd = 1,
|
|
8348
|
+
return Wd || (Wd = 1, Ha = Math.abs), Ha;
|
|
8346
8349
|
}
|
|
8347
|
-
var
|
|
8350
|
+
var Ga, zd;
|
|
8348
8351
|
function mT() {
|
|
8349
|
-
return zd || (zd = 1,
|
|
8352
|
+
return zd || (zd = 1, Ga = Math.floor), Ga;
|
|
8350
8353
|
}
|
|
8351
|
-
var
|
|
8354
|
+
var Ka, Hd;
|
|
8352
8355
|
function yT() {
|
|
8353
|
-
return Hd || (Hd = 1,
|
|
8356
|
+
return Hd || (Hd = 1, Ka = Math.max), Ka;
|
|
8354
8357
|
}
|
|
8355
|
-
var
|
|
8358
|
+
var Qa, Gd;
|
|
8356
8359
|
function bT() {
|
|
8357
|
-
return Gd || (Gd = 1,
|
|
8360
|
+
return Gd || (Gd = 1, Qa = Math.min), Qa;
|
|
8358
8361
|
}
|
|
8359
|
-
var
|
|
8362
|
+
var Xa, Kd;
|
|
8360
8363
|
function vT() {
|
|
8361
|
-
return Kd || (Kd = 1,
|
|
8364
|
+
return Kd || (Kd = 1, Xa = Math.pow), Xa;
|
|
8362
8365
|
}
|
|
8363
|
-
var
|
|
8366
|
+
var Ya, Qd;
|
|
8364
8367
|
function wT() {
|
|
8365
|
-
return Qd || (Qd = 1,
|
|
8368
|
+
return Qd || (Qd = 1, Ya = Math.round), Ya;
|
|
8366
8369
|
}
|
|
8367
|
-
var
|
|
8370
|
+
var Ja, Xd;
|
|
8368
8371
|
function ST() {
|
|
8369
|
-
return Xd || (Xd = 1,
|
|
8372
|
+
return Xd || (Xd = 1, Ja = Number.isNaN || function(t) {
|
|
8370
8373
|
return t !== t;
|
|
8371
|
-
}),
|
|
8374
|
+
}), Ja;
|
|
8372
8375
|
}
|
|
8373
|
-
var
|
|
8376
|
+
var Za, Yd;
|
|
8374
8377
|
function ET() {
|
|
8375
|
-
if (Yd) return
|
|
8378
|
+
if (Yd) return Za;
|
|
8376
8379
|
Yd = 1;
|
|
8377
8380
|
var e = /* @__PURE__ */ ST();
|
|
8378
|
-
return
|
|
8381
|
+
return Za = function(n) {
|
|
8379
8382
|
return e(n) || n === 0 ? n : n < 0 ? -1 : 1;
|
|
8380
|
-
},
|
|
8383
|
+
}, Za;
|
|
8381
8384
|
}
|
|
8382
|
-
var
|
|
8385
|
+
var el, Jd;
|
|
8383
8386
|
function AT() {
|
|
8384
|
-
return Jd || (Jd = 1,
|
|
8387
|
+
return Jd || (Jd = 1, el = Object.getOwnPropertyDescriptor), el;
|
|
8385
8388
|
}
|
|
8386
|
-
var
|
|
8389
|
+
var tl, Zd;
|
|
8387
8390
|
function Mi() {
|
|
8388
|
-
if (Zd) return
|
|
8391
|
+
if (Zd) return tl;
|
|
8389
8392
|
Zd = 1;
|
|
8390
8393
|
var e = /* @__PURE__ */ AT();
|
|
8391
8394
|
if (e)
|
|
@@ -8394,11 +8397,11 @@ function Mi() {
|
|
|
8394
8397
|
} catch {
|
|
8395
8398
|
e = null;
|
|
8396
8399
|
}
|
|
8397
|
-
return
|
|
8400
|
+
return tl = e, tl;
|
|
8398
8401
|
}
|
|
8399
|
-
var
|
|
8400
|
-
function
|
|
8401
|
-
if (ep) return
|
|
8402
|
+
var nl, ep;
|
|
8403
|
+
function Qo() {
|
|
8404
|
+
if (ep) return nl;
|
|
8402
8405
|
ep = 1;
|
|
8403
8406
|
var e = Object.defineProperty || !1;
|
|
8404
8407
|
if (e)
|
|
@@ -8407,31 +8410,31 @@ function Ko() {
|
|
|
8407
8410
|
} catch {
|
|
8408
8411
|
e = !1;
|
|
8409
8412
|
}
|
|
8410
|
-
return
|
|
8413
|
+
return nl = e, nl;
|
|
8411
8414
|
}
|
|
8412
|
-
var
|
|
8415
|
+
var rl, tp;
|
|
8413
8416
|
function TT() {
|
|
8414
|
-
if (tp) return
|
|
8417
|
+
if (tp) return rl;
|
|
8415
8418
|
tp = 1;
|
|
8416
8419
|
var e = typeof Symbol < "u" && Symbol, t = Sy();
|
|
8417
|
-
return
|
|
8420
|
+
return rl = function() {
|
|
8418
8421
|
return typeof e != "function" || typeof Symbol != "function" || typeof e("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : t();
|
|
8419
|
-
},
|
|
8422
|
+
}, rl;
|
|
8420
8423
|
}
|
|
8421
|
-
var
|
|
8424
|
+
var il, np;
|
|
8422
8425
|
function Ty() {
|
|
8423
|
-
return np || (np = 1,
|
|
8426
|
+
return np || (np = 1, il = typeof Reflect < "u" && Reflect.getPrototypeOf || null), il;
|
|
8424
8427
|
}
|
|
8425
|
-
var
|
|
8428
|
+
var sl, rp;
|
|
8426
8429
|
function _y() {
|
|
8427
|
-
if (rp) return
|
|
8430
|
+
if (rp) return sl;
|
|
8428
8431
|
rp = 1;
|
|
8429
8432
|
var e = /* @__PURE__ */ Ey();
|
|
8430
|
-
return
|
|
8433
|
+
return sl = e.getPrototypeOf || null, sl;
|
|
8431
8434
|
}
|
|
8432
|
-
var
|
|
8435
|
+
var ol, ip;
|
|
8433
8436
|
function _T() {
|
|
8434
|
-
if (ip) return
|
|
8437
|
+
if (ip) return ol;
|
|
8435
8438
|
ip = 1;
|
|
8436
8439
|
var e = "Function.prototype.bind called on incompatible ", t = Object.prototype.toString, n = Math.max, r = "[object Function]", s = function(c, u) {
|
|
8437
8440
|
for (var l = [], f = 0; f < c.length; f += 1)
|
|
@@ -8448,7 +8451,7 @@ function _T() {
|
|
|
8448
8451
|
u += a[l], l + 1 < a.length && (u += c);
|
|
8449
8452
|
return u;
|
|
8450
8453
|
};
|
|
8451
|
-
return
|
|
8454
|
+
return ol = function(c) {
|
|
8452
8455
|
var u = this;
|
|
8453
8456
|
if (typeof u != "function" || t.apply(u) !== r)
|
|
8454
8457
|
throw new TypeError(e + u);
|
|
@@ -8472,48 +8475,48 @@ function _T() {
|
|
|
8472
8475
|
A.prototype = u.prototype, f.prototype = new A(), A.prototype = null;
|
|
8473
8476
|
}
|
|
8474
8477
|
return f;
|
|
8475
|
-
},
|
|
8478
|
+
}, ol;
|
|
8476
8479
|
}
|
|
8477
|
-
var
|
|
8480
|
+
var al, sp;
|
|
8478
8481
|
function Os() {
|
|
8479
|
-
if (sp) return
|
|
8482
|
+
if (sp) return al;
|
|
8480
8483
|
sp = 1;
|
|
8481
8484
|
var e = _T();
|
|
8482
|
-
return
|
|
8485
|
+
return al = Function.prototype.bind || e, al;
|
|
8483
8486
|
}
|
|
8484
|
-
var
|
|
8487
|
+
var ll, op;
|
|
8485
8488
|
function qu() {
|
|
8486
|
-
return op || (op = 1,
|
|
8489
|
+
return op || (op = 1, ll = Function.prototype.call), ll;
|
|
8487
8490
|
}
|
|
8488
|
-
var
|
|
8491
|
+
var cl, ap;
|
|
8489
8492
|
function Vu() {
|
|
8490
|
-
return ap || (ap = 1,
|
|
8493
|
+
return ap || (ap = 1, cl = Function.prototype.apply), cl;
|
|
8491
8494
|
}
|
|
8492
|
-
var
|
|
8495
|
+
var ul, lp;
|
|
8493
8496
|
function xT() {
|
|
8494
|
-
return lp || (lp = 1,
|
|
8497
|
+
return lp || (lp = 1, ul = typeof Reflect < "u" && Reflect && Reflect.apply), ul;
|
|
8495
8498
|
}
|
|
8496
|
-
var
|
|
8499
|
+
var fl, cp;
|
|
8497
8500
|
function xy() {
|
|
8498
|
-
if (cp) return
|
|
8501
|
+
if (cp) return fl;
|
|
8499
8502
|
cp = 1;
|
|
8500
8503
|
var e = Os(), t = Vu(), n = qu(), r = xT();
|
|
8501
|
-
return
|
|
8504
|
+
return fl = r || e.call(n, t), fl;
|
|
8502
8505
|
}
|
|
8503
|
-
var
|
|
8506
|
+
var dl, up;
|
|
8504
8507
|
function Wu() {
|
|
8505
|
-
if (up) return
|
|
8508
|
+
if (up) return dl;
|
|
8506
8509
|
up = 1;
|
|
8507
8510
|
var e = Os(), t = /* @__PURE__ */ Is(), n = qu(), r = xy();
|
|
8508
|
-
return
|
|
8511
|
+
return dl = function(i) {
|
|
8509
8512
|
if (i.length < 1 || typeof i[0] != "function")
|
|
8510
8513
|
throw new t("a function is required");
|
|
8511
8514
|
return r(e, n, i);
|
|
8512
|
-
},
|
|
8515
|
+
}, dl;
|
|
8513
8516
|
}
|
|
8514
|
-
var
|
|
8517
|
+
var pl, fp;
|
|
8515
8518
|
function CT() {
|
|
8516
|
-
if (fp) return
|
|
8519
|
+
if (fp) return pl;
|
|
8517
8520
|
fp = 1;
|
|
8518
8521
|
var e = Wu(), t = /* @__PURE__ */ Mi(), n;
|
|
8519
8522
|
try {
|
|
@@ -8528,19 +8531,19 @@ function CT() {
|
|
|
8528
8531
|
/** @type {keyof typeof Object.prototype} */
|
|
8529
8532
|
"__proto__"
|
|
8530
8533
|
), s = Object, i = s.getPrototypeOf;
|
|
8531
|
-
return
|
|
8534
|
+
return pl = r && typeof r.get == "function" ? e([r.get]) : typeof i == "function" ? (
|
|
8532
8535
|
/** @type {import('./get')} */
|
|
8533
8536
|
function(a) {
|
|
8534
8537
|
return i(a == null ? a : s(a));
|
|
8535
8538
|
}
|
|
8536
|
-
) : !1,
|
|
8539
|
+
) : !1, pl;
|
|
8537
8540
|
}
|
|
8538
|
-
var
|
|
8541
|
+
var hl, dp;
|
|
8539
8542
|
function Cy() {
|
|
8540
|
-
if (dp) return
|
|
8543
|
+
if (dp) return hl;
|
|
8541
8544
|
dp = 1;
|
|
8542
8545
|
var e = Ty(), t = _y(), n = /* @__PURE__ */ CT();
|
|
8543
|
-
return
|
|
8546
|
+
return hl = e ? function(s) {
|
|
8544
8547
|
return e(s);
|
|
8545
8548
|
} : t ? function(s) {
|
|
8546
8549
|
if (!s || typeof s != "object" && typeof s != "function")
|
|
@@ -8548,25 +8551,25 @@ function Cy() {
|
|
|
8548
8551
|
return t(s);
|
|
8549
8552
|
} : n ? function(s) {
|
|
8550
8553
|
return n(s);
|
|
8551
|
-
} : null,
|
|
8554
|
+
} : null, hl;
|
|
8552
8555
|
}
|
|
8553
|
-
var
|
|
8556
|
+
var gl, pp;
|
|
8554
8557
|
function Ry() {
|
|
8555
|
-
if (pp) return
|
|
8558
|
+
if (pp) return gl;
|
|
8556
8559
|
pp = 1;
|
|
8557
8560
|
var e = Function.prototype.call, t = Object.prototype.hasOwnProperty, n = Os();
|
|
8558
|
-
return
|
|
8561
|
+
return gl = n.call(e, t), gl;
|
|
8559
8562
|
}
|
|
8560
|
-
var
|
|
8563
|
+
var ml, hp;
|
|
8561
8564
|
function Iy() {
|
|
8562
|
-
if (hp) return
|
|
8565
|
+
if (hp) return ml;
|
|
8563
8566
|
hp = 1;
|
|
8564
8567
|
var e, t = /* @__PURE__ */ Ey(), n = /* @__PURE__ */ uT(), r = /* @__PURE__ */ fT(), s = /* @__PURE__ */ dT(), i = /* @__PURE__ */ pT(), o = /* @__PURE__ */ Ay(), a = /* @__PURE__ */ Is(), c = /* @__PURE__ */ hT(), u = /* @__PURE__ */ gT(), l = /* @__PURE__ */ mT(), f = /* @__PURE__ */ yT(), d = /* @__PURE__ */ bT(), y = /* @__PURE__ */ vT(), w = /* @__PURE__ */ wT(), m = /* @__PURE__ */ ET(), A = Function, v = function(W) {
|
|
8565
8568
|
try {
|
|
8566
8569
|
return A('"use strict"; return (' + W + ").constructor;")();
|
|
8567
8570
|
} catch {
|
|
8568
8571
|
}
|
|
8569
|
-
}, g = /* @__PURE__ */ Mi(), h = /* @__PURE__ */
|
|
8572
|
+
}, g = /* @__PURE__ */ Mi(), h = /* @__PURE__ */ Qo(), b = function() {
|
|
8570
8573
|
throw new a();
|
|
8571
8574
|
}, S = g ? function() {
|
|
8572
8575
|
try {
|
|
@@ -8762,7 +8765,7 @@ function Iy() {
|
|
|
8762
8765
|
}
|
|
8763
8766
|
throw new o("intrinsic " + q + " does not exist!");
|
|
8764
8767
|
};
|
|
8765
|
-
return
|
|
8768
|
+
return ml = function(q, D) {
|
|
8766
8769
|
if (typeof q != "string" || q.length === 0)
|
|
8767
8770
|
throw new a("intrinsic name must be a non-empty string");
|
|
8768
8771
|
if (arguments.length > 1 && typeof D != "boolean")
|
|
@@ -8792,39 +8795,39 @@ function Iy() {
|
|
|
8792
8795
|
}
|
|
8793
8796
|
}
|
|
8794
8797
|
return Oe;
|
|
8795
|
-
},
|
|
8798
|
+
}, ml;
|
|
8796
8799
|
}
|
|
8797
|
-
var
|
|
8800
|
+
var yl, gp;
|
|
8798
8801
|
function Ps() {
|
|
8799
|
-
if (gp) return
|
|
8802
|
+
if (gp) return yl;
|
|
8800
8803
|
gp = 1;
|
|
8801
8804
|
var e = /* @__PURE__ */ Iy(), t = Wu(), n = t([e("%String.prototype.indexOf%")]);
|
|
8802
|
-
return
|
|
8805
|
+
return yl = function(s, i) {
|
|
8803
8806
|
var o = (
|
|
8804
8807
|
/** @type {Parameters<typeof callBindBasic>[0][0]} */
|
|
8805
8808
|
e(s, !!i)
|
|
8806
8809
|
);
|
|
8807
8810
|
return typeof o == "function" && n(s, ".prototype.") > -1 ? t([o]) : o;
|
|
8808
|
-
},
|
|
8811
|
+
}, yl;
|
|
8809
8812
|
}
|
|
8810
|
-
var
|
|
8813
|
+
var bl, mp;
|
|
8811
8814
|
function RT() {
|
|
8812
|
-
if (mp) return
|
|
8815
|
+
if (mp) return bl;
|
|
8813
8816
|
mp = 1;
|
|
8814
|
-
var e =
|
|
8817
|
+
var e = Ko()(), t = /* @__PURE__ */ Ps(), n = t("Object.prototype.toString"), r = function(a) {
|
|
8815
8818
|
return e && a && typeof a == "object" && Symbol.toStringTag in a ? !1 : n(a) === "[object Arguments]";
|
|
8816
8819
|
}, s = function(a) {
|
|
8817
8820
|
return r(a) ? !0 : a !== null && typeof a == "object" && "length" in a && typeof a.length == "number" && a.length >= 0 && n(a) !== "[object Array]" && "callee" in a && n(a.callee) === "[object Function]";
|
|
8818
8821
|
}, i = function() {
|
|
8819
8822
|
return r(arguments);
|
|
8820
8823
|
}();
|
|
8821
|
-
return r.isLegacyArguments = s,
|
|
8824
|
+
return r.isLegacyArguments = s, bl = i ? r : s, bl;
|
|
8822
8825
|
}
|
|
8823
|
-
var
|
|
8826
|
+
var vl, yp;
|
|
8824
8827
|
function IT() {
|
|
8825
|
-
if (yp) return
|
|
8828
|
+
if (yp) return vl;
|
|
8826
8829
|
yp = 1;
|
|
8827
|
-
var e = /* @__PURE__ */ Ps(), t =
|
|
8830
|
+
var e = /* @__PURE__ */ Ps(), t = Ko()(), n = /* @__PURE__ */ Ry(), r = /* @__PURE__ */ Mi(), s;
|
|
8828
8831
|
if (t) {
|
|
8829
8832
|
var i = e("RegExp.prototype.exec"), o = {}, a = function() {
|
|
8830
8833
|
throw o;
|
|
@@ -8862,26 +8865,26 @@ function IT() {
|
|
|
8862
8865
|
return !d || typeof d != "object" && typeof d != "function" ? !1 : u(d) === l;
|
|
8863
8866
|
};
|
|
8864
8867
|
}
|
|
8865
|
-
return
|
|
8868
|
+
return vl = s, vl;
|
|
8866
8869
|
}
|
|
8867
|
-
var
|
|
8870
|
+
var wl, bp;
|
|
8868
8871
|
function OT() {
|
|
8869
|
-
if (bp) return
|
|
8872
|
+
if (bp) return wl;
|
|
8870
8873
|
bp = 1;
|
|
8871
8874
|
var e = /* @__PURE__ */ Ps(), t = IT(), n = e("RegExp.prototype.exec"), r = /* @__PURE__ */ Is();
|
|
8872
|
-
return
|
|
8875
|
+
return wl = function(i) {
|
|
8873
8876
|
if (!t(i))
|
|
8874
8877
|
throw new r("`regex` must be a RegExp");
|
|
8875
8878
|
return function(a) {
|
|
8876
8879
|
return n(i, a) !== null;
|
|
8877
8880
|
};
|
|
8878
|
-
},
|
|
8881
|
+
}, wl;
|
|
8879
8882
|
}
|
|
8880
|
-
var
|
|
8883
|
+
var Sl, vp;
|
|
8881
8884
|
function PT() {
|
|
8882
|
-
if (vp) return
|
|
8885
|
+
if (vp) return Sl;
|
|
8883
8886
|
vp = 1;
|
|
8884
|
-
var e = /* @__PURE__ */ Ps(), t = /* @__PURE__ */ OT(), n = t(/^\s*(?:function)?\*/), r =
|
|
8887
|
+
var e = /* @__PURE__ */ Ps(), t = /* @__PURE__ */ OT(), n = t(/^\s*(?:function)?\*/), r = Ko()(), s = Cy(), i = e("Object.prototype.toString"), o = e("Function.prototype.toString"), a = function() {
|
|
8885
8888
|
if (!r)
|
|
8886
8889
|
return !1;
|
|
8887
8890
|
try {
|
|
@@ -8889,7 +8892,7 @@ function PT() {
|
|
|
8889
8892
|
} catch {
|
|
8890
8893
|
}
|
|
8891
8894
|
}, c;
|
|
8892
|
-
return
|
|
8895
|
+
return Sl = function(l) {
|
|
8893
8896
|
if (typeof l != "function")
|
|
8894
8897
|
return !1;
|
|
8895
8898
|
if (n(o(l)))
|
|
@@ -8908,11 +8911,11 @@ function PT() {
|
|
|
8908
8911
|
) : !1;
|
|
8909
8912
|
}
|
|
8910
8913
|
return s(l) === c;
|
|
8911
|
-
},
|
|
8914
|
+
}, Sl;
|
|
8912
8915
|
}
|
|
8913
|
-
var
|
|
8916
|
+
var El, wp;
|
|
8914
8917
|
function $T() {
|
|
8915
|
-
if (wp) return
|
|
8918
|
+
if (wp) return El;
|
|
8916
8919
|
wp = 1;
|
|
8917
8920
|
var e = Function.prototype.toString, t = typeof Reflect == "object" && Reflect !== null && Reflect.apply, n, r;
|
|
8918
8921
|
if (typeof t == "function" && typeof Object.defineProperty == "function")
|
|
@@ -8957,7 +8960,7 @@ function $T() {
|
|
|
8957
8960
|
return !1;
|
|
8958
8961
|
});
|
|
8959
8962
|
}
|
|
8960
|
-
return
|
|
8963
|
+
return El = t ? function(h) {
|
|
8961
8964
|
if (A(h))
|
|
8962
8965
|
return !0;
|
|
8963
8966
|
if (!h || typeof h != "function" && typeof h != "object")
|
|
@@ -8980,11 +8983,11 @@ function $T() {
|
|
|
8980
8983
|
return !1;
|
|
8981
8984
|
var b = a.call(h);
|
|
8982
8985
|
return b !== u && b !== l && !/^\[object HTML/.test(b) ? !1 : o(h);
|
|
8983
|
-
},
|
|
8986
|
+
}, El;
|
|
8984
8987
|
}
|
|
8985
|
-
var
|
|
8988
|
+
var Al, Sp;
|
|
8986
8989
|
function FT() {
|
|
8987
|
-
if (Sp) return
|
|
8990
|
+
if (Sp) return Al;
|
|
8988
8991
|
Sp = 1;
|
|
8989
8992
|
var e = $T(), t = Object.prototype.toString, n = Object.prototype.hasOwnProperty, r = function(c, u, l) {
|
|
8990
8993
|
for (var f = 0, d = c.length; f < d; f++)
|
|
@@ -8999,16 +9002,16 @@ function FT() {
|
|
|
8999
9002
|
function o(a) {
|
|
9000
9003
|
return t.call(a) === "[object Array]";
|
|
9001
9004
|
}
|
|
9002
|
-
return
|
|
9005
|
+
return Al = function(c, u, l) {
|
|
9003
9006
|
if (!e(u))
|
|
9004
9007
|
throw new TypeError("iterator must be a function");
|
|
9005
9008
|
var f;
|
|
9006
9009
|
arguments.length >= 3 && (f = l), o(c) ? r(c, u, f) : typeof c == "string" ? s(c, u, f) : i(c, u, f);
|
|
9007
|
-
},
|
|
9010
|
+
}, Al;
|
|
9008
9011
|
}
|
|
9009
|
-
var
|
|
9012
|
+
var Tl, Ep;
|
|
9010
9013
|
function NT() {
|
|
9011
|
-
return Ep || (Ep = 1,
|
|
9014
|
+
return Ep || (Ep = 1, Tl = [
|
|
9012
9015
|
"Float16Array",
|
|
9013
9016
|
"Float32Array",
|
|
9014
9017
|
"Float64Array",
|
|
@@ -9021,25 +9024,25 @@ function NT() {
|
|
|
9021
9024
|
"Uint32Array",
|
|
9022
9025
|
"BigInt64Array",
|
|
9023
9026
|
"BigUint64Array"
|
|
9024
|
-
]),
|
|
9027
|
+
]), Tl;
|
|
9025
9028
|
}
|
|
9026
|
-
var
|
|
9029
|
+
var _l, Ap;
|
|
9027
9030
|
function kT() {
|
|
9028
|
-
if (Ap) return
|
|
9031
|
+
if (Ap) return _l;
|
|
9029
9032
|
Ap = 1;
|
|
9030
|
-
var e = /* @__PURE__ */ NT(), t = typeof globalThis > "u" ?
|
|
9031
|
-
return
|
|
9033
|
+
var e = /* @__PURE__ */ NT(), t = typeof globalThis > "u" ? Wr : globalThis;
|
|
9034
|
+
return _l = function() {
|
|
9032
9035
|
for (var r = [], s = 0; s < e.length; s++)
|
|
9033
9036
|
typeof t[e[s]] == "function" && (r[r.length] = e[s]);
|
|
9034
9037
|
return r;
|
|
9035
|
-
},
|
|
9038
|
+
}, _l;
|
|
9036
9039
|
}
|
|
9037
|
-
var
|
|
9040
|
+
var xl = { exports: {} }, Cl, Tp;
|
|
9038
9041
|
function LT() {
|
|
9039
|
-
if (Tp) return
|
|
9042
|
+
if (Tp) return Cl;
|
|
9040
9043
|
Tp = 1;
|
|
9041
|
-
var e = /* @__PURE__ */
|
|
9042
|
-
return
|
|
9044
|
+
var e = /* @__PURE__ */ Qo(), t = /* @__PURE__ */ Ay(), n = /* @__PURE__ */ Is(), r = /* @__PURE__ */ Mi();
|
|
9045
|
+
return Cl = function(i, o, a) {
|
|
9043
9046
|
if (!i || typeof i != "object" && typeof i != "function")
|
|
9044
9047
|
throw new n("`obj` must be an object or a function`");
|
|
9045
9048
|
if (typeof o != "string" && typeof o != "symbol")
|
|
@@ -9064,13 +9067,13 @@ function LT() {
|
|
|
9064
9067
|
i[o] = a;
|
|
9065
9068
|
else
|
|
9066
9069
|
throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
9067
|
-
},
|
|
9070
|
+
}, Cl;
|
|
9068
9071
|
}
|
|
9069
|
-
var
|
|
9072
|
+
var Rl, _p;
|
|
9070
9073
|
function DT() {
|
|
9071
|
-
if (_p) return
|
|
9074
|
+
if (_p) return Rl;
|
|
9072
9075
|
_p = 1;
|
|
9073
|
-
var e = /* @__PURE__ */
|
|
9076
|
+
var e = /* @__PURE__ */ Qo(), t = function() {
|
|
9074
9077
|
return !!e;
|
|
9075
9078
|
};
|
|
9076
9079
|
return t.hasArrayLengthDefineBug = function() {
|
|
@@ -9081,14 +9084,14 @@ function DT() {
|
|
|
9081
9084
|
} catch {
|
|
9082
9085
|
return !0;
|
|
9083
9086
|
}
|
|
9084
|
-
},
|
|
9087
|
+
}, Rl = t, Rl;
|
|
9085
9088
|
}
|
|
9086
|
-
var
|
|
9089
|
+
var Il, xp;
|
|
9087
9090
|
function MT() {
|
|
9088
|
-
if (xp) return
|
|
9091
|
+
if (xp) return Il;
|
|
9089
9092
|
xp = 1;
|
|
9090
9093
|
var e = /* @__PURE__ */ Iy(), t = /* @__PURE__ */ LT(), n = /* @__PURE__ */ DT()(), r = /* @__PURE__ */ Mi(), s = /* @__PURE__ */ Is(), i = e("%Math.floor%");
|
|
9091
|
-
return
|
|
9094
|
+
return Il = function(a, c) {
|
|
9092
9095
|
if (typeof a != "function")
|
|
9093
9096
|
throw new s("`fn` is not a function");
|
|
9094
9097
|
if (typeof c != "number" || c < 0 || c > 4294967295 || i(c) !== c)
|
|
@@ -9111,21 +9114,21 @@ function MT() {
|
|
|
9111
9114
|
"length",
|
|
9112
9115
|
c
|
|
9113
9116
|
)), a;
|
|
9114
|
-
},
|
|
9117
|
+
}, Il;
|
|
9115
9118
|
}
|
|
9116
|
-
var
|
|
9119
|
+
var Ol, Cp;
|
|
9117
9120
|
function BT() {
|
|
9118
|
-
if (Cp) return
|
|
9121
|
+
if (Cp) return Ol;
|
|
9119
9122
|
Cp = 1;
|
|
9120
9123
|
var e = Os(), t = Vu(), n = xy();
|
|
9121
|
-
return
|
|
9124
|
+
return Ol = function() {
|
|
9122
9125
|
return n(e, t, arguments);
|
|
9123
|
-
},
|
|
9126
|
+
}, Ol;
|
|
9124
9127
|
}
|
|
9125
9128
|
var Rp;
|
|
9126
9129
|
function jT() {
|
|
9127
9130
|
return Rp || (Rp = 1, function(e) {
|
|
9128
|
-
var t = /* @__PURE__ */ MT(), n = /* @__PURE__ */
|
|
9131
|
+
var t = /* @__PURE__ */ MT(), n = /* @__PURE__ */ Qo(), r = Wu(), s = BT();
|
|
9129
9132
|
e.exports = function(o) {
|
|
9130
9133
|
var a = r(arguments), c = o.length - (arguments.length - 1);
|
|
9131
9134
|
return t(
|
|
@@ -9134,13 +9137,13 @@ function jT() {
|
|
|
9134
9137
|
!0
|
|
9135
9138
|
);
|
|
9136
9139
|
}, n ? n(e.exports, "apply", { value: s }) : e.exports.apply = s;
|
|
9137
|
-
}(
|
|
9140
|
+
}(xl)), xl.exports;
|
|
9138
9141
|
}
|
|
9139
|
-
var
|
|
9142
|
+
var Pl, Ip;
|
|
9140
9143
|
function Oy() {
|
|
9141
|
-
if (Ip) return
|
|
9144
|
+
if (Ip) return Pl;
|
|
9142
9145
|
Ip = 1;
|
|
9143
|
-
var e = FT(), t = /* @__PURE__ */ kT(), n = jT(), r = /* @__PURE__ */ Ps(), s = /* @__PURE__ */ Mi(), i = r("Object.prototype.toString"), o =
|
|
9146
|
+
var e = FT(), t = /* @__PURE__ */ kT(), n = jT(), r = /* @__PURE__ */ Ps(), s = /* @__PURE__ */ Mi(), i = r("Object.prototype.toString"), o = Ko()(), a = typeof globalThis > "u" ? Wr : globalThis, c = t(), u = r("String.prototype.slice"), l = Object.getPrototypeOf, f = r("Array.prototype.indexOf", !0) || function(A, v) {
|
|
9144
9147
|
for (var g = 0; g < A.length; g += 1)
|
|
9145
9148
|
if (A[g] === v)
|
|
9146
9149
|
return g;
|
|
@@ -9193,7 +9196,7 @@ function Oy() {
|
|
|
9193
9196
|
}
|
|
9194
9197
|
), v;
|
|
9195
9198
|
};
|
|
9196
|
-
return
|
|
9199
|
+
return Pl = function(A) {
|
|
9197
9200
|
if (!A || typeof A != "object")
|
|
9198
9201
|
return !1;
|
|
9199
9202
|
if (!o) {
|
|
@@ -9201,16 +9204,16 @@ function Oy() {
|
|
|
9201
9204
|
return f(c, v) > -1 ? v : v !== "Object" ? !1 : w(A);
|
|
9202
9205
|
}
|
|
9203
9206
|
return s ? y(A) : null;
|
|
9204
|
-
},
|
|
9207
|
+
}, Pl;
|
|
9205
9208
|
}
|
|
9206
|
-
var
|
|
9209
|
+
var $l, Op;
|
|
9207
9210
|
function UT() {
|
|
9208
|
-
if (Op) return
|
|
9211
|
+
if (Op) return $l;
|
|
9209
9212
|
Op = 1;
|
|
9210
9213
|
var e = /* @__PURE__ */ Oy();
|
|
9211
|
-
return
|
|
9214
|
+
return $l = function(n) {
|
|
9212
9215
|
return !!e(n);
|
|
9213
|
-
},
|
|
9216
|
+
}, $l;
|
|
9214
9217
|
}
|
|
9215
9218
|
var Pp;
|
|
9216
9219
|
function qT() {
|
|
@@ -9397,13 +9400,13 @@ function qT() {
|
|
|
9397
9400
|
}
|
|
9398
9401
|
});
|
|
9399
9402
|
});
|
|
9400
|
-
}(
|
|
9403
|
+
}(ka)), ka;
|
|
9401
9404
|
}
|
|
9402
|
-
var
|
|
9405
|
+
var Fl, $p;
|
|
9403
9406
|
function VT() {
|
|
9404
|
-
return $p || ($p = 1,
|
|
9407
|
+
return $p || ($p = 1, Fl = function(t) {
|
|
9405
9408
|
return t && typeof t == "object" && typeof t.copy == "function" && typeof t.fill == "function" && typeof t.readUInt8 == "function";
|
|
9406
|
-
}),
|
|
9409
|
+
}), Fl;
|
|
9407
9410
|
}
|
|
9408
9411
|
var Fp;
|
|
9409
9412
|
function Py() {
|
|
@@ -9797,11 +9800,11 @@ function Py() {
|
|
|
9797
9800
|
), te;
|
|
9798
9801
|
}
|
|
9799
9802
|
e.callbackify = ve;
|
|
9800
|
-
}(
|
|
9803
|
+
}(Na)), Na;
|
|
9801
9804
|
}
|
|
9802
|
-
var
|
|
9805
|
+
var Nl, Np;
|
|
9803
9806
|
function WT() {
|
|
9804
|
-
if (Np) return
|
|
9807
|
+
if (Np) return Nl;
|
|
9805
9808
|
Np = 1;
|
|
9806
9809
|
function e(w, m) {
|
|
9807
9810
|
var A = Object.keys(w);
|
|
@@ -9854,11 +9857,11 @@ function WT() {
|
|
|
9854
9857
|
}
|
|
9855
9858
|
return String(w);
|
|
9856
9859
|
}
|
|
9857
|
-
var c =
|
|
9860
|
+
var c = Go(), u = c.Buffer, l = Py(), f = l.inspect, d = f && f.custom || "inspect";
|
|
9858
9861
|
function y(w, m, A) {
|
|
9859
9862
|
u.prototype.copy.call(w, m, A);
|
|
9860
9863
|
}
|
|
9861
|
-
return
|
|
9864
|
+
return Nl = /* @__PURE__ */ function() {
|
|
9862
9865
|
function w() {
|
|
9863
9866
|
r(this, w), this.head = null, this.tail = null, this.length = 0;
|
|
9864
9867
|
}
|
|
@@ -9962,11 +9965,11 @@ function WT() {
|
|
|
9962
9965
|
}));
|
|
9963
9966
|
}
|
|
9964
9967
|
}]), w;
|
|
9965
|
-
}(),
|
|
9968
|
+
}(), Nl;
|
|
9966
9969
|
}
|
|
9967
|
-
var
|
|
9970
|
+
var kl, kp;
|
|
9968
9971
|
function $y() {
|
|
9969
|
-
if (kp) return
|
|
9972
|
+
if (kp) return kl;
|
|
9970
9973
|
kp = 1;
|
|
9971
9974
|
function e(o, a) {
|
|
9972
9975
|
var c = this, u = this._readableState && this._readableState.destroyed, l = this._writableState && this._writableState.destroyed;
|
|
@@ -9990,15 +9993,15 @@ function $y() {
|
|
|
9990
9993
|
var c = o._readableState, u = o._writableState;
|
|
9991
9994
|
c && c.autoDestroy || u && u.autoDestroy ? o.destroy(a) : o.emit("error", a);
|
|
9992
9995
|
}
|
|
9993
|
-
return
|
|
9996
|
+
return kl = {
|
|
9994
9997
|
destroy: e,
|
|
9995
9998
|
undestroy: r,
|
|
9996
9999
|
errorOrDestroy: i
|
|
9997
|
-
},
|
|
10000
|
+
}, kl;
|
|
9998
10001
|
}
|
|
9999
|
-
var
|
|
10002
|
+
var Ll = {}, Lp;
|
|
10000
10003
|
function Bi() {
|
|
10001
|
-
if (Lp) return
|
|
10004
|
+
if (Lp) return Ll;
|
|
10002
10005
|
Lp = 1;
|
|
10003
10006
|
function e(a, c) {
|
|
10004
10007
|
a.prototype = Object.create(c.prototype), a.prototype.constructor = a, a.__proto__ = c;
|
|
@@ -10055,11 +10058,11 @@ function Bi() {
|
|
|
10055
10058
|
return "Cannot call " + a + " after a stream was destroyed";
|
|
10056
10059
|
}), n("ERR_MULTIPLE_CALLBACK", "Callback called multiple times"), n("ERR_STREAM_CANNOT_PIPE", "Cannot pipe, not readable"), n("ERR_STREAM_WRITE_AFTER_END", "write after end"), n("ERR_STREAM_NULL_VALUES", "May not write null values to stream", TypeError), n("ERR_UNKNOWN_ENCODING", function(a) {
|
|
10057
10060
|
return "Unknown encoding: " + a;
|
|
10058
|
-
}, TypeError), n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT", "stream.unshift() after end event"),
|
|
10061
|
+
}, TypeError), n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT", "stream.unshift() after end event"), Ll.codes = t, Ll;
|
|
10059
10062
|
}
|
|
10060
|
-
var
|
|
10063
|
+
var Dl, Dp;
|
|
10061
10064
|
function Fy() {
|
|
10062
|
-
if (Dp) return
|
|
10065
|
+
if (Dp) return Dl;
|
|
10063
10066
|
Dp = 1;
|
|
10064
10067
|
var e = Bi().codes.ERR_INVALID_OPT_VALUE;
|
|
10065
10068
|
function t(r, s, i) {
|
|
@@ -10076,14 +10079,14 @@ function Fy() {
|
|
|
10076
10079
|
}
|
|
10077
10080
|
return r.objectMode ? 16 : 16 * 1024;
|
|
10078
10081
|
}
|
|
10079
|
-
return
|
|
10082
|
+
return Dl = {
|
|
10080
10083
|
getHighWaterMark: n
|
|
10081
|
-
},
|
|
10084
|
+
}, Dl;
|
|
10082
10085
|
}
|
|
10083
|
-
var
|
|
10086
|
+
var Ml, Mp;
|
|
10084
10087
|
function zT() {
|
|
10085
|
-
if (Mp) return
|
|
10086
|
-
Mp = 1,
|
|
10088
|
+
if (Mp) return Ml;
|
|
10089
|
+
Mp = 1, Ml = e;
|
|
10087
10090
|
function e(n, r) {
|
|
10088
10091
|
if (t("noDeprecation"))
|
|
10089
10092
|
return n;
|
|
@@ -10100,19 +10103,19 @@ function zT() {
|
|
|
10100
10103
|
}
|
|
10101
10104
|
function t(n) {
|
|
10102
10105
|
try {
|
|
10103
|
-
if (!
|
|
10106
|
+
if (!Wr.localStorage) return !1;
|
|
10104
10107
|
} catch {
|
|
10105
10108
|
return !1;
|
|
10106
10109
|
}
|
|
10107
|
-
var r =
|
|
10110
|
+
var r = Wr.localStorage[n];
|
|
10108
10111
|
return r == null ? !1 : String(r).toLowerCase() === "true";
|
|
10109
10112
|
}
|
|
10110
|
-
return
|
|
10113
|
+
return Ml;
|
|
10111
10114
|
}
|
|
10112
|
-
var
|
|
10115
|
+
var Bl, Bp;
|
|
10113
10116
|
function Ny() {
|
|
10114
|
-
if (Bp) return
|
|
10115
|
-
Bp = 1,
|
|
10117
|
+
if (Bp) return Bl;
|
|
10118
|
+
Bp = 1, Bl = _;
|
|
10116
10119
|
function e(V) {
|
|
10117
10120
|
var C = this;
|
|
10118
10121
|
this.next = null, this.entry = null, this.finish = function() {
|
|
@@ -10123,7 +10126,7 @@ function Ny() {
|
|
|
10123
10126
|
_.WritableState = E;
|
|
10124
10127
|
var n = {
|
|
10125
10128
|
deprecate: zT()
|
|
10126
|
-
}, r = wy(), s =
|
|
10129
|
+
}, r = wy(), s = Go().Buffer, i = (typeof Wr < "u" ? Wr : typeof window < "u" ? window : typeof self < "u" ? self : {}).Uint8Array || function() {
|
|
10127
10130
|
};
|
|
10128
10131
|
function o(V) {
|
|
10129
10132
|
return s.from(V);
|
|
@@ -10334,18 +10337,18 @@ function Ny() {
|
|
|
10334
10337
|
}
|
|
10335
10338
|
}), _.prototype.destroy = c.destroy, _.prototype._undestroy = c.undestroy, _.prototype._destroy = function(V, C) {
|
|
10336
10339
|
C(V);
|
|
10337
|
-
},
|
|
10340
|
+
}, Bl;
|
|
10338
10341
|
}
|
|
10339
|
-
var
|
|
10342
|
+
var jl, jp;
|
|
10340
10343
|
function Pi() {
|
|
10341
|
-
if (jp) return
|
|
10344
|
+
if (jp) return jl;
|
|
10342
10345
|
jp = 1;
|
|
10343
10346
|
var e = Object.keys || function(u) {
|
|
10344
10347
|
var l = [];
|
|
10345
10348
|
for (var f in u) l.push(f);
|
|
10346
10349
|
return l;
|
|
10347
10350
|
};
|
|
10348
|
-
|
|
10351
|
+
jl = o;
|
|
10349
10352
|
var t = ky(), n = Ny();
|
|
10350
10353
|
di()(o, t);
|
|
10351
10354
|
for (var r = e(n.prototype), s = 0; s < r.length; s++) {
|
|
@@ -10398,14 +10401,14 @@ function Pi() {
|
|
|
10398
10401
|
set: function(l) {
|
|
10399
10402
|
this._readableState === void 0 || this._writableState === void 0 || (this._readableState.destroyed = l, this._writableState.destroyed = l);
|
|
10400
10403
|
}
|
|
10401
|
-
}),
|
|
10404
|
+
}), jl;
|
|
10402
10405
|
}
|
|
10403
|
-
var
|
|
10406
|
+
var Ul = {}, Ws = { exports: {} };
|
|
10404
10407
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
10405
10408
|
var Up;
|
|
10406
10409
|
function HT() {
|
|
10407
10410
|
return Up || (Up = 1, function(e, t) {
|
|
10408
|
-
var n =
|
|
10411
|
+
var n = Go(), r = n.Buffer;
|
|
10409
10412
|
function s(o, a) {
|
|
10410
10413
|
for (var c in o)
|
|
10411
10414
|
a[c] = o[c];
|
|
@@ -10435,8 +10438,8 @@ function HT() {
|
|
|
10435
10438
|
}(Ws, Ws.exports)), Ws.exports;
|
|
10436
10439
|
}
|
|
10437
10440
|
var qp;
|
|
10438
|
-
function
|
|
10439
|
-
if (qp) return
|
|
10441
|
+
function Xc() {
|
|
10442
|
+
if (qp) return Ul;
|
|
10440
10443
|
qp = 1;
|
|
10441
10444
|
var e = HT().Buffer, t = e.isEncoding || function(v) {
|
|
10442
10445
|
switch (v = "" + v, v && v.toLowerCase()) {
|
|
@@ -10485,7 +10488,7 @@ function Qc() {
|
|
|
10485
10488
|
if (typeof g != "string" && (e.isEncoding === t || !t(v))) throw new Error("Unknown encoding: " + v);
|
|
10486
10489
|
return g || v;
|
|
10487
10490
|
}
|
|
10488
|
-
|
|
10491
|
+
Ul.StringDecoder = s;
|
|
10489
10492
|
function s(v) {
|
|
10490
10493
|
this.encoding = r(v);
|
|
10491
10494
|
var g;
|
|
@@ -10590,11 +10593,11 @@ function Qc() {
|
|
|
10590
10593
|
function A(v) {
|
|
10591
10594
|
return v && v.length ? this.write(v) : "";
|
|
10592
10595
|
}
|
|
10593
|
-
return
|
|
10596
|
+
return Ul;
|
|
10594
10597
|
}
|
|
10595
|
-
var
|
|
10598
|
+
var ql, Vp;
|
|
10596
10599
|
function zu() {
|
|
10597
|
-
if (Vp) return
|
|
10600
|
+
if (Vp) return ql;
|
|
10598
10601
|
Vp = 1;
|
|
10599
10602
|
var e = Bi().codes.ERR_STREAM_PREMATURE_CLOSE;
|
|
10600
10603
|
function t(i) {
|
|
@@ -10637,11 +10640,11 @@ function zu() {
|
|
|
10637
10640
|
i.removeListener("complete", d), i.removeListener("abort", A), i.removeListener("request", v), i.req && i.req.removeListener("finish", d), i.removeListener("end", l), i.removeListener("close", l), i.removeListener("finish", d), i.removeListener("end", w), i.removeListener("error", m), i.removeListener("close", A);
|
|
10638
10641
|
};
|
|
10639
10642
|
}
|
|
10640
|
-
return
|
|
10643
|
+
return ql = s, ql;
|
|
10641
10644
|
}
|
|
10642
|
-
var
|
|
10645
|
+
var Vl, Wp;
|
|
10643
10646
|
function GT() {
|
|
10644
|
-
if (Wp) return
|
|
10647
|
+
if (Wp) return Vl;
|
|
10645
10648
|
Wp = 1;
|
|
10646
10649
|
var e;
|
|
10647
10650
|
function t(h, b, S) {
|
|
@@ -10763,23 +10766,23 @@ function GT() {
|
|
|
10763
10766
|
T !== null && (E[u] = null, E[i] = null, E[o] = null, T(d(void 0, !0))), E[c] = !0;
|
|
10764
10767
|
}), b.on("readable", w.bind(null, E)), E;
|
|
10765
10768
|
};
|
|
10766
|
-
return
|
|
10769
|
+
return Vl = g, Vl;
|
|
10767
10770
|
}
|
|
10768
|
-
var
|
|
10771
|
+
var Wl, zp;
|
|
10769
10772
|
function KT() {
|
|
10770
|
-
return zp || (zp = 1,
|
|
10773
|
+
return zp || (zp = 1, Wl = function() {
|
|
10771
10774
|
throw new Error("Readable.from is not available in the browser");
|
|
10772
|
-
}),
|
|
10775
|
+
}), Wl;
|
|
10773
10776
|
}
|
|
10774
|
-
var
|
|
10777
|
+
var zl, Hp;
|
|
10775
10778
|
function ky() {
|
|
10776
|
-
if (Hp) return
|
|
10777
|
-
Hp = 1,
|
|
10779
|
+
if (Hp) return zl;
|
|
10780
|
+
Hp = 1, zl = T;
|
|
10778
10781
|
var e;
|
|
10779
10782
|
T.ReadableState = _, Uu().EventEmitter;
|
|
10780
10783
|
var t = function(U, ie) {
|
|
10781
10784
|
return U.listeners(ie).length;
|
|
10782
|
-
}, n = wy(), r =
|
|
10785
|
+
}, n = wy(), r = Go().Buffer, s = (typeof Wr < "u" ? Wr : typeof window < "u" ? window : typeof self < "u" ? self : {}).Uint8Array || function() {
|
|
10783
10786
|
};
|
|
10784
10787
|
function i(D) {
|
|
10785
10788
|
return r.from(D);
|
|
@@ -10798,7 +10801,7 @@ function ky() {
|
|
|
10798
10801
|
!D._events || !D._events[U] ? D.on(U, ie) : Array.isArray(D._events[U]) ? D._events[U].unshift(ie) : D._events[U] = [ie, D._events[U]];
|
|
10799
10802
|
}
|
|
10800
10803
|
function _(D, U, ie) {
|
|
10801
|
-
e = e || Pi(), D = D || {}, typeof ie != "boolean" && (ie = U instanceof e), this.objectMode = !!D.objectMode, ie && (this.objectMode = this.objectMode || !!D.readableObjectMode), this.highWaterMark = d(this, D, "readableHighWaterMark", ie), this.buffer = new u(), this.length = 0, this.pipes = null, this.pipesCount = 0, this.flowing = null, this.ended = !1, this.endEmitted = !1, this.reading = !1, this.sync = !0, this.needReadable = !1, this.emittedReadable = !1, this.readableListening = !1, this.resumeScheduled = !1, this.paused = !0, this.emitClose = D.emitClose !== !1, this.autoDestroy = !!D.autoDestroy, this.destroyed = !1, this.defaultEncoding = D.defaultEncoding || "utf8", this.awaitDrain = 0, this.readingMore = !1, this.decoder = null, this.encoding = null, D.encoding && (g || (g =
|
|
10804
|
+
e = e || Pi(), D = D || {}, typeof ie != "boolean" && (ie = U instanceof e), this.objectMode = !!D.objectMode, ie && (this.objectMode = this.objectMode || !!D.readableObjectMode), this.highWaterMark = d(this, D, "readableHighWaterMark", ie), this.buffer = new u(), this.length = 0, this.pipes = null, this.pipesCount = 0, this.flowing = null, this.ended = !1, this.endEmitted = !1, this.reading = !1, this.sync = !0, this.needReadable = !1, this.emittedReadable = !1, this.readableListening = !1, this.resumeScheduled = !1, this.paused = !0, this.emitClose = D.emitClose !== !1, this.autoDestroy = !!D.autoDestroy, this.destroyed = !1, this.defaultEncoding = D.defaultEncoding || "utf8", this.awaitDrain = 0, this.readingMore = !1, this.decoder = null, this.encoding = null, D.encoding && (g || (g = Xc().StringDecoder), this.decoder = new g(D.encoding), this.encoding = D.encoding);
|
|
10802
10805
|
}
|
|
10803
10806
|
function T(D) {
|
|
10804
10807
|
if (e = e || Pi(), !(this instanceof T)) return new T(D);
|
|
@@ -10857,7 +10860,7 @@ function ky() {
|
|
|
10857
10860
|
T.prototype.isPaused = function() {
|
|
10858
10861
|
return this._readableState.flowing === !1;
|
|
10859
10862
|
}, T.prototype.setEncoding = function(D) {
|
|
10860
|
-
g || (g =
|
|
10863
|
+
g || (g = Xc().StringDecoder);
|
|
10861
10864
|
var U = new g(D);
|
|
10862
10865
|
this._readableState.decoder = U, this._readableState.encoding = this._readableState.decoder.encoding;
|
|
10863
10866
|
for (var ie = this._readableState.buffer.head, Se = ""; ie !== null; )
|
|
@@ -11107,12 +11110,12 @@ function ky() {
|
|
|
11107
11110
|
if (D[ie] === U) return ie;
|
|
11108
11111
|
return -1;
|
|
11109
11112
|
}
|
|
11110
|
-
return
|
|
11113
|
+
return zl;
|
|
11111
11114
|
}
|
|
11112
|
-
var
|
|
11115
|
+
var Hl, Gp;
|
|
11113
11116
|
function Ly() {
|
|
11114
|
-
if (Gp) return
|
|
11115
|
-
Gp = 1,
|
|
11117
|
+
if (Gp) return Hl;
|
|
11118
|
+
Gp = 1, Hl = a;
|
|
11116
11119
|
var e = Bi().codes, t = e.ERR_METHOD_NOT_IMPLEMENTED, n = e.ERR_MULTIPLE_CALLBACK, r = e.ERR_TRANSFORM_ALREADY_TRANSFORMING, s = e.ERR_TRANSFORM_WITH_LENGTH_0, i = Pi();
|
|
11117
11120
|
di()(a, i);
|
|
11118
11121
|
function o(l, f) {
|
|
@@ -11166,12 +11169,12 @@ function Ly() {
|
|
|
11166
11169
|
if (l._transformState.transforming) throw new r();
|
|
11167
11170
|
return l.push(null);
|
|
11168
11171
|
}
|
|
11169
|
-
return
|
|
11172
|
+
return Hl;
|
|
11170
11173
|
}
|
|
11171
|
-
var
|
|
11174
|
+
var Gl, Kp;
|
|
11172
11175
|
function QT() {
|
|
11173
|
-
if (Kp) return
|
|
11174
|
-
Kp = 1,
|
|
11176
|
+
if (Kp) return Gl;
|
|
11177
|
+
Kp = 1, Gl = t;
|
|
11175
11178
|
var e = Ly();
|
|
11176
11179
|
di()(t, e);
|
|
11177
11180
|
function t(n) {
|
|
@@ -11180,11 +11183,11 @@ function QT() {
|
|
|
11180
11183
|
}
|
|
11181
11184
|
return t.prototype._transform = function(n, r, s) {
|
|
11182
11185
|
s(null, n);
|
|
11183
|
-
},
|
|
11186
|
+
}, Gl;
|
|
11184
11187
|
}
|
|
11185
|
-
var
|
|
11188
|
+
var Kl, Qp;
|
|
11186
11189
|
function XT() {
|
|
11187
|
-
if (Qp) return
|
|
11190
|
+
if (Qp) return Kl;
|
|
11188
11191
|
Qp = 1;
|
|
11189
11192
|
var e;
|
|
11190
11193
|
function t(d) {
|
|
@@ -11244,12 +11247,12 @@ function XT() {
|
|
|
11244
11247
|
});
|
|
11245
11248
|
return y.reduce(u);
|
|
11246
11249
|
}
|
|
11247
|
-
return
|
|
11250
|
+
return Kl = f, Kl;
|
|
11248
11251
|
}
|
|
11249
|
-
var
|
|
11252
|
+
var Ql, Xp;
|
|
11250
11253
|
function YT() {
|
|
11251
|
-
if (Xp) return
|
|
11252
|
-
Xp = 1,
|
|
11254
|
+
if (Xp) return Ql;
|
|
11255
|
+
Xp = 1, Ql = n;
|
|
11253
11256
|
var e = Uu().EventEmitter, t = di();
|
|
11254
11257
|
t(n, e), n.Readable = ky(), n.Writable = Ny(), n.Duplex = Pi(), n.Transform = Ly(), n.PassThrough = QT(), n.finished = zu(), n.pipeline = XT(), n.Stream = n;
|
|
11255
11258
|
function n() {
|
|
@@ -11281,7 +11284,7 @@ function YT() {
|
|
|
11281
11284
|
i.removeListener("data", o), r.removeListener("drain", a), i.removeListener("end", u), i.removeListener("close", l), i.removeListener("error", f), r.removeListener("error", f), i.removeListener("end", d), i.removeListener("close", d), r.removeListener("close", d);
|
|
11282
11285
|
}
|
|
11283
11286
|
return i.on("end", d), i.on("close", d), r.on("close", d), r.emit("pipe", i), r;
|
|
11284
|
-
},
|
|
11287
|
+
}, Ql;
|
|
11285
11288
|
}
|
|
11286
11289
|
var Yp;
|
|
11287
11290
|
function JT() {
|
|
@@ -11431,7 +11434,7 @@ function JT() {
|
|
|
11431
11434
|
}), l.prototype.write = function(C) {
|
|
11432
11435
|
if (typeof mr == "function" && typeof mr.isBuffer == "function" && mr.isBuffer(C)) {
|
|
11433
11436
|
if (!this._decoder) {
|
|
11434
|
-
var O =
|
|
11437
|
+
var O = Xc().StringDecoder;
|
|
11435
11438
|
this._decoder = new O("utf8");
|
|
11436
11439
|
}
|
|
11437
11440
|
C = this._decoder.write(C);
|
|
@@ -12170,22 +12173,22 @@ Actual: ` + C.attribValue
|
|
|
12170
12173
|
}) : String.fromCodePoint = W;
|
|
12171
12174
|
}();
|
|
12172
12175
|
})(e);
|
|
12173
|
-
}(
|
|
12176
|
+
}(Pa)), Pa;
|
|
12174
12177
|
}
|
|
12175
|
-
var
|
|
12178
|
+
var Xl, Jp;
|
|
12176
12179
|
function Hu() {
|
|
12177
|
-
return Jp || (Jp = 1,
|
|
12180
|
+
return Jp || (Jp = 1, Xl = {
|
|
12178
12181
|
isArray: function(e) {
|
|
12179
12182
|
return Array.isArray ? Array.isArray(e) : Object.prototype.toString.call(e) === "[object Array]";
|
|
12180
12183
|
}
|
|
12181
|
-
}),
|
|
12184
|
+
}), Xl;
|
|
12182
12185
|
}
|
|
12183
|
-
var
|
|
12186
|
+
var Yl, Zp;
|
|
12184
12187
|
function Gu() {
|
|
12185
|
-
if (Zp) return
|
|
12188
|
+
if (Zp) return Yl;
|
|
12186
12189
|
Zp = 1;
|
|
12187
12190
|
var e = Hu().isArray;
|
|
12188
|
-
return
|
|
12191
|
+
return Yl = {
|
|
12189
12192
|
copyOptions: function(t) {
|
|
12190
12193
|
var n, r = {};
|
|
12191
12194
|
for (n in t)
|
|
@@ -12207,11 +12210,11 @@ function Gu() {
|
|
|
12207
12210
|
checkFnExists: function(t, n) {
|
|
12208
12211
|
return t + "Fn" in n;
|
|
12209
12212
|
}
|
|
12210
|
-
},
|
|
12213
|
+
}, Yl;
|
|
12211
12214
|
}
|
|
12212
|
-
var
|
|
12215
|
+
var Jl, eh;
|
|
12213
12216
|
function Dy() {
|
|
12214
|
-
if (eh) return
|
|
12217
|
+
if (eh) return Jl;
|
|
12215
12218
|
eh = 1;
|
|
12216
12219
|
var e = JT(), t = Gu(), n = Hu().isArray, r, s;
|
|
12217
12220
|
function i(v) {
|
|
@@ -12314,34 +12317,34 @@ function Dy() {
|
|
|
12314
12317
|
function A(v) {
|
|
12315
12318
|
v.note = v;
|
|
12316
12319
|
}
|
|
12317
|
-
return
|
|
12320
|
+
return Jl = function(v, g) {
|
|
12318
12321
|
var h = e.parser(!0, {}), b = {};
|
|
12319
12322
|
if (s = b, r = i(g), h.opt = { strictEntities: !0 }, h.onopentag = l, h.ontext = f, h.oncomment = d, h.onclosetag = y, h.onerror = A, h.oncdata = w, h.ondoctype = m, h.onprocessinginstruction = u, h.write(v).close(), b[r.elementsKey]) {
|
|
12320
12323
|
var S = b[r.elementsKey];
|
|
12321
12324
|
delete b[r.elementsKey], b[r.elementsKey] = S, delete b.text;
|
|
12322
12325
|
}
|
|
12323
12326
|
return b;
|
|
12324
|
-
},
|
|
12327
|
+
}, Jl;
|
|
12325
12328
|
}
|
|
12326
|
-
var
|
|
12329
|
+
var Zl, th;
|
|
12327
12330
|
function ZT() {
|
|
12328
|
-
if (th) return
|
|
12331
|
+
if (th) return Zl;
|
|
12329
12332
|
th = 1;
|
|
12330
12333
|
var e = Gu(), t = Dy();
|
|
12331
12334
|
function n(r) {
|
|
12332
12335
|
var s = e.copyOptions(r);
|
|
12333
12336
|
return e.ensureSpacesExists(s), s;
|
|
12334
12337
|
}
|
|
12335
|
-
return
|
|
12338
|
+
return Zl = function(r, s) {
|
|
12336
12339
|
var i, o, a, c;
|
|
12337
12340
|
return i = n(s), o = t(r, i), c = "compact" in i && i.compact ? "_parent" : "parent", "addParent" in i && i.addParent ? a = JSON.stringify(o, function(u, l) {
|
|
12338
12341
|
return u === c ? "_" : l;
|
|
12339
12342
|
}, i.spaces) : a = JSON.stringify(o, null, i.spaces), a.replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029");
|
|
12340
|
-
},
|
|
12343
|
+
}, Zl;
|
|
12341
12344
|
}
|
|
12342
|
-
var
|
|
12345
|
+
var ec, nh;
|
|
12343
12346
|
function My() {
|
|
12344
|
-
if (nh) return
|
|
12347
|
+
if (nh) return ec;
|
|
12345
12348
|
nh = 1;
|
|
12346
12349
|
var e = Gu(), t = Hu().isArray, n, r;
|
|
12347
12350
|
function s(h) {
|
|
@@ -12531,18 +12534,18 @@ function My() {
|
|
|
12531
12534
|
}
|
|
12532
12535
|
return N.join("");
|
|
12533
12536
|
}
|
|
12534
|
-
return
|
|
12537
|
+
return ec = function(h, b) {
|
|
12535
12538
|
b = s(b);
|
|
12536
12539
|
var S = [];
|
|
12537
12540
|
return n = h, r = "_root_", b.compact ? S.push(g(h, b, 0, !0)) : (h[b.declarationKey] && S.push(a(h[b.declarationKey], b, 0)), h[b.elementsKey] && h[b.elementsKey].length && S.push(m(h[b.elementsKey], b, 0, !S.length))), S.join("");
|
|
12538
|
-
},
|
|
12541
|
+
}, ec;
|
|
12539
12542
|
}
|
|
12540
|
-
var
|
|
12543
|
+
var tc, rh;
|
|
12541
12544
|
function e_() {
|
|
12542
|
-
if (rh) return
|
|
12545
|
+
if (rh) return tc;
|
|
12543
12546
|
rh = 1;
|
|
12544
12547
|
var e = My();
|
|
12545
|
-
return
|
|
12548
|
+
return tc = function(t, n) {
|
|
12546
12549
|
t instanceof mr && (t = t.toString());
|
|
12547
12550
|
var r = null;
|
|
12548
12551
|
if (typeof t == "string")
|
|
@@ -12554,19 +12557,19 @@ function e_() {
|
|
|
12554
12557
|
else
|
|
12555
12558
|
r = t;
|
|
12556
12559
|
return e(r, n);
|
|
12557
|
-
},
|
|
12560
|
+
}, tc;
|
|
12558
12561
|
}
|
|
12559
|
-
var
|
|
12562
|
+
var nc, ih;
|
|
12560
12563
|
function t_() {
|
|
12561
|
-
if (ih) return
|
|
12564
|
+
if (ih) return nc;
|
|
12562
12565
|
ih = 1;
|
|
12563
12566
|
var e = Dy(), t = ZT(), n = My(), r = e_();
|
|
12564
|
-
return
|
|
12567
|
+
return nc = {
|
|
12565
12568
|
xml2js: e,
|
|
12566
12569
|
xml2json: t,
|
|
12567
12570
|
js2xml: n,
|
|
12568
12571
|
json2xml: r
|
|
12569
|
-
},
|
|
12572
|
+
}, nc;
|
|
12570
12573
|
}
|
|
12571
12574
|
t_();
|
|
12572
12575
|
/*! For license information please see index.js.LICENSE.txt */
|
|
@@ -12592,7 +12595,7 @@ var n_ = { 2: (e) => {
|
|
|
12592
12595
|
}, 101: function(e, t, n) {
|
|
12593
12596
|
var r;
|
|
12594
12597
|
e = n.nmd(e), function(s) {
|
|
12595
|
-
var i = (e && e.exports, typeof
|
|
12598
|
+
var i = (e && e.exports, typeof Mr == "object" && Mr);
|
|
12596
12599
|
i.global !== i && i.window;
|
|
12597
12600
|
var o = function(f) {
|
|
12598
12601
|
this.message = f;
|
|
@@ -13797,7 +13800,7 @@ var n_ = { 2: (e) => {
|
|
|
13797
13800
|
return m(h.protocol) ? g.replace(/\\/g, "/") : g;
|
|
13798
13801
|
}, ["/", "pathname"], ["@", "auth", 1], [NaN, "host", void 0, 1, 1], [/:(\d*)$/, "port", void 0, 1], [NaN, "hostname", void 0, 1, 1]], y = { hash: 1, query: 1 };
|
|
13799
13802
|
function w(g) {
|
|
13800
|
-
var h, b = (typeof window < "u" ? window : typeof
|
|
13803
|
+
var h, b = (typeof window < "u" ? window : typeof Mr < "u" ? Mr : typeof self < "u" ? self : {}).location || {}, S = {}, E = typeof (g = g || b);
|
|
13801
13804
|
if (g.protocol === "blob:") S = new v(unescape(g.pathname), {});
|
|
13802
13805
|
else if (E === "string") for (h in S = new v(g, {}), y) delete S[h];
|
|
13803
13806
|
else if (E === "object") {
|
|
@@ -13888,12 +13891,12 @@ ht.n = (e) => {
|
|
|
13888
13891
|
for (var n in t) ht.o(t, n) && !ht.o(e, n) && Object.defineProperty(e, n, { enumerable: !0, get: t[n] });
|
|
13889
13892
|
}, ht.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t), ht.nmd = (e) => (e.paths = [], e.children || (e.children = []), e);
|
|
13890
13893
|
var qn = {};
|
|
13891
|
-
ht.d(qn, { hT: () => gn, O4: () => Er, Kd: () => f_, YK: () => d_, UU: () => bx, Gu: () => qy, ky: () => Zy, h4: () => $s, ch: () =>
|
|
13894
|
+
ht.d(qn, { hT: () => gn, O4: () => Er, Kd: () => f_, YK: () => d_, UU: () => bx, Gu: () => qy, ky: () => Zy, h4: () => $s, ch: () => Xo, hq: () => pi, i5: () => eb });
|
|
13892
13895
|
var r_ = ht(737), i_ = ht.n(r_);
|
|
13893
|
-
function
|
|
13894
|
-
if (!
|
|
13896
|
+
function rc(e) {
|
|
13897
|
+
if (!Yc(e)) throw new Error("Parameter was not an error");
|
|
13895
13898
|
}
|
|
13896
|
-
function
|
|
13899
|
+
function Yc(e) {
|
|
13897
13900
|
return !!e && typeof e == "object" && (t = e, Object.prototype.toString.call(t) === "[object Error]") || e instanceof Error;
|
|
13898
13901
|
var t;
|
|
13899
13902
|
}
|
|
@@ -13902,7 +13905,7 @@ class yn extends Error {
|
|
|
13902
13905
|
const r = [...arguments], { options: s, shortMessage: i } = function(a) {
|
|
13903
13906
|
let c, u = "";
|
|
13904
13907
|
if (a.length === 0) c = {};
|
|
13905
|
-
else if (
|
|
13908
|
+
else if (Yc(a[0])) c = { cause: a[0] }, u = a.slice(1).join(" ") || "";
|
|
13906
13909
|
else if (a[0] && typeof a[0] == "object") c = Object.assign({}, a[0]), u = a.slice(1).join(" ") || "";
|
|
13907
13910
|
else {
|
|
13908
13911
|
if (typeof a[0] != "string") throw new Error("Invalid arguments passed to Layerr");
|
|
@@ -13917,16 +13920,16 @@ class yn extends Error {
|
|
|
13917
13920
|
}
|
|
13918
13921
|
}
|
|
13919
13922
|
static cause(t) {
|
|
13920
|
-
return
|
|
13923
|
+
return rc(t), t._cause && Yc(t._cause) ? t._cause : null;
|
|
13921
13924
|
}
|
|
13922
13925
|
static fullStack(t) {
|
|
13923
|
-
|
|
13926
|
+
rc(t);
|
|
13924
13927
|
const n = yn.cause(t);
|
|
13925
13928
|
return n ? `${t.stack}
|
|
13926
13929
|
caused by: ${yn.fullStack(n)}` : t.stack ?? "";
|
|
13927
13930
|
}
|
|
13928
13931
|
static info(t) {
|
|
13929
|
-
|
|
13932
|
+
rc(t);
|
|
13930
13933
|
const n = {}, r = yn.cause(t);
|
|
13931
13934
|
return r && Object.assign(n, yn.info(r)), t._info && Object.assign(n, t._info), n;
|
|
13932
13935
|
}
|
|
@@ -14031,7 +14034,7 @@ function Uy(e, t, n, r, s) {
|
|
|
14031
14034
|
ht(345), ht(800);
|
|
14032
14035
|
const dh = "@@HOTPATCHER", p_ = () => {
|
|
14033
14036
|
};
|
|
14034
|
-
function
|
|
14037
|
+
function ic(e) {
|
|
14035
14038
|
return { original: e, methods: [e], final: !1 };
|
|
14036
14039
|
}
|
|
14037
14040
|
class h_ {
|
|
@@ -14089,11 +14092,11 @@ class h_ {
|
|
|
14089
14092
|
const { chain: s = !1 } = r;
|
|
14090
14093
|
if (this.configuration.registry[t] && this.configuration.registry[t].final) throw new Error(`Failed patching '${t}': Method marked as being final`);
|
|
14091
14094
|
if (typeof n != "function") throw new Error(`Failed patching '${t}': Provided method is not a function`);
|
|
14092
|
-
if (s) this.configuration.registry[t] ? this.configuration.registry[t].methods.push(n) : this.configuration.registry[t] =
|
|
14095
|
+
if (s) this.configuration.registry[t] ? this.configuration.registry[t].methods.push(n) : this.configuration.registry[t] = ic(n);
|
|
14093
14096
|
else if (this.isPatched(t)) {
|
|
14094
14097
|
const { original: i } = this.configuration.registry[t];
|
|
14095
|
-
this.configuration.registry[t] = Object.assign(
|
|
14096
|
-
} else this.configuration.registry[t] =
|
|
14098
|
+
this.configuration.registry[t] = Object.assign(ic(n), { original: i });
|
|
14099
|
+
} else this.configuration.registry[t] = ic(n);
|
|
14097
14100
|
return this;
|
|
14098
14101
|
}
|
|
14099
14102
|
patchInline(t, n) {
|
|
@@ -14117,9 +14120,9 @@ class h_ {
|
|
|
14117
14120
|
return this.configuration.registry[t].final = !0, this;
|
|
14118
14121
|
}
|
|
14119
14122
|
}
|
|
14120
|
-
let
|
|
14123
|
+
let sc = null;
|
|
14121
14124
|
function qy() {
|
|
14122
|
-
return
|
|
14125
|
+
return sc || (sc = new h_()), sc;
|
|
14123
14126
|
}
|
|
14124
14127
|
function Ao(e) {
|
|
14125
14128
|
return function(t) {
|
|
@@ -14150,7 +14153,7 @@ function g_(e) {
|
|
|
14150
14153
|
for (const n of e.keys()) t[n] = e.get(n);
|
|
14151
14154
|
return t;
|
|
14152
14155
|
}
|
|
14153
|
-
function
|
|
14156
|
+
function Jc() {
|
|
14154
14157
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++) t[n] = arguments[n];
|
|
14155
14158
|
if (t.length === 0) return {};
|
|
14156
14159
|
const r = {};
|
|
@@ -14177,12 +14180,12 @@ function Ku(e) {
|
|
|
14177
14180
|
}
|
|
14178
14181
|
};
|
|
14179
14182
|
}
|
|
14180
|
-
function
|
|
14183
|
+
function Zc(e, t, n) {
|
|
14181
14184
|
return n ? t ? t(e) : e : (e && e.then || (e = Promise.resolve(e)), t ? e.then(t) : e);
|
|
14182
14185
|
}
|
|
14183
14186
|
const Hy = Ku(function(e) {
|
|
14184
14187
|
const t = e._digest;
|
|
14185
|
-
return delete e._digest, t.hasDigestAuth && (e = ph(e, { headers: { Authorization: ch(e, t) } })),
|
|
14188
|
+
return delete e._digest, t.hasDigestAuth && (e = ph(e, { headers: { Authorization: ch(e, t) } })), Zc(To(e), function(n) {
|
|
14186
14189
|
let r = !1;
|
|
14187
14190
|
return s = function(o) {
|
|
14188
14191
|
return r ? o : n;
|
|
@@ -14201,7 +14204,7 @@ const Hy = Ku(function(e) {
|
|
|
14201
14204
|
return u;
|
|
14202
14205
|
}(), !0;
|
|
14203
14206
|
}(n, t), function() {
|
|
14204
|
-
if (t.hasDigestAuth) return
|
|
14207
|
+
if (t.hasDigestAuth) return Zc(To(e = ph(e, { headers: { Authorization: ch(e, t) } })), function(o) {
|
|
14205
14208
|
return o.status == 401 ? t.hasDigestAuth = !1 : t.nc++, r = !0, o;
|
|
14206
14209
|
});
|
|
14207
14210
|
}();
|
|
@@ -14210,7 +14213,7 @@ const Hy = Ku(function(e) {
|
|
|
14210
14213
|
var s, i;
|
|
14211
14214
|
});
|
|
14212
14215
|
}), b_ = Ku(function(e, t) {
|
|
14213
|
-
return
|
|
14216
|
+
return Zc(To(e), function(n) {
|
|
14214
14217
|
return n.ok ? (t.authType = gn.Password, n) : n.status == 401 && By(n) ? (t.authType = gn.Digest, Uy(t, t.username, t.password, void 0, void 0), e._digest = t.digest, Hy(e)) : n;
|
|
14215
14218
|
});
|
|
14216
14219
|
}), Ht = Ku(function(e, t) {
|
|
@@ -14218,14 +14221,14 @@ const Hy = Ku(function(e) {
|
|
|
14218
14221
|
});
|
|
14219
14222
|
function Gt(e, t, n) {
|
|
14220
14223
|
const r = Ao(e);
|
|
14221
|
-
return r.headers =
|
|
14224
|
+
return r.headers = Jc(t.headers, r.headers || {}, n.headers || {}), n.data !== void 0 && (r.data = n.data), n.signal && (r.signal = n.signal), t.httpAgent && (r.httpAgent = t.httpAgent), t.httpsAgent && (r.httpsAgent = t.httpsAgent), t.digest && (r._digest = t.digest), typeof t.withCredentials == "boolean" && (r.withCredentials = t.withCredentials), r;
|
|
14222
14225
|
}
|
|
14223
14226
|
function To(e) {
|
|
14224
14227
|
const t = qy();
|
|
14225
14228
|
return t.patchInline("request", (n) => t.patchInline("fetch", u_, n.url, function(r) {
|
|
14226
14229
|
let s = {};
|
|
14227
14230
|
const i = { method: r.method };
|
|
14228
|
-
if (r.headers && (s =
|
|
14231
|
+
if (r.headers && (s = Jc(s, r.headers)), r.data !== void 0) {
|
|
14229
14232
|
const [o, a] = function(c) {
|
|
14230
14233
|
if (typeof c == "string") return [c, {}];
|
|
14231
14234
|
if (zy(c)) return [c, {}];
|
|
@@ -14233,7 +14236,7 @@ function To(e) {
|
|
|
14233
14236
|
if (c && typeof c == "object") return [JSON.stringify(c), { "content-type": "application/json" }];
|
|
14234
14237
|
throw new Error("Unable to convert request body: Unexpected body type: " + typeof c);
|
|
14235
14238
|
}(r.data);
|
|
14236
|
-
i.body = o, s =
|
|
14239
|
+
i.body = o, s = Jc(s, a);
|
|
14237
14240
|
}
|
|
14238
14241
|
return r.signal && (i.signal = r.signal), r.withCredentials && (i.credentials = "include"), i.headers = s, i;
|
|
14239
14242
|
}(n)), e);
|
|
@@ -14276,8 +14279,8 @@ const _o = (e) => {
|
|
|
14276
14279
|
}, ns = function(e) {
|
|
14277
14280
|
let { windowsPathsNoEscape: t = !1 } = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
14278
14281
|
return t ? e.replace(/\[([^\/\\])\]/g, "$1") : e.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
|
|
14279
|
-
}, E_ = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]), gh = (e) => E_.has(e),
|
|
14280
|
-
var jt, Yt, dr, At, Lt,
|
|
14282
|
+
}, E_ = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]), gh = (e) => E_.has(e), oc = "(?!\\.)", A_ = /* @__PURE__ */ new Set(["[", "."]), T_ = /* @__PURE__ */ new Set(["..", "."]), __ = new Set("().*{}+?[]^$\\!"), Qu = "[^/]", mh = Qu + "*?", yh = Qu + "+?";
|
|
14283
|
+
var jt, Yt, dr, At, Lt, Lr, Jr, Dr, Jn, Zr, bs, ai, Gy, Vr, eo, eu, Ky;
|
|
14281
14284
|
const hn = class hn {
|
|
14282
14285
|
constructor(t, n) {
|
|
14283
14286
|
An(this, ai);
|
|
@@ -14287,14 +14290,14 @@ const hn = class hn {
|
|
|
14287
14290
|
An(this, dr, !1);
|
|
14288
14291
|
An(this, At, []);
|
|
14289
14292
|
An(this, Lt);
|
|
14290
|
-
An(this,
|
|
14293
|
+
An(this, Lr);
|
|
14291
14294
|
An(this, Jr);
|
|
14292
|
-
An(this,
|
|
14295
|
+
An(this, Dr, !1);
|
|
14293
14296
|
An(this, Jn);
|
|
14294
14297
|
An(this, Zr);
|
|
14295
14298
|
An(this, bs, !1);
|
|
14296
14299
|
let r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
14297
|
-
this.type = t, t && Ft(this, Yt, !0), Ft(this, Lt, n), Ft(this, jt, Ie(this, Lt) ? Ie(Ie(this, Lt), jt) : this), Ft(this, Jn, Ie(this, jt) === this ? r : Ie(Ie(this, jt), Jn)), Ft(this, Jr, Ie(this, jt) === this ? [] : Ie(Ie(this, jt), Jr)), t !== "!" || Ie(Ie(this, jt),
|
|
14300
|
+
this.type = t, t && Ft(this, Yt, !0), Ft(this, Lt, n), Ft(this, jt, Ie(this, Lt) ? Ie(Ie(this, Lt), jt) : this), Ft(this, Jn, Ie(this, jt) === this ? r : Ie(Ie(this, jt), Jn)), Ft(this, Jr, Ie(this, jt) === this ? [] : Ie(Ie(this, jt), Jr)), t !== "!" || Ie(Ie(this, jt), Dr) || Ie(this, Jr).push(this), Ft(this, Lr, Ie(this, Lt) ? Ie(Ie(this, Lt), At).length : 0);
|
|
14298
14301
|
}
|
|
14299
14302
|
get hasMagic() {
|
|
14300
14303
|
if (Ie(this, Yt) !== void 0) return Ie(this, Yt);
|
|
@@ -14314,15 +14317,15 @@ const hn = class hn {
|
|
|
14314
14317
|
toJSON() {
|
|
14315
14318
|
var n;
|
|
14316
14319
|
const t = this.type === null ? Ie(this, At).slice().map((r) => typeof r == "string" ? r : r.toJSON()) : [this.type, ...Ie(this, At).map((r) => r.toJSON())];
|
|
14317
|
-
return this.isStart() && !this.type && t.unshift([]), this.isEnd() && (this === Ie(this, jt) || Ie(Ie(this, jt),
|
|
14320
|
+
return this.isStart() && !this.type && t.unshift([]), this.isEnd() && (this === Ie(this, jt) || Ie(Ie(this, jt), Dr) && ((n = Ie(this, Lt)) == null ? void 0 : n.type) === "!") && t.push({}), t;
|
|
14318
14321
|
}
|
|
14319
14322
|
isStart() {
|
|
14320
14323
|
var n;
|
|
14321
14324
|
if (Ie(this, jt) === this) return !0;
|
|
14322
14325
|
if (!((n = Ie(this, Lt)) != null && n.isStart())) return !1;
|
|
14323
|
-
if (Ie(this,
|
|
14326
|
+
if (Ie(this, Lr) === 0) return !0;
|
|
14324
14327
|
const t = Ie(this, Lt);
|
|
14325
|
-
for (let r = 0; r < Ie(this,
|
|
14328
|
+
for (let r = 0; r < Ie(this, Lr); r++) {
|
|
14326
14329
|
const s = Ie(t, At)[r];
|
|
14327
14330
|
if (!(s instanceof hn && s.type === "!")) return !1;
|
|
14328
14331
|
}
|
|
@@ -14334,7 +14337,7 @@ const hn = class hn {
|
|
|
14334
14337
|
if (!((r = Ie(this, Lt)) != null && r.isEnd())) return !1;
|
|
14335
14338
|
if (!this.type) return (s = Ie(this, Lt)) == null ? void 0 : s.isEnd();
|
|
14336
14339
|
const t = Ie(this, Lt) ? Ie(Ie(this, Lt), At).length : 0;
|
|
14337
|
-
return Ie(this,
|
|
14340
|
+
return Ie(this, Lr) === t - 1;
|
|
14338
14341
|
}
|
|
14339
14342
|
copyIn(t) {
|
|
14340
14343
|
typeof t == "string" ? this.push(t) : this.push(t.clone(this));
|
|
@@ -14348,7 +14351,7 @@ const hn = class hn {
|
|
|
14348
14351
|
var s;
|
|
14349
14352
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
14350
14353
|
const r = new hn(null, void 0, n);
|
|
14351
|
-
return Rr(s = hn,
|
|
14354
|
+
return Rr(s = hn, Vr, eo).call(s, t, r, 0, n), r;
|
|
14352
14355
|
}
|
|
14353
14356
|
toMMPattern() {
|
|
14354
14357
|
if (this !== Ie(this, jt)) return Ie(this, jt).toMMPattern();
|
|
@@ -14366,38 +14369,38 @@ const hn = class hn {
|
|
|
14366
14369
|
if (Ie(this, jt) === this && Rr(this, ai, Gy).call(this), !this.type) {
|
|
14367
14370
|
const u = this.isStart() && this.isEnd(), l = Ie(this, At).map((y) => {
|
|
14368
14371
|
var g;
|
|
14369
|
-
const [w, m, A, v] = typeof y == "string" ? Rr(g = hn,
|
|
14372
|
+
const [w, m, A, v] = typeof y == "string" ? Rr(g = hn, Vr, Ky).call(g, y, Ie(this, Yt), u) : y.toRegExpSource(t);
|
|
14370
14373
|
return Ft(this, Yt, Ie(this, Yt) || A), Ft(this, dr, Ie(this, dr) || v), w;
|
|
14371
14374
|
}).join("");
|
|
14372
14375
|
let f = "";
|
|
14373
14376
|
if (this.isStart() && typeof Ie(this, At)[0] == "string" && (Ie(this, At).length !== 1 || !T_.has(Ie(this, At)[0]))) {
|
|
14374
14377
|
const y = A_, w = n && y.has(l.charAt(0)) || l.startsWith("\\.") && y.has(l.charAt(2)) || l.startsWith("\\.\\.") && y.has(l.charAt(4)), m = !n && !t && y.has(l.charAt(0));
|
|
14375
|
-
f = w ? "(?!(?:^|/)\\.\\.?(?:$|/))" : m ?
|
|
14378
|
+
f = w ? "(?!(?:^|/)\\.\\.?(?:$|/))" : m ? oc : "";
|
|
14376
14379
|
}
|
|
14377
14380
|
let d = "";
|
|
14378
|
-
return this.isEnd() && Ie(Ie(this, jt),
|
|
14381
|
+
return this.isEnd() && Ie(Ie(this, jt), Dr) && ((c = Ie(this, Lt)) == null ? void 0 : c.type) === "!" && (d = "(?:$|\\/)"), [f + l + d, ns(l), Ft(this, Yt, !!Ie(this, Yt)), Ie(this, dr)];
|
|
14379
14382
|
}
|
|
14380
14383
|
const r = this.type === "*" || this.type === "+", s = this.type === "!" ? "(?:(?!(?:" : "(?:";
|
|
14381
|
-
let i = Rr(this, ai,
|
|
14384
|
+
let i = Rr(this, ai, eu).call(this, n);
|
|
14382
14385
|
if (this.isStart() && this.isEnd() && !i && this.type !== "!") {
|
|
14383
14386
|
const u = this.toString();
|
|
14384
14387
|
return Ft(this, At, [u]), this.type = null, Ft(this, Yt, void 0), [u, ns(this.toString()), !1, !1];
|
|
14385
14388
|
}
|
|
14386
|
-
let o = !r || t || n ? "" : Rr(this, ai,
|
|
14389
|
+
let o = !r || t || n ? "" : Rr(this, ai, eu).call(this, !0);
|
|
14387
14390
|
o === i && (o = ""), o && (i = `(?:${i})(?:${o})*?`);
|
|
14388
14391
|
let a = "";
|
|
14389
|
-
return a = this.type === "!" && Ie(this, bs) ? (this.isStart() && !n ?
|
|
14392
|
+
return a = this.type === "!" && Ie(this, bs) ? (this.isStart() && !n ? oc : "") + yh : s + i + (this.type === "!" ? "))" + (!this.isStart() || n || t ? "" : oc) + mh + ")" : this.type === "@" ? ")" : this.type === "?" ? ")?" : this.type === "+" && o ? ")" : this.type === "*" && o ? ")?" : `)${this.type}`), [a, ns(i), Ft(this, Yt, !!Ie(this, Yt)), Ie(this, dr)];
|
|
14390
14393
|
}
|
|
14391
14394
|
};
|
|
14392
|
-
jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(), Lt = new WeakMap(),
|
|
14395
|
+
jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(), Lt = new WeakMap(), Lr = new WeakMap(), Jr = new WeakMap(), Dr = new WeakMap(), Jn = new WeakMap(), Zr = new WeakMap(), bs = new WeakMap(), ai = new WeakSet(), Gy = function() {
|
|
14393
14396
|
if (this !== Ie(this, jt)) throw new Error("should only call on root");
|
|
14394
|
-
if (Ie(this,
|
|
14397
|
+
if (Ie(this, Dr)) return this;
|
|
14395
14398
|
let t;
|
|
14396
|
-
for (this.toString(), Ft(this,
|
|
14399
|
+
for (this.toString(), Ft(this, Dr, !0); t = Ie(this, Jr).pop(); ) {
|
|
14397
14400
|
if (t.type !== "!") continue;
|
|
14398
14401
|
let n = t, r = Ie(n, Lt);
|
|
14399
14402
|
for (; r; ) {
|
|
14400
|
-
for (let s = Ie(n,
|
|
14403
|
+
for (let s = Ie(n, Lr) + 1; !r.type && s < Ie(r, At).length; s++) for (const i of Ie(t, At)) {
|
|
14401
14404
|
if (typeof i == "string") throw new Error("string part in extglob AST??");
|
|
14402
14405
|
i.copyIn(Ie(r, At)[s]);
|
|
14403
14406
|
}
|
|
@@ -14405,7 +14408,7 @@ jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(),
|
|
|
14405
14408
|
}
|
|
14406
14409
|
}
|
|
14407
14410
|
return this;
|
|
14408
|
-
},
|
|
14411
|
+
}, Vr = new WeakSet(), eo = function(t, n, r, s) {
|
|
14409
14412
|
var y, w;
|
|
14410
14413
|
let i = !1, o = !1, a = -1, c = !1;
|
|
14411
14414
|
if (n.type === null) {
|
|
@@ -14418,7 +14421,7 @@ jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(),
|
|
|
14418
14421
|
else {
|
|
14419
14422
|
n.push(A), A = "";
|
|
14420
14423
|
const g = new hn(v, n);
|
|
14421
|
-
m = Rr(y = hn,
|
|
14424
|
+
m = Rr(y = hn, Vr, eo).call(y, t, g, m, s), n.push(g);
|
|
14422
14425
|
}
|
|
14423
14426
|
else o = !0, a = m, c = !1, A += v;
|
|
14424
14427
|
}
|
|
@@ -14434,7 +14437,7 @@ jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(),
|
|
|
14434
14437
|
else if (m !== "[") if (gh(m) && t.charAt(u) === "(") {
|
|
14435
14438
|
l.push(d), d = "";
|
|
14436
14439
|
const A = new hn(m, l);
|
|
14437
|
-
l.push(A), u = Rr(w = hn,
|
|
14440
|
+
l.push(A), u = Rr(w = hn, Vr, eo).call(w, t, A, u, s);
|
|
14438
14441
|
} else if (m !== "|") {
|
|
14439
14442
|
if (m === ")") return d === "" && Ie(n, At).length === 0 && Ft(n, bs, !0), l.push(d), d = "", n.push(...f, l), u;
|
|
14440
14443
|
d += m;
|
|
@@ -14442,7 +14445,7 @@ jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(),
|
|
|
14442
14445
|
else o = !0, a = u, c = !1, d += m;
|
|
14443
14446
|
}
|
|
14444
14447
|
return n.type = null, Ft(n, Yt, void 0), Ft(n, At, [t.substring(r - 1)]), u;
|
|
14445
|
-
},
|
|
14448
|
+
}, eu = function(t) {
|
|
14446
14449
|
return Ie(this, At).map((n) => {
|
|
14447
14450
|
if (typeof n == "string") throw new Error("string type in extglob ast??");
|
|
14448
14451
|
const [r, s, i, o] = n.toRegExpSource(t);
|
|
@@ -14465,7 +14468,7 @@ jt = new WeakMap(), Yt = new WeakMap(), dr = new WeakMap(), At = new WeakMap(),
|
|
|
14465
14468
|
} else a === t.length - 1 ? i += "\\\\" : s = !0;
|
|
14466
14469
|
}
|
|
14467
14470
|
return [i, ns(t), !!n, o];
|
|
14468
|
-
}, An(hn,
|
|
14471
|
+
}, An(hn, Vr);
|
|
14469
14472
|
let xo = hn;
|
|
14470
14473
|
const on = function(e, t) {
|
|
14471
14474
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -14881,7 +14884,7 @@ function $s(e) {
|
|
|
14881
14884
|
} }).parse(e)));
|
|
14882
14885
|
});
|
|
14883
14886
|
}
|
|
14884
|
-
function
|
|
14887
|
+
function Xo(e, t) {
|
|
14885
14888
|
let n = arguments.length > 2 && arguments[2] !== void 0 && arguments[2];
|
|
14886
14889
|
const { getlastmodified: r = null, getcontentlength: s = "0", resourcetype: i = null, getcontenttype: o = null, getetag: a = null } = e, c = i && typeof i == "object" && i.collection !== void 0 ? "directory" : "file", u = { filename: t, basename: So().basename(t), lastmod: r, size: parseInt(s, 10), type: c, etag: typeof a == "string" ? a.replace(/"/g, "") : null };
|
|
14887
14890
|
return c === "file" && (u.mime = o && typeof o == "string" ? o.split(";")[0] : ""), n && (e.displayname !== void 0 && (e.displayname = String(e.displayname)), u.props = e), u;
|
|
@@ -14898,7 +14901,7 @@ function Zy(e, t) {
|
|
|
14898
14901
|
const l = new Error(`Invalid response: ${u} ${c}`);
|
|
14899
14902
|
throw l.status = u, l;
|
|
14900
14903
|
}
|
|
14901
|
-
return
|
|
14904
|
+
return Xo(s, ys(t), n);
|
|
14902
14905
|
}
|
|
14903
14906
|
function eb(e) {
|
|
14904
14907
|
switch (String(e)) {
|
|
@@ -14911,7 +14914,7 @@ function eb(e) {
|
|
|
14911
14914
|
return parseInt(String(e), 10);
|
|
14912
14915
|
}
|
|
14913
14916
|
}
|
|
14914
|
-
function
|
|
14917
|
+
function ac(e, t, n) {
|
|
14915
14918
|
return n ? t ? t(e) : e : (e && e.then || (e = Promise.resolve(e)), t ? e.then(t) : e);
|
|
14916
14919
|
}
|
|
14917
14920
|
const Ju = /* @__PURE__ */ function(e) {
|
|
@@ -14926,9 +14929,9 @@ const Ju = /* @__PURE__ */ function(e) {
|
|
|
14926
14929
|
}(function(e, t) {
|
|
14927
14930
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
14928
14931
|
const { details: r = !1 } = n, s = Gt({ url: It(e.remoteURL, Rt(t)), method: "PROPFIND", headers: { Accept: "text/plain,application/xml", Depth: "0" } }, e, n);
|
|
14929
|
-
return
|
|
14930
|
-
return Kt(e, i),
|
|
14931
|
-
return
|
|
14932
|
+
return ac(Ht(s, e), function(i) {
|
|
14933
|
+
return Kt(e, i), ac(i.text(), function(o) {
|
|
14934
|
+
return ac($s(o), function(a) {
|
|
14932
14935
|
const c = Zy(a, t, r);
|
|
14933
14936
|
return pi(i, c, r);
|
|
14934
14937
|
});
|
|
@@ -15012,12 +15015,12 @@ const H_ = nb(function(e, t) {
|
|
|
15012
15015
|
}(0, function(c) {
|
|
15013
15016
|
const u = c;
|
|
15014
15017
|
return function() {
|
|
15015
|
-
if (u.status === 404) return s = !0, wh(
|
|
15018
|
+
if (u.status === 404) return s = !0, wh(tu(e, i, { ...n, recursive: !1 }));
|
|
15016
15019
|
throw c;
|
|
15017
15020
|
}();
|
|
15018
15021
|
});
|
|
15019
15022
|
}, (a = function() {
|
|
15020
|
-
if (s) return wh(
|
|
15023
|
+
if (s) return wh(tu(e, i, { ...n, recursive: !1 }));
|
|
15021
15024
|
}()) && a.then ? a.then(o) : o();
|
|
15022
15025
|
var o, a;
|
|
15023
15026
|
}, function() {
|
|
@@ -15082,7 +15085,7 @@ const Si = function() {
|
|
|
15082
15085
|
function Eh(e) {
|
|
15083
15086
|
return e instanceof Si && 1 & e.s;
|
|
15084
15087
|
}
|
|
15085
|
-
const
|
|
15088
|
+
const tu = nb(function(e, t) {
|
|
15086
15089
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
15087
15090
|
if (n.recursive === !0) return H_(e, t, n);
|
|
15088
15091
|
const r = Gt({ url: It(e.remoteURL, (s = Rt(t), s.endsWith("/") ? s : s + "/")), method: "MKCOL" }, e, n);
|
|
@@ -15178,7 +15181,7 @@ const Q_ = /* @__PURE__ */ function(e) {
|
|
|
15178
15181
|
throw r;
|
|
15179
15182
|
});
|
|
15180
15183
|
});
|
|
15181
|
-
function
|
|
15184
|
+
function lc(e, t, n) {
|
|
15182
15185
|
return n ? t ? t(e) : e : (e && e.then || (e = Promise.resolve(e)), t ? e.then(t) : e);
|
|
15183
15186
|
}
|
|
15184
15187
|
const ex = /* @__PURE__ */ function(e) {
|
|
@@ -15193,10 +15196,10 @@ const ex = /* @__PURE__ */ function(e) {
|
|
|
15193
15196
|
}(function(e, t) {
|
|
15194
15197
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
15195
15198
|
const r = Gt({ url: It(e.remoteURL, Rt(t), "/"), method: "PROPFIND", headers: { Accept: "text/plain,application/xml", Depth: n.deep ? "infinity" : "1" } }, e, n);
|
|
15196
|
-
return
|
|
15197
|
-
return Kt(e, s),
|
|
15199
|
+
return lc(Ht(r, e), function(s) {
|
|
15200
|
+
return Kt(e, s), lc(s.text(), function(i) {
|
|
15198
15201
|
if (!i) throw new Error("Failed parsing directory contents: Empty response");
|
|
15199
|
-
return
|
|
15202
|
+
return lc($s(i), function(o) {
|
|
15200
15203
|
const a = lh(t);
|
|
15201
15204
|
let c = function(u, l, f) {
|
|
15202
15205
|
let d = arguments.length > 3 && arguments[3] !== void 0 && arguments[3], y = arguments.length > 4 && arguments[4] !== void 0 && arguments[4];
|
|
@@ -15208,7 +15211,7 @@ const ex = /* @__PURE__ */ function(e) {
|
|
|
15208
15211
|
throw new yn(S, "Failed normalising HREF");
|
|
15209
15212
|
}
|
|
15210
15213
|
}(v.href), { propstat: { prop: h } } = v;
|
|
15211
|
-
return
|
|
15214
|
+
return Xo(h, w === "/" ? decodeURIComponent(ys(g)) : ys(So().relative(decodeURIComponent(w), decodeURIComponent(g))), d);
|
|
15212
15215
|
});
|
|
15213
15216
|
return y ? A : A.filter((v) => v.basename && (v.type === "file" || v.filename !== f.replace(/\/$/, "")));
|
|
15214
15217
|
}(o, lh(e.remoteBasePath || e.remotePath), a, n.details, n.includeSelf);
|
|
@@ -15271,7 +15274,7 @@ function rb(e, t) {
|
|
|
15271
15274
|
for (const r in n) n.hasOwnProperty(r) && (n[r] && typeof n[r] == "object" && r.indexOf(":") === -1 ? (n[`${t}:${r}`] = rb(n[r], t), delete n[r]) : /^@_/.test(r) === !1 && (n[`${t}:${r}`] = n[r], delete n[r]));
|
|
15272
15275
|
return n;
|
|
15273
15276
|
}
|
|
15274
|
-
function
|
|
15277
|
+
function nu(e, t, n) {
|
|
15275
15278
|
return n ? t ? t(e) : e : (e && e.then || (e = Promise.resolve(e)), t ? e.then(t) : e);
|
|
15276
15279
|
}
|
|
15277
15280
|
function ib(e) {
|
|
@@ -15287,7 +15290,7 @@ function ib(e) {
|
|
|
15287
15290
|
const ox = ib(function(e, t, n) {
|
|
15288
15291
|
let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
15289
15292
|
const s = Gt({ url: It(e.remoteURL, Rt(t)), method: "UNLOCK", headers: { "Lock-Token": n } }, e, r);
|
|
15290
|
-
return
|
|
15293
|
+
return nu(Ht(s, e), function(i) {
|
|
15291
15294
|
if (Kt(e, i), i.status !== 204 && i.status !== 200) throw Xu(i);
|
|
15292
15295
|
});
|
|
15293
15296
|
}), ax = ib(function(e, t) {
|
|
@@ -15295,8 +15298,8 @@ const ox = ib(function(e, t, n) {
|
|
|
15295
15298
|
const { refreshToken: r, timeout: s = lx } = n, i = { Accept: "text/plain,application/xml", Timeout: s };
|
|
15296
15299
|
r && (i.If = r);
|
|
15297
15300
|
const o = Gt({ url: It(e.remoteURL, Rt(t)), method: "LOCK", headers: i, data: sx(e.contactHref) }, e, n);
|
|
15298
|
-
return
|
|
15299
|
-
return Kt(e, a),
|
|
15301
|
+
return nu(Ht(o, e), function(a) {
|
|
15302
|
+
return Kt(e, a), nu(a.text(), function(c) {
|
|
15300
15303
|
const u = (d = c, new Yu.XMLParser({ removeNSPrefix: !0, parseAttributeValue: !0, parseTagValue: !0 }).parse(d)), l = fr().get(u, "prop.lockdiscovery.activelock.locktoken.href"), f = fr().get(u, "prop.lockdiscovery.activelock.timeout");
|
|
15301
15304
|
var d;
|
|
15302
15305
|
if (!l) throw Xu(a, "No lock token received: ");
|
|
@@ -15304,7 +15307,7 @@ const ox = ib(function(e, t, n) {
|
|
|
15304
15307
|
});
|
|
15305
15308
|
});
|
|
15306
15309
|
}), lx = "Infinite, Second-4100000000";
|
|
15307
|
-
function
|
|
15310
|
+
function cc(e, t, n) {
|
|
15308
15311
|
return n ? t ? t(e) : e : (e && e.then || (e = Promise.resolve(e)), t ? e.then(t) : e);
|
|
15309
15312
|
}
|
|
15310
15313
|
const cx = /* @__PURE__ */ function(e) {
|
|
@@ -15319,9 +15322,9 @@ const cx = /* @__PURE__ */ function(e) {
|
|
|
15319
15322
|
}(function(e) {
|
|
15320
15323
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
15321
15324
|
const n = t.path || "/", r = Gt({ url: It(e.remoteURL, n), method: "PROPFIND", headers: { Accept: "text/plain,application/xml", Depth: "0" } }, e, t);
|
|
15322
|
-
return
|
|
15323
|
-
return Kt(e, s),
|
|
15324
|
-
return
|
|
15325
|
+
return cc(Ht(r, e), function(s) {
|
|
15326
|
+
return Kt(e, s), cc(s.text(), function(i) {
|
|
15327
|
+
return cc($s(i), function(o) {
|
|
15325
15328
|
const a = function(c) {
|
|
15326
15329
|
try {
|
|
15327
15330
|
const [u] = c.multistatus.response, { propstat: { prop: { "quota-used-bytes": l, "quota-available-bytes": f } } } = u;
|
|
@@ -15335,7 +15338,7 @@ const cx = /* @__PURE__ */ function(e) {
|
|
|
15335
15338
|
});
|
|
15336
15339
|
});
|
|
15337
15340
|
});
|
|
15338
|
-
function
|
|
15341
|
+
function uc(e, t, n) {
|
|
15339
15342
|
return n ? t ? t(e) : e : (e && e.then || (e = Promise.resolve(e)), t ? e.then(t) : e);
|
|
15340
15343
|
}
|
|
15341
15344
|
const ux = /* @__PURE__ */ function(e) {
|
|
@@ -15350,9 +15353,9 @@ const ux = /* @__PURE__ */ function(e) {
|
|
|
15350
15353
|
}(function(e, t) {
|
|
15351
15354
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
15352
15355
|
const { details: r = !1 } = n, s = Gt({ url: It(e.remoteURL, Rt(t)), method: "SEARCH", headers: { Accept: "text/plain,application/xml", "Content-Type": e.headers["Content-Type"] || "application/xml; charset=utf-8" } }, e, n);
|
|
15353
|
-
return
|
|
15354
|
-
return Kt(e, i),
|
|
15355
|
-
return
|
|
15356
|
+
return uc(Ht(s, e), function(i) {
|
|
15357
|
+
return Kt(e, i), uc(i.text(), function(o) {
|
|
15358
|
+
return uc($s(o), function(a) {
|
|
15356
15359
|
const c = function(u, l, f) {
|
|
15357
15360
|
const d = { truncated: !1, results: [] };
|
|
15358
15361
|
return d.truncated = u.multistatus.response.some((y) => {
|
|
@@ -15361,7 +15364,7 @@ const ux = /* @__PURE__ */ function(e) {
|
|
|
15361
15364
|
}), u.multistatus.response.forEach((y) => {
|
|
15362
15365
|
if (y.propstat === void 0) return;
|
|
15363
15366
|
const w = y.href.split("/").map(decodeURIComponent).join("/");
|
|
15364
|
-
d.results.push(
|
|
15367
|
+
d.results.push(Xo(y.propstat.prop, w, f));
|
|
15365
15368
|
}), d;
|
|
15366
15369
|
}(a, t, r);
|
|
15367
15370
|
return pi(i, c, r);
|
|
@@ -15498,7 +15501,7 @@ function bx(e) {
|
|
|
15498
15501
|
let y = n;
|
|
15499
15502
|
y || (y = f || u ? gn.Password : gn.None);
|
|
15500
15503
|
const w = { authType: y, remoteBasePath: r, contactHref: s, ha1: i, headers: Object.assign({}, o), httpAgent: a, httpsAgent: c, password: u, remotePath: o_(e), remoteURL: e, token: l, username: f, withCredentials: d };
|
|
15501
|
-
return Uy(w, f, u, l, i), { copyFile: (m, A, v) => W_(w, m, A, v), createDirectory: (m, A) =>
|
|
15504
|
+
return Uy(w, f, u, l, i), { copyFile: (m, A, v) => W_(w, m, A, v), createDirectory: (m, A) => tu(w, m, A), createReadStream: (m, A) => function(v, g) {
|
|
15502
15505
|
let h = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
15503
15506
|
const b = new (Ah()).PassThrough();
|
|
15504
15507
|
return Q_(v, g, h).then((S) => {
|
|
@@ -15563,7 +15566,7 @@ qn.h4;
|
|
|
15563
15566
|
qn.ch;
|
|
15564
15567
|
qn.hq;
|
|
15565
15568
|
qn.i5;
|
|
15566
|
-
var
|
|
15569
|
+
var fc = {}, dc = {}, _h;
|
|
15567
15570
|
function tf() {
|
|
15568
15571
|
return _h || (_h = 1, function(e) {
|
|
15569
15572
|
const t = ":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", n = t + "\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040", r = "[" + t + "][" + n + "]*", s = new RegExp("^" + r + "$"), i = function(a, c) {
|
|
@@ -15595,18 +15598,18 @@ function tf() {
|
|
|
15595
15598
|
}, e.getValue = function(a) {
|
|
15596
15599
|
return e.isExist(a) ? a : "";
|
|
15597
15600
|
}, e.isName = o, e.getAllMatches = i, e.nameRegexp = r;
|
|
15598
|
-
}(
|
|
15601
|
+
}(dc)), dc;
|
|
15599
15602
|
}
|
|
15600
15603
|
var xh;
|
|
15601
15604
|
function ob() {
|
|
15602
|
-
if (xh) return
|
|
15605
|
+
if (xh) return fc;
|
|
15603
15606
|
xh = 1;
|
|
15604
15607
|
const e = tf(), t = {
|
|
15605
15608
|
allowBooleanAttributes: !1,
|
|
15606
15609
|
//A tag can have attributes without any value
|
|
15607
15610
|
unpairedTags: []
|
|
15608
15611
|
};
|
|
15609
|
-
|
|
15612
|
+
fc.validate = function(v, g) {
|
|
15610
15613
|
g = Object.assign({}, t, g);
|
|
15611
15614
|
const h = [];
|
|
15612
15615
|
let b = !1, S = !1;
|
|
@@ -15831,7 +15834,7 @@ function ob() {
|
|
|
15831
15834
|
function A(v) {
|
|
15832
15835
|
return v.startIndex + v[1].length;
|
|
15833
15836
|
}
|
|
15834
|
-
return
|
|
15837
|
+
return fc;
|
|
15835
15838
|
}
|
|
15836
15839
|
var Hs = {}, Ch;
|
|
15837
15840
|
function vx() {
|
|
@@ -15885,9 +15888,9 @@ function vx() {
|
|
|
15885
15888
|
};
|
|
15886
15889
|
return Hs.buildOptions = t, Hs.defaultOptions = e, Hs;
|
|
15887
15890
|
}
|
|
15888
|
-
var
|
|
15891
|
+
var pc, Rh;
|
|
15889
15892
|
function wx() {
|
|
15890
|
-
if (Rh) return
|
|
15893
|
+
if (Rh) return pc;
|
|
15891
15894
|
Rh = 1;
|
|
15892
15895
|
class e {
|
|
15893
15896
|
constructor(n) {
|
|
@@ -15900,11 +15903,11 @@ function wx() {
|
|
|
15900
15903
|
n.tagname === "__proto__" && (n.tagname = "#__proto__"), n[":@"] && Object.keys(n[":@"]).length > 0 ? this.child.push({ [n.tagname]: n.child, ":@": n[":@"] }) : this.child.push({ [n.tagname]: n.child });
|
|
15901
15904
|
}
|
|
15902
15905
|
}
|
|
15903
|
-
return
|
|
15906
|
+
return pc = e, pc;
|
|
15904
15907
|
}
|
|
15905
|
-
var
|
|
15908
|
+
var hc, Ih;
|
|
15906
15909
|
function Sx() {
|
|
15907
|
-
if (Ih) return
|
|
15910
|
+
if (Ih) return hc;
|
|
15908
15911
|
Ih = 1;
|
|
15909
15912
|
const e = tf();
|
|
15910
15913
|
function t(u, l) {
|
|
@@ -15968,11 +15971,11 @@ function Sx() {
|
|
|
15968
15971
|
return u;
|
|
15969
15972
|
throw new Error(`Invalid entity name ${u}`);
|
|
15970
15973
|
}
|
|
15971
|
-
return
|
|
15974
|
+
return hc = t, hc;
|
|
15972
15975
|
}
|
|
15973
|
-
var
|
|
15976
|
+
var gc, Oh;
|
|
15974
15977
|
function Ex() {
|
|
15975
|
-
if (Oh) return
|
|
15978
|
+
if (Oh) return gc;
|
|
15976
15979
|
Oh = 1;
|
|
15977
15980
|
const e = /^[-+]?0x[a-fA-F0-9]+$/, t = /^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/, n = {
|
|
15978
15981
|
hex: !0,
|
|
@@ -16023,11 +16026,11 @@ function Ex() {
|
|
|
16023
16026
|
if (window && window.parseInt) return window.parseInt(o, a);
|
|
16024
16027
|
throw new Error("parseInt, Number.parseInt, window.parseInt are not supported");
|
|
16025
16028
|
}
|
|
16026
|
-
return
|
|
16029
|
+
return gc = r, gc;
|
|
16027
16030
|
}
|
|
16028
|
-
var
|
|
16031
|
+
var mc, Ph;
|
|
16029
16032
|
function ab() {
|
|
16030
|
-
if (Ph) return
|
|
16033
|
+
if (Ph) return mc;
|
|
16031
16034
|
Ph = 1;
|
|
16032
16035
|
function e(t) {
|
|
16033
16036
|
return typeof t == "function" ? t : Array.isArray(t) ? (n) => {
|
|
@@ -16036,11 +16039,11 @@ function ab() {
|
|
|
16036
16039
|
return !0;
|
|
16037
16040
|
} : () => !1;
|
|
16038
16041
|
}
|
|
16039
|
-
return
|
|
16042
|
+
return mc = e, mc;
|
|
16040
16043
|
}
|
|
16041
|
-
var
|
|
16044
|
+
var yc, $h;
|
|
16042
16045
|
function Ax() {
|
|
16043
|
-
if ($h) return
|
|
16046
|
+
if ($h) return yc;
|
|
16044
16047
|
$h = 1;
|
|
16045
16048
|
const e = tf(), t = wx(), n = Sx(), r = Ex(), s = ab();
|
|
16046
16049
|
class i {
|
|
@@ -16324,11 +16327,11 @@ function Ax() {
|
|
|
16324
16327
|
} else
|
|
16325
16328
|
return e.isExist(S) ? S : "";
|
|
16326
16329
|
}
|
|
16327
|
-
return
|
|
16330
|
+
return yc = i, yc;
|
|
16328
16331
|
}
|
|
16329
|
-
var
|
|
16332
|
+
var bc = {}, Fh;
|
|
16330
16333
|
function Tx() {
|
|
16331
|
-
if (Fh) return
|
|
16334
|
+
if (Fh) return bc;
|
|
16332
16335
|
Fh = 1;
|
|
16333
16336
|
function e(i, o) {
|
|
16334
16337
|
return t(i, o);
|
|
@@ -16373,11 +16376,11 @@ function Tx() {
|
|
|
16373
16376
|
const { textNodeName: a } = o, c = Object.keys(i).length;
|
|
16374
16377
|
return !!(c === 0 || c === 1 && (i[a] || typeof i[a] == "boolean" || i[a] === 0));
|
|
16375
16378
|
}
|
|
16376
|
-
return
|
|
16379
|
+
return bc.prettify = e, bc;
|
|
16377
16380
|
}
|
|
16378
|
-
var
|
|
16381
|
+
var vc, Nh;
|
|
16379
16382
|
function _x() {
|
|
16380
|
-
if (Nh) return
|
|
16383
|
+
if (Nh) return vc;
|
|
16381
16384
|
Nh = 1;
|
|
16382
16385
|
const { buildOptions: e } = vx(), t = Ax(), { prettify: n } = Tx(), r = ob();
|
|
16383
16386
|
class s {
|
|
@@ -16420,11 +16423,11 @@ function _x() {
|
|
|
16420
16423
|
this.externalEntities[o] = a;
|
|
16421
16424
|
}
|
|
16422
16425
|
}
|
|
16423
|
-
return
|
|
16426
|
+
return vc = s, vc;
|
|
16424
16427
|
}
|
|
16425
|
-
var
|
|
16428
|
+
var wc, kh;
|
|
16426
16429
|
function xx() {
|
|
16427
|
-
if (kh) return
|
|
16430
|
+
if (kh) return wc;
|
|
16428
16431
|
kh = 1;
|
|
16429
16432
|
const e = `
|
|
16430
16433
|
`;
|
|
@@ -16494,11 +16497,11 @@ function xx() {
|
|
|
16494
16497
|
}
|
|
16495
16498
|
return a;
|
|
16496
16499
|
}
|
|
16497
|
-
return
|
|
16500
|
+
return wc = t, wc;
|
|
16498
16501
|
}
|
|
16499
|
-
var
|
|
16502
|
+
var Sc, Lh;
|
|
16500
16503
|
function Cx() {
|
|
16501
|
-
if (Lh) return
|
|
16504
|
+
if (Lh) return Sc;
|
|
16502
16505
|
Lh = 1;
|
|
16503
16506
|
const e = xx(), t = ab(), n = {
|
|
16504
16507
|
attributeNamePrefix: "@_",
|
|
@@ -16637,18 +16640,18 @@ function Cx() {
|
|
|
16637
16640
|
function o(a) {
|
|
16638
16641
|
return a.startsWith(this.options.attributeNamePrefix) && a !== this.options.textNodeName ? a.substr(this.attrPrefixLen) : !1;
|
|
16639
16642
|
}
|
|
16640
|
-
return
|
|
16643
|
+
return Sc = r, Sc;
|
|
16641
16644
|
}
|
|
16642
|
-
var
|
|
16645
|
+
var Ec, Dh;
|
|
16643
16646
|
function Rx() {
|
|
16644
|
-
if (Dh) return
|
|
16647
|
+
if (Dh) return Ec;
|
|
16645
16648
|
Dh = 1;
|
|
16646
16649
|
const e = ob(), t = _x(), n = Cx();
|
|
16647
|
-
return
|
|
16650
|
+
return Ec = {
|
|
16648
16651
|
XMLParser: t,
|
|
16649
16652
|
XMLValidator: e,
|
|
16650
16653
|
XMLBuilder: n
|
|
16651
|
-
},
|
|
16654
|
+
}, Ec;
|
|
16652
16655
|
}
|
|
16653
16656
|
Rx();
|
|
16654
16657
|
class Ix {
|
|
@@ -16713,7 +16716,7 @@ class Ox {
|
|
|
16713
16716
|
}
|
|
16714
16717
|
}
|
|
16715
16718
|
const Px = new Ox();
|
|
16716
|
-
var
|
|
16719
|
+
var Qr = /* @__PURE__ */ ((e) => (e.add = "loading-service.add", e.remove = "loading-service.remove", e.setProgress = "loading-service.set-progress", e))(Qr || {});
|
|
16717
16720
|
const $x = 200;
|
|
16718
16721
|
class RD {
|
|
16719
16722
|
constructor() {
|
|
@@ -16844,7 +16847,7 @@ function Ux(e) {
|
|
|
16844
16847
|
n[++t] = r;
|
|
16845
16848
|
}), n;
|
|
16846
16849
|
}
|
|
16847
|
-
var qx = 1, Vx = 2, Wx = "[object Boolean]", zx = "[object Date]", Hx = "[object Error]", Gx = "[object Map]", Kx = "[object Number]", Qx = "[object RegExp]", Xx = "[object Set]", Yx = "[object String]", Jx = "[object Symbol]", Zx = "[object ArrayBuffer]", eC = "[object DataView]", Mh = Mn ? Mn.prototype : void 0,
|
|
16850
|
+
var qx = 1, Vx = 2, Wx = "[object Boolean]", zx = "[object Date]", Hx = "[object Error]", Gx = "[object Map]", Kx = "[object Number]", Qx = "[object RegExp]", Xx = "[object Set]", Yx = "[object String]", Jx = "[object Symbol]", Zx = "[object ArrayBuffer]", eC = "[object DataView]", Mh = Mn ? Mn.prototype : void 0, Ac = Mh ? Mh.valueOf : void 0;
|
|
16848
16851
|
function tC(e, t, n, r, s, i, o) {
|
|
16849
16852
|
switch (n) {
|
|
16850
16853
|
case eC:
|
|
@@ -16875,8 +16878,8 @@ function tC(e, t, n, r, s, i, o) {
|
|
|
16875
16878
|
var l = lb(a(e), a(t), r, s, i, o);
|
|
16876
16879
|
return o.delete(e), l;
|
|
16877
16880
|
case Jx:
|
|
16878
|
-
if (
|
|
16879
|
-
return
|
|
16881
|
+
if (Ac)
|
|
16882
|
+
return Ac.call(e) == Ac.call(t);
|
|
16880
16883
|
}
|
|
16881
16884
|
return !1;
|
|
16882
16885
|
}
|
|
@@ -16953,7 +16956,7 @@ function dC(e, t, n, r, s, i) {
|
|
|
16953
16956
|
o = !0, l = !1;
|
|
16954
16957
|
}
|
|
16955
16958
|
if (d && !l)
|
|
16956
|
-
return i || (i = new nr()), o ||
|
|
16959
|
+
return i || (i = new nr()), o || Vo(e) ? lb(e, t, n, r, s, i) : tC(e, t, c, n, r, s, i);
|
|
16957
16960
|
if (!(n & uC)) {
|
|
16958
16961
|
var y = l && Vh.call(e, "__wrapped__"), w = f && Vh.call(t, "__wrapped__");
|
|
16959
16962
|
if (y || w) {
|
|
@@ -16996,7 +16999,6 @@ class OD {
|
|
|
16996
16999
|
"image/gif",
|
|
16997
17000
|
"image/png",
|
|
16998
17001
|
"image/jpeg",
|
|
16999
|
-
"text/plain",
|
|
17000
17002
|
"image/tiff",
|
|
17001
17003
|
"image/bmp",
|
|
17002
17004
|
"image/x-ms-bmp",
|
|
@@ -17112,7 +17114,7 @@ class OD {
|
|
|
17112
17114
|
}
|
|
17113
17115
|
}
|
|
17114
17116
|
}
|
|
17115
|
-
const
|
|
17117
|
+
const ru = de.enum(["fit", "resize", "fill", "thumbnail"]);
|
|
17116
17118
|
class pC {
|
|
17117
17119
|
constructor({ $gettext: t }) {
|
|
17118
17120
|
ye(this, "$gettext");
|
|
@@ -17174,7 +17176,7 @@ class hC {
|
|
|
17174
17176
|
return this.explain(t, this.assert(t, n));
|
|
17175
17177
|
}
|
|
17176
17178
|
}
|
|
17177
|
-
class
|
|
17179
|
+
class Yo {
|
|
17178
17180
|
constructor({ $gettext: t }) {
|
|
17179
17181
|
ye(this, "$gettext");
|
|
17180
17182
|
this.$gettext = t;
|
|
@@ -17198,7 +17200,7 @@ class Xo {
|
|
|
17198
17200
|
return this.explain(t, this.assert(t, n));
|
|
17199
17201
|
}
|
|
17200
17202
|
}
|
|
17201
|
-
class gC extends
|
|
17203
|
+
class gC extends Yo {
|
|
17202
17204
|
constructor(t) {
|
|
17203
17205
|
super(t);
|
|
17204
17206
|
}
|
|
@@ -17214,7 +17216,7 @@ class gC extends Xo {
|
|
|
17214
17216
|
return n.length >= t.minLength;
|
|
17215
17217
|
}
|
|
17216
17218
|
}
|
|
17217
|
-
class mC extends
|
|
17219
|
+
class mC extends Yo {
|
|
17218
17220
|
constructor(t) {
|
|
17219
17221
|
super(t);
|
|
17220
17222
|
}
|
|
@@ -17231,7 +17233,7 @@ class mC extends Xo {
|
|
|
17231
17233
|
return ((s = (n || "").match(/[A-Z\xC0-\xD6\xD8-\xDE]/g)) == null ? void 0 : s.length) >= t.minLength;
|
|
17232
17234
|
}
|
|
17233
17235
|
}
|
|
17234
|
-
class yC extends
|
|
17236
|
+
class yC extends Yo {
|
|
17235
17237
|
constructor(t) {
|
|
17236
17238
|
super(t);
|
|
17237
17239
|
}
|
|
@@ -17248,7 +17250,7 @@ class yC extends Xo {
|
|
|
17248
17250
|
return ((s = (n || "").match(/[a-z\xDF-\xF6\xF8-\xFF]/g)) == null ? void 0 : s.length) >= t.minLength;
|
|
17249
17251
|
}
|
|
17250
17252
|
}
|
|
17251
|
-
class bC extends
|
|
17253
|
+
class bC extends Yo {
|
|
17252
17254
|
constructor(t) {
|
|
17253
17255
|
super(t);
|
|
17254
17256
|
}
|
|
@@ -17265,9 +17267,9 @@ class bC extends Xo {
|
|
|
17265
17267
|
return ((s = (n || "").match(/\d/g)) == null ? void 0 : s.length) >= t.minLength;
|
|
17266
17268
|
}
|
|
17267
17269
|
}
|
|
17268
|
-
var
|
|
17270
|
+
var Tc = {}, Wh;
|
|
17269
17271
|
function vC() {
|
|
17270
|
-
if (Wh) return
|
|
17272
|
+
if (Wh) return Tc;
|
|
17271
17273
|
Wh = 1;
|
|
17272
17274
|
var e = function(i) {
|
|
17273
17275
|
return Math.floor(Math.random() * i);
|
|
@@ -17307,9 +17309,9 @@ function vC() {
|
|
|
17307
17309
|
}, s = function(i) {
|
|
17308
17310
|
return i.length = i.length === void 0 ? 10 : i.length, i.lowercase = i.lowercase === void 0 || i.lowercase, i.uppercase = i.uppercase === void 0 || i.uppercase, i.numbers = i.numbers === void 0 || i.numbers, i.symbols = i.symbols !== void 0 && i.symbols, i.lowercase ? i.minLengthLowercase = i.minLengthLowercase === void 0 ? 1 : i.minLengthLowercase : i.minLengthLowercase = 0, i.uppercase ? i.minLengthUppercase = i.minLengthUppercase === void 0 ? 1 : i.minLengthUppercase : i.minLengthUppercase = 0, i.numbers ? i.minLengthNumbers = i.minLengthNumbers === void 0 ? 1 : i.minLengthNumbers : i.minLengthNumbers = 0, i.symbols ? i.minLengthSymbols = i.minLengthSymbols === void 0 ? 1 : i.minLengthSymbols : i.minLengthSymbols = 0, i.exclude = i.exclude === void 0 ? "" : i.exclude, i;
|
|
17309
17311
|
};
|
|
17310
|
-
return
|
|
17312
|
+
return Tc.GeneratePassword = function(i) {
|
|
17311
17313
|
return i ? (i = s(i), r(i), t(i)) : (i = s({ length: 10, lowercase: !0, uppercase: !0, numbers: !0, symbols: !1, exclude: "", minLengthLowercase: 1, minLengthUppercase: 1, minLengthNumbers: 1, minLengthSymbols: 0 }), r(i), t(i));
|
|
17312
|
-
},
|
|
17314
|
+
}, Tc;
|
|
17313
17315
|
}
|
|
17314
17316
|
var wC = vC();
|
|
17315
17317
|
class PD {
|
|
@@ -17522,9 +17524,9 @@ class $D {
|
|
|
17522
17524
|
}), this.uppy.on("cancel-all", () => {
|
|
17523
17525
|
this.publish("uploadCancelled"), this.clearInputs();
|
|
17524
17526
|
}), this.uppy.on("complete", (t) => {
|
|
17525
|
-
this.publish("uploadCompleted", t), t.successful.forEach((n) => {
|
|
17527
|
+
t && (this.publish("uploadCompleted", t), t.successful.forEach((n) => {
|
|
17526
17528
|
this.uppy.removeFile(n.id);
|
|
17527
|
-
}), this.clearInputs();
|
|
17529
|
+
}), this.clearInputs());
|
|
17528
17530
|
}), this.uppy.on("upload-success", (t) => {
|
|
17529
17531
|
this.publish("uploadSuccess", t);
|
|
17530
17532
|
}), this.uppy.on("upload-error", (t, n) => {
|
|
@@ -17776,9 +17778,9 @@ const FD = (e, t) => {
|
|
|
17776
17778
|
class $i {
|
|
17777
17779
|
}
|
|
17778
17780
|
ye($i, "Cut", "cut"), ye($i, "Copy", "copy");
|
|
17779
|
-
const
|
|
17781
|
+
const _c = (e) => e.clientY === 0, Oo = (e, t, n) => {
|
|
17780
17782
|
var i;
|
|
17781
|
-
const r = n.$el.getBoundingClientRect(), s =
|
|
17783
|
+
const r = n.$el.getBoundingClientRect(), s = _c(t) ? ((i = t.target) == null ? void 0 : i.getBoundingClientRect().top) || 0 : t.clientY;
|
|
17782
17784
|
e.setProps({
|
|
17783
17785
|
getReferenceClientRect: () => ({
|
|
17784
17786
|
width: 0,
|
|
@@ -17790,11 +17792,11 @@ const Tc = (e) => e.clientY === 0, Oo = (e, t, n) => {
|
|
|
17790
17792
|
* so we render the dropdown at the position of the mouse pointer.
|
|
17791
17793
|
* Otherwise we render the dropdown at the position of the three-dot-menu
|
|
17792
17794
|
*/
|
|
17793
|
-
left: t.type === "contextmenu" && !
|
|
17794
|
-
right: t.type === "contextmenu" && !
|
|
17795
|
+
left: t.type === "contextmenu" && !_c(t) ? t.clientX : r.x,
|
|
17796
|
+
right: t.type === "contextmenu" && !_c(t) ? t.clientX : r.x
|
|
17795
17797
|
})
|
|
17796
17798
|
}), e.show();
|
|
17797
|
-
}, rf = (e) => (e || "").split("_")[0], Fi = (e, t, n = qt.DATETIME_MED) => e.setLocale(rf(t)).toLocaleString(n), BR = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromJSDate(e), t, n), kD = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromHTTP(e), t, n), jR = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromISO(e), t, n), LD = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromRFC2822(e), t, n),
|
|
17799
|
+
}, rf = (e) => (e || "").split("_")[0], Fi = (e, t, n = qt.DATETIME_MED) => e.setLocale(rf(t)).toLocaleString(n), BR = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromJSDate(e), t, n), kD = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromHTTP(e), t, n), jR = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromISO(e), t, n), LD = (e, t, n = qt.DATETIME_MED) => Fi(qt.fromRFC2822(e), t, n), Jo = (e, t) => e.setLocale(rf(t)).toRelative(), UR = (e, t) => Jo(qt.fromJSDate(e), t), DD = (e, t) => Jo(qt.fromHTTP(e), t), MD = (e, t) => Jo(qt.fromISO(e), t), BD = (e, t) => Jo(qt.fromRFC2822(e), t), qR = 1048576, On = (e, t) => {
|
|
17798
17800
|
const n = typeof e == "string" ? parseInt(e) : e;
|
|
17799
17801
|
return n < 0 ? "--" : isNaN(n) ? "?" : u0(n, {
|
|
17800
17802
|
round: n < qR ? 0 : 1,
|
|
@@ -17982,7 +17984,7 @@ const vb = (e, t = void 0) => {
|
|
|
17982
17984
|
user: r
|
|
17983
17985
|
}) => {
|
|
17984
17986
|
const s = [];
|
|
17985
|
-
if (t.locked && s.push(QR({ resource: t })), t.processing && s.push(XR({ resource: t })), We(e) && e.isMember(r) ||
|
|
17987
|
+
if (t.locked && s.push(QR({ resource: t })), t.processing && s.push(XR({ resource: t })), We(e) && e.isMember(r) || zr(e) && e.isOwner(r)) {
|
|
17986
17988
|
const o = Object.values(n).reduce((u, l) => (u.push(...l.shareTypes || []), u), []), a = Jh(t.shareTypes);
|
|
17987
17989
|
(a || Jh(o)) && s.push(GR({ resource: t, isDirect: a }));
|
|
17988
17990
|
const c = Zh(t.shareTypes);
|
|
@@ -18021,7 +18023,7 @@ const vb = (e, t = void 0) => {
|
|
|
18021
18023
|
e.value = p(e).filter(({ id: o }) => i.id !== o);
|
|
18022
18024
|
}
|
|
18023
18025
|
};
|
|
18024
|
-
}),
|
|
18026
|
+
}), Zo = wn("clipboard", () => {
|
|
18025
18027
|
const { $gettext: e } = Pe(), { showMessage: t } = rt(), n = re(), r = re([]);
|
|
18026
18028
|
return {
|
|
18027
18029
|
action: n,
|
|
@@ -18309,7 +18311,7 @@ const vb = (e, t = void 0) => {
|
|
|
18309
18311
|
xxxlarge: "xxxl",
|
|
18310
18312
|
remove: "rm"
|
|
18311
18313
|
};
|
|
18312
|
-
function
|
|
18314
|
+
function Br(e) {
|
|
18313
18315
|
return gI[e];
|
|
18314
18316
|
}
|
|
18315
18317
|
let tg = 0;
|
|
@@ -18839,7 +18841,7 @@ const Lb = de.object({
|
|
|
18839
18841
|
);
|
|
18840
18842
|
return [...i, ...a];
|
|
18841
18843
|
}, ft = wn("spaces", () => {
|
|
18842
|
-
const e = St(), t = ct(), n = Qt(), r = re([]), s = re(), i = re(!1), o = re(!1), a = re(!1), c = re(null), u = re([]), l = re([]), f = B(() => p(r).find((ne) =>
|
|
18844
|
+
const e = St(), t = ct(), n = Qt(), r = re([]), s = re(), i = re(!1), o = re(!1), a = re(!1), c = re(null), u = re([]), l = re([]), f = B(() => p(r).find((ne) => zr(ne) && ne.isOwner(e.user))), d = (ne) => {
|
|
18843
18845
|
i.value = ne;
|
|
18844
18846
|
}, y = (ne) => {
|
|
18845
18847
|
o.value = ne;
|
|
@@ -19175,7 +19177,7 @@ const Lb = de.object({
|
|
|
19175
19177
|
o.value = o.value.filter((C) => !V.includes(C));
|
|
19176
19178
|
}
|
|
19177
19179
|
};
|
|
19178
|
-
}),
|
|
19180
|
+
}), ea = wn("webWorkers", () => {
|
|
19179
19181
|
const e = re([]);
|
|
19180
19182
|
return {
|
|
19181
19183
|
createWorker: (i, { needsTokenRenewal: o = !1 } = {}) => {
|
|
@@ -19262,7 +19264,7 @@ const ln = (e, t) => {
|
|
|
19262
19264
|
});
|
|
19263
19265
|
}
|
|
19264
19266
|
});
|
|
19265
|
-
},
|
|
19267
|
+
}, Ur = (e) => {
|
|
19266
19268
|
const t = ln(e.name), n = vb(fO(e));
|
|
19267
19269
|
return Tt(
|
|
19268
19270
|
() => p(t) ? {
|
|
@@ -19280,7 +19282,7 @@ const ln = (e, t) => {
|
|
|
19280
19282
|
},
|
|
19281
19283
|
{ immediate: !0 }
|
|
19282
19284
|
), t;
|
|
19283
|
-
}, fO = (e) => ["oc-options", e.storagePrefix, e.name].filter(Boolean).join("_"),
|
|
19285
|
+
}, fO = (e) => ["oc-options", e.storagePrefix, e.name].filter(Boolean).join("_"), kr = (e, ...t) => {
|
|
19284
19286
|
const n = re(!1), r = ze(), s = rn();
|
|
19285
19287
|
return Tt(
|
|
19286
19288
|
s,
|
|
@@ -19337,7 +19339,7 @@ function pO({
|
|
|
19337
19339
|
closed: i
|
|
19338
19340
|
};
|
|
19339
19341
|
}
|
|
19340
|
-
const Xe = () =>
|
|
19342
|
+
const Xe = () => Gr("$clientService");
|
|
19341
19343
|
function jb({
|
|
19342
19344
|
clientService: e
|
|
19343
19345
|
}) {
|
|
@@ -19376,7 +19378,7 @@ function jb({
|
|
|
19376
19378
|
})
|
|
19377
19379
|
};
|
|
19378
19380
|
}
|
|
19379
|
-
const Ub = () =>
|
|
19381
|
+
const Ub = () => Gr("$authService");
|
|
19380
19382
|
class Or {
|
|
19381
19383
|
}
|
|
19382
19384
|
ye(Or, "allFiles", "all-files"), ye(Or, "currentFolder", "current-folder");
|
|
@@ -19505,10 +19507,10 @@ function Vb({ appsStore: e, applicationId: t }) {
|
|
|
19505
19507
|
})
|
|
19506
19508
|
};
|
|
19507
19509
|
}
|
|
19508
|
-
const
|
|
19510
|
+
const ta = () => Qe;
|
|
19509
19511
|
function gO({ titleSegments: e, eventBus: t }) {
|
|
19510
19512
|
const n = Ns(), { currentTheme: r } = st(n);
|
|
19511
|
-
t = t ||
|
|
19513
|
+
t = t || ta(), Tt(
|
|
19512
19514
|
e,
|
|
19513
19515
|
(s) => {
|
|
19514
19516
|
const i = p(s), o = " - ", a = {
|
|
@@ -19726,7 +19728,7 @@ const SO = (e) => ({
|
|
|
19726
19728
|
...!!i && { name: i }
|
|
19727
19729
|
};
|
|
19728
19730
|
});
|
|
19729
|
-
return
|
|
19731
|
+
return qc(e, n, ...r);
|
|
19730
19732
|
}, AO = {
|
|
19731
19733
|
name: "root",
|
|
19732
19734
|
path: "/",
|
|
@@ -19791,7 +19793,7 @@ const SO = (e) => ({
|
|
|
19791
19793
|
const o = await e.webdav.createFolder(i, { path: ".space" });
|
|
19792
19794
|
return Fo(o.parentFolderId) === ((a = t.currentFolder) == null ? void 0 : a.id) && t.upsertResource(o), o;
|
|
19793
19795
|
} };
|
|
19794
|
-
}, En = () =>
|
|
19796
|
+
}, En = () => Gr("$loadingService"), uf = () => {
|
|
19795
19797
|
const e = Di(), t = Xe(), n = Pe();
|
|
19796
19798
|
return { headers: B(() => {
|
|
19797
19799
|
const s = new kA({
|
|
@@ -19809,7 +19811,7 @@ const SO = (e) => ({
|
|
|
19809
19811
|
};
|
|
19810
19812
|
function TO(e) {
|
|
19811
19813
|
return new Worker(
|
|
19812
|
-
"/assets/worker-
|
|
19814
|
+
"/assets/worker-Dlj5LBOt.js",
|
|
19813
19815
|
{
|
|
19814
19816
|
name: e == null ? void 0 : e.name
|
|
19815
19817
|
}
|
|
@@ -19818,7 +19820,7 @@ function TO(e) {
|
|
|
19818
19820
|
const _O = ({
|
|
19819
19821
|
concurrentRequests: e = 4
|
|
19820
19822
|
} = {}) => {
|
|
19821
|
-
const t = ct(), n = En(), { headers: r } = uf(), { createWorker: s, terminateWorker: i } =
|
|
19823
|
+
const t = ct(), n = En(), { headers: r } = uf(), { createWorker: s, terminateWorker: i } = ea(), o = ({
|
|
19822
19824
|
topic: c,
|
|
19823
19825
|
space: u,
|
|
19824
19826
|
resources: l
|
|
@@ -19829,7 +19831,7 @@ const _O = ({
|
|
|
19829
19831
|
let y;
|
|
19830
19832
|
p(d.worker).onmessage = (w) => {
|
|
19831
19833
|
i(d.id), y == null || y(!0);
|
|
19832
|
-
const { successful: m, failed: A } = JSON.parse(w.data), v = A.map(({ resource: g, ...h }) => ({ resource: g, error:
|
|
19834
|
+
const { successful: m, failed: A } = JSON.parse(w.data), v = A.map(({ resource: g, ...h }) => ({ resource: g, error: au(h) }));
|
|
19833
19835
|
f({ successful: m, failed: v });
|
|
19834
19836
|
}, n.addTask(
|
|
19835
19837
|
() => new Promise((w) => {
|
|
@@ -19858,21 +19860,21 @@ const _O = ({
|
|
|
19858
19860
|
};
|
|
19859
19861
|
function xO(e) {
|
|
19860
19862
|
return new Worker(
|
|
19861
|
-
"/assets/worker-
|
|
19863
|
+
"/assets/worker-CppfaVl3.js",
|
|
19862
19864
|
{
|
|
19863
19865
|
name: e == null ? void 0 : e.name
|
|
19864
19866
|
}
|
|
19865
19867
|
);
|
|
19866
19868
|
}
|
|
19867
19869
|
const CO = () => {
|
|
19868
|
-
const e = ct(), t = En(), { headers: n } = uf(), { createWorker: r, terminateWorker: s } =
|
|
19870
|
+
const e = ct(), t = En(), { headers: n } = uf(), { createWorker: r, terminateWorker: s } = ea(), i = (a, c) => {
|
|
19869
19871
|
const u = r(xO, {
|
|
19870
19872
|
needsTokenRenewal: !0
|
|
19871
19873
|
});
|
|
19872
19874
|
let l;
|
|
19873
19875
|
p(u.worker).onmessage = (f) => {
|
|
19874
19876
|
s(u.id), l == null || l(!0);
|
|
19875
|
-
const { successful: d, failed: y } = JSON.parse(f.data), w = y.map(({ resourceName: m, ...A }) => ({ resourceName: m, error:
|
|
19877
|
+
const { successful: d, failed: y } = JSON.parse(f.data), w = y.map(({ resourceName: m, ...A }) => ({ resourceName: m, error: au(A) }));
|
|
19876
19878
|
c({ successful: d, failed: w });
|
|
19877
19879
|
}, t.addTask(
|
|
19878
19880
|
() => new Promise((f) => {
|
|
@@ -19895,14 +19897,14 @@ const CO = () => {
|
|
|
19895
19897
|
};
|
|
19896
19898
|
function RO(e) {
|
|
19897
19899
|
return new Worker(
|
|
19898
|
-
"/assets/worker-
|
|
19900
|
+
"/assets/worker-BpoAv3gP.js",
|
|
19899
19901
|
{
|
|
19900
19902
|
name: e == null ? void 0 : e.name
|
|
19901
19903
|
}
|
|
19902
19904
|
);
|
|
19903
19905
|
}
|
|
19904
19906
|
const IO = () => {
|
|
19905
|
-
const e = ct(), t = En(), { headers: n } = uf(), { createWorker: r, terminateWorker: s } =
|
|
19907
|
+
const e = ct(), t = En(), { headers: n } = uf(), { createWorker: r, terminateWorker: s } = ea(), i = ({
|
|
19906
19908
|
space: a,
|
|
19907
19909
|
resources: c,
|
|
19908
19910
|
missingFolderPaths: u
|
|
@@ -19913,7 +19915,7 @@ const IO = () => {
|
|
|
19913
19915
|
let d;
|
|
19914
19916
|
p(f.worker).onmessage = (y) => {
|
|
19915
19917
|
s(f.id), d == null || d(!0);
|
|
19916
|
-
const { successful: w, failed: m } = JSON.parse(y.data), A = m.map(({ resource: v, ...g }) => ({ resource: v, error:
|
|
19918
|
+
const { successful: w, failed: m } = JSON.parse(y.data), A = m.map(({ resource: v, ...g }) => ({ resource: v, error: au(g) }));
|
|
19917
19919
|
l({ successful: w, failed: A });
|
|
19918
19920
|
}, t.addTask(
|
|
19919
19921
|
() => new Promise((y) => {
|
|
@@ -19949,7 +19951,7 @@ function OO(e) {
|
|
|
19949
19951
|
);
|
|
19950
19952
|
}
|
|
19951
19953
|
const WD = ({ authService: e }) => {
|
|
19952
|
-
const { createWorker: t } =
|
|
19954
|
+
const { createWorker: t } = ea(), n = re();
|
|
19953
19955
|
return { startWorker: () => {
|
|
19954
19956
|
n.value = t(OO), p(p(n).worker).onmessage = () => {
|
|
19955
19957
|
e.signinSilent().catch(async (o) => {
|
|
@@ -20108,7 +20110,7 @@ function FO(e) {
|
|
|
20108
20110
|
return e == null;
|
|
20109
20111
|
}
|
|
20110
20112
|
const zD = "edit", HD = "create", ar = () => {
|
|
20111
|
-
const e = xr(), t = ze(), { $gettext: n } = Pe(), r = Cu(), { isEnabled: s } = Ui(), { requestExtensions: i } = Fs(), { openUrl: o } = D$(), a = ct(), { options: c } = st(a), { actions: u } = ff(), { actions: l } = df(), { actions: f } = pf(), { actions: d } = gf(), { actions: y } = hf(), { actions: w } = mf(), { actions: m } =
|
|
20113
|
+
const e = xr(), t = ze(), { $gettext: n } = Pe(), r = Cu(), { isEnabled: s } = Ui(), { requestExtensions: i } = Fs(), { openUrl: o } = D$(), a = ct(), { options: c } = st(a), { actions: u } = ff(), { actions: l } = df(), { actions: f } = pf(), { actions: d } = gf(), { actions: y } = hf(), { actions: w } = mf(), { actions: m } = na(), { actions: A } = Gb(), { actions: v } = yf(), { actions: g } = Kb(), { actions: h } = bf(), { actions: b } = vf(), { actions: S } = Jb(), E = B(() => [
|
|
20112
20114
|
...p(w),
|
|
20113
20115
|
...p(m),
|
|
20114
20116
|
...p(d),
|
|
@@ -20305,7 +20307,7 @@ const zD = "edit", HD = "create", ar = () => {
|
|
|
20305
20307
|
])
|
|
20306
20308
|
};
|
|
20307
20309
|
}, pf = () => {
|
|
20308
|
-
const e = ct(), t = ze(), { copyResources: n } =
|
|
20310
|
+
const e = ct(), t = ze(), { copyResources: n } = Zo(), r = Pe(), { $gettext: s } = r, i = Ke(), { currentFolder: o } = st(i), a = B(() => window.navigator.platform.match("Mac")), c = B(() => p(a) ? s("⌘ + C") : s("Ctrl + C")), u = ({ resources: f }) => {
|
|
20309
20311
|
Ct(t, "files-common-search") && (f = f.filter((d) => !We(d))), n(f);
|
|
20310
20312
|
};
|
|
20311
20313
|
return {
|
|
@@ -20368,7 +20370,7 @@ const zD = "edit", HD = "create", ar = () => {
|
|
|
20368
20370
|
const [a] = o, c = a.privateLink;
|
|
20369
20371
|
return s(c);
|
|
20370
20372
|
},
|
|
20371
|
-
isVisible: ({ space: o, resources: a }) =>
|
|
20373
|
+
isVisible: ({ space: o, resources: a }) => !(a.length !== 1 || ki(o) || No(a[0])),
|
|
20372
20374
|
class: "oc-files-actions-copy-permanent-link-trigger"
|
|
20373
20375
|
}
|
|
20374
20376
|
])
|
|
@@ -20465,7 +20467,7 @@ const zD = "edit", HD = "create", ar = () => {
|
|
|
20465
20467
|
function NO(e) {
|
|
20466
20468
|
return e && e.length ? e[0] : void 0;
|
|
20467
20469
|
}
|
|
20468
|
-
const kO = () =>
|
|
20470
|
+
const kO = () => Gr("$archiverService"), mf = () => {
|
|
20469
20471
|
const { showErrorMessage: e } = rt(), t = ze(), n = En(), r = kO(), { $ngettext: s, $gettext: i, current: o } = Pe(), a = Di(), c = hi(), u = ({ space: d, resources: y }) => {
|
|
20470
20472
|
y.length > 1 && (y = y.filter((m) => m.canDownload() && !We(m)));
|
|
20471
20473
|
const w = p(r.fileIdsSupported) ? {
|
|
@@ -20539,7 +20541,7 @@ const kO = () => Hr("$archiverService"), mf = () => {
|
|
|
20539
20541
|
}
|
|
20540
20542
|
}
|
|
20541
20543
|
};
|
|
20542
|
-
},
|
|
20544
|
+
}, na = () => {
|
|
20543
20545
|
const e = ze(), { $gettext: t } = Pe(), n = hi(), r = Cu(), { downloadFile: s } = LO(), i = ({ space: a, resources: c }) => {
|
|
20544
20546
|
s(a, c[0]);
|
|
20545
20547
|
};
|
|
@@ -20591,7 +20593,7 @@ const kO = () => Hr("$archiverService"), mf = () => {
|
|
|
20591
20593
|
emptyTrashBin: l
|
|
20592
20594
|
};
|
|
20593
20595
|
}, Gb = () => {
|
|
20594
|
-
const { showErrorMessage: e } = rt(), t = un(), n = ze(), { $gettext: r } = Pe(), s = Xe(), i = hi(), o = xn(), a = Ke(), c =
|
|
20596
|
+
const { showErrorMessage: e } = rt(), t = un(), n = ze(), { $gettext: r } = Pe(), s = Xe(), i = hi(), o = xn(), a = Ke(), c = ta(), u = async ({ space: f, resources: d }) => {
|
|
20595
20597
|
try {
|
|
20596
20598
|
const y = !d[0].starred;
|
|
20597
20599
|
await s.webdav.setFavorite(f, d[0], y), a.updateResourceField({ id: d[0].id, field: "starred", value: y }), y || c.publish("app.files.list.removeFromFavorites", d[0].id);
|
|
@@ -20622,7 +20624,7 @@ function DO(e, t) {
|
|
|
20622
20624
|
return e.canBeDeleted() && !r;
|
|
20623
20625
|
}
|
|
20624
20626
|
const yf = () => {
|
|
20625
|
-
const e = ze(), { cutResources: t } =
|
|
20627
|
+
const e = ze(), { cutResources: t } = Zo(), n = Pe(), { $gettext: r } = n, s = Ke(), { currentFolder: i } = st(s), o = B(() => window.navigator.platform.match("Mac")), a = B(() => p(o) ? r("⌘ + X") : r("Ctrl + X")), c = ({ resources: l }) => {
|
|
20626
20628
|
t(l);
|
|
20627
20629
|
};
|
|
20628
20630
|
return {
|
|
@@ -20661,7 +20663,7 @@ const yf = () => {
|
|
|
20661
20663
|
])
|
|
20662
20664
|
};
|
|
20663
20665
|
}, MO = () => {
|
|
20664
|
-
const e = ze(), t = Xe(), { getMatchingSpace: n } = Sn(), { $gettext: r, $ngettext: s } = Pe(), i =
|
|
20666
|
+
const e = ze(), t = Xe(), { getMatchingSpace: n } = Sn(), { $gettext: r, $ngettext: s } = Pe(), i = Zo(), { startWorker: o } = CO(), a = Ke(), { currentFolder: c } = st(a), u = B(() => window.navigator.platform.match("Mac")), l = B(() => p(u) ? r("⌘ + V") : r("Ctrl + V")), f = B(() => i.action === $i.Cut ? Nr.MOVE : Nr.COPY), d = async ({
|
|
20665
20667
|
targetSpace: m,
|
|
20666
20668
|
sourceSpace: A,
|
|
20667
20669
|
resources: v
|
|
@@ -20803,7 +20805,7 @@ const yf = () => {
|
|
|
20803
20805
|
b || (F = `${F}.${v[0].extension}`);
|
|
20804
20806
|
const X = d(v[0], F, h);
|
|
20805
20807
|
k(X);
|
|
20806
|
-
}, x =
|
|
20808
|
+
}, x = su(v[0]), _ = !v[0].isFolder && !b ? x : v[0].name, T = v[0].isFolder ? r("Rename folder %{name}", { name: _ }) : r("Rename file %{name}", { name: _ }), N = !v[0].isFolder && !b ? x : v[0].name, L = v[0].isFolder || !b ? null : [0, x.length];
|
|
20807
20809
|
o({
|
|
20808
20810
|
title: T,
|
|
20809
20811
|
confirmText: r("Rename"),
|
|
@@ -20929,7 +20931,7 @@ const yf = () => {
|
|
|
20929
20931
|
icon: "arrow-go-back",
|
|
20930
20932
|
label: () => s("Restore"),
|
|
20931
20933
|
handler: w,
|
|
20932
|
-
isVisible: ({ space: A, resources: v }) => !Un(r, "files-trash-generic") || !v.every((g) =>
|
|
20934
|
+
isVisible: ({ space: A, resources: v }) => !Un(r, "files-trash-generic") || !v.every((g) => No(g) && g.canBeRestored()) || We(A) && !A.canRestoreFromTrashbin({ user: n.user }) ? !1 : v.length > 0,
|
|
20933
20935
|
class: "oc-files-actions-restore-trigger"
|
|
20934
20936
|
}
|
|
20935
20937
|
]),
|
|
@@ -20937,7 +20939,7 @@ const yf = () => {
|
|
|
20937
20939
|
restoreResources: y,
|
|
20938
20940
|
collectConflicts: f
|
|
20939
20941
|
};
|
|
20940
|
-
}, Qb = () =>
|
|
20942
|
+
}, Qb = () => Gr("$previewService"), BO = () => {
|
|
20941
20943
|
const { showMessage: e, showErrorMessage: t } = rt(), n = St(), r = ze(), { $gettext: s } = Pe(), i = Xe(), o = En(), a = Qb(), c = ft(), u = Qt(), { createDefaultMetaFolder: l } = ks(), { getDefaultMetaFolder: f } = qi(), d = async ({ space: w, resources: m }) => {
|
|
20942
20944
|
var b;
|
|
20943
20945
|
const A = i.graphAuthenticated, v = w == null ? void 0 : w.id, { copyFiles: g, getFileInfo: h } = i.webdav;
|
|
@@ -21019,7 +21021,7 @@ const yf = () => {
|
|
|
21019
21021
|
};
|
|
21020
21022
|
}, jO = () => {
|
|
21021
21023
|
const e = un(), { isPersonalSpaceRoot: t } = Sn(), n = St();
|
|
21022
|
-
return { canListShares: ({ space: s, resource: i }) => !e.sharingApiEnabled || ki(s) || t(i) ||
|
|
21024
|
+
return { canListShares: ({ space: s, resource: i }) => !e.sharingApiEnabled || ki(s) || t(i) || No(i) ? !1 : lu(i) ? i.sharePermissions.includes(_f.readPermissions) : Dt(s) ? jv(s, n.user).includes(_f.readPermissions) : !0 };
|
|
21023
21025
|
}, UO = () => {
|
|
21024
21026
|
const e = un(), t = xn(), n = St();
|
|
21025
21027
|
return { canShare: ({ space: s, resource: i }) => !e.sharingApiEnabled || Dt(s) || We(s) && !s.canShare({ user: n.user }) ? !1 : i.canShare({ ability: t, user: n.user }) };
|
|
@@ -21099,7 +21101,7 @@ const yf = () => {
|
|
|
21099
21101
|
icon: "function",
|
|
21100
21102
|
handler: m,
|
|
21101
21103
|
label: () => r("Create Space from selection"),
|
|
21102
|
-
isVisible: ({ resources: v, space: g }) => !(!v.length || !p(u) || !mt(c, "files-spaces-generic") || !
|
|
21104
|
+
isVisible: ({ resources: v, space: g }) => !(!v.length || !p(u) || !mt(c, "files-spaces-generic") || !zr(g)),
|
|
21103
21105
|
class: "oc-files-actions-create-space-from-resource-trigger"
|
|
21104
21106
|
}
|
|
21105
21107
|
])
|
|
@@ -21184,7 +21186,7 @@ const yf = () => {
|
|
|
21184
21186
|
() => o.fileExtensions.filter(({ newFileMenu: h }) => !!h)
|
|
21185
21187
|
), m = (h) => h === "" ? s("File name cannot be empty") : /[/]/.test(h) ? s('File name cannot contain "/"') : h === "." ? s('File name cannot be equal to "."') : h === ".." ? s('File name cannot be equal to ".."') : /\s+$/.test(h) ? s("File name cannot end with whitespace") : p(f).find((S) => S.name === h) ? s("%{name} already exists", { name: h }, !0) : null, A = (h, b) => (l.upsertResource(h), c(b, p(e), h)), v = (h, b, S) => {
|
|
21186
21188
|
let E = s("New file") + `.${b}`;
|
|
21187
|
-
p(f).some((_) => _.name === E) && (E = rr(E, b, p(f))), y.value || (E =
|
|
21189
|
+
p(f).some((_) => _.name === E) && (E = rr(E, b, p(f))), y.value || (E = su({ name: E, extension: b }));
|
|
21188
21190
|
const x = y.value ? [0, E.length - (b.length + 1)] : null;
|
|
21189
21191
|
i({
|
|
21190
21192
|
title: s("Create a new file"),
|
|
@@ -21251,9 +21253,9 @@ const yf = () => {
|
|
|
21251
21253
|
class tr {
|
|
21252
21254
|
}
|
|
21253
21255
|
ye(tr, "Thumbnail", [36, 36]), ye(tr, "Tile", [1e3, 1e3]), ye(tr, "Preview", [1200, 1200]), ye(tr, "Avatar", 64);
|
|
21254
|
-
class
|
|
21256
|
+
class xc {
|
|
21255
21257
|
}
|
|
21256
|
-
ye(
|
|
21258
|
+
ye(xc, "Thumbnail", "thumbnail"), ye(xc, "Preview", "preview"), ye(xc, "Avatar", "avatar");
|
|
21257
21259
|
class WO {
|
|
21258
21260
|
constructor(t, n, r) {
|
|
21259
21261
|
ye(this, "state");
|
|
@@ -21383,7 +21385,7 @@ function YO(e, t, n, r, s, i) {
|
|
|
21383
21385
|
class: Je(["oc-resource-icon", e.iconTypeClass])
|
|
21384
21386
|
}, null, 8, ["name", "color", "size", "class"]);
|
|
21385
21387
|
}
|
|
21386
|
-
const
|
|
21388
|
+
const ra = /* @__PURE__ */ qe(XO, [["render", YO]]), JO = {
|
|
21387
21389
|
name: "ResourceLink",
|
|
21388
21390
|
props: {
|
|
21389
21391
|
/**
|
|
@@ -21441,7 +21443,7 @@ const na = /* @__PURE__ */ qe(XO, [["render", YO]]), JO = {
|
|
|
21441
21443
|
}
|
|
21442
21444
|
}, ZO = { key: 1 };
|
|
21443
21445
|
function eP(e, t, n, r, s, i) {
|
|
21444
|
-
return n.isResourceClickable ? (K(), Te(
|
|
21446
|
+
return n.isResourceClickable ? (K(), Te(Hr(i.componentType), Vt({ key: 0 }, i.componentProps, {
|
|
21445
21447
|
target: e.linkTarget,
|
|
21446
21448
|
draggable: !1,
|
|
21447
21449
|
class: "oc-resource-link",
|
|
@@ -21584,7 +21586,7 @@ function aP(e, t, n, r, s, i) {
|
|
|
21584
21586
|
}
|
|
21585
21587
|
const ev = /* @__PURE__ */ qe(tP, [["render", aP]]), lP = /* @__PURE__ */ Fe({
|
|
21586
21588
|
name: "ResourceListItem",
|
|
21587
|
-
components: { ResourceIcon:
|
|
21589
|
+
components: { ResourceIcon: ra, ResourceLink: Zb, ResourceName: ev },
|
|
21588
21590
|
props: {
|
|
21589
21591
|
/**
|
|
21590
21592
|
* The resource to be displayed
|
|
@@ -21766,7 +21768,7 @@ function fP(e, t, n, r, s, i) {
|
|
|
21766
21768
|
_: 1
|
|
21767
21769
|
}, 8, ["resource", "is-resource-clickable", "link", "onClick"]),
|
|
21768
21770
|
oe("div", cP, [
|
|
21769
|
-
e.isPathDisplayed ? (K(), Te(
|
|
21771
|
+
e.isPathDisplayed ? (K(), Te(Hr(e.parentFolderComponentType), {
|
|
21770
21772
|
key: 0,
|
|
21771
21773
|
to: e.parentFolderLink,
|
|
21772
21774
|
style: Po(e.parentFolderStyle),
|
|
@@ -21785,7 +21787,7 @@ function fP(e, t, n, r, s, i) {
|
|
|
21785
21787
|
], 2)
|
|
21786
21788
|
], 2);
|
|
21787
21789
|
}
|
|
21788
|
-
const
|
|
21790
|
+
const ia = /* @__PURE__ */ qe(lP, [["render", fP]]), dP = /* @__PURE__ */ Fe({
|
|
21789
21791
|
__name: "ResourcePreview",
|
|
21790
21792
|
props: {
|
|
21791
21793
|
searchResult: { default: () => ({ data: {} }) },
|
|
@@ -21858,7 +21860,7 @@ const ra = /* @__PURE__ */ qe(lP, [["render", fP]]), dP = /* @__PURE__ */ Fe({
|
|
|
21858
21860
|
});
|
|
21859
21861
|
}), Kn(() => {
|
|
21860
21862
|
t.disconnect();
|
|
21861
|
-
}), (_, T) => (K(), Te(
|
|
21863
|
+
}), (_, T) => (K(), Te(ia, Vt({
|
|
21862
21864
|
ref_key: "resourceListItem",
|
|
21863
21865
|
ref: o,
|
|
21864
21866
|
resource: m.value,
|
|
@@ -23946,7 +23948,7 @@ const L$ = /* @__PURE__ */ qe(N$, [["render", k$]]), iM = () => {
|
|
|
23946
23948
|
)
|
|
23947
23949
|
});
|
|
23948
23950
|
} };
|
|
23949
|
-
}, aM = () =>
|
|
23951
|
+
}, aM = () => Gr("$appProviderService"), lM = () => {
|
|
23950
23952
|
const { isResourceAccessible: e } = Sn();
|
|
23951
23953
|
return { breadcrumbsFromPath: ({
|
|
23952
23954
|
route: r,
|
|
@@ -24053,9 +24055,9 @@ const M$ = () => {
|
|
|
24053
24055
|
resetSelectionCursor: o
|
|
24054
24056
|
};
|
|
24055
24057
|
};
|
|
24056
|
-
class
|
|
24058
|
+
class qr {
|
|
24057
24059
|
}
|
|
24058
|
-
ye(
|
|
24060
|
+
ye(qr, "perPageDefault", "100"), ye(qr, "perPageQueryName", "items-per-page"), ye(qr, "options", ["20", "50", "100", "250", "500"]);
|
|
24059
24061
|
function uM(e) {
|
|
24060
24062
|
const t = Og(), n = d0(), r = j$(e), s = U$(e), i = B(() => Math.ceil(p(e.items).length / p(s)) || 1), o = B(() => {
|
|
24061
24063
|
if (!p(s))
|
|
@@ -24098,17 +24100,17 @@ function j$(e) {
|
|
|
24098
24100
|
function U$(e) {
|
|
24099
24101
|
if (e.perPage)
|
|
24100
24102
|
return B(() => p(e.perPage));
|
|
24101
|
-
const t =
|
|
24102
|
-
name: e.perPageQueryName ||
|
|
24103
|
-
defaultValue: e.perPageDefault ||
|
|
24103
|
+
const t = Ur({
|
|
24104
|
+
name: e.perPageQueryName || qr.perPageQueryName,
|
|
24105
|
+
defaultValue: e.perPageDefault || qr.perPageDefault,
|
|
24104
24106
|
storagePrefix: e.perPageStoragePrefix
|
|
24105
24107
|
});
|
|
24106
24108
|
return B(() => parseInt(_t(p(t))));
|
|
24107
24109
|
}
|
|
24108
|
-
const q$ = () =>
|
|
24110
|
+
const q$ = () => Gr("$passwordPolicyService");
|
|
24109
24111
|
var Ef = /* @__PURE__ */ ((e) => (e.mounted = "portal-target.mounted", e))(Ef || {});
|
|
24110
24112
|
const fM = () => {
|
|
24111
|
-
const e =
|
|
24113
|
+
const e = ta(), t = h0();
|
|
24112
24114
|
return {
|
|
24113
24115
|
registerPortal: (r) => {
|
|
24114
24116
|
e.subscribe(Ef.mounted, () => {
|
|
@@ -24122,7 +24124,7 @@ const fM = () => {
|
|
|
24122
24124
|
}, V$ = () => {
|
|
24123
24125
|
const e = St();
|
|
24124
24126
|
return {
|
|
24125
|
-
canListVersions: ({ space: n, resource: r }) => r.type === "folder" || ei(r) ||
|
|
24127
|
+
canListVersions: ({ space: n, resource: r }) => r.type === "folder" || ei(r) || No(r) ? !1 : n == null ? void 0 : n.canListVersions({ user: e.user })
|
|
24126
24128
|
};
|
|
24127
24129
|
}, W$ = () => {
|
|
24128
24130
|
const e = Xe(), t = ft(), n = Qt(), r = B(() => t.spaces), s = (c) => p(r).find((u) => c.toString().startsWith(u.id.toString())), i = (c) => p(r).find(
|
|
@@ -24197,7 +24199,7 @@ const fM = () => {
|
|
|
24197
24199
|
function dM(e) {
|
|
24198
24200
|
if (e)
|
|
24199
24201
|
return B(() => p(e));
|
|
24200
|
-
const t =
|
|
24202
|
+
const t = Ur({
|
|
24201
24203
|
name: Jt.queryName,
|
|
24202
24204
|
defaultValue: Jt.defaultModeName
|
|
24203
24205
|
});
|
|
@@ -24206,7 +24208,7 @@ function dM(e) {
|
|
|
24206
24208
|
function pM(e) {
|
|
24207
24209
|
if (e)
|
|
24208
24210
|
return B(() => parseInt(p(e)));
|
|
24209
|
-
const t =
|
|
24211
|
+
const t = Ur({
|
|
24210
24212
|
name: Jt.tilesSizeQueryName,
|
|
24211
24213
|
defaultValue: Jt.tilesSizeDefault.toString()
|
|
24212
24214
|
});
|
|
@@ -24218,7 +24220,7 @@ function ov() {
|
|
|
24218
24220
|
}
|
|
24219
24221
|
const av = (e) => {
|
|
24220
24222
|
const t = Qb(), { updateResourceField: n } = Ke(), { httpAuthenticated: r } = Xe(), s = ft(), { defaultSpaceImageBlobURL: i } = st(s), o = ct(), { serverUrl: a } = st(o), c = new li({ concurrency: 4 }), u = B(() => p(e) === Jt.name.tiles), l = B(
|
|
24221
|
-
() => p(u) ?
|
|
24223
|
+
() => p(u) ? ru.enum.fit : ru.enum.thumbnail
|
|
24222
24224
|
), f = B(
|
|
24223
24225
|
() => p(u) ? tr.Tile : tr.Thumbnail
|
|
24224
24226
|
), d = bn(function* (A, { space: v, resource: g, dimensions: h, processor: b, updateStore: S = !0 }) {
|
|
@@ -24654,7 +24656,7 @@ const uv = /* @__PURE__ */ qe(rF, [["render", sF]]), oF = /* @__PURE__ */ Fe({
|
|
|
24654
24656
|
}
|
|
24655
24657
|
},
|
|
24656
24658
|
setup(e) {
|
|
24657
|
-
const { editorActions: t } = ar(), { actions: n } = ff(), { actions: r } = df(), { actions: s } = pf(), { actions: i } = zb(), { actions: o } = hf(), { actions: a } = gf(), { actions: c } = mf(), { actions: u } =
|
|
24659
|
+
const { editorActions: t } = ar(), { actions: n } = ff(), { actions: r } = df(), { actions: s } = pf(), { actions: i } = zb(), { actions: o } = hf(), { actions: a } = gf(), { actions: c } = mf(), { actions: u } = na(), { actions: l } = Gb(), { actions: f } = Hb(), { actions: d } = yf(), { actions: y } = Kb(), { actions: w } = MO(), { actions: m } = bf(), { actions: A } = vf(), { actions: v } = BO(), { actions: g } = Xb(), { actions: h } = Jb(), { actions: b } = Yb(), S = Fs(), E = B(() => S.requestExtensions({
|
|
24658
24660
|
id: "global.files.context-actions",
|
|
24659
24661
|
extensionType: "action"
|
|
24660
24662
|
}).map((J) => J.action)), x = B(() => S.requestExtensions({
|
|
@@ -24750,15 +24752,15 @@ const lF = /* @__PURE__ */ qe(oF, [["render", aF]]), cF = /* @__PURE__ */ Fe({
|
|
|
24750
24752
|
hasPagination: { type: Boolean, default: !0 },
|
|
24751
24753
|
paginationOptions: {
|
|
24752
24754
|
type: Array,
|
|
24753
|
-
default: () =>
|
|
24755
|
+
default: () => qr.options
|
|
24754
24756
|
},
|
|
24755
24757
|
perPageQueryName: {
|
|
24756
24758
|
type: String,
|
|
24757
|
-
default: () =>
|
|
24759
|
+
default: () => qr.perPageQueryName
|
|
24758
24760
|
},
|
|
24759
24761
|
perPageDefault: {
|
|
24760
24762
|
type: String,
|
|
24761
|
-
default: () =>
|
|
24763
|
+
default: () => qr.perPageDefault
|
|
24762
24764
|
},
|
|
24763
24765
|
perPageStoragePrefix: {
|
|
24764
24766
|
type: String,
|
|
@@ -24775,14 +24777,14 @@ const lF = /* @__PURE__ */ qe(oF, [["render", aF]]), cF = /* @__PURE__ */ Fe({
|
|
|
24775
24777
|
}
|
|
24776
24778
|
},
|
|
24777
24779
|
setup(e) {
|
|
24778
|
-
const t = ze(), n = rn(), { $gettext: r } = Pe(), s = Ke(), { setAreHiddenFilesShown: i, setAreFileExtensionsShown: o, setAreDisabledSpacesShown: a } = s, { areHiddenFilesShown: c, areFileExtensionsShown: u, areDisabledSpacesShown: l } = st(s), f = re(!1), d = ln("page"), y = B(() => p(d) ? parseInt(_t(p(d))) : 1), w =
|
|
24780
|
+
const t = ze(), n = rn(), { $gettext: r } = Pe(), s = Ke(), { setAreHiddenFilesShown: i, setAreFileExtensionsShown: o, setAreDisabledSpacesShown: a } = s, { areHiddenFilesShown: c, areFileExtensionsShown: u, areDisabledSpacesShown: l } = st(s), f = re(!1), d = ln("page"), y = B(() => p(d) ? parseInt(_t(p(d))) : 1), w = Ur({
|
|
24779
24781
|
name: e.perPageQueryName,
|
|
24780
24782
|
defaultValue: e.perPageDefault,
|
|
24781
24783
|
storagePrefix: e.perPageStoragePrefix
|
|
24782
|
-
}), m = of(), A =
|
|
24784
|
+
}), m = of(), A = Ur({
|
|
24783
24785
|
name: `${p(m)}-${Jt.queryName}`,
|
|
24784
24786
|
defaultValue: e.viewModeDefault
|
|
24785
|
-
}), v =
|
|
24787
|
+
}), v = Ur({
|
|
24786
24788
|
name: Jt.tilesSizeQueryName,
|
|
24787
24789
|
defaultValue: Jt.tilesSizeDefault.toString()
|
|
24788
24790
|
}), g = (S) => t.replace({
|
|
@@ -24819,7 +24821,7 @@ const lF = /* @__PURE__ */ qe(oF, [["render", aF]]), cF = /* @__PURE__ */ Fe({
|
|
|
24819
24821
|
setAreFileExtensionsShown: o,
|
|
24820
24822
|
setAreDisabledSpacesShown: a,
|
|
24821
24823
|
viewOptionsButtonLabel: r("Display customization options of the files list"),
|
|
24822
|
-
isProjectsLocation:
|
|
24824
|
+
isProjectsLocation: kr(mt, "files-spaces-projects")
|
|
24823
24825
|
};
|
|
24824
24826
|
},
|
|
24825
24827
|
computed: {
|
|
@@ -25039,7 +25041,7 @@ const wF = /* @__PURE__ */ qe(cF, [["render", vF], ["__scopeId", "data-v-cc70f12
|
|
|
25039
25041
|
}
|
|
25040
25042
|
},
|
|
25041
25043
|
setup(e, { emit: t }) {
|
|
25042
|
-
const n = ft(), { $gettext: r } = Pe(), { can: s } = xn(), i = ze(), { requestExtensions: o } = Fs(), { isSticky: a } = nv(), c = Ke(), { selectedResources: u } = st(c), l = B(() => e.space), { actions: f } = ff(), { actions: d } = df(), { actions: y } = pf(), { actions: w } = m$(), { actions: m } = hf(), { actions: A } = gf(), { actions: v } = mf(), { actions: g } =
|
|
25044
|
+
const n = ft(), { $gettext: r } = Pe(), { can: s } = xn(), i = ze(), { requestExtensions: o } = Fs(), { isSticky: a } = nv(), c = Ke(), { selectedResources: u } = st(c), l = B(() => e.space), { actions: f } = ff(), { actions: d } = df(), { actions: y } = pf(), { actions: w } = m$(), { actions: m } = hf(), { actions: A } = gf(), { actions: v } = mf(), { actions: g } = na(), { actions: h } = Hb(), { actions: b } = yf(), { actions: S } = vf(), { actions: E } = h$(), { actions: x } = g$(), { actions: _ } = O$(), { actions: T } = F$(), N = re(0), L = kr(Ct, "files-common-search"), F = B(
|
|
25043
25045
|
() => Object.hasOwn(Rw(), "navigation") && s("create-all", "Share")
|
|
25044
25046
|
), k = B(() => {
|
|
25045
25047
|
let te = [
|
|
@@ -25070,8 +25072,8 @@ const wF = /* @__PURE__ */ qe(cF, [["render", vF], ["__scopeId", "data-v-cc70f12
|
|
|
25070
25072
|
(_e) => _e.isVisible({ space: p(l), resources: c.selectedResources })
|
|
25071
25073
|
);
|
|
25072
25074
|
}), X = B(
|
|
25073
|
-
() => n.spaces.filter((te) =>
|
|
25074
|
-
), Y = wr("isMobileWidth"), J =
|
|
25075
|
+
() => n.spaces.filter((te) => zr(te) || We(te))
|
|
25076
|
+
), Y = wr("isMobileWidth"), J = kr(Un, "files-trash-generic"), ce = B(() => !p(Y) && e.breadcrumbs.length ? !0 : p(J) && p(X).length === 1 ? !1 : e.breadcrumbs.length > 1), ne = B(() => p(J) && p(X).length === 1 ? e.breadcrumbs.length <= 2 : e.breadcrumbs.length <= 1), ae = B(() => p(l) && (We(p(l)) || Dt(p(l))) ? 3 : 2), me = (te) => {
|
|
25075
25077
|
t(wb, te);
|
|
25076
25078
|
}, ve = uO("title"), Q = B(() => {
|
|
25077
25079
|
var te;
|
|
@@ -25263,7 +25265,7 @@ const mM = /* @__PURE__ */ qe(RF, [["render", OF]]), PF = /* @__PURE__ */ Fe({
|
|
|
25263
25265
|
name: "AppTopBar",
|
|
25264
25266
|
components: {
|
|
25265
25267
|
ContextActionMenu: uv,
|
|
25266
|
-
ResourceListItem:
|
|
25268
|
+
ResourceListItem: ia
|
|
25267
25269
|
},
|
|
25268
25270
|
props: {
|
|
25269
25271
|
dropDownMenuSections: {
|
|
@@ -25602,7 +25604,7 @@ const KF = /* @__PURE__ */ qe(WF, [["render", GF]]), QF = ["id", "data-testid",
|
|
|
25602
25604
|
return [
|
|
25603
25605
|
(K(!0), pe(Ge, null, $t((Q = Y.isRoot) != null && Q.call(Y, T.panelContext) ? i.value : [Y], (te, le) => {
|
|
25604
25606
|
var _e;
|
|
25605
|
-
return K(), Te(
|
|
25607
|
+
return K(), Te(Hr(te.component), Vt({
|
|
25606
25608
|
key: `sidebar-panel-${te.name}`,
|
|
25607
25609
|
class: { "multi-root-panel-separator oc-mt oc-pt-s": le > 0 },
|
|
25608
25610
|
ref_for: !0
|
|
@@ -25675,7 +25677,7 @@ function oN(e, t, n, r, s, i) {
|
|
|
25675
25677
|
}
|
|
25676
25678
|
const aN = /* @__PURE__ */ qe(eN, [["render", oN]]), lN = /* @__PURE__ */ Fe({
|
|
25677
25679
|
name: "FileInfo",
|
|
25678
|
-
components: { ResourceIcon:
|
|
25680
|
+
components: { ResourceIcon: ra, ResourceName: ev },
|
|
25679
25681
|
props: {
|
|
25680
25682
|
isSubPanelActive: {
|
|
25681
25683
|
type: Boolean,
|
|
@@ -25683,7 +25685,7 @@ const aN = /* @__PURE__ */ qe(eN, [["render", oN]]), lN = /* @__PURE__ */ Fe({
|
|
|
25683
25685
|
}
|
|
25684
25686
|
},
|
|
25685
25687
|
setup() {
|
|
25686
|
-
const e = Ke(), t = wr("resource"), n = wr("space"), r = B(() => e.areFileExtensionsShown), s = B(() =>
|
|
25688
|
+
const e = Ke(), t = wr("resource"), n = wr("space"), r = B(() => e.areFileExtensionsShown), s = B(() => zr(p(n)) && p(t).path === "/" ? p(n).name : p(t).name);
|
|
25687
25689
|
return {
|
|
25688
25690
|
resource: t,
|
|
25689
25691
|
resourceName: s,
|
|
@@ -25740,7 +25742,7 @@ const hN = /* @__PURE__ */ qe(lN, [["render", pN]]), gN = /* @__PURE__ */ Fe({
|
|
|
25740
25742
|
}
|
|
25741
25743
|
},
|
|
25742
25744
|
setup(e) {
|
|
25743
|
-
const t = ze(), n = Xe(), r = Fs(), s =
|
|
25745
|
+
const t = ze(), n = Xe(), r = Fs(), s = ta(), i = ft(), o = Qt(), a = ct(), c = xr(), { canListShares: u } = jO(), { canListVersions: l } = V$(), f = Ke(), { currentFolder: d } = st(f), y = re(), w = re([]), m = re([]), A = re([]), { selectedResources: v } = lv(), g = re(!1), h = B(() => p(g) || ne.isRunning), b = B(() => {
|
|
25744
25746
|
var me;
|
|
25745
25747
|
return p(v).length === 0 ? {
|
|
25746
25748
|
root: e.space,
|
|
@@ -25751,13 +25753,13 @@ const hN = /* @__PURE__ */ qe(lN, [["render", pN]]), gN = /* @__PURE__ */ Fe({
|
|
|
25751
25753
|
parent: p(d),
|
|
25752
25754
|
items: p(v)
|
|
25753
25755
|
};
|
|
25754
|
-
}), S =
|
|
25756
|
+
}), S = kr(Bt, "files-shares-with-me"), E = kr(
|
|
25755
25757
|
Bt,
|
|
25756
25758
|
"files-shares-with-others"
|
|
25757
|
-
), x =
|
|
25759
|
+
), x = kr(
|
|
25758
25760
|
Bt,
|
|
25759
25761
|
"files-shares-via-link"
|
|
25760
|
-
), _ = mt(t, "files-spaces-projects"), T =
|
|
25762
|
+
), _ = mt(t, "files-spaces-projects"), T = kr(Ct, "files-common-favorites"), N = kr(Ct, "files-common-search"), L = () => {
|
|
25761
25763
|
s.publish(bt.close);
|
|
25762
25764
|
}, F = (me) => {
|
|
25763
25765
|
s.publish(bt.setActivePanel, me);
|
|
@@ -25827,7 +25829,7 @@ const hN = /* @__PURE__ */ qe(lN, [["render", pN]]), gN = /* @__PURE__ */ Fe({
|
|
|
25827
25829
|
client: n.webdav,
|
|
25828
25830
|
signal: me
|
|
25829
25831
|
}));
|
|
25830
|
-
const U = [...Q, ...te].map(({ resourceId: Ae }) => Ae), ie = Object.values(f.ancestorMetaData).filter(({ id: Ae, path: Me }) => Ae === ve.id || U.includes(Ae) || lu(ve) ? !1 :
|
|
25832
|
+
const U = [...Q, ...te].map(({ resourceId: Ae }) => Ae), ie = Object.values(f.ancestorMetaData).filter(({ id: Ae, path: Me }) => Ae === ve.id || U.includes(Ae) || lu(ve) ? !1 : zr(e.space) ? Me !== "/" : !0).map(({ id: Ae }) => Ae);
|
|
25831
25833
|
p(J) && We(e.space) && !We(ve) && ie.push(e.space.id);
|
|
25832
25834
|
const Se = new li({
|
|
25833
25835
|
concurrency: a.options.concurrentRequests.shares.list
|
|
@@ -26085,7 +26087,7 @@ var lg = NaN, PN = /^[-+]0x[0-9a-f]+$/i, $N = /^0b[01]+$/i, FN = /^0o[0-7]+$/i,
|
|
|
26085
26087
|
function kN(e) {
|
|
26086
26088
|
if (typeof e == "number")
|
|
26087
26089
|
return e;
|
|
26088
|
-
if (
|
|
26090
|
+
if (Wo(e))
|
|
26089
26091
|
return lg;
|
|
26090
26092
|
if (ir(e)) {
|
|
26091
26093
|
var t = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
@@ -26137,7 +26139,7 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26137
26139
|
setup(e) {
|
|
26138
26140
|
const { $gettext: t, current: n } = Pe(), r = xr(), { showMessage: s, showErrorMessage: i } = rt(), o = Og(), a = rn(), c = Xe(), u = En(), { getResourceContext: l } = W$(), { selectedResources: f } = lv(), { dispatchModal: d } = wt(), y = ft(), w = ct(), m = Ke(), A = Qt(), { actions: v } = a$({
|
|
26139
26141
|
appId: e.applicationId
|
|
26140
|
-
}), { actions: g } = zb(), { actions: h } =
|
|
26142
|
+
}), { actions: g } = zb(), { actions: h } = na(), { actions: b } = Xb(), { actions: S } = Yb(), E = B(() => {
|
|
26141
26143
|
var xe;
|
|
26142
26144
|
return !!((xe = e.wrappedComponent.emits) != null && xe.includes("update:resource"));
|
|
26143
26145
|
}), x = re(), _ = re(), T = re(""), N = re(""), L = re(!p(E)), F = re(), k = re(!1), X = re(), Y = re(), { actions: J } = p$({ content: Y }), ce = B(() => {
|
|
@@ -26175,7 +26177,7 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26175
26177
|
});
|
|
26176
26178
|
}), Oe = af("driveAliasAndItem"), Ae = ln("fileId"), Me = B(() => _t(p(Ae))), G = async () => {
|
|
26177
26179
|
const xe = p(Me), { space: Ne, path: Ue } = await l(xe), fn = Ne.getDriveAliasAndItem({ path: Ue });
|
|
26178
|
-
return
|
|
26180
|
+
return zr(Ne) ? o.push({
|
|
26179
26181
|
params: {
|
|
26180
26182
|
...p(a).params,
|
|
26181
26183
|
driveAliasAndItem: fn
|
|
@@ -26210,7 +26212,7 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26210
26212
|
const Ne = yield _e(p(te), { signal: xe });
|
|
26211
26213
|
if (x.value = Ne, Dt(p(_)) && (p(x).remoteItemId = p(_).id, p(x).id === p(x).remoteItemId)) {
|
|
26212
26214
|
const Ue = yield* Vn(
|
|
26213
|
-
|
|
26215
|
+
Wc({
|
|
26214
26216
|
graphClient: c.graphAuthenticated,
|
|
26215
26217
|
spacesStore: y,
|
|
26216
26218
|
space: p(_)
|
|
@@ -26218,7 +26220,7 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26218
26220
|
);
|
|
26219
26221
|
Ue && (x.value = {
|
|
26220
26222
|
...Ne,
|
|
26221
|
-
...
|
|
26223
|
+
...ou({
|
|
26222
26224
|
graphRoles: A.graphRoles,
|
|
26223
26225
|
driveItem: Ue,
|
|
26224
26226
|
serverUrl: w.serverUrl
|
|
@@ -26314,13 +26316,13 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26314
26316
|
case 401:
|
|
26315
26317
|
case 403:
|
|
26316
26318
|
je(
|
|
26317
|
-
new
|
|
26319
|
+
new Pr(t("You're not authorized to save this file"), Ne.response)
|
|
26318
26320
|
);
|
|
26319
26321
|
break;
|
|
26320
26322
|
case 409:
|
|
26321
26323
|
case 412:
|
|
26322
26324
|
je(
|
|
26323
|
-
new
|
|
26325
|
+
new Pr(
|
|
26324
26326
|
t(
|
|
26325
26327
|
"This file was updated outside this window. Please refresh the page (all changes will be lost)."
|
|
26326
26328
|
),
|
|
@@ -26334,7 +26336,7 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26334
26336
|
);
|
|
26335
26337
|
if (Ue) {
|
|
26336
26338
|
je(
|
|
26337
|
-
new
|
|
26339
|
+
new Pr(
|
|
26338
26340
|
t('Insufficient quota on "%{spaceName}" to save this file', {
|
|
26339
26341
|
spaceName: Ue.name
|
|
26340
26342
|
}),
|
|
@@ -26344,11 +26346,11 @@ const LN = /* @__PURE__ */ Fe({
|
|
|
26344
26346
|
break;
|
|
26345
26347
|
}
|
|
26346
26348
|
je(
|
|
26347
|
-
new
|
|
26349
|
+
new Pr(t("Insufficient quota for saving this file"), Ne.response)
|
|
26348
26350
|
);
|
|
26349
26351
|
break;
|
|
26350
26352
|
default:
|
|
26351
|
-
je(new
|
|
26353
|
+
je(new Pr("", Ne.response));
|
|
26352
26354
|
}
|
|
26353
26355
|
}
|
|
26354
26356
|
}).drop(), at = async () => {
|
|
@@ -26516,14 +26518,14 @@ const jN = /* @__PURE__ */ qe(LN, [["render", BN]]);
|
|
|
26516
26518
|
function bM(e, t) {
|
|
26517
26519
|
return /* @__PURE__ */ Fe({
|
|
26518
26520
|
render() {
|
|
26519
|
-
return
|
|
26521
|
+
return Bc(
|
|
26520
26522
|
jN,
|
|
26521
26523
|
{
|
|
26522
26524
|
wrappedComponent: e,
|
|
26523
26525
|
...t
|
|
26524
26526
|
},
|
|
26525
26527
|
{
|
|
26526
|
-
default: (n) =>
|
|
26528
|
+
default: (n) => Bc(e, n)
|
|
26527
26529
|
}
|
|
26528
26530
|
);
|
|
26529
26531
|
}
|
|
@@ -26585,7 +26587,7 @@ function qN(e, t, n, r, s, i) {
|
|
|
26585
26587
|
}
|
|
26586
26588
|
const fv = /* @__PURE__ */ qe(UN, [["render", qN]]), VN = /* @__PURE__ */ Fe({
|
|
26587
26589
|
name: "ResourceGhostElement",
|
|
26588
|
-
components: { ResourceIcon:
|
|
26590
|
+
components: { ResourceIcon: ra },
|
|
26589
26591
|
props: {
|
|
26590
26592
|
previewItems: {
|
|
26591
26593
|
type: Array,
|
|
@@ -26746,7 +26748,7 @@ const cg = /* @__PURE__ */ Fe({
|
|
|
26746
26748
|
}, g.onerror = v, g.send();
|
|
26747
26749
|
}));
|
|
26748
26750
|
}
|
|
26749
|
-
const d = () => o.value ?
|
|
26751
|
+
const d = () => o.value ? Bc(
|
|
26750
26752
|
"svg",
|
|
26751
26753
|
{
|
|
26752
26754
|
...ik(o.value, i),
|
|
@@ -26797,7 +26799,7 @@ const cg = /* @__PURE__ */ Fe({
|
|
|
26797
26799
|
const n = t, r = B(() => Sb("oc-icon-title-")), s = B(() => {
|
|
26798
26800
|
const c = "icons/", u = e.fillType.toLowerCase();
|
|
26799
26801
|
return u === "none" ? `${c}${e.name}.svg` : `${c}${e.name}-${u}.svg`;
|
|
26800
|
-
}), i = (c) => o(
|
|
26802
|
+
}), i = (c) => o(Br(c)), o = (c) => {
|
|
26801
26803
|
if (c !== null)
|
|
26802
26804
|
return `oc-icon-${c}`;
|
|
26803
26805
|
}, a = (c) => {
|
|
@@ -26807,7 +26809,7 @@ const cg = /* @__PURE__ */ Fe({
|
|
|
26807
26809
|
}
|
|
26808
26810
|
return c;
|
|
26809
26811
|
};
|
|
26810
|
-
return (c, u) => (K(), Te(
|
|
26812
|
+
return (c, u) => (K(), Te(Hr(c.type), {
|
|
26811
26813
|
class: Je([{ "oc-button-reset": c.type === "button" }, "oc-icon", i(c.size)])
|
|
26812
26814
|
}, {
|
|
26813
26815
|
default: be(() => [
|
|
@@ -26848,9 +26850,9 @@ const cg = /* @__PURE__ */ Fe({
|
|
|
26848
26850
|
const a = [
|
|
26849
26851
|
"oc-button",
|
|
26850
26852
|
"oc-rounded",
|
|
26851
|
-
`oc-button-${
|
|
26853
|
+
`oc-button-${Br(e.size)}`,
|
|
26852
26854
|
`oc-button-justify-content-${e.justifyContent}`,
|
|
26853
|
-
`oc-button-gap-${
|
|
26855
|
+
`oc-button-gap-${Br(e.gapSize)}`,
|
|
26854
26856
|
`oc-button-${If(e.colorRole)}`,
|
|
26855
26857
|
`oc-button-${e.appearance}`,
|
|
26856
26858
|
`oc-button-${If(e.colorRole)}-${e.appearance}`
|
|
@@ -26869,7 +26871,7 @@ const cg = /* @__PURE__ */ Fe({
|
|
|
26869
26871
|
};
|
|
26870
26872
|
return (a, c) => {
|
|
26871
26873
|
const u = he("oc-spinner");
|
|
26872
|
-
return K(), Te(
|
|
26874
|
+
return K(), Te(Hr(a.type), Vt(s.value, {
|
|
26873
26875
|
"aria-label": a.ariaLabel,
|
|
26874
26876
|
class: r.value
|
|
26875
26877
|
}, Su(i.value)), {
|
|
@@ -26931,7 +26933,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
26931
26933
|
size: { default: "medium" }
|
|
26932
26934
|
},
|
|
26933
26935
|
setup(e) {
|
|
26934
|
-
const t = B(() => ["oc-spinner", `oc-spinner-${
|
|
26936
|
+
const t = B(() => ["oc-spinner", `oc-spinner-${Br(e.size || "medium")}`]);
|
|
26935
26937
|
return (n, r) => (K(), pe("span", {
|
|
26936
26938
|
class: Je(t.value),
|
|
26937
26939
|
"aria-label": n.ariaLabel,
|
|
@@ -27059,7 +27061,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27059
27061
|
];
|
|
27060
27062
|
return e.wrap && s.push(`oc-text-${e.wrap}`), s;
|
|
27061
27063
|
});
|
|
27062
|
-
return (s, i) => (K(), Te(
|
|
27064
|
+
return (s, i) => (K(), Te(Hr(s.type), {
|
|
27063
27065
|
class: Je(r.value),
|
|
27064
27066
|
onClick: i[0] || (i[0] = (o) => n("click", o))
|
|
27065
27067
|
}, {
|
|
@@ -27181,7 +27183,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27181
27183
|
}, kk = ["textContent"], Lk = {
|
|
27182
27184
|
key: 1,
|
|
27183
27185
|
class: "oc-table-footer"
|
|
27184
|
-
}, Dk = { class: "oc-table-footer-row" }, Mk = ["colspan"], hg = "asc",
|
|
27186
|
+
}, Dk = { class: "oc-table-footer-row" }, Mk = ["colspan"], hg = "asc", Cc = "desc", Bk = /* @__PURE__ */ Fe({
|
|
27185
27187
|
__name: "OcTable",
|
|
27186
27188
|
props: {
|
|
27187
27189
|
data: {},
|
|
@@ -27222,7 +27224,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27222
27224
|
class: o.value
|
|
27223
27225
|
}), A = (L, F) => {
|
|
27224
27226
|
const k = h(L);
|
|
27225
|
-
return k.class = `oc-table-header-cell oc-table-header-cell-${L.name}`, Object.prototype.hasOwnProperty.call(L, "thClass") && (k.class += ` ${L.thClass}`), e.sticky && (k.style = `top: ${e.headerPosition}px;`), F === 0 && (k.class += ` oc-pl-${
|
|
27227
|
+
return k.class = `oc-table-header-cell oc-table-header-cell-${L.name}`, Object.prototype.hasOwnProperty.call(L, "thClass") && (k.class += ` ${L.thClass}`), e.sticky && (k.style = `top: ${e.headerPosition}px;`), F === 0 && (k.class += ` oc-pl-${Br(e.paddingX)} `), F === e.fields.length - 1 && (k.class += ` oc-pr-${Br(e.paddingX)}`), _(k, L), k;
|
|
27226
27228
|
}, v = (L, F) => ({
|
|
27227
27229
|
...e.lazy && { lazy: { colspan: a.value } },
|
|
27228
27230
|
class: [
|
|
@@ -27233,7 +27235,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27233
27235
|
].filter(Boolean)
|
|
27234
27236
|
}), g = (L, F, k) => {
|
|
27235
27237
|
const X = h(L);
|
|
27236
|
-
return X.class = `oc-table-data-cell oc-table-data-cell-${L.name}`, Object.prototype.hasOwnProperty.call(L, "tdClass") && (X.class += ` ${L.tdClass}`), Object.prototype.hasOwnProperty.call(L, "wrap") && (X.wrap = L.wrap), F === 0 && (X.class += ` oc-pl-${
|
|
27238
|
+
return X.class = `oc-table-data-cell oc-table-data-cell-${L.name}`, Object.prototype.hasOwnProperty.call(L, "tdClass") && (X.class += ` ${L.tdClass}`), Object.prototype.hasOwnProperty.call(L, "wrap") && (X.wrap = L.wrap), F === 0 && (X.class += ` oc-pl-${Br(e.paddingX)} `), F === e.fields.length - 1 && (X.class += ` oc-pr-${Br(e.paddingX)}`), Object.prototype.hasOwnProperty.call(L, "accessibleLabelCallback") && (X["aria-label"] = L.accessibleLabelCallback(k)), X;
|
|
27237
27239
|
}, h = (L) => ({
|
|
27238
27240
|
...(L == null ? void 0 : L.alignH) && { alignH: L.alignH },
|
|
27239
27241
|
...(L == null ? void 0 : L.alignV) && { alignV: L.alignV },
|
|
@@ -27253,7 +27255,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27253
27255
|
if (!T(L))
|
|
27254
27256
|
return;
|
|
27255
27257
|
let F = e.sortDir;
|
|
27256
|
-
e.sortBy === L.name && e.sortDir !== void 0 && (F = e.sortDir ===
|
|
27258
|
+
e.sortBy === L.name && e.sortDir !== void 0 && (F = e.sortDir === Cc ? hg : Cc), (e.sortBy !== L.name || e.sortDir === void 0) && (F = L.sortDir || Cc), n("sort", {
|
|
27257
27259
|
sortBy: L.name,
|
|
27258
27260
|
sortDir: F
|
|
27259
27261
|
});
|
|
@@ -27397,7 +27399,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27397
27399
|
components: {
|
|
27398
27400
|
ContextMenuQuickAction: fv,
|
|
27399
27401
|
ResourceGhostElement: dv,
|
|
27400
|
-
ResourceListItem:
|
|
27402
|
+
ResourceListItem: ia,
|
|
27401
27403
|
ResourceSize: ZN,
|
|
27402
27404
|
ResourceStatusIndicators: bv,
|
|
27403
27405
|
OcSpinner: Ak,
|
|
@@ -27609,7 +27611,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27609
27611
|
postMessage: f,
|
|
27610
27612
|
isEnabled: d,
|
|
27611
27613
|
fileTypes: y
|
|
27612
|
-
} = Ui(), { getDefaultAction: w } = ar(), m = ct(), { options: A } = st(m), v =
|
|
27614
|
+
} = Ui(), { getDefaultAction: w } = ar(), m = ct(), { options: A } = st(m), v = Zo(), { resources: g, action: h } = st(v), b = Di(), { userContextReady: S } = st(b), E = Ke(), { areFileExtensionsShown: x, latestSelectedId: _, deleteQueue: T } = st(E), N = re(), L = re(), F = re(), { width: k } = e0(), X = B(
|
|
27613
27615
|
() => r.filesTags && k.value >= jk
|
|
27614
27616
|
), { actions: Y } = bf(), { actions: J } = $$(), ce = B(() => p(Y)[0].handler), ne = B(() => p(J)[0].handler), ae = (C) => c("Search for tag %{tag}", { tag: C }), me = (C) => {
|
|
27615
27617
|
var O;
|
|
@@ -27824,7 +27826,7 @@ const Ek = ["aria-label"], Ak = /* @__PURE__ */ Fe({
|
|
|
27824
27826
|
if (r.name === "indicators")
|
|
27825
27827
|
return !0;
|
|
27826
27828
|
let s;
|
|
27827
|
-
return r.prop ? s =
|
|
27829
|
+
return r.prop ? s = zc(e, r.prop) !== void 0 : s = Object.prototype.hasOwnProperty.call(e, r.name), this.fieldsDisplayed ? s && this.fieldsDisplayed.includes(r.name) : s;
|
|
27828
27830
|
}).map((r) => {
|
|
27829
27831
|
const s = n.find((i) => i.name === r.name);
|
|
27830
27832
|
return s && Object.assign(r, {
|
|
@@ -28124,7 +28126,7 @@ function Kk(e, t, n, r, s, i) {
|
|
|
28124
28126
|
}, null, 8, ["size"])
|
|
28125
28127
|
]),
|
|
28126
28128
|
tags: be(({ item: h }) => [
|
|
28127
|
-
(K(!0), pe(Ge, null, $t(h.tags.slice(0, 2), (b) => (K(), Te(
|
|
28129
|
+
(K(!0), pe(Ge, null, $t(h.tags.slice(0, 2), (b) => (K(), Te(Hr(e.userContextReady ? "router-link" : "span"), Vt({
|
|
28128
28130
|
key: b,
|
|
28129
28131
|
ref_for: !0
|
|
28130
28132
|
}, e.getTagComponentAttrs(b), { class: "resource-table-tag-wrapper" }), {
|
|
@@ -28431,7 +28433,7 @@ const vM = /* @__PURE__ */ qe(Uk, [["render", Kk]]), Qk = ["data-item-id"], Xk =
|
|
|
28431
28433
|
key: 0,
|
|
28432
28434
|
class: "tile-preview",
|
|
28433
28435
|
src: f.resource.thumbnail
|
|
28434
|
-
}, null, 8, ["src"])) : (K(), Te(
|
|
28436
|
+
}, null, 8, ["src"])) : (K(), Te(ra, {
|
|
28435
28437
|
key: 1,
|
|
28436
28438
|
resource: f.resource,
|
|
28437
28439
|
size: f.resourceIconSize,
|
|
@@ -28455,7 +28457,7 @@ const vM = /* @__PURE__ */ qe(Uk, [["render", Kk]]), Qk = ["data-item-id"], Xk =
|
|
|
28455
28457
|
oe("div", t2, [
|
|
28456
28458
|
oe("div", n2, [
|
|
28457
28459
|
oe("div", r2, [
|
|
28458
|
-
ue(
|
|
28460
|
+
ue(ia, {
|
|
28459
28461
|
resource: f.resource,
|
|
28460
28462
|
"is-icon-displayed": !1,
|
|
28461
28463
|
"is-extension-displayed": f.isExtensionDisplayed,
|
|
@@ -29270,7 +29272,7 @@ const B2 = /* @__PURE__ */ qe(F2, [["render", M2]]), j2 = { id: "oc-space-detail
|
|
|
29270
29272
|
space: p(d),
|
|
29271
29273
|
resource: J,
|
|
29272
29274
|
dimensions: tr.Tile,
|
|
29273
|
-
processor:
|
|
29275
|
+
processor: ru.enum.fit,
|
|
29274
29276
|
cancelRunning: !0,
|
|
29275
29277
|
updateStore: !1
|
|
29276
29278
|
});
|
|
@@ -29423,7 +29425,7 @@ const B2 = /* @__PURE__ */ qe(F2, [["render", M2]]), j2 = { id: "oc-space-detail
|
|
|
29423
29425
|
]);
|
|
29424
29426
|
};
|
|
29425
29427
|
}
|
|
29426
|
-
}), AM = /* @__PURE__ */ qe(K2, [["__scopeId", "data-v-
|
|
29428
|
+
}), AM = /* @__PURE__ */ qe(K2, [["__scopeId", "data-v-6e24534c"]]), Q2 = { id: "oc-spaces-details-multiple-sidebar" }, X2 = { class: "spaces-preview oc-mb-l" }, Y2 = { class: "spaces-preview-body" }, J2 = ["textContent"], Z2 = /* @__PURE__ */ Fe({
|
|
29427
29429
|
__name: "SpaceDetailsMultiple",
|
|
29428
29430
|
props: {
|
|
29429
29431
|
selectedSpaces: {}
|
|
@@ -29594,7 +29596,7 @@ function fL(e, t, n, r, s, i) {
|
|
|
29594
29596
|
]);
|
|
29595
29597
|
}
|
|
29596
29598
|
const xM = /* @__PURE__ */ qe(iL, [["render", fL], ["__scopeId", "data-v-471483fe"]]), CM = /* @__PURE__ */ Ew(
|
|
29597
|
-
async () => (await import("./TextEditor-
|
|
29599
|
+
async () => (await import("./TextEditor-CaoYc1_7.js")).default
|
|
29598
29600
|
), dL = /* @__PURE__ */ Fe({
|
|
29599
29601
|
name: "CustomComponentTarget",
|
|
29600
29602
|
props: {
|
|
@@ -29626,7 +29628,7 @@ const xM = /* @__PURE__ */ qe(iL, [["render", fL], ["__scopeId", "data-v-471483f
|
|
|
29626
29628
|
}
|
|
29627
29629
|
});
|
|
29628
29630
|
function pL(e, t, n, r, s, i) {
|
|
29629
|
-
return K(!0), pe(Ge, null, $t(e.extensions, (o) => (K(), Te(
|
|
29631
|
+
return K(!0), pe(Ge, null, $t(e.extensions, (o) => (K(), Te(Hr(o.content), {
|
|
29630
29632
|
key: `custom-component-${o.id}`
|
|
29631
29633
|
}))), 128);
|
|
29632
29634
|
}
|
|
@@ -29874,9 +29876,9 @@ const OM = /* @__PURE__ */ qe(wL, [["render", SL]]), EL = /* @__PURE__ */ Fe({
|
|
|
29874
29876
|
i.value = e.currentProgress;
|
|
29875
29877
|
};
|
|
29876
29878
|
return zt(() => {
|
|
29877
|
-
t = Qe.subscribe(
|
|
29879
|
+
t = Qe.subscribe(Qr.add, o), n = Qe.subscribe(Qr.remove, o), r = Qe.subscribe(Qr.setProgress, a);
|
|
29878
29880
|
}), Kn(() => {
|
|
29879
|
-
Qe.unsubscribe(
|
|
29881
|
+
Qe.unsubscribe(Qr.add, t), Qe.unsubscribe(Qr.remove, n), Qe.unsubscribe(Qr.setProgress, r);
|
|
29880
29882
|
}), { isLoading: s, currentProgress: i };
|
|
29881
29883
|
}
|
|
29882
29884
|
}), AL = {
|
|
@@ -30134,8 +30136,8 @@ export {
|
|
|
30134
30136
|
tv as A,
|
|
30135
30137
|
nF as B,
|
|
30136
30138
|
RM as C,
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
+
ia as D,
|
|
30140
|
+
ra as E,
|
|
30139
30141
|
a2 as F,
|
|
30140
30142
|
wM as G,
|
|
30141
30143
|
Zb as H,
|
|
@@ -30212,7 +30214,7 @@ export {
|
|
|
30212
30214
|
hf as am,
|
|
30213
30215
|
gf as an,
|
|
30214
30216
|
mf as ao,
|
|
30215
|
-
|
|
30217
|
+
na as ap,
|
|
30216
30218
|
Hb as aq,
|
|
30217
30219
|
Gb as ar,
|
|
30218
30220
|
yf as as,
|
|
@@ -30236,7 +30238,7 @@ export {
|
|
|
30236
30238
|
gO as b8,
|
|
30237
30239
|
aM as b9,
|
|
30238
30240
|
un as bA,
|
|
30239
|
-
|
|
30241
|
+
Zo as bB,
|
|
30240
30242
|
ct as bC,
|
|
30241
30243
|
jD as bD,
|
|
30242
30244
|
lI as bE,
|
|
@@ -30251,7 +30253,7 @@ export {
|
|
|
30251
30253
|
aO as bN,
|
|
30252
30254
|
UD as bO,
|
|
30253
30255
|
St as bP,
|
|
30254
|
-
|
|
30256
|
+
ea as bQ,
|
|
30255
30257
|
Ef as bR,
|
|
30256
30258
|
fM as bS,
|
|
30257
30259
|
Qb as bT,
|
|
@@ -30272,7 +30274,7 @@ export {
|
|
|
30272
30274
|
vO as bh,
|
|
30273
30275
|
bO as bi,
|
|
30274
30276
|
Ui as bj,
|
|
30275
|
-
|
|
30277
|
+
ta as bk,
|
|
30276
30278
|
cM as bl,
|
|
30277
30279
|
Sf as bm,
|
|
30278
30280
|
Vi as bn,
|
|
@@ -30284,7 +30286,7 @@ export {
|
|
|
30284
30286
|
En as bt,
|
|
30285
30287
|
vb as bu,
|
|
30286
30288
|
uM as bv,
|
|
30287
|
-
|
|
30289
|
+
qr as bw,
|
|
30288
30290
|
q$ as bx,
|
|
30289
30291
|
xr as by,
|
|
30290
30292
|
Di as bz,
|
|
@@ -30297,14 +30299,14 @@ export {
|
|
|
30297
30299
|
uO as c4,
|
|
30298
30300
|
af as c5,
|
|
30299
30301
|
ln as c6,
|
|
30300
|
-
|
|
30302
|
+
Ur as c7,
|
|
30301
30303
|
ze as c8,
|
|
30302
|
-
|
|
30304
|
+
kr as c9,
|
|
30303
30305
|
VO as cA,
|
|
30304
30306
|
ag as cB,
|
|
30305
30307
|
XD as cC,
|
|
30306
30308
|
tr as cD,
|
|
30307
|
-
|
|
30309
|
+
xc as cE,
|
|
30308
30310
|
ts as cF,
|
|
30309
30311
|
TD as cG,
|
|
30310
30312
|
ay as cH,
|
|
@@ -30314,14 +30316,14 @@ export {
|
|
|
30314
30316
|
vS as cL,
|
|
30315
30317
|
wS as cM,
|
|
30316
30318
|
er as cN,
|
|
30317
|
-
|
|
30319
|
+
Nr as cO,
|
|
30318
30320
|
pD as cP,
|
|
30319
30321
|
SS as cQ,
|
|
30320
30322
|
AS as cR,
|
|
30321
30323
|
Jf as cS,
|
|
30322
30324
|
Sr as cT,
|
|
30323
30325
|
mD as cU,
|
|
30324
|
-
|
|
30326
|
+
Wc as cV,
|
|
30325
30327
|
yD as cW,
|
|
30326
30328
|
K1 as cX,
|
|
30327
30329
|
bD as cY,
|
|
@@ -30331,7 +30333,7 @@ export {
|
|
|
30331
30333
|
Or as cb,
|
|
30332
30334
|
qb as cc,
|
|
30333
30335
|
lv as cd,
|
|
30334
|
-
|
|
30336
|
+
Gr as ce,
|
|
30335
30337
|
jO as cf,
|
|
30336
30338
|
UO as cg,
|
|
30337
30339
|
bt as ch,
|
|
@@ -30371,7 +30373,7 @@ export {
|
|
|
30371
30373
|
ry as dD,
|
|
30372
30374
|
Zm as dE,
|
|
30373
30375
|
ty as dF,
|
|
30374
|
-
|
|
30376
|
+
Vc as dG,
|
|
30375
30377
|
ey as dH,
|
|
30376
30378
|
VD as dI,
|
|
30377
30379
|
hA as dJ,
|
|
@@ -30390,9 +30392,9 @@ export {
|
|
|
30390
30392
|
sT as dW,
|
|
30391
30393
|
oT as dX,
|
|
30392
30394
|
Ix as dY,
|
|
30393
|
-
|
|
30395
|
+
Qr as dZ,
|
|
30394
30396
|
RD as d_,
|
|
30395
|
-
|
|
30397
|
+
Jo as da,
|
|
30396
30398
|
UR as db,
|
|
30397
30399
|
DD as dc,
|
|
30398
30400
|
MD as dd,
|
|
@@ -30418,7 +30420,7 @@ export {
|
|
|
30418
30420
|
jn as dy,
|
|
30419
30421
|
qD as dz,
|
|
30420
30422
|
Te as e,
|
|
30421
|
-
|
|
30423
|
+
ru as e0,
|
|
30422
30424
|
PD as e1,
|
|
30423
30425
|
$D as e2,
|
|
30424
30426
|
vt as e3,
|