x-block-lib 0.8.49 → 0.8.50
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1819,7 +1819,7 @@ function Nt(t) {
|
|
|
1819
1819
|
};
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
|
-
} else if (r === "
|
|
1822
|
+
} else if (r === "adaptSlotElementProperty") {
|
|
1823
1823
|
if (N(u.key) && n.type === "comp") {
|
|
1824
1824
|
const {
|
|
1825
1825
|
elementKey: h,
|
|
@@ -1844,7 +1844,7 @@ function Nt(t) {
|
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
1846
1846
|
}
|
|
1847
|
-
} else if (r === "
|
|
1847
|
+
} else if (r === "adaptSlotCustomProperty" && N(u.key) && n.type === "comp") {
|
|
1848
1848
|
const { compId: h, slotId: p, propertyId: f } = ae(_), m = i[h];
|
|
1849
1849
|
if (m && m.meta.slots) {
|
|
1850
1850
|
const E = m.meta.slots.find((y) => y.id === p);
|