@byteluck-fe/model-driven-engine 1.7.6-bete.17 → 1.7.6-bete.19
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.
|
@@ -592,8 +592,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
592
592
|
var index = this.getInstanceRowIndex(instance);
|
|
593
593
|
var options = eventOptionsTemp || {};
|
|
594
594
|
if (_instanceof(instance, RuntimeListControl)) {
|
|
595
|
-
|
|
596
|
-
// }
|
|
595
|
+
if (instance) {}
|
|
597
596
|
instance.children.length = 0;
|
|
598
597
|
var newValue = value;
|
|
599
598
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "1.7.6-bete.
|
|
3
|
+
"version": "1.7.6-bete.19",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"postpublish": "node ../../scripts/postpublish.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@byteluck-fe/model-driven-core": "1.7.6-bete.
|
|
25
|
+
"@byteluck-fe/model-driven-core": "1.7.6-bete.19",
|
|
26
26
|
"@byteluck-fe/model-driven-shared": "^1.7.5",
|
|
27
27
|
"lodash.clonedeep": "^4.5.0",
|
|
28
28
|
"mathjs": "^11.3.3"
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
32
32
|
"@types/node": "~18.0.3"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "5393ea566808c1f64996f5c2b86003d040dabb79"
|
|
35
35
|
}
|