@signalplus/params-about 0.1.31 → 0.1.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/lib/es/index.js +2 -3
- package/package.json +1 -1
package/lib/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Bundle of @signalplus/params-about
|
|
3
3
|
* Generated: 2022-04-13
|
|
4
|
-
* Version: 0.1.
|
|
4
|
+
* Version: 0.1.32
|
|
5
5
|
* License: MIT
|
|
6
6
|
* Author: 2631541504@qq.com
|
|
7
7
|
*/
|
|
@@ -1428,8 +1428,7 @@ var ParamForm = /*#__PURE__*/function (_PureComponent) {
|
|
|
1428
1428
|
name: 'valueType',
|
|
1429
1429
|
Comp: function Comp(props) {
|
|
1430
1430
|
return /*#__PURE__*/React.createElement(Select, Object.assign({}, props, {
|
|
1431
|
-
placeholder: '请选择'
|
|
1432
|
-
defaultValue: 1
|
|
1431
|
+
placeholder: '请选择'
|
|
1433
1432
|
}), ParamTypeOptions.map(function (it) {
|
|
1434
1433
|
return /*#__PURE__*/React.createElement(Select.Option, {
|
|
1435
1434
|
key: it.value,
|