@signalplus/params-about 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/lib/es/index.js +2 -2
  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-10
4
- * Version: 1.0.9
4
+ * Version: 1.0.10
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -1668,7 +1668,7 @@ var TextValueList = /*#__PURE__*/function (_PureComponent) {
1668
1668
  key: i
1669
1669
  }, it.key, /*#__PURE__*/React.createElement("span", {
1670
1670
  className: "param-expiries-limit-val-sep"
1671
- }, "/"), !isNullLike(it.value) ? it.value : '-');
1671
+ }, "/"), !isNullLike(it.value) ? _this2.props.isPercentage ? "".concat(+Big(Number(it.value)).times(100), "%") : it.value : '-');
1672
1672
  }) : '-' : /*#__PURE__*/React.createElement("div", {
1673
1673
  className: "param-expiries-limit-inputs"
1674
1674
  }, /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",