@ibiz-template/runtime 0.7.41-alpha.2 → 0.7.41-alpha.3

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/dist/index.esm.js CHANGED
@@ -19216,6 +19216,8 @@ var GlobalConfig = class {
19216
19216
  this.mdctrlrefreshmode = "cache";
19217
19217
  // 下拉选择类编辑器默认排序配置
19218
19218
  this.pickerdefaultsort = "";
19219
+ // 提示框信息绘制模式
19220
+ this.tooltiprendermode = "md";
19219
19221
  }
19220
19222
  };
19221
19223
 
@@ -28042,9 +28044,9 @@ var MethodDto = class {
28042
28044
  };
28043
28045
  }
28044
28046
  }
28045
- if (deRs.nestedAppDEDataSetId) {
28047
+ if (field.refAppDEDataSetId) {
28046
28048
  res = await service.exec(
28047
- deRs.nestedAppDEDataSetId,
28049
+ field.refAppDEDataSetId,
28048
28050
  _context,
28049
28051
  _params
28050
28052
  );
@@ -28052,7 +28054,10 @@ var MethodDto = class {
28052
28054
  res = await service.exec("FetchDefault", _context, _params);
28053
28055
  }
28054
28056
  } else if (dto.entity.id !== this.entity.id) {
28055
- res = await service.exec("FetchDefault", context);
28057
+ res = await service.exec(
28058
+ field.refAppDEDataSetId || "FetchDefault",
28059
+ context
28060
+ );
28056
28061
  } else {
28057
28062
  throw new RuntimeModelError7(
28058
28063
  field,