Electrolux
06018add79
fix(imgupload): resultField causing with error display && setField uncertain ( #3798 )
...
* fix(imgupload): resultField causing with error display
* perf(imgUpload):judge about getValue
* fix(imgUpload): set string but return uncertain
2024-04-30 06:54:55 +08:00
Electrolux
29ef0d3915
feat(upload->previewColumns): Adapt functions && chore upload demo ( #3799 )
...
* feat(upload->previewColumns): add function capability with delete fileList
* chore(upload->demo): split file && add previewColumns fn demo
* type(upload): optional handleRemove
* type(upload): remove optional handleRemove
* feat(upload->previewCol): add enhanceing handleAdd && handleDownload
* chore(upload->preview): remove previewColumns
2024-04-30 06:54:30 +08:00
xingyu
17f5b1b210
chore(deps): bump deps version ( #3790 )
...
resolve #3793
2024-04-26 08:44:18 +08:00
kazusa
338d077ab3
fix(docker): update node version of dockerfile ( #3788 )
...
node version 18 is required for pnpm.
2024-04-25 09:09:03 +08:00
invalid w
641d0b38ba
chore(doc): update changelog
2024-04-24 18:07:14 +08:00
invalid w
fa4bfc4d50
chore: relese 2.11.3
2024-04-24 18:01:47 +08:00
Electrolux
7ae2ec03a7
feat(BasicForm->Components): add beforeFetch & afterFetch to apicomp && perf the code ( #3786 )
...
* fix(apitree): fix the error way to use resultfield
* feat: add before & after Fetch fn in apiComp
2024-04-24 18:00:13 +08:00
xingyu
2f655c2127
fix(deps): lock vue version to 3.4.23 ( #3785 )
...
closed #3783
2024-04-24 10:41:52 +08:00
leelaa
1da97c3ff8
chore(github): update bug issue doc ( #3781 )
...
project's monorepo is organized using pnpm workspace, it cannot be run with npm or yarn
2024-04-23 17:54:27 +08:00
Electrolux
69a6e9023e
fix(upload): disabled prop not effect to upload in the form ( #3780 )
2024-04-23 16:12:07 +08:00
xingyu
504cf725f1
chore(deps): bump deps version ( #3776 )
2024-04-23 12:21:29 +08:00
invalid w
3623ea7f7b
chore(CI): automatically generate changelog via GitHub ( #3778 )
2024-04-23 12:18:04 +08:00
invalid w
49c4dc646a
feat(demo): use Tour component replace dirverjs ( #3777 )
...
* feat(demo): use Tour component replace dirverjs
* chore(deps): remove dirverjs package
2024-04-23 12:05:40 +08:00
invalid w
0ffd777e54
chore: relese 2.11.2
2024-04-23 09:10:32 +08:00
Electrolux
f5cd3ad593
fix(BasicForm): solve the error about setFieldValue array ( #3775 )
...
* fix(util): resolve notable to setFieldvalue array in the form
* perf(util): simpify the form event
2024-04-23 09:03:59 +08:00
fwd01
4e8ac0ec4c
chore: format code ( #3753 )
...
* feat: 格式化代码
* feat: 修改 gitlinter.yml node 版本配置
* feat: 补充格式化代码
---------
Co-authored-by: fuwedong <fuwendong5@outlook.com>
2024-04-22 10:41:30 +08:00
invalid w
d53a5b22cc
fix(ci): use for package-manager-strict
2024-04-22 10:35:19 +08:00
zhang
9c027fdcf5
chore: format code ( #3773 )
...
* first commit
* style: 格式化代码
2024-04-22 09:00:49 +08:00
invalid w
d9b9e53d33
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-04-20 17:19:17 +08:00
invalid w
d500c0b61c
chore: relese 2.11.1
2024-04-20 17:19:04 +08:00
Electrolux
65e5e71f5e
fix: the form not working when setFieldsValue through form-groups and add a demo with form groups ( #3765 )
...
* fix(util): 修复form表单批量添加的时候用setFieldsValue和model设置不生效的问题
* feat(demo): 为表单组增删添加表单组增删的demo与给出表单组赋值修复后setFieldsValue的示例
2024-04-20 17:16:06 +08:00
Electrolux
82bf0094c7
fix(batch-add-formitem):fix the form not working when setFieldsValue through form-groups and add a demo with form groups ( #3765 )
...
* fix(util): 修复form表单批量添加的时候用setFieldsValue和model设置不生效的问题
* feat(demo): 为表单组增删添加表单组增删的demo与给出表单组赋值修复后setFieldsValue的示例
2024-04-20 16:56:05 +08:00
invalid w
4a1277493b
feat: revert changelog instructions ( #3771 )
...
* chore: install conventional-changelog-cli
* chore: bump version to 2.11.0
2024-04-20 16:11:41 +08:00
invalid w
895dabfa46
docs: typo yarn -> pnpm
2024-04-20 14:39:54 +08:00
Electrolux
44b1877eae
fix(demo): 修复form demo的远程搜索不会触发的bug ( #3770 )
2024-04-19 17:30:43 +08:00
Zhong
c58c1929c1
fix(router): the issue of blank page navigation during repair of non-LAYOUT first-level route component ( #3764 )
2024-04-19 14:16:35 +08:00
xingyu
87541da27c
chore(deps): 升级最新依赖 ( #3743 )
...
* chore: update deps
* fix: eslint
* chore: update deps
* fix: typecheck
2024-04-19 11:27:30 +08:00
1455668754
302e2125ba
feat(components->Upload): 修正图片上传组件允许自定义上传格式限制 ( #3755 )
2024-04-18 14:10:32 +08:00
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