@xuda.io/runtime-bundle 1.0.741 → 1.0.743
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
|
@@ -8677,7 +8677,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8677
8677
|
var res = {
|
|
8678
8678
|
result: queue_obj.paramsP.elem_val.$elm.data().xuAttributes[attr],
|
|
8679
8679
|
};
|
|
8680
|
-
if (attr !== 'xu-class') {
|
|
8680
|
+
if (attr !== 'xu-class' && attr !== 'xu-ui-plugin') {
|
|
8681
8681
|
res = await func.expression.get(
|
|
8682
8682
|
queue_obj.paramsP.SESSION_ID,
|
|
8683
8683
|
queue_obj.paramsP.elem_val.$elm.data().xuAttributes[attr],
|
|
@@ -8678,7 +8678,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8678
8678
|
var res = {
|
|
8679
8679
|
result: queue_obj.paramsP.elem_val.$elm.data().xuAttributes[attr],
|
|
8680
8680
|
};
|
|
8681
|
-
if (attr !== 'xu-class') {
|
|
8681
|
+
if (attr !== 'xu-class' && attr !== 'xu-ui-plugin') {
|
|
8682
8682
|
res = await func.expression.get(
|
|
8683
8683
|
queue_obj.paramsP.SESSION_ID,
|
|
8684
8684
|
queue_obj.paramsP.elem_val.$elm.data().xuAttributes[attr],
|