@kmkf-fe-packages/basic-components 1.19.1 → 1.19.2

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
  });
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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
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.19.1",
23
+ "@kmkf-fe-packages/kmkf-utils": "1.19.2",
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": "c5b4b04a642b3e243120578af2285970307ba171"
68
+ "gitHead": "2e2f27ba765c9dfa3ee60dbbc3fa4cf37c9ef689"
69
69
  }