@signalplus/params-about 1.0.12 → 1.0.14

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 +4 -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
- * Generated: 2024-01-24
4
- * Version: 1.0.12
3
+ * Generated: 2024-02-01
4
+ * Version: 1.0.14
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -1859,7 +1859,7 @@ var TextSelector = /*#__PURE__*/function (_PureComponent) {
1859
1859
  multiple: this.props.multiple !== false
1860
1860
  }, this.props.className),
1861
1861
  style: _objectSpread2(_objectSpread2({}, this.props.style), {}, {
1862
- height: 40
1862
+ height: '100%'
1863
1863
  })
1864
1864
  }, this.renderValue(), !this.props.readonly && this.props.options && /*#__PURE__*/React.createElement(DownOutlined, {
1865
1865
  className: "param-expiries-arrow"
@@ -2062,7 +2062,7 @@ var InstrumentArray = /*#__PURE__*/function (_PureComponent) {
2062
2062
  label: it,
2063
2063
  value: it,
2064
2064
  children: insts === null || insts === void 0 ? void 0 : insts.filter(function ($it) {
2065
- return $it.includes(it);
2065
+ return $it.includes("-".concat(it));
2066
2066
  }).map(function ($it) {
2067
2067
  return {
2068
2068
  label: $it.split('-')[2],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",