x-runtime-lib 0.8.113 → 0.8.114

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1159,7 +1159,7 @@ const fs = /* @__PURE__ */ C({
1159
1159
  },
1160
1160
  setup(t) {
1161
1161
  const n = t, e = ie(), o = J();
1162
- return ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), rn(n, e), (s, r) => (_(), se("div"));
1162
+ return rn(n, e), ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), (s, r) => (_(), se("div"));
1163
1163
  }
1164
1164
  }), gs = /* @__PURE__ */ C({
1165
1165
  __name: "index",
@@ -1172,7 +1172,7 @@ const fs = /* @__PURE__ */ C({
1172
1172
  const { t: n } = Io(), e = t, { node: o } = P(e), s = ie();
1173
1173
  jo(s);
1174
1174
  const r = J();
1175
- ne(r) && sn(s, "reference", e.nodeId, "", ve()), rn(e, s);
1175
+ rn(e, s), ne(r) && sn(s, "reference", e.nodeId, "", ve());
1176
1176
  const a = Xo(), { applySize: c } = ge(e, o), u = k(() => {
1177
1177
  const m = {};
1178
1178
  return s.value?.type === "common" && c(m), m;
@@ -1245,7 +1245,7 @@ const fs = /* @__PURE__ */ C({
1245
1245
  const { t: n } = Io(), e = t, o = ie();
1246
1246
  jo(o);
1247
1247
  const s = J();
1248
- ne(s) && sn(o, "slot", e.nodeId, "", ve()), rn(e, o);
1248
+ rn(e, o), ne(s) && sn(o, "slot", e.nodeId, "", ve());
1249
1249
  function r(c) {
1250
1250
  const u = Ke[c.key];
1251
1251
  if (!u)
@@ -4322,7 +4322,8 @@ const wn = {
4322
4322
  properties: {
4323
4323
  pageCommon: [y, wn],
4324
4324
  compCommon: [y, wn]
4325
- }
4325
+ },
4326
+ leaf: !0
4326
4327
  };
4327
4328
  w(Fl);
4328
4329
  const Me = K(X);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.113",
4
+ "version": "0.8.114",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",