Commit Graph

2103 Commits

Author SHA1 Message Date
xachary
e23f29464b
feat(IconPicker): IconPicker could allowClear and readonly for form (#3414) 2023-12-14 09:26:34 +08:00
bowen
595b1ce680
fix(FormTable): Invert select bug (#3412) 2023-12-14 09:13:36 +08:00
invalid w
23b684977c chore: 自定义组件默认rule校验默认触发逻辑为blur 2023-12-13 18:34:02 +08:00
invalid w
1296590e3a chore(ApiRadioGroup): 移除多余的change事件 2023-12-13 18:28:56 +08:00
invalid w
ccf4027533 fix(ApiSelect): 修复监听不到params的变动 2023-12-13 17:35:25 +08:00
invalid w
fdde6f06b2 fix(BasicForm->ApiRadioGroup): when options click, duplicate requests. resolve #3387 2023-12-13 17:25:45 +08:00
luchanan
2828ed304a
Revert "feat: table搜索表单值发生改变可以触发reload (#3378)" (#3407)
This reverts commit 1ca3f7c2c0.
2023-12-13 09:11:07 +08:00
xachary
fec67b4d53
fix(BasicTable): ColumnSetting mistake when use setColumns (#3408) 2023-12-13 09:10:17 +08:00
luocong2016
d3600daf5c
fix: navigator.clipboard 兼容问题 #3372 (#3403) 2023-12-12 15:25:13 +08:00
xachary
f4df2d5a4b
feat: ColumnSetting and SizeSetting persist (#3398) 2023-12-12 12:04:03 +08:00
bowen
57e6e4f004
fix(BasicDrawer): remove toRaw props (#3399) 2023-12-11 17:55:01 +08:00
jackhoo(胡彪)
0a1a5ffedc
feat(hooks): useWatermark添加水印防篡改功能(#3395) (#3397)
Co-authored-by: jackhoo_98 <jackhoo_98@foxmail.com>
2023-12-11 14:14:00 +08:00
xachary
20698c052c
fix: table height calc when fullcontent and footer visible change (#3392)
* fix: table height calc when fullcontent and footer visible change

* fix: useRootSetting dep path wrong
2023-12-11 09:49:26 +08:00
TOUCHERS
bca5154a9d
fix(BasicTable): table表格宽度自适应,隐藏的列导致宽度增加 (#3388) 2023-12-08 09:13:14 +08:00
luchanan
6b6b790f87
fix: 使用suffix时,label没有垂直居中 (#3384) 2023-12-07 10:52:42 +08:00
luchanan
1ca3f7c2c0
feat: table搜索表单值发生改变可以触发reload (#3378) 2023-12-06 12:07:14 +08:00
zhang
e656b5d8dc
feat(treeTable): add function collapseRows and demo (#3375)
* feat(treeTable): add function collapseRows and demo
2023-12-04 11:54:31 +08:00
zhang
943f50051c
perf(BasicTree): 外部获取treeData不必通过treeDataRef.value (#3353) 2023-12-04 11:54:11 +08:00
Simon He
7207a0b840
chore(table): typo (#3374) 2023-12-04 11:53:11 +08:00
luocong2016
05bc4acb9b
feat: iframe expose postmessage function (#3368)
* feat: iframe postmessage

iframe postmessage

* chore: prettier format code

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-12-01 18:00:08 +08:00
林飞
cd71e60dd1
feat(Form): 在Form将BasicTitle识做为Divider一样的处理 (#3371)
* feat(Form): 在Form将BasicTitle识做为Divider一样的处理

* refactor: 抽离是否存在SimpleComponents的校验逻辑

---------

Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-12-01 17:48:11 +08:00
Sina Kulas
dde3652b7d
fix: 解决table复选框点击无法勾选状态问题 (#3370)
Co-authored-by: Tang <11726782+sugar_gitee@user.noreply.gitee.com>
2023-12-01 16:21:30 +08:00
林飞
522e892d79
feat(vxetable): 新增 clearEdit 方法 (#3369)
Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
2023-12-01 14:36:31 +08:00
林飞
f6147fa449
feat(Form): 新增Transfer、CropperAvatar、BasicTitle 组件至Form中,并添加至演示页面 (#3362)
Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
2023-11-30 14:10:45 +08:00
林飞
2376e8f67d
feat: 修复 vxetable 实例中缺少的 getRefMaps 和 getComputeMaps 方法 (#3361)
Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
2023-11-30 09:16:37 +08:00
松鼠
beee35173b
fix: 修复BasicForm使用componentProps函数返回valueFormat时DatePicker无法正确格式化的问题 (#3357)
* 修复BasicForm使用componentProps函数返回valueFormat时DatePicker无法正确格式化的问题

* chore: resolve prettier error

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-29 16:56:49 +08:00
韩菱纱
b0e8154f9f
feat: 解决Form updateSchema后执行setProps导致schemaRef被重置的问题 (#3354) 2023-11-28 18:00:34 +08:00
jackhoo(胡彪)
be935eb44e
fix(demo): 修复引导页文件名问题 (#3352)
Co-authored-by: jackhoo_98 <jackhoo_98@foxmail.com>
2023-11-27 17:59:31 +08:00
1455668754
8b516b75b8
调整后的ImageUpload组件无法正常使用且无法使用单个上传[#3344] (#3345)
* Update typing.ts

* 默认上传单个

* fix(ImageUpload): 修正图片单个上传&返回结果未进行处理
2023-11-27 09:17:19 +08:00
林飞
97b76ea6bc
feat: RefForm页面新增只读功能按钮 (#3346)
* feat(RefForm): 新增只读表单demo
2023-11-27 09:15:31 +08:00
林飞
342328ce5f
feat: 新增表单只读功能 (#3335)
* fix(useFormEvents): 修复setFieldsValue 方法设置完值后,表单属性丢失formActionType 的bug

* feat: 新增 sync 的action

* feat(FormItem): 新增只读属性

* feat(FormItem): 新增表单只读属性

---------

Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
2023-11-26 14:04:13 +08:00
xachary
0f13758554
fix: table index column width is not enough in english (#3342) 2023-11-25 16:15:07 +08:00
invalid w
3efe662c91 ci: rename node.js.yml -> linter.yml 2023-11-25 15:09:31 +08:00
jackhoo(胡彪)
895352ad22
fix(breadcrumb): 修复面包屑跳转外链时,导致当前页面404问题 (#3337). close #3336
Co-authored-by: jackhoo_98 <jackhoo_98@foxmail.com>
2023-11-25 14:47:03 +08:00
xingyu
064922dd4c
fix: turbo run lint (#3332)
closed #3277
2023-11-24 10:33:35 +08:00
Sina Kulas
3a5f406260
fix: 解决 'Cannot find module uncss' 的问题 (#3334)
Co-authored-by: Tang <11726782+sugar_gitee@user.noreply.gitee.com>
2023-11-24 10:32:32 +08:00
xingyu
4d2fb0cb6f
refactor: '/@/' ==> '@/' and '/#/ '==> '#/' (#3329)
* refactor: /@/ ==> @/

* chore: '/@/' ==> '@/' and '/#/ '==> '#/'

* fix: lint:prettier
2023-11-24 10:32:04 +08:00
xachary
3f65baf503
fix: scrollbar is obscured (#3331) 2023-11-24 00:04:34 +08:00
xingyu
42e9de50a2
fix: Failed to resolve component EllipsisText (#3330) 2023-11-24 00:03:44 +08:00
xingyu
8a000705d1
fix: resolve conflicts between eslint and prettier and bump prettier-plugin-packagejson version to 2.4.6(#3328) 2023-11-23 17:45:25 +08:00
xingyu
c8744a057e
fix(BasicTable): ref table (#3327) 2023-11-23 17:41:37 +08:00
xingyu
7191ebc122
chore: 更新 unocss 版本及配置 (#3326)
* chore: 升级 unocss 版本 添加 unocss.config.ts 配置文件

* chore: 更新 unocss 插件
2023-11-23 17:40:49 +08:00
xingyu
4305f58d20
fix: 设置 baseurl 后不生效的问题 (#3318)
* fix: 设置 baseurl 后不生效

* chore: update vite-config antdv version
2023-11-23 15:52:12 +08:00
zhang
f62043b1fc
fix(DatePicker): date show is wrong and setup script defineExpose (#3324)
* fix(useFormEvents): some function is lost in componentsProps

* fix(useFormEvents): some function is lost in componentsProps

* fix(useFormEvents): some function is lost in componentsProps

* fix(DatePicker): date show is wrong

* fix(useFormEvents): some function is lost in componentsProps

* fix(useFormEvents): some function is lost in componentsProps

* fix(useFormEvents): some function is lost in componentsProps

* fix(DatePicker): date show is wrong

* fix(DatePicker): date show is wrong
2023-11-23 13:46:46 +08:00
xingyu
0cfaa40bd0
refactor: layouts use setup (#3312)
* refactor: layouts use setup

* refactor: dashboard use setup

* fix: breadcrumbs types

* fix: noticeList type check error

* fix: noticeList type check error

* chore(Breadcrumb): revert setup change

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-23 12:14:06 +08:00
xachary
617b01338c
fix: fullscreen-modal width wrong (#3321)
* fix: fullscreen-modal width wrong

* fix: ModalWrapper expose setModalHeight missing
2023-11-23 09:10:21 +08:00
bowen
f58ef6777c
fix(BasicForm): script setup defineExpose (#3316) 2023-11-22 10:02:26 +08:00
xachary
c715d35ad5
fix: 修复index.html加载文字偏移的问题 (#3306) 2023-11-21 18:39:13 +08:00
invalid w
83fb63faa6 ci: add ts type check 2023-11-21 16:46:46 +08:00
invalid w
d8ab800b8a Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2023-11-21 16:39:30 +08:00