@signalplus/params-about 0.1.18 → 0.1.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 -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: 2022-04-10
4
- * Version: 0.1.18
4
+ * Version: 0.1.19
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -2192,7 +2192,10 @@ var ParamMover = /*#__PURE__*/function (_PureComponent) {
2192
2192
  return /*#__PURE__*/React.createElement(ParentSelector, Object.assign({}, props, {
2193
2193
  parentOptions: _this3.state.options
2194
2194
  }));
2195
- }
2195
+ },
2196
+ validator: validatorCvt(function (val) {
2197
+ return emptyValidator(val);
2198
+ })
2196
2199
  }];
2197
2200
  return items;
2198
2201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",