@kmkf-fe-packages/basic-components 0.8.17-alpha.30 → 0.8.17-alpha.34

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/README.md CHANGED
@@ -17,4 +17,4 @@ yarn start
17
17
  - business 快麦工单业务组件
18
18
  - common 公共组件
19
19
  - config 公共方法
20
- - assets 静态资源
20
+ - assets 静态资源
package/dist/index.esm.js CHANGED
@@ -11600,10 +11600,12 @@ var CalculationInput = function CalculationInput(props) {
11600
11600
  display: 'flex',
11601
11601
  alignItems: 'center'
11602
11602
  }
11603
- }, /*#__PURE__*/React.createElement(ApaasInput, _objectSpread2({}, props)), /*#__PURE__*/React.createElement("span", {
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
- width: '88px'
11608
+ width: '92px'
11607
11609
  }
11608
11610
  }, config === null || config === void 0 ? void 0 : config.unit));
11609
11611
  };
package/dist/index.js CHANGED
@@ -11611,10 +11611,12 @@ var CalculationInput = function CalculationInput(props) {
11611
11611
  display: 'flex',
11612
11612
  alignItems: 'center'
11613
11613
  }
11614
- }, /*#__PURE__*/React__default['default'].createElement(ApaasInput, _objectSpread2({}, props)), /*#__PURE__*/React__default['default'].createElement("span", {
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
- width: '88px'
11619
+ width: '92px'
11618
11620
  }
11619
11621
  }, config === null || config === void 0 ? void 0 : config.unit));
11620
11622
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.8.17-alpha.30",
3
+ "version": "0.8.17-alpha.34",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.29",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.34",
24
24
  "lodash": "^4.17.21",
25
25
  "pubsub-js": "^1.9.4",
26
26
  "react-copy-to-clipboard": "^5.1.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "38cb33bd42efa896dceaed74c24ec423f46593af"
63
+ "gitHead": "97d89bbdb7e055af772f63804b8f17790ee31564"
64
64
  }