@signalplus/params-about 0.1.47 → 0.1.48
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.
- package/lib/es/index.js +2 -3
- 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-27
|
|
4
|
-
* Version: 0.1.
|
|
4
|
+
* Version: 0.1.48
|
|
5
5
|
* License: MIT
|
|
6
6
|
* Author: 2631541504@qq.com
|
|
7
7
|
*/
|
|
@@ -1668,11 +1668,10 @@ var ParamValueEditor = /*#__PURE__*/function (_PureComponent) {
|
|
|
1668
1668
|
}, props.value || '-');
|
|
1669
1669
|
}
|
|
1670
1670
|
}, {
|
|
1671
|
-
label: '
|
|
1671
|
+
label: 'System initial value',
|
|
1672
1672
|
name: 'defaultValue',
|
|
1673
1673
|
className: 'param-default-value',
|
|
1674
1674
|
Comp: function Comp(props) {
|
|
1675
|
-
console.log("props", props);
|
|
1676
1675
|
return /*#__PURE__*/React.createElement(ParamRenderer, Object.assign({}, props, {
|
|
1677
1676
|
readonly: true,
|
|
1678
1677
|
expiriesOptions: _this2.props.expiriesOptions,
|