@ecoding/components.antd 0.4.14 → 0.4.15

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.
@@ -43,7 +43,7 @@ const FiltersHorizontal = ({ items, onFinish, onClear, y, setY, overMax, colOpts
43
43
  return searchText ? searchText : i18n ? i18n.$t('global.search') : '搜索';
44
44
  }, []);
45
45
  const resetTextStr = useMemo(() => {
46
- return resetText ? resetText : i18n ? i18n.$t('global.reset') : '筛选';
46
+ return resetText ? resetText : i18n ? i18n.$t('global.reset') : '重置';
47
47
  }, []);
48
48
  const colProps = useMemo(() => {
49
49
  const colProps = colOpts ? colOpts : { span: 6 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/components.antd",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "author": "cxc",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -47,5 +47,5 @@
47
47
  "antd": "5.27.0",
48
48
  "axios": "^1.1.2"
49
49
  },
50
- "gitHead": "ce02f3957aa4d0f64f0b75d5c724de59ff216db3"
50
+ "gitHead": "894ee1452efeb338ca98327cdb6d27f8089d67ea"
51
51
  }