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.
- package/dist/index.js +5 -4
- 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()),
|
|
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())
|
|
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())
|
|
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);
|