vben
762e5dee14
fix: 修复循环依赖问题
2023-04-06 23:16:15 +08:00
vben
8e5a6b7ce5
perf: 修复部分 eslint 错误
2023-04-05 22:47:14 +08:00
vben
ba2415c3b4
chore: Extract lint config
2023-04-04 16:55:34 +08:00
zty
b66a83c10f
fix: upload component preview .webp image ( #2631 )
...
Co-authored-by: tianyuan233 <zty.dev@outlook.com>
2023-03-16 13:05:07 +08:00
前端爱码士
f1717973c4
fix: 修复props中Array类型定义问题 ( #2491 )
2023-01-18 11:16:43 +08:00
前端爱码士
a12c5706e8
fix: 修复props默认字段default返回空对象语法问题 ( #2369 )
2022-11-14 11:54:30 +08:00
lzdjack
a462be0a5e
fix: 修复上传附件之后回显了多余条目 ( #1495 )
2021-12-18 22:25:49 +08:00
vben
3fcfac1f37
wip: Upgrade ant-design-vue 3.0
2021-11-24 23:25:13 +08:00
nsk
3b3f6c903a
fix: some mistakes close #1349 , close #1250 close#1245 ( #1373 )
...
* fix(Loading): add theme prop, The repair background prop does not take effect
* fix(AppLogo): fix title line height
* fix(Table,Upload): fix #1349 #1250 #1245
2021-11-15 18:59:28 +08:00
erniu
935d4fc12d
feat(Upload): 兼容ant-design-vue的upload属性 ( #1247 )
...
1. 兼容`name`属性,用于自定义发到后台的文件参数名; 2. 兼容`filename`属性
Co-authored-by: erniu <joe.cheng237@gmail.com>
2021-10-05 22:53:21 +08:00
无木
656ee4e5c9
fix(upload): `accept` not work as expected
...
修复basicUpload的accept属性未按预期工作的问题
2021-09-11 21:47:04 +08:00
vben
56a966cfbf
chore: format code
2021-08-24 22:41:48 +08:00
vben
e15b4f14db
fix: fix all types of errors, compatible with volar plugin
2021-08-17 23:04:29 +08:00
无木
05329ce950
fix(upload): ensure the value type is correct
...
修复BasicUpload组件在设置null值时的问题
2021-07-09 00:22:00 +08:00
无木
16c5d327f1
feat(basic-upload): `value` support v-model
2021-06-30 17:02:50 +08:00
无木
49e72a8e76
feat(basic-upload): add preview-delete event
...
添加预览Modal中删除文件的事件
close : #835
2021-06-30 16:35:00 +08:00
Vben
4f20d45f9d
chore: type optimization
2021-06-17 21:43:53 +08:00
Vben
3f6920f7a9
perf(component): optimize tree and upload components
2021-06-11 23:19:03 +08:00
无木
437692869a
fix(upload): ensure preview items valid
2021-06-05 18:10:58 +08:00
Vben
c9089c3243
chore: typo
2021-04-13 21:42:10 +08:00
Vben
5b8eb4a49a
feat: dark mode
2021-04-07 23:39:54 +08:00
Vben
2c6aa8528d
refactor: code optimization
2021-03-10 22:28:37 +08:00
vben
4d7001bbcf
refactor(design): add windicss
2021-02-17 22:07:22 +08:00
vben
91e004e211
fix(upload): fix maxNumber not work #240
2021-02-05 23:27:42 +08:00
vben
70c0877d4f
chore: some typo
2021-02-05 01:07:36 +08:00
vben
9edc281322
chore: format code by eslint #222
2021-01-28 23:30:50 +08:00
vben
18ad1bcc6e
fix: upload component not work #169
2021-01-11 21:15:34 +08:00
vben
99ac309fa9
wip: support vite
2021-01-09 23:28:52 +08:00
vben
31ff0559fe
feat(page-wrapper): added pageWrapper component
2021-01-05 21:45:05 +08:00
vben
ed213d878b
fix(sider): mix mode adaptation in the left menu
2020-12-31 00:49:32 +08:00
vben
930383f9ae
feat: add mainout page demo
2020-12-23 22:55:14 +08:00
vben
2ee01fa6ea
perf(import): perf components import
2020-12-23 22:27:46 +08:00
vben
a65ad9edd5
wip(menu): perf menu
2020-12-15 00:15:34 +08:00
vben
6b3195b4ca
fix(comp): fix the memory overflow problem of component containing keywords
2020-12-12 00:32:21 +08:00
vben
29461a8568
fix: file upload key loss #120
2020-12-08 22:18:20 +08:00
陈小婷
5dc8226ce1
fix: 整体图标调整
2020-12-08 00:22:55 +08:00
vben
fb5395b540
fix(upload): fix file upload key loss #120
2020-12-07 22:38:44 +08:00
vben
74e62cbc71
feat: add useDesign
2020-12-07 22:38:44 +08:00
vben
bd6b203fa9
fix(upload): repair file upload and delete invalidation
2020-12-07 22:38:43 +08:00
vben
962f90de44
feat: support vscode i18n-ally plugin
2020-12-01 23:51:39 +08:00
vben
dc09de1e05
feat: multi-language component
2020-11-26 00:46:51 +08:00
vben
be2b8a7e17
feat: integrate upload components into form by default
2020-11-18 23:10:29 +08:00
vben
99303a9987
chore: rename Application to app
2020-11-18 22:52:13 +08:00
jq
815250ed34
fix: update upload component
2020-11-18 22:08:20 +08:00
vben
661db0c767
perf(upload): improve upload component
2020-11-15 13:22:34 +08:00
jq
746d4a745d
wip: add upload component
2020-11-12 00:06:12 +08:00