ng-devui icon indicating copy to clipboard operation
ng-devui copied to clipboard

Angular UI Component Library based on DevUI Design

Results 134 ng-devui issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve ✨ [Feature]: 请教一下,有没有办法可以在不同的页面来设置这个页面的主题,而不是整个项目的? ### What does the proposed API look like ✨ [Feature]: 请教一下,有没有办法可以在不同的页面来设置这个页面的主题,而不是整个项目的?

### Version 16.1.0 ### Angular Version 16.2.12 ### Link to minimal reproduction html: ``` ``` ts: ``` formData = { test: false, }; toggleChange($event: boolean) { console.log('$event: ', $event); console.log('test:...

### Version 16.2.0 ### Angular Version 16.2.0 ### Link to minimal reproduction //当配置弹框属性buttons为空数组时出现 const result = this.dialogservices.open({ buttons:[] }); ### Step to reproduce //当配置弹框属性buttons为空数组时出现 const result = this.dialogservices.open({ buttons:[] });...

### Version 1.7.1.0 ### Angular Version 17.3.0 ### Link to minimal reproduction https://[github.com](https://github.com/DevCloudFE/ng-devui)/DevCloudFE/ng-devui/devui/data-table/table/head/th/th.component.ts ### Step to reproduce devui/data-table/table/head/th/th.component.ts 中 onMousedown和onMouseup成对方法, onMousedown 方法添加resize-overlay元素代码: this.renderer2.appendChild(this.element.firstElementChild, this.resizeOverlay); 而在 onMouseup方法中删除元素diamante: this.renderer2.removeChild(this.element, this.resizeOverlay); 导致运行时报错 ERROR...

### Version 15 ### Angular Version 15 ### Link to minimal reproduction 如图: ![image](https://github.com/user-attachments/assets/9ab1c495-ac55-4ba0-8d70-ce01481aca5f) 红色1块长度是37.5%。红色2的三小块加起来也是37.5%为什么显示的时候没有对齐,这个是什么原因导致如何解决? ### Step to reproduce 复现代码: a b c d ax bx cx dx ex fx...

### Version 最新的 ### Angular Version 最新的 ### Link to minimal reproduction ``` 2024年有105项贡献 import { ref, reactive, onMounted, watch, nextTick } from "vue"; const _data = ref([]); const list...

### Version latest ### Angular Version latest ### Link to minimal reproduction 官网可复现 ### Step to reproduce Cascader、TreeSelect键盘操作体验不佳; Cascader:无法左右选择及回车无效果,上下页面滚动也会跟随操作; TreeSelect:回车无效,上下页面滚动也会跟随操作。 ### What is expected _No response_ ### What is actually...

### Version latest ### Angular Version latest ### Link to minimal reproduction 官网可复现 ### Step to reproduce Cascader、TreeSelect键盘操作体验不佳, Cascader:无法左右选择及回车无效果,上下页面滚动也会跟随操作; TreeSelect:回车无效,上下页面滚动也会跟随操作 ### What is expected _No response_ ### What is actually...

### Version 15 ### Angular Version 15 ### Link to minimal reproduction 当给定列名长度,但是列名称超过长度如何让它换行显示而不是省略号 ### Step to reproduce 当给定列名长度,但是列名称超过长度如何让它换行显示而不是省略号 ### What is expected _No response_ ### What is actually happening _No...

### Version 18.0.0 ### Angular Version 18.2.13 ### Link to minimal reproduction https://devui.design/components/zh-cn/icon/api ### Step to reproduce 进入Icon的API文档页面,点击图标库连接 ![Image](https://github.com/user-attachments/assets/e088a3f6-5eee-4fde-9e79-851fd666d54d) ### What is expected _No response_ ### What is actually happening...