@kmkf-fe-packages/basic-components 0.7.15-alpha.54 → 0.7.15-alpha.55

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 CHANGED
@@ -7262,12 +7262,14 @@ var IdentifyAddress = function IdentifyAddress(props) {
7262
7262
  value: value.receiverName,
7263
7263
  disabled: disabled,
7264
7264
  placeholder: "\u6536\u4EF6\u4EBA\u59D3\u540D",
7265
+ allowClear: true,
7265
7266
  onChange: function onChange(e) {
7266
7267
  return changeHandle(e.target.value, 'receiverName');
7267
7268
  }
7268
7269
  }), /*#__PURE__*/React.createElement(Input, {
7269
7270
  value: value.receiverMobile,
7270
7271
  disabled: disabled,
7272
+ allowClear: true,
7271
7273
  placeholder: "\u6536\u4EF6\u4EBA\u7535\u8BDD",
7272
7274
  onChange: function onChange(e) {
7273
7275
  return changeHandle(e.target.value, 'receiverMobile');
@@ -7284,6 +7286,7 @@ var IdentifyAddress = function IdentifyAddress(props) {
7284
7286
  value: value.detail,
7285
7287
  disabled: disabled,
7286
7288
  placeholder: "\u8BE6\u7EC6\u5730\u5740",
7289
+ allowClear: true,
7287
7290
  onChange: function onChange(e) {
7288
7291
  return changeHandle(e.target.value, 'detail');
7289
7292
  }
package/dist/index.js CHANGED
@@ -7273,12 +7273,14 @@ var IdentifyAddress = function IdentifyAddress(props) {
7273
7273
  value: value.receiverName,
7274
7274
  disabled: disabled,
7275
7275
  placeholder: "\u6536\u4EF6\u4EBA\u59D3\u540D",
7276
+ allowClear: true,
7276
7277
  onChange: function onChange(e) {
7277
7278
  return changeHandle(e.target.value, 'receiverName');
7278
7279
  }
7279
7280
  }), /*#__PURE__*/React__default['default'].createElement(antd.Input, {
7280
7281
  value: value.receiverMobile,
7281
7282
  disabled: disabled,
7283
+ allowClear: true,
7282
7284
  placeholder: "\u6536\u4EF6\u4EBA\u7535\u8BDD",
7283
7285
  onChange: function onChange(e) {
7284
7286
  return changeHandle(e.target.value, 'receiverMobile');
@@ -7295,6 +7297,7 @@ var IdentifyAddress = function IdentifyAddress(props) {
7295
7297
  value: value.detail,
7296
7298
  disabled: disabled,
7297
7299
  placeholder: "\u8BE6\u7EC6\u5730\u5740",
7300
+ allowClear: true,
7298
7301
  onChange: function onChange(e) {
7299
7302
  return changeHandle(e.target.value, 'detail');
7300
7303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.7.15-alpha.54",
3
+ "version": "0.7.15-alpha.55",
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.7.15-alpha.54",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.55",
24
24
  "lodash": "^4.17.21",
25
25
  "pubsub-js": "^1.9.4",
26
26
  "umi-request": "^1.4.0"
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "6c0e32801a413f48ae0a0a4baf247a0995a9644e"
61
+ "gitHead": "3e8246caabdc34f4e330d2bb5b8e127e0c3a69ad"
62
62
  }