Commit Graph

2131 Commits

Author SHA1 Message Date
Zhong
36274025d6
fix(util): resolve executing retry even when HTTP status code is 401 (#3756) 2024-04-18 12:22:06 +08:00
Henry Rao
04d4c5cd66
fix(components->Upload): 修复文件上传过程中删除文件终止上传时,上传状态未改变不能关闭Modal的bug (#3761) 2024-04-18 12:20:59 +08:00
invalid w
83455a07a0 fix(ci): update use pnpm version for deploy 2024-04-18 12:16:57 +08:00
invalid w
64b9696eee chore(config): update pnpm version 2024-04-18 12:12:22 +08:00
invalid w
a5565bf9cf fix(ci): update node version for linter 2024-04-18 12:08:03 +08:00
zhang
e9c6dd83b1
feat(BasicForm): 新增监听表单收缩方法传值进行判断 (#3745) 2024-04-17 04:01:13 +08:00
6LWa6ZKx
a00725be57
fix: 修复确认弹出框样式错乱的问题 (#3742) 2024-04-16 16:44:13 +08:00
KaneOne
162a0d0252
fix: modalElIterator可能为空,导致报错 (#3738) 2024-04-13 21:41:03 +08:00
No name
96ac362fa6
feat(search): adjust the menu search function to recognize lowercase input (#3736) 2024-04-12 16:12:52 +08:00
No name
e8a86ec8b9
fix: breadcrumb is displayed despite the menu being hidden (#3733)
* fix: bug RangePicker with componentProps valueFormat ('YYYY-MM-DD') does not return the formatted value when using form validate() method #3690

* fix: breadcrumb is displayed despite the menu being hidden
2024-04-11 14:37:20 +08:00
joeguang
9784cdc840
perf: 优化水印在控制台可以hide的问题 (#3732) 2024-04-11 14:36:24 +08:00
zhang
13b031eef9
fix(BasicModal): 修复BasicModal添加wrapClassName样式异常问题 (#3726)
* fix(BasicModal): 全屏样式异常

* fix(BasicModal): 修复BasicModal添加wrapClassName样式异常问题

* fix(BasicModal): 修复BasicModal添加wrapClassName样式异常问题
2024-04-10 16:10:31 +08:00
sea
c9966b1f13
chore: add Inspector(developer open vscode) (#3725) 2024-04-10 16:10:13 +08:00
zhang
6054fa2ffa
fix(BasicTable): 修复BasicTable数据为空时,重置后高度不能自适应问题 (#3724)
* fix(BasicTable): 修复BasicTable数据为空时,重置后高度不能自适应问题

* fix(BasicTable): 修复BasicTable数据为空时,重置后高度不能自适应问题
2024-04-10 16:09:31 +08:00
Zhong
212e78fa76
fix(component): resovle fullscreen content issues with "fixedHeight" and "contentFullHeight" combined (#3721) 2024-04-10 16:09:16 +08:00
sea
890ff8f338
types: complete dirctives and v-role custom color (#3718)
* types: complete dirctives

* chore: v-auth custom color
2024-04-09 20:33:57 +08:00
zhang
ade6d4c22d
fix(Modal): 修复BasicModal跟原生Modal样式冲突问题 (#3720) 2024-04-09 10:39:05 +08:00
jinmao88
0bbc2ef4ba
chore: Create stale.yml 2024-04-08 15:14:31 +08:00
zhang
de5f9e3047
feat(BasicTable): 新增表格搜索获取参数的方法 (#3715)
* feat(BasicTable): 新增表格搜索获取参数的方法

* feat(BasicTable): 新增表格搜索获取参数的方法

* feat(BasicTable): 新增表格搜索获取参数的方法

* feat(BasicTable): 新增表格搜索获取参数的方法
2024-04-05 13:42:30 +08:00
Zhong
38d58ab47a
fix(component): resolve the error when clicking on a row when clickRowToExpand is true (#3714) 2024-04-04 08:35:17 +08:00
likui628
6528dc45df refactor: improving the readability 2024-04-02 16:25:35 +08:00
Electrolux
b28a46edcb
feat(feature):upload->preview & upload->resultfield (#3707)
* feat(components->upload->resultField): upload和imageupload组件中添加resultField与demo

* feat(components->upload->preview): upload组件中添加自定义预览组件的方法与demo
2024-03-31 07:02:02 +08:00
1455668754
b5c87cf6ab
fix: 1.修正ImageUpload直接使用时无法正常回传value 2.修正ImageUpload无法正常初始化第一次传值 (#3704) 2024-03-31 07:01:51 +08:00
Electrolux
c7ab4a5298
feat(type->api): resultField推断api的返回值应该包含recordbale类型 (#3699)
* feat(type->api): resultField推断api的返回值应该包含object类型

* perf(format): simplify type about api response
2024-03-29 09:09:04 +08:00
zhang
573fd53b4e
fix(menu): top menu and breadcrumb show wrong (#3703) 2024-03-29 09:07:55 +08:00
苗大
ea863f2d2d
style(BasicTable): 表头帮助图标 多余颜色样式去除, 修复深色图标看不清问题 (#3701) 2024-03-28 18:30:47 +08:00
Electrolux
954f04f1c8
fix(koa->upload): fix the error that occurs when uploading files in the test server of Koa. (#3698)
* fix(koa->upload): 修复koa上传文件的报错

* fix(koa->upload): 补充遗漏的返回值

* fix(koa->upload): 补充遗漏的返回值
2024-03-28 10:28:55 +08:00
Werheng Zhang
05030ee984
refactor: 优化代码 (#3695)
优化变量使用及定义的顺序
优化ts及tsx文件类型
使用===替换==
替换不必要的map为forEach
优化部分注释
2024-03-27 14:22:54 +08:00
No name
09f795e00e
fix: bug RangePicker with componentProps valueFormat ('YYYY-MM-DD') does not return the formatted value when using form validate() method #3690 (#3691)
close #3690
2024-03-27 09:29:54 +08:00
苗大
c1809cd6c5
fix: 菜单搜索功能修复 (#3688) 2024-03-26 14:19:22 +08:00
苗大
7c52f083db
feat(VirtualScroll): 虚拟滚动增加滚动到顶部, 底部, 指定项方法 (#3687) 2024-03-25 14:24:29 +08:00
zandko
9882e8df86
feat(input): add auto-trimming for vxe-table input components (#3684)
* fix: Correct spelling errors in form component

* fix: Correct spelling errors in form component

* fix: Correct spelling errors in vxetable component
2024-03-25 11:41:53 +08:00
0x588
264f34e49d
fix: 修复菜单在MIX_SIDEBAR模式下title显示为name的问题 (#3682) 2024-03-22 14:06:40 +08:00
阿朱quq
54f8584443
fix: Correct spelling error in comments (#3678) 2024-03-19 16:03:18 +08:00
Caichong
c33ee66473
fix: remove duplicate code (#3674) 2024-03-15 16:50:46 +08:00
Ze.Rui
0434e718ed
Pref: 路由菜单取title字段 而不是name,树结构数据修改 (#3666)
* perf: 修改路由菜单获取title字段

* perf: 调整树结构获取的数据源

* perf: 修改getI18nName 获取值方式

---------

Co-authored-by: 赵泽瑞 <zhaozerui@jilinxiangyun.com>
2024-03-15 16:50:31 +08:00
松鼠
3d733de399
fix(ApiSelect): ApiSelect的isFirstLoaded赋值逻辑,只有当加载报错时才能恢复未初次加载状态 (#3671) 2024-03-14 10:02:20 +08:00
苗大
02b3a2fce8
chore: typo in Container (#3669) 2024-03-12 15:27:47 +08:00
invalid w
e26a4ee9cb chore: remove the volar plugin because it is not recommended for use 2024-03-12 09:22:42 +08:00
Zhong
c7631fed68
fix(router): resolve menu loading failure when permission is in "role mode" (#3660)
closed #3655
2024-03-07 13:59:32 +08:00
Caichong
a4cc1d5316
fix: typo in locale (#3659) 2024-03-07 11:32:32 +08:00
crudboy
c827ffb8e6
fix(component): insertNextAt is not a function (#3656) (#3657) 2024-03-06 20:31:36 +08:00
Zhong
d42acb477c
fix(component): resolve the defaultValue error in setting the date type (#3652)
closed #3651
2024-03-06 09:16:37 +08:00
Zhong
bc5e5fa015
fix(component): resolve the issue of "vxe-table" export function not being able to be used (#3646)
closed #3614
2024-03-05 19:28:15 +08:00
codelo
32061f468c
chore: Update README.zh-CN.md (#3648)
vite4, vite2 => vite5
2024-03-05 19:23:48 +08:00
Mr.Dear
9372f1d159
feat: fix ellipsis bug (#3644) 2024-03-05 13:05:26 +08:00
Zhong
7ec9344be8
fix(router): resolve the next function being called twice (#3643)
closed #3642
2024-03-05 10:26:05 +08:00
黄小民
89830ec7e6
fix: basemodal 无法透传 attributes 至 Modal.tsx (#3637) 2024-03-04 10:56:20 +08:00
Zhong
eae68bb029
fix(layout->user-dropdown): resolve warning "Invalid prop name: key is a reserved property" (#3640)
closed #3639
2024-03-02 10:07:41 +08:00
kian
ca3ddd19f7
feat(watermark): support custom style (#3634) 2024-03-02 10:05:24 +08:00