@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.
@@ -32240,28 +32240,28 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32240
32240
  .attr('xu-ui-id', $elm.attr('xu-ui-id'))
32241
32241
  .appendTo(tmp_$div)
32242
32242
  .hide();
32243
- // was true before
32244
- if ($elm.data().xuData.xurender_node) {
32245
- $xurender.data({
32246
- xuAttributes: $elm.data().xuData.xurender_node.data().xuAttributes || {},
32247
- xuData: $elm.data().xuData.xurender_node.data().xuData || {},
32248
- });
32249
- } else {
32250
- // default new state
32251
-
32252
- $xurender.data({
32253
- xuAttributes: $elm.data().xuAttributes || {},
32254
- xuData: $elm.data().xuData || {},
32255
- });
32256
- const original_data_obj = {
32257
- nodeP: _.cloneDeep($elm.data().xuData.node_org),
32258
- paramsP: $elm.data().xuData.paramsP,
32259
- $container: $elm.clone(true),
32260
- parent_infoP: parent_infoP,
32261
- };
32243
+ // // was true before
32244
+ // if ($elm.data().xuData.xurender_node) {
32245
+ // $xurender.data({
32246
+ // xuAttributes: $elm.data().xuData.xurender_node.data().xuAttributes || {},
32247
+ // xuData: $elm.data().xuData.xurender_node.data().xuData || {},
32248
+ // });
32249
+ // } else {
32250
+ // default new state
32251
+
32252
+ $xurender.data({
32253
+ xuAttributes: $elm.data().xuAttributes || {},
32254
+ xuData: $elm.data().xuData || {},
32255
+ });
32256
+ const original_data_obj = {
32257
+ nodeP: _.cloneDeep($elm.data().xuData.node_org),
32258
+ paramsP: $elm.data().xuData.paramsP,
32259
+ $container: $elm.clone(true),
32260
+ parent_infoP: parent_infoP,
32261
+ };
32262
32262
 
32263
- $xurender.data().xuData.original_data_obj = original_data_obj;
32264
- }
32263
+ $xurender.data().xuData.original_data_obj = original_data_obj;
32264
+ // }
32265
32265
  $elm.replaceWith(tmp_$div.children());
32266
32266
  func.events.delete_job(SESSION_ID, jobNoP);
32267
32267
  // }