@xuda.io/runtime-bundle 1.0.993 → 1.0.994
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
|
@@ -12556,28 +12556,28 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12556
12556
|
.attr('xu-ui-id', $elm.attr('xu-ui-id'))
|
|
12557
12557
|
.appendTo(tmp_$div)
|
|
12558
12558
|
.hide();
|
|
12559
|
-
// was true before
|
|
12560
|
-
if ($elm.data().xuData.xurender_node) {
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12564
|
-
|
|
12565
|
-
} else {
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
|
|
12575
|
-
|
|
12576
|
-
|
|
12577
|
-
|
|
12559
|
+
// // was true before
|
|
12560
|
+
// if ($elm.data().xuData.xurender_node) {
|
|
12561
|
+
// $xurender.data({
|
|
12562
|
+
// xuAttributes: $elm.data().xuData.xurender_node.data().xuAttributes || {},
|
|
12563
|
+
// xuData: $elm.data().xuData.xurender_node.data().xuData || {},
|
|
12564
|
+
// });
|
|
12565
|
+
// } else {
|
|
12566
|
+
// default new state
|
|
12567
|
+
|
|
12568
|
+
$xurender.data({
|
|
12569
|
+
xuAttributes: $elm.data().xuAttributes || {},
|
|
12570
|
+
xuData: $elm.data().xuData || {},
|
|
12571
|
+
});
|
|
12572
|
+
const original_data_obj = {
|
|
12573
|
+
nodeP: _.cloneDeep($elm.data().xuData.node_org),
|
|
12574
|
+
paramsP: $elm.data().xuData.paramsP,
|
|
12575
|
+
$container: $elm.clone(true),
|
|
12576
|
+
parent_infoP: parent_infoP,
|
|
12577
|
+
};
|
|
12578
12578
|
|
|
12579
|
-
|
|
12580
|
-
}
|
|
12579
|
+
$xurender.data().xuData.original_data_obj = original_data_obj;
|
|
12580
|
+
// }
|
|
12581
12581
|
$elm.replaceWith(tmp_$div.children());
|
|
12582
12582
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
12583
12583
|
// }
|
|
@@ -10281,28 +10281,28 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10281
10281
|
.attr('xu-ui-id', $elm.attr('xu-ui-id'))
|
|
10282
10282
|
.appendTo(tmp_$div)
|
|
10283
10283
|
.hide();
|
|
10284
|
-
// was true before
|
|
10285
|
-
if ($elm.data().xuData.xurender_node) {
|
|
10286
|
-
|
|
10287
|
-
|
|
10288
|
-
|
|
10289
|
-
|
|
10290
|
-
} else {
|
|
10291
|
-
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
|
|
10295
|
-
|
|
10296
|
-
|
|
10297
|
-
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
|
|
10284
|
+
// // was true before
|
|
10285
|
+
// if ($elm.data().xuData.xurender_node) {
|
|
10286
|
+
// $xurender.data({
|
|
10287
|
+
// xuAttributes: $elm.data().xuData.xurender_node.data().xuAttributes || {},
|
|
10288
|
+
// xuData: $elm.data().xuData.xurender_node.data().xuData || {},
|
|
10289
|
+
// });
|
|
10290
|
+
// } else {
|
|
10291
|
+
// default new state
|
|
10292
|
+
|
|
10293
|
+
$xurender.data({
|
|
10294
|
+
xuAttributes: $elm.data().xuAttributes || {},
|
|
10295
|
+
xuData: $elm.data().xuData || {},
|
|
10296
|
+
});
|
|
10297
|
+
const original_data_obj = {
|
|
10298
|
+
nodeP: _.cloneDeep($elm.data().xuData.node_org),
|
|
10299
|
+
paramsP: $elm.data().xuData.paramsP,
|
|
10300
|
+
$container: $elm.clone(true),
|
|
10301
|
+
parent_infoP: parent_infoP,
|
|
10302
|
+
};
|
|
10303
10303
|
|
|
10304
|
-
|
|
10305
|
-
}
|
|
10304
|
+
$xurender.data().xuData.original_data_obj = original_data_obj;
|
|
10305
|
+
// }
|
|
10306
10306
|
$elm.replaceWith(tmp_$div.children());
|
|
10307
10307
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
10308
10308
|
// }
|