@kmkf-fe-packages/basic-components 2.10.9-beta.31 → 2.10.9-beta.32
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.
- package/dist/index.esm.js +5 -13
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10797,19 +10797,11 @@ var SubForm = function SubForm(props) {
|
|
|
10797
10797
|
symbol: 'in',
|
|
10798
10798
|
value: flowStatus
|
|
10799
10799
|
}];
|
|
10800
|
-
|
|
10801
|
-
|
|
10802
|
-
|
|
10803
|
-
|
|
10804
|
-
|
|
10805
|
-
});
|
|
10806
|
-
} else {
|
|
10807
|
-
queryComponents.push({
|
|
10808
|
-
key: selectKey,
|
|
10809
|
-
symbol: 'in',
|
|
10810
|
-
value: [inputValue]
|
|
10811
|
-
});
|
|
10812
|
-
}
|
|
10800
|
+
queryComponents.push({
|
|
10801
|
+
key: selectKey,
|
|
10802
|
+
symbol: 'in',
|
|
10803
|
+
value: [inputValue]
|
|
10804
|
+
});
|
|
10813
10805
|
params.queryComponents = queryComponents;
|
|
10814
10806
|
params.needTotal = false;
|
|
10815
10807
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.10.9-beta.
|
|
3
|
+
"version": "2.10.9-beta.32",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "bee10bcc4437ad6c82cc6527e711b77b5b640e66"
|
|
70
70
|
}
|