Commit Graph

339 Commits

Author SHA1 Message Date
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 405d7466dd fix(form): fix appendSchemaByField not work 2020-12-29 00:29:13 +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 3b126e011c perf(route): refactor guard 2020-12-28 01:31:41 +08:00
vben ebf7c8aa53 perf(modal-drawer): replace the scrollbar assembly 2020-12-28 00:16:17 +08:00
vben 73cee06daa fix(iframe): iframe loads early when closing multi-tabs 2020-12-27 23:33:33 +08:00
vben ac1a369502 perf(form): improve the form function 2020-12-27 22:25:35 +08:00
vben 4ff1c408dc wip(form): perf form 2020-12-25 01:09:44 +08:00
vben 3c3e640d69 feat(hook): add useKeyPress 2020-12-24 22:58:26 +08:00
vben 819bcbe526 feat(breadcrumb): add breadcrumb demo #143 2020-12-24 22:02:24 +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 b6e5c3f625 fix(types): fix routing type error #145 2020-12-23 21:51:22 +08:00
vben 7db0c5c49f fix: add an example of markdown embedded in the form #138 2020-12-23 21:43:06 +08:00
vben 10cd4fcdff fix(locale): fix locale.show not work 2020-12-23 21:16:27 +08:00
vben 5cbfb2a1f9 fix(charts): fix echarts does not display after refresh #140 2020-12-23 00:16:24 +08:00
vben f69aaeab5e chore: fix layout style 2020-12-22 23:18:50 +08:00
vben bd7b53f14a fix(build): fix environment variable configuration file failure 2020-12-22 22:13:03 +08:00
vben e6db0d39b9 feat(layout): add mix sidebar mode 2020-12-21 23:38:16 +08:00
vben 2e79c9f37a feat: add ripple directive 2020-12-21 22:34:07 +08:00
vben aafbb05236 chore: fix types 2020-12-21 22:20:01 +08:00
Pom 5eecec0312
perf: Update useApexCharts.ts (#139)
1、setOptions增加callback方法,返回chartInstance,以便于对图表进行再操作,例如调用updateOptions方法更新图表;
2、新增调用ApexCharts的updateOptions方法更新图表
2020-12-21 22:06:51 +08:00
Pom 877311f9df
fix(table): Update useDataSource.ts (#131)
假如数据变少,导致总页数变少并小于当前选中页码,通过getPaginationRef获取到的页码是不正确的,需获取正确的页码再次执行
2020-12-17 17:18:18 +08:00
vben de25557f86 fix(menu): fix scrillbar not work 2020-12-17 00:20:46 +08:00
vben f646e37754 feat: axios add joinTime field 2020-12-15 21:27:45 +08:00
vben c774a6d3a0 feat: support mobile layout adaptation 2020-12-15 17:22:56 +08:00
vben a65ad9edd5 wip(menu): perf menu 2020-12-15 00:15:34 +08:00
ZhaoBin ec7efcf0f0
fix(router): reserving `Redirect` after reset (#126)
After logging out and then logging in, click Refresh to display 404.
2020-12-14 15:42:44 +08:00
vben cbcd909867 wip(menu): perf menu 2020-12-14 00:41:00 +08:00
vben f81c401959 perf(tabs): perf multiple-tabs 2020-12-13 23:06:20 +08:00
vben 27e50b4747 perf(tabs): perf multiple-tabs 2020-12-13 22:05:34 +08:00
vben ed41e5082f perf(setting-drawer): perf setting-drawer 2020-12-13 21:17:37 +08:00
vben 1293a7389e fix: fix modal and drawer component missing uid 2020-12-13 00:22:30 +08:00
vben f7ec3c931e fix(icon): fix g-icon not work 2020-12-12 23:32:17 +08:00
vben 1ef49e542d fix(menu): fix menu split mode problem 2020-12-12 00:46:09 +08:00
vben 6b3195b4ca fix(comp): fix the memory overflow problem of component containing keywords 2020-12-12 00:32:21 +08:00
vben 0434030f27 fix(login): fix the problem of successful login and notify disappearing 2020-12-11 22:08:36 +08:00
vben 0daca28362 fix(keep-alive): fix the problem that the multi-level routing cache page is rendered multiple times #123 2020-12-11 16:58:46 +08:00
ZhaoBin c911af4aca
fix(theme): css filter breaking fixed position (#125)
Add css filters to `html` instead of `body`
2020-12-11 16:57:04 +08:00
wendell0316 d023fb1374
fix(menu): calc 0 不能省略单位 (#124) 2020-12-11 11:11:03 +08:00
vben 8f9eff78aa style: update back-top style 2020-12-11 00:32:09 +08:00
vben dddda5b296 feat: add search page 2020-12-10 23:58:11 +08:00
vben 4ce1d526c8 refactor(lock-page): refactor lock page 2020-12-09 22:11:34 +08:00
vben e9c28319b4 chore: perf style 2020-12-09 21:23:41 +08:00
vben a0b05e7769 chore: update menu and route i18n 2020-12-09 00:12:44 +08:00
vben 9bb751475d perf: tsx use useExpose 2020-12-08 22:53:29 +08:00
vben 29461a8568 fix: file upload key loss #120 2020-12-08 22:18:20 +08:00
vben bae53f3e2c feat: add design setting 2020-12-08 21:58:38 +08:00
陈小婷 5dc8226ce1 fix: 整体图标调整 2020-12-08 00:22:55 +08:00
vben 7bae4c3752 fix(menu): fix externalLink not work 2020-12-07 23:56:57 +08:00
vben fb5395b540 fix(upload): fix file upload key loss #120 2020-12-07 22:38:44 +08:00
vben 88f4a3f02a perf: perf menu 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
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 de1f006284 fix(menu): fix the calculation error of the top menu width 2020-12-05 16:47:16 +08:00
vben 6da377daa9 chore: remove route.meta.afterCloseLoading 2020-12-05 16:23:45 +08:00
vben 1899146f71 perf: mobile style adjustment 2020-12-05 16:14:27 +08:00
vben b884654761 fix: fix keepAlive not work 2020-12-05 09:30:51 +08:00
vben fef3644067 fix: page switching did not return to the top 2020-12-04 21:52:29 +08:00
vben f4621cc664 perf: perf loading logic 2020-12-04 21:25:33 +08:00
vben 0c2e72d22a chore: update README.md 2020-12-04 00:31:47 +08:00
vben 1bc237d77a fix(menu): fix menu icon style 2020-12-03 22:05:34 +08:00
vben c303ec1a23 refactor: refactor route 2020-12-03 21:49:32 +08:00
vben 7bfe5f753d fix: style error 2020-12-03 08:28:24 +08:00
陈小婷 4cb3784f13 feat: add search-list page 2020-12-02 00:53:00 +08:00
vben 962f90de44 feat: support vscode i18n-ally plugin 2020-12-01 23:51:39 +08:00
vben 6f8d753ae0 chore: update deps 2020-12-01 21:02:37 +08:00
vben 5db3ce7737 refactor: add loading component and demo 2020-12-01 20:59:17 +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 4982786601 fix(form): fix updateSchema error #100 2020-11-28 14:27:26 +08:00
vben 81baf1d5c4 perf: perf modal and drawer 2020-11-27 23:41:45 +08:00
vben 819127e807 fix: fix descriotions title not work 2020-11-27 22:47:40 +08:00
vben b71e4e5186 chore: modify component export method 2020-11-27 21:43:47 +08:00
vben 68a96b7f81 fix: fix spelling errors of i18n words 2020-11-27 21:19:53 +08:00
vben bb1b267e2f fix(form): fix form verification and console error message issues 2020-11-26 23:43:50 +08:00
vben e04aaa0645 fix(use-redo): refresh the page to keep the parameters(#104) 2020-11-26 23:21:23 +08:00
陈小婷 2f75a94889 feat: add basic-list page 2020-11-26 22:56:27 +08:00
vben e8ccdc7f34 fix(tree): fix tree style (#99) 2020-11-26 22:46:37 +08:00
vben 73c8e0c158 perf: perf component 2020-11-26 21:19:39 +08:00
vben 19011296ed feat: multi-language support 2020-11-26 21:10:21 +08:00
Lan b9d3d60e0f perf: Add the style injection of the top row to the form. (#102)
Co-authored-by: NorthLan <lan6995@gmail.com>
2020-11-26 01:17:42 +08:00
vben dc09de1e05 feat: multi-language component 2020-11-26 00:46:51 +08:00
vben e5f8ce3fd8 feat: multi-language layout 2020-11-25 23:20:30 +08:00
vben cedba37e4c feat: add tab drag and drop sort 2020-11-25 22:28:58 +08:00
vben 26b6109ca0 feat: add permissionCacheType setting 2020-11-25 21:26:10 +08:00
vben 6e03e05032 perf: perf context menu 2020-11-25 21:06:00 +08:00
vben 41d79008c5 refactor: refactor setting 2020-11-25 00:43:33 +08:00
vben 0692b4798c refactor: refactor layout 2020-11-24 22:59:29 +08:00
vben 25d43a5f7c fix: fix topMenu align not work 2020-11-24 00:22:01 +08:00
vben 36734100e3 chore: update menu 2020-11-23 23:30:20 +08:00
vben ba068ba1df wip: refactor layout 2020-11-23 23:24:13 +08:00
vben 234c1d1fae feat: the cache can be configured to be encrypted 2020-11-23 23:24:13 +08:00
陈小婷 3a132f3f4f feat: add card-list page 2020-11-23 22:03:40 +08:00
vben 737b1b190c wip: multi-language support 2020-11-23 00:35:15 +08:00