dap
330a8a1d70
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-13 14:38:56 +08:00
vben
9856bc88d2
chore: release v5.4.0
2024-10-13 14:21:54 +08:00
vben
68465b5fbf
chore: release v5.4.0-beta.1
2024-10-13 14:17:28 +08:00
Vben
0ea0f204cb
refactor: change the shadcn-ui directory and remove rarely used components ( #4626 )
2024-10-13 10:58:09 +08:00
dap
f707fcb3da
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-11 08:43:19 +08:00
Vben
304b1b2efc
fix: when a table switches paging, no form parameters will be carried ( #4607 )
...
* fix: when a table switches paging, no form parameters will be carried
* chore: typo
2024-10-10 22:48:25 +08:00
Vben
ba4662522e
fix: fix request not displaying interface error messages correctly ( #4596 )
2024-10-09 22:08:55 +08:00
dap
11a0b2f2f3
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-09 07:36:02 +08:00
Vben
2dbd323b2a
fix: fix the form-api reactive failure inside the form ( #4590 )
...
* fix: fix the form-api reactive failure inside the form
2024-10-08 22:43:02 +08:00
dap
037b118301
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-07 20:23:55 +08:00
Vben
2d019b3c8a
refactor: change the form button field from text to content to prevent conflicts with the frame ( #4586 )
...
* refactor: change the form button field from text to content to prevent conflicts with the frame
2024-10-07 16:30:41 +08:00
Vben
ab44926ec8
fix: table internal search collspaed configuration does not take effect ( #4585 )
...
* fix: table internal search collspaed configuration does not take effect
* chore: typo
2024-10-07 16:22:57 +08:00
dap
5720279063
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-07 10:31:01 +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
dap
3f5e3ef46a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-05 23:43:39 +08:00
Vben
47d162e6e4
fix: improve the layout of tables offline on the mobile ( #4573 )
2024-10-05 22:00:11 +08:00
Vben
d37e2f599c
fix: naive ui form reset does not meet expectations ( #4569 )
...
* fix: naive ui form reset does not meet expectations
* fix: typo
2024-10-05 17:09:42 +08:00
dap
4ebd4821e2
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-05 13:16:24 +08:00
dependabot[bot]
28b54b587a
chore(deps): bump the non-breaking-changes group with 3 updates ( #4561 )
...
* chore(deps): bump the non-breaking-changes group with 3 updates
Bumps the non-breaking-changes group with 3 updates: [@changesets/cli](https://github.com/changesets/changesets ), [vue](https://github.com/vuejs/core ) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared ).
Updates `@changesets/cli` from 2.27.8 to 2.27.9
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.8...@changesets/cli@2.27.9 )
Updates `vue` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.5.10...v3.5.11 )
Updates `@vue/shared` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.5.11/packages/shared )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-05 09:52:04 +08:00
dap
82e63dbcf6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-05 00:30:29 +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
dap
445489bc38
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-10-03 15:20:39 +08:00
Vben
f7016466ee
feat: add examples of asynchronous form verification and verification time ( #4559 )
...
* feat: add examples of asynchronous form verification and verification time
2024-10-03 15:15:50 +08:00
Vben
0cd865e211
fix: fixed an error in the form onChange within Naive ( #4558 )
...
* fix: fixed an error in the form onChange within Naive
* chore: update
2024-10-03 14:22:18 +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
LinaBell
b2c117f544
chore: demo of customizing form layout using tailwind ( #4549 )
2024-09-30 09:47:16 +08:00
dap
e01bd218b9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-30 07:59:26 +08:00
vben
01391ee5a1
chore: release v5.3.1
2024-09-29 22:25:20 +08:00
dap
e5ba0a2f31
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-26 07:55:41 +08:00
Vben
a46c85d77d
chore: update documentation and deps ( #4510 )
...
* chore: update docs
* chore: update deps
* chore: update action
* fix: reset after preferences are refreshed
* fix: ci error
2024-09-25 23:09:48 +08:00
dap
be54bfb2b7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-25 20:15:03 +08:00
Squall2017
fdc5b02c30
feat(form): add merge form functionality ( #4495 )
...
* 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: 适配时间戳国际化展示
* fix: 1. 添加点击位置边界校验,防止点击外部导致x,y误差。2. 演示页面宽度过长添加滚动条。3. 添加hooks
* feat: sync test
* feat: 添加合并表单功能
* fix: 修复上一步不展示问题
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-09-25 18:11:02 +08:00
dap
1b441ff2de
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-25 14:04:28 +08:00
handsomeFu
79c87c9f46
chore(@vben/playground): Add new slider captcha element and adjust references ( #4490 )
...
Add a new slider captcha action reference (`el6`) to support additional functionality and update related template and event handler to use this new reference.
2024-09-24 14:15:41 +08:00
dap
226dfff97f
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-24 10:20:08 +08:00
Vben
f815dcf3ae
fix: after deleting the form item, you will also get the form value ( #4481 )
...
* fix: after deleting the form item, you will also get the form value
2024-09-23 22:59:58 +08:00
dap
69657a2127
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-23 07:53:24 +08:00
Vben
2a83f1d666
feat: add playwright e2e testing framework ( #4468 )
...
* feat: add playwright e2e testing framework
2024-09-22 21:35:40 +08:00
dap
a31e95b995
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-22 15:48:13 +08:00
vben
31f6cc6416
chore: release v5.3.0
2024-09-22 14:32:23 +08:00
Vben
5ce3a18785
docs: update docs ( #4466 )
...
* chore: fixed known issues with form components
* docs: add vben form doc
2024-09-22 14:16:06 +08:00
dap
c898a46ad6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-21 23:04:18 +08:00
Vben
dac80703d9
feat: add sliding verification to the login form ( #4461 )
2024-09-21 21:51:40 +08:00
dap
47a4f50930
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-21 21:23:58 +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
dbe5b33db6
fix: some antd components failed to verify styles ( #4458 )
...
* 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
* fix: Missing the default required label style for components such as select
* fix: the focus style and antd of the input box validation failure should be consistent
* fix: the focus style and antd of the input box validation failure should be consistent
* fix: some antd components failed to verify styles
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-09-21 20:09:43 +08:00
dap
d1efb4278b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-21 19:12:42 +08:00
Vben
60cffb0dec
feat: add updateSchema to form api ( #4453 )
...
* feat: add updateSchema to form api
* chore: typo
* chore: typo
2024-09-21 11:26:14 +08:00
dap
c8a353e0e5
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
2024-09-20 10:34:02 +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