elcrm 0.9.71 → 0.9.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +53 -52
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -433,14 +433,14 @@ function Kr() {
|
|
|
433
433
|
Z.unshift("Warning: " + v), Function.prototype.apply.call(console[d], console, Z);
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
var L = !1, k = !1, w = !1, S = !1, b = !1,
|
|
437
|
-
|
|
436
|
+
var L = !1, k = !1, w = !1, S = !1, b = !1, z;
|
|
437
|
+
z = Symbol.for("react.module.reference");
|
|
438
438
|
function T(d) {
|
|
439
439
|
return !!(typeof d == "string" || typeof d == "function" || d === r || d === i || b || d === s || d === _ || d === u || S || d === m || L || k || w || typeof d == "object" && d !== null && (d.$$typeof === f || d.$$typeof === x || d.$$typeof === o || d.$$typeof === l || d.$$typeof === c || // This needs to include all possible module reference object
|
|
440
440
|
// types supported by any Flight configuration anywhere since
|
|
441
441
|
// we don't know which Flight build this will end up being used
|
|
442
442
|
// with.
|
|
443
|
-
d.$$typeof ===
|
|
443
|
+
d.$$typeof === z || d.getModuleId !== void 0));
|
|
444
444
|
}
|
|
445
445
|
function M(d, v, E) {
|
|
446
446
|
var B = d.displayName;
|
|
@@ -1686,7 +1686,7 @@ function $s(e, t, n, r = !1) {
|
|
|
1686
1686
|
function Bs(e) {
|
|
1687
1687
|
return { style: { background: `var(--color-${e})` } };
|
|
1688
1688
|
}
|
|
1689
|
-
const
|
|
1689
|
+
const U = {
|
|
1690
1690
|
Age: Ds,
|
|
1691
1691
|
ArraySort: Ns,
|
|
1692
1692
|
ArrayGroup: Ts,
|
|
@@ -1715,8 +1715,8 @@ const z = {
|
|
|
1715
1715
|
isNumeric: Is,
|
|
1716
1716
|
Week: Ss
|
|
1717
1717
|
};
|
|
1718
|
-
|
|
1719
|
-
|
|
1718
|
+
U.setFN = (e, t) => {
|
|
1719
|
+
U[e] = t;
|
|
1720
1720
|
};
|
|
1721
1721
|
const Fs = ({ before: e, from: t = 0, to: n }) => {
|
|
1722
1722
|
const r = h.useRef();
|
|
@@ -1724,12 +1724,13 @@ const Fs = ({ before: e, from: t = 0, to: n }) => {
|
|
|
1724
1724
|
r.s = !0;
|
|
1725
1725
|
const s = 1e3, i = 10;
|
|
1726
1726
|
r.n = 0;
|
|
1727
|
-
let o = Math.round(s / (n / i));
|
|
1727
|
+
let o = Math.round(s / (n / i)), l = e ? e + " " : "";
|
|
1728
1728
|
return r.i = setInterval(() => {
|
|
1729
|
-
if (!r.s)
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1729
|
+
if (!r.s)
|
|
1730
|
+
return r.current.textContent = `${l}` + U.Money(n), clearInterval(r.i);
|
|
1731
|
+
if (n === 0)
|
|
1732
|
+
return r.current.textContent = `${l}` + U.Money(n), clearInterval(r.i);
|
|
1733
|
+
r.n = r.n + i, r.n >= n && clearInterval(r.i), r.current && (r.current.textContent = `${l}` + U.Money(r.n));
|
|
1733
1734
|
}, o), () => {
|
|
1734
1735
|
r.s = !1, clearInterval(r.i);
|
|
1735
1736
|
};
|
|
@@ -2856,8 +2857,8 @@ const $o = ({ children: e, className: t, title: n }) => /* @__PURE__ */ a.jsxs("
|
|
|
2856
2857
|
})).json()).status === "success" && (t({ type: "delete", id: e.id }), ye.Send({ type: "success", text: "Файл успешно удалён" }));
|
|
2857
2858
|
};
|
|
2858
2859
|
return /* @__PURE__ */ a.jsxs("li", { children: [
|
|
2859
|
-
/* @__PURE__ */ a.jsx("div", { className: "f035", children:
|
|
2860
|
-
/* @__PURE__ */ a.jsx("div", { className: "f100", children:
|
|
2860
|
+
/* @__PURE__ */ a.jsx("div", { className: "f035", children: U.TypeFiles(e.type) }),
|
|
2861
|
+
/* @__PURE__ */ a.jsx("div", { className: "f100", children: U.Date(e.uDate, "dd.mm.yy") }),
|
|
2861
2862
|
/* @__PURE__ */ a.jsx("div", { className: "f000", children: e.name }),
|
|
2862
2863
|
/* @__PURE__ */ a.jsxs("div", { className: "f050 flex button", children: [
|
|
2863
2864
|
/* @__PURE__ */ a.jsx(
|
|
@@ -2879,7 +2880,7 @@ const $o = ({ children: e, className: t, title: n }) => /* @__PURE__ */ a.jsxs("
|
|
|
2879
2880
|
}
|
|
2880
2881
|
)
|
|
2881
2882
|
] }),
|
|
2882
|
-
/* @__PURE__ */ a.jsx("div", { className: "f080", children:
|
|
2883
|
+
/* @__PURE__ */ a.jsx("div", { className: "f080", children: U.Size(e.size) })
|
|
2883
2884
|
] });
|
|
2884
2885
|
}, Ft = { setSetting: vr, getSetting: Cr };
|
|
2885
2886
|
let q = {};
|
|
@@ -3896,7 +3897,7 @@ function Ke({
|
|
|
3896
3897
|
S.field = "input", p && (S.className = p);
|
|
3897
3898
|
const b = {};
|
|
3898
3899
|
s && (b.placeholder = s), c && _ && (b.edit = "");
|
|
3899
|
-
const
|
|
3900
|
+
const z = (T) => {
|
|
3900
3901
|
oe.Blur(T), g == null || g({ value: T.target.textContent.trim(), name: r });
|
|
3901
3902
|
};
|
|
3902
3903
|
return /* @__PURE__ */ a.jsxs("dl", { ...S, children: [
|
|
@@ -3906,7 +3907,7 @@ function Ke({
|
|
|
3906
3907
|
{
|
|
3907
3908
|
onPaste: w,
|
|
3908
3909
|
onInput: R,
|
|
3909
|
-
onBlur:
|
|
3910
|
+
onBlur: z,
|
|
3910
3911
|
onKeyDown: L,
|
|
3911
3912
|
onContextMenu: k,
|
|
3912
3913
|
contentEditable: c && _ ? "plaintext-only" : "false",
|
|
@@ -4307,7 +4308,7 @@ function Ot({
|
|
|
4307
4308
|
...j,
|
|
4308
4309
|
"data-edit": (n && r) + "",
|
|
4309
4310
|
children: [
|
|
4310
|
-
|
|
4311
|
+
U.Date(x, "dd.mm.yyyy"),
|
|
4311
4312
|
u
|
|
4312
4313
|
]
|
|
4313
4314
|
}
|
|
@@ -4340,7 +4341,7 @@ const jc = (e) => {
|
|
|
4340
4341
|
y(l.m - 1, l.y);
|
|
4341
4342
|
}, j = (k) => {
|
|
4342
4343
|
e.onValue(
|
|
4343
|
-
l.y + "-" +
|
|
4344
|
+
l.y + "-" + U.Number(2, l.m) + "-" + U.Number(2, k)
|
|
4344
4345
|
), C();
|
|
4345
4346
|
}, y = (k, w) => {
|
|
4346
4347
|
w = k > 12 ? w + 1 : k < 1 ? w - 1 : w, k = k > 12 ? 1 : k < 1 ? 12 : k, c({ y: w, m: k });
|
|
@@ -4376,7 +4377,7 @@ const jc = (e) => {
|
|
|
4376
4377
|
}
|
|
4377
4378
|
) }),
|
|
4378
4379
|
/* @__PURE__ */ a.jsxs("h2", { children: [
|
|
4379
|
-
|
|
4380
|
+
U.Month(l.m).name,
|
|
4380
4381
|
" ",
|
|
4381
4382
|
l.y
|
|
4382
4383
|
] }),
|
|
@@ -4477,7 +4478,7 @@ function Gt({
|
|
|
4477
4478
|
className: p = ""
|
|
4478
4479
|
}) {
|
|
4479
4480
|
let j = !!(o && (e === "" || e === void 0));
|
|
4480
|
-
e =
|
|
4481
|
+
e = U.isNumeric(e) ? Number(e) / x : 0;
|
|
4481
4482
|
let y = (T) => C === "multi" ? T.replace(/[^+\d.+-]/g, "") : T.replace(/[^+\d.]/g, ""), R = (T, M) => {
|
|
4482
4483
|
let $ = document.createRange(), N = window.getSelection();
|
|
4483
4484
|
$.setStart(M.childNodes[0], T), $.collapse(!0), N.removeAllRanges(), N.addRange($), M.focus();
|
|
@@ -4490,7 +4491,7 @@ function Gt({
|
|
|
4490
4491
|
oe.Blur(T), T.target.textContent === "" && (T.target.textContent = 0), g == null || g({ value: y(T.target.textContent) * x, name: n }), t == null || t({
|
|
4491
4492
|
value: y(T.target.textContent) * x,
|
|
4492
4493
|
name: n
|
|
4493
|
-
}), T.target.textContent =
|
|
4494
|
+
}), T.target.textContent = U.Money(T.target.textContent);
|
|
4494
4495
|
}, w = (T) => {
|
|
4495
4496
|
T.target.textContent = y(T.target.textContent);
|
|
4496
4497
|
}, S = (T) => {
|
|
@@ -4502,8 +4503,8 @@ function Gt({
|
|
|
4502
4503
|
});
|
|
4503
4504
|
};
|
|
4504
4505
|
if (!(l && c) && !u || !(l && c) && j) return "";
|
|
4505
|
-
const
|
|
4506
|
-
return
|
|
4506
|
+
const z = {};
|
|
4507
|
+
return z.field = "input", p && (z.className = p), /* @__PURE__ */ a.jsxs("dl", { ...z, children: [
|
|
4507
4508
|
s ? /* @__PURE__ */ a.jsx("dt", { children: s }) : "",
|
|
4508
4509
|
/* @__PURE__ */ a.jsx(
|
|
4509
4510
|
"dd",
|
|
@@ -4516,7 +4517,7 @@ function Gt({
|
|
|
4516
4517
|
contentEditable: l && c ? "plaintext-only" : "false",
|
|
4517
4518
|
suppressContentEditableWarning: !0,
|
|
4518
4519
|
"e-after": _,
|
|
4519
|
-
children:
|
|
4520
|
+
children: U.Money(e)
|
|
4520
4521
|
}
|
|
4521
4522
|
),
|
|
4522
4523
|
i ? /* @__PURE__ */ a.jsx("em", { children: i }) : ""
|
|
@@ -4565,7 +4566,7 @@ function na({
|
|
|
4565
4566
|
{
|
|
4566
4567
|
onClick: C,
|
|
4567
4568
|
...g,
|
|
4568
|
-
children:
|
|
4569
|
+
children: U.Date(x, "mm.yyyy")
|
|
4569
4570
|
}
|
|
4570
4571
|
),
|
|
4571
4572
|
s && /* @__PURE__ */ a.jsx("em", { children: s })
|
|
@@ -4585,7 +4586,7 @@ const kc = (e) => {
|
|
|
4585
4586
|
}, x = () => {
|
|
4586
4587
|
c(l - 1);
|
|
4587
4588
|
}, f = (j) => {
|
|
4588
|
-
e.onValue(l + "-" +
|
|
4589
|
+
e.onValue(l + "-" + U.Number(2, j)), _();
|
|
4589
4590
|
}, m = (j) => i.y === o.y && i.m === j ? "_FFEB3B" : "", C = Array(12).fill("").map((j, y) => y + 1), g = window.innerHeight - e.position.y + 33 < 320 ? e.position.y - 312 : e.position.y + 33, p = window.innerWidth - e.position.x < 265 ? e.position.x - 235 : e.position.x;
|
|
4590
4591
|
return /* @__PURE__ */ a.jsx(a.Fragment, { children: t ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
4591
4592
|
/* @__PURE__ */ a.jsx(
|
|
@@ -4634,7 +4635,7 @@ const kc = (e) => {
|
|
|
4634
4635
|
f(j);
|
|
4635
4636
|
},
|
|
4636
4637
|
color: m(j),
|
|
4637
|
-
children: /* @__PURE__ */ a.jsx("b", { children:
|
|
4638
|
+
children: /* @__PURE__ */ a.jsx("b", { children: U.Month(j).abc })
|
|
4638
4639
|
},
|
|
4639
4640
|
y
|
|
4640
4641
|
)) })
|
|
@@ -4691,8 +4692,8 @@ function aa({
|
|
|
4691
4692
|
if (!(c && _) && !x) return "";
|
|
4692
4693
|
const b = {};
|
|
4693
4694
|
b.field = "notes", p && (b.className = p);
|
|
4694
|
-
const
|
|
4695
|
-
s && (
|
|
4695
|
+
const z = {};
|
|
4696
|
+
s && (z.placeholder = s), c && _ && (z.edit = ""), y && (z.open = "");
|
|
4696
4697
|
const T = (M) => {
|
|
4697
4698
|
oe.Blur(M), g == null || g({ value: M.target.textContent.trim(), name: r });
|
|
4698
4699
|
};
|
|
@@ -4708,7 +4709,7 @@ function aa({
|
|
|
4708
4709
|
onContextMenu: w,
|
|
4709
4710
|
contentEditable: c && _ ? "plaintext-only" : "false",
|
|
4710
4711
|
suppressContentEditableWarning: !0,
|
|
4711
|
-
...
|
|
4712
|
+
...z,
|
|
4712
4713
|
children: t
|
|
4713
4714
|
}
|
|
4714
4715
|
),
|
|
@@ -4744,13 +4745,13 @@ function Zt({
|
|
|
4744
4745
|
}, R = (b) => {
|
|
4745
4746
|
if (b.which === 17 || b.which === 91) return p = !1;
|
|
4746
4747
|
}, L = (b) => {
|
|
4747
|
-
b.preventDefault(), navigator.clipboard.readText().then((
|
|
4748
|
-
|
|
4748
|
+
b.preventDefault(), navigator.clipboard.readText().then((z) => {
|
|
4749
|
+
z = z.replace(/\D/g, ""), window.document.execCommand(
|
|
4749
4750
|
"insertText",
|
|
4750
4751
|
!1,
|
|
4751
|
-
"" +
|
|
4752
|
+
"" + z.replace(/\D/g, "")
|
|
4752
4753
|
);
|
|
4753
|
-
}).catch((
|
|
4754
|
+
}).catch((z) => {
|
|
4754
4755
|
});
|
|
4755
4756
|
};
|
|
4756
4757
|
const k = (b) => {
|
|
@@ -6275,7 +6276,7 @@ function Ut({
|
|
|
6275
6276
|
}, b = ($) => {
|
|
6276
6277
|
$.key === "Enter" && $.preventDefault();
|
|
6277
6278
|
};
|
|
6278
|
-
const
|
|
6279
|
+
const z = ($) => {
|
|
6279
6280
|
oe.Blur($), n && n({
|
|
6280
6281
|
value: $.target.textContent.replace(/\D/g, ""),
|
|
6281
6282
|
name: r
|
|
@@ -6293,7 +6294,7 @@ function Ut({
|
|
|
6293
6294
|
onInput: S,
|
|
6294
6295
|
onKeyDown: b,
|
|
6295
6296
|
onContextMenu: k,
|
|
6296
|
-
onBlur:
|
|
6297
|
+
onBlur: z,
|
|
6297
6298
|
suppressContentEditableWarning: !0,
|
|
6298
6299
|
children: w.q
|
|
6299
6300
|
}
|
|
@@ -6751,20 +6752,20 @@ function oa({
|
|
|
6751
6752
|
onSave: m,
|
|
6752
6753
|
className: C = ""
|
|
6753
6754
|
}) {
|
|
6754
|
-
let g = !!(o && (e === "" || e === void 0)), p =
|
|
6755
|
+
let g = !!(o && (e === "" || e === void 0)), p = U.Date(e === void 0 ? /* @__PURE__ */ new Date() : e, "HH:MM"), j = h.useRef(null);
|
|
6755
6756
|
if (!(l && c) && !u || !(l && c) && g) return "";
|
|
6756
6757
|
let y = (S) => {
|
|
6757
6758
|
j.current.textContent = S, t && t({ value: S, name: n });
|
|
6758
6759
|
}, R = (S) => {
|
|
6759
6760
|
m && m({ value: S, name: n });
|
|
6760
6761
|
}, L = (S) => {
|
|
6761
|
-
const b = S.target.getBoundingClientRect(),
|
|
6762
|
+
const b = S.target.getBoundingClientRect(), z = b.left, T = b.top;
|
|
6762
6763
|
he.setListener(
|
|
6763
6764
|
"form",
|
|
6764
6765
|
/* @__PURE__ */ a.jsx(
|
|
6765
6766
|
Sc,
|
|
6766
6767
|
{
|
|
6767
|
-
positions: { x:
|
|
6768
|
+
positions: { x: z, y: T },
|
|
6768
6769
|
onSave: R,
|
|
6769
6770
|
onValue: y,
|
|
6770
6771
|
date: p
|
|
@@ -6790,8 +6791,8 @@ function oa({
|
|
|
6790
6791
|
}
|
|
6791
6792
|
const Sc = ({ positions: e, onSave: t, onValue: n, date: r }) => {
|
|
6792
6793
|
let s = r.split(":"), i = {
|
|
6793
|
-
h:
|
|
6794
|
-
m:
|
|
6794
|
+
h: U.Number(2, s[0]),
|
|
6795
|
+
m: U.Number(2, s[1])
|
|
6795
6796
|
}, o = "hour", [l, c] = h.useState({}), _ = !1, u = 0, x = 0, f = {
|
|
6796
6797
|
body: h.useRef(null),
|
|
6797
6798
|
time: h.useRef(null),
|
|
@@ -6814,10 +6815,10 @@ const Sc = ({ positions: e, onSave: t, onValue: n, date: r }) => {
|
|
|
6814
6815
|
) * (180 / Math.PI) * -1 + 180;
|
|
6815
6816
|
f[o].current.style.transform = "rotate(" + b + "deg)", o === "hour" ? (i = {
|
|
6816
6817
|
...i,
|
|
6817
|
-
h:
|
|
6818
|
+
h: U.Number(2, parseInt(String(b / 15), 10))
|
|
6818
6819
|
}, f.hourText.current.textContent = i.h) : (i = {
|
|
6819
6820
|
...i,
|
|
6820
|
-
m:
|
|
6821
|
+
m: U.Number(2, parseInt(String(b / 6), 10))
|
|
6821
6822
|
}, f.timeText.current.textContent = i.m), n(i.h + ":" + i.m);
|
|
6822
6823
|
}
|
|
6823
6824
|
}, p = (w) => {
|
|
@@ -6828,7 +6829,7 @@ const Sc = ({ positions: e, onSave: t, onValue: n, date: r }) => {
|
|
|
6828
6829
|
if (x !== S) {
|
|
6829
6830
|
x = S;
|
|
6830
6831
|
let b = parseInt(i.h, 10) + 1;
|
|
6831
|
-
b = b > 23 ? 0 : b, i = { ...i, h:
|
|
6832
|
+
b = b > 23 ? 0 : b, i = { ...i, h: U.Number(2, b) }, f.hourText.current.textContent = i.h, f[o].current.style.transform = "rotate(" + i.h * 15 + "deg)";
|
|
6832
6833
|
}
|
|
6833
6834
|
} else {
|
|
6834
6835
|
u -= w.deltaY;
|
|
@@ -6836,7 +6837,7 @@ const Sc = ({ positions: e, onSave: t, onValue: n, date: r }) => {
|
|
|
6836
6837
|
if (x !== S) {
|
|
6837
6838
|
x = S;
|
|
6838
6839
|
let b = parseInt(i.h, 10) - 1;
|
|
6839
|
-
b = b < 0 ? 23 : b, i = { ...i, h:
|
|
6840
|
+
b = b < 0 ? 23 : b, i = { ...i, h: U.Number(2, b) }, f.hourText.current.textContent = i.h, f[o].current.style.transform = "rotate(" + i.h * 15 + "deg)";
|
|
6840
6841
|
}
|
|
6841
6842
|
}
|
|
6842
6843
|
else if (w.deltaY > 0) {
|
|
@@ -6845,7 +6846,7 @@ const Sc = ({ positions: e, onSave: t, onValue: n, date: r }) => {
|
|
|
6845
6846
|
if (x !== S) {
|
|
6846
6847
|
x = S;
|
|
6847
6848
|
let b = parseInt(i.m, 10) + 1;
|
|
6848
|
-
b = b > 59 ? 0 : b, i = { ...i, m:
|
|
6849
|
+
b = b > 59 ? 0 : b, i = { ...i, m: U.Number(2, b) }, f.timeText.current.textContent = i.m, f[o].current.style.transform = "rotate(" + i.m * 6 + "deg)";
|
|
6849
6850
|
}
|
|
6850
6851
|
} else {
|
|
6851
6852
|
u -= w.deltaY;
|
|
@@ -6853,7 +6854,7 @@ const Sc = ({ positions: e, onSave: t, onValue: n, date: r }) => {
|
|
|
6853
6854
|
if (x !== S) {
|
|
6854
6855
|
x = S;
|
|
6855
6856
|
let b = parseInt(i.m, 10) - 1;
|
|
6856
|
-
b = b < 0 ? 59 : b, i = { ...i, m:
|
|
6857
|
+
b = b < 0 ? 59 : b, i = { ...i, m: U.Number(2, b) }, f.timeText.current.textContent = i.m, f[o].current.style.transform = "rotate(" + i.m * 6 + "deg)";
|
|
6857
6858
|
}
|
|
6858
6859
|
}
|
|
6859
6860
|
n(i.h + ":" + i.m);
|
|
@@ -7023,7 +7024,7 @@ function da({
|
|
|
7023
7024
|
};
|
|
7024
7025
|
let b = (M, $) => {
|
|
7025
7026
|
p[$] = M.target.textContent, t && t({ value: p.join(g), name: n });
|
|
7026
|
-
},
|
|
7027
|
+
}, z = (M) => {
|
|
7027
7028
|
M.key === "Enter" && M.preventDefault();
|
|
7028
7029
|
};
|
|
7029
7030
|
const T = ({ data: M }) => f !== 0 && M.length >= f ? "" : /* @__PURE__ */ a.jsx("i", { onClick: y, children: /* @__PURE__ */ a.jsxs(
|
|
@@ -7057,7 +7058,7 @@ function da({
|
|
|
7057
7058
|
placeholder: r,
|
|
7058
7059
|
onPaste: k,
|
|
7059
7060
|
contentEditable: l && c ? "plaintext-only" : "false",
|
|
7060
|
-
onKeyDown:
|
|
7061
|
+
onKeyDown: z,
|
|
7061
7062
|
onBlur: (N) => S(N, $),
|
|
7062
7063
|
suppressContentEditableWarning: !0,
|
|
7063
7064
|
children: p[$]
|
|
@@ -7379,7 +7380,7 @@ function Bc({
|
|
|
7379
7380
|
}, S = k(e), b = (N) => {
|
|
7380
7381
|
let F = k(N.target.textContent);
|
|
7381
7382
|
N.target.textContent = F.q, F.i = F.q.lastIndexOf(F.v.substr(-1)), F.i < F.q.length && F.q !== p ? F.i++ : F.i = F.q.indexOf("_"), R(F.i, N.target), t && t({ value: F.q.replace(/\D/g, ""), name: r });
|
|
7382
|
-
},
|
|
7383
|
+
}, z = (N) => {
|
|
7383
7384
|
N.key === "Enter" && N.preventDefault();
|
|
7384
7385
|
};
|
|
7385
7386
|
const T = (N) => {
|
|
@@ -7398,7 +7399,7 @@ function Bc({
|
|
|
7398
7399
|
...$,
|
|
7399
7400
|
onPaste: L,
|
|
7400
7401
|
onInput: b,
|
|
7401
|
-
onKeyDown:
|
|
7402
|
+
onKeyDown: z,
|
|
7402
7403
|
onContextMenu: w,
|
|
7403
7404
|
onBlur: T,
|
|
7404
7405
|
suppressContentEditableWarning: !0,
|
|
@@ -7993,7 +7994,7 @@ export {
|
|
|
7993
7994
|
Ld as Files,
|
|
7994
7995
|
Ad as Filter,
|
|
7995
7996
|
$d as Form,
|
|
7996
|
-
|
|
7997
|
+
U as Format,
|
|
7997
7998
|
Md as HotKey,
|
|
7998
7999
|
Id as Icon,
|
|
7999
8000
|
dl as Init,
|