@kmkf-fe-packages/basic-components 2.0.73 → 2.0.74

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
@@ -11112,7 +11112,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
11112
11112
  value: item.uk
11113
11113
  }, "".concat(address.getNameByCode(item === null || item === void 0 ? void 0 : item.province) || '').concat(address.getNameByCode(item === null || item === void 0 ? void 0 : item.city) || '').concat(address.getNameByCode(item === null || item === void 0 ? void 0 : item.district) || '').concat(item.detail, " ").concat(item === null || item === void 0 ? void 0 : item.userName, ":").concat(item === null || item === void 0 ? void 0 : item.mobile));
11114
11114
  }))), /*#__PURE__*/React.createElement(Item, {
11115
- label: '派送地址',
11115
+ label: '修改后派送地址',
11116
11116
  required: true,
11117
11117
  key: 'newAddress',
11118
11118
  hidden: !showNewAddress
package/dist/index.js CHANGED
@@ -11124,7 +11124,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
11124
11124
  value: item.uk
11125
11125
  }, "".concat(address.getNameByCode(item === null || item === void 0 ? void 0 : item.province) || '').concat(address.getNameByCode(item === null || item === void 0 ? void 0 : item.city) || '').concat(address.getNameByCode(item === null || item === void 0 ? void 0 : item.district) || '').concat(item.detail, " ").concat(item === null || item === void 0 ? void 0 : item.userName, ":").concat(item === null || item === void 0 ? void 0 : item.mobile));
11126
11126
  }))), /*#__PURE__*/React__default['default'].createElement(Item, {
11127
- label: '派送地址',
11127
+ label: '修改后派送地址',
11128
11128
  required: true,
11129
11129
  key: 'newAddress',
11130
11130
  hidden: !showNewAddress
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.73",
3
+ "version": "2.0.74",
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": "2.0.73",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.0.74",
24
24
  "ahooks": "^3.7.4",
25
25
  "bignumber.js": "^9.1.2",
26
26
  "kmkf-monitor": "^0.8.9",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "6f08fe153ffd7f8eb5fcb19b5b9e3fd5cd82b959"
68
+ "gitHead": "33def4c863f35acd939ef023dcf87fb64f80c4b9"
69
69
  }