@kmkf-fe-packages/services-components 0.8.21-alpha.0 → 0.8.21-alpha.1

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.
@@ -109,7 +109,7 @@ var ETradeId = /*#__PURE__*/_createClass(function ETradeId(options) {
109
109
  };
110
110
  },
111
111
  formatFilterValue: function formatFilterValue(input) {
112
- return input.split(/[,|,]/);
112
+ return input.split(/[,|,|\s|\n|\rn]/);
113
113
  }
114
114
  };
115
115
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.8.21-alpha.0",
3
+ "version": "0.8.21-alpha.1",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.8.21-alpha.0",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.8.21-alpha.0"
29
+ "@kmkf-fe-packages/basic-components": "^0.8.21-alpha.1",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.8.21-alpha.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@ant-design/icons": "^4.7.0",
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "91e2f17cd0d99c9bb2c14e8dfd6bf5948b40636b"
43
+ "gitHead": "1f85f4ce9472dc2958c5b43d45ac9a0cf219e83e"
44
44
  }