@byteluck-fe/model-driven-engine 2.23.6 → 3.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 +3 -2
- package/dist/index.umd.js +4 -4
- package/package.json +4 -4
|
@@ -324,6 +324,7 @@ function _ts_generator(thisArg, body) {
|
|
|
324
324
|
};
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
|
+
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
327
328
|
import { isDataBind } from '@byteluck-fe/model-driven-core';
|
|
328
329
|
import { CONTROL_BASE_TYPE, CONTROL_TYPE, DEFAULT_LOCALE, error, genNonDuplicateId, isString, JSONCopy, log, updateValueFromKeys, warn, Watcher, isBuiltInControls } from '@byteluck-fe/model-driven-shared';
|
|
329
330
|
import { Runtime } from './Runtime';
|
|
@@ -1393,8 +1394,8 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
1393
1394
|
setData: true
|
|
1394
1395
|
}, options));
|
|
1395
1396
|
this.runtime.getFlatInstances();
|
|
1396
|
-
// @i18n-translate-ignore
|
|
1397
|
-
this.debugLog(
|
|
1397
|
+
// @i18n-translate-ignore
|
|
1398
|
+
this.debugLog(getLocaleText('CMD.b44b1751969061759'));
|
|
1398
1399
|
}
|
|
1399
1400
|
},
|
|
1400
1401
|
{
|