@jswork/antd-components 1.0.163 → 1.0.164

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/antd-components",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "main": "dist/main.cjs.js",
5
5
  "module": "dist/main.esm.js",
6
6
  "types": "dist/main.d.ts",
@@ -2,7 +2,7 @@
2
2
  * @Author: aric.zheng 1290657123@qq.com
3
3
  * @Date: 2025-10-29 10:54:41
4
4
  * @LastEditors: aric.zheng 1290657123@qq.com
5
- * @LastEditTime: 2025-10-29 11:09:50
5
+ * @LastEditTime: 2025-10-29 11:11:33
6
6
  */
7
7
  import React from 'react';
8
8
  import { AcSearch } from './search';
@@ -44,6 +44,7 @@ export const AcTableExtraSearch: FC<AcTableExtraSearchProps> = (props) => {
44
44
  <AcSearch
45
45
  size="small"
46
46
  enterButton
47
+ allowClear
47
48
  placeholder={t('placeholder')}
48
49
  onSearch={(e) => {
49
50
  const q = e.target.value;