@partex/one-core 2.0.71 → 2.0.73
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/lib/one-core.cjs +2 -2
- package/lib/one-core.js +4 -4
- package/lib/one-core.umd.cjs +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -868,7 +868,7 @@ const aD = {
|
|
|
868
868
|
"zh-CN": { ...aD },
|
|
869
869
|
"fr-FR": {}
|
|
870
870
|
}
|
|
871
|
-
}), Ut = oD, R_ = "2.0.
|
|
871
|
+
}), Ut = oD, R_ = "2.0.73", _p = {
|
|
872
872
|
Components: {
|
|
873
873
|
platformName: () => `${Ut.global.t("Platform.components")} v${R_}`,
|
|
874
874
|
platformType: "T0",
|
|
@@ -26231,7 +26231,7 @@ const B7 = {
|
|
|
26231
26231
|
],
|
|
26232
26232
|
backgroundColor: "transparent",
|
|
26233
26233
|
textStyle: {
|
|
26234
|
-
fontFamily: "
|
|
26234
|
+
fontFamily: "JetBrains"
|
|
26235
26235
|
},
|
|
26236
26236
|
title: {
|
|
26237
26237
|
textStyle: {
|
|
@@ -26528,7 +26528,7 @@ const B7 = {
|
|
|
26528
26528
|
],
|
|
26529
26529
|
backgroundColor: "transparent",
|
|
26530
26530
|
textStyle: {
|
|
26531
|
-
fontFamily: "
|
|
26531
|
+
fontFamily: "JetBrains"
|
|
26532
26532
|
},
|
|
26533
26533
|
title: {
|
|
26534
26534
|
textStyle: {
|
|
@@ -30884,7 +30884,7 @@ const cU = /* @__PURE__ */ re(sU, [["render", fU]]), hU = Ee({
|
|
|
30884
30884
|
return;
|
|
30885
30885
|
}
|
|
30886
30886
|
let w = (/* @__PURE__ */ new Date()).getTime();
|
|
30887
|
-
m
|
|
30887
|
+
m === 0 || w - m <= 100 ? p += y.key : w - m > 500 && (p = "", m = 0), m = w;
|
|
30888
30888
|
}
|
|
30889
30889
|
return Qr(() => {
|
|
30890
30890
|
window.addEventListener("keypress", _);
|