@signalplus/params-about 1.0.9-alpha → 1.0.9-alpha1

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 +3 -3
  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-alpha
4
+ * Version: 1.0.9-alpha1
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -1927,9 +1927,9 @@ var HardLimitHandler = /*#__PURE__*/function (_PureComponent) {
1927
1927
  className: "param-expiries-limit-val"
1928
1928
  }, (_this$props$value = this.props.value) === null || _this$props$value === void 0 ? void 0 : _this$props$value.name, /*#__PURE__*/React.createElement("span", {
1929
1929
  className: "param-expiries-limit-val-sep"
1930
- }, "/"), !isNullLike((_this$props$value2 = this.props.value) === null || _this$props$value2 === void 0 ? void 0 : _this$props$value2.protectThreshold) ? "".concat((_this$props$value3 = this.props.value) === null || _this$props$value3 === void 0 ? void 0 : _this$props$value3.protectThreshold, "%") : '-', /*#__PURE__*/React.createElement("span", {
1930
+ }, "/"), !isNullLike((_this$props$value2 = this.props.value) === null || _this$props$value2 === void 0 ? void 0 : _this$props$value2.protectThreshold) ? "".concat(+Big(Number((_this$props$value3 = this.props.value) === null || _this$props$value3 === void 0 ? void 0 : _this$props$value3.protectThreshold)).times(100), "%") : '-', /*#__PURE__*/React.createElement("span", {
1931
1931
  className: "param-expiries-limthis.props.value?-val-sep"
1932
- }, "/"), !isNullLike((_this$props$value4 = this.props.value) === null || _this$props$value4 === void 0 ? void 0 : _this$props$value4.wideningScaler) ? "".concat((_this$props$value5 = this.props.value) === null || _this$props$value5 === void 0 ? void 0 : _this$props$value5.wideningScaler, "%") : '-') : /*#__PURE__*/React.createElement("div", {
1932
+ }, "/"), !isNullLike((_this$props$value4 = this.props.value) === null || _this$props$value4 === void 0 ? void 0 : _this$props$value4.wideningScaler) ? "".concat(+Big(Number((_this$props$value5 = this.props.value) === null || _this$props$value5 === void 0 ? void 0 : _this$props$value5.wideningScaler)).times(100), "%") : '-') : /*#__PURE__*/React.createElement("div", {
1933
1933
  className: "param-expiries-limit-inputs"
1934
1934
  }, /*#__PURE__*/React.createElement("div", {
1935
1935
  className: "param-expiries readonly"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.9-alpha",
3
+ "version": "1.0.9-alpha1",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",