@signalplus/params-about 0.1.29 → 0.1.30
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 +3 -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
|
-
* Generated: 2022-04-
|
|
4
|
-
* Version: 0.1.
|
|
3
|
+
* Generated: 2022-04-13
|
|
4
|
+
* Version: 0.1.30
|
|
5
5
|
* License: MIT
|
|
6
6
|
* Author: 2631541504@qq.com
|
|
7
7
|
*/
|
|
@@ -2120,7 +2120,7 @@ _defineProperty(ParamGroupEditorModal, "el", new ReactGlobalComp('param-group-ed
|
|
|
2120
2120
|
|
|
2121
2121
|
function genOptions(props) {
|
|
2122
2122
|
var _props$maxLevel = props.maxLevel,
|
|
2123
|
-
maxLevel = _props$maxLevel === void 0 ?
|
|
2123
|
+
maxLevel = _props$maxLevel === void 0 ? 4 : _props$maxLevel;
|
|
2124
2124
|
|
|
2125
2125
|
var filter = function filter(it, level) {
|
|
2126
2126
|
return it.valueType === ParamType.ParamGroup && level < maxLevel;
|