@byteluck-fe/model-driven-engine 2.23.0-beta.27-zt → 2.23.0-beta.27-dx
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.
|
@@ -643,8 +643,9 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
643
643
|
var deleted = oldValue !== null && oldValue !== void 0 ? oldValue : [];
|
|
644
644
|
if ((options === null || options === void 0 ? void 0 : options.setData) === true) {
|
|
645
645
|
deleted = [];
|
|
646
|
-
} else {
|
|
647
|
-
|
|
646
|
+
} else {
|
|
647
|
+
this.runtime.getFlatInstances();
|
|
648
|
+
}
|
|
648
649
|
this._handlerSubtableUpdateUid(newValue);
|
|
649
650
|
var rowIndexs = newRows.map(function(item) {
|
|
650
651
|
var _item_children_, _item_children;
|
|
@@ -61,15 +61,15 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
61
61
|
}
|
|
62
62
|
import { CONTROL_TYPE, CALC_TOKEN_TYPE, CALC_AGGREGATE_TYPE } from '@byteluck-fe/model-driven-shared';
|
|
63
63
|
import { format } from 'mathjs';
|
|
64
|
-
var DisplayType
|
|
64
|
+
var DisplayType;
|
|
65
|
+
(function(DisplayType) {
|
|
65
66
|
/**
|
|
66
67
|
* 完全等于
|
|
67
68
|
*/ DisplayType["EQ"] = "EQ";
|
|
68
69
|
/**
|
|
69
70
|
* 包含
|
|
70
71
|
* */ DisplayType["IN"] = "IN";
|
|
71
|
-
|
|
72
|
-
}(DisplayType || {});
|
|
72
|
+
})(DisplayType || (DisplayType = {}));
|
|
73
73
|
export var CalcPlugin = /*#__PURE__*/ function() {
|
|
74
74
|
"use strict";
|
|
75
75
|
function CalcPlugin(options) {
|