Kagol

Results 121 issues of Kagol

待补充的单元测试已通过`it.todo`方式标记出来,可以在项目里搜索`it.todo`关键字,找到想要贡献的单元测试。 --- 为了保障组件质量和稳定性,为新特性的添加或代码重构添加防护网,每个组件需要增加完善的单元测试,测试组件的UI表现、交互逻辑是否正常,每个api是否生效和符合预期。 执行以下命令可以查看全量组件的单元测试结果: ``` pnpm test ``` 查看特定组件单元测试结果: ``` pnpm cli --filter vue-devui -- code-check -t unit-test -c alert,collapse ```

contribution welcome

### What problem does this feature solve 目前Tree组件还有以下功能未完成: - [x] 基本功能 - [x] 可勾选 - [x] 默认状态 - [x] 禁用状态 - [x] 自定义图标 - [x] 懒加载 - [x] 增删改查操作 -...

contribution welcome
feature

背景: 目前 select 组件包含很多功能,这些功能目前大部分杂糅在了 useSelect 这个 composable(hook)里面,应该按照功能拆分成多个 composable,每个功能一个 composable,比如(只是举例,需要根据实际代码逻辑寻找更好的拆分方法): - useCore 核心的单选逻辑 - useDisable 禁用 - useFilter 过滤 - useMultiple 多选 - useCreate 新增选项 可以参考 tree 组件

contribution welcome
refactoring

### What problem does this feature solve 目前Table还有以下功能未完成: - [x] 基本功能 - [x] 表格样式 - [x] 异步加载数据 - [x] 表格交互 - [x] 自定义表格选中 - [x] 懒加载 - [ ] 虚拟滚动...

contribution welcome
feature

### What problem does this feature solve 参考: https://devui.design/components/zh-cn/quadrant-diagram/demo ### What does the proposed API look like 参考: https://devui.design/components/zh-cn/quadrant-diagram/demo

contribution welcome
feature

### What problem does this feature solve 参考: https://devui.design/components/zh-cn/gantt/demo ### What does the proposed API look like 参考: https://devui.design/components/zh-cn/gantt/demo

contribution welcome
feature

### What problem does this feature solve 目前TreeSelect还有以下功能未完成: - [x] 基本功能 - [x] 标签化配置 - [x] 仅叶节点可选 - [ ] 初始化完成时调用的钩子 - [ ] 可搜索 - [ ] 自定义列表选项 -...

contribution welcome
feature

### What problem does this feature solve 目前Transfer还有以下功能未完成: - [x] 基本功能 - [x] 可搜索 - [x] 可排序 - [x] 自定义穿梭框 - [ ] 虚拟滚动 参考: https://devui.design/components/zh-cn/transfer/demo ### What does the...

contribution welcome
feature

### What problem does this feature solve TimePicker目前还有以下功能未完成: - [x] 基本功能 - [x] 格式化 - [ ] 自定义模板 参考: https://devui.design/components/zh-cn/time-picker/demo ### What does the proposed API look like 参考: https://devui.design/components/zh-cn/time-picker/demo

contribution welcome
feature

### What problem does this feature solve Select目前还有以下功能未完成: - [x] 基本功能 - [x] 使用对象 - [ ] 自定义搜索功能 - [x] 全选下拉选项 - [x] 自定义模板 - [x] 标签化 - [x] 禁用状态...

contribution welcome
feature