@kmkf-fe-packages/basic-components 1.18.0 → 1.19.1
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 +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -7520,7 +7520,9 @@ var IdentifyAddress = function IdentifyAddress(props) {
|
|
|
7520
7520
|
onChange: function onChange(e) {
|
|
7521
7521
|
return changeHandle(e.target.value, 'receiverMobile');
|
|
7522
7522
|
}
|
|
7523
|
-
})), /*#__PURE__*/React.createElement(Space,
|
|
7523
|
+
})), /*#__PURE__*/React.createElement(Space, {
|
|
7524
|
+
wrap: true
|
|
7525
|
+
}, /*#__PURE__*/React.createElement(Province, {
|
|
7524
7526
|
value: value.address,
|
|
7525
7527
|
onChange: function onChange(val) {
|
|
7526
7528
|
return changeHandle(val, 'address');
|
package/dist/index.js
CHANGED
|
@@ -7532,7 +7532,9 @@ var IdentifyAddress = function IdentifyAddress(props) {
|
|
|
7532
7532
|
onChange: function onChange(e) {
|
|
7533
7533
|
return changeHandle(e.target.value, 'receiverMobile');
|
|
7534
7534
|
}
|
|
7535
|
-
})), /*#__PURE__*/React__default['default'].createElement(antd.Space,
|
|
7535
|
+
})), /*#__PURE__*/React__default['default'].createElement(antd.Space, {
|
|
7536
|
+
wrap: true
|
|
7537
|
+
}, /*#__PURE__*/React__default['default'].createElement(Province, {
|
|
7536
7538
|
value: value.address,
|
|
7537
7539
|
onChange: function onChange(val) {
|
|
7538
7540
|
return changeHandle(val, 'address');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.1",
|
|
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": "1.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.19.1",
|
|
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": "
|
|
68
|
+
"gitHead": "c5b4b04a642b3e243120578af2285970307ba171"
|
|
69
69
|
}
|