liect

Results 7 issues of liect

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## 基本信息 ##### 行选择器的禁用的控制 #### 行选择器的禁用的控制办法是在data中加入disabled属性来实现是否禁用,感觉不够灵活,放在TableRowSelection中做成支持函数和boolean类型会不会更好 #### 还有data中的children等都需要支持自定义字段名,最好也是可以在table上可以配置字段名或传入函数自定义 ## 现有案例 无 ## 预期解决问题 更灵活的行选择器配置

## Types of changes - [x] New feature - [ ] Bug fix - [x] Enhancement - [ ] Component style change - [ ] Typescript definition change - [...

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## 基本信息 ## 现有案例 arco-design ![微信截图_20220719153350](https://user-images.githubusercontent.com/16420004/179693256-e274f18e-97cb-4190-becd-b8fb549cd16d.png) ## 预期解决问题 Transfer组件内置分页

type: feature request
component: transfer

### tdesign-vue-next 版本 0.20.5 ### 重现链接 _No response_ ### 重现步骤 在结合UnoCSS使用时会有样式冲突,原因是Tdsign的样式会注入到UnoCSS之后 ![微信截图_20220913092810](https://user-images.githubusercontent.com/16420004/189787369-1a2ee803-4639-4980-ac71-8e98e963c311.png) ![微信截图_20220913092025](https://user-images.githubusercontent.com/16420004/189786894-5c26679d-a261-4edd-a220-92081ecbc7e8.png) ### 可否提供控制样式注入位置的方法? 类似Naive UI的[这个](https://www.naiveui.com/zh-CN/os-theme/docs/style-conflict) ![微信截图_20220913093136](https://user-images.githubusercontent.com/16420004/189787639-eabc9f91-32c3-4f59-b278-67ba14419f41.png) ### 期望结果 解决样式冲突 ### 实际结果 _No response_ ### 框架版本 _No response_ ###...

need more info

### 重现链接 链接只为通过lssues验证,与此lssues无关 https://stackblitz.com/edit/angular-hsh6yh ### 重现步骤 #### 类型提示错误,但是实际生效 ![微信截图_20220909144815](https://user-images.githubusercontent.com/16420004/189288600-1521324d-f2bd-40e9-9c38-736446808ed5.png) ![微信截图_20220909144058](https://user-images.githubusercontent.com/16420004/189287716-a7dcdbdc-0c2b-4850-9371-1439d872edc0.png) ![微信截图_20220909144044](https://user-images.githubusercontent.com/16420004/189287914-73333a7e-9e6e-4314-8cb5-cf6c833fd162.png) | Environment | Info | |---|---| | Vite | 3.1.0 | | Volar | 0.40.13 | | pnpm |...

type/typscript

### 重现链接 https://stackblitz.com/edit/angular-rzzepi?file=package.json ### 重现步骤 点击收起按钮,可以看到收起时因为文字的消失,图标突然居中,显得很突兀 ### 期望结果 Menu收起时平滑过渡 ### 实际结果 Menu收起时,图标会滑动到元素中心,显得很突兀 | Environment | Info | |---|---| | 相关版本 | 0.20.1 | | 框架版本 / 基础库版本 | Vue3 |...

duplicate

### This function solves the problem (这个功能解决的问题) 延迟显示加载和骨架屏效果的时间,用于防止请求速度过快引起的闪烁 ### Expected API (期望的 API) | API | 描述 | | ------------- | ------------- | | delay | 延迟显示加载效果的时间,用于防止请求速度过快引起的闪烁 | | loadingProps...

feature request