@byteluck-fe/model-driven-engine 2.23.0-beta.25-dx → 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
- this.runtime.getFlatInstances();
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;
@@ -69,10 +69,10 @@ var Store = /*#__PURE__*/ function() {
69
69
  }
70
70
  _create_class(Store, [
71
71
  {
72
- /**
73
- * 使用该方法仅改变数据,不会表单触发事件。明细表可全量赋值也可根据rowIndex进行单独设置
74
- * @param controlId 组件ID
75
- * @param value
72
+ /**
73
+ * 使用该方法仅改变数据,不会表单触发事件。明细表可全量赋值也可根据rowIndex进行单独设置
74
+ * @param controlId 组件ID
75
+ * @param value
76
76
  */ key: "setState",
77
77
  value: function setState(controlId, value, rowIndex) {
78
78
  var _this = this;
@@ -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
- })(DisplayType || (DisplayType = {}));
71
+ return DisplayType;
72
+ }(DisplayType || {});
73
73
  export var CalcPlugin = /*#__PURE__*/ function() {
74
74
  "use strict";
75
75
  function CalcPlugin(options) {