@xuda.io/runtime-bundle 1.0.610 → 1.0.612

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.
@@ -12108,12 +12108,12 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12108
12108
  null,
12109
12109
  wrapper_data.xuData.$root_container, // the wrapper root container
12110
12110
  );
12111
-
12112
- // remove old panel content
12113
- $.each(panel_val.ids, async function (key, val) {
12114
- $("[xu-ui-id='" + val + ts + "']").remove();
12115
- });
12116
12111
  }
12112
+
12113
+ // remove old panel content
12114
+ $.each(panel_val.ids, async function (key, val) {
12115
+ $("[xu-ui-id='" + val + ts + "']").remove();
12116
+ });
12117
12117
  } catch (error) {
12118
12118
  debugger;
12119
12119
  }
@@ -13212,7 +13212,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13212
13212
  },
13213
13213
  props: {},
13214
13214
  },
13215
- func.UI.component = {};
13215
+ ], func.UI.component = {};
13216
13216
 
13217
13217
  func.UI.component.create_app_modal_component = function (
13218
13218
  SESSION_ID,
@@ -9839,12 +9839,12 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9839
9839
  null,
9840
9840
  wrapper_data.xuData.$root_container, // the wrapper root container
9841
9841
  );
9842
-
9843
- // remove old panel content
9844
- $.each(panel_val.ids, async function (key, val) {
9845
- $("[xu-ui-id='" + val + ts + "']").remove();
9846
- });
9847
9842
  }
9843
+
9844
+ // remove old panel content
9845
+ $.each(panel_val.ids, async function (key, val) {
9846
+ $("[xu-ui-id='" + val + ts + "']").remove();
9847
+ });
9848
9848
  } catch (error) {
9849
9849
  debugger;
9850
9850
  }