Netfan
2efb5b71c3
feat: auto activate subMenu on select root menu ( #5147 )
...
* feat: auto activate subMenu on click root menu
* fix: prop name fixed
* chore: test and docs update
2024-12-16 02:57:50 +08:00
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
2024-12-15 14:26:42 +08:00
Netfan
7fbf7b189a
feat: tabbar support mouse wheel vertical ( #5129 )
...
* feat: tabbar support mouse wheel
* docs: add tabbar wheelable tips
* chore: resolve vitest test
2024-12-13 14:45:06 +08:00
Netfan
ed465d2b5b
feat: table search form visible control ( #5121 )
...
* feat: table search form visible control
* chore: fix docs and demo
* chore: type error fixed
2024-12-12 22:28:03 +08:00
Netfan
e23486dbc6
feat: form component `IconPicker` ( #5005 )
2024-12-04 21:42:21 +08:00
Vben
0df8c5c02c
refactor: reconstruct language files into multi-file structures ( #4683 )
...
* refactor: reconstruct language files into multi-file structures
* chore: typo
2024-10-19 14:28:21 +08:00
Vben
24d14c2841
refactor(adapter): separate form and component adapters so that components adapt to components other than the form ( #4628 )
...
* refactor: global components can be customized
* refactor: remove use Toast and reconstruct the form adapter
2024-10-13 18:33:43 +08:00
Netfan
ba539f6793
chore: correct spelling for 'dragable' ( #4600 )
2024-10-10 10:55:52 +08:00
Vben
60c615ce8a
refactor: adjust layout refresh button and watermark; allow static i18n on language switch ( #4579 )
...
* refactor: adjust layout refresh button and watermark; allow static i18n on language switch
* chore: typo
2024-10-06 17:27:32 +08:00
Vben
4173264805
feat: add vxe-table component ( #4563 )
...
* chore: wip vxe-table
* feat: add table demo
* chore: follow ci recommendations to adjust details
* chore: add custom-cell demo
* feat: add custom-cell table demo
* feat: add table from demo
2024-10-04 23:05:28 +08:00
LinaBell
aed31a5a4e
perf: [antd] default placeholder for input and select components ( #4551 )
...
* chore: demo of customizing form layout using tailwind
* perf: default placeholder for input and select components
* chore: update ts type
* chore: extract public methods
2024-10-03 13:04:19 +08:00
Vben
dac80703d9
feat: add sliding verification to the login form ( #4461 )
2024-09-21 21:51:40 +08:00
invalid w
000172e482
chore(@vben/common-ui): add verify component ( #4390 )
...
* chore(@vben/common-ui): 增加拖拽校验组件
* chore: 增加样式
* Merge branch 'main' into wangjue-verify-comp
* chore: 封装action组件
* chore: 拆分完成拖拽功能
* chore: 样式调整为tailwindcss语法
* chore: 导出check图标
* chore: 拖动的图标变为@vben/icons的
* chore: 完成插槽功能迁移
* fix: ci error
* chore: 适配暗黑主题
* chore: 国际化
* chore: resolve conflict
* chore: 迁移v2的图片旋转校验组件
* chore: 完善选择校验demo
* chore: 转换为tailwindcss
* chore: 替换为系统的颜色变量
* chore: 使用interface代替组件的props声明
* chore: 调整props
* chore: 优化demo背景
* chore: follow suggest
* chore: rm unnecessary style tag
* chore: update demo
* perf: improve the experience of Captcha components
---------
Co-authored-by: vince <vince292007@gmail.com>
Co-authored-by: Vben <ann.vben@gmail.com>
2024-09-21 20:52:36 +08:00
LinaBell
fbd23701de
feat: default form validation rules applicable to selector components ( #4442 )
...
* fix: hover border style same as antd style when validate error
* fix: hover border style same as antd style when validate error
* feat(@vben-core/form-ui): Default form validation rules applicable to selector components
---------
2024-09-20 09:46:03 +08:00
Squall2017
5ba3a9dec2
refactor: refactor code structure and improve demo page ( #4389 )
...
* feat: captcha example
* fix: fix lint errors
* chore: event handling and methods
* chore: add accessibility features ARIA labels and roles
* refactor: refactor code structure and improve captcha demo page
* feat: add captcha internationalization
* chore: 适配时间戳国际化展示
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-09-14 09:53:06 +08:00
Vben
9e88b8004f
fix: try to fix the ci error ( #4381 )
2024-09-12 22:43:37 +08:00
Vben
524b9badf2
feat: add VbenForm component ( #4352 )
...
* feat: add form component
* fix: build error
* feat: add form adapter
* feat: add some component
* feat: add some component
* feat: add example
* feat: suppoer custom action button
* chore: update
* feat: add example
* feat: add formModel,formDrawer demo
* fix: build error
* fix: typo
* fix: ci error
---------
Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-09-10 21:48:51 +08:00
Vben
a77cc00e9f
feat: core components support simple locale switching ( #4273 )
...
* feat: core components support simple locale switching
* fix: test error
* fix: test error
2024-08-29 22:31:49 +08:00
Vben
d2f3a9d04f
feat: preference button supports automatic positioning ( #4243 )
2024-08-26 23:17:27 +08:00
Li Kui
cd652941cd
fix: switching language does not load the translation of the component correctly ( #4205 )
...
closes #4191
2024-08-21 10:06:06 +08:00
Vben
30223f18db
feat: supports specifying the position of the preference button ( #4154 )
2024-08-14 23:02:39 +08:00
Vben
9c6e059aac
chore: semiDarkMenu renamed semiDarkSidebar ( #4152 )
2024-08-14 22:20:10 +08:00
Vben
8f40d5107c
feat: support custom background colors for sidebar and header ( #4151 )
...
* feat: support custom background colors for sidebar and header
* fix: type error
2024-08-14 21:47:37 +08:00
Li Kui
6a1e6ad99f
fix: the translation is incorrect when switching languages for the first time ( #4146 )
...
* fix: the translation is incorrect when switching languages for the first time
closes #4138
* chore: merge locale message even if default locale not exist
2024-08-14 05:29:31 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2024-08-05 21:12:22 +08:00
likui628
fd03b7c000
chore: update router locales
2024-08-01 12:53:02 +08:00
vben
cd10eb9471
feat: Regular monitoring page update [deploy]
2024-07-29 22:35:18 +08:00
Vben
376fd17a61
feat: Feature/pro docs ( #70 )
...
* chore: merge main
* feat: update docs
* feat: remove coze-assistant
* feat: add watermark plugin
* feat: update preferences
* feat: update docs
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-07-28 14:29:05 +08:00
vince
14538f7ed5
refactor(project): re-adjust the overall folder
2024-07-23 00:03:59 +08:00
vben
208d4188fc
refactor: refactor locales, separate locales within apps,fixed #12
2024-07-07 00:17:44 +08:00
vben
3571511394
perf: reduce the number of icon component instances
2024-07-06 21:53:02 +08:00
vben
265ab1108a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin-pro
2024-07-06 17:26:17 +08:00
vben
5976e255fb
feat: richer copyright and sidebar preferences
2024-07-06 17:25:38 +08:00
Li Kui
13e01d3812
fix: fix preferences locale wrong ( #28 )
2024-07-06 17:18:19 +08:00
vben
13f3af96b7
feat: add copyright components to enable preferences to configure copyright more accurately
2024-07-06 16:19:37 +08:00
vben
1425f1d11d
feat: Preferences support clearing the cache and logging out
2024-07-06 14:41:18 +08:00
vben
37a4f971c8
feat: Improve the front-end and back-end permission mode and useAccess
2024-07-06 13:28:08 +08:00
vince
8042e2b044
perf: Improve the use of store in the app
2024-07-05 23:15:46 +08:00
Li Kui
3d45b41a2d
chore: add translation for tabbar context menu
2024-07-05 10:49:39 +08:00
vince
53d37ee882
fix: fix the preference problem,close #8 , close #9
2024-07-04 22:14:51 +08:00
vben
9572d1a1c5
feat: Dynamically get the menu from the back end
2024-06-30 15:03:37 +08:00
vben
1d70d71537
feat: Support dayjs and component library in multiple languages
2024-06-30 15:42:30 +08:00
vben
c58aa26dbf
chore: update locale
2024-06-29 15:41:10 +08:00
vben
c58c0797ba
feat: add dashboard page
2024-06-23 23:18:55 +08:00
vben
89586ef2c4
fix: Page switching display is abnormal
2024-06-23 19:55:55 +08:00
vben
24aab5b4bb
feat: And surface switching loading optimization
2024-06-23 19:39:44 +08:00
vben
6afed34437
chore: Optimize multi-theme switching
2024-06-23 19:17:31 +08:00
vben
26b8c6ef27
chore: update css
2024-06-23 14:21:27 +08:00
vben
6c092e284c
chore: update demo
2024-06-16 23:25:28 +08:00
vben
95252f62f6
feat: add coze assistant
2024-06-16 23:17:40 +08:00