@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.
- package/dist/esm/common/Engine.js +2 -1
- package/dist/index.umd.js +24 -25
- package/package.json +4 -4
|
@@ -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(
|
|
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
|
}
|