ng-devui
ng-devui copied to clipboard
Angular UI Component Library based on DevUI Design
### Version latest ### Angular Version latest ### Link to minimal reproduction ### Step to reproduce 选择相对时间 ### What is expected _No response_ ### What is actually happening _No response_...
### What problem does this feature solve 若用户右键选择,显示下拉菜单。这能用来取代系统内建的下拉菜单。 ### What does the proposed API look like ```html ```
### Version latest ### Angular Version 14 ### Link to minimal reproduction https://devui.design/components/zh-cn/toast/demo#basic-usage ### Step to reproduce 连续按多下任何全局通知。 ### What is expected 应参考 https://vue-devui.github.io/components/notification/ 的模式。 1. 如有新全局通知,应在卡片下增加,而不是删掉原本的卡片后重新构造。 2. 若卡片被关掉了,下方卡片应该往上移动,替代上方卡片的位置。 ###...
### What problem does this feature solve 是否有计划优化现有组件库。 例如 使组件都支持OnPush模式。 使组件支持standalone等angular新特性。 更严格的ts类型等 ### What does the proposed API look like 优化现有组件库
### Version latest ### Angular Version latest ### Link to minimal reproduction 例如:https://devui.design/components/zh-cn/design-shadow/demo#shadow ### Step to reproduce  ### What is expected 希望可以尽快修复,建议 table 转 在手机端展示为卡片形式 ,参考链接:[table 响应式转卡片](https://codepen.io/Chokcoco/pen/MWQxbdY?editors=1100) 同时也可以集成到 table...
### Version 13.3.0 ### Angular Version 13.3.0 ### Link to minimal reproduction 正常运行代码: clickMenu(item:AccordionItemClickEvent) { let click = { it: { label: item.item.label, key: item.item.key }, par: { label: item.parent.label,...
Before:  After: 
### Version `-- [email protected] ### Angular Version Angular: 14.2.7 ### Link to minimal reproduction https://stackblitz.com/run?file=src%2Fapp%2Fapp.component.ts ### Step to reproduce On the stackblitz.com, download any sample project codes for components document,...
🐛 [Bug]:
### Version [email protected] ### Angular Version Angular: 12.2.16 ### Link to minimal reproduction - component.html - component.ts headerImg; ngOnInit(): void { this._http.post(_api, { keyID: 2, }, { responseType: 'blob', }).subscribe((data)...
**组件bug咨询** [Bug]: toggle #348 √ [Bug]: dialog组件,打开modal框的时候,配置buttons属性为空数组,模态框底部区域出现大片留白 #345 [Bug]: Transfer 穿梭框,自定义穿梭框 #343 [Bug]: dTextInput组件设置size不起作用 #337 [Bug]: DropDown下拉菜单控制台有警告信息 #335 [Bug]: DatePickerPro组件最外层的圆角没有设置,在有色背景下显示突兀 #334 [Bug]: 高级列表调整列宽,不会根据鼠标拖动调节想要的列宽 #324 [Bug]: Cascader不是受控组件么?目前通过form表单 拿不到值 #325 [Bug]: 相对时间可以选负数,导致开始时间大于结束时间...