wangrunpu
fa3273d247
fix:修改项目名称及图标,引入新离线图标
1 week ago
wangrunpu
8a65bfd4d9
fix:完善sse,增加事件处理
2 weeks ago
yangxiaozhong
a7e161262b
设置字典值,使用通用值模板
2 weeks ago
yangxiaozhong
338502b097
设备管理和传感器管理,传感器的数值显示用echarts的仪表盘显示
2 weeks ago
wangrunpu
9cf3e717f5
feat: 增加hazard企业基础信息、企业涉尘信息页面(涉尘信息尚未完成)
3 weeks ago
dap
0666483c58
refactor: 调整菜单圆角大小
2 months ago
dap
def245f56a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2 months ago
zouawen
59097e2466
chore: 新增是否开启首选项导航栏(外观、布局、快捷键、通用)吸顶效果,调整部分样式 ( #6804 )
2 months ago
dap
80328e7565
chore: merge
3 months ago
zouawen
2ce161e585
feat: 1、新增水印文案自定义功能;2、input-item输入框组件新增清除功能(可用于快捷清除水印文案);3、偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果 ( #6800 )
...
* feature: 新增水印文案自定义功能;
* chore: 偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果
3 months ago
shierd
42e3de9e2c
fix: 修复设置表单值时合并子对象的错误 ( #6780 )
...
Co-authored-by: shier <shier@shierd.com>
3 months ago
Cup_Of_Bread
81bb7456f8
fix: 修复注解错误 ( #6763 )
3 months ago
pangyajun123
26f8d2aa30
perf: 表单需要通过权限控制是否需要展示,dependencies.if 这种方式需要别triggerFields触发字段,不能满足要求 ( #6756 )
3 months ago
boisduval
a8b848d367
fix: 解决搜索表单中arrayToStringFields属性无法在搜索时生效的问题 ( #6591 )
...
- 合并handleArrayToStringFields与handleStringToArrayFields为handleMultiFields
- 在handleMultiFields判断arrayToString或stringToArray
- 删除两个方法在其他地方的引用 统一为在handleRangeTimeValue内调用handleMultiFields实现数据转换
Co-authored-by: 宛晴 <wanqing@mengtaigroup.com>
3 months ago
dap
f87a38a2f0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
3 months ago
zouawen
a4b8f8f795
fix: 节点选中时过滤父节点禁用状态
3 months ago
zouawen
dfa2ac3435
fix: 全选时过滤disabled的节点
4 months ago
zouawen
39820c783c
fix:
...
1、VbenTree新增是否全选、展开折叠功能;
2、解决当点击子节点label文字区域,而非checkbox时,关联父组件不能选中问题;
3、优化子节点选中时关联父节点选中功能:删除VbenTree中processParentSelection方法,改为在onSelect中实现,原因:processParentSelection在每次模型值更新时都会被调用,且计算复杂度为O(n^2),onSelect只在交互时触发,复杂度为O(n);
4、新增中间层tree组件,处理无数据时显示场景(显示图标Inbox和国际化comom.noData文本);
5、为防止父组件传值子组件boolean类型默认false问题,新增treePropsDefaults方法,为TreeProps赋默认值,Tree组件和VbenTree组件统一使用;
6、优化VbenTree组件整体样式(优化padding、margin、gap值,优化type为button时outline左右空白区域不对称问题),优化内部header、footer插槽样式。
4 months ago
谦元吉
c57592f3a6
fix(@vben-core/shadcn-ui): 修复VbenPinInput组件在点击获取验证码和回车同时进行时会重复触发计时器的问题 ( #6705 )
4 months ago
dap
d01e03fd79
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
4 months ago
Ken Hai
b0d7b177be
fix: 角色管理,授权的树形组件,取消勾选叶子节点,父级节点状态错误 ( #6680 )
...
Co-authored-by: haiyinlong <haiyinlong@uhigame.com>
4 months ago
LinaBell
566d3bdf7c
fix: appendToMain warning ( #6684 )
4 months ago
dap
600e87287d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
4 months ago
LinaBell
cf6c4c9aae
fix: cannot read properties of null (reading 'nextSibling') ( #6667 )
4 months ago
dap
6948753412
update: 表单项间距调整
4 months ago
dap
2d89492790
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
4 months ago
panda7
2cc78f925f
fix: the bug in the lock method of the vbenModal component ( #6648 )
4 months ago
ming4762
93f0eea4e7
fix: fix the issue of excessive line spacing in vbenForm ( #6653 )
...
* gap-2和 pb-4/2 重叠导致间距过宽,gap-x只保留列间距
4 months ago
dap
2e72181174
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
4 months ago
Svend
3ad433a50b
fix: 修复在 hash 路由模式下无法在新窗口打开路由的问题 ( #6652 )
...
此问题是由于 PR #6583 中新增的 `resolveHref` 函数导致的。其在 hash 路由模式下,得到的 URL 会包含 #/ 前缀。在经过 openRouteInNewWindow 的逻辑后就会出现两次 /# 前缀
4 months ago
ming4762
8ac2db5b7c
fix: fix the issue of `VbenForm` `compact` reactive failure ( #6654 )
4 months ago
dap
daf61f7409
refactor: 校验信息间距
4 months ago
dap
a4a7f7d096
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
4 months ago
ming4762
1e6417f95b
feat: vBenForm add layout: inline ( #6644 )
4 months ago
vben
e147a9d2fd
chore: release 5.5.9
4 months ago
dap
46e642a2ce
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
xueyang
9fc594434f
perf: 优化useVbenForm样式 ( #6611 )
...
* perf(style): 优化useVbenForm垂直布局 actions 样式
* perf(style): 优化useVbenForm actions 布局样式
- 操作按钮组显示位置
```
actionPosition?: 'center' | 'left' | 'right';
```
- 操作按钮组的样式
```
actionType?: 'block' | 'inline'
inline: 行类显示,block: 新一行单独显示
```
* perf: 优化useVbenForm actions 布局样式
删除 actionType
增加 actionLayout
- actionLayout?: 'inline' | 'newLine' | 'rowEnd';
- newLine: 在新行显示。rowEnd: 在行内显示,靠右对齐(默认)。inline: 使用grid默认样式
- 删除无用代码 queryFormStyle
* perf: 优化useVbenForm使用案例
* perf: 优化form组件样式
去掉padding,改为gap
* docs: update vben-form.md
* fix: 修复FormMessage位置
* perf: Avoid direct mutation of props object.
- props.actionLayout = props.actionLayout || 'rowEnd';
- props.actionPosition = props.actionPosition || 'right';
+ const actionLayout = props.actionLayout || 'rowEnd';
+ const actionPosition = props.actionPosition || 'right';
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: 修复 wrapperClass 权重
* fix: 全局搜索结果不匹配 #6603
* fix: 避免FormMessage溢出
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
dap
dcd6afb6af
style: 默认主题色修改为#1677FF(antd主题色)
5 months ago
dap
d22e494551
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
zhongming4762
06ffdf164a
feat: add dingding login
5 months ago
ming4762
5b75e5e917
perf: perf the control logic of `VbenModal` full screen and header ( #6566 )
...
* resolve the issue of header=false and full screen button display but not operable
5 months ago
Jin Mao
260e45cd7b
Merge branch 'main' into feat/add-vben-modal-animation
5 months ago
dap
c762f8370b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
vben
1575619d53
chore: release v5.5.8
5 months ago
panda7
fc9ea347ca
Merge branch 'main' into feat/add-vben-modal-animation
5 months ago
panda7
1a9b0509d5
feat: add animation effects to VbenModal component
5 months ago
panda7
07b64ad384
feat: add function support for formItemClass prop ( #6511 )
...
* feat: add function support for formItemClass prop
* feat: add try-catch to formItemClass function
* fix: formItemClass function ts error
---------
Co-authored-by: sqchen <chenshiqi@sshlx.com>
5 months ago
dap
72e1115330
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
Jin Mao
3b673ca915
Merge branch 'main' into feature/scroll_to_the_error_field
6 months ago
Jin Mao
bbf0287511
chore: fix lint warning ( #6487 )
6 months ago