@kmkf-fe-packages/basic-components 2.0.19-beta.11 → 2.0.19-beta.12

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
@@ -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, _value$interceptCompa2;
10345
- isShow = (value === null || value === void 0 ? void 0 : (_value$interceptCompa = value.interceptCompany) === null || _value$interceptCompa === void 0 ? void 0 : _value$interceptCompa.indexOf('YT')) > -1 || (value === null || value === void 0 ? void 0 : (_value$interceptCompa2 = value.interceptCompany) === null || _value$interceptCompa2 === void 0 ? void 0 : _value$interceptCompa2.indexOf('CP468398')) > -1;
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, _value$interceptCompa2;
10357
- isShow = (value === null || value === void 0 ? void 0 : (_value$interceptCompa = value.interceptCompany) === null || _value$interceptCompa === void 0 ? void 0 : _value$interceptCompa.indexOf('YT')) > -1 || (value === null || value === void 0 ? void 0 : (_value$interceptCompa2 = value.interceptCompany) === null || _value$interceptCompa2 === void 0 ? void 0 : _value$interceptCompa2.indexOf('CP468398')) > -1;
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.11",
3
+ "version": "2.0.19-beta.12",
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": "a27807137c01b6ecc8862ba520486a9b8fe8fe01"
68
+ "gitHead": "73fc150f7d1cc48fb0c83c880ee06c9b3ba242ee"
69
69
  }