@partex/one-core 1.1.23 → 1.1.25
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/components/common.d.ts +1 -1
- package/lib/one-core.cjs +1 -1
- package/lib/one-core.js +2 -2
- package/lib/one-core.umd.cjs +1 -1
- package/package.json +3 -2
package/lib/one-core.js
CHANGED
|
@@ -1601,7 +1601,7 @@ const vl = /* @__PURE__ */ z(pl, [["render", wl]]), bl = H({
|
|
|
1601
1601
|
}, w = (v, $ = !1) => {
|
|
1602
1602
|
if (s.value && s.value.setValues(JSON.parse(JSON.stringify(v))), I(e.data), $)
|
|
1603
1603
|
u.replace(r.path);
|
|
1604
|
-
else {
|
|
1604
|
+
else if (e.cache) {
|
|
1605
1605
|
const k = r.path, j = Se(v), F = Se(k);
|
|
1606
1606
|
u.replace(`${k}?cursor=${j}&routerId=${F}`);
|
|
1607
1607
|
}
|
|
@@ -4906,7 +4906,7 @@ const Pi = {
|
|
|
4906
4906
|
langUS: Di,
|
|
4907
4907
|
scaleStore: pt,
|
|
4908
4908
|
userStore: f
|
|
4909
|
-
}, Symbol.toStringTag, { value: "Module" })), Oi = "1.1.
|
|
4909
|
+
}, Symbol.toStringTag, { value: "Module" })), Oi = "1.1.25";
|
|
4910
4910
|
let mt;
|
|
4911
4911
|
async function ht() {
|
|
4912
4912
|
const e = await fetch(
|