@kmkf-fe-packages/basic-components 2.2.5-beta.40 → 2.2.5-beta.42
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
CHANGED
|
@@ -12788,7 +12788,9 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
12788
12788
|
isEditing = _props$isEditing === void 0 ? false : _props$isEditing,
|
|
12789
12789
|
_props$platform = props.platform,
|
|
12790
12790
|
platform = _props$platform === void 0 ? '' : _props$platform,
|
|
12791
|
-
onJumpPage = props.onJumpPage
|
|
12791
|
+
onJumpPage = props.onJumpPage,
|
|
12792
|
+
_props$showReason = props.showReason,
|
|
12793
|
+
showReason = _props$showReason === void 0 ? false : _props$showReason;
|
|
12792
12794
|
var _useState = useState(''),
|
|
12793
12795
|
_useState2 = _slicedToArray(_useState, 2),
|
|
12794
12796
|
initCompany = _useState2[0],
|
|
@@ -13224,7 +13226,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
13224
13226
|
style: {
|
|
13225
13227
|
color: 'red'
|
|
13226
13228
|
}
|
|
13227
|
-
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis5 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis5 === void 0 ? void 0 : _value$interceptLogis5.reason) : null), /*#__PURE__*/React.createElement(Item, {
|
|
13229
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis5 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis5 === void 0 ? void 0 : _value$interceptLogis5.reason) : null), showReason && /*#__PURE__*/React.createElement(Item, {
|
|
13228
13230
|
label: '接口状态原因',
|
|
13229
13231
|
key: 'interceptLogisticsApiStatusReason'
|
|
13230
13232
|
}, /*#__PURE__*/React.createElement(Input, {
|
package/dist/index.js
CHANGED
|
@@ -12803,7 +12803,9 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
12803
12803
|
isEditing = _props$isEditing === void 0 ? false : _props$isEditing,
|
|
12804
12804
|
_props$platform = props.platform,
|
|
12805
12805
|
platform = _props$platform === void 0 ? '' : _props$platform,
|
|
12806
|
-
onJumpPage = props.onJumpPage
|
|
12806
|
+
onJumpPage = props.onJumpPage,
|
|
12807
|
+
_props$showReason = props.showReason,
|
|
12808
|
+
showReason = _props$showReason === void 0 ? false : _props$showReason;
|
|
12807
12809
|
var _useState = React.useState(''),
|
|
12808
12810
|
_useState2 = _slicedToArray(_useState, 2),
|
|
12809
12811
|
initCompany = _useState2[0],
|
|
@@ -13239,7 +13241,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
13239
13241
|
style: {
|
|
13240
13242
|
color: 'red'
|
|
13241
13243
|
}
|
|
13242
|
-
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis5 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis5 === void 0 ? void 0 : _value$interceptLogis5.reason) : null), /*#__PURE__*/React__default['default'].createElement(Item, {
|
|
13244
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis5 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis5 === void 0 ? void 0 : _value$interceptLogis5.reason) : null), showReason && /*#__PURE__*/React__default['default'].createElement(Item, {
|
|
13243
13245
|
label: '接口状态原因',
|
|
13244
13246
|
key: 'interceptLogisticsApiStatusReason'
|
|
13245
13247
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
@@ -28,6 +28,7 @@ interface LogisticsInterceptionProps {
|
|
|
28
28
|
isEditing: boolean;
|
|
29
29
|
onChange: (value: Partial<LogisticsInterceptionValueType>) => void;
|
|
30
30
|
platform: string;
|
|
31
|
+
showReason?: boolean;
|
|
31
32
|
onJumpPage?: (val: any) => void;
|
|
32
33
|
}
|
|
33
34
|
declare const LogisticsInterception: (props: Partial<LogisticsInterceptionProps>) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.42",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "c65df362c986ac4e5f01f6f151cfa69d4049c8dc"
|
|
70
70
|
}
|