@byteluck-fe/model-driven-engine 1.7.6-bete.3 → 1.7.6-bete.5
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.
|
@@ -365,6 +365,12 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
365
365
|
_this.__pluginsApplied = false;
|
|
366
366
|
_this.actionManager = new ActionManager();
|
|
367
367
|
_this._jobTasks = [];
|
|
368
|
+
/**
|
|
369
|
+
* 用于存储运行态无需proxy的数据
|
|
370
|
+
* from v1.7.6-beta
|
|
371
|
+
*/ _this.rawStore = {
|
|
372
|
+
UPDATE_IDS: {}
|
|
373
|
+
};
|
|
368
374
|
_this.createControlInstance = _this.createInstance;
|
|
369
375
|
_this.$options = Object.freeze(props);
|
|
370
376
|
var _this_$options = _this.$options, _this_$options_autoMount = _this_$options.autoMount, autoMount = _this_$options_autoMount === void 0 ? true : _this_$options_autoMount, schema = _this_$options.schema, beforeCreateInstance = _this_$options.beforeCreateInstance, externalParams = _this_$options.externalParams, _this_$options_language = _this_$options.// fieldModel,
|