amiya icon indicating copy to clipboard operation
amiya copied to clipboard

让 antd4 用起来更省心

Results 9 amiya issues
Sort by recently updated
recently updated
newest added

能否支持查询表格自定义拖动列宽

我想同步搜索状态到 url,尝试了很久,都还是有 bug 用了 useUrlState ```ts import useUrlState from '@ahooksjs/use-url-state'; ``` 从 url state 中设置搜索表单值 ```ts const [state, setState] = useUrlState({}); useEffect(() => { listRef.current.getSearchRef().setFieldsValue(state); listRef.current.getSearchRef().submit(); }, [state]); ``` 按...

antd 中 rowKey 默认值为 "key",而在 amiya 中被改成了 "id",这点应当在文档中被特别说明 另外,文档 [基础使用 - Table](https://viewweiwu.github.io/amiya/guild/normal/table) 中的第一个示例给的数据存在 key 属性而没有 id 属性,产生 React 警告 Each child in a list should have a unique "key" prop...

在 `package.json` 中,`dependencies` 的指定引用了更低版本的 amiya,导致安装生成的包也会去安装更低版本的 amiya 解决方案:(这次以及以后每次发布新版本时)保证 package.json 中 dependencies 下的 amiya 版本与主的 version 字段版本号一致

![20230112095300_rec_](https://user-images.githubusercontent.com/14817820/211957098-3a9573cd-81a6-4604-a41d-98b678a6e17f.gif)

![image](https://user-images.githubusercontent.com/40491203/201028284-6a1c37be-42aa-427f-8c21-d96ae8335c5f.png) ![image](https://user-images.githubusercontent.com/40491203/201028464-c5c35ecb-554f-480f-a14b-f9b4f2e98c72.png)

![image](https://user-images.githubusercontent.com/14817820/199436122-cae48d15-7184-4033-9342-44ed557b9195.png) ![image](https://user-images.githubusercontent.com/14817820/199436212-bd41bd64-21ea-43a7-87f1-613463a063e3.png)

全局引入样式会破坏我已有的样式设计,单独按需引入时不生效。请教怎么解决? 如下图所示,以按需引入Input样式 ![image](https://github.com/viewweiwu/amiya/assets/31436484/b4e8a795-1d14-4202-8267-9814e30df300)