@morghulis/core 1.0.52 → 1.0.54
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.
|
@@ -7577,7 +7577,8 @@ function Ho(e, t, n) {
|
|
|
7577
7577
|
conditions: p.value,
|
|
7578
7578
|
orders: t.value.orders,
|
|
7579
7579
|
page: t.value.page,
|
|
7580
|
-
size: t.value.size
|
|
7580
|
+
size: t.value.size,
|
|
7581
|
+
root: t.value.root
|
|
7581
7582
|
}), ($, P) => {
|
|
7582
7583
|
Ie($, P) || (!Ie($.conditions, P.conditions) && $.page != 1 ? t.value.page = 1 : C());
|
|
7583
7584
|
}, { deep: !0 });
|
|
@@ -19783,7 +19784,9 @@ const zt = /* @__PURE__ */ I({
|
|
|
19783
19784
|
}
|
|
19784
19785
|
});
|
|
19785
19786
|
function yh(e, t) {
|
|
19786
|
-
const n = x(new Ft({ ...e.value, type: "tree" }))
|
|
19787
|
+
const n = x(new Ft({ ...e.value, type: "tree" }));
|
|
19788
|
+
J(() => e.value.root, ($) => n.value.root = $ || 0);
|
|
19789
|
+
const {
|
|
19787
19790
|
model: o,
|
|
19788
19791
|
manager: l,
|
|
19789
19792
|
ticker: s,
|