@kmkf-fe-packages/basic-components 2.0.19-beta.11 → 2.0.19-beta.13
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 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10341,8 +10341,8 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10341
10341
|
var showKcode = useMemo(function () {
|
|
10342
10342
|
var isShow = false;
|
|
10343
10343
|
if (value === null || value === void 0 ? void 0 : value.interceptCompany) {
|
|
10344
|
-
var _value$interceptCompa
|
|
10345
|
-
isShow = (value === null || value === void 0 ? void 0 : (_value$interceptCompa = value.interceptCompany) === null || _value$interceptCompa === void 0 ? void 0 : _value$interceptCompa.indexOf('
|
|
10344
|
+
var _value$interceptCompa;
|
|
10345
|
+
isShow = (value === null || value === void 0 ? void 0 : (_value$interceptCompa = value.interceptCompany) === null || _value$interceptCompa === void 0 ? void 0 : _value$interceptCompa.indexOf('YTO')) > -1;
|
|
10346
10346
|
}
|
|
10347
10347
|
return isShow;
|
|
10348
10348
|
}, [value === null || value === void 0 ? void 0 : value.interceptCompany]);
|
package/dist/index.js
CHANGED
|
@@ -10353,8 +10353,8 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10353
10353
|
var showKcode = React.useMemo(function () {
|
|
10354
10354
|
var isShow = false;
|
|
10355
10355
|
if (value === null || value === void 0 ? void 0 : value.interceptCompany) {
|
|
10356
|
-
var _value$interceptCompa
|
|
10357
|
-
isShow = (value === null || value === void 0 ? void 0 : (_value$interceptCompa = value.interceptCompany) === null || _value$interceptCompa === void 0 ? void 0 : _value$interceptCompa.indexOf('
|
|
10356
|
+
var _value$interceptCompa;
|
|
10357
|
+
isShow = (value === null || value === void 0 ? void 0 : (_value$interceptCompa = value.interceptCompany) === null || _value$interceptCompa === void 0 ? void 0 : _value$interceptCompa.indexOf('YTO')) > -1;
|
|
10358
10358
|
}
|
|
10359
10359
|
return isShow;
|
|
10360
10360
|
}, [value === null || value === void 0 ? void 0 : value.interceptCompany]);
|
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.13",
|
|
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.19-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.19-beta.13",
|
|
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": "d60bc6007fb1e029aa93dcbbb264608754206892"
|
|
69
69
|
}
|