@kmkf-fe-packages/basic-components 2.2.31-beta.53 → 2.2.31-beta.60
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -7922,7 +7922,7 @@ var IdentifyAddress = function IdentifyAddress(props) {
|
|
|
7922
7922
|
// addressData.getProCodeByName(val?.city),
|
|
7923
7923
|
// addressData.getProCodeByName(val?.district),
|
|
7924
7924
|
// ];
|
|
7925
|
-
params.address = addressData.getCodesByNames([val === null || val === void 0 ? void 0 : val.province, val === null || val === void 0 ? void 0 : val.city, val === null || val === void 0 ? void 0 : val.district]);
|
|
7925
|
+
params.address = addressData.getCodesByNames([val === null || val === void 0 ? void 0 : val.province, val === null || val === void 0 ? void 0 : val.city, val === null || val === void 0 ? void 0 : val.district], type === 'jst');
|
|
7926
7926
|
}
|
|
7927
7927
|
onChange === null || onChange === void 0 ? void 0 : onChange(_objectSpread2({}, params));
|
|
7928
7928
|
};
|
package/dist/index.js
CHANGED
|
@@ -7937,7 +7937,7 @@ var IdentifyAddress = function IdentifyAddress(props) {
|
|
|
7937
7937
|
// addressData.getProCodeByName(val?.city),
|
|
7938
7938
|
// addressData.getProCodeByName(val?.district),
|
|
7939
7939
|
// ];
|
|
7940
|
-
params.address = addressData.getCodesByNames([val === null || val === void 0 ? void 0 : val.province, val === null || val === void 0 ? void 0 : val.city, val === null || val === void 0 ? void 0 : val.district]);
|
|
7940
|
+
params.address = addressData.getCodesByNames([val === null || val === void 0 ? void 0 : val.province, val === null || val === void 0 ? void 0 : val.city, val === null || val === void 0 ? void 0 : val.district], type === 'jst');
|
|
7941
7941
|
}
|
|
7942
7942
|
onChange === null || onChange === void 0 ? void 0 : onChange(_objectSpread2({}, params));
|
|
7943
7943
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.60",
|
|
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.2.31-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.60",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "fcf46f31b13ccb2f819a42091d8c708986b14ae5"
|
|
70
70
|
}
|