@byteluck-fe/model-driven-engine 2.8.1-alpha.0 → 2.8.1-alpha.1
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.
|
@@ -1471,12 +1471,9 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
1471
1471
|
// 如果能从flatInstances里边取到,就通过getInstanceInSubtableHeader方法取,取不到则换一种方式
|
|
1472
1472
|
if (instances.length) {
|
|
1473
1473
|
var instance = instances[0];
|
|
1474
|
-
|
|
1475
|
-
if (
|
|
1476
|
-
|
|
1477
|
-
if (headerInstance) {
|
|
1478
|
-
instances.unshift(headerInstance);
|
|
1479
|
-
}
|
|
1474
|
+
var headerInstance = this.getInstanceInSubtableHeader(instance);
|
|
1475
|
+
if (headerInstance) {
|
|
1476
|
+
instances.unshift(headerInstance);
|
|
1480
1477
|
}
|
|
1481
1478
|
} else {
|
|
1482
1479
|
var _this_getControlIdMapping;
|
|
@@ -69,13 +69,13 @@ function _ts_generator(thisArg, body) {
|
|
|
69
69
|
trys: [],
|
|
70
70
|
ops: []
|
|
71
71
|
};
|
|
72
|
-
return
|
|
72
|
+
return g = {
|
|
73
73
|
next: verb(0),
|
|
74
74
|
"throw": verb(1),
|
|
75
75
|
"return": verb(2)
|
|
76
76
|
}, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
77
77
|
return this;
|
|
78
|
-
}), g
|
|
78
|
+
}), g;
|
|
79
79
|
function verb(n) {
|
|
80
80
|
return function(v) {
|
|
81
81
|
return step([
|
|
@@ -115,13 +115,13 @@ function _ts_generator(thisArg, body) {
|
|
|
115
115
|
trys: [],
|
|
116
116
|
ops: []
|
|
117
117
|
};
|
|
118
|
-
return
|
|
118
|
+
return g = {
|
|
119
119
|
next: verb(0),
|
|
120
120
|
"throw": verb(1),
|
|
121
121
|
"return": verb(2)
|
|
122
122
|
}, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
123
123
|
return this;
|
|
124
|
-
}), g
|
|
124
|
+
}), g;
|
|
125
125
|
function verb(n) {
|
|
126
126
|
return function(v) {
|
|
127
127
|
return step([
|