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
Vben
c3d0102cda
fix: the brand color setting does not take effect ( #4405 )
2024-09-14 21:35:12 +08:00
Vben
d27e5eeef7
fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings ( #4391 )
...
* fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings
* chore: remove test code
2024-09-13 21:46:56 +08:00
Vben
76a879d4d8
fix: fixed some style issues ( #4379 )
2024-09-12 22:03:58 +08:00
Li Kui
8f6bf6add3
perf: update menu icons ( #4357 )
2024-09-11 16:23:24 +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
3f2dcb8281
fix(@vben/web-ele): fixed some style issues in dark mode ( #4298 )
2024-09-01 22:33:11 +08:00
vben
277e98c42c
style: improve loading overlay in dark display
2024-08-31 23:23:35 +08:00
Vben
8404c12129
refactor: refactor AuthLayout to configure the login page more freely ( #4294 )
2024-08-31 21:38:24 +08:00
Vben
2b0aedbaba
style: optimizing style issues ( #4289 )
2024-08-31 14:11:01 +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
36e7ca19a1
perf: improve modal and drawer component documentation and fix known problems ( #4264 )
...
* feat: improve modal and drawer component documentation and fix known problems
* chore: update ci
2024-08-28 22:26:35 +08:00
Vben
cbf601581d
feat(@vben/docs): preview components are supported within documents ( #4250 )
2024-08-27 23:22:34 +08:00
Vben
fd7b3479b4
fix: improve the display of modal and drawer on mobile ( #4237 )
2024-08-26 20:54:20 +08:00
Vben
20a3868594
feat: add modal and drawer components and examples ( #4229 )
...
* feat: add modal component
* feat: add drawer component
* feat: apply new modal and drawer components to the layout
* chore: typo
* feat: add some unit tests
2024-08-25 23:40:52 +08:00
Vben
3c17f4e9f8
perf: all icons used in the core are offline ( #4173 )
...
* perf: all icons used in the core are offline
* chore: update default icon
* chore: update shadow
2024-08-17 21:11:07 +08:00
Vben
0faf7810b6
perf: optimization of tabbar display ( #4169 )
...
* perf: optimization of tabbar display
* fix: ci error
* chore: typo
* chore: typo
2024-08-16 22:20:18 +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
Vben
83fcdec37c
feat: add swap component ( #4149 )
2024-08-14 20:37:21 +08:00
Li Kui
1a4d61cc17
fix: type `Component` is not assignable to `RouteMeta` ( #4140 )
...
* fix: type `Component` is not assignable to `RouteMeta`
* fix: ci fail
2024-08-13 21:30:14 +08:00
Vben
738bc456c8
perf: improve login page UI ( #4142 )
...
* perf: improve login page UI
* chore: update docs
2024-08-13 21:17:10 +08:00
Vben
3f9ce63868
feat: support vue file unit testing, add some components unit testing ( #4119 )
2024-08-11 21:01:22 +08:00
Vben
517acada1a
refactor: adjust all sample pages and use page components ( #4118 )
2024-08-11 20:05:52 +08:00
Vben
8725a01301
fix: inconsistent performance between breadcrumbs and tabs ( #4105 )
2024-08-10 10:30:15 +08:00
invalid w
f1e0278bd8
chore: define examples router & add ellipsis comp ( #4019 )
...
* chore: define components router
* chore: 组件路由放置到演示路由下
* Revert "chore: 组件路由放置到演示路由下"
This reverts commit 3c24632ad51f031cf95aafa49183d7c5538098bb.
* chore: typo
* chore: 增加密码强度组件
* chore: 国际化密码强度的菜单
* chore(@vben/web-antd): 迁移文本省略组件
* chore: typo
* chore: 组件命名方式遵从packages
* chore: Optimize the onExpand function
* chore: update css
* chore(@vben/web-antd): optimize the getPosition function
* chore: add ellipsis-text in comm-ui
* chore: 文本省略组件迁移至common-ui
* feat(@vben/common-ui): Tooltip的tip支持style传参
* chore: 优化组件渲染
* chore: 使用css module解决样式冲突
* chore: update props
* chore: 优化css
* chore: rm unuse attr
---------
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2024-08-09 10:57:46 +08:00
Li Kui
de90b07b6f
fix: menu-badge color not correct ( #4089 )
2024-08-09 10:52:47 +08:00
Vben
a27b1c40e5
fix: the failure of breadcrumb animation ( #4073 )
2024-08-07 22:01:45 +08:00
Li Kui
1d38fb647e
refactor: use @ant-design/fast-color instead ( #4070 )
...
* refactor: Use @ant-design/fast-color instead
* fix: test failed
* chore: remove isValidColor
All FastColor objects are valid. So isValid is always true.
FastColor("not-a-color") -> `#000000`
* refactor: rename directory `colorful` to `color`
* fix: ci fail
2024-08-07 21:28:25 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2024-08-05 21:12:22 +08:00
vben
cf0ec053e4
refactor: Integrate the @vben-core/shared package
2024-07-30 21:05:03 +08:00
vince
66fd052709
fix: fix known issues. fixed #59,fixed #61 , fixed #67 , fixed #68 [deploy]
2024-07-29 00:19:26 +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
9987451647
feat: use simpler nitro instead of nestjs to implement mock service
2024-07-20 08:31:05 +08:00
vince
9ec91ac16d
feat: add breadcrumb navigation example
2024-07-19 01:26:13 +08:00
vince
276ef2ebc3
fix: fix a series of known problems,fixed #54
2024-07-18 21:59:18 +08:00
vince
01e95e029f
feat: add v-access directive
2024-07-18 21:31:34 +08:00
vince
910a3553ac
perf: reorganize the icons and reduce the volume
2024-07-17 22:25:27 +08:00
vince
09fa2af23d
fix: fix known problems
2024-07-16 00:14:24 +08:00
vince
cf16c7bdde
perf: improve the dark theme
2024-07-15 23:59:22 +08:00
vince
f95d9aa609
perf: improve overall theme color matching
2024-07-15 23:53:58 +08:00
vince
caf1fc4375
perf: optimize interface color matching
2024-07-15 23:22:00 +08:00
vince
3eb7a8bc6f
chore: @vben-core/iconify was renamed @vben-core/icons. Add readme.md for some packages
2024-07-14 22:51:10 +08:00
vben
3a91a24e0d
feat: tabs adds a variety of style configurations
2024-07-14 18:32:37 +08:00
vben
ebf73b2df9
refactor(project): remove the use of core internal bem syntax
2024-07-14 16:32:13 +08:00
vben
91058c3ed9
perf: improve the shadow in the upper and lower areas when the scrolling area is scrolling,close #20 , close #26
2024-07-13 21:55:29 +08:00
vben
daa31f7156
refactor(project): simplified part of the package, code optimization
2024-07-13 16:35:47 +08:00
likui628
2c79ac1e6c
refactor: small refactor in @vben-core/request
2024-07-11 22:50:21 +08:00
vince
d62a3da009
perf: improve the logic related to login expiration
2024-07-11 20:11:11 +08:00