Commit Graph

1160 Commits

Author SHA1 Message Date
vince c37ed8f7e9
Merge pull request #3988 from snapea/fix/mult-upload
fix(upload): 修复上传组件删除无效bug
2024-08-01 05:10:24 +08:00
wen zhenjin 371c972cc1 fix(upload): 修复上传组件删除无效bug 2024-07-31 11:50:40 +08:00
vince b0c0b916fd fix: Wrong color value 2024-07-31 00:26:08 +08:00
苗大 25699c0b60
feat(Preview): 优化实例创建更新逻辑, 防止重复创建dom (#3979)
* perf(Preview): 优化实例创建更新逻辑, 防止重复创建dom

* perf: 逻辑优化
2024-07-26 14:30:14 +08:00
Sny 5b7b6b1780
chore(component): 优化EditableCell组件handleSubmit方法报错时增加warn日志显示 (#3981)
closed #3869
2024-07-26 14:28:20 +08:00
clddup baf406e7e2
chore: 格式化代码 (#3972) 2024-07-19 16:47:21 +08:00
苗大 1745f480fd
fix: typo opend -> opened (#3968) 2024-07-17 13:56:09 +08:00
fourteendp cec5c11289
fix(VxeTable): 修复VxeTable自定义组件重复注册导致控制台警告 (#3944) 2024-07-04 14:12:52 +08:00
Allure-eve dd1b16acdc
fix(BasicTable): ColumnSettings.vue columnOptions typeof lost (#3941) 2024-07-04 08:50:58 +08:00
fourteendp 64a4992a84
fix(VxeTable): 更新vxe-table以及相关依赖,修改废弃API至最新 (#3939) 2024-07-04 08:49:47 +08:00
jinmao88 cae5538aba fix(VxeTable): update vxeTable ,fix imports and support theme change 2024-06-24 16:33:55 +08:00
1455668754 e7868e7193
fix: vxe-table index.css已废弃,切换至all (#3926)
fix: vxe-table index.css已废弃,切换至all
2024-06-24 16:06:25 +08:00
Electrolux 65fba1c329
perf(UploadPreviewModal): delete invalid assign (#3915) 2024-06-13 18:24:11 +08:00
Electrolux cca7f59fac
fix(BasicForm->Upload): setValue and defaultValue uncertain && rule about first render (#3900)
* chore: upload component defaulttype should be array

* chore: upload component setFieldsValue  should be array

* chore(upload): split event between change and  update:value

* update

* update
2024-06-06 15:27:15 +08:00
1455668754 4974de2553
chore: typo destroy word 2024-06-04 16:23:02 +08:00
No name f83002441d
fix(dataSource): BasicTable Component with dataSource is not working (hot fix) (#3888) 2024-06-04 16:22:09 +08:00
xachary d5fed8a47c
perf(menu->search): highlight match chars when search menu (#3880)
* fix: state mutations in computed getters should be avoided

* fix: type about getDataSourceRef

* perf(menu search): highlight match chars when search menu
2024-05-31 09:55:27 +08:00
Electrolux d9cdf3f034
chore(upload): use uid && fix handleDelete (#3872)
* chore(upload): 重构组件,添加key作为标识

* fix(upload): 显式传入handleDelete

* update case
2024-05-31 09:54:05 +08:00
Electrolux 0bc01d8528
feat(form): add valueFormat for schema (#3873) 2024-05-31 09:53:50 +08:00
Jun 5d36b1a560
fix: 修复表单重置后,页面变化了,但是由于异步问题导致表单内部的状态没有及时同步 (#3882) 2024-05-29 21:56:56 +08:00
No name c89417f523
fix(loading): useLoading is not working as expected (#3877)
* fix(loading): useLoading is not working as expected

* chore: remove comment

---------

Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-05-28 09:14:55 +08:00
Electrolux dcba0ca837
perf(form->util): duplicate judge (#3865) 2024-05-23 21:59:44 +08:00
xachary fee808198e
fix(useDataSource): state mutations in computed getters should be avoided (#3859)
* fix: state mutations in computed getters should be avoided

* fix: type about getDataSourceRef
2024-05-23 08:20:41 +08:00
zhang cfdb09fe5b
style: format code style (#3857)
* first commit

* style: format code style

* style: format code
2024-05-22 22:40:56 +08:00
wangjinchuan108 bcd98ee067
fix(Loading): 处理v-loading指令和useLoading的内存泄露 (#3861)
Co-authored-by: jinchuanwang <1085296443@qq.com>
2024-05-22 22:39:51 +08:00
No name 144cdd4680
fix(Application): search menu now correctly lowercases input keys (#3842) 2024-05-14 14:07:57 +08:00
Electrolux 265627fcc8
feat(BasicForm): add prefix slot for schema (#3840) 2024-05-13 18:29:42 +08:00
zhang 22052f10f9
fix(BasicForm): when value is 0 or false resetFields is not work (#3828)
* fix(BasicForm): when value is 0 or false resetFields is not work

* fix(BasicForm): when value is 0 or false resetFields is not work
2024-05-11 06:56:36 +08:00
zzy-jonay 478802b426
fix(BasicForm): 修复FormSchema中使用ifShow隐藏字段时,默认表单查询重置按钮位置偏移量计算问题 (#3830) 2024-05-10 17:51:50 +08:00
Electrolux 0ee721183b
feat(codeEditor): add type and config && add use case (#3829)
* chore(codeEditor): add type and config && add use case

* type(codeEditor): perf the config

* fix annotate

* fix annotate
2024-05-10 16:37:22 +08:00
Electrolux 7538c57db7
fix(BasicForm): setFieldsValue not work in form when use date comp (#3819)
* fix(BasicForm): setFieldsValue not work in form when use date comp

* fix(BasicForm): add lost time component
2024-05-09 09:12:36 +08:00
Electrolux 88e77dbf99
perf(BasicForm): fix invaild defaultValue && split-setdefault-setvalue (#3815) 2024-05-08 14:05:54 +08:00
Electrolux 4348d21da8
fix(imgUpload): disabled not effect in the form (#3809) 2024-05-06 14:57:26 +08:00
zhang ef5285385f
chore: format code style (#3808)
* first commit

* style: format code style

* style: format code style
2024-05-06 08:46:25 +08:00
Electrolux ba5b8f8506
perf(util): remove handleInputNumberValue (#3806)
* perf(util): remove handleInputNumberValue

* fix: remove unuse fn
2024-05-02 03:22:53 +08:00
Song XinXin 08a1f7b682
fix(BasicForm): 修复 SetFieldsValue 设置值时,会将 Number 类型的值转为 string (#3802) 2024-04-30 07:02:35 +08:00
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
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
Electrolux 69a6e9023e
fix(upload): disabled prop not effect to upload in the form (#3780) 2024-04-23 16:12:07 +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
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
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
Henry Rao 04d4c5cd66
fix(components->Upload): 修复文件上传过程中删除文件终止上传时,上传状态未改变不能关闭Modal的bug (#3761) 2024-04-18 12:20:59 +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