@partex/one-core 2.0.30 → 2.0.31
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 +1 -1
- package/lib/one-core.js +5 -5
- package/lib/one-core.umd.cjs +1 -1
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -815,7 +815,7 @@ const Fs = {
|
|
|
815
815
|
"zh-CN": { ...Fs },
|
|
816
816
|
"fr-FR": {}
|
|
817
817
|
}
|
|
818
|
-
}), ce = Vs, Wa = "2.0.
|
|
818
|
+
}), ce = Vs, Wa = "2.0.31", Kt = {
|
|
819
819
|
Components: {
|
|
820
820
|
platformName: () => `${ce.global.t("Platform.components")} v${Wa}`,
|
|
821
821
|
platformType: "T0",
|
|
@@ -5962,16 +5962,16 @@ const ev = /* @__PURE__ */ B(Jg, [["render", Zg]]), ov = X({
|
|
|
5962
5962
|
}, b = () => {
|
|
5963
5963
|
e.loading || (_(JSON.parse(JSON.stringify(e.defaultValue))), g());
|
|
5964
5964
|
}, _ = (k, C = !1) => {
|
|
5965
|
-
if (s.value && s.value.setValues(JSON.parse(JSON.stringify(k))), C)
|
|
5965
|
+
if (s.value && s.value.setValues(JSON.parse(JSON.stringify(k))), N(e.data), C)
|
|
5966
5966
|
d.replace(r.path);
|
|
5967
5967
|
else if (e.cache) {
|
|
5968
5968
|
const I = r.path, A = Ae(k), c = Ae(I);
|
|
5969
5969
|
d.replace(`${I}?cursor=${A}&routerId=${c}`);
|
|
5970
5970
|
}
|
|
5971
|
-
}
|
|
5972
|
-
return n({ setValues: _, setData: (k) => {
|
|
5971
|
+
}, N = (k) => {
|
|
5973
5972
|
s.value && s.value.dataFactory(k);
|
|
5974
|
-
}
|
|
5973
|
+
};
|
|
5974
|
+
return n({ setValues: _, setData: N }), _e(() => {
|
|
5975
5975
|
setTimeout(() => {
|
|
5976
5976
|
let k = e.value;
|
|
5977
5977
|
if (e.cache) {
|