@zgfe/business-lib 1.2.70-hxd.32 → 1.2.70-hxd.33

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.
@@ -440,7 +440,7 @@ var AttrListPanel = function AttrListPanel(props) {
440
440
  });
441
441
  var childList = [];
442
442
  group.children.forEach(function (option) {
443
- if (searchValue && !new RegExp(_.escapeRegExp(searchValue), 'i').test((option === null || option === void 0 ? void 0 : option.alias) || (option === null || option === void 0 ? void 0 : option.label))) return;
443
+ if (searchValue && !(new RegExp(_.escapeRegExp(searchValue), 'i').test(option === null || option === void 0 ? void 0 : option.alias) || new RegExp(_.escapeRegExp(searchValue), 'i').test(option === null || option === void 0 ? void 0 : option.label))) return;
444
444
  var disabled = false;
445
445
  disableItemlist === null || disableItemlist === void 0 ? void 0 : disableItemlist.forEach(function (item) {
446
446
  if (item.key === option.key) disabled = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.70-hxd.32",
3
+ "version": "1.2.70-hxd.33",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "86d49045fb2139373bacb3a2cb6293ec8b99e338",
58
+ "gitHead": "c2ada5bffae81a0952adb922dea1fa6292250b35",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }