@xuda.io/runtime-bundle 1.0.1300 → 1.0.1301

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.
@@ -27848,7 +27848,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27848
27848
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[queue_obj.dsSession];
27849
27849
  _ds.currentRecordId = currentRecordId || queue_obj.paramsP.currentRecordId;
27850
27850
 
27851
- console.info(queue_obj.dsSession, _ds.currentRecordId);
27851
+ // console.info(queue_obj.dsSession, _ds.currentRecordId);
27852
27852
 
27853
27853
  var datasource_changes = {
27854
27854
  [_ds.dsSession]: { [_ds.currentRecordId]: 'set' },
@@ -35616,7 +35616,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
35616
35616
  //////////////////////////
35617
35617
 
35618
35618
  let plugin_name = prop['xu-widget'],
35619
- method = prop['xu-method'],
35619
+ method = prop['xu-method'] || '_default',
35620
35620
  dsP = paramsP.dsSessionP,
35621
35621
  propsP = prop,
35622
35622
  sourceP = 'widgets';