@kmkf-fe-packages/basic-components 2.0.12-beta.38 → 2.0.12-beta.40
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 -4
- package/dist/index.js +3 -4
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10416,7 +10416,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10416
10416
|
var matchKCodeList = LogisticsAddressOptions === null || LogisticsAddressOptions === void 0 ? void 0 : LogisticsAddressOptions.filter(function (item) {
|
|
10417
10417
|
return item.cpCode === val && item.userKCode;
|
|
10418
10418
|
});
|
|
10419
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10419
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10420
10420
|
interceptCompany: val,
|
|
10421
10421
|
interceptType: _returnValue === null || _returnValue === void 0 ? void 0 : _returnValue.value,
|
|
10422
10422
|
interceptSenderMobile: undefined,
|
|
@@ -10438,7 +10438,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10438
10438
|
}
|
|
10439
10439
|
if (type === 'interceptLogisticsApiStatus') {
|
|
10440
10440
|
var _value$interceptLogis;
|
|
10441
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10441
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10442
10442
|
interceptLogisticsApiStatus: {
|
|
10443
10443
|
status: val,
|
|
10444
10444
|
reason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis = value.interceptLogisticsApiStatus) === null || _value$interceptLogis === void 0 ? void 0 : _value$interceptLogis.reason) || ''
|
|
@@ -10450,7 +10450,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10450
10450
|
return item.value === val;
|
|
10451
10451
|
});
|
|
10452
10452
|
if (kCodeItem) {
|
|
10453
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10453
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10454
10454
|
interceptLogisticsUserSecretKey: kCodeItem === null || kCodeItem === void 0 ? void 0 : kCodeItem.userSecretKey
|
|
10455
10455
|
});
|
|
10456
10456
|
}
|
|
@@ -10699,7 +10699,6 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
|
|
10699
10699
|
_useState2 = _slicedToArray(_useState, 2),
|
|
10700
10700
|
changeIndex = _useState2[0],
|
|
10701
10701
|
setChangeIndex = _useState2[1];
|
|
10702
|
-
console.log('effects', effects);
|
|
10703
10702
|
var handleChange = function handleChange(val, index) {
|
|
10704
10703
|
var newValue = cloneDeep(value);
|
|
10705
10704
|
newValue.splice(index, 1, val);
|
package/dist/index.js
CHANGED
|
@@ -10428,7 +10428,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10428
10428
|
var matchKCodeList = LogisticsAddressOptions === null || LogisticsAddressOptions === void 0 ? void 0 : LogisticsAddressOptions.filter(function (item) {
|
|
10429
10429
|
return item.cpCode === val && item.userKCode;
|
|
10430
10430
|
});
|
|
10431
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10431
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10432
10432
|
interceptCompany: val,
|
|
10433
10433
|
interceptType: _returnValue === null || _returnValue === void 0 ? void 0 : _returnValue.value,
|
|
10434
10434
|
interceptSenderMobile: undefined,
|
|
@@ -10450,7 +10450,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10450
10450
|
}
|
|
10451
10451
|
if (type === 'interceptLogisticsApiStatus') {
|
|
10452
10452
|
var _value$interceptLogis;
|
|
10453
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10453
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10454
10454
|
interceptLogisticsApiStatus: {
|
|
10455
10455
|
status: val,
|
|
10456
10456
|
reason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis = value.interceptLogisticsApiStatus) === null || _value$interceptLogis === void 0 ? void 0 : _value$interceptLogis.reason) || ''
|
|
@@ -10462,7 +10462,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10462
10462
|
return item.value === val;
|
|
10463
10463
|
});
|
|
10464
10464
|
if (kCodeItem) {
|
|
10465
|
-
newValue = _objectSpread2(_objectSpread2({},
|
|
10465
|
+
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
10466
10466
|
interceptLogisticsUserSecretKey: kCodeItem === null || kCodeItem === void 0 ? void 0 : kCodeItem.userSecretKey
|
|
10467
10467
|
});
|
|
10468
10468
|
}
|
|
@@ -10711,7 +10711,6 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
|
|
10711
10711
|
_useState2 = _slicedToArray(_useState, 2),
|
|
10712
10712
|
changeIndex = _useState2[0],
|
|
10713
10713
|
setChangeIndex = _useState2[1];
|
|
10714
|
-
console.log('effects', effects);
|
|
10715
10714
|
var handleChange = function handleChange(val, index) {
|
|
10716
10715
|
var newValue = lodash.cloneDeep(value);
|
|
10717
10716
|
newValue.splice(index, 1, val);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.12-beta.
|
|
3
|
+
"version": "2.0.12-beta.40",
|
|
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.12-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.12-beta.39",
|
|
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": "04af65aaaeec810edc890b109bc3844d4b4356f5"
|
|
69
69
|
}
|