@kmkf-fe-packages/basic-components 2.0.19-beta.1 → 2.0.19-beta.2
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 +2 -4
- package/dist/index.js +2 -4
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10387,7 +10387,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10387
10387
|
var changeHandle = function changeHandle(val, type) {
|
|
10388
10388
|
var newValue = _objectSpread2(_objectSpread2({}, value), {}, _defineProperty({}, type, val));
|
|
10389
10389
|
if (type === 'interceptCompany') {
|
|
10390
|
-
var _matchKCodeList$;
|
|
10391
10390
|
var interceptCompany = expressInterceptData.find(function (item) {
|
|
10392
10391
|
return item.value === val;
|
|
10393
10392
|
});
|
|
@@ -10432,8 +10431,8 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10432
10431
|
status: '',
|
|
10433
10432
|
reason: ''
|
|
10434
10433
|
},
|
|
10435
|
-
interceptLogisticsUserKCode:
|
|
10436
|
-
interceptLogisticsUserSecretKey:
|
|
10434
|
+
interceptLogisticsUserKCode: undefined,
|
|
10435
|
+
interceptLogisticsUserSecretKey: undefined
|
|
10437
10436
|
});
|
|
10438
10437
|
}
|
|
10439
10438
|
if (type === 'interceptLogisticsApiStatus') {
|
|
@@ -10519,7 +10518,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10519
10518
|
}));
|
|
10520
10519
|
}
|
|
10521
10520
|
}, 'k码配置>>') : null),
|
|
10522
|
-
required: true,
|
|
10523
10521
|
key: 'interceptLogisticsUserKCode',
|
|
10524
10522
|
hidden: !showKcode
|
|
10525
10523
|
}, /*#__PURE__*/React.createElement(Select, {
|
package/dist/index.js
CHANGED
|
@@ -10399,7 +10399,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10399
10399
|
var changeHandle = function changeHandle(val, type) {
|
|
10400
10400
|
var newValue = _objectSpread2(_objectSpread2({}, value), {}, _defineProperty({}, type, val));
|
|
10401
10401
|
if (type === 'interceptCompany') {
|
|
10402
|
-
var _matchKCodeList$;
|
|
10403
10402
|
var interceptCompany = expressInterceptData.find(function (item) {
|
|
10404
10403
|
return item.value === val;
|
|
10405
10404
|
});
|
|
@@ -10444,8 +10443,8 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10444
10443
|
status: '',
|
|
10445
10444
|
reason: ''
|
|
10446
10445
|
},
|
|
10447
|
-
interceptLogisticsUserKCode:
|
|
10448
|
-
interceptLogisticsUserSecretKey:
|
|
10446
|
+
interceptLogisticsUserKCode: undefined,
|
|
10447
|
+
interceptLogisticsUserSecretKey: undefined
|
|
10449
10448
|
});
|
|
10450
10449
|
}
|
|
10451
10450
|
if (type === 'interceptLogisticsApiStatus') {
|
|
@@ -10531,7 +10530,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10531
10530
|
}));
|
|
10532
10531
|
}
|
|
10533
10532
|
}, 'k码配置>>') : null),
|
|
10534
|
-
required: true,
|
|
10535
10533
|
key: 'interceptLogisticsUserKCode',
|
|
10536
10534
|
hidden: !showKcode
|
|
10537
10535
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.19-beta.
|
|
3
|
+
"version": "2.0.19-beta.2",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "43753e0f45478a510b3fcfd70fdc198ab26e8795"
|
|
69
69
|
}
|