@kmkf-fe-packages/basic-components 1.16.5-alpha.6 → 1.16.5-alpha.7

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
@@ -11439,7 +11439,8 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
11439
11439
  if (value[key]) {
11440
11440
  var trimValue = value[key].trim();
11441
11441
  newFilterList = allList.filter(function (item) {
11442
- return item[key].indexOf(trimValue) > -1;
11442
+ var _item$key;
11443
+ return ((_item$key = item[key]) === null || _item$key === void 0 ? void 0 : _item$key.indexOf(trimValue)) > -1;
11443
11444
  });
11444
11445
  }
11445
11446
  });
@@ -14906,7 +14907,10 @@ var msgTypeCh = {
14906
14907
  ding: '钉钉',
14907
14908
  wechat: '微信',
14908
14909
  qq: 'QQ',
14909
- qywx: '企业微信'
14910
+ qywx: '企业微信',
14911
+ YZDKH: '邮政拦截',
14912
+ YT: '圆通拦截',
14913
+ feishu: '飞书'
14910
14914
  };
14911
14915
  var MsgStatus = function MsgStatus(props) {
14912
14916
  var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
package/dist/index.js CHANGED
@@ -11451,7 +11451,8 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
11451
11451
  if (value[key]) {
11452
11452
  var trimValue = value[key].trim();
11453
11453
  newFilterList = allList.filter(function (item) {
11454
- return item[key].indexOf(trimValue) > -1;
11454
+ var _item$key;
11455
+ return ((_item$key = item[key]) === null || _item$key === void 0 ? void 0 : _item$key.indexOf(trimValue)) > -1;
11455
11456
  });
11456
11457
  }
11457
11458
  });
@@ -14918,7 +14919,10 @@ var msgTypeCh = {
14918
14919
  ding: '钉钉',
14919
14920
  wechat: '微信',
14920
14921
  qq: 'QQ',
14921
- qywx: '企业微信'
14922
+ qywx: '企业微信',
14923
+ YZDKH: '邮政拦截',
14924
+ YT: '圆通拦截',
14925
+ feishu: '飞书'
14922
14926
  };
14923
14927
  var MsgStatus = function MsgStatus(props) {
14924
14928
  var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.16.5-alpha.6",
3
+ "version": "1.16.5-alpha.7",
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": "1.16.5-alpha.6",
23
+ "@kmkf-fe-packages/kmkf-utils": "1.16.5-alpha.7",
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": "adec71dedd1a96f8077aaba07425a02bcb6c5e04"
68
+ "gitHead": "49201a2f51bc16b70f900fc72d934039ac3cef19"
69
69
  }