x-runtime-lib 0.8.99 → 0.8.100
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 +7 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8244,11 +8244,15 @@ function Sp(t, e, n) {
|
|
|
8244
8244
|
function $p(t) {
|
|
8245
8245
|
const e = t.split(".");
|
|
8246
8246
|
let n = "";
|
|
8247
|
-
e.length > 0 ? n = e[0] : console.error(
|
|
8247
|
+
e.length > 0 ? n = e[0] : console.error(
|
|
8248
|
+
`unwrapPropertyKeyOfElementSlot invalid elementKey key=${t}`
|
|
8249
|
+
);
|
|
8248
8250
|
let i = "";
|
|
8249
8251
|
e.length > 1 ? i = e[1] : console.error(`unwrapPropertyKeyOfElementSlot invalid slotKey key=${t}`);
|
|
8250
8252
|
let r = "";
|
|
8251
|
-
return e.length > 2 ? r = e[2] : console.error(
|
|
8253
|
+
return e.length > 2 ? r = e[2] : console.error(
|
|
8254
|
+
`unwrapPropertyKeyOfElementSlot invalid propertyKey key=${t}`
|
|
8255
|
+
), {
|
|
8252
8256
|
elementKey: n,
|
|
8253
8257
|
slotKey: i,
|
|
8254
8258
|
propertyKey: r
|
|
@@ -8342,7 +8346,7 @@ function Bp(t, e, n) {
|
|
|
8342
8346
|
return `${t}/${e}/${n}`;
|
|
8343
8347
|
}
|
|
8344
8348
|
function Wp(t) {
|
|
8345
|
-
const e = t.split("
|
|
8349
|
+
const e = t.split("/");
|
|
8346
8350
|
let n = "elementSlot";
|
|
8347
8351
|
e.length > 0 ? n = e[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
|
|
8348
8352
|
let i = "";
|