2233 Commits

Author SHA1 Message Date
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
xachary
aef90aa2a0 fix(CropperAvatar): wrong type about the prop size (#3635) 2024-03-02 10:02:18 +08:00
xachary
ab55cbf99b fix(Login): avoid infinite loop when query redirect to next route redirect (#3630). resolve #3620 #3627 2024-02-27 18:14:06 +08:00
xachary
1a7ae0e810 fix(LayoutSidre): resolve the breakpoint conflict. resolve #3605
* fix(LayoutSidre): resolve the breakpoint conflict

* docs: update comment

* fix(LayoutSider): add trigger footer limit
2024-02-23 09:32:14 +08:00
shixi
b7944690d1 fix(typo): fileservice class name (#3625)
我觉得这是个错误的名字
2024-02-22 16:05:07 +08:00
Carlos Andres Padillla Sainz
76ffd8fdf1 fix: Update TableAction.vue (#3619)
Clearing icon property to avoid using icon name in PopConfirmButton and delegate the icon only to the Icon component
2024-02-21 16:09:19 +08:00
xachary
246d1be89e refactor(Exception): support original status values with not overrided (#3610) 2024-02-20 17:25:00 +08:00
Li Kui
b233973974 fix: TableAction设置icon显示iconify关键字 (#3608) 2024-02-19 19:44:55 +08:00
xingyu
0cb379e5ab chore: update deps (#3602)
* chore: up vue 3.4.13 antdv 4.1.0

* fix: stylelint

* chore: update deps

* feat: vite-html

* fix: eslint

* fix: type check

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
2024-02-19 11:45:29 +08:00
xachary
b6bcf8d36d fix(CropperModal): beforeUpload should return false (#3601) 2024-02-19 11:37:55 +08:00
xachary
5ec4446443 fix(PopConfirmButton): avoid type lint error (#3600) 2024-02-19 11:26:20 +08:00
xachary
236ddf3471 fix: repair login about redirect query (#3592)
* fix: repair login about redirect query

* fix: about buildRoutesAction and redirect

* fix: make sure unknown redirect will back to home
2024-02-11 14:30:44 +08:00
Tian_ya_luer
e6a73840ab fix: 当TableAction的actions属性中的ActionItem传递了color属性时,PopConfirm的指示箭头颜色异常问题 (#3597)
Co-authored-by: linja <linja@film.com>
2024-02-11 14:30:12 +08:00
xachary
6f4bdae5c2 fix(BackTop): repair BackTup comp (#3581) 2024-01-30 14:14:23 +08:00
Owen Tsai
62c124ef45 chore: update README.md (#3575) 2024-01-25 13:16:38 +08:00
xachary
43aa743032 fix(BasicForm->FormItem): model should update before event call (#3573). resolve #3570 2024-01-24 17:10:36 +08:00
苗大
778ebe1f44 fix(PageWrapper): 修复headerSticky样式 (#3569) 2024-01-24 09:03:15 +08:00
xachary
a1e862bde7 fix(ScrollContainer): enable x scroll (#3564) 2024-01-23 21:11:43 +08:00
luchanan
e6a7e4c4fc perf(component): formItem: label支持函数渲染 (#3504)
* perf(component): formItem: label支持函数渲染

(cherry picked from commit abd6e2b1298712e58cc69cdaa55f44e3393b71a5)

* perf(component): formItem: label支持函数渲染

* feat(component): formItem: label支持函数渲染

* perf(component): formItem: label支持函数渲染

(cherry picked from commit abd6e2b1298712e58cc69cdaa55f44e3393b71a5)

perf(component): formItem: label支持函数渲染

feat(component): formItem: label支持函数渲染

* chore: update label type

---------

Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-01-21 21:27:50 +08:00
xachary
b750fc9e51 style(tabs): tab close button position (#3560) resolve #3557 2024-01-20 10:57:03 +08:00
xachary
54af5bb42d fix(BasicTable->useColumns): handle deep colunm hidden (#3561) resolve #3559 2024-01-20 10:56:16 +08:00
xachary
e6797043c5 fix(test-server): test-server can not lanuch (#3554) 2024-01-19 09:34:18 +08:00
Li Kui
2c121edd3d chore(i18n): add ts,js file support (#3552) 2024-01-18 15:42:31 +08:00
苗大
f3fbb57dc9 fix: typo substract -> subtract (#3551) 2024-01-17 19:37:45 +08:00
xachary
a121b32252 fix(BasicTable): BasicTable resize wrong in modal (#3549) 2024-01-16 16:50:57 +08:00
crudboy
0c1235e75a fix: (demo->page>form>high) expose getDataSource close #3529 (#3530) 2024-01-16 16:49:12 +08:00
xachary
974c1fad7f fix(BasicTable): getSelectRows return duplicate records (#3545) 2024-01-15 14:06:19 +08:00
xachary
e23e3383dd fix(BasicTable->rowKey&scroll): declear and usage about rowKey and scroll (#3541)
* fix(rowKey&scroll): declear and usage about rowKey and scroll

* fix: key/keyValue type declare fix
2024-01-12 14:20:45 +08:00
xachary
69c36021fa fix(BasicTable): selection wrong by click input when cross pages (#3540). resolve #3539 2024-01-12 09:17:25 +08:00
xachary
abae7f3295 feat(BasicTable): table enable accordion expand (#3533). resolve #3525 2024-01-11 15:29:36 +08:00
xachary
83f16da2d3 fix(ApiCascader): wrong api reload (#3536) resolve #3534 2024-01-11 15:28:45 +08:00
Yao
0589458b2d fix: change salesProductPie.vue's data name to '成交占比'. (#3524)
Co-authored-by: gakkispy <12834847+gakkispy@user.noreply.gitee.com>
2024-01-10 14:39:21 +08:00
xachary
49fdb6c986 fix: content fixed mode with blank page (#3523) 2024-01-10 14:32:34 +08:00
xiaoMingTongXue
50276cb602 fix(layout): 修复切换导航栏模式,分割菜单的状态不同步,导致页面内容区域存在被遮挡的问题 (#3519)
Co-authored-by: chengmingrui <chengmingrui@oneaiops.com>
2024-01-10 09:24:12 +08:00
zhang
8f175fca21 chore(menu): about icon is missing (#3522) 2024-01-09 16:19:06 +08:00
xachary
6978517a3a fix(config): vite:html warning (#3518) 2024-01-08 15:57:06 +08:00
superlollipop
c2c9f4f556 fix: contextmenu location not right when body with scroll (#3516)
Co-authored-by: quanbisen <bisen_quan@lebo.cn>
2024-01-08 11:15:49 +08:00
invalid w
a20bac1682 chore(hooks): lock vue version to 3.3.4 2024-01-08 10:27:32 +08:00
invalid w
f2a0f73028 chore(deps): lock the version of Vue to 3.3.4
由于vue的3.4.x版本与 antdv的4.0.x版本不兼容,但是antdv的 4.1.x类型定义有些问题,所以暂且锁死vue的版本
2024-01-08 10:05:46 +08:00
invalid w
f9fc369637 Revert "chore(deps): update ant-design-vue version to 4.1.0. resolve #3495"
This reverts commit 445ea238fb.
2024-01-08 10:01:25 +08:00
invalid w
445ea238fb chore(deps): update ant-design-vue version to 4.1.0. resolve #3495 2024-01-06 09:26:15 +08:00
xingyu
e6c7b5f928 feat(deps): update vite version to 5.x (#3508) 2024-01-06 09:19:52 +08:00
xachary
d709dd67b5 fix: scroll back to top when tab switch (#3498). resolve #3490 2024-01-05 09:54:05 +08:00
xachary
7ffe1726b9 fix(layout->menu): can`t hover when menu is colappsed (#3499) resolve #3492 2024-01-05 09:52:19 +08:00
luocong2016
f0ca8d5a03 fix(component->markdown): 浏览器媒体获取兼容 (#3470) 2024-01-05 09:48:04 +08:00
xingyu
626c54504e chore: update deps (#3465)
* chore: update deps

* fix: eslint

* chore: update deps

* chore: stylelint v16

* fix: stylelint

* fix: typecheck

* chore: node v18.12.0

* fix: type

* fix: style

* chore: up vue 3.4.3

* chore: prettier format

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
2024-01-05 09:45:30 +08:00
nullcache
6fbb57621e fix: handleFormValues 不再将所有空字符串转换为undefined (#3496) 2024-01-02 20:18:52 +08:00
xachary
d88f455cd3 fix(BasicTable): showIndexColumn/showRowSelection cache should by route name (#3489) 2024-01-02 09:46:41 +08:00
xiaoMingTongXue
98e2e4c89a fix(BasicForm): 修复 useComponentRegister 方法无法添加自定义的组件,添加时爆类型错误的问题 (#3483)
* types(component): 修复 useComponentRegister 方法无法添加自定义的组件,添加时爆类型错误的问题

* types(component): 修复 table 组件的 useTableForm 入参的 fetch 和 TableActionType 的 reload 类型定义报错的问题

---------

Co-authored-by: chengmingrui <chengmingrui@oneaiops.com>
2024-01-02 09:44:50 +08:00