x-block-lib 0.9.9 → 0.9.10
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 +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1037,7 +1037,7 @@ function Xe(t) {
|
|
|
1037
1037
|
params: w(d.type)
|
|
1038
1038
|
};
|
|
1039
1039
|
}
|
|
1040
|
-
} else if (l === "
|
|
1040
|
+
} else if (l === "elementAdaptSlotEvent") {
|
|
1041
1041
|
if (N(u.key) && n.type === "comp") {
|
|
1042
1042
|
const {
|
|
1043
1043
|
elementKey: d,
|
|
@@ -1058,7 +1058,7 @@ function Xe(t) {
|
|
|
1058
1058
|
}
|
|
1059
1059
|
}
|
|
1060
1060
|
}
|
|
1061
|
-
} else if (l === "
|
|
1061
|
+
} else if (l === "elementAdaptSlotPropertyChangeEvent") {
|
|
1062
1062
|
if (N(u.key) && n.type === "comp") {
|
|
1063
1063
|
const { elementKey: d, slotKey: f, propertyKey: m } = zn(_), T = b[d];
|
|
1064
1064
|
if (T && T.slots) {
|
|
@@ -1077,7 +1077,7 @@ function Xe(t) {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
|
-
} else if (l === "
|
|
1080
|
+
} else if (l === "customAdaptSlotEvent") {
|
|
1081
1081
|
if (N(u.key) && n.type === "comp") {
|
|
1082
1082
|
const { compId: d, slotId: f, eventId: m } = Bt(_), T = a[d];
|
|
1083
1083
|
if (T && T.meta.slots) {
|
|
@@ -1094,7 +1094,7 @@ function Xe(t) {
|
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
}
|
|
1097
|
-
} else if (l === "
|
|
1097
|
+
} else if (l === "customAdaptSlotPropertyChangeEvent") {
|
|
1098
1098
|
const { compId: d, slotId: f, propertyId: m } = Zn(_), T = a[d];
|
|
1099
1099
|
if (T && T.meta.slots) {
|
|
1100
1100
|
const y = T.meta.slots.find((S) => S.id === f);
|
|
@@ -1472,7 +1472,7 @@ function qe(t) {
|
|
|
1472
1472
|
};
|
|
1473
1473
|
}
|
|
1474
1474
|
}
|
|
1475
|
-
} else if (s === "
|
|
1475
|
+
} else if (s === "elementAdaptSlotMethod") {
|
|
1476
1476
|
if (N(p.key) && e.type === "comp") {
|
|
1477
1477
|
const {
|
|
1478
1478
|
elementKey: _,
|
|
@@ -1494,7 +1494,7 @@ function qe(t) {
|
|
|
1494
1494
|
}
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
|
-
} else if (s === "
|
|
1497
|
+
} else if (s === "customAdaptSlotMethod" && N(p.key) && e.type === "comp") {
|
|
1498
1498
|
const { compId: _, slotId: r, methodId: u } = de(c), d = o[_];
|
|
1499
1499
|
if (d && d.meta.slots) {
|
|
1500
1500
|
const f = d.meta.slots.find((m) => m.id === r);
|
|
@@ -2239,7 +2239,7 @@ function Rt(t) {
|
|
|
2239
2239
|
}
|
|
2240
2240
|
};
|
|
2241
2241
|
}
|
|
2242
|
-
} else if (c === "
|
|
2242
|
+
} else if (c === "elementAdaptSlotProperty") {
|
|
2243
2243
|
if (N(r.key) && n.type === "comp") {
|
|
2244
2244
|
const {
|
|
2245
2245
|
elementKey: u,
|
|
@@ -2264,7 +2264,7 @@ function Rt(t) {
|
|
|
2264
2264
|
}
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
|
-
} else if (c === "
|
|
2267
|
+
} else if (c === "customAdaptSlotProperty" && N(r.key) && n.type === "comp") {
|
|
2268
2268
|
const { compId: u, slotId: d, propertyId: f } = Zn(p), m = s[u];
|
|
2269
2269
|
if (m && m.meta.slots) {
|
|
2270
2270
|
const T = m.meta.slots.find((y) => y.id === d);
|