@signalplus/params-about 0.1.13 → 0.1.14
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 +5 -5
- 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-10
|
|
4
|
-
* Version: 0.1.
|
|
4
|
+
* Version: 0.1.14
|
|
5
5
|
* License: MIT
|
|
6
6
|
* Author: 2631541504@qq.com
|
|
7
7
|
*/
|
|
@@ -2089,10 +2089,10 @@ function genOptions(props, paramsMap) {
|
|
|
2089
2089
|
var paramsAndParent = props.targetParams.flatMap(function (id) {
|
|
2090
2090
|
var _paramsMap$id;
|
|
2091
2091
|
|
|
2092
|
-
return [id, (_paramsMap$id = paramsMap[id]) === null || _paramsMap$id === void 0 ? void 0 : _paramsMap$id
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
});
|
|
2092
|
+
return [id, (_paramsMap$id = paramsMap[id]) === null || _paramsMap$id === void 0 ? void 0 : _paramsMap$id.parentId];
|
|
2093
|
+
}).filter(function (it) {
|
|
2094
|
+
return it !== undefined;
|
|
2095
|
+
}).map(String);
|
|
2096
2096
|
|
|
2097
2097
|
var cvt = function cvt(it) {
|
|
2098
2098
|
var _it$children;
|