@partex/one-core 2.0.4 → 2.0.5
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 +3 -3
- package/lib/one-core.umd.cjs +2 -2
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -970,7 +970,7 @@ const Ze = (e, a) => G(
|
|
|
970
970
|
new Function("rowData", "rowIndex", s)(r, u);
|
|
971
971
|
};
|
|
972
972
|
} else
|
|
973
|
-
f.onClick = e.onClick.bind(r, u);
|
|
973
|
+
f.onClick = e.onClick.bind(void 0, r, u);
|
|
974
974
|
return t && (i.icon = () => G(
|
|
975
975
|
se,
|
|
976
976
|
{},
|
|
@@ -994,7 +994,7 @@ const Ze = (e, a) => G(
|
|
|
994
994
|
new Function("rowData", "rowIndex", f)(t, r);
|
|
995
995
|
};
|
|
996
996
|
} else
|
|
997
|
-
u["on-positive-click"] = a.onClick.bind(t, r);
|
|
997
|
+
u["on-positive-click"] = a.onClick.bind(void 0, t, r);
|
|
998
998
|
return G(bo, u, {
|
|
999
999
|
default: () => G(
|
|
1000
1000
|
"span",
|
|
@@ -8721,7 +8721,7 @@ const bb = /* @__PURE__ */ M(Yg, [["render", gb]]), ho = /* @__PURE__ */ Object.
|
|
|
8721
8721
|
langUS: av,
|
|
8722
8722
|
scaleStore: Go,
|
|
8723
8723
|
userStore: N
|
|
8724
|
-
}, Symbol.toStringTag, { value: "Module" })), yb = "2.0.
|
|
8724
|
+
}, Symbol.toStringTag, { value: "Module" })), yb = "2.0.5";
|
|
8725
8725
|
let _n;
|
|
8726
8726
|
async function $n() {
|
|
8727
8727
|
const e = await fetch(
|