@byteluck-fe/model-driven-engine 2.23.0-beta.26-zt → 2.23.0-beta.27-zt
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,9 +643,8 @@ 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
|
-
|
|
648
|
-
}
|
|
646
|
+
} else {}
|
|
647
|
+
this.runtime.getFlatInstances();
|
|
649
648
|
this._handlerSubtableUpdateUid(newValue);
|
|
650
649
|
var rowIndexs = newRows.map(function(item) {
|
|
651
650
|
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
|
|
65
|
-
(function(DisplayType) {
|
|
64
|
+
var DisplayType = /*#__PURE__*/ function(DisplayType) {
|
|
66
65
|
/**
|
|
67
66
|
* 完全等于
|
|
68
67
|
*/ DisplayType["EQ"] = "EQ";
|
|
69
68
|
/**
|
|
70
69
|
* 包含
|
|
71
70
|
* */ DisplayType["IN"] = "IN";
|
|
72
|
-
|
|
71
|
+
return DisplayType;
|
|
72
|
+
}(DisplayType || {});
|
|
73
73
|
export var CalcPlugin = /*#__PURE__*/ function() {
|
|
74
74
|
"use strict";
|
|
75
75
|
function CalcPlugin(options) {
|