@signalplus/params-about 1.0.12-alpha → 1.0.12
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 +4 -2
- 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: 2024-01-24
|
|
4
|
-
* Version: 1.0.12
|
|
4
|
+
* Version: 1.0.12
|
|
5
5
|
* License: MIT
|
|
6
6
|
* Author: 2631541504@qq.com
|
|
7
7
|
*/
|
|
@@ -2156,7 +2156,9 @@ var InstrumentArray = /*#__PURE__*/function (_PureComponent) {
|
|
|
2156
2156
|
expandTrigger: "hover",
|
|
2157
2157
|
suffixIcon: /*#__PURE__*/React.createElement(DownOutlined, null),
|
|
2158
2158
|
displayRender: function displayRender(label) {
|
|
2159
|
-
return label.length === 1 ? label : label.
|
|
2159
|
+
return label.length === 1 ? label : label.map(function (it) {
|
|
2160
|
+
return it === 'All' ? token : it;
|
|
2161
|
+
}).join('-');
|
|
2160
2162
|
}
|
|
2161
2163
|
}));
|
|
2162
2164
|
}
|