@byteluck-fe/model-driven-engine 7.0.0-beta.1 → 7.0.0-beta.10

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.
@@ -332,6 +332,7 @@ function _ts_generator(thisArg, body) {
332
332
  };
333
333
  }
334
334
  }
335
+ import { getLocaleText } from '@byteluck-fe/locale-message';
335
336
  import { isDataBind } from '@byteluck-fe/model-driven-core';
336
337
  import { CONTROL_BASE_TYPE, CONTROL_TYPE, DEFAULT_LOCALE, error, genNonDuplicateId, isString, JSONCopy, log, updateValueFromKeys, warn, Watcher, isBuiltInControls } from '@byteluck-fe/model-driven-shared';
337
338
  import { Runtime } from './Runtime';
@@ -1632,7 +1633,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
1632
1633
  var dataBindMapping = this.getDataBindMapping(dataCode, fieldCode);
1633
1634
  if (dataBindMapping) {
1634
1635
  var _instance = this.getInstance(dataBindMapping.controlId, rowIndex);
1635
- this.debugLog("调用了setFieldInstance[%o]: 修改instance: %o的%o属性,修改的值为%o。", _instance.id, _instance, props, value);
1636
+ this.debugLog(getLocaleText('CMD.c7371777541576312'), _instance.id, _instance, props, value);
1636
1637
  this.setInstance(_instance.id, props, value, rowIndex);
1637
1638
  return _instance;
1638
1639
  }