@xuda.io/runtime-bundle 1.0.565 → 1.0.566
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/js/xuda-runtime-slim.js
CHANGED
|
@@ -13241,7 +13241,8 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
13241
13241
|
|
|
13242
13242
|
const new_key = key.split(':')[0]; // break expression
|
|
13243
13243
|
if (
|
|
13244
|
-
nodeP.tagName !== 'xu-panel' &&
|
|
13244
|
+
nodeP.tagName !== 'xu-panel' &&
|
|
13245
|
+
nodeP.tagName !== 'xu-teleport' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
|
|
13245
13246
|
(new_key.substr(0, 2) !== 'xu' || new_key.substr(2, 1) !== '-')
|
|
13246
13247
|
) {
|
|
13247
13248
|
// handle common html attributes
|
|
@@ -10973,7 +10973,8 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10973
10973
|
|
|
10974
10974
|
const new_key = key.split(':')[0]; // break expression
|
|
10975
10975
|
if (
|
|
10976
|
-
nodeP.tagName !== 'xu-panel' &&
|
|
10976
|
+
nodeP.tagName !== 'xu-panel' &&
|
|
10977
|
+
nodeP.tagName !== 'xu-teleport' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
|
|
10977
10978
|
(new_key.substr(0, 2) !== 'xu' || new_key.substr(2, 1) !== '-')
|
|
10978
10979
|
) {
|
|
10979
10980
|
// handle common html attributes
|