vben
|
a7a8b894c1
|
fix(transition): fix transition not work
|
2021-01-04 22:18:05 +08:00 |
|
vben
|
da76f3c77b
|
fix(layout): fix layout scale error
|
2021-01-04 21:32:06 +08:00 |
|
vben
|
7a07b703d1
|
fix(table): table memory overflow
|
2021-01-04 21:32:05 +08:00 |
|
vben
|
97180e83f5
|
feat(layout): added setting. Used to fix the left mixed mode menu
|
2021-01-03 10:42:19 +08:00 |
|
vben
|
5c27353467
|
fix(table): restore the property of the table
|
2021-01-02 22:34:32 +08:00 |
|
vben
|
af55511bd6
|
fix(table): table columns setting error
|
2021-01-02 10:28:44 +08:00 |
|
vben
|
aa596af608
|
fix(table): table columns setting will uncheck all render columns #154
|
2021-01-02 10:04:46 +08:00 |
|
vben
|
a0681cca8f
|
fix(demo): fix demo error
|
2020-12-31 22:45:08 +08:00 |
|
vben
|
9c2f3f30bb
|
refactor(table): refactor table #150 #148 #146 #130 #76
|
2020-12-31 21:24:47 +08:00 |
|
vben
|
e09e0a1253
|
fix(table): wrong tag label style #134
|
2020-12-31 00:34:20 +08:00 |
|
vben
|
d9b58e46ae
|
style(layout): update layout style #149
|
2020-12-31 00:20:41 +08:00 |
|
vben
|
116a1f7745
|
wip(table): perf table #136,146,134
|
2020-12-31 00:11:44 +08:00 |
|
vben
|
3549043f37
|
wip(table): perf table
|
2020-12-28 23:33:23 +08:00 |
|
vben
|
a305e59124
|
fix(form): form validate error
|
2020-12-28 22:04:05 +08:00 |
|
vben
|
08df198710
|
fix(form): form-item style error
|
2020-12-28 01:47:24 +08:00 |
|
vben
|
4ff1c408dc
|
wip(form): perf form
|
2020-12-25 01:09:44 +08:00 |
|
Pom
|
877311f9df
|
fix(table): Update useDataSource.ts (#131)
假如数据变少,导致总页数变少并小于当前选中页码,通过getPaginationRef获取到的页码是不正确的,需获取正确的页码再次执行
|
2020-12-17 17:18:18 +08:00 |
|
vben
|
9bb751475d
|
perf: tsx use useExpose
|
2020-12-08 22:53:29 +08:00 |
|
vben
|
bd6b203fa9
|
fix(upload): repair file upload and delete invalidation
|
2020-12-07 22:38:43 +08:00 |
|
Heresy
|
404db2fb49
|
fix(table): fix unsuccessful saving of row edit table (#117)
Co-authored-by: heresy <Heresy@chxian.com>
|
2020-12-07 22:37:33 +08:00 |
|
vben
|
59ad82442b
|
fix(table): fix table setting error
|
2020-12-06 00:05:26 +08:00 |
|
vben
|
c303ec1a23
|
refactor: refactor route
|
2020-12-03 21:49:32 +08:00 |
|
vben
|
962f90de44
|
feat: support vscode i18n-ally plugin
|
2020-12-01 23:51:39 +08:00 |
|
vben
|
54d1405646
|
fix: fix table column settings not displayed by setting
|
2020-11-28 19:15:28 +08:00 |
|
vben
|
de499a1455
|
fix: fix the display problem of table icon
|
2020-11-28 17:25:35 +08:00 |
|
vben
|
81baf1d5c4
|
perf: perf modal and drawer
|
2020-11-27 23:41:45 +08:00 |
|
vben
|
73c8e0c158
|
perf: perf component
|
2020-11-26 21:19:39 +08:00 |
|
vben
|
dc09de1e05
|
feat: multi-language component
|
2020-11-26 00:46:51 +08:00 |
|
vben
|
6e03e05032
|
perf: perf context menu
|
2020-11-25 21:06:00 +08:00 |
|
vben
|
0692b4798c
|
refactor: refactor layout
|
2020-11-24 22:59:29 +08:00 |
|
vben
|
ba068ba1df
|
wip: refactor layout
|
2020-11-23 23:24:13 +08:00 |
|
vben
|
b49950a390
|
fix: fix useTimeoutFn not work
|
2020-11-21 22:47:10 +08:00 |
|
vben
|
46e0875374
|
chore: add some notes
|
2020-11-18 22:41:59 +08:00 |
|
vben
|
c8ef82b2c1
|
fix(form): fix baseColProps not work
|
2020-11-18 00:06:44 +08:00 |
|
vben
|
0b6110a8fc
|
feat(form-page): add form page demo
|
2020-11-17 17:02:42 +08:00 |
|
vben
|
661db0c767
|
perf(upload): improve upload component
|
2020-11-15 13:22:34 +08:00 |
|
vben
|
261936b117
|
revert(table): revert form type annotation
|
2020-11-13 07:33:10 +08:00 |
|
vben
|
1d45617e4a
|
refactor(form): enhanced form customization and dynamic capabilities
|
2020-11-13 00:42:52 +08:00 |
|
vben
|
d9b1960030
|
refactor(hooks): introduce vueuse, delete duplicate hooks
|
2020-11-12 22:40:16 +08:00 |
|
vben
|
ecfb702b09
|
fix: type error
|
2020-11-12 22:20:15 +08:00 |
|
jq
|
746d4a745d
|
wip: add upload component
|
2020-11-12 00:06:12 +08:00 |
|
vben
|
5832ee6697
|
feat(form): support function type of form item
|
2020-11-10 22:30:52 +08:00 |
|
vben
|
cdf2c59e5c
|
fix(table): fix the problem that multi-level header configuration does not take effect
|
2020-11-08 18:28:03 +08:00 |
|
vben
|
36a7e70cee
|
chore: update deps
|
2020-11-08 18:01:10 +08:00 |
|
vben
|
db0bfc8863
|
fix(table): fix table type error
|
2020-11-04 21:39:06 +08:00 |
|
vben
|
69af37ec88
|
fix(table): fix table typo
|
2020-11-03 00:59:39 +08:00 |
|
vben
|
b36d9486a5
|
fix(mock): fix mock paging tool error
|
2020-11-01 11:30:58 +08:00 |
|
vben
|
a1ffb61804
|
perf(table): optimize effect performance
|
2020-11-01 11:13:34 +08:00 |
|
vben
|
84b8302c09
|
fix(table): fix table search criteria collapse failure
|
2020-11-01 01:07:41 +08:00 |
|
vben
|
da4aea1399
|
fix: fix table small style (#67)
|
2020-10-31 20:34:16 +08:00 |
|
vben
|
05980a817e
|
fix(table): fix table type error
|
2020-10-31 12:56:30 +08:00 |
|
vben
|
2407b3368c
|
fix: some error
|
2020-10-31 00:15:14 +08:00 |
|
vben
|
9abf1763c7
|
perf(modal): optimize table embedding height calculation problem
|
2020-10-30 23:00:51 +08:00 |
|
vben
|
a0c3197454
|
perf: update form types
|
2020-10-25 23:51:27 +08:00 |
|
vben
|
491ba9a3cc
|
feat: add the parameter sortFn to the table
|
2020-10-25 10:51:24 +08:00 |
|
vben
|
d09406e3cb
|
feat: add the parameter submitOnReset to the form (#54)
|
2020-10-25 10:50:49 +08:00 |
|
vben
|
74d4742406
|
fix: the action column appears repeatedly in the table (#53)
|
2020-10-25 10:14:52 +08:00 |
|
vben
|
e034d1bacc
|
perf: remove optional chain
|
2020-10-23 23:11:12 +08:00 |
|
vben
|
1c075a7a32
|
fix: reset back to default value after fixing form query
|
2020-10-22 23:10:37 +08:00 |
|
vben
|
8b3a4d37a8
|
feat: add table setting
|
2020-10-21 21:44:57 +08:00 |
|
vben
|
4b384b137c
|
perf: perf TableAction
|
2020-10-20 23:47:39 +08:00 |
|
vben
|
5a6db8c640
|
fix(table): fix table actionColOptions not work
|
2020-10-20 23:30:48 +08:00 |
|
vben
|
968f791f4b
|
perf: optimize the size of the first screen
|
2020-10-20 21:06:12 +08:00 |
|
vben
|
7101587b96
|
feat: add error handle
|
2020-10-18 21:55:21 +08:00 |
|
vben
|
ddc3786b16
|
fix: fix table auto height
|
2020-10-14 22:38:20 +08:00 |
|
nebv
|
bb3b8f817d
|
feat: the production environment can be dynamically configured
|
2020-10-13 01:40:21 +08:00 |
|
nebv
|
4500214b2a
|
fix: fix editable cells cannot be entered
|
2020-10-13 01:40:10 +08:00 |
|
陈文彬
|
f2c7638bd7
|
fix: fix the style problem of the table border in the production environment
|
2020-10-08 15:26:50 +08:00 |
|
陈文彬
|
faf3f4602e
|
feat(table): add table component
|
2020-10-08 01:35:05 +08:00 |
|