danranVm

Results 20 issues of danranVm

Using generics can help us better constraint types, likes: ```ts type Genre = 'action' | 'thriller' interface User { name: string } props: { genre: oneOf(['action', 'thriller']) user: oneOfType([String, object()])...

question

### 🧐 Problem Description JSX element type 'TheadTag' does not have any construct or call signatures. ### 💻 Sample code ```tsx export default defineComponent({ setup() { const TheadTag: ComputedRef return...

question

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ## What problem does this feature solve? - 现在定义的 IDUX_ICON_DEPENDENCIES 难以维护,经常会忘了去维护 ##...

Comp:Icon

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. 如果遇到该问题:请检查一下 .ix-modal-wrapper 的样式,是不是正确。 ```css .ix-modal-wrapper { z-index: 1000; overflow: auto; outline: none;...

Docs
question
Comp:Drawer
Comp:Modal

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ## What problem does this feature solve? 对表格组件提供更加高级的封装,提供更加高效,便捷的使用方式。 ## What does the...

Pro:Table

# Milestone: [@idux v1.0.0](https://github.com/IduxFE/components/milestone/1) ## 脚本 - [x] gen: 创建组件模板 @danranVm #3 - [x] ci: lint, test, preview @danranVm #8 #10 #216 #218 - [x] build #276 #277 ## 文档...

milestone

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ## What problem does this feature solve? - less 变量未生效 - less...

Other:*

- [ ] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ### 表单 - 所有表单组件都应该实现 `control` API ### 方向和位置 - `align` :...

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ## What problem does this feature solve? 在 浮层,弹窗,抽屉等组件中,使用 `target` 来设置容器的目标元素,容易引起误解。 所以用语义更加明确的...

Comp:*

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? ### What does the proposed...

Comp:*