@cubone/react-file-manager 1.31.0 → 1.32.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/README.md +1 -1
- package/dist/react-file-manager.es.js +467 -413
- package/package.json +1 -1
|
@@ -215,7 +215,7 @@ function Pt(n) {
|
|
|
215
215
|
function ut(n) {
|
|
216
216
|
return H({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M104.6 48L64 48C28.7 48 0 76.7 0 112L0 384c0 35.3 28.7 64 64 64l96 0 0-48-96 0c-8.8 0-16-7.2-16-16l0-272c0-8.8 7.2-16 16-16l16 0c0 17.7 14.3 32 32 32l72.4 0C202 108.4 227.6 96 256 96l62 0c-7.1-27.6-32.2-48-62-48l-40.6 0C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L464 243.9 464 448c0 8.8-7.2 16-16 16zM256 512l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L256 128c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64z" }, child: [] }] })(n);
|
|
217
217
|
}
|
|
218
|
-
const
|
|
218
|
+
const Me = (n = () => {
|
|
219
219
|
}) => {
|
|
220
220
|
const [e, t] = k(!1), o = se(null), i = (s) => {
|
|
221
221
|
var a;
|
|
@@ -518,7 +518,7 @@ var Sn = {
|
|
|
518
518
|
}), e;
|
|
519
519
|
}
|
|
520
520
|
};
|
|
521
|
-
const kt = {},
|
|
521
|
+
const kt = {}, Mt = (n) => !V(n) && typeof n != "boolean" && typeof n != "number";
|
|
522
522
|
class Ke extends Je {
|
|
523
523
|
constructor(e) {
|
|
524
524
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
@@ -589,12 +589,12 @@ class Ke extends Je {
|
|
|
589
589
|
}
|
|
590
590
|
const f = this.resolve(e, t);
|
|
591
591
|
let p = f == null ? void 0 : f.res;
|
|
592
|
-
const h = (f == null ? void 0 : f.usedKey) || a, m = (f == null ? void 0 : f.exactUsedKey) || a, v = ["[object Number]", "[object Function]", "[object RegExp]"], S = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, N = !this.i18nFormat || this.i18nFormat.handleAsObject,
|
|
592
|
+
const h = (f == null ? void 0 : f.usedKey) || a, m = (f == null ? void 0 : f.exactUsedKey) || a, v = ["[object Number]", "[object Function]", "[object RegExp]"], S = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, N = !this.i18nFormat || this.i18nFormat.handleAsObject, M = t.count !== void 0 && !V(t.count), F = Ke.hasDefaultValue(t), z = M ? this.pluralResolver.getSuffix(d, t.count, t) : "", g = t.ordinal && M ? this.pluralResolver.getSuffix(d, t.count, {
|
|
593
593
|
ordinal: !1
|
|
594
|
-
}) : "", L =
|
|
594
|
+
}) : "", L = M && !t.ordinal && t.count === 0, x = L && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${z}`] || t[`defaultValue${g}`] || t.defaultValue;
|
|
595
595
|
let w = p;
|
|
596
596
|
N && !p && F && (w = x);
|
|
597
|
-
const $ =
|
|
597
|
+
const $ = Mt(w), C = Object.prototype.toString.apply(w);
|
|
598
598
|
if (N && w && $ && v.indexOf(C) < 0 && !(V(S) && Array.isArray(w))) {
|
|
599
599
|
if (!t.returnObjects && !this.options.returnObjects) {
|
|
600
600
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
@@ -606,19 +606,19 @@ class Ke extends Je {
|
|
|
606
606
|
}
|
|
607
607
|
if (s) {
|
|
608
608
|
const b = Array.isArray(w), P = b ? [] : {}, R = b ? m : h;
|
|
609
|
-
for (const
|
|
610
|
-
if (Object.prototype.hasOwnProperty.call(w,
|
|
611
|
-
const q = `${R}${s}${
|
|
612
|
-
F && !p ? P[
|
|
609
|
+
for (const O in w)
|
|
610
|
+
if (Object.prototype.hasOwnProperty.call(w, O)) {
|
|
611
|
+
const q = `${R}${s}${O}`;
|
|
612
|
+
F && !p ? P[O] = this.translate(q, {
|
|
613
613
|
...t,
|
|
614
|
-
defaultValue:
|
|
614
|
+
defaultValue: Mt(x) ? x[O] : void 0,
|
|
615
615
|
joinArrays: !1,
|
|
616
616
|
ns: l
|
|
617
|
-
}) : P[
|
|
617
|
+
}) : P[O] = this.translate(q, {
|
|
618
618
|
...t,
|
|
619
619
|
joinArrays: !1,
|
|
620
620
|
ns: l
|
|
621
|
-
}), P[
|
|
621
|
+
}), P[O] === q && (P[O] = w[O]);
|
|
622
622
|
}
|
|
623
623
|
p = P;
|
|
624
624
|
}
|
|
@@ -627,7 +627,7 @@ class Ke extends Je {
|
|
|
627
627
|
else {
|
|
628
628
|
let b = !1, P = !1;
|
|
629
629
|
!this.isValidLookup(p) && F && (b = !0, p = x), this.isValidLookup(p) || (P = !0, p = a);
|
|
630
|
-
const
|
|
630
|
+
const O = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && P ? void 0 : p, q = F && x !== p && this.options.updateMissing;
|
|
631
631
|
if (P || b || q) {
|
|
632
632
|
if (this.logger.log(q ? "updateKey" : "missingKey", d, r, a, q ? x : p), s) {
|
|
633
633
|
const K = this.resolve(a, {
|
|
@@ -644,10 +644,10 @@ class Ke extends Je {
|
|
|
644
644
|
else this.options.saveMissingTo === "all" ? J = this.languageUtils.toResolveHierarchy(t.lng || this.language) : J.push(t.lng || this.language);
|
|
645
645
|
const ae = (K, y, E) => {
|
|
646
646
|
var U;
|
|
647
|
-
const B = F && E !== p ? E :
|
|
647
|
+
const B = F && E !== p ? E : O;
|
|
648
648
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(K, r, y, B, q, t) : (U = this.backendConnector) != null && U.saveMissing && this.backendConnector.saveMissing(K, r, y, B, q, t), this.emit("missingKey", K, r, y, p);
|
|
649
649
|
};
|
|
650
|
-
this.options.saveMissing && (this.options.saveMissingPlurals &&
|
|
650
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && M ? J.forEach((K) => {
|
|
651
651
|
const y = this.pluralResolver.getSuffixes(K, t);
|
|
652
652
|
L && t[`defaultValue${this.options.pluralSeparator}zero`] && y.indexOf(`${this.options.pluralSeparator}zero`) < 0 && y.push(`${this.options.pluralSeparator}zero`), y.forEach((E) => {
|
|
653
653
|
ae([K], a + E, t[`defaultValue${E}`] || x);
|
|
@@ -715,8 +715,8 @@ class Ke extends Je {
|
|
|
715
715
|
this.options.fallbackNS && (f = f.concat(this.options.fallbackNS));
|
|
716
716
|
const p = t.count !== void 0 && !V(t.count), h = p && !t.ordinal && t.count === 0, m = t.context !== void 0 && (V(t.context) || typeof t.context == "number") && t.context !== "", v = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
|
717
717
|
f.forEach((S) => {
|
|
718
|
-
var N,
|
|
719
|
-
this.isValidLookup(o) || (l = S, !kt[`${v[0]}-${S}`] && ((N = this.utils) != null && N.hasLoadedNamespace) && !((
|
|
718
|
+
var N, M;
|
|
719
|
+
this.isValidLookup(o) || (l = S, !kt[`${v[0]}-${S}`] && ((N = this.utils) != null && N.hasLoadedNamespace) && !((M = this.utils) != null && M.hasLoadedNamespace(l)) && (kt[`${v[0]}-${S}`] = !0, this.logger.warn(`key "${i}" for languages "${v.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach((F) => {
|
|
720
720
|
var L;
|
|
721
721
|
if (this.isValidLookup(o)) return;
|
|
722
722
|
a = F;
|
|
@@ -777,7 +777,7 @@ class Ke extends Je {
|
|
|
777
777
|
return !1;
|
|
778
778
|
}
|
|
779
779
|
}
|
|
780
|
-
class
|
|
780
|
+
class Ot {
|
|
781
781
|
constructor(e) {
|
|
782
782
|
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = me.create("languageUtils");
|
|
783
783
|
}
|
|
@@ -937,9 +937,9 @@ class Fo {
|
|
|
937
937
|
nestingSuffixEscaped: v,
|
|
938
938
|
nestingOptionsSeparator: S,
|
|
939
939
|
maxReplaces: N,
|
|
940
|
-
alwaysFormat:
|
|
940
|
+
alwaysFormat: M
|
|
941
941
|
} = e.interpolation;
|
|
942
|
-
this.escape = t !== void 0 ? t : $o, this.escapeValue = o !== void 0 ? o : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = s ? Se(s) : a || "{{", this.suffix = l ? Se(l) : r || "}}", this.formatSeparator = d || ",", this.unescapePrefix = u ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : u || "", this.nestingPrefix = p ? Se(p) : h || Se("$t("), this.nestingSuffix = m ? Se(m) : v || Se(")"), this.nestingOptionsSeparator = S || ",", this.maxReplaces = N || 1e3, this.alwaysFormat =
|
|
942
|
+
this.escape = t !== void 0 ? t : $o, this.escapeValue = o !== void 0 ? o : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = s ? Se(s) : a || "{{", this.suffix = l ? Se(l) : r || "}}", this.formatSeparator = d || ",", this.unescapePrefix = u ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : u || "", this.nestingPrefix = p ? Se(p) : h || Se("$t("), this.nestingSuffix = m ? Se(m) : v || Se(")"), this.nestingOptionsSeparator = S || ",", this.maxReplaces = N || 1e3, this.alwaysFormat = M !== void 0 ? M : !1, this.resetRegExp();
|
|
943
943
|
}
|
|
944
944
|
reset() {
|
|
945
945
|
this.options && this.init(this.options);
|
|
@@ -953,12 +953,12 @@ class Fo {
|
|
|
953
953
|
let s, a, l;
|
|
954
954
|
const r = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, d = (m) => {
|
|
955
955
|
if (m.indexOf(this.formatSeparator) < 0) {
|
|
956
|
-
const
|
|
957
|
-
return this.alwaysFormat ? this.format(
|
|
956
|
+
const M = Ut(t, r, m, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
957
|
+
return this.alwaysFormat ? this.format(M, void 0, o, {
|
|
958
958
|
...i,
|
|
959
959
|
...t,
|
|
960
960
|
interpolationkey: m
|
|
961
|
-
}) :
|
|
961
|
+
}) : M;
|
|
962
962
|
}
|
|
963
963
|
const v = m.split(this.formatSeparator), S = v.shift().trim(), N = v.join(this.formatSeparator).trim();
|
|
964
964
|
return this.format(Ut(t, r, S, this.options.keySeparator, this.options.ignoreJSONStructure), N, o, {
|
|
@@ -1346,7 +1346,7 @@ const jt = () => ({
|
|
|
1346
1346
|
}), Ht = (n) => {
|
|
1347
1347
|
var e, t;
|
|
1348
1348
|
return V(n.ns) && (n.ns = [n.ns]), V(n.fallbackLng) && (n.fallbackLng = [n.fallbackLng]), V(n.fallbackNS) && (n.fallbackNS = [n.fallbackNS]), ((t = (e = n.supportedLngs) == null ? void 0 : e.indexOf) == null ? void 0 : t.call(e, "cimode")) < 0 && (n.supportedLngs = n.supportedLngs.concat(["cimode"])), typeof n.initImmediate == "boolean" && (n.initAsync = n.initImmediate), n;
|
|
1349
|
-
},
|
|
1349
|
+
}, Oe = () => {
|
|
1350
1350
|
}, zo = (n) => {
|
|
1351
1351
|
Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((t) => {
|
|
1352
1352
|
typeof n[t] == "function" && (n[t] = n[t].bind(n));
|
|
@@ -1383,7 +1383,7 @@ class ke extends Je {
|
|
|
1383
1383
|
this.modules.logger ? me.init(s(this.modules.logger), this.options) : me.init(null, this.options);
|
|
1384
1384
|
let u;
|
|
1385
1385
|
this.modules.formatter ? u = this.modules.formatter : u = Eo;
|
|
1386
|
-
const f = new
|
|
1386
|
+
const f = new Ot(this.options);
|
|
1387
1387
|
this.store = new Rt(this.options.resources, this.options);
|
|
1388
1388
|
const p = this.services;
|
|
1389
1389
|
p.logger = me, p.resourceStore = this.store, p.languageUtils = f, p.pluralResolver = new So(f, {
|
|
@@ -1403,7 +1403,7 @@ class ke extends Je {
|
|
|
1403
1403
|
h.init && h.init(this);
|
|
1404
1404
|
});
|
|
1405
1405
|
}
|
|
1406
|
-
if (this.format = this.options.interpolation.format, o || (o =
|
|
1406
|
+
if (this.format = this.options.interpolation.format, o || (o = Oe), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
1407
1407
|
const u = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
|
1408
1408
|
u.length > 0 && u[0] !== "dev" && (this.options.lng = u[0]);
|
|
1409
1409
|
}
|
|
@@ -1427,7 +1427,7 @@ class ke extends Je {
|
|
|
1427
1427
|
}
|
|
1428
1428
|
loadResources(e) {
|
|
1429
1429
|
var s, a;
|
|
1430
|
-
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
1430
|
+
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Oe;
|
|
1431
1431
|
const i = V(e) ? e : this.language;
|
|
1432
1432
|
if (typeof e == "function" && (o = e), !this.options.resources || this.options.partialBundledLanguages) {
|
|
1433
1433
|
if ((i == null ? void 0 : i.toLowerCase()) === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return o();
|
|
@@ -1445,7 +1445,7 @@ class ke extends Je {
|
|
|
1445
1445
|
}
|
|
1446
1446
|
reloadResources(e, t, o) {
|
|
1447
1447
|
const i = Le();
|
|
1448
|
-
return typeof e == "function" && (o = e, e = void 0), typeof t == "function" && (o = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), o || (o =
|
|
1448
|
+
return typeof e == "function" && (o = e, e = void 0), typeof t == "function" && (o = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), o || (o = Oe), this.services.backendConnector.reload(e, t, (s) => {
|
|
1449
1449
|
i.resolve(), o(s);
|
|
1450
1450
|
}), i;
|
|
1451
1451
|
}
|
|
@@ -1558,7 +1558,7 @@ class ke extends Je {
|
|
|
1558
1558
|
dir(e) {
|
|
1559
1559
|
var i, s;
|
|
1560
1560
|
if (e || (e = this.resolvedLanguage || (((i = this.languages) == null ? void 0 : i.length) > 0 ? this.languages[0] : this.language)), !e) return "rtl";
|
|
1561
|
-
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], o = ((s = this.services) == null ? void 0 : s.languageUtils) || new
|
|
1561
|
+
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], o = ((s = this.services) == null ? void 0 : s.languageUtils) || new Ot(jt());
|
|
1562
1562
|
return t.indexOf(o.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
1563
1563
|
}
|
|
1564
1564
|
static createInstance() {
|
|
@@ -1566,7 +1566,7 @@ class ke extends Je {
|
|
|
1566
1566
|
return new ke(e, t);
|
|
1567
1567
|
}
|
|
1568
1568
|
cloneInstance() {
|
|
1569
|
-
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
1569
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Oe;
|
|
1570
1570
|
const o = e.forkResourceStore;
|
|
1571
1571
|
o && delete e.forkResourceStore;
|
|
1572
1572
|
const i = {
|
|
@@ -1622,13 +1622,13 @@ ie.setDefaultNamespace;
|
|
|
1622
1622
|
ie.hasLoadedNamespace;
|
|
1623
1623
|
ie.loadNamespaces;
|
|
1624
1624
|
ie.loadLanguages;
|
|
1625
|
-
const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير العرض",
|
|
1625
|
+
const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير العرض", Mo = "تحديث", Oo = "قص", Io = "نسخ", Do = "إعادة تسمية", Uo = "تنزيل", jo = "تم تحديد العنصر", Ho = "تم تحديد {{count}} عناصر", Vo = "إلغاء", Bo = "مسح التحديد", Wo = "تم", Yo = "إذا قمت بتغيير امتداد الملف، قد يصبح الملف غير قابل للاستخدام. هل أنت متأكد من أنك تريد تغييره؟", Ko = "لا", qo = "نعم", _o = "إغلاق", Go = "نوع الملف غير مسموح به.", Jo = "الملف موجود بالفعل.", Zo = "أقصى حجم رفع هو", Xo = "اسحب الملفات للرفع", Qo = "اختيار ملف", ei = "فشل الرفع.", ti = "جاري الرفع", ni = "تم الرفع", oi = "إزالة", ii = "إلغاء الرفع", si = "معاينة", ai = "آسف! المعاينة غير متاحة لهذا الملف.", ri = "الصفحة الرئيسية", li = "عرض المزيد من المجلدات", ci = "نقل إلى", di = "هذا المجلد فارغ.", ui = "تحديد الكل", fi = "عرض", pi = "شبكة", hi = "قائمة", mi = "فتح", gi = "لا شيء هنا بعد", vi = "الاسم", $i = "تاريخ التعديل", yi = "الحجم", wi = 'هل أنت متأكد أنك تريد حذف "{{fileName}}"؟', bi = "هل أنت متأكد أنك تريد حذف هذه العناصر {{count}}؟", xi = "{{percent}}% تم", Ci = "تم الإلغاء", Si = 'لا يمكن أن يحتوي اسم الملف على أي من الحروف التالية: \\ / : * ? " < > |', Fi = 'هذا الموقع يحتوي بالفعل على مجلد باسم "{{renameFile}}".', Ni = "طي لوحة التنقل", Ei = "توسيع لوحة التنقل", Pi = {
|
|
1626
1626
|
newFolder: Lo,
|
|
1627
1627
|
upload: Ao,
|
|
1628
1628
|
paste: Ro,
|
|
1629
1629
|
changeView: ko,
|
|
1630
|
-
refresh:
|
|
1631
|
-
cut:
|
|
1630
|
+
refresh: Mo,
|
|
1631
|
+
cut: Oo,
|
|
1632
1632
|
copy: Io,
|
|
1633
1633
|
rename: Do,
|
|
1634
1634
|
download: Uo,
|
|
@@ -1675,15 +1675,15 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1675
1675
|
folderExists: Fi,
|
|
1676
1676
|
collapseNavigationPane: Ni,
|
|
1677
1677
|
expandNavigationPane: Ei
|
|
1678
|
-
}, Ti = "Neuer Ordner", zi = "Hochladen", Li = "Einfügen", Ai = "Ansicht ändern", Ri = "Aktualisieren", ki = "Ausschneiden",
|
|
1678
|
+
}, Ti = "Neuer Ordner", zi = "Hochladen", Li = "Einfügen", Ai = "Ansicht ändern", Ri = "Aktualisieren", ki = "Ausschneiden", Mi = "Kopieren", Oi = "Umbenennen", Ii = "Herunterladen", Di = "Element ausgewählt", Ui = "Elemente ausgewählt", ji = "Abbrechen", Hi = "Auswahl aufheben", Vi = "Abgeschlossen", Bi = "Wenn Sie die Dateierweiterung ändern, kann die Datei unbrauchbar werden. Möchten Sie das wirklich tun?", Wi = "Nein", Yi = "Ja", Ki = "Schließen", qi = "Dateityp nicht erlaubt.", _i = "Datei existiert bereits.", Gi = "Maximale Uploadgröße ist", Ji = "Dateien zum Hochladen ziehen", Zi = "Datei auswählen", Xi = "Hochladen fehlgeschlagen.", Qi = "Wird hochgeladen", es = "Hochgeladen", ts = "Entfernen", ns = "Upload abbrechen", os = "Vorschau", is = "Leider ist keine Vorschau für diese Datei verfügbar.", ss = "Startseite", as = "Mehr Ordner anzeigen", rs = "Verschieben nach", ls = "Dieser Ordner ist leer.", cs = "Alle auswählen", ds = "Ansicht", us = "Raster", fs = "Liste", ps = "Öffnen", hs = "Hier ist noch nichts", ms = "Name", gs = "Geändert", vs = "Größe", $s = 'Möchten Sie "{{fileName}}" wirklich löschen?', ys = "Möchten Sie diese {{count}} Elemente wirklich löschen?", ws = "{{percent}}% erledigt", bs = "Abgebrochen", xs = 'Ein Dateiname darf keines der folgenden Zeichen enthalten: \\ / : * ? " < > |', Cs = 'In diesem Zielordner gibt es bereits einen Ordner namens "{{renameFile}}".', Ss = "Navigationsbereich einklappen", Fs = "Navigationsbereich erweitern", Ns = {
|
|
1679
1679
|
newFolder: Ti,
|
|
1680
1680
|
upload: zi,
|
|
1681
1681
|
paste: Li,
|
|
1682
1682
|
changeView: Ai,
|
|
1683
1683
|
refresh: Ri,
|
|
1684
1684
|
cut: ki,
|
|
1685
|
-
copy:
|
|
1686
|
-
rename:
|
|
1685
|
+
copy: Mi,
|
|
1686
|
+
rename: Oi,
|
|
1687
1687
|
download: Ii,
|
|
1688
1688
|
delete: "Löschen",
|
|
1689
1689
|
itemSelected: Di,
|
|
@@ -1728,7 +1728,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1728
1728
|
folderExists: Cs,
|
|
1729
1729
|
collapseNavigationPane: Ss,
|
|
1730
1730
|
expandNavigationPane: Fs
|
|
1731
|
-
}, Es = "New Folder", Ps = "Upload", Ts = "Paste", zs = "Change View", Ls = "Refresh", As = "Cut", Rs = "Copy", ks = "Rename",
|
|
1731
|
+
}, Es = "New Folder", Ps = "Upload", Ts = "Paste", zs = "Change View", Ls = "Refresh", As = "Cut", Rs = "Copy", ks = "Rename", Ms = "Download", Os = "item selected", Is = "items selected", Ds = "Cancel", Us = "Clear Selection", js = "Completed", Hs = "If you change a file name extension, the file might become unusable. Are you sure you want to change it?", Vs = "No", Bs = "Yes", Ws = "Close", Ys = "File type is not allowed.", Ks = "File already exists.", qs = "Maximum upload size is", _s = "Drag files to upload", Gs = "Choose File", Js = "Upload failed.", Zs = "Uploading", Xs = "Uploaded", Qs = "Remove", ea = "Abort Upload", ta = "Preview", na = "Sorry! Preview is not available for this file.", oa = "Home", ia = "Show more folders", sa = "Move to", aa = "This folder is empty.", ra = "Select all", la = "View", ca = "Grid", da = "List", ua = "Open", fa = "Nothing here yet", pa = "Name", ha = "Modified", ma = "Size", ga = 'Are you sure you want to delete "{{fileName}}"?', va = "Are you sure you want to delete these {{count}} items?", $a = "{{percent}}% done", ya = "Canceled", wa = `A file name can't contain any of the following characters: \\ / : * ? " < > |`, ba = 'This destination already contains a folder named "{{renameFile}}".', xa = "Collapse Navigation Pane", Ca = "Expand Navigation Pane", Sa = {
|
|
1732
1732
|
newFolder: Es,
|
|
1733
1733
|
upload: Ps,
|
|
1734
1734
|
paste: Ts,
|
|
@@ -1737,9 +1737,9 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1737
1737
|
cut: As,
|
|
1738
1738
|
copy: Rs,
|
|
1739
1739
|
rename: ks,
|
|
1740
|
-
download:
|
|
1740
|
+
download: Ms,
|
|
1741
1741
|
delete: "Delete",
|
|
1742
|
-
itemSelected:
|
|
1742
|
+
itemSelected: Os,
|
|
1743
1743
|
itemsSelected: Is,
|
|
1744
1744
|
cancel: Ds,
|
|
1745
1745
|
clearSelection: Us,
|
|
@@ -1781,7 +1781,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1781
1781
|
folderExists: ba,
|
|
1782
1782
|
collapseNavigationPane: xa,
|
|
1783
1783
|
expandNavigationPane: Ca
|
|
1784
|
-
}, Fa = "Nueva carpeta", Na = "Subir", Ea = "Pegar", Pa = "Cambiar vista", Ta = "Actualizar", za = "Cortar", La = "Copiar", Aa = "Renombrar", Ra = "Descargar", ka = "elemento seleccionado",
|
|
1784
|
+
}, Fa = "Nueva carpeta", Na = "Subir", Ea = "Pegar", Pa = "Cambiar vista", Ta = "Actualizar", za = "Cortar", La = "Copiar", Aa = "Renombrar", Ra = "Descargar", ka = "elemento seleccionado", Ma = "elementos seleccionados", Oa = "Cancelar", Ia = "Borrar selección", Da = "Completado", Ua = "Si cambia la extensión del archivo, es posible que no funcione. ¿Está seguro de que desea cambiarla?", ja = "No", Ha = "Sí", Va = "Cerrar", Ba = "Tipo de archivo no permitido.", Wa = "El archivo ya existe.", Ya = "El tamaño máximo de subida es", Ka = "Arrastre archivos para subir", qa = "Elegir archivo", _a = "Error al subir.", Ga = "Subiendo", Ja = "Subido", Za = "Eliminar", Xa = "Cancelar subida", Qa = "Vista previa", er = "¡Lo sentimos! No hay vista previa disponible para este archivo.", tr = "Inicio", nr = "Mostrar más carpetas", or = "Mover a", ir = "Esta carpeta está vacía.", sr = "Seleccionar todo", ar = "Vista", rr = "Cuadrícula", lr = "Lista", cr = "Abrir", dr = "Nada por aquí aún", ur = "Nombre", fr = "Modificado", pr = "Tamaño", hr = '¿Está seguro de que desea eliminar "{{fileName}}"?', mr = "¿Está seguro de que desea eliminar estos {{count}} elementos?", gr = "{{percent}}% completado", vr = "Cancelado", $r = 'Un nombre de archivo no puede contener ninguno de los siguientes caracteres: \\ / : * ? " < > |', yr = 'Ya existe una carpeta llamada "{{renameFile}}" en este destino.', wr = "Contraer panel de navegación", br = "Expandir panel de navegación", xr = {
|
|
1785
1785
|
newFolder: Fa,
|
|
1786
1786
|
upload: Na,
|
|
1787
1787
|
paste: Ea,
|
|
@@ -1793,8 +1793,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1793
1793
|
download: Ra,
|
|
1794
1794
|
delete: "Eliminar",
|
|
1795
1795
|
itemSelected: ka,
|
|
1796
|
-
itemsSelected:
|
|
1797
|
-
cancel:
|
|
1796
|
+
itemsSelected: Ma,
|
|
1797
|
+
cancel: Oa,
|
|
1798
1798
|
clearSelection: Ia,
|
|
1799
1799
|
completed: Da,
|
|
1800
1800
|
fileNameChangeWarning: Ua,
|
|
@@ -1834,7 +1834,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1834
1834
|
folderExists: yr,
|
|
1835
1835
|
collapseNavigationPane: wr,
|
|
1836
1836
|
expandNavigationPane: br
|
|
1837
|
-
}, Cr = "
|
|
1837
|
+
}, Cr = "پوشه جدید", Sr = "بارگذاری", Fr = "الحاق", Nr = "تغییر نمایش", Er = "بازخوانی", Pr = "برش", Tr = "کپی", zr = "تغییر نام", Lr = "دانلود", Ar = "مورد انتخاب شده", Rr = "مورد انتخاب شده", kr = "لغو", Mr = "پاک کردن انتخاب", Or = "تکمیل شد", Ir = "اگر پسوند نام فایل را تغییر دهید، ممکن است فایل غیرقابل استفاده شود. آیا مطمئن هستید که میخواهید آن را تغییر دهید؟", Dr = "خیر", Ur = "بله", jr = "بستن", Hr = "نوع فایل مجاز نیست.", Vr = "فایل از قبل موجود است.", Br = "حداکثر اندازه بارگذاری", Wr = "فایلها را برای بارگذاری بکشید", Yr = "انتخاب فایل", Kr = "بارگذاری ناموفق بود.", qr = "در حال بارگذاری", _r = "بارگذاری شد", Gr = "حذف", Jr = "لغو بارگذاری", Zr = "پیشنمایش", Xr = "متأسفیم! پیشنمایش برای این فایل در دسترس نیست.", Qr = "خانه", el = "نمایش پوشههای بیشتر", tl = "انتقال به", nl = "این پوشه خالی است.", ol = "انتخاب همه", il = "نمایش", sl = "شبکهای", al = "لیستی", rl = "باز کردن", ll = "هنوز چیزی اینجا نیست", cl = "نام", dl = "تغییر یافته", ul = "اندازه", fl = 'آیا مطمئن هستید که میخواهید "{{fileName}}" را حذف کنید؟', pl = "آیا مطمئن هستید که میخواهید این {{count}} مورد را حذف کنید؟", hl = "{{percent}}% انجام شد", ml = "لغو شد", gl = 'نام فایل نمیتواند شامل هیچ یک از کاراکترهای زیر باشد: \\ / : * ? " < > |', vl = 'این مقصد از قبل شامل پوشهای به نام "{{renameFile}}" است.', $l = "بستن پنل ناوبری", yl = "باز کردن پنل ناوبری", wl = {
|
|
1838
1838
|
newFolder: Cr,
|
|
1839
1839
|
upload: Sr,
|
|
1840
1840
|
paste: Fr,
|
|
@@ -1844,12 +1844,12 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1844
1844
|
copy: Tr,
|
|
1845
1845
|
rename: zr,
|
|
1846
1846
|
download: Lr,
|
|
1847
|
-
delete: "
|
|
1847
|
+
delete: "حذف",
|
|
1848
1848
|
itemSelected: Ar,
|
|
1849
1849
|
itemsSelected: Rr,
|
|
1850
1850
|
cancel: kr,
|
|
1851
|
-
clearSelection:
|
|
1852
|
-
completed:
|
|
1851
|
+
clearSelection: Mr,
|
|
1852
|
+
completed: Or,
|
|
1853
1853
|
fileNameChangeWarning: Ir,
|
|
1854
1854
|
no: Dr,
|
|
1855
1855
|
yes: Ur,
|
|
@@ -1887,7 +1887,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1887
1887
|
folderExists: vl,
|
|
1888
1888
|
collapseNavigationPane: $l,
|
|
1889
1889
|
expandNavigationPane: yl
|
|
1890
|
-
}, bl = "
|
|
1890
|
+
}, bl = "Nouveau dossier", xl = "Téléverser", Cl = "Coller", Sl = "Changer la vue", Fl = "Rafraîchir", Nl = "Couper", El = "Copier", Pl = "Renommer", Tl = "Télécharger", zl = "élément sélectionné", Ll = "éléments sélectionnés", Al = "Annuler", Rl = "Effacer la sélection", kl = "Terminé", Ml = "Si vous modifiez l'extension d'un fichier, celui-ci pourrait devenir inutilisable. Êtes-vous sûr de vouloir le modifier ?", Ol = "Non", Il = "Oui", Dl = "Fermer", Ul = "Type de fichier non autorisé.", jl = "Le fichier existe déjà.", Hl = "La taille maximale de téléversement est", Vl = "Glissez les fichiers à téléverser", Bl = "Choisir un fichier", Wl = "Échec du téléversement.", Yl = "Téléversement en cours", Kl = "Téléversé", ql = "Supprimer", _l = "Annuler le téléversement", Gl = "Aperçu", Jl = "Désolé ! L'aperçu n'est pas disponible pour ce fichier.", Zl = "Accueil", Xl = "Afficher plus de dossiers", Ql = "Déplacer vers", ec = "Ce dossier est vide.", tc = "Tout sélectionner", nc = "Vue", oc = "Grille", ic = "Liste", sc = "Ouvrir", ac = "Rien ici pour le moment", rc = "Nom", lc = "Modifié", cc = "Taille", dc = 'Êtes-vous sûr de vouloir supprimer "{{fileName}}" ?', uc = "Êtes-vous sûr de vouloir supprimer ces {{count}} éléments ?", fc = "{{percent}}% terminé", pc = "Annulé", hc = 'Un nom de fichier ne peut pas contenir les caractères suivants : \\ / : * ? " < > |', mc = 'Cette destination contient déjà un dossier nommé "{{renameFile}}".', gc = "Réduire le panneau de navigation", vc = "Développer le panneau de navigation", $c = {
|
|
1891
1891
|
newFolder: bl,
|
|
1892
1892
|
upload: xl,
|
|
1893
1893
|
paste: Cl,
|
|
@@ -1897,14 +1897,14 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1897
1897
|
copy: El,
|
|
1898
1898
|
rename: Pl,
|
|
1899
1899
|
download: Tl,
|
|
1900
|
-
delete: "
|
|
1900
|
+
delete: "Supprimer",
|
|
1901
1901
|
itemSelected: zl,
|
|
1902
1902
|
itemsSelected: Ll,
|
|
1903
1903
|
cancel: Al,
|
|
1904
1904
|
clearSelection: Rl,
|
|
1905
1905
|
completed: kl,
|
|
1906
|
-
fileNameChangeWarning:
|
|
1907
|
-
no:
|
|
1906
|
+
fileNameChangeWarning: Ml,
|
|
1907
|
+
no: Ol,
|
|
1908
1908
|
yes: Il,
|
|
1909
1909
|
close: Dl,
|
|
1910
1910
|
fileTypeNotAllowed: Ul,
|
|
@@ -1940,7 +1940,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1940
1940
|
folderExists: mc,
|
|
1941
1941
|
collapseNavigationPane: gc,
|
|
1942
1942
|
expandNavigationPane: vc
|
|
1943
|
-
}, yc = "
|
|
1943
|
+
}, yc = "תיקייה חדשה", wc = "העלה", bc = "הדבק", xc = "שנה תצוגה", Cc = "רענן", Sc = "גזור", Fc = "העתק", Nc = "שנה שם", Ec = "הורד", Pc = "פריט נבחר", Tc = "פריטים נבחרו", zc = "בטל", Lc = "נקה בחירה", Ac = "הושלם", Rc = "אם תשנה את סיומת הקובץ, הקובץ עלול להפוך לבלתי שמיש. האם אתה בטוח שברצונך לשנות זאת?", kc = "לא", Mc = "כן", Oc = "סגור", Ic = "סוג הקובץ אינו מורשה.", Dc = "הקובץ כבר קיים.", Uc = "גודל העלאה מקסימלי הוא", jc = "גרור קבצים להעלאה", Hc = "בחר קובץ", Vc = "ההעלאה נכשלה.", Bc = "מעלה...", Wc = "הועלה", Yc = "הסר", Kc = "בטל העלאה", qc = "תצוגה מקדימה", _c = "מצטערים! אין תצוגה מקדימה זמינה לקובץ זה.", Gc = "דף הבית", Jc = "הצג תיקיות נוספות", Zc = "העבר ל", Xc = "התיקייה ריקה.", Qc = "בחר הכל", ed = "תצוגה", td = "רשת", nd = "רשימה", od = "פתח", id = "אין כאן כלום עדיין", sd = "שם", ad = "שונה", rd = "גודל", ld = 'האם אתה בטוח שברצונך למחוק את "{{fileName}}"?', cd = "האם אתה בטוח שברצונך למחוק את {{count}} הפריטים האלו?", dd = "{{percent}}% הושלמו", ud = "בוטל", fd = 'שם קובץ לא יכול להכיל את התווים הבאים: \\ / : * ? " < > |', pd = 'כבר קיימת תיקייה בשם "{{renameFile}}" במיקום זה.', hd = "כווץ את לוח הניווט", md = "הרחב את לוח הניווט", gd = {
|
|
1944
1944
|
newFolder: yc,
|
|
1945
1945
|
upload: wc,
|
|
1946
1946
|
paste: bc,
|
|
@@ -1950,7 +1950,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1950
1950
|
copy: Fc,
|
|
1951
1951
|
rename: Nc,
|
|
1952
1952
|
download: Ec,
|
|
1953
|
-
delete: "
|
|
1953
|
+
delete: "מחק",
|
|
1954
1954
|
itemSelected: Pc,
|
|
1955
1955
|
itemsSelected: Tc,
|
|
1956
1956
|
cancel: zc,
|
|
@@ -1958,8 +1958,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1958
1958
|
completed: Ac,
|
|
1959
1959
|
fileNameChangeWarning: Rc,
|
|
1960
1960
|
no: kc,
|
|
1961
|
-
yes:
|
|
1962
|
-
close:
|
|
1961
|
+
yes: Mc,
|
|
1962
|
+
close: Oc,
|
|
1963
1963
|
fileTypeNotAllowed: Ic,
|
|
1964
1964
|
fileAlreadyExist: Dc,
|
|
1965
1965
|
maxUploadSize: Uc,
|
|
@@ -1993,7 +1993,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
1993
1993
|
folderExists: pd,
|
|
1994
1994
|
collapseNavigationPane: hd,
|
|
1995
1995
|
expandNavigationPane: md
|
|
1996
|
-
}, vd = "
|
|
1996
|
+
}, vd = "नया फ़ोल्डर", $d = "अपलोड करें", yd = "पेस्ट करें", wd = "दृश्य बदलें", bd = "रिफ्रेश करें", xd = "काटें", Cd = "कॉपी करें", Sd = "नाम बदलें", Fd = "डाउनलोड करें", Nd = "आइटम चुना गया", Ed = "आइटम्स चुने गए", Pd = "रद्द करें", Td = "चयन साफ़ करें", zd = "पूर्ण हुआ", Ld = "यदि आप फ़ाइल नाम एक्सटेंशन बदलते हैं, तो फ़ाइल अनुपयोगी हो सकती है। क्या आप वाकई इसे बदलना चाहते हैं?", Ad = "नहीं", Rd = "हाँ", kd = "बंद करें", Md = "फ़ाइल प्रकार की अनुमति नहीं है।", Od = "फ़ाइल पहले से मौजूद है।", Id = "अधिकतम अपलोड आकार है", Dd = "अपलोड करने के लिए फ़ाइलें खींचें", Ud = "फ़ाइल चुनें", jd = "अपलोड विफल रहा।", Hd = "अपलोड हो रहा है", Vd = "अपलोड हो गया", Bd = "हटाएं", Wd = "अपलोड रोकें", Yd = "पूर्वावलोकन", Kd = "माफ़ कीजिए! इस फ़ाइल के लिए पूर्वावलोकन उपलब्ध नहीं है।", qd = "होम", _d = "और फ़ोल्डर दिखाएँ", Gd = "इसमें ले जाएँ", Jd = "यह फ़ोल्डर खाली है।", Zd = "सभी का चयन करें", Xd = "दृश्य", Qd = "ग्रिड", eu = "सूची", tu = "खोलें", nu = "यहाँ अभी कुछ नहीं है", ou = "नाम", iu = "परिवर्तित", su = "आकार", au = 'क्या आप वाकई "{{fileName}}" को हटाना चाहते हैं?', ru = "क्या आप वाकई इन {{count}} आइटम्स को हटाना चाहते हैं?", lu = "{{percent}}% पूर्ण", cu = "रद्द किया गया", du = 'फ़ाइल नाम में निम्नलिखित वर्ण नहीं हो सकते: \\ / : * ? " < > |', uu = 'इस स्थान पर "{{renameFile}}" नाम का एक फ़ोल्डर पहले से मौजूद है।', fu = "नेविगेशन पैन को संकुचित करें", pu = "नेविगेशन पैन को विस्तारित करें", hu = {
|
|
1997
1997
|
newFolder: vd,
|
|
1998
1998
|
upload: $d,
|
|
1999
1999
|
paste: yd,
|
|
@@ -2003,7 +2003,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2003
2003
|
copy: Cd,
|
|
2004
2004
|
rename: Sd,
|
|
2005
2005
|
download: Fd,
|
|
2006
|
-
delete: "
|
|
2006
|
+
delete: "हटाएं",
|
|
2007
2007
|
itemSelected: Nd,
|
|
2008
2008
|
itemsSelected: Ed,
|
|
2009
2009
|
cancel: Pd,
|
|
@@ -2013,8 +2013,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2013
2013
|
no: Ad,
|
|
2014
2014
|
yes: Rd,
|
|
2015
2015
|
close: kd,
|
|
2016
|
-
fileTypeNotAllowed:
|
|
2017
|
-
fileAlreadyExist:
|
|
2016
|
+
fileTypeNotAllowed: Md,
|
|
2017
|
+
fileAlreadyExist: Od,
|
|
2018
2018
|
maxUploadSize: Id,
|
|
2019
2019
|
dragFileToUpload: Dd,
|
|
2020
2020
|
chooseFile: Ud,
|
|
@@ -2046,7 +2046,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2046
2046
|
folderExists: uu,
|
|
2047
2047
|
collapseNavigationPane: fu,
|
|
2048
2048
|
expandNavigationPane: pu
|
|
2049
|
-
}, mu = "
|
|
2049
|
+
}, mu = "Nuova cartella", gu = "Carica", vu = "Incolla", $u = "Cambia vista", yu = "Ricarica", wu = "Taglia", bu = "Copia", xu = "Rinomina", Cu = "Scarica", Su = "elemento selezionato", Fu = "elementi selezionati", Nu = "Annulla", Eu = "Pulisci selezione", Pu = "Completato", Tu = "Se cambi l'estensione del file, potrebbe diventare inutilizzabile. Sei sicuro di volerlo fare?", zu = "No", Lu = "Sì", Au = "Chiudi", Ru = "Tipo di file non consentito.", ku = "Il file esiste già.", Mu = "La dimensione massima di caricamento è", Ou = "Trascina i file per caricarli", Iu = "Scegli file", Du = "Caricamento fallito.", Uu = "Caricamento in corso", ju = "Caricato", Hu = "Rimuovi", Vu = "Annulla caricamento", Bu = "Anteprima", Wu = "Spiacenti! L'anteprima non è disponibile per questo file.", Yu = "Home", Ku = "Mostra altre cartelle", qu = "Sposta in", _u = "Questa cartella è vuota.", Gu = "Seleziona tutto", Ju = "Vista", Zu = "Griglia", Xu = "Lista", Qu = "Apri", ef = "Niente qui per ora", tf = "Nome", nf = "Modificato", of = "Dimensione", sf = 'Sei sicuro di voler eliminare "{{fileName}}"?', af = "Sei sicuro di voler eliminare questi {{count}} elementi?", rf = "{{percent}}% completato", lf = "Annullato", cf = 'Un nome di file non può contenere nessuno dei seguenti caratteri: \\ / : * ? " < > |', df = 'Questa destinazione contiene già una cartella chiamata "{{renameFile}}".', uf = "Comprimi pannello di navigazione", ff = "Espandi pannello di navigazione", pf = {
|
|
2050
2050
|
newFolder: mu,
|
|
2051
2051
|
upload: gu,
|
|
2052
2052
|
paste: vu,
|
|
@@ -2056,7 +2056,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2056
2056
|
copy: bu,
|
|
2057
2057
|
rename: xu,
|
|
2058
2058
|
download: Cu,
|
|
2059
|
-
delete: "
|
|
2059
|
+
delete: "Elimina",
|
|
2060
2060
|
itemSelected: Su,
|
|
2061
2061
|
itemsSelected: Fu,
|
|
2062
2062
|
cancel: Nu,
|
|
@@ -2068,8 +2068,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2068
2068
|
close: Au,
|
|
2069
2069
|
fileTypeNotAllowed: Ru,
|
|
2070
2070
|
fileAlreadyExist: ku,
|
|
2071
|
-
maxUploadSize:
|
|
2072
|
-
dragFileToUpload:
|
|
2071
|
+
maxUploadSize: Mu,
|
|
2072
|
+
dragFileToUpload: Ou,
|
|
2073
2073
|
chooseFile: Iu,
|
|
2074
2074
|
uploadFail: Du,
|
|
2075
2075
|
uploading: Uu,
|
|
@@ -2099,7 +2099,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2099
2099
|
folderExists: df,
|
|
2100
2100
|
collapseNavigationPane: uf,
|
|
2101
2101
|
expandNavigationPane: ff
|
|
2102
|
-
}, hf = "
|
|
2102
|
+
}, hf = "新しいフォルダー", mf = "アップロード", gf = "貼り付け", vf = "ビューを変更", $f = "更新", yf = "切り取り", wf = "コピー", bf = "名前変更", xf = "ダウンロード", Cf = "アイテムが選択されました", Sf = "{{count}} アイテムが選択されました", Ff = "キャンセル", Nf = "選択をクリア", Ef = "完了", Pf = "ファイル拡張子を変更すると、ファイルが使えなくなる場合があります。本当に変更しますか?", Tf = "いいえ", zf = "はい", Lf = "閉じる", Af = "ファイルタイプは許可されていません。", Rf = "ファイルはすでに存在します。", kf = "最大アップロードサイズは", Mf = "ファイルをドラッグしてアップロード", Of = "ファイルを選択", If = "アップロード失敗。", Df = "アップロード中", Uf = "アップロード済み", jf = "削除", Hf = "アップロード中止", Vf = "プレビュー", Bf = "申し訳ありません!このファイルのプレビューは利用できません。", Wf = "ホーム", Yf = "さらにフォルダーを表示", Kf = "移動先", qf = "このフォルダーは空です。", _f = "すべて選択", Gf = "ビュー", Jf = "グリッド", Zf = "リスト", Xf = "開く", Qf = "まだ何もありません", ep = "名前", tp = "修正日", np = "サイズ", op = '"{{fileName}}" を削除してもよろしいですか?', ip = "{{count}} 件のアイテムを削除してもよろしいですか?", sp = "{{percent}}% 完了", ap = "キャンセルしました", rp = 'ファイル名には以下の文字を含めることはできません:\\ / : * ? " < > |', lp = 'この宛先には "{{renameFile}}" という名前のフォルダーがすでに存在します。', cp = "ナビゲーションペインを折りたたむ", dp = "ナビゲーションペインを展開", up = {
|
|
2103
2103
|
newFolder: hf,
|
|
2104
2104
|
upload: mf,
|
|
2105
2105
|
paste: gf,
|
|
@@ -2109,7 +2109,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2109
2109
|
copy: wf,
|
|
2110
2110
|
rename: bf,
|
|
2111
2111
|
download: xf,
|
|
2112
|
-
delete: "
|
|
2112
|
+
delete: "削除",
|
|
2113
2113
|
itemSelected: Cf,
|
|
2114
2114
|
itemsSelected: Sf,
|
|
2115
2115
|
cancel: Ff,
|
|
@@ -2122,8 +2122,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2122
2122
|
fileTypeNotAllowed: Af,
|
|
2123
2123
|
fileAlreadyExist: Rf,
|
|
2124
2124
|
maxUploadSize: kf,
|
|
2125
|
-
dragFileToUpload:
|
|
2126
|
-
chooseFile:
|
|
2125
|
+
dragFileToUpload: Mf,
|
|
2126
|
+
chooseFile: Of,
|
|
2127
2127
|
uploadFail: If,
|
|
2128
2128
|
uploading: Df,
|
|
2129
2129
|
uploaded: Uf,
|
|
@@ -2152,7 +2152,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2152
2152
|
folderExists: lp,
|
|
2153
2153
|
collapseNavigationPane: cp,
|
|
2154
2154
|
expandNavigationPane: dp
|
|
2155
|
-
}, fp = "
|
|
2155
|
+
}, fp = "새 폴더", pp = "업로드", hp = "붙여넣기", mp = "보기 변경", gp = "새로 고침", vp = "잘라내기", $p = "복사", yp = "이름 바꾸기", wp = "다운로드", bp = "항목 선택됨", xp = "개 항목 선택됨", Cp = "취소", Sp = "선택 지우기", Fp = "완료됨", Np = "파일 확장자를 변경하면 사용할 수 없게 될 수 있습니다. 정말로 변경하시겠습니까?", Ep = "아니오", Pp = "예", Tp = "닫기", zp = "허용되지 않는 파일 형식입니다.", Lp = "파일이 이미 존재합니다.", Ap = "최대 업로드 크기", Rp = "업로드하려면 파일을 끌어오세요", kp = "파일 선택", Mp = "업로드 실패", Op = "업로드 중", Ip = "업로드 완료", Dp = "제거", Up = "업로드 중단", jp = "미리보기", Hp = "죄송합니다! 이 파일은 미리보기를 제공하지 않습니다.", Vp = "홈", Bp = "더 많은 폴더 보기", Wp = "이동", Yp = "이 폴더는 비어 있습니다.", Kp = "전체 선택", qp = "보기", _p = "그리드", Gp = "목록", Jp = "열기", Zp = "아직 아무것도 없습니다", Xp = "이름", Qp = "수정됨", eh = "크기", th = '"{{fileName}}" 파일을 삭제하시겠습니까?', nh = "{{count}}개의 항목을 삭제하시겠습니까?", oh = "{{percent}}% 완료", ih = "취소됨", sh = '파일 이름에는 다음 문자를 사용할 수 없습니다: \\ / : * ? " < > |', ah = '해당 위치에 "{{renameFile}}" 폴더가 이미 있습니다.', rh = "탐색 창 축소", lh = "탐색 창 확장", ch = {
|
|
2156
2156
|
newFolder: fp,
|
|
2157
2157
|
upload: pp,
|
|
2158
2158
|
paste: hp,
|
|
@@ -2162,7 +2162,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2162
2162
|
copy: $p,
|
|
2163
2163
|
rename: yp,
|
|
2164
2164
|
download: wp,
|
|
2165
|
-
delete: "
|
|
2165
|
+
delete: "삭제",
|
|
2166
2166
|
itemSelected: bp,
|
|
2167
2167
|
itemsSelected: xp,
|
|
2168
2168
|
cancel: Cp,
|
|
@@ -2177,8 +2177,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2177
2177
|
maxUploadSize: Ap,
|
|
2178
2178
|
dragFileToUpload: Rp,
|
|
2179
2179
|
chooseFile: kp,
|
|
2180
|
-
uploadFail:
|
|
2181
|
-
uploading:
|
|
2180
|
+
uploadFail: Mp,
|
|
2181
|
+
uploading: Op,
|
|
2182
2182
|
uploaded: Ip,
|
|
2183
2183
|
remove: Dp,
|
|
2184
2184
|
abortUpload: Up,
|
|
@@ -2205,7 +2205,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2205
2205
|
folderExists: ah,
|
|
2206
2206
|
collapseNavigationPane: rh,
|
|
2207
2207
|
expandNavigationPane: lh
|
|
2208
|
-
}, dh = "Nova pasta", uh = "Carregar", fh = "Colar", ph = "
|
|
2208
|
+
}, dh = "Nova pasta", uh = "Carregar", fh = "Colar", ph = "Alterar visualização", hh = "Atualizar", mh = "Cortar", gh = "Copiar", vh = "Renomear", $h = "Baixar", yh = "item selecionado", wh = "itens selecionados", bh = "Cancelar", xh = "Limpar seleção", Ch = "Concluído", Sh = "Se você alterar a extensão do arquivo, ele pode se tornar inutilizável. Tem certeza de que deseja fazer isso?", Fh = "Não", Nh = "Sim", Eh = "Fechar", Ph = "Tipo de arquivo não permitido.", Th = "Arquivo já existe.", zh = "Tamanho máximo de upload é", Lh = "Arraste os arquivos para carregar", Ah = "Escolher arquivo", Rh = "Falha no upload.", kh = "Carregando", Mh = "Carregado", Oh = "Remover", Ih = "Abortar upload", Dh = "Visualizar", Uh = "Desculpe! Não há visualização disponível para este arquivo.", jh = "Início", Hh = "Mostrar mais pastas", Vh = "Mover para", Bh = "Esta pasta está vazia.", Wh = "Selecionar tudo", Yh = "Visualização", Kh = "Grade", qh = "Lista", _h = "Abrir", Gh = "Nada aqui ainda", Jh = "Nome", Zh = "Modificado", Xh = "Tamanho", Qh = 'Tem certeza de que deseja excluir "{{fileName}}"?', em = "Tem certeza de que deseja excluir esses {{count}} itens?", tm = "{{percent}}% concluído", nm = "Cancelado", om = 'Um nome de arquivo não pode conter nenhum dos seguintes caracteres: \\ / : * ? " < > |', im = 'Já existe uma pasta com o nome "{{renameFile}}" neste local.', sm = "Recolher painel de navegação", am = "Expandir painel de navegação", rm = {
|
|
2209
2209
|
newFolder: dh,
|
|
2210
2210
|
upload: uh,
|
|
2211
2211
|
paste: fh,
|
|
@@ -2215,7 +2215,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2215
2215
|
copy: gh,
|
|
2216
2216
|
rename: vh,
|
|
2217
2217
|
download: $h,
|
|
2218
|
-
delete: "
|
|
2218
|
+
delete: "Excluir",
|
|
2219
2219
|
itemSelected: yh,
|
|
2220
2220
|
itemsSelected: wh,
|
|
2221
2221
|
cancel: bh,
|
|
@@ -2232,8 +2232,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2232
2232
|
chooseFile: Ah,
|
|
2233
2233
|
uploadFail: Rh,
|
|
2234
2234
|
uploading: kh,
|
|
2235
|
-
uploaded:
|
|
2236
|
-
remove:
|
|
2235
|
+
uploaded: Mh,
|
|
2236
|
+
remove: Oh,
|
|
2237
2237
|
abortUpload: Ih,
|
|
2238
2238
|
preview: Dh,
|
|
2239
2239
|
previewUnavailable: Uh,
|
|
@@ -2258,7 +2258,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2258
2258
|
folderExists: im,
|
|
2259
2259
|
collapseNavigationPane: sm,
|
|
2260
2260
|
expandNavigationPane: am
|
|
2261
|
-
}, lm = "
|
|
2261
|
+
}, lm = "Nova pasta", cm = "Carregar", dm = "Colar", um = "Mudar vista", fm = "Atualizar", pm = "Cortar", hm = "Copiar", mm = "Renomear", gm = "Transferir", vm = "item selecionado", $m = "itens selecionados", ym = "Cancelar", wm = "Limpar seleção", bm = "Concluído", xm = "Se alterar a extensão de um ficheiro, este pode deixar de funcionar corretamente. Tem a certeza de que deseja alterá-la?", Cm = "Não", Sm = "Sim", Fm = "Fechar", Nm = "Tipo de ficheiro não permitido.", Em = "O ficheiro já existe.", Pm = "O tamanho máximo de carregamento é", Tm = "Arraste os ficheiros para carregar", zm = "Escolher ficheiro", Lm = "Falha no carregamento.", Am = "A carregar", Rm = "Carregado", km = "Remover", Mm = "Cancelar carregamento", Om = "Pré-visualizar", Im = "Lamentamos! A pré-visualização não está disponível para este ficheiro.", Dm = "Início", Um = "Mostrar mais pastas", jm = "Mover para", Hm = "Esta pasta está vazia.", Vm = "Selecionar tudo", Bm = "Vista", Wm = "Grelha", Ym = "Lista", Km = "Abrir", qm = "Ainda não há nada aqui", _m = "Nome", Gm = "Modificado", Jm = "Tamanho", Zm = 'Tem a certeza de que deseja eliminar "{{fileName}}"?', Xm = "Tem a certeza de que deseja eliminar estes {{count}} itens?", Qm = "{{percent}}% concluído", e1 = "Cancelado", t1 = 'O nome do ficheiro não pode conter nenhum dos seguintes caracteres: \\ / : * ? " < > |', n1 = 'O destino já contém uma pasta chamada "{{renameFile}}".', o1 = "Recolher painel de navegação", i1 = "Expandir painel de navegação", s1 = {
|
|
2262
2262
|
newFolder: lm,
|
|
2263
2263
|
upload: cm,
|
|
2264
2264
|
paste: dm,
|
|
@@ -2268,7 +2268,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2268
2268
|
copy: hm,
|
|
2269
2269
|
rename: mm,
|
|
2270
2270
|
download: gm,
|
|
2271
|
-
delete: "
|
|
2271
|
+
delete: "Eliminar",
|
|
2272
2272
|
itemSelected: vm,
|
|
2273
2273
|
itemsSelected: $m,
|
|
2274
2274
|
cancel: ym,
|
|
@@ -2287,8 +2287,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2287
2287
|
uploading: Am,
|
|
2288
2288
|
uploaded: Rm,
|
|
2289
2289
|
remove: km,
|
|
2290
|
-
abortUpload:
|
|
2291
|
-
preview:
|
|
2290
|
+
abortUpload: Mm,
|
|
2291
|
+
preview: Om,
|
|
2292
2292
|
previewUnavailable: Im,
|
|
2293
2293
|
home: Dm,
|
|
2294
2294
|
showMoreFolder: Um,
|
|
@@ -2311,7 +2311,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2311
2311
|
folderExists: n1,
|
|
2312
2312
|
collapseNavigationPane: o1,
|
|
2313
2313
|
expandNavigationPane: i1
|
|
2314
|
-
}, a1 = "
|
|
2314
|
+
}, a1 = "Новая папка", r1 = "Загрузить", l1 = "Вставить", c1 = "Изменить вид", d1 = "Обновить", u1 = "Вырезать", f1 = "Копировать", p1 = "Переименовать", h1 = "Скачать", m1 = "выбран элемент", g1 = "выбрано {{count}} элементов", v1 = "Отменить", $1 = "Очистить выбор", y1 = "Завершено", w1 = "Если вы измените расширение файла, файл может стать неисправным. Вы уверены, что хотите изменить его?", b1 = "Нет", x1 = "Да", C1 = "Закрыть", S1 = "Тип файла не разрешен.", F1 = "Файл уже существует.", N1 = "Максимальный размер загрузки:", E1 = "Перетащите файлы для загрузки", P1 = "Выбрать файл", T1 = "Загрузка не удалась.", z1 = "Загрузка", L1 = "Загружено", A1 = "Удалить", R1 = "Прервать загрузку", k1 = "Предпросмотр", M1 = "Извините! Предпросмотр для этого файла недоступен.", O1 = "Главная", I1 = "Показать больше папок", D1 = "Переместить в", U1 = "Эта папка пуста.", j1 = "Выбрать все", H1 = "Вид", V1 = "Сетка", B1 = "Список", W1 = "Открыть", Y1 = "Здесь еще ничего нет", K1 = "Имя", q1 = "Изменено", _1 = "Размер", G1 = 'Вы уверены, что хотите удалить "{{fileName}}"?', J1 = "Вы уверены, что хотите удалить эти {{count}} элементы?", Z1 = "{{percent}}% завершено", X1 = "Отменено", Q1 = 'Имя файла не может содержать следующие символы: \\ / : * ? " < > |', e0 = 'В этом местоположении уже существует папка с именем "{{renameFile}}".', t0 = "Свернуть панель навигации", n0 = "Развернуть панель навигации", o0 = {
|
|
2315
2315
|
newFolder: a1,
|
|
2316
2316
|
upload: r1,
|
|
2317
2317
|
paste: l1,
|
|
@@ -2321,66 +2321,66 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2321
2321
|
copy: f1,
|
|
2322
2322
|
rename: p1,
|
|
2323
2323
|
download: h1,
|
|
2324
|
-
delete: "
|
|
2324
|
+
delete: "Удалить",
|
|
2325
2325
|
itemSelected: m1,
|
|
2326
2326
|
itemsSelected: g1,
|
|
2327
2327
|
cancel: v1,
|
|
2328
2328
|
clearSelection: $1,
|
|
2329
2329
|
completed: y1,
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
preview: O1,
|
|
2330
|
+
fileNameChangeWarning: w1,
|
|
2331
|
+
no: b1,
|
|
2332
|
+
yes: x1,
|
|
2333
|
+
close: C1,
|
|
2334
|
+
fileTypeNotAllowed: S1,
|
|
2335
|
+
fileAlreadyExist: F1,
|
|
2336
|
+
maxUploadSize: N1,
|
|
2337
|
+
dragFileToUpload: E1,
|
|
2338
|
+
chooseFile: P1,
|
|
2339
|
+
uploadFail: T1,
|
|
2340
|
+
uploading: z1,
|
|
2341
|
+
uploaded: L1,
|
|
2342
|
+
remove: A1,
|
|
2343
|
+
abortUpload: R1,
|
|
2344
|
+
preview: k1,
|
|
2346
2345
|
previewUnavailable: M1,
|
|
2347
|
-
home:
|
|
2348
|
-
showMoreFolder:
|
|
2349
|
-
moveTo:
|
|
2350
|
-
folderEmpty:
|
|
2351
|
-
selectAll:
|
|
2352
|
-
view:
|
|
2353
|
-
grid:
|
|
2354
|
-
list:
|
|
2355
|
-
open:
|
|
2356
|
-
nothingHereYet:
|
|
2357
|
-
name:
|
|
2358
|
-
modified:
|
|
2359
|
-
size:
|
|
2360
|
-
deleteItemConfirm:
|
|
2361
|
-
deleteItemsConfirm:
|
|
2362
|
-
percentDone:
|
|
2363
|
-
canceled:
|
|
2364
|
-
invalidFileName:
|
|
2365
|
-
folderExists:
|
|
2366
|
-
collapseNavigationPane:
|
|
2367
|
-
expandNavigationPane:
|
|
2368
|
-
}, s0 = "
|
|
2369
|
-
newFolder:
|
|
2370
|
-
upload:
|
|
2371
|
-
paste:
|
|
2372
|
-
changeView:
|
|
2373
|
-
refresh:
|
|
2374
|
-
cut:
|
|
2375
|
-
copy:
|
|
2376
|
-
rename:
|
|
2377
|
-
download:
|
|
2378
|
-
delete: "
|
|
2379
|
-
itemSelected:
|
|
2380
|
-
itemsSelected:
|
|
2381
|
-
cancel:
|
|
2382
|
-
clearSelection:
|
|
2383
|
-
completed:
|
|
2346
|
+
home: O1,
|
|
2347
|
+
showMoreFolder: I1,
|
|
2348
|
+
moveTo: D1,
|
|
2349
|
+
folderEmpty: U1,
|
|
2350
|
+
selectAll: j1,
|
|
2351
|
+
view: H1,
|
|
2352
|
+
grid: V1,
|
|
2353
|
+
list: B1,
|
|
2354
|
+
open: W1,
|
|
2355
|
+
nothingHereYet: Y1,
|
|
2356
|
+
name: K1,
|
|
2357
|
+
modified: q1,
|
|
2358
|
+
size: _1,
|
|
2359
|
+
deleteItemConfirm: G1,
|
|
2360
|
+
deleteItemsConfirm: J1,
|
|
2361
|
+
percentDone: Z1,
|
|
2362
|
+
canceled: X1,
|
|
2363
|
+
invalidFileName: Q1,
|
|
2364
|
+
folderExists: e0,
|
|
2365
|
+
collapseNavigationPane: t0,
|
|
2366
|
+
expandNavigationPane: n0
|
|
2367
|
+
}, i0 = "Yeni Klasör", s0 = "Dosya Yükle", a0 = "Yapıştır", r0 = "Görünümü Değiştir", l0 = "Yenile", c0 = "Kes", d0 = "Kopyala", u0 = "Yeniden İsimlendir", f0 = "İndir", p0 = "öğe seçildi", h0 = "seçilen öğeler", m0 = "İptal", g0 = "Seçimi Temizle", v0 = "Tamamlandı", $0 = "Dosya adı aşağıdaki karakterlerden hiçbirini içeremez:", y0 = "Bir dosya adı uzantısını değiştirirseniz, dosya kullanılamaz hale gelebilir. Bunu değiştirmek istediğinizden emin misiniz?", w0 = "Hayır", b0 = "Evet", x0 = "Kapalı", C0 = "Dosya türüne izin verilmiyor.", S0 = "Dosya zaten mevcut.", F0 = "Maksimum yükleme boyutu", N0 = "Yüklemek için dosyaları sürükleyin", E0 = "Dosya Seç", P0 = "Yükleme hatası.", T0 = "Yükleniyor", z0 = "Yüklendi", L0 = "Kaldır", A0 = "Yüklemeyi İptal Et", R0 = "Görünüm", k0 = "Üzgünüz! Bu dosya için önizleme mevcut değil.", M0 = "Ana Sayfa", O0 = "Daha fazla klasör göster", I0 = "Burya Taşı", D0 = "Bu klasör boş.", U0 = "Hepsini Seç", j0 = "Görünüm", H0 = "Izgara", V0 = "Liste", B0 = "Aç", W0 = "Henüz hiçbir şey yok", Y0 = "Ad", K0 = "Değiştirilme Tarihi", q0 = "Boyut", _0 = '"{{fileName}}" dosyasını silmek istediğinizden emin misiniz?', G0 = "{{count}} öğeyi silmek istediğinizden emin misiniz?", J0 = "%{{percent}} tamamlandı", Z0 = "İptal edildi", X0 = 'Bir dosya adı aşağıdaki karakterlerden hiçbirini içeremez: \\ / : * ? " < > |', Q0 = 'Bu konumda "{{renameFile}}" adında bir klasör zaten var.', eg = "Gezinti Panelini Daralt", tg = "Gezinti Panelini Genişlet", ng = {
|
|
2368
|
+
newFolder: i0,
|
|
2369
|
+
upload: s0,
|
|
2370
|
+
paste: a0,
|
|
2371
|
+
changeView: r0,
|
|
2372
|
+
refresh: l0,
|
|
2373
|
+
cut: c0,
|
|
2374
|
+
copy: d0,
|
|
2375
|
+
rename: u0,
|
|
2376
|
+
download: f0,
|
|
2377
|
+
delete: "Sil",
|
|
2378
|
+
itemSelected: p0,
|
|
2379
|
+
itemsSelected: h0,
|
|
2380
|
+
cancel: m0,
|
|
2381
|
+
clearSelection: g0,
|
|
2382
|
+
completed: v0,
|
|
2383
|
+
folderErrorMessage: $0,
|
|
2384
2384
|
fileNameChangeWarning: y0,
|
|
2385
2385
|
no: w0,
|
|
2386
2386
|
yes: b0,
|
|
@@ -2397,8 +2397,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2397
2397
|
abortUpload: A0,
|
|
2398
2398
|
preview: R0,
|
|
2399
2399
|
previewUnavailable: k0,
|
|
2400
|
-
home:
|
|
2401
|
-
showMoreFolder:
|
|
2400
|
+
home: M0,
|
|
2401
|
+
showMoreFolder: O0,
|
|
2402
2402
|
moveTo: I0,
|
|
2403
2403
|
folderEmpty: D0,
|
|
2404
2404
|
selectAll: U0,
|
|
@@ -2418,7 +2418,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2418
2418
|
folderExists: Q0,
|
|
2419
2419
|
collapseNavigationPane: eg,
|
|
2420
2420
|
expandNavigationPane: tg
|
|
2421
|
-
}, og = "
|
|
2421
|
+
}, og = "Нова папка", ig = "Завантажити", sg = "Вставити", ag = "Змінити вигляд", rg = "Оновити", lg = "Вирізати", cg = "Копіювати", dg = "Перейменувати", ug = "Завантажити", fg = "вибраний елемент", pg = "вибрані елементи", hg = "Скасувати", mg = "Очистити вибір", gg = "Завершено", vg = "Якщо ви зміните розширення файлу, він може стати непридатним для використання. Ви впевнені, що хочете змінити його?", $g = "Ні", yg = "Так", wg = "Закрити", bg = "Тип файлу не дозволено.", xg = "Файл уже існує.", Cg = "Максимальний розмір завантаження —", Sg = "Перетягніть файли для завантаження", Fg = "Вибрати файл", Ng = "Помилка завантаження.", Eg = "Завантаження", Pg = "Завантажено", Tg = "Видалити", zg = "Скасувати завантаження", Lg = "Попередній перегляд", Ag = "На жаль! Попередній перегляд для цього файлу недоступний.", Rg = "Головна", kg = "Показати більше папок", Mg = "Перемістити до", Og = "Ця папка порожня.", Ig = "Вибрати все", Dg = "Вигляд", Ug = "Сітка", jg = "Список", Hg = "Відкрити", Vg = "Тут ще нічого немає", Bg = "Назва", Wg = "Змінено", Yg = "Розмір", Kg = 'Ви впевнені, що хочете видалити "{{fileName}}"?', qg = "Ви впевнені, що хочете видалити ці {{count}} елементи?", _g = "{{percent}}% завершено", Gg = "Скасовано", Jg = `Ім'я файлу не може містити такі символи: \\ / : * ? " < > |`, Zg = 'У цьому місці вже існує папка з назвою "{{renameFile}}".', Xg = "Згорнути панель навігації", Qg = "Розгорнути панель навігації", e2 = {
|
|
2422
2422
|
newFolder: og,
|
|
2423
2423
|
upload: ig,
|
|
2424
2424
|
paste: sg,
|
|
@@ -2428,7 +2428,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2428
2428
|
copy: cg,
|
|
2429
2429
|
rename: dg,
|
|
2430
2430
|
download: ug,
|
|
2431
|
-
delete: "
|
|
2431
|
+
delete: "Видалити",
|
|
2432
2432
|
itemSelected: fg,
|
|
2433
2433
|
itemsSelected: pg,
|
|
2434
2434
|
cancel: hg,
|
|
@@ -2452,8 +2452,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2452
2452
|
previewUnavailable: Ag,
|
|
2453
2453
|
home: Rg,
|
|
2454
2454
|
showMoreFolder: kg,
|
|
2455
|
-
moveTo:
|
|
2456
|
-
folderEmpty:
|
|
2455
|
+
moveTo: Mg,
|
|
2456
|
+
folderEmpty: Og,
|
|
2457
2457
|
selectAll: Ig,
|
|
2458
2458
|
view: Dg,
|
|
2459
2459
|
grid: Ug,
|
|
@@ -2471,7 +2471,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2471
2471
|
folderExists: Zg,
|
|
2472
2472
|
collapseNavigationPane: Xg,
|
|
2473
2473
|
expandNavigationPane: Qg
|
|
2474
|
-
}, t2 = "
|
|
2474
|
+
}, t2 = "نیا فولڈر", n2 = "اپ لوڈ کریں", o2 = "چسپاں کریں", i2 = "دیکھنے کا طریقہ تبدیل کریں", s2 = "تازہ کریں", a2 = "کٹ کریں", r2 = "کاپی کریں", l2 = "نام تبدیل کریں", c2 = "ڈاؤن لوڈ کریں", d2 = "آئٹم منتخب کیا گیا", u2 = "{{count}} آئٹمز منتخب کی گئیں", f2 = "منسوخ کریں", p2 = "انتخاب صاف کریں", h2 = "مکمل ہوا", m2 = "اگر آپ فائل کا ایکسٹینشن تبدیل کرتے ہیں، تو فائل ناقابل استعمال ہو سکتی ہے۔ کیا آپ واقعی اسے تبدیل کرنا چاہتے ہیں؟", g2 = "نہیں", v2 = "ہاں", $2 = "بند کریں", y2 = "فائل کی قسم کی اجازت نہیں ہے۔", w2 = "فائل پہلے سے موجود ہے۔", b2 = "زیادہ سے زیادہ اپ لوڈ سائز ہے", x2 = "اپ لوڈ کرنے کے لیے فائلز گھسیٹیں", C2 = "فائل منتخب کریں", S2 = "اپ لوڈ میں ناکامی۔", F2 = "اپ لوڈ ہو رہا ہے", N2 = "اپ لوڈ ہو گیا", E2 = "ہٹائیں", P2 = "اپ لوڈ منسوخ کریں", T2 = "پریویو", z2 = "معذرت! اس فائل کا پریویو دستیاب نہیں ہے۔", L2 = "ہوم", A2 = "مزید فولڈرز دکھائیں", R2 = "منتقل کریں", k2 = "یہ فولڈر خالی ہے۔", M2 = "سبھی منتخب کریں", O2 = "دیکھیں", I2 = "گِریڈ", D2 = "فہرست", U2 = "کھولیں", j2 = "ابھی کچھ بھی نہیں ہے", H2 = "نام", V2 = "ترمیم شدہ", B2 = "سائز", W2 = 'کیا آپ واقعی "{{fileName}}" کو حذف کرنا چاہتے ہیں؟', Y2 = "کیا آپ واقعی ان {{count}} آئٹمز کو حذف کرنا چاہتے ہیں؟", K2 = "{{percent}}% مکمل ہوا", q2 = "منسوخ کیا گیا", _2 = 'فائل کا نام درج ذیل میں سے کوئی بھی حرف نہیں رکھ سکتا: \\ / : * ? " < > |', G2 = 'اس منزل پر پہلے ہی "{{renameFile}}" کے نام کا فولڈر موجود ہے۔', J2 = "نیویگیشن پین کو بند کریں", Z2 = "نیویگیشن پین کو کھولیں", X2 = {
|
|
2475
2475
|
newFolder: t2,
|
|
2476
2476
|
upload: n2,
|
|
2477
2477
|
paste: o2,
|
|
@@ -2481,7 +2481,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2481
2481
|
copy: r2,
|
|
2482
2482
|
rename: l2,
|
|
2483
2483
|
download: c2,
|
|
2484
|
-
delete: "
|
|
2484
|
+
delete: "حذف کریں",
|
|
2485
2485
|
itemSelected: d2,
|
|
2486
2486
|
itemsSelected: u2,
|
|
2487
2487
|
cancel: f2,
|
|
@@ -2507,8 +2507,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2507
2507
|
showMoreFolder: A2,
|
|
2508
2508
|
moveTo: R2,
|
|
2509
2509
|
folderEmpty: k2,
|
|
2510
|
-
selectAll:
|
|
2511
|
-
view:
|
|
2510
|
+
selectAll: M2,
|
|
2511
|
+
view: O2,
|
|
2512
2512
|
grid: I2,
|
|
2513
2513
|
list: D2,
|
|
2514
2514
|
open: U2,
|
|
@@ -2524,7 +2524,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2524
2524
|
folderExists: G2,
|
|
2525
2525
|
collapseNavigationPane: J2,
|
|
2526
2526
|
expandNavigationPane: Z2
|
|
2527
|
-
}, Q2 = "
|
|
2527
|
+
}, Q2 = "Thư mục mới", ev = "Tải lên", tv = "Dán", nv = "Thay đổi chế độ xem", ov = "Làm mới", iv = "Cắt", sv = "Sao chép", av = "Đổi tên", rv = "Tải xuống", lv = "mục đã chọn", cv = "mục được chọn", dv = "Hủy", uv = "Xóa lựa chọn", fv = "Hoàn thành", pv = "Nếu bạn thay đổi phần mở rộng tên tệp, tệp có thể không sử dụng được. Bạn có chắc chắn muốn thay đổi không?", hv = "Không", mv = "Có", gv = "Đóng", vv = "Loại tệp không được phép.", $v = "Tệp đã tồn tại.", yv = "Kích thước tải lên tối đa là", wv = "Kéo tệp vào để tải lên", bv = "Chọn tệp", xv = "Tải lên thất bại.", Cv = "Đang tải lên", Sv = "Đã tải lên", Fv = "Gỡ bỏ", Nv = "Hủy tải lên", Ev = "Xem trước", Pv = "Rất tiếc! Không thể xem trước tệp này.", Tv = "Trang chủ", zv = "Hiển thị thêm thư mục", Lv = "Chuyển đến", Av = "Thư mục này trống.", Rv = "Chọn tất cả", kv = "Chế độ xem", Mv = "Lưới", Ov = "Danh sách", Iv = "Mở", Dv = "Chưa có gì ở đây", Uv = "Tên", jv = "Đã chỉnh sửa", Hv = "Kích thước", Vv = 'Bạn có chắc muốn xóa "{{fileName}}"?', Bv = "Bạn có chắc muốn xóa {{count}} mục này không?", Wv = "Hoàn thành {{percent}}%", Yv = "Đã hủy", Kv = 'Tên tệp không được chứa các ký tự sau: \\ / : * ? " < > |', qv = 'Đã có thư mục tên "{{renameFile}}" tại vị trí này.', _v = "Thu gọn ngăn điều hướng", Gv = "Mở rộng ngăn điều hướng", Jv = {
|
|
2528
2528
|
newFolder: Q2,
|
|
2529
2529
|
upload: ev,
|
|
2530
2530
|
paste: tv,
|
|
@@ -2534,7 +2534,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2534
2534
|
copy: sv,
|
|
2535
2535
|
rename: av,
|
|
2536
2536
|
download: rv,
|
|
2537
|
-
delete: "
|
|
2537
|
+
delete: "Xóa",
|
|
2538
2538
|
itemSelected: lv,
|
|
2539
2539
|
itemsSelected: cv,
|
|
2540
2540
|
cancel: dv,
|
|
@@ -2562,8 +2562,8 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2562
2562
|
folderEmpty: Av,
|
|
2563
2563
|
selectAll: Rv,
|
|
2564
2564
|
view: kv,
|
|
2565
|
-
grid:
|
|
2566
|
-
list:
|
|
2565
|
+
grid: Mv,
|
|
2566
|
+
list: Ov,
|
|
2567
2567
|
open: Iv,
|
|
2568
2568
|
nothingHereYet: Dv,
|
|
2569
2569
|
name: Uv,
|
|
@@ -2577,95 +2577,149 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2577
2577
|
folderExists: qv,
|
|
2578
2578
|
collapseNavigationPane: _v,
|
|
2579
2579
|
expandNavigationPane: Gv
|
|
2580
|
-
}, Zv = "
|
|
2580
|
+
}, Zv = "新建文件夹", Xv = "上传", Qv = "粘贴", e$ = "更改视图", t$ = "刷新", n$ = "剪切", o$ = "复制", i$ = "重命名", s$ = "下载", a$ = "已选择项", r$ = "已选择{{count}}项", l$ = "取消", c$ = "清除选择", d$ = "完成", u$ = "如果更改文件扩展名,文件可能会变得无法使用。您确定要更改吗?", f$ = "否", p$ = "是", h$ = "关闭", m$ = "不允许的文件类型。", g$ = "文件已存在。", v$ = "最大上传大小为", $$ = "拖动文件上传", y$ = "选择文件", w$ = "上传失败。", b$ = "上传中", x$ = "已上传", C$ = "移除", S$ = "取消上传", F$ = "预览", N$ = "抱歉!该文件无法预览。", E$ = "首页", P$ = "显示更多文件夹", T$ = "移动到", z$ = "该文件夹为空。", L$ = "全选", A$ = "视图", R$ = "网格", k$ = "列表", M$ = "打开", O$ = "这里暂时没有内容", I$ = "名称", D$ = "修改时间", U$ = "大小", j$ = '您确定要删除 "{{fileName}}" 吗?', H$ = "您确定要删除这些 {{count}} 项吗?", V$ = "{{percent}}% 完成", B$ = "已取消", W$ = '文件名不能包含以下字符:\\ / : * ? " < > |', Y$ = '目标文件夹中已存在名为 "{{renameFile}}" 的文件夹。', K$ = "折叠导航窗格", q$ = "展开导航窗格", _$ = {
|
|
2581
2581
|
newFolder: Zv,
|
|
2582
2582
|
upload: Xv,
|
|
2583
2583
|
paste: Qv,
|
|
2584
|
-
changeView:
|
|
2585
|
-
refresh:
|
|
2586
|
-
cut:
|
|
2587
|
-
copy:
|
|
2588
|
-
rename:
|
|
2589
|
-
download:
|
|
2584
|
+
changeView: e$,
|
|
2585
|
+
refresh: t$,
|
|
2586
|
+
cut: n$,
|
|
2587
|
+
copy: o$,
|
|
2588
|
+
rename: i$,
|
|
2589
|
+
download: s$,
|
|
2590
|
+
delete: "删除",
|
|
2591
|
+
itemSelected: a$,
|
|
2592
|
+
itemsSelected: r$,
|
|
2593
|
+
cancel: l$,
|
|
2594
|
+
clearSelection: c$,
|
|
2595
|
+
completed: d$,
|
|
2596
|
+
fileNameChangeWarning: u$,
|
|
2597
|
+
no: f$,
|
|
2598
|
+
yes: p$,
|
|
2599
|
+
close: h$,
|
|
2600
|
+
fileTypeNotAllowed: m$,
|
|
2601
|
+
fileAlreadyExist: g$,
|
|
2602
|
+
maxUploadSize: v$,
|
|
2603
|
+
dragFileToUpload: $$,
|
|
2604
|
+
chooseFile: y$,
|
|
2605
|
+
uploadFail: w$,
|
|
2606
|
+
uploading: b$,
|
|
2607
|
+
uploaded: x$,
|
|
2608
|
+
remove: C$,
|
|
2609
|
+
abortUpload: S$,
|
|
2610
|
+
preview: F$,
|
|
2611
|
+
previewUnavailable: N$,
|
|
2612
|
+
home: E$,
|
|
2613
|
+
showMoreFolder: P$,
|
|
2614
|
+
moveTo: T$,
|
|
2615
|
+
folderEmpty: z$,
|
|
2616
|
+
selectAll: L$,
|
|
2617
|
+
view: A$,
|
|
2618
|
+
grid: R$,
|
|
2619
|
+
list: k$,
|
|
2620
|
+
open: M$,
|
|
2621
|
+
nothingHereYet: O$,
|
|
2622
|
+
name: I$,
|
|
2623
|
+
modified: D$,
|
|
2624
|
+
size: U$,
|
|
2625
|
+
deleteItemConfirm: j$,
|
|
2626
|
+
deleteItemsConfirm: H$,
|
|
2627
|
+
percentDone: V$,
|
|
2628
|
+
canceled: B$,
|
|
2629
|
+
invalidFileName: W$,
|
|
2630
|
+
folderExists: Y$,
|
|
2631
|
+
collapseNavigationPane: K$,
|
|
2632
|
+
expandNavigationPane: q$
|
|
2633
|
+
}, G$ = "Nowy folder", J$ = "Prześlij", Z$ = "Wklej", X$ = "Zmień widok", Q$ = "Odśwież", e4 = "Wytnij", t4 = "Kopiuj", n4 = "Zmień nazwę", o4 = "Pobierz", i4 = "element zaznaczony", s4 = "elementy zaznaczone", a4 = "Anuluj", r4 = "Wyczyść zaznaczenie", l4 = "Zakończono", c4 = "Jeśli zmienisz rozszerzenie pliku, może on stać się nieużyteczny. Czy na pewno chcesz to zrobić?", d4 = "Nie", u4 = "Tak", f4 = "Zamknij", p4 = "Typ pliku nie jest dozwolony.", h4 = "Plik już istnieje.", m4 = "Maksymalny rozmiar przesyłanego pliku to", g4 = "Przeciągnij pliki, aby je przesłać", v4 = "Wybierz plik", $4 = "Przesyłanie nie powiodło się.", y4 = "Przesyłanie", w4 = "Przesłano", b4 = "Usuń", x4 = "Przerwij przesyłanie", C4 = "Podgląd", S4 = "Przepraszamy! Podgląd tego pliku nie jest dostępny.", F4 = "Strona główna", N4 = "Pokaż więcej folderów", E4 = "Przenieś do", P4 = "Ten folder jest pusty.", T4 = "Zaznacz wszystko", z4 = "Widok", L4 = "Siatka", A4 = "Lista", R4 = "Otwórz", k4 = "Nic tu jeszcze nie ma", M4 = "Nazwa", O4 = "Zmodyfikowano", I4 = "Rozmiar", D4 = 'Czy na pewno chcesz usunąć "{{fileName}}"?', U4 = "Czy na pewno chcesz usunąć te {{count}} elementy?", j4 = "{{percent}}% ukończono", H4 = "Anulowano", V4 = 'Nazwa pliku nie może zawierać żadnego z następujących znaków: \\ / : * ? " < > |', B4 = 'To miejsce docelowe zawiera już folder o nazwie "{{renameFile}}".', W4 = "Zwiń panel nawigacyjny", Y4 = "Rozwiń panel nawigacyjny", K4 = {
|
|
2634
|
+
newFolder: G$,
|
|
2635
|
+
upload: J$,
|
|
2636
|
+
paste: Z$,
|
|
2637
|
+
changeView: X$,
|
|
2638
|
+
refresh: Q$,
|
|
2639
|
+
cut: e4,
|
|
2640
|
+
copy: t4,
|
|
2641
|
+
rename: n4,
|
|
2642
|
+
download: o4,
|
|
2590
2643
|
delete: "Usuń",
|
|
2591
|
-
itemSelected:
|
|
2592
|
-
itemsSelected:
|
|
2593
|
-
cancel:
|
|
2594
|
-
clearSelection:
|
|
2595
|
-
completed:
|
|
2596
|
-
fileNameChangeWarning:
|
|
2597
|
-
no:
|
|
2598
|
-
yes:
|
|
2599
|
-
close:
|
|
2600
|
-
fileTypeNotAllowed:
|
|
2601
|
-
fileAlreadyExist:
|
|
2602
|
-
maxUploadSize:
|
|
2603
|
-
dragFileToUpload:
|
|
2604
|
-
chooseFile:
|
|
2605
|
-
uploadFail:
|
|
2606
|
-
uploading:
|
|
2607
|
-
uploaded:
|
|
2608
|
-
remove:
|
|
2609
|
-
abortUpload:
|
|
2610
|
-
preview:
|
|
2611
|
-
previewUnavailable:
|
|
2612
|
-
home:
|
|
2613
|
-
showMoreFolder:
|
|
2614
|
-
moveTo:
|
|
2615
|
-
folderEmpty:
|
|
2616
|
-
selectAll:
|
|
2617
|
-
view:
|
|
2618
|
-
grid:
|
|
2619
|
-
list:
|
|
2620
|
-
open:
|
|
2621
|
-
nothingHereYet:
|
|
2622
|
-
name:
|
|
2623
|
-
modified:
|
|
2624
|
-
size:
|
|
2625
|
-
deleteItemConfirm:
|
|
2626
|
-
deleteItemsConfirm:
|
|
2627
|
-
percentDone:
|
|
2628
|
-
canceled:
|
|
2629
|
-
invalidFileName:
|
|
2630
|
-
folderExists:
|
|
2631
|
-
collapseNavigationPane:
|
|
2632
|
-
expandNavigationPane:
|
|
2633
|
-
},
|
|
2644
|
+
itemSelected: i4,
|
|
2645
|
+
itemsSelected: s4,
|
|
2646
|
+
cancel: a4,
|
|
2647
|
+
clearSelection: r4,
|
|
2648
|
+
completed: l4,
|
|
2649
|
+
fileNameChangeWarning: c4,
|
|
2650
|
+
no: d4,
|
|
2651
|
+
yes: u4,
|
|
2652
|
+
close: f4,
|
|
2653
|
+
fileTypeNotAllowed: p4,
|
|
2654
|
+
fileAlreadyExist: h4,
|
|
2655
|
+
maxUploadSize: m4,
|
|
2656
|
+
dragFileToUpload: g4,
|
|
2657
|
+
chooseFile: v4,
|
|
2658
|
+
uploadFail: $4,
|
|
2659
|
+
uploading: y4,
|
|
2660
|
+
uploaded: w4,
|
|
2661
|
+
remove: b4,
|
|
2662
|
+
abortUpload: x4,
|
|
2663
|
+
preview: C4,
|
|
2664
|
+
previewUnavailable: S4,
|
|
2665
|
+
home: F4,
|
|
2666
|
+
showMoreFolder: N4,
|
|
2667
|
+
moveTo: E4,
|
|
2668
|
+
folderEmpty: P4,
|
|
2669
|
+
selectAll: T4,
|
|
2670
|
+
view: z4,
|
|
2671
|
+
grid: L4,
|
|
2672
|
+
list: A4,
|
|
2673
|
+
open: R4,
|
|
2674
|
+
nothingHereYet: k4,
|
|
2675
|
+
name: M4,
|
|
2676
|
+
modified: O4,
|
|
2677
|
+
size: I4,
|
|
2678
|
+
deleteItemConfirm: D4,
|
|
2679
|
+
deleteItemsConfirm: U4,
|
|
2680
|
+
percentDone: j4,
|
|
2681
|
+
canceled: H4,
|
|
2682
|
+
invalidFileName: V4,
|
|
2683
|
+
folderExists: B4,
|
|
2684
|
+
collapseNavigationPane: W4,
|
|
2685
|
+
expandNavigationPane: Y4
|
|
2686
|
+
}, q4 = {
|
|
2634
2687
|
"ar-SA": { translation: Pi },
|
|
2635
2688
|
"de-DE": { translation: Ns },
|
|
2636
2689
|
"en-US": { translation: Sa },
|
|
2637
2690
|
"es-ES": { translation: xr },
|
|
2638
|
-
"
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"pt-
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2652
|
-
"
|
|
2653
|
-
|
|
2691
|
+
"fa-IR": { translation: wl },
|
|
2692
|
+
"fr-FR": { translation: $c },
|
|
2693
|
+
"he-IL": { translation: gd },
|
|
2694
|
+
"hi-IN": { translation: hu },
|
|
2695
|
+
"it-IT": { translation: pf },
|
|
2696
|
+
"ja-JP": { translation: up },
|
|
2697
|
+
"ko-KR": { translation: ch },
|
|
2698
|
+
"pt-BR": { translation: rm },
|
|
2699
|
+
"pt-PT": { translation: s1 },
|
|
2700
|
+
"ru-RU": { translation: o0 },
|
|
2701
|
+
"tr-TR": { translation: ng },
|
|
2702
|
+
"uk-UA": { translation: e2 },
|
|
2703
|
+
"ur-UR": { translation: X2 },
|
|
2704
|
+
"vi-VN": { translation: Jv },
|
|
2705
|
+
"zh-CN": { translation: _$ },
|
|
2706
|
+
"pl-PL": { translation: K4 }
|
|
2707
|
+
}, _4 = (n = "en-US") => {
|
|
2654
2708
|
ie.isInitialized ? ie.changeLanguage(n) : ie.init({
|
|
2655
|
-
resources:
|
|
2709
|
+
resources: q4,
|
|
2656
2710
|
lng: n,
|
|
2657
2711
|
fallbackLng: "en-US",
|
|
2658
2712
|
interpolation: {
|
|
2659
2713
|
escapeValue: !1
|
|
2660
2714
|
}
|
|
2661
2715
|
});
|
|
2662
|
-
}, Fn = Pe(() => (n) => n),
|
|
2716
|
+
}, Fn = Pe(() => (n) => n), G4 = ({ children: n, language: e }) => {
|
|
2663
2717
|
const [t, o] = k(() => ie.t.bind(ie));
|
|
2664
2718
|
return Q(() => {
|
|
2665
|
-
|
|
2719
|
+
_4(e), o(() => ie.t.bind(ie));
|
|
2666
2720
|
}, [e]), /* @__PURE__ */ c(Fn.Provider, { value: t, children: n });
|
|
2667
|
-
}, le = () => Te(Fn),
|
|
2668
|
-
const t =
|
|
2721
|
+
}, le = () => Te(Fn), J4 = ({ setShowToggleViewMenu: n, onLayoutChange: e }) => {
|
|
2722
|
+
const t = Me(() => {
|
|
2669
2723
|
n(!1);
|
|
2670
2724
|
}), { activeLayout: o, setActiveLayout: i } = ye(), s = le(), a = [
|
|
2671
2725
|
{
|
|
@@ -2695,14 +2749,14 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2695
2749
|
},
|
|
2696
2750
|
r.key
|
|
2697
2751
|
)) }) });
|
|
2698
|
-
}, Nn = Pe(),
|
|
2752
|
+
}, Nn = Pe(), Z4 = ({ children: n, filesData: e, onError: t }) => {
|
|
2699
2753
|
const [o, i] = k([]);
|
|
2700
2754
|
Q(() => {
|
|
2701
2755
|
i(e);
|
|
2702
2756
|
}, [e]);
|
|
2703
2757
|
const s = (a) => a.isDirectory ? o.filter((l) => l.path === `${a.path}/${l.name}`) : [];
|
|
2704
2758
|
return /* @__PURE__ */ c(Nn.Provider, { value: { files: o, setFiles: i, getChildren: s, onError: t }, children: n });
|
|
2705
|
-
}, Ze = () => Te(Nn),
|
|
2759
|
+
}, Ze = () => Te(Nn), X4 = (n, e = "name", t = "asc") => {
|
|
2706
2760
|
const o = n.filter((r) => r.isDirectory), i = n.filter((r) => !r.isDirectory), s = (r, d) => {
|
|
2707
2761
|
let u = 0;
|
|
2708
2762
|
switch (e) {
|
|
@@ -2723,12 +2777,12 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2723
2777
|
return t === "asc" ? u : -u;
|
|
2724
2778
|
}, a = [...o].sort(s), l = [...i].sort(s);
|
|
2725
2779
|
return [...a, ...l];
|
|
2726
|
-
}, En = Pe(),
|
|
2780
|
+
}, En = Pe(), Q4 = ({ children: n, initialPath: e, onFolderChange: t }) => {
|
|
2727
2781
|
const { files: o } = Ze(), i = se(!1), [s, a] = k(""), [l, r] = k(null), [d, u] = k([]), [f, p] = k({ key: "name", direction: "asc" });
|
|
2728
2782
|
return Q(() => {
|
|
2729
2783
|
Array.isArray(o) && o.length > 0 ? (u(() => {
|
|
2730
2784
|
const h = o.filter((m) => m.path === `${s}/${m.name}`);
|
|
2731
|
-
return
|
|
2785
|
+
return X4(h, f.key, f.direction);
|
|
2732
2786
|
}), r(() => o.find((h) => h.path === s) ?? null)) : (u([]), r(null));
|
|
2733
2787
|
}, [o, s, f]), Q(() => {
|
|
2734
2788
|
if (!i.current && Array.isArray(o) && o.length > 0) {
|
|
@@ -2763,7 +2817,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2763
2817
|
} catch (o) {
|
|
2764
2818
|
console.error(o.message);
|
|
2765
2819
|
}
|
|
2766
|
-
}, Pn = Pe(),
|
|
2820
|
+
}, Pn = Pe(), e6 = ({ children: n, onDownload: e, onSelect: t, onSelectionChange: o }) => {
|
|
2767
2821
|
const [i, s] = k([]);
|
|
2768
2822
|
Q(() => {
|
|
2769
2823
|
t == null || t(i), o == null || o(i);
|
|
@@ -2772,7 +2826,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2772
2826
|
xe(e, "onDownload", i);
|
|
2773
2827
|
};
|
|
2774
2828
|
return /* @__PURE__ */ c(Pn.Provider, { value: { selectedFiles: i, setSelectedFiles: s, handleDownload: a }, children: n });
|
|
2775
|
-
}, ve = () => Te(Pn), Tn = Pe(),
|
|
2829
|
+
}, ve = () => Te(Pn), Tn = Pe(), t6 = ({ children: n, onPaste: e, onCut: t, onCopy: o }) => {
|
|
2776
2830
|
const [i, s] = k(null), { selectedFiles: a, setSelectedFiles: l } = ve(), r = (u) => {
|
|
2777
2831
|
s({
|
|
2778
2832
|
files: a,
|
|
@@ -2803,7 +2857,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2803
2857
|
icon: /* @__PURE__ */ c(ut, { size: 18 }),
|
|
2804
2858
|
text: v("paste"),
|
|
2805
2859
|
permission: !!u,
|
|
2806
|
-
onClick:
|
|
2860
|
+
onClick: M
|
|
2807
2861
|
}
|
|
2808
2862
|
], N = [
|
|
2809
2863
|
{
|
|
@@ -2819,7 +2873,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2819
2873
|
}
|
|
2820
2874
|
}
|
|
2821
2875
|
];
|
|
2822
|
-
function
|
|
2876
|
+
function M() {
|
|
2823
2877
|
h(a);
|
|
2824
2878
|
}
|
|
2825
2879
|
const F = () => {
|
|
@@ -2839,7 +2893,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2839
2893
|
"button",
|
|
2840
2894
|
{
|
|
2841
2895
|
className: "item-action file-action",
|
|
2842
|
-
onClick:
|
|
2896
|
+
onClick: M,
|
|
2843
2897
|
children: [
|
|
2844
2898
|
/* @__PURE__ */ c(ut, { size: 18 }),
|
|
2845
2899
|
/* @__PURE__ */ c("span", { children: v("paste") })
|
|
@@ -2900,7 +2954,7 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2900
2954
|
L !== N.length - 1 && /* @__PURE__ */ c("div", { className: "item-separator" })
|
|
2901
2955
|
] }, L)),
|
|
2902
2956
|
i && /* @__PURE__ */ c(
|
|
2903
|
-
|
|
2957
|
+
J4,
|
|
2904
2958
|
{
|
|
2905
2959
|
setShowToggleViewMenu: s,
|
|
2906
2960
|
onLayoutChange: n
|
|
@@ -2910,9 +2964,9 @@ const Lo = "مجلد جديد", Ao = "رفع", Ro = "لصق", ko = "تغيير
|
|
|
2910
2964
|
] }) });
|
|
2911
2965
|
};
|
|
2912
2966
|
zn.displayName = "Toolbar";
|
|
2913
|
-
var
|
|
2914
|
-
function
|
|
2915
|
-
if (!
|
|
2967
|
+
var n6 = process.env.NODE_ENV === "production";
|
|
2968
|
+
function o6(n, e) {
|
|
2969
|
+
if (!n6) {
|
|
2916
2970
|
if (n)
|
|
2917
2971
|
return;
|
|
2918
2972
|
var t = "Warning: " + e;
|
|
@@ -2933,11 +2987,11 @@ function s$(n, e) {
|
|
|
2933
2987
|
*
|
|
2934
2988
|
* @license MIT
|
|
2935
2989
|
*/
|
|
2936
|
-
var
|
|
2990
|
+
var i6 = class extends Error {
|
|
2937
2991
|
constructor(n) {
|
|
2938
2992
|
super(`react-collapsed: ${n}`);
|
|
2939
2993
|
}
|
|
2940
|
-
}, qe = (...n) =>
|
|
2994
|
+
}, qe = (...n) => o6(n[0], `[react-collapsed] -- ${n[1]}`);
|
|
2941
2995
|
function Ln(n) {
|
|
2942
2996
|
const e = se(n);
|
|
2943
2997
|
return Q(() => {
|
|
@@ -2947,7 +3001,7 @@ function Ln(n) {
|
|
|
2947
3001
|
return (o = e.current) == null ? void 0 : o.call(e, ...t);
|
|
2948
3002
|
}, []);
|
|
2949
3003
|
}
|
|
2950
|
-
function
|
|
3004
|
+
function s6(n, e, t) {
|
|
2951
3005
|
const [o, i] = k(e), s = se(typeof n < "u"), a = s.current ? n : o, l = Ln(t), r = dn(
|
|
2952
3006
|
(d) => {
|
|
2953
3007
|
const f = typeof d == "function" ? d(a) : d;
|
|
@@ -2965,13 +3019,13 @@ function r$(n, e, t) {
|
|
|
2965
3019
|
);
|
|
2966
3020
|
}, [n]), [a, r];
|
|
2967
3021
|
}
|
|
2968
|
-
var
|
|
2969
|
-
function
|
|
3022
|
+
var a6 = "(prefers-reduced-motion: reduce)";
|
|
3023
|
+
function r6() {
|
|
2970
3024
|
const [n, e] = k(!1);
|
|
2971
3025
|
return Q(() => {
|
|
2972
3026
|
if (typeof window > "u" || typeof window.matchMedia != "function")
|
|
2973
3027
|
return;
|
|
2974
|
-
const t = window.matchMedia(
|
|
3028
|
+
const t = window.matchMedia(a6);
|
|
2975
3029
|
e(t.matches);
|
|
2976
3030
|
const o = (i) => {
|
|
2977
3031
|
e(i.matches);
|
|
@@ -2986,25 +3040,25 @@ function c$() {
|
|
|
2986
3040
|
};
|
|
2987
3041
|
}, []), n;
|
|
2988
3042
|
}
|
|
2989
|
-
var
|
|
3043
|
+
var l6 = Re.useId || (() => {
|
|
2990
3044
|
});
|
|
2991
|
-
function
|
|
2992
|
-
return
|
|
3045
|
+
function c6() {
|
|
3046
|
+
return l6() ?? "";
|
|
2993
3047
|
}
|
|
2994
|
-
var
|
|
2995
|
-
function
|
|
3048
|
+
var d6 = typeof window < "u" ? Re.useLayoutEffect : Re.useEffect, nt = !1, u6 = 0, Vt = () => ++u6;
|
|
3049
|
+
function f6(n) {
|
|
2996
3050
|
const e = n || (nt ? Vt() : null), [t, o] = Re.useState(e);
|
|
2997
|
-
return
|
|
3051
|
+
return d6(() => {
|
|
2998
3052
|
t === null && o(Vt());
|
|
2999
3053
|
}, []), Re.useEffect(() => {
|
|
3000
3054
|
nt === !1 && (nt = !0);
|
|
3001
3055
|
}, []), t != null ? String(t) : void 0;
|
|
3002
3056
|
}
|
|
3003
|
-
function
|
|
3004
|
-
const e =
|
|
3057
|
+
function p6(n) {
|
|
3058
|
+
const e = c6(), t = f6(n);
|
|
3005
3059
|
return typeof n == "string" ? n : typeof e == "string" ? e : t;
|
|
3006
3060
|
}
|
|
3007
|
-
function
|
|
3061
|
+
function h6(n, e) {
|
|
3008
3062
|
const t = performance.now(), o = {};
|
|
3009
3063
|
function i() {
|
|
3010
3064
|
o.id = requestAnimationFrame((s) => {
|
|
@@ -3022,13 +3076,13 @@ function Wt(n) {
|
|
|
3022
3076
|
"Was not able to find a ref to the collapse element via `getCollapseProps`. Ensure that the element exposes its `ref` prop. If it exposes the ref prop under a different name (like `innerRef`), use the `refKey` property to change it. Example:\n\nconst collapseProps = getCollapseProps({refKey: 'innerRef'})"
|
|
3023
3077
|
), 0);
|
|
3024
3078
|
}
|
|
3025
|
-
function
|
|
3079
|
+
function m6(n) {
|
|
3026
3080
|
if (!n || typeof n == "string")
|
|
3027
3081
|
return 0;
|
|
3028
3082
|
const e = n / 36;
|
|
3029
3083
|
return Math.round((4 + 15 * e ** 0.25 + e / 5) * 10);
|
|
3030
3084
|
}
|
|
3031
|
-
function
|
|
3085
|
+
function g6(n, e) {
|
|
3032
3086
|
if (n != null)
|
|
3033
3087
|
if (typeof n == "function")
|
|
3034
3088
|
n(e);
|
|
@@ -3036,17 +3090,17 @@ function $$(n, e) {
|
|
|
3036
3090
|
try {
|
|
3037
3091
|
n.current = e;
|
|
3038
3092
|
} catch {
|
|
3039
|
-
throw new
|
|
3093
|
+
throw new i6(`Cannot assign value "${e}" to ref "${n}"`);
|
|
3040
3094
|
}
|
|
3041
3095
|
}
|
|
3042
3096
|
function Yt(...n) {
|
|
3043
3097
|
return n.every((e) => e == null) ? null : (e) => {
|
|
3044
3098
|
n.forEach((t) => {
|
|
3045
|
-
|
|
3099
|
+
g6(t, e);
|
|
3046
3100
|
});
|
|
3047
3101
|
};
|
|
3048
3102
|
}
|
|
3049
|
-
function
|
|
3103
|
+
function v6(n) {
|
|
3050
3104
|
let e = (t) => {
|
|
3051
3105
|
};
|
|
3052
3106
|
e = (t) => {
|
|
@@ -3069,8 +3123,8 @@ After: <div {...getCollapseProps()}>
|
|
|
3069
3123
|
e(n);
|
|
3070
3124
|
}, [n]);
|
|
3071
3125
|
}
|
|
3072
|
-
var
|
|
3073
|
-
function
|
|
3126
|
+
var $6 = typeof window > "u" ? Q : Wn;
|
|
3127
|
+
function y6({
|
|
3074
3128
|
duration: n,
|
|
3075
3129
|
easing: e = "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
3076
3130
|
onTransitionStateChange: t = () => {
|
|
@@ -3081,11 +3135,11 @@ function b$({
|
|
|
3081
3135
|
id: a,
|
|
3082
3136
|
...l
|
|
3083
3137
|
} = {}) {
|
|
3084
|
-
const r = Ln(t), d =
|
|
3138
|
+
const r = Ln(t), d = p6(a ? `${a}` : void 0), [u, f] = s6(
|
|
3085
3139
|
o,
|
|
3086
3140
|
i
|
|
3087
|
-
), p = se(u), [h, m] = k(!1), v =
|
|
3088
|
-
|
|
3141
|
+
), p = se(u), [h, m] = k(!1), v = r6(), S = s ?? v, N = se(), M = se(), F = se(null), [z, g] = k(null);
|
|
3142
|
+
v6(F);
|
|
3089
3143
|
const L = `${l.collapsedHeight || 0}px`;
|
|
3090
3144
|
function x(w) {
|
|
3091
3145
|
if (!F.current)
|
|
@@ -3096,12 +3150,12 @@ function b$({
|
|
|
3096
3150
|
b ? $.style[C] = b : $.style.removeProperty(C);
|
|
3097
3151
|
}
|
|
3098
3152
|
}
|
|
3099
|
-
return
|
|
3153
|
+
return $6(() => {
|
|
3100
3154
|
if (!F.current || u === p.current)
|
|
3101
3155
|
return;
|
|
3102
3156
|
p.current = u;
|
|
3103
3157
|
function $(P) {
|
|
3104
|
-
return S ? 0 : n ??
|
|
3158
|
+
return S ? 0 : n ?? m6(P);
|
|
3105
3159
|
}
|
|
3106
3160
|
const C = (P) => `height ${$(P)}ms ${e}`, b = (P) => {
|
|
3107
3161
|
function R() {
|
|
@@ -3112,7 +3166,7 @@ function b$({
|
|
|
3112
3166
|
display: ""
|
|
3113
3167
|
}), r("expandEnd")) : (x({ transition: "" }), r("collapseEnd")), m(!1);
|
|
3114
3168
|
}
|
|
3115
|
-
|
|
3169
|
+
M.current && Bt(M.current), M.current = h6(R, P);
|
|
3116
3170
|
};
|
|
3117
3171
|
return m(!0), u ? N.current = requestAnimationFrame(() => {
|
|
3118
3172
|
r("expandStart"), x({
|
|
@@ -3137,7 +3191,7 @@ function b$({
|
|
|
3137
3191
|
});
|
|
3138
3192
|
});
|
|
3139
3193
|
}), () => {
|
|
3140
|
-
N.current && cancelAnimationFrame(N.current),
|
|
3194
|
+
N.current && cancelAnimationFrame(N.current), M.current && Bt(M.current);
|
|
3141
3195
|
};
|
|
3142
3196
|
}, [
|
|
3143
3197
|
u,
|
|
@@ -3156,14 +3210,14 @@ function b$({
|
|
|
3156
3210
|
},
|
|
3157
3211
|
disabled: !1,
|
|
3158
3212
|
...w
|
|
3159
|
-
}, R = z ? z.tagName === "BUTTON" : void 0,
|
|
3213
|
+
}, R = z ? z.tagName === "BUTTON" : void 0, O = w == null ? void 0 : w[b || "ref"], q = {
|
|
3160
3214
|
id: `react-collapsed-toggle-${d}`,
|
|
3161
3215
|
"aria-controls": `react-collapsed-panel-${d}`,
|
|
3162
3216
|
"aria-expanded": u,
|
|
3163
3217
|
onClick(ae) {
|
|
3164
3218
|
$ || (C == null || C(ae), f((K) => !K));
|
|
3165
3219
|
},
|
|
3166
|
-
[b || "ref"]: Yt(
|
|
3220
|
+
[b || "ref"]: Yt(O, g)
|
|
3167
3221
|
}, J = {
|
|
3168
3222
|
type: "button",
|
|
3169
3223
|
disabled: $ ? !0 : void 0
|
|
@@ -3203,8 +3257,8 @@ function b$({
|
|
|
3203
3257
|
}
|
|
3204
3258
|
};
|
|
3205
3259
|
}
|
|
3206
|
-
const
|
|
3207
|
-
const [t, o] = k(n), { getCollapseProps: i } =
|
|
3260
|
+
const w6 = ({ open: n, children: e }) => {
|
|
3261
|
+
const [t, o] = k(n), { getCollapseProps: i } = y6({
|
|
3208
3262
|
isExpanded: t,
|
|
3209
3263
|
duration: 500
|
|
3210
3264
|
});
|
|
@@ -3212,10 +3266,10 @@ const x$ = ({ open: n, children: e }) => {
|
|
|
3212
3266
|
o(n);
|
|
3213
3267
|
}, [n, o]), /* @__PURE__ */ c(pe, { children: /* @__PURE__ */ c("div", { ...i(), children: e }) });
|
|
3214
3268
|
};
|
|
3215
|
-
function
|
|
3269
|
+
function b6(n) {
|
|
3216
3270
|
return H({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z" }, child: [] }] })(n);
|
|
3217
3271
|
}
|
|
3218
|
-
function
|
|
3272
|
+
function x6(n) {
|
|
3219
3273
|
return H({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z" }, child: [] }] })(n);
|
|
3220
3274
|
}
|
|
3221
3275
|
function Kt(n) {
|
|
@@ -3255,7 +3309,7 @@ const An = ({ folder: n, onFileOpen: e }) => {
|
|
|
3255
3309
|
]
|
|
3256
3310
|
}
|
|
3257
3311
|
),
|
|
3258
|
-
/* @__PURE__ */ c(
|
|
3312
|
+
/* @__PURE__ */ c(w6, { open: t, children: /* @__PURE__ */ c("div", { className: "folder-collapsible", children: n.subDirectories.map((f, p) => /* @__PURE__ */ c(An, { folder: f, onFileOpen: e }, p)) }) })
|
|
3259
3313
|
] }) : /* @__PURE__ */ A(
|
|
3260
3314
|
"div",
|
|
3261
3315
|
{
|
|
@@ -3270,7 +3324,7 @@ const An = ({ folder: n, onFileOpen: e }) => {
|
|
|
3270
3324
|
]
|
|
3271
3325
|
}
|
|
3272
3326
|
);
|
|
3273
|
-
},
|
|
3327
|
+
}, C6 = (n) => n == null ? void 0 : n.split("/").slice(0, -1).join("/"), Rn = ({ onFileOpen: n }) => {
|
|
3274
3328
|
const [e, t] = k([]), { files: o } = Ze(), i = le(), s = (a, l) => {
|
|
3275
3329
|
var r;
|
|
3276
3330
|
return l[a] ? (r = l[a]) == null ? void 0 : r.map((d) => ({
|
|
@@ -3280,13 +3334,13 @@ const An = ({ folder: n, onFileOpen: e }) => {
|
|
|
3280
3334
|
};
|
|
3281
3335
|
return Q(() => {
|
|
3282
3336
|
if (Array.isArray(o)) {
|
|
3283
|
-
const a = o.filter((r) => r.isDirectory), l = Object.groupBy(a, ({ path: r }) =>
|
|
3337
|
+
const a = o.filter((r) => r.isDirectory), l = Object.groupBy(a, ({ path: r }) => C6(r));
|
|
3284
3338
|
t(() => s("", l));
|
|
3285
3339
|
}
|
|
3286
3340
|
}, [o]), /* @__PURE__ */ c("div", { className: "sb-folders-list", children: (e == null ? void 0 : e.length) > 0 ? /* @__PURE__ */ c(pe, { children: e == null ? void 0 : e.map((a, l) => /* @__PURE__ */ c(An, { folder: a, onFileOpen: n }, l)) }) : /* @__PURE__ */ c("div", { className: "empty-nav-pane", children: i("nothingHereYet") }) });
|
|
3287
3341
|
};
|
|
3288
3342
|
Rn.displayName = "NavigationPane";
|
|
3289
|
-
function
|
|
3343
|
+
function S6(n) {
|
|
3290
3344
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
3291
3345
|
}
|
|
3292
3346
|
var Ie = { exports: {} }, De = { exports: {} }, ee = {};
|
|
@@ -3299,10 +3353,10 @@ var Ie = { exports: {} }, De = { exports: {} }, ee = {};
|
|
|
3299
3353
|
* LICENSE file in the root directory of this source tree.
|
|
3300
3354
|
*/
|
|
3301
3355
|
var _t;
|
|
3302
|
-
function
|
|
3356
|
+
function F6() {
|
|
3303
3357
|
if (_t) return ee;
|
|
3304
3358
|
_t = 1;
|
|
3305
|
-
var n = typeof Symbol == "function" && Symbol.for, e = n ? Symbol.for("react.element") : 60103, t = n ? Symbol.for("react.portal") : 60106, o = n ? Symbol.for("react.fragment") : 60107, i = n ? Symbol.for("react.strict_mode") : 60108, s = n ? Symbol.for("react.profiler") : 60114, a = n ? Symbol.for("react.provider") : 60109, l = n ? Symbol.for("react.context") : 60110, r = n ? Symbol.for("react.async_mode") : 60111, d = n ? Symbol.for("react.concurrent_mode") : 60111, u = n ? Symbol.for("react.forward_ref") : 60112, f = n ? Symbol.for("react.suspense") : 60113, p = n ? Symbol.for("react.suspense_list") : 60120, h = n ? Symbol.for("react.memo") : 60115, m = n ? Symbol.for("react.lazy") : 60116, v = n ? Symbol.for("react.block") : 60121, S = n ? Symbol.for("react.fundamental") : 60117, N = n ? Symbol.for("react.responder") : 60118,
|
|
3359
|
+
var n = typeof Symbol == "function" && Symbol.for, e = n ? Symbol.for("react.element") : 60103, t = n ? Symbol.for("react.portal") : 60106, o = n ? Symbol.for("react.fragment") : 60107, i = n ? Symbol.for("react.strict_mode") : 60108, s = n ? Symbol.for("react.profiler") : 60114, a = n ? Symbol.for("react.provider") : 60109, l = n ? Symbol.for("react.context") : 60110, r = n ? Symbol.for("react.async_mode") : 60111, d = n ? Symbol.for("react.concurrent_mode") : 60111, u = n ? Symbol.for("react.forward_ref") : 60112, f = n ? Symbol.for("react.suspense") : 60113, p = n ? Symbol.for("react.suspense_list") : 60120, h = n ? Symbol.for("react.memo") : 60115, m = n ? Symbol.for("react.lazy") : 60116, v = n ? Symbol.for("react.block") : 60121, S = n ? Symbol.for("react.fundamental") : 60117, N = n ? Symbol.for("react.responder") : 60118, M = n ? Symbol.for("react.scope") : 60119;
|
|
3306
3360
|
function F(g) {
|
|
3307
3361
|
if (typeof g == "object" && g !== null) {
|
|
3308
3362
|
var L = g.$$typeof;
|
|
@@ -3361,7 +3415,7 @@ function E$() {
|
|
|
3361
3415
|
}, ee.isSuspense = function(g) {
|
|
3362
3416
|
return F(g) === f;
|
|
3363
3417
|
}, ee.isValidElementType = function(g) {
|
|
3364
|
-
return typeof g == "string" || typeof g == "function" || g === o || g === d || g === s || g === i || g === f || g === p || typeof g == "object" && g !== null && (g.$$typeof === m || g.$$typeof === h || g.$$typeof === a || g.$$typeof === l || g.$$typeof === u || g.$$typeof === S || g.$$typeof === N || g.$$typeof ===
|
|
3418
|
+
return typeof g == "string" || typeof g == "function" || g === o || g === d || g === s || g === i || g === f || g === p || typeof g == "object" && g !== null && (g.$$typeof === m || g.$$typeof === h || g.$$typeof === a || g.$$typeof === l || g.$$typeof === u || g.$$typeof === S || g.$$typeof === N || g.$$typeof === M || g.$$typeof === v);
|
|
3365
3419
|
}, ee.typeOf = F, ee;
|
|
3366
3420
|
}
|
|
3367
3421
|
var te = {};
|
|
@@ -3374,12 +3428,12 @@ var te = {};
|
|
|
3374
3428
|
* LICENSE file in the root directory of this source tree.
|
|
3375
3429
|
*/
|
|
3376
3430
|
var Gt;
|
|
3377
|
-
function
|
|
3431
|
+
function N6() {
|
|
3378
3432
|
return Gt || (Gt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
3379
|
-
var n = typeof Symbol == "function" && Symbol.for, e = n ? Symbol.for("react.element") : 60103, t = n ? Symbol.for("react.portal") : 60106, o = n ? Symbol.for("react.fragment") : 60107, i = n ? Symbol.for("react.strict_mode") : 60108, s = n ? Symbol.for("react.profiler") : 60114, a = n ? Symbol.for("react.provider") : 60109, l = n ? Symbol.for("react.context") : 60110, r = n ? Symbol.for("react.async_mode") : 60111, d = n ? Symbol.for("react.concurrent_mode") : 60111, u = n ? Symbol.for("react.forward_ref") : 60112, f = n ? Symbol.for("react.suspense") : 60113, p = n ? Symbol.for("react.suspense_list") : 60120, h = n ? Symbol.for("react.memo") : 60115, m = n ? Symbol.for("react.lazy") : 60116, v = n ? Symbol.for("react.block") : 60121, S = n ? Symbol.for("react.fundamental") : 60117, N = n ? Symbol.for("react.responder") : 60118,
|
|
3433
|
+
var n = typeof Symbol == "function" && Symbol.for, e = n ? Symbol.for("react.element") : 60103, t = n ? Symbol.for("react.portal") : 60106, o = n ? Symbol.for("react.fragment") : 60107, i = n ? Symbol.for("react.strict_mode") : 60108, s = n ? Symbol.for("react.profiler") : 60114, a = n ? Symbol.for("react.provider") : 60109, l = n ? Symbol.for("react.context") : 60110, r = n ? Symbol.for("react.async_mode") : 60111, d = n ? Symbol.for("react.concurrent_mode") : 60111, u = n ? Symbol.for("react.forward_ref") : 60112, f = n ? Symbol.for("react.suspense") : 60113, p = n ? Symbol.for("react.suspense_list") : 60120, h = n ? Symbol.for("react.memo") : 60115, m = n ? Symbol.for("react.lazy") : 60116, v = n ? Symbol.for("react.block") : 60121, S = n ? Symbol.for("react.fundamental") : 60117, N = n ? Symbol.for("react.responder") : 60118, M = n ? Symbol.for("react.scope") : 60119;
|
|
3380
3434
|
function F(T) {
|
|
3381
3435
|
return typeof T == "string" || typeof T == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
3382
|
-
T === o || T === d || T === s || T === i || T === f || T === p || typeof T == "object" && T !== null && (T.$$typeof === m || T.$$typeof === h || T.$$typeof === a || T.$$typeof === l || T.$$typeof === u || T.$$typeof === S || T.$$typeof === N || T.$$typeof ===
|
|
3436
|
+
T === o || T === d || T === s || T === i || T === f || T === p || typeof T == "object" && T !== null && (T.$$typeof === m || T.$$typeof === h || T.$$typeof === a || T.$$typeof === l || T.$$typeof === u || T.$$typeof === S || T.$$typeof === N || T.$$typeof === M || T.$$typeof === v);
|
|
3383
3437
|
}
|
|
3384
3438
|
function z(T) {
|
|
3385
3439
|
if (typeof T == "object" && T !== null) {
|
|
@@ -3413,7 +3467,7 @@ function P$() {
|
|
|
3413
3467
|
}
|
|
3414
3468
|
}
|
|
3415
3469
|
}
|
|
3416
|
-
var g = r, L = d, x = l, w = a, $ = e, C = u, b = o, P = m, R = h,
|
|
3470
|
+
var g = r, L = d, x = l, w = a, $ = e, C = u, b = o, P = m, R = h, O = t, q = s, J = i, oe = f, ae = !1;
|
|
3417
3471
|
function K(T) {
|
|
3418
3472
|
return ae || (ae = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(T) || z(T) === r;
|
|
3419
3473
|
}
|
|
@@ -3453,12 +3507,12 @@ function P$() {
|
|
|
3453
3507
|
function ne(T) {
|
|
3454
3508
|
return z(T) === f;
|
|
3455
3509
|
}
|
|
3456
|
-
te.AsyncMode = g, te.ConcurrentMode = L, te.ContextConsumer = x, te.ContextProvider = w, te.Element = $, te.ForwardRef = C, te.Fragment = b, te.Lazy = P, te.Memo = R, te.Portal =
|
|
3510
|
+
te.AsyncMode = g, te.ConcurrentMode = L, te.ContextConsumer = x, te.ContextProvider = w, te.Element = $, te.ForwardRef = C, te.Fragment = b, te.Lazy = P, te.Memo = R, te.Portal = O, te.Profiler = q, te.StrictMode = J, te.Suspense = oe, te.isAsyncMode = K, te.isConcurrentMode = y, te.isContextConsumer = E, te.isContextProvider = B, te.isElement = U, te.isForwardRef = j, te.isFragment = _, te.isLazy = W, te.isMemo = Y, te.isPortal = G, te.isProfiler = Z, te.isStrictMode = D, te.isSuspense = ne, te.isValidElementType = F, te.typeOf = z;
|
|
3457
3511
|
}()), te;
|
|
3458
3512
|
}
|
|
3459
3513
|
var Jt;
|
|
3460
3514
|
function kn() {
|
|
3461
|
-
return Jt || (Jt = 1, process.env.NODE_ENV === "production" ? De.exports =
|
|
3515
|
+
return Jt || (Jt = 1, process.env.NODE_ENV === "production" ? De.exports = F6() : De.exports = N6()), De.exports;
|
|
3462
3516
|
}
|
|
3463
3517
|
/*
|
|
3464
3518
|
object-assign
|
|
@@ -3466,7 +3520,7 @@ object-assign
|
|
|
3466
3520
|
@license MIT
|
|
3467
3521
|
*/
|
|
3468
3522
|
var ot, Zt;
|
|
3469
|
-
function
|
|
3523
|
+
function E6() {
|
|
3470
3524
|
if (Zt) return ot;
|
|
3471
3525
|
Zt = 1;
|
|
3472
3526
|
var n = Object.getOwnPropertySymbols, e = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
|
|
@@ -3519,17 +3573,17 @@ function mt() {
|
|
|
3519
3573
|
return it = n, it;
|
|
3520
3574
|
}
|
|
3521
3575
|
var st, Qt;
|
|
3522
|
-
function
|
|
3576
|
+
function Mn() {
|
|
3523
3577
|
return Qt || (Qt = 1, st = Function.call.bind(Object.prototype.hasOwnProperty)), st;
|
|
3524
3578
|
}
|
|
3525
3579
|
var at, en;
|
|
3526
|
-
function
|
|
3580
|
+
function P6() {
|
|
3527
3581
|
if (en) return at;
|
|
3528
3582
|
en = 1;
|
|
3529
3583
|
var n = function() {
|
|
3530
3584
|
};
|
|
3531
3585
|
if (process.env.NODE_ENV !== "production") {
|
|
3532
|
-
var e = /* @__PURE__ */ mt(), t = {}, o = /* @__PURE__ */
|
|
3586
|
+
var e = /* @__PURE__ */ mt(), t = {}, o = /* @__PURE__ */ Mn();
|
|
3533
3587
|
n = function(s) {
|
|
3534
3588
|
var a = "Warning: " + s;
|
|
3535
3589
|
typeof console < "u" && console.error(a);
|
|
@@ -3572,10 +3626,10 @@ function z$() {
|
|
|
3572
3626
|
}, at = i, at;
|
|
3573
3627
|
}
|
|
3574
3628
|
var rt, tn;
|
|
3575
|
-
function
|
|
3629
|
+
function T6() {
|
|
3576
3630
|
if (tn) return rt;
|
|
3577
3631
|
tn = 1;
|
|
3578
|
-
var n = kn(), e =
|
|
3632
|
+
var n = kn(), e = E6(), t = /* @__PURE__ */ mt(), o = /* @__PURE__ */ Mn(), i = /* @__PURE__ */ P6(), s = function() {
|
|
3579
3633
|
};
|
|
3580
3634
|
process.env.NODE_ENV !== "production" && (s = function(l) {
|
|
3581
3635
|
var r = "Warning: " + l;
|
|
@@ -3604,7 +3658,7 @@ function L$() {
|
|
|
3604
3658
|
object: N("object"),
|
|
3605
3659
|
string: N("string"),
|
|
3606
3660
|
symbol: N("symbol"),
|
|
3607
|
-
any:
|
|
3661
|
+
any: M(),
|
|
3608
3662
|
arrayOf: F,
|
|
3609
3663
|
element: z(),
|
|
3610
3664
|
elementType: g(),
|
|
@@ -3660,7 +3714,7 @@ function L$() {
|
|
|
3660
3714
|
}
|
|
3661
3715
|
return S(E);
|
|
3662
3716
|
}
|
|
3663
|
-
function
|
|
3717
|
+
function M() {
|
|
3664
3718
|
return S(a);
|
|
3665
3719
|
}
|
|
3666
3720
|
function F(y) {
|
|
@@ -3771,7 +3825,7 @@ function L$() {
|
|
|
3771
3825
|
}
|
|
3772
3826
|
function C() {
|
|
3773
3827
|
function y(E, B, U, j, _) {
|
|
3774
|
-
return
|
|
3828
|
+
return O(E[B]) ? null : new v("Invalid " + j + " `" + _ + "` supplied to " + ("`" + U + "`, expected a ReactNode."));
|
|
3775
3829
|
}
|
|
3776
3830
|
return S(y);
|
|
3777
3831
|
}
|
|
@@ -3820,7 +3874,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
3820
3874
|
}
|
|
3821
3875
|
return S(E);
|
|
3822
3876
|
}
|
|
3823
|
-
function
|
|
3877
|
+
function O(y) {
|
|
3824
3878
|
switch (typeof y) {
|
|
3825
3879
|
case "number":
|
|
3826
3880
|
case "string":
|
|
@@ -3830,7 +3884,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
3830
3884
|
return !y;
|
|
3831
3885
|
case "object":
|
|
3832
3886
|
if (Array.isArray(y))
|
|
3833
|
-
return y.every(
|
|
3887
|
+
return y.every(O);
|
|
3834
3888
|
if (y === null || l(y))
|
|
3835
3889
|
return !0;
|
|
3836
3890
|
var E = f(y);
|
|
@@ -3838,12 +3892,12 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
3838
3892
|
var B = E.call(y), U;
|
|
3839
3893
|
if (E !== y.entries) {
|
|
3840
3894
|
for (; !(U = B.next()).done; )
|
|
3841
|
-
if (!
|
|
3895
|
+
if (!O(U.value))
|
|
3842
3896
|
return !1;
|
|
3843
3897
|
} else
|
|
3844
3898
|
for (; !(U = B.next()).done; ) {
|
|
3845
3899
|
var j = U.value;
|
|
3846
|
-
if (j && !
|
|
3900
|
+
if (j && !O(j[1]))
|
|
3847
3901
|
return !1;
|
|
3848
3902
|
}
|
|
3849
3903
|
} else
|
|
@@ -3893,7 +3947,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
3893
3947
|
}, rt;
|
|
3894
3948
|
}
|
|
3895
3949
|
var lt, nn;
|
|
3896
|
-
function
|
|
3950
|
+
function z6() {
|
|
3897
3951
|
if (nn) return lt;
|
|
3898
3952
|
nn = 1;
|
|
3899
3953
|
var n = /* @__PURE__ */ mt();
|
|
@@ -3941,41 +3995,41 @@ function A$() {
|
|
|
3941
3995
|
}, lt;
|
|
3942
3996
|
}
|
|
3943
3997
|
var on;
|
|
3944
|
-
function
|
|
3998
|
+
function L6() {
|
|
3945
3999
|
if (on) return Ie.exports;
|
|
3946
4000
|
if (on = 1, process.env.NODE_ENV !== "production") {
|
|
3947
4001
|
var n = kn(), e = !0;
|
|
3948
|
-
Ie.exports = /* @__PURE__ */
|
|
4002
|
+
Ie.exports = /* @__PURE__ */ T6()(n.isElement, e);
|
|
3949
4003
|
} else
|
|
3950
|
-
Ie.exports = /* @__PURE__ */
|
|
4004
|
+
Ie.exports = /* @__PURE__ */ z6()();
|
|
3951
4005
|
return Ie.exports;
|
|
3952
4006
|
}
|
|
3953
|
-
var
|
|
3954
|
-
const I = /* @__PURE__ */
|
|
3955
|
-
function
|
|
4007
|
+
var A6 = /* @__PURE__ */ L6();
|
|
4008
|
+
const I = /* @__PURE__ */ S6(A6);
|
|
4009
|
+
function R6(n) {
|
|
3956
4010
|
return H({ attr: { viewBox: "0 0 24 24", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-2.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z" }, child: [] }] })(n);
|
|
3957
4011
|
}
|
|
3958
|
-
function
|
|
4012
|
+
function k6(n) {
|
|
3959
4013
|
return H({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" }, child: [] }, { tag: "path", attr: { d: "M9 4v16" }, child: [] }, { tag: "path", attr: { d: "M14 10l2 2l-2 2" }, child: [] }] })(n);
|
|
3960
4014
|
}
|
|
3961
4015
|
const gt = ({ collapsibleNav: n, isNavigationPaneOpen: e, setNavigationPaneOpen: t }) => {
|
|
3962
|
-
const [o, i] = k([]), [s, a] = k([]), [l, r] = k([]), [d, u] = k(!1), { currentPath: f, setCurrentPath: p, onFolderChange: h } = he(), m = se(null), v = se([]), S = se(null), N =
|
|
4016
|
+
const [o, i] = k([]), [s, a] = k([]), [l, r] = k([]), [d, u] = k(!1), { currentPath: f, setCurrentPath: p, onFolderChange: h } = he(), m = se(null), v = se([]), S = se(null), N = Me(() => {
|
|
3963
4017
|
u(!1);
|
|
3964
|
-
}),
|
|
4018
|
+
}), M = le(), F = se(null);
|
|
3965
4019
|
Q(() => {
|
|
3966
4020
|
i(() => {
|
|
3967
4021
|
let w = "";
|
|
3968
4022
|
return f == null ? void 0 : f.split("/").map(($) => ({
|
|
3969
|
-
name: $ ||
|
|
4023
|
+
name: $ || M("home"),
|
|
3970
4024
|
path: $ === "" ? $ : w += `/${$}`
|
|
3971
4025
|
}));
|
|
3972
4026
|
}), a([]), r([]);
|
|
3973
|
-
}, [f,
|
|
4027
|
+
}, [f, M]);
|
|
3974
4028
|
const z = (w) => {
|
|
3975
4029
|
p(w), h == null || h(w);
|
|
3976
4030
|
}, g = () => {
|
|
3977
4031
|
var J;
|
|
3978
|
-
const w = m.current.clientWidth, $ = getComputedStyle(m.current), C = parseFloat($.paddingLeft), b = n ? 2 : 0, R = n ? ((J = F.current) == null ? void 0 : J.clientWidth) + 1 : 0,
|
|
4032
|
+
const w = m.current.clientWidth, $ = getComputedStyle(m.current), C = parseFloat($.paddingLeft), b = n ? 2 : 0, R = n ? ((J = F.current) == null ? void 0 : J.clientWidth) + 1 : 0, O = s.length > 0 ? 1 : 0, q = parseFloat($.gap) * (o.length + O + b);
|
|
3979
4033
|
return w - (C + q + R);
|
|
3980
4034
|
}, L = () => {
|
|
3981
4035
|
var b;
|
|
@@ -3999,13 +4053,13 @@ const gt = ({ collapsibleNav: n, isNavigationPaneOpen: e, setNavigationPaneOpen:
|
|
|
3999
4053
|
{
|
|
4000
4054
|
ref: F,
|
|
4001
4055
|
className: "nav-toggler",
|
|
4002
|
-
title: `${
|
|
4056
|
+
title: `${M(e ? "collapseNavigationPane" : "expandNavigationPane")}`,
|
|
4003
4057
|
children: /* @__PURE__ */ c(
|
|
4004
4058
|
"span",
|
|
4005
4059
|
{
|
|
4006
4060
|
className: "folder-name folder-name-btn",
|
|
4007
4061
|
onClick: () => t((w) => !w),
|
|
4008
|
-
children: e ? /* @__PURE__ */ c(
|
|
4062
|
+
children: e ? /* @__PURE__ */ c(R6, {}) : /* @__PURE__ */ c(k6, {})
|
|
4009
4063
|
}
|
|
4010
4064
|
)
|
|
4011
4065
|
}
|
|
@@ -4031,7 +4085,7 @@ const gt = ({ collapsibleNav: n, isNavigationPaneOpen: e, setNavigationPaneOpen:
|
|
|
4031
4085
|
className: "folder-name folder-name-btn",
|
|
4032
4086
|
onClick: () => u(!0),
|
|
4033
4087
|
ref: S,
|
|
4034
|
-
title:
|
|
4088
|
+
title: M("showMoreFolder"),
|
|
4035
4089
|
children: /* @__PURE__ */ c(oo, { size: 22, className: "hidden-folders" })
|
|
4036
4090
|
}
|
|
4037
4091
|
)
|
|
@@ -4089,7 +4143,7 @@ const _e = (n) => ({
|
|
|
4089
4143
|
csv: /* @__PURE__ */ c(re, { size: n }),
|
|
4090
4144
|
md: /* @__PURE__ */ c(re, { size: n }),
|
|
4091
4145
|
svg: /* @__PURE__ */ c(re, { size: n })
|
|
4092
|
-
}),
|
|
4146
|
+
}), On = (n, e, t) => {
|
|
4093
4147
|
if (t.find((o) => o.name === n)) {
|
|
4094
4148
|
const o = "", i = n;
|
|
4095
4149
|
let s = 0;
|
|
@@ -4118,10 +4172,10 @@ const _e = (n) => ({
|
|
|
4118
4172
|
onClick: a,
|
|
4119
4173
|
rows: l
|
|
4120
4174
|
}
|
|
4121
|
-
), Dn = ({ message: n, xPlacement: e, yPlacement: t }) => /* @__PURE__ */ c("p", { className: `error-tooltip ${e} ${t}`, children: n }),
|
|
4122
|
-
const [i, s] = k(e.name), [a, l] = k(!1), [r, d] = k(""), [u, f] = k("right"), [p, h] = k("bottom"), m =
|
|
4175
|
+
), Dn = ({ message: n, xPlacement: e, yPlacement: t }) => /* @__PURE__ */ c("p", { className: `error-tooltip ${e} ${t}`, children: n }), M6 = 220, O6 = ({ filesViewRef: n, file: e, onCreateFolder: t, triggerAction: o }) => {
|
|
4176
|
+
const [i, s] = k(e.name), [a, l] = k(!1), [r, d] = k(""), [u, f] = k("right"), [p, h] = k("bottom"), m = Me((x) => {
|
|
4123
4177
|
x.preventDefault(), x.stopPropagation();
|
|
4124
|
-
}), { currentFolder: v, currentPathFiles: S, setCurrentPathFiles: N } = he(), { activeLayout:
|
|
4178
|
+
}), { currentFolder: v, currentPathFiles: S, setCurrentPathFiles: N } = he(), { activeLayout: M } = ye(), F = le(), z = (x) => {
|
|
4125
4179
|
s(x.target.value), l(!1);
|
|
4126
4180
|
}, g = (x) => {
|
|
4127
4181
|
if (x.stopPropagation(), x.key === "Enter") {
|
|
@@ -4150,13 +4204,13 @@ const _e = (n) => ({
|
|
|
4150
4204
|
d(F("folderExists", { renameFile: x })), l(!0), (C = m.ref.current) == null || C.focus(), (b = m.ref.current) == null || b.select(), m.setIsClicked(!1);
|
|
4151
4205
|
return;
|
|
4152
4206
|
}
|
|
4153
|
-
x === "" && (x =
|
|
4207
|
+
x === "" && (x = On("New Folder", !0, w)), xe(t, "onCreateFolder", x, v), N((P) => P.filter((R) => R.key !== e.key)), o.close();
|
|
4154
4208
|
}
|
|
4155
4209
|
return Q(() => {
|
|
4156
4210
|
var x, w, $;
|
|
4157
4211
|
if ((x = m.ref.current) == null || x.focus(), (w = m.ref.current) == null || w.select(), ($ = m.ref) != null && $.current) {
|
|
4158
|
-
const R = n.current.getBoundingClientRect(),
|
|
4159
|
-
R.right - q.left > 313 ? f("right") : f("left"), R.bottom - (q.top +
|
|
4212
|
+
const R = n.current.getBoundingClientRect(), O = m.ref.current, q = O.getBoundingClientRect();
|
|
4213
|
+
R.right - q.left > 313 ? f("right") : f("left"), R.bottom - (q.top + O.clientHeight) > 88 ? h("bottom") : h("top");
|
|
4160
4214
|
}
|
|
4161
4215
|
}, []), Q(() => {
|
|
4162
4216
|
m.isClicked && L();
|
|
@@ -4166,12 +4220,12 @@ const _e = (n) => ({
|
|
|
4166
4220
|
{
|
|
4167
4221
|
id: "newFolder",
|
|
4168
4222
|
nameInputRef: m.ref,
|
|
4169
|
-
maxLength:
|
|
4223
|
+
maxLength: M6,
|
|
4170
4224
|
value: i,
|
|
4171
4225
|
onChange: z,
|
|
4172
4226
|
onKeyDown: g,
|
|
4173
4227
|
onClick: (x) => x.stopPropagation(),
|
|
4174
|
-
...
|
|
4228
|
+
...M === "list" && { rows: 1 }
|
|
4175
4229
|
}
|
|
4176
4230
|
),
|
|
4177
4231
|
a && /* @__PURE__ */ c(
|
|
@@ -4193,7 +4247,7 @@ const _e = (n) => ({
|
|
|
4193
4247
|
children: i
|
|
4194
4248
|
}
|
|
4195
4249
|
);
|
|
4196
|
-
function
|
|
4250
|
+
function I6(n) {
|
|
4197
4251
|
return H({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "32", d: "M85.57 446.25h340.86a32 32 0 0 0 28.17-47.17L284.18 82.58c-12.09-22.44-44.27-22.44-56.36 0L57.4 399.08a32 32 0 0 0 28.17 47.17z" }, child: [] }, { tag: "path", attr: { fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "32", d: "m250.26 195.39 5.74 122 5.73-121.95a5.74 5.74 0 0 0-5.79-6h0a5.74 5.74 0 0 0-5.68 5.95z" }, child: [] }, { tag: "path", attr: { d: "M256 397.25a20 20 0 1 1 20-20 20 20 0 0 1-20 20z" }, child: [] }] })(n);
|
|
4198
4252
|
}
|
|
4199
4253
|
const Un = ({
|
|
@@ -4234,8 +4288,8 @@ const Un = ({
|
|
|
4234
4288
|
]
|
|
4235
4289
|
}
|
|
4236
4290
|
);
|
|
4237
|
-
}, Ne = (n) => n.split(".").pop(),
|
|
4238
|
-
const [i, s] = k(e == null ? void 0 : e.name), [a, l] = k(!1), [r, d] = k(!1), [u, f] = k(""), [p, h] = k("right"), [m, v] = k("bottom"), { currentPathFiles: S, setCurrentPathFiles: N } = he(), { activeLayout:
|
|
4291
|
+
}, Ne = (n) => n.split(".").pop(), D6 = 220, U6 = ({ filesViewRef: n, file: e, onRename: t, triggerAction: o }) => {
|
|
4292
|
+
const [i, s] = k(e == null ? void 0 : e.name), [a, l] = k(!1), [r, d] = k(!1), [u, f] = k(""), [p, h] = k("right"), [m, v] = k("bottom"), { currentPathFiles: S, setCurrentPathFiles: N } = he(), { activeLayout: M } = ye(), F = le(), z = se(null), g = Me(($) => {
|
|
4239
4293
|
var C;
|
|
4240
4294
|
(C = z.current) != null && C.contains($.target) || ($.preventDefault(), $.stopPropagation());
|
|
4241
4295
|
}), L = ($) => {
|
|
@@ -4278,19 +4332,19 @@ const Un = ({
|
|
|
4278
4332
|
d(!1), xe(t, "onRename", e, i), N((C) => C.filter((b) => b.key !== e.key)), o.close();
|
|
4279
4333
|
}
|
|
4280
4334
|
const w = () => {
|
|
4281
|
-
var $, C, b, P, R,
|
|
4335
|
+
var $, C, b, P, R, O;
|
|
4282
4336
|
if ((C = ($ = g.ref) == null ? void 0 : $.current) == null || C.focus(), e.isDirectory)
|
|
4283
4337
|
(P = (b = g.ref) == null ? void 0 : b.current) == null || P.select();
|
|
4284
4338
|
else {
|
|
4285
4339
|
const q = Ne(e.name), J = e.name.length - q.length - 1;
|
|
4286
|
-
(
|
|
4340
|
+
(O = (R = g.ref) == null ? void 0 : R.current) == null || O.setSelectionRange(0, J);
|
|
4287
4341
|
}
|
|
4288
4342
|
};
|
|
4289
4343
|
return Q(() => {
|
|
4290
4344
|
var $;
|
|
4291
4345
|
if (w(), ($ = g.ref) != null && $.current) {
|
|
4292
|
-
const R = n.current.getBoundingClientRect(),
|
|
4293
|
-
R.right - q.left > 313 ? h("right") : h("left"), R.bottom - (q.top +
|
|
4346
|
+
const R = n.current.getBoundingClientRect(), O = g.ref.current, q = O.getBoundingClientRect();
|
|
4347
|
+
R.right - q.left > 313 ? h("right") : h("left"), R.bottom - (q.top + O.clientHeight) > 88 ? v("bottom") : v("top");
|
|
4294
4348
|
}
|
|
4295
4349
|
}, []), Q(() => {
|
|
4296
4350
|
g.isClicked && x(!1), w();
|
|
@@ -4300,14 +4354,14 @@ const Un = ({
|
|
|
4300
4354
|
{
|
|
4301
4355
|
id: e.name,
|
|
4302
4356
|
nameInputRef: g.ref,
|
|
4303
|
-
maxLength:
|
|
4357
|
+
maxLength: D6,
|
|
4304
4358
|
value: i,
|
|
4305
4359
|
onChange: ($) => {
|
|
4306
4360
|
s($.target.value), d(!1);
|
|
4307
4361
|
},
|
|
4308
4362
|
onKeyDown: L,
|
|
4309
4363
|
onClick: ($) => $.stopPropagation(),
|
|
4310
|
-
...
|
|
4364
|
+
...M === "list" && { rows: 1 }
|
|
4311
4365
|
}
|
|
4312
4366
|
),
|
|
4313
4367
|
r && /* @__PURE__ */ c(
|
|
@@ -4328,7 +4382,7 @@ const Un = ({
|
|
|
4328
4382
|
closeButton: !1,
|
|
4329
4383
|
children: /* @__PURE__ */ A("div", { className: "fm-rename-folder-container", ref: z, children: [
|
|
4330
4384
|
/* @__PURE__ */ c("div", { className: "fm-rename-folder-input", children: /* @__PURE__ */ A("div", { className: "fm-rename-warning", children: [
|
|
4331
|
-
/* @__PURE__ */ c(
|
|
4385
|
+
/* @__PURE__ */ c(I6, { size: 70, color: "orange" }),
|
|
4332
4386
|
/* @__PURE__ */ c("div", { children: F("fileNameChangeWarning") })
|
|
4333
4387
|
] }) }),
|
|
4334
4388
|
/* @__PURE__ */ A("div", { className: "fm-rename-folder-action", children: [
|
|
@@ -4381,7 +4435,7 @@ const Un = ({
|
|
|
4381
4435
|
title: a,
|
|
4382
4436
|
disabled: l
|
|
4383
4437
|
}
|
|
4384
|
-
), ct = 50,
|
|
4438
|
+
), ct = 50, j6 = ({
|
|
4385
4439
|
index: n,
|
|
4386
4440
|
file: e,
|
|
4387
4441
|
onCreateFolder: t,
|
|
@@ -4397,7 +4451,7 @@ const Un = ({
|
|
|
4397
4451
|
formatDate: p
|
|
4398
4452
|
}) => {
|
|
4399
4453
|
var we, ze, vt, $t;
|
|
4400
|
-
const [h, m] = k(!1), [v, S] = k(0), [N,
|
|
4454
|
+
const [h, m] = k(!1), [v, S] = k(0), [N, M] = k("hidden"), [F, z] = k(""), [g, L] = k(null), { activeLayout: x } = ye(), w = x === "grid" ? 48 : 20, $ = _e(w), { setCurrentPath: C, currentPathFiles: b, onFolderChange: P } = he(), { setSelectedFiles: R } = ve(), { clipBoard: O, handleCutCopy: q, setClipBoard: J, handlePasting: oe } = Xe(), ae = se(null), K = _e(ct), y = (O == null ? void 0 : O.isMoving) && O.files.find((X) => X.name === e.name && X.path === e.path), E = () => {
|
|
4401
4455
|
s(e), e.isDirectory ? (C(e.path), P == null || P(e.path), R([])) : i && r.show("previewFile");
|
|
4402
4456
|
}, B = (X, fe) => {
|
|
4403
4457
|
if (l.length > 0 && X) {
|
|
@@ -4426,9 +4480,9 @@ const Un = ({
|
|
|
4426
4480
|
}, _ = (X) => {
|
|
4427
4481
|
X.stopPropagation(), X.preventDefault(), !e.isEditing && (h || R([e]), u(e), d(X, !0));
|
|
4428
4482
|
}, W = () => {
|
|
4429
|
-
|
|
4483
|
+
M("visible");
|
|
4430
4484
|
}, Y = () => {
|
|
4431
|
-
!h &&
|
|
4485
|
+
!h && M("hidden");
|
|
4432
4486
|
}, G = (X) => {
|
|
4433
4487
|
X.target.checked ? R((fe) => [...fe, e]) : R((fe) => fe.filter((ge) => ge.name !== e.name && ge.path !== e.path)), m(X.target.checked);
|
|
4434
4488
|
}, Z = (X) => {
|
|
@@ -4441,7 +4495,7 @@ const Un = ({
|
|
|
4441
4495
|
X.preventDefault(), !(h || !e.isDirectory) && (oe(e), z((fe) => fe && ""), L(null));
|
|
4442
4496
|
};
|
|
4443
4497
|
return Q(() => {
|
|
4444
|
-
m(l.includes(n)),
|
|
4498
|
+
m(l.includes(n)), M(l.includes(n) ? "visible" : "hidden");
|
|
4445
4499
|
}, [l]), /* @__PURE__ */ A(
|
|
4446
4500
|
"div",
|
|
4447
4501
|
{
|
|
@@ -4475,7 +4529,7 @@ const Un = ({
|
|
|
4475
4529
|
),
|
|
4476
4530
|
e.isDirectory ? /* @__PURE__ */ c(Pt, { size: w }) : /* @__PURE__ */ c(pe, { children: $[(ze = (we = e.name) == null ? void 0 : we.split(".").pop()) == null ? void 0 : ze.toLowerCase()] ?? /* @__PURE__ */ c(Ve, { size: w }) }),
|
|
4477
4531
|
e.isEditing ? /* @__PURE__ */ c("div", { className: `rename-file-container ${x}`, children: r.actionType === "createFolder" ? /* @__PURE__ */ c(
|
|
4478
|
-
|
|
4532
|
+
O6,
|
|
4479
4533
|
{
|
|
4480
4534
|
filesViewRef: a,
|
|
4481
4535
|
file: e,
|
|
@@ -4483,7 +4537,7 @@ const Un = ({
|
|
|
4483
4537
|
triggerAction: r
|
|
4484
4538
|
}
|
|
4485
4539
|
) : /* @__PURE__ */ c(
|
|
4486
|
-
|
|
4540
|
+
U6,
|
|
4487
4541
|
{
|
|
4488
4542
|
filesViewRef: a,
|
|
4489
4543
|
file: e,
|
|
@@ -4514,14 +4568,14 @@ const Un = ({
|
|
|
4514
4568
|
]
|
|
4515
4569
|
}
|
|
4516
4570
|
);
|
|
4517
|
-
},
|
|
4571
|
+
}, H6 = ({ subMenuRef: n, list: e, position: t = "right" }) => /* @__PURE__ */ c("ul", { ref: n, className: `sub-menu ${t}`, children: e == null ? void 0 : e.map((o) => /* @__PURE__ */ A("li", { onClick: o.onClick, children: [
|
|
4518
4572
|
/* @__PURE__ */ c("span", { className: "item-selected", children: o.selected && /* @__PURE__ */ c(bn, { size: 13 }) }),
|
|
4519
4573
|
o.icon,
|
|
4520
4574
|
/* @__PURE__ */ c("span", { children: o.title })
|
|
4521
|
-
] }, o.title)) }),
|
|
4575
|
+
] }, o.title)) }), V6 = ({ filesViewRef: n, contextMenuRef: e, menuItems: t, visible: o, clickPosition: i }) => {
|
|
4522
4576
|
const [s, a] = k(0), [l, r] = k(0), [d, u] = k(null), [f, p] = k("right"), h = se(null), m = () => {
|
|
4523
|
-
const { clickX: N, clickY:
|
|
4524
|
-
C ? (a(`${$}px`), p("right")) : b && (a(`${$ - x}px`), p("left")), R ? r(`${P + F.scrollTop}px`) :
|
|
4577
|
+
const { clickX: N, clickY: M } = i, F = n.current, z = F.getBoundingClientRect(), g = F.offsetWidth - F.clientWidth, L = e.current.getBoundingClientRect(), x = L.width, w = L.height, $ = N - z.left, C = z.width - ($ + g) > x, b = !C, P = M - z.top, R = z.height - P > w, O = !R;
|
|
4578
|
+
C ? (a(`${$}px`), p("right")) : b && (a(`${$ - x}px`), p("left")), R ? r(`${P + F.scrollTop}px`) : O && r(`${P + F.scrollTop - w}px`);
|
|
4525
4579
|
}, v = (N) => {
|
|
4526
4580
|
N.preventDefault(), N.stopPropagation();
|
|
4527
4581
|
}, S = (N) => {
|
|
@@ -4541,22 +4595,22 @@ const Un = ({
|
|
|
4541
4595
|
top: l,
|
|
4542
4596
|
left: s
|
|
4543
4597
|
},
|
|
4544
|
-
children: /* @__PURE__ */ c("div", { className: "file-context-menu-list", children: /* @__PURE__ */ c("ul", { children: t.filter((N) => !N.hidden).map((N,
|
|
4545
|
-
const F = N.hasOwnProperty("children"), z = d ===
|
|
4598
|
+
children: /* @__PURE__ */ c("div", { className: "file-context-menu-list", children: /* @__PURE__ */ c("ul", { children: t.filter((N) => !N.hidden).map((N, M) => {
|
|
4599
|
+
const F = N.hasOwnProperty("children"), z = d === M && F;
|
|
4546
4600
|
return /* @__PURE__ */ A("div", { children: [
|
|
4547
4601
|
/* @__PURE__ */ A(
|
|
4548
4602
|
"li",
|
|
4549
4603
|
{
|
|
4550
4604
|
onClick: N.onClick,
|
|
4551
4605
|
className: `${N.className ?? ""} ${z ? "active" : ""}`,
|
|
4552
|
-
onMouseOver: () => S(
|
|
4606
|
+
onMouseOver: () => S(M),
|
|
4553
4607
|
children: [
|
|
4554
4608
|
N.icon,
|
|
4555
4609
|
/* @__PURE__ */ c("span", { children: N.title }),
|
|
4556
4610
|
F && /* @__PURE__ */ A(pe, { children: [
|
|
4557
4611
|
/* @__PURE__ */ c(ao, { size: 14, className: "list-expand-icon" }),
|
|
4558
4612
|
z && /* @__PURE__ */ c(
|
|
4559
|
-
|
|
4613
|
+
H6,
|
|
4560
4614
|
{
|
|
4561
4615
|
subMenuRef: h,
|
|
4562
4616
|
list: N.children,
|
|
@@ -4567,22 +4621,22 @@ const Un = ({
|
|
|
4567
4621
|
]
|
|
4568
4622
|
}
|
|
4569
4623
|
),
|
|
4570
|
-
N.divider &&
|
|
4624
|
+
N.divider && M !== t.filter((g) => !g.hidden).length - 1 && /* @__PURE__ */ c("div", { className: "divider" })
|
|
4571
4625
|
] }, N.title);
|
|
4572
4626
|
}) }) })
|
|
4573
4627
|
}
|
|
4574
4628
|
);
|
|
4575
4629
|
};
|
|
4576
|
-
function
|
|
4630
|
+
function B6(n) {
|
|
4577
4631
|
return H({ attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M245,110.64A16,16,0,0,0,232,104H216V88a16,16,0,0,0-16-16H130.67L102.94,51.2a16.14,16.14,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V208h0a8,8,0,0,0,8,8H211.1a8,8,0,0,0,7.59-5.47l28.49-85.47A16.05,16.05,0,0,0,245,110.64ZM93.34,64,123.2,86.4A8,8,0,0,0,128,88h72v16H69.77a16,16,0,0,0-15.18,10.94L40,158.7V64Zm112,136H43.1l26.67-80H232Z" }, child: [] }] })(n);
|
|
4578
4632
|
}
|
|
4579
|
-
const
|
|
4580
|
-
const [s, a] = k([]), [l, r] = k(!1), [d, u] = k(!1), [f, p] = k({ clickX: 0, clickY: 0 }), [h, m] = k(null), { clipBoard: v, setClipBoard: S, handleCutCopy: N, handlePasting:
|
|
4633
|
+
const W6 = (n, e, t, o, i) => {
|
|
4634
|
+
const [s, a] = k([]), [l, r] = k(!1), [d, u] = k(!1), [f, p] = k({ clickX: 0, clickY: 0 }), [h, m] = k(null), { clipBoard: v, setClipBoard: S, handleCutCopy: N, handlePasting: M } = Xe(), { selectedFiles: F, setSelectedFiles: z, handleDownload: g } = ve(), { currentPath: L, setCurrentPath: x, currentPathFiles: w, setCurrentPathFiles: $, onFolderChange: C } = he(), { activeLayout: b, setActiveLayout: P } = ye(), R = le(), O = () => {
|
|
4581
4635
|
i(h), h.isDirectory ? (x(h.path), C == null || C(h.path), a([]), z([])) : e && t.show("previewFile"), r(!1);
|
|
4582
4636
|
}, q = (D) => {
|
|
4583
4637
|
N(D), r(!1);
|
|
4584
4638
|
}, J = () => {
|
|
4585
|
-
|
|
4639
|
+
M(h), r(!1);
|
|
4586
4640
|
}, oe = () => {
|
|
4587
4641
|
r(!1), t.show("rename");
|
|
4588
4642
|
}, ae = () => {
|
|
@@ -4650,8 +4704,8 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4650
4704
|
], _ = [
|
|
4651
4705
|
{
|
|
4652
4706
|
title: R("open"),
|
|
4653
|
-
icon: h != null && h.isDirectory ? /* @__PURE__ */ c(
|
|
4654
|
-
onClick:
|
|
4707
|
+
icon: h != null && h.isDirectory ? /* @__PURE__ */ c(B6, { size: 20 }) : /* @__PURE__ */ c(Ve, { size: 16 }),
|
|
4708
|
+
onClick: O,
|
|
4655
4709
|
divider: !0
|
|
4656
4710
|
},
|
|
4657
4711
|
{
|
|
@@ -4699,7 +4753,7 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4699
4753
|
$((D) => [
|
|
4700
4754
|
...D,
|
|
4701
4755
|
{
|
|
4702
|
-
name:
|
|
4756
|
+
name: On("New Folder", !0, D),
|
|
4703
4757
|
isDirectory: !0,
|
|
4704
4758
|
path: L,
|
|
4705
4759
|
isEditing: !0,
|
|
@@ -4745,7 +4799,7 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4745
4799
|
clickPosition: f,
|
|
4746
4800
|
isSelectionCtx: d
|
|
4747
4801
|
};
|
|
4748
|
-
},
|
|
4802
|
+
}, Y6 = ({ unselectFiles: n, onSort: e, sortConfig: t }) => {
|
|
4749
4803
|
const o = le(), [i, s] = k(!1), { selectedFiles: a, setSelectedFiles: l } = ve(), { currentPathFiles: r } = he(), d = Ge(() => r.length > 0 && a.length === r.length, [a, r]), u = (p) => {
|
|
4750
4804
|
p.target.checked ? (l(r), s(!0)) : n();
|
|
4751
4805
|
}, f = (p) => {
|
|
@@ -4819,13 +4873,13 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4819
4873
|
selecCtxItems: v,
|
|
4820
4874
|
handleContextMenu: S,
|
|
4821
4875
|
unselectFiles: N,
|
|
4822
|
-
visible:
|
|
4876
|
+
visible: M,
|
|
4823
4877
|
setVisible: F,
|
|
4824
4878
|
setLastSelectedFile: z,
|
|
4825
4879
|
selectedFileIndexes: g,
|
|
4826
4880
|
clickPosition: L,
|
|
4827
4881
|
isSelectionCtx: x
|
|
4828
|
-
} =
|
|
4882
|
+
} = W6(o, i, s, a, t), w = Me(() => F(!1)), $ = (C) => {
|
|
4829
4883
|
let b = "asc";
|
|
4830
4884
|
d.key === C && d.direction === "asc" && (b = "desc"), u({ key: C, direction: b });
|
|
4831
4885
|
};
|
|
@@ -4837,9 +4891,9 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4837
4891
|
onContextMenu: S,
|
|
4838
4892
|
onClick: N,
|
|
4839
4893
|
children: [
|
|
4840
|
-
p === "list" && /* @__PURE__ */ c(
|
|
4894
|
+
p === "list" && /* @__PURE__ */ c(Y6, { unselectFiles: N, onSort: $, sortConfig: d }),
|
|
4841
4895
|
(r == null ? void 0 : r.length) > 0 ? /* @__PURE__ */ c(pe, { children: r.map((C, b) => /* @__PURE__ */ c(
|
|
4842
|
-
|
|
4896
|
+
j6,
|
|
4843
4897
|
{
|
|
4844
4898
|
index: b,
|
|
4845
4899
|
file: C,
|
|
@@ -4859,12 +4913,12 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4859
4913
|
b
|
|
4860
4914
|
)) }) : /* @__PURE__ */ c("div", { className: "empty-folder", children: h("folderEmpty") }),
|
|
4861
4915
|
/* @__PURE__ */ c(
|
|
4862
|
-
|
|
4916
|
+
V6,
|
|
4863
4917
|
{
|
|
4864
4918
|
filesViewRef: f,
|
|
4865
4919
|
contextMenuRef: w.ref,
|
|
4866
4920
|
menuItems: x ? v : m,
|
|
4867
|
-
visible:
|
|
4921
|
+
visible: M,
|
|
4868
4922
|
setVisible: F,
|
|
4869
4923
|
clickPosition: L
|
|
4870
4924
|
}
|
|
@@ -4874,7 +4928,7 @@ const K$ = (n, e, t, o, i) => {
|
|
|
4874
4928
|
);
|
|
4875
4929
|
};
|
|
4876
4930
|
Hn.displayName = "FileList";
|
|
4877
|
-
const
|
|
4931
|
+
const K6 = ({ triggerAction: n, onDelete: e }) => {
|
|
4878
4932
|
const [t, o] = k(""), { selectedFiles: i, setSelectedFiles: s } = ve(), a = le();
|
|
4879
4933
|
Q(() => {
|
|
4880
4934
|
o(() => {
|
|
@@ -4895,23 +4949,23 @@ const _$ = ({ triggerAction: n, onDelete: e }) => {
|
|
|
4895
4949
|
] })
|
|
4896
4950
|
] });
|
|
4897
4951
|
};
|
|
4898
|
-
function
|
|
4952
|
+
function q6(n) {
|
|
4899
4953
|
return H({ attr: { viewBox: "0 0 1024 1024", fill: "currentColor", fillRule: "evenodd" }, child: [{ tag: "path", attr: { d: "M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926 224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512 166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z" }, child: [] }] })(n);
|
|
4900
4954
|
}
|
|
4901
|
-
function
|
|
4955
|
+
function _6(n) {
|
|
4902
4956
|
return H({ attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z" }, child: [] }, { tag: "path", attr: { d: "M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" }, child: [] }] })(n);
|
|
4903
4957
|
}
|
|
4904
|
-
const
|
|
4958
|
+
const G6 = ({ percent: n = 0, isCanceled: e = !1, isCompleted: t = !1, error: o }) => {
|
|
4905
4959
|
const i = le();
|
|
4906
4960
|
return /* @__PURE__ */ A("div", { role: "progressbar", className: "fm-progress", children: [
|
|
4907
4961
|
!o && /* @__PURE__ */ c("div", { className: "fm-progress-bar", children: /* @__PURE__ */ c("div", { className: "fm-progress-bar-fill", style: { width: `${n}%` } }) }),
|
|
4908
4962
|
e ? /* @__PURE__ */ c("span", { className: "fm-upload-canceled", children: i("canceled") }) : o ? /* @__PURE__ */ c("span", { className: "fm-upload-canceled", children: o }) : /* @__PURE__ */ c("div", { className: "fm-progress-status", children: /* @__PURE__ */ c("span", { children: t ? i("completed") : i("percentDone", { percent: n }) }) })
|
|
4909
4963
|
] });
|
|
4910
4964
|
};
|
|
4911
|
-
function
|
|
4965
|
+
function J6(n) {
|
|
4912
4966
|
return H({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 388c-72.597 0-132-59.405-132-132 0-72.601 59.403-132 132-132 36.3 0 69.299 15.4 92.406 39.601L278 234h154V80l-51.698 51.702C348.406 99.798 304.406 80 256 80c-96.797 0-176 79.203-176 176s78.094 176 176 176c81.045 0 148.287-54.134 169.401-128H378.85c-18.745 49.561-67.138 84-122.85 84z" }, child: [] }] })(n);
|
|
4913
4967
|
}
|
|
4914
|
-
const
|
|
4968
|
+
const Z6 = ({
|
|
4915
4969
|
index: n,
|
|
4916
4970
|
fileData: e,
|
|
4917
4971
|
setFiles: t,
|
|
@@ -4921,14 +4975,14 @@ const Q$ = ({
|
|
|
4921
4975
|
handleFileRemove: a
|
|
4922
4976
|
}) => {
|
|
4923
4977
|
var x, w, $, C;
|
|
4924
|
-
const [l, r] = k(0), [d, u] = k(!1), [f, p] = k(!1), [h, m] = k(!1), v = _e(33), S = se(), { onError: N } = Ze(),
|
|
4978
|
+
const [l, r] = k(0), [d, u] = k(!1), [f, p] = k(!1), [h, m] = k(!1), v = _e(33), S = se(), { onError: N } = Ze(), M = le(), F = (b) => {
|
|
4925
4979
|
r(0), o((R) => ({
|
|
4926
4980
|
...R,
|
|
4927
4981
|
[n]: !1
|
|
4928
4982
|
}));
|
|
4929
4983
|
const P = {
|
|
4930
4984
|
type: "upload",
|
|
4931
|
-
message:
|
|
4985
|
+
message: M("uploadFail"),
|
|
4932
4986
|
response: {
|
|
4933
4987
|
status: b.status,
|
|
4934
4988
|
statusText: b.statusText,
|
|
@@ -4936,40 +4990,40 @@ const Q$ = ({
|
|
|
4936
4990
|
}
|
|
4937
4991
|
};
|
|
4938
4992
|
t(
|
|
4939
|
-
(R) => R.map((
|
|
4940
|
-
...
|
|
4993
|
+
(R) => R.map((O, q) => n === q ? {
|
|
4994
|
+
...O,
|
|
4941
4995
|
error: P.message
|
|
4942
|
-
} :
|
|
4996
|
+
} : O)
|
|
4943
4997
|
), m(!0), N(P, e.file);
|
|
4944
4998
|
}, z = (b) => {
|
|
4945
4999
|
if (!b.error)
|
|
4946
5000
|
return new Promise((P, R) => {
|
|
4947
|
-
const
|
|
4948
|
-
S.current =
|
|
5001
|
+
const O = new XMLHttpRequest();
|
|
5002
|
+
S.current = O, o((K) => ({
|
|
4949
5003
|
...K,
|
|
4950
5004
|
[n]: !0
|
|
4951
|
-
})),
|
|
5005
|
+
})), O.upload.onprogress = (K) => {
|
|
4952
5006
|
if (K.lengthComputable) {
|
|
4953
5007
|
const y = Math.round(K.loaded / K.total * 100);
|
|
4954
5008
|
r(y);
|
|
4955
5009
|
}
|
|
4956
|
-
},
|
|
5010
|
+
}, O.onload = () => {
|
|
4957
5011
|
o((K) => ({
|
|
4958
5012
|
...K,
|
|
4959
5013
|
[n]: !1
|
|
4960
|
-
})),
|
|
4961
|
-
},
|
|
4962
|
-
R(
|
|
5014
|
+
})), O.status === 200 || O.status === 201 ? (u(!0), s(O.response), P(O.response)) : (R(O.statusText), F(O));
|
|
5015
|
+
}, O.onerror = () => {
|
|
5016
|
+
R(O.statusText), F(O);
|
|
4963
5017
|
};
|
|
4964
5018
|
const q = (i == null ? void 0 : i.method) || "POST";
|
|
4965
|
-
|
|
5019
|
+
O.open(q, i == null ? void 0 : i.url, !0);
|
|
4966
5020
|
const J = i == null ? void 0 : i.headers;
|
|
4967
5021
|
for (let K in J)
|
|
4968
|
-
|
|
5022
|
+
O.setRequestHeader(K, J[K]);
|
|
4969
5023
|
const oe = new FormData(), ae = b == null ? void 0 : b.appendData;
|
|
4970
5024
|
for (let K in ae)
|
|
4971
5025
|
ae[K] && oe.append(K, ae[K]);
|
|
4972
|
-
oe.append("file", b.file),
|
|
5026
|
+
oe.append("file", b.file), O.send(oe);
|
|
4973
5027
|
});
|
|
4974
5028
|
};
|
|
4975
5029
|
Q(() => {
|
|
@@ -4996,18 +5050,18 @@ const Q$ = ({
|
|
|
4996
5050
|
/* @__PURE__ */ c("span", { className: "file-name text-truncate", title: (w = e.file) == null ? void 0 : w.name, children: ($ = e.file) == null ? void 0 : $.name }),
|
|
4997
5051
|
/* @__PURE__ */ c("span", { className: "file-size", children: Qe((C = e.file) == null ? void 0 : C.size) })
|
|
4998
5052
|
] }),
|
|
4999
|
-
d ? /* @__PURE__ */ c(
|
|
5053
|
+
d ? /* @__PURE__ */ c(b6, { title: M("uploaded"), className: "upload-success" }) : f || h ? /* @__PURE__ */ c(J6, { className: "retry-upload", title: "Retry", onClick: L }) : /* @__PURE__ */ c(
|
|
5000
5054
|
"div",
|
|
5001
5055
|
{
|
|
5002
5056
|
className: "rm-file",
|
|
5003
|
-
title: `${e.error ?
|
|
5057
|
+
title: `${e.error ? M("Remove") : M("abortUpload")}`,
|
|
5004
5058
|
onClick: e.error ? () => a(n) : g,
|
|
5005
|
-
children: /* @__PURE__ */ c(
|
|
5059
|
+
children: /* @__PURE__ */ c(q6, {})
|
|
5006
5060
|
}
|
|
5007
5061
|
)
|
|
5008
5062
|
] }),
|
|
5009
5063
|
/* @__PURE__ */ c(
|
|
5010
|
-
|
|
5064
|
+
G6,
|
|
5011
5065
|
{
|
|
5012
5066
|
percent: l,
|
|
5013
5067
|
isCanceled: f,
|
|
@@ -5017,7 +5071,7 @@ const Q$ = ({
|
|
|
5017
5071
|
)
|
|
5018
5072
|
] })
|
|
5019
5073
|
] });
|
|
5020
|
-
},
|
|
5074
|
+
}, X6 = ({
|
|
5021
5075
|
fileUploadConfig: n,
|
|
5022
5076
|
maxFileSize: e,
|
|
5023
5077
|
acceptedFileTypes: t,
|
|
@@ -5033,7 +5087,7 @@ const Q$ = ({
|
|
|
5033
5087
|
($) => $.name.toLowerCase() === L.name.toLowerCase() && !$.isDirectory
|
|
5034
5088
|
)) return v("fileAlreadyExist");
|
|
5035
5089
|
if (e && L.size > e) return `${v("maxUploadSize")} ${Qe(e, 0)}.`;
|
|
5036
|
-
},
|
|
5090
|
+
}, M = (L) => {
|
|
5037
5091
|
if (L = L.filter(
|
|
5038
5092
|
(x) => !s.some((w) => w.file.name.toLowerCase() === x.name.toLowerCase())
|
|
5039
5093
|
), L.length > 0) {
|
|
@@ -5050,10 +5104,10 @@ const Q$ = ({
|
|
|
5050
5104
|
}, F = (L) => {
|
|
5051
5105
|
L.preventDefault(), r(!1);
|
|
5052
5106
|
const x = Array.from(L.dataTransfer.files);
|
|
5053
|
-
|
|
5107
|
+
M(x);
|
|
5054
5108
|
}, z = (L) => {
|
|
5055
5109
|
const x = Array.from(L.target.files);
|
|
5056
|
-
|
|
5110
|
+
M(x);
|
|
5057
5111
|
}, g = (L) => {
|
|
5058
5112
|
a((x) => {
|
|
5059
5113
|
const w = x.map(($, C) => L === C ? {
|
|
@@ -5074,7 +5128,7 @@ const Q$ = ({
|
|
|
5074
5128
|
onDragEnter: () => r(!0),
|
|
5075
5129
|
onDragLeave: () => r(!1),
|
|
5076
5130
|
children: /* @__PURE__ */ A("div", { className: "input-text", children: [
|
|
5077
|
-
/* @__PURE__ */ c(
|
|
5131
|
+
/* @__PURE__ */ c(_6, { size: 30 }),
|
|
5078
5132
|
/* @__PURE__ */ c("span", { children: v("dragFileToUpload") })
|
|
5079
5133
|
] })
|
|
5080
5134
|
}
|
|
@@ -5101,7 +5155,7 @@ const Q$ = ({
|
|
|
5101
5155
|
/* @__PURE__ */ c(pt, { loading: !0, className: "upload-loading" })
|
|
5102
5156
|
] }) : /* @__PURE__ */ c("h2", { children: v("completed") }) }),
|
|
5103
5157
|
/* @__PURE__ */ c("ul", { children: s.map((L, x) => /* @__PURE__ */ c(
|
|
5104
|
-
|
|
5158
|
+
Z6,
|
|
5105
5159
|
{
|
|
5106
5160
|
index: x,
|
|
5107
5161
|
fileData: L,
|
|
@@ -5115,7 +5169,7 @@ const Q$ = ({
|
|
|
5115
5169
|
)) })
|
|
5116
5170
|
] })
|
|
5117
5171
|
] });
|
|
5118
|
-
}, sn = ["jpg", "jpeg", "png"], an = ["mp4", "mov", "avi"], rn = ["mp3", "wav", "m4a"], ln = ["txt", "pdf"],
|
|
5172
|
+
}, sn = ["jpg", "jpeg", "png"], an = ["mp4", "mov", "avi"], rn = ["mp3", "wav", "m4a"], ln = ["txt", "pdf"], Q6 = ({ filePreviewPath: n, filePreviewComponent: e }) => {
|
|
5119
5173
|
var v;
|
|
5120
5174
|
const [t, o] = k(!0), [i, s] = k(!1), { selectedFiles: a } = ve(), l = _e(73), r = (v = Ne(a[0].name)) == null ? void 0 : v.toLowerCase(), d = `${n}${a[0].path}`, u = le(), f = Ge(
|
|
5121
5175
|
() => e == null ? void 0 : e(a[0]),
|
|
@@ -5134,7 +5188,7 @@ const Q$ = ({
|
|
|
5134
5188
|
...rn,
|
|
5135
5189
|
...ln
|
|
5136
5190
|
].includes(r) && /* @__PURE__ */ A("div", { className: "preview-error", children: [
|
|
5137
|
-
/* @__PURE__ */ c("span", { className: "error-icon", children: l[r] ?? /* @__PURE__ */ c(
|
|
5191
|
+
/* @__PURE__ */ c("span", { className: "error-icon", children: l[r] ?? /* @__PURE__ */ c(x6, { size: 73 }) }),
|
|
5138
5192
|
/* @__PURE__ */ c("span", { className: "error-msg", children: u("previewUnavailable") }),
|
|
5139
5193
|
/* @__PURE__ */ A("div", { className: "file-info", children: [
|
|
5140
5194
|
/* @__PURE__ */ c("span", { className: "file-name", children: a[0].name }),
|
|
@@ -5205,7 +5259,7 @@ const Q$ = ({
|
|
|
5205
5259
|
// Act as Ctrl + Shift + 2 but could cause problems for QWERTZ or DVORAK etc. keyborad layouts.
|
|
5206
5260
|
refresh: ["F5"],
|
|
5207
5261
|
clearSelection: ["Escape"]
|
|
5208
|
-
},
|
|
5262
|
+
}, ey = (n, e, t) => {
|
|
5209
5263
|
const { setClipBoard: o, handleCutCopy: i, handlePasting: s } = Xe(), { currentFolder: a, currentPathFiles: l } = he(), { selectedFiles: r, setSelectedFiles: d, handleDownload: u } = ve(), { setActiveLayout: f } = ye(), p = () => {
|
|
5210
5264
|
t.create && n.show("createFolder");
|
|
5211
5265
|
}, h = () => {
|
|
@@ -5218,7 +5272,7 @@ const Q$ = ({
|
|
|
5218
5272
|
s(a);
|
|
5219
5273
|
}, N = () => {
|
|
5220
5274
|
t.rename && n.show("rename");
|
|
5221
|
-
},
|
|
5275
|
+
}, M = () => {
|
|
5222
5276
|
t.download && u();
|
|
5223
5277
|
}, F = () => {
|
|
5224
5278
|
t.delete && r.length && n.show("delete");
|
|
@@ -5237,8 +5291,8 @@ const Q$ = ({
|
|
|
5237
5291
|
}, C = () => {
|
|
5238
5292
|
f("list");
|
|
5239
5293
|
};
|
|
5240
|
-
ce(de.createFolder, p, n.isActive), ce(de.uploadFiles, h, n.isActive), ce(de.cut, m, n.isActive), ce(de.copy, v, n.isActive), ce(de.paste, S, n.isActive), ce(de.rename, N, n.isActive), ce(de.download,
|
|
5241
|
-
},
|
|
5294
|
+
ce(de.createFolder, p, n.isActive), ce(de.uploadFiles, h, n.isActive), ce(de.cut, m, n.isActive), ce(de.copy, v, n.isActive), ce(de.paste, S, n.isActive), ce(de.rename, N, n.isActive), ce(de.download, M, n.isActive), ce(de.delete, F, n.isActive), ce(de.jumpToFirst, z, n.isActive), ce(de.jumpToLast, g, n.isActive), ce(de.selectAll, L, n.isActive), ce(de.clearSelection, x, n.isActive), ce(de.refresh, w, n.isActive), ce(de.gridLayout, $, n.isActive), ce(de.listLayout, C, n.isActive);
|
|
5295
|
+
}, ty = ({
|
|
5242
5296
|
fileUploadConfig: n,
|
|
5243
5297
|
onFileUploading: e,
|
|
5244
5298
|
onFileUploaded: t,
|
|
@@ -5252,12 +5306,12 @@ const Q$ = ({
|
|
|
5252
5306
|
permissions: u
|
|
5253
5307
|
}) => {
|
|
5254
5308
|
const [f, p] = k(null), { selectedFiles: h } = ve(), m = le();
|
|
5255
|
-
|
|
5309
|
+
ey(d, i, u);
|
|
5256
5310
|
const v = {
|
|
5257
5311
|
uploadFile: {
|
|
5258
5312
|
title: m("upload"),
|
|
5259
5313
|
component: /* @__PURE__ */ c(
|
|
5260
|
-
|
|
5314
|
+
X6,
|
|
5261
5315
|
{
|
|
5262
5316
|
fileUploadConfig: n,
|
|
5263
5317
|
maxFileSize: s,
|
|
@@ -5270,13 +5324,13 @@ const Q$ = ({
|
|
|
5270
5324
|
},
|
|
5271
5325
|
delete: {
|
|
5272
5326
|
title: m("delete"),
|
|
5273
|
-
component: /* @__PURE__ */ c(
|
|
5327
|
+
component: /* @__PURE__ */ c(K6, { triggerAction: d, onDelete: o }),
|
|
5274
5328
|
width: "25%"
|
|
5275
5329
|
},
|
|
5276
5330
|
previewFile: {
|
|
5277
5331
|
title: m("preview"),
|
|
5278
5332
|
component: /* @__PURE__ */ c(
|
|
5279
|
-
|
|
5333
|
+
Q6,
|
|
5280
5334
|
{
|
|
5281
5335
|
filePreviewPath: a,
|
|
5282
5336
|
filePreviewComponent: l
|
|
@@ -5302,7 +5356,7 @@ const Q$ = ({
|
|
|
5302
5356
|
children: f == null ? void 0 : f.component
|
|
5303
5357
|
}
|
|
5304
5358
|
);
|
|
5305
|
-
},
|
|
5359
|
+
}, ny = () => {
|
|
5306
5360
|
const [n, e] = k(!1), [t, o] = k(null);
|
|
5307
5361
|
return {
|
|
5308
5362
|
isActive: n,
|
|
@@ -5314,7 +5368,7 @@ const Q$ = ({
|
|
|
5314
5368
|
e(!1), o(null);
|
|
5315
5369
|
}
|
|
5316
5370
|
};
|
|
5317
|
-
},
|
|
5371
|
+
}, oy = (n, e) => {
|
|
5318
5372
|
const [t, o] = k({ col1: n, col2: e }), [i, s] = k(!1), a = se(null);
|
|
5319
5373
|
return {
|
|
5320
5374
|
containerRef: a,
|
|
@@ -5334,7 +5388,7 @@ const Q$ = ({
|
|
|
5334
5388
|
h >= 15 && h <= 60 && o({ col1: h, col2: 100 - h });
|
|
5335
5389
|
}
|
|
5336
5390
|
};
|
|
5337
|
-
},
|
|
5391
|
+
}, iy = (n, e, t) => {
|
|
5338
5392
|
const o = n[e];
|
|
5339
5393
|
if (o && isNaN(Date.parse(o)))
|
|
5340
5394
|
return new Error(
|
|
@@ -5350,7 +5404,7 @@ const Q$ = ({
|
|
|
5350
5404
|
`Invalid prop \`${e}\` supplied to \`${t}\`. Expected a valid URL but received \`${o}\`.`
|
|
5351
5405
|
);
|
|
5352
5406
|
}
|
|
5353
|
-
},
|
|
5407
|
+
}, sy = {
|
|
5354
5408
|
create: !0,
|
|
5355
5409
|
upload: !0,
|
|
5356
5410
|
move: !0,
|
|
@@ -5358,7 +5412,7 @@ const Q$ = ({
|
|
|
5358
5412
|
rename: !0,
|
|
5359
5413
|
download: !0,
|
|
5360
5414
|
delete: !0
|
|
5361
|
-
},
|
|
5415
|
+
}, ay = (n) => {
|
|
5362
5416
|
if (!n || isNaN(Date.parse(n))) return "";
|
|
5363
5417
|
n = new Date(n);
|
|
5364
5418
|
let e = n.getHours();
|
|
@@ -5390,7 +5444,7 @@ const Q$ = ({
|
|
|
5390
5444
|
},
|
|
5391
5445
|
onSelect: S,
|
|
5392
5446
|
onSelectionChange: N,
|
|
5393
|
-
onError:
|
|
5447
|
+
onError: M = () => {
|
|
5394
5448
|
},
|
|
5395
5449
|
layout: F = "grid",
|
|
5396
5450
|
enableFilePreview: z = !0,
|
|
@@ -5403,21 +5457,21 @@ const Q$ = ({
|
|
|
5403
5457
|
filePreviewComponent: b,
|
|
5404
5458
|
primaryColor: P = "#6155b4",
|
|
5405
5459
|
fontFamily: R = "Nunito Sans, sans-serif",
|
|
5406
|
-
language:
|
|
5460
|
+
language: O = "en-US",
|
|
5407
5461
|
permissions: q = {},
|
|
5408
5462
|
collapsibleNav: J = !1,
|
|
5409
5463
|
defaultNavExpanded: oe = !0,
|
|
5410
5464
|
className: ae = "",
|
|
5411
5465
|
style: K = {},
|
|
5412
|
-
formatDate: y =
|
|
5466
|
+
formatDate: y = ay
|
|
5413
5467
|
}) => {
|
|
5414
|
-
const [E, B] = k(oe), U =
|
|
5468
|
+
const [E, B] = k(oe), U = ny(), { containerRef: j, colSizes: _, isDragging: W, handleMouseMove: Y, handleMouseUp: G, handleMouseDown: Z } = oy(20, 80), D = {
|
|
5415
5469
|
"--file-manager-font-family": R,
|
|
5416
5470
|
"--file-manager-primary-color": P,
|
|
5417
5471
|
height: w,
|
|
5418
5472
|
width: $
|
|
5419
5473
|
}, ne = Ge(
|
|
5420
|
-
() => ({ ...
|
|
5474
|
+
() => ({ ...sy, ...q }),
|
|
5421
5475
|
[q]
|
|
5422
5476
|
);
|
|
5423
5477
|
return /* @__PURE__ */ A(
|
|
@@ -5428,13 +5482,13 @@ const Q$ = ({
|
|
|
5428
5482
|
style: { ...D, ...K },
|
|
5429
5483
|
children: [
|
|
5430
5484
|
/* @__PURE__ */ c(pt, { loading: t }),
|
|
5431
|
-
/* @__PURE__ */ c(
|
|
5432
|
-
|
|
5485
|
+
/* @__PURE__ */ c(G4, { language: O, children: /* @__PURE__ */ c(Z4, { filesData: n, onError: M, children: /* @__PURE__ */ c(Q4, { initialPath: C, onFolderChange: v, children: /* @__PURE__ */ c(
|
|
5486
|
+
e6,
|
|
5433
5487
|
{
|
|
5434
5488
|
onDownload: u,
|
|
5435
5489
|
onSelect: S,
|
|
5436
5490
|
onSelectionChange: N,
|
|
5437
|
-
children: /* @__PURE__ */ c(
|
|
5491
|
+
children: /* @__PURE__ */ c(t6, { onPaste: r, onCut: a, onCopy: l, children: /* @__PURE__ */ A(fo, { layout: F, children: [
|
|
5438
5492
|
/* @__PURE__ */ c(
|
|
5439
5493
|
zn,
|
|
5440
5494
|
{
|
|
@@ -5505,7 +5559,7 @@ const Q$ = ({
|
|
|
5505
5559
|
}
|
|
5506
5560
|
),
|
|
5507
5561
|
/* @__PURE__ */ c(
|
|
5508
|
-
|
|
5562
|
+
ty,
|
|
5509
5563
|
{
|
|
5510
5564
|
fileUploadConfig: e,
|
|
5511
5565
|
onFileUploading: i,
|
|
@@ -5534,7 +5588,7 @@ Vn.propTypes = {
|
|
|
5534
5588
|
name: I.string.isRequired,
|
|
5535
5589
|
isDirectory: I.bool.isRequired,
|
|
5536
5590
|
path: I.string.isRequired,
|
|
5537
|
-
updatedAt:
|
|
5591
|
+
updatedAt: iy,
|
|
5538
5592
|
size: I.number
|
|
5539
5593
|
})
|
|
5540
5594
|
).isRequired,
|