@signalplus/params-about 1.0.17-alpha → 1.0.19

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 +5 -6
  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
- * Generated: 2024-04-19
4
- * Version: 1.0.17-alpha
3
+ * Generated: 2024-04-25
4
+ * Version: 1.0.19
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -2201,7 +2201,7 @@ var OneWayHandlerList = /*#__PURE__*/function (_PureComponent) {
2201
2201
  expiry: '',
2202
2202
  oneWayMode: '',
2203
2203
  optionType: 'Both',
2204
- offloadRisk: true
2204
+ offloadRisk: false
2205
2205
  };
2206
2206
  if (key) value[i][key] = val;else value[i] = _objectSpread2(_objectSpread2({}, value[i]), val);
2207
2207
  (_this$props$onChange = (_this$props = _this.props).onChange) === null || _this$props$onChange === void 0 ? void 0 : _this$props$onChange.call(_this$props, value.length === 1 && _this.isEmptyItem(value[0]) ? [] : value);
@@ -2216,7 +2216,7 @@ var OneWayHandlerList = /*#__PURE__*/function (_PureComponent) {
2216
2216
  expiry: '',
2217
2217
  oneWayMode: '',
2218
2218
  optionType: 'Both',
2219
- offloadRisk: true
2219
+ offloadRisk: false
2220
2220
  });
2221
2221
  (_this$props$onChange2 = (_this$props2 = _this.props).onChange) === null || _this$props$onChange2 === void 0 ? void 0 : _this$props$onChange2.call(_this$props2, value);
2222
2222
  (_this$props$onBlur = (_this$props3 = _this.props).onBlur) === null || _this$props$onBlur === void 0 ? void 0 : _this$props$onBlur.call(_this$props3);
@@ -2249,7 +2249,7 @@ var OneWayHandlerList = /*#__PURE__*/function (_PureComponent) {
2249
2249
  expiry: '',
2250
2250
  oneWayMode: '',
2251
2251
  optionType: 'Both',
2252
- offloadRisk: true
2252
+ offloadRisk: false
2253
2253
  });
2254
2254
  return /*#__PURE__*/React.createElement("div", {
2255
2255
  className: classNames('param-expiries-limit', {
@@ -2534,7 +2534,6 @@ var ParamTypeConfig = (_ParamTypeConfig = {}, _defineProperty(_ParamTypeConfig,
2534
2534
  key: 'textNumberList',
2535
2535
  Comp: TextValueList,
2536
2536
  validator: function validator($val) {
2537
- console.log('$val=============', $val);
2538
2537
  if (!($val === null || $val === void 0 ? void 0 : $val.length)) return '';
2539
2538
 
2540
2539
  for (var i = 0; i < $val.length; i++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.17-alpha",
3
+ "version": "1.0.19",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",