@kmkf-fe-packages/basic-components 2.0.27 → 2.0.28
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 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10415,7 +10415,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10415
10415
|
var matchKCodeList = LogisticsAddressOptions === null || LogisticsAddressOptions === void 0 ? void 0 : LogisticsAddressOptions.filter(function (item) {
|
|
10416
10416
|
return item.cpCode === val && item.userKCode;
|
|
10417
10417
|
});
|
|
10418
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10418
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10419
10419
|
interceptCompany: val,
|
|
10420
10420
|
interceptType: _returnValue === null || _returnValue === void 0 ? void 0 : _returnValue.value,
|
|
10421
10421
|
interceptSenderMobile: undefined,
|
|
@@ -10437,7 +10437,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10437
10437
|
}
|
|
10438
10438
|
if (type === 'interceptLogisticsApiStatus') {
|
|
10439
10439
|
var _value$interceptLogis;
|
|
10440
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10440
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10441
10441
|
interceptLogisticsApiStatus: {
|
|
10442
10442
|
status: val,
|
|
10443
10443
|
reason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis = value.interceptLogisticsApiStatus) === null || _value$interceptLogis === void 0 ? void 0 : _value$interceptLogis.reason) || ''
|
|
@@ -10449,7 +10449,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10449
10449
|
return item.value === val;
|
|
10450
10450
|
});
|
|
10451
10451
|
if (kCodeItem) {
|
|
10452
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10452
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10453
10453
|
interceptLogisticsUserSecretKey: kCodeItem === null || kCodeItem === void 0 ? void 0 : kCodeItem.userSecretKey
|
|
10454
10454
|
});
|
|
10455
10455
|
}
|
package/dist/index.js
CHANGED
|
@@ -10427,7 +10427,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10427
10427
|
var matchKCodeList = LogisticsAddressOptions === null || LogisticsAddressOptions === void 0 ? void 0 : LogisticsAddressOptions.filter(function (item) {
|
|
10428
10428
|
return item.cpCode === val && item.userKCode;
|
|
10429
10429
|
});
|
|
10430
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10430
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10431
10431
|
interceptCompany: val,
|
|
10432
10432
|
interceptType: _returnValue === null || _returnValue === void 0 ? void 0 : _returnValue.value,
|
|
10433
10433
|
interceptSenderMobile: undefined,
|
|
@@ -10449,7 +10449,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10449
10449
|
}
|
|
10450
10450
|
if (type === 'interceptLogisticsApiStatus') {
|
|
10451
10451
|
var _value$interceptLogis;
|
|
10452
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10452
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10453
10453
|
interceptLogisticsApiStatus: {
|
|
10454
10454
|
status: val,
|
|
10455
10455
|
reason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis = value.interceptLogisticsApiStatus) === null || _value$interceptLogis === void 0 ? void 0 : _value$interceptLogis.reason) || ''
|
|
@@ -10461,7 +10461,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10461
10461
|
return item.value === val;
|
|
10462
10462
|
});
|
|
10463
10463
|
if (kCodeItem) {
|
|
10464
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10464
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10465
10465
|
interceptLogisticsUserSecretKey: kCodeItem === null || kCodeItem === void 0 ? void 0 : kCodeItem.userSecretKey
|
|
10466
10466
|
});
|
|
10467
10467
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.28",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.28",
|
|
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": "933001aeec4d789449fbd68be480061589f7662a"
|
|
69
69
|
}
|