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

Angular UI Component Library based on DevUI Design

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

我开启表格中的勾选表格[checkable]="true",但是如果我希望将表格头中给勾选框也进行固定,我应该如何操作? `html {{ colOption.header }} 列配置 `

need more info

如下图,跟随系统后是深色主题,然后大字号打开再关闭后主题会重置成浅色的,但跟随系统的开关还是打开 ![screenshot](https://user-images.githubusercontent.com/26866409/155885842-f69007ec-3529-4078-8a5f-eecab66a1917.gif)

**描述** 在dataTable可编辑模式中,日期类型表单不能设置为空值

如标题所叙述,现在甘特图上的拖动时用来移动整个画布的, 想实现的效果是: 长按鼠标左键后进行拖拽,生成新建项目。 ### **#以上、**

目前官网还有一些超链接未使用``标签,比如: 1. [https://devui.design/components/zh-cn/overview](https://devui.design/components/zh-cn/overview) 中的组件跳转 2. [https://devui.design/components/zh-cn/button/demo](https://devui.design/components/zh-cn/button/demo) API / Demo 的切换 3. [https://devui.design/home](https://devui.design/home) 首页精彩推荐 / 设计原则等超链接 只要是跳转到一个链接的都应该使用``标签,有以下实际的好处: 1. 鼠标移上去,用户能立马得到反馈,即将跳转的链接是什么 2. 鼠标右键会弹出`在新标签中打开页面`等实用的超链接才有的菜单,给用户更多选择权 一方面这更符合语义,另一方面也能提升用户体验。

只有在拖到第一条的时候出现 ![image](https://user-images.githubusercontent.com/22633115/155704276-2bfb98f9-ac7f-43c4-b8d3-c2b6ad0f9664.png) ![image](https://user-images.githubusercontent.com/22633115/155704473-dfee4f45-4eed-45a8-a1d9-1fb6998558a5.png)

在angular.json中引入ng-devui/devui.min.css会破坏掉同命名的样式。 例如: 自身项目中我采用了grid布局,定义了一个style .grid {display: grid} 而DevUI中同样定义了一个.grid{letter-spacing:-.31em;word-spacing:-.43em} 这导致了我不得不去担忧DevUI其他样式是否会对我产生同样的问题。 我相信在DevUI中采用.devui-grid会是一个不错的做法。

**Describe the bug** Dashboard animation not enough smooth. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://devui.design/components/zh-cn/dashboard/demo#basic-usage 2. Drag a `widget` make other `widgets` moving 4. Other `widgets`...

enhancement
contribution welcome

1. 提供一个流程进度组件,一般用于审核业务。每个流程点包含基本的人名、头像、处理时间、角色(发起人/审批人等)、处理意见、处理状态等。其中处理状态最好开放出来,可由外部提供。 ![流程进度图](https://user-images.githubusercontent.com/16717068/150718374-9346e070-7afb-4932-9dea-a5c8dff0599a.png) 2. 提供一个信息框组件,一般用于展示业务的信息数据。大多数是文本信息,主要对应一个标题和一个值。信息框的展示形式有各种效果的,可以设置列数、竖排展示、对齐方式、是否有冒号分隔、是否简易模式(没背景色看不出分块效果) ![信息框](https://user-images.githubusercontent.com/16717068/150717859-b1acd24b-a28d-41b7-9e6f-98b4d32e9caa.png) ![信息展示_两项](https://user-images.githubusercontent.com/16717068/150718788-51bd0077-fba7-49f5-95bc-d2d05c97d6ad.png) ![信息框属性](https://user-images.githubusercontent.com/16717068/150718928-d6ea1c3f-7c9f-494f-b0d7-b564bf9614e3.png)

feature requested

要设置模态框等比例大小,没有最小宽度配置会导致模态框在分辨率小的显示器上太小 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3....