@kmkf-fe-packages/basic-components 2.0.19-beta.10 → 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]);
@@ -15499,7 +15499,9 @@ var GoodItem$1 = function GoodItem(props) {
15499
15499
  };
15500
15500
  var COLUMNS_MAP = function COLUMNS_MAP() {
15501
15501
  var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
15502
- var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
15502
+ var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
15503
+ operate: true
15504
+ };
15503
15505
  return function (type) {
15504
15506
  var columns = [];
15505
15507
  switch (type) {
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]);
@@ -15511,7 +15511,9 @@ var GoodItem$1 = function GoodItem(props) {
15511
15511
  };
15512
15512
  var COLUMNS_MAP = function COLUMNS_MAP() {
15513
15513
  var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
15514
- var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
15514
+ var columnsOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
15515
+ operate: true
15516
+ };
15515
15517
  return function (type) {
15516
15518
  var columns = [];
15517
15519
  switch (type) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.19-beta.10",
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": "a7f3cd9b3f9f0a08cf5c739ab3013de7d3c522cd"
68
+ "gitHead": "73fc150f7d1cc48fb0c83c880ee06c9b3ba242ee"
69
69
  }