@byteluck-fe/model-driven-engine 2.3.15 → 2.3.16
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.
|
@@ -5,7 +5,7 @@ export function hasChildrenControl(instance) {
|
|
|
5
5
|
export function loopFormControl(control, callback) {
|
|
6
6
|
if (Array.isArray(control)) {
|
|
7
7
|
control.map(function(item) {
|
|
8
|
-
//TODO 此处需要再抽象一层
|
|
8
|
+
//TODO 此处需要再抽象一层datagrid/datalist
|
|
9
9
|
if (item.type === CONTROL_TYPE.SUBTABLE) {
|
|
10
10
|
// @ts-ignore
|
|
11
11
|
var children = item.getChildrenFormControl();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.16",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"postpublish": "node ../../scripts/postpublish.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@byteluck-fe/model-driven-core": "2.3.
|
|
30
|
-
"@byteluck-fe/model-driven-shared": "2.3.
|
|
29
|
+
"@byteluck-fe/model-driven-core": "2.3.16",
|
|
30
|
+
"@byteluck-fe/model-driven-shared": "2.3.16",
|
|
31
31
|
"@types/mathjs": "^9.4.2",
|
|
32
32
|
"mathjs": "^11.3.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "~18.0.6"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "d8999b1e2013657a1938e2a483df1b3c77a83e64"
|
|
38
38
|
}
|