@kmkf-fe-packages/basic-components 0.8.17-alpha.30 → 0.8.17-alpha.31
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/dist/index.esm.js +3 -1
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11600,7 +11600,9 @@ var CalculationInput = function CalculationInput(props) {
|
|
|
11600
11600
|
display: 'flex',
|
|
11601
11601
|
alignItems: 'center'
|
|
11602
11602
|
}
|
|
11603
|
-
}, /*#__PURE__*/React.createElement(ApaasInput, _objectSpread2({}, props)
|
|
11603
|
+
}, /*#__PURE__*/React.createElement(ApaasInput, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
11604
|
+
placeholder: "\u6839\u636E\u89C4\u5219\u914D\u7F6E\uFF0C\u81EA\u52A8\u8BA1\u7B97\u6570\u503C"
|
|
11605
|
+
})), /*#__PURE__*/React.createElement("span", {
|
|
11604
11606
|
style: {
|
|
11605
11607
|
marginLeft: '4px',
|
|
11606
11608
|
width: '88px'
|
package/dist/index.js
CHANGED
|
@@ -11611,7 +11611,9 @@ var CalculationInput = function CalculationInput(props) {
|
|
|
11611
11611
|
display: 'flex',
|
|
11612
11612
|
alignItems: 'center'
|
|
11613
11613
|
}
|
|
11614
|
-
}, /*#__PURE__*/React__default['default'].createElement(ApaasInput, _objectSpread2({}, props)
|
|
11614
|
+
}, /*#__PURE__*/React__default['default'].createElement(ApaasInput, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
11615
|
+
placeholder: "\u6839\u636E\u89C4\u5219\u914D\u7F6E\uFF0C\u81EA\u52A8\u8BA1\u7B97\u6570\u503C"
|
|
11616
|
+
})), /*#__PURE__*/React__default['default'].createElement("span", {
|
|
11615
11617
|
style: {
|
|
11616
11618
|
marginLeft: '4px',
|
|
11617
11619
|
width: '88px'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.17-alpha.
|
|
3
|
+
"version": "0.8.17-alpha.31",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f11e9806c4e5eb7941734a8331ba324e692e191c"
|
|
64
64
|
}
|