pro-components
pro-components copied to clipboard
🏆 Use Ant Design like a Pro!
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 使用 `vite` 打包时产生零循环依赖警告, 警告信息如下: ``` Export "ProForm" of module "node_modules/.pnpm/@[email protected][email protected][email protected][email protected][email protected]/node_modules/@ant-design/pro-form/es/layouts/ProForm/index.js" was reexported through module "node_modules/.pnpm/@[email protected][email protected][email protected][email protected][email protected]/node_modules/@ant-design/pro-form/es/layouts/index.js" while both modules are dependencies of each other and...
样例columns: { title: '标题', dataIndex: 'title', copyable: true, ellipsis: true, tip: '标题过长会自动收缩', formItemProps: { rules: [ { required: true, message: '此项为必填项', }, ], }, children:[ { title:"内部分组1", dataIndex: 'inner-one', },...
 `const columnsState = useCreation( () => ({ persistenceKey: 'clearance_lading', persistenceType: 'localStorage', onChange: (newState: any, oldState: any) => { console.log('中啊啊啊', newState, oldState); }, }), [] );` 当在columns列中移动端和pc端设置不同fixed时,会失效,值一直都是fixed:"right"
I am thinking of using some Ant Design Pro components in my project where i am already using Ant Design, typescript and vite. Where in my page when i am...
### 🐛 bug 描述 1. ProTable 的第一个demo,使用在next.js中使用时,点开表格右上方的齿轮【列设置】按钮控制台报错 ` A props object containing a "key" prop is being spread into JSX:` ### 📷 复现步骤 1. 组件库第一个demo 去掉ts部分代码,粘贴到next.js工程。 2. 启动工程->打开页面->打开浏览器控制台->点击表格右上方齿轮->**出现红色报错** ### 🏞...
### 🐛 bug 描述 前置条件: - [x] 我只使用了 `@ant-design/pro-components` 中的 `LoginForm`, `ProFormText`, `ProFormCheckbox`, 没用使用其他任何 pro 组件 - [x] `Vite` 的 SPA 项目, 没有做过额外打包配置 - [x] 使用 `rollup-plugin-visualizer` 来进行打包结果分析 ### 📷...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ``` export const valueTypeMap = { datePicker: { renderFormItem(text, props) { return ; }, }, select: { renderFormItem(text, props) { console.log(props); return ; }, }...
https://codesandbox.io/p/sandbox/biao-dan-fang-fa-diao-yong-forked-ftjzfv?file=%2FApp.tsx%3A26%2C36 
### 🧐 问题描述 | Problem description 期望还是展示回车的。 ### 💻 示例代码 | Sample code ` ` ### 🚑 其他信息 | Other information 