Commit Graph

57 Commits

Author SHA1 Message Date
Vben
23768ea620
feat: menu routing support opens in a new window (#4715) 2024-10-22 22:24:56 +08:00
Vben
477a05c26c
feat: menu supports carrying default query (#4687) 2024-10-19 19:50:23 +08:00
vince
c491b9e021
fix: maximum call stack size (#4674)
* fix: maximum call stack size
2024-10-18 14:24:39 +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
dependabot[bot]
078f255e1a
chore(deps-dev): bump vite-plugin-dts from 4.2.1 to 4.2.3 in the non-breaking-changes group (#4591)
* chore(deps-dev): bump vite-plugin-dts in the non-breaking-changes group

Bumps the non-breaking-changes group with 1 update: [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts).


Updates `vite-plugin-dts` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.2.1...v4.2.3)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  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-09 22:25:37 +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
402eaf4275
fix: when the server component path is wrong, a blank interface is still displayed (#4567) 2024-10-05 11:11:30 +08:00
LanceJiang
81a9accafd
fix: improve layout boundary issues (#4450) 2024-09-21 14:44:42 +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
Li Kui
61faa1895a
fix: vue received a Component that was made a reactive object (#4367) 2024-09-11 22:56:01 +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
afe1
2d0153a841
chore: the sidebar title is not displayed in mobile mode (#4312) 2024-09-04 09:56:37 +08:00
Vben
3f2dcb8281
fix(@vben/web-ele): fixed some style issues in dark mode (#4298) 2024-09-01 22:33:11 +08:00
Li Kui
c6b9a56b73
fix: clearPreferencesAndLogout does not take effect when the preferences button is at the top (#4253) 2024-08-28 09:58:59 +08:00
Li Kui
d47d051b19
fix: search and menu buttons overlapped (#4249) 2024-08-27 21:54:07 +08:00
Vben
d2f3a9d04f
feat: preference button supports automatic positioning (#4243) 2024-08-26 23:17:27 +08:00
afe1
5b24661b78
chore(docs): updated title slot description (#4192)
* fix: slots

* fix: reademe

---------

Co-authored-by: afe1 <yunfei.zhu@nwowtec.com>
2024-08-22 21:48:05 +08:00
Vben
5f41c51770
perf: supplement login interface documents and add configuration parameters (#4175) 2024-08-17 22:38:37 +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
d71a20ad0a
perf: improve tabs-view scrolling (#4164) 2024-08-15 23:30:07 +08:00
P2K0
eb280ffeb7
feat: add left and right scroll buttons to Tabs bar (#4161) (#4162) 2024-08-15 21:54:55 +08:00
Vben
debb32d353
fix: page spinner is styled incorrectly when scrolling (#4163)
* feat: add contributor information to documents

* fix: page spinner is styled incorrectly when scrolling
2024-08-15 21:48:52 +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
Vben
83fcdec37c
feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
Vben
b464b87ac5
refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00
Netfan
cdeadafda5
fix: activePath not working in menu, fixed: #4112 (#4113) 2024-08-10 18:54:57 +08:00
Netfan
ec49a04151
fix: use correct route data in tabbar, fixed: #4107 (#4110) 2024-08-10 16:33:38 +08:00
Vben
8725a01301
fix: inconsistent performance between breadcrumbs and tabs (#4105) 2024-08-10 10:30:15 +08:00
jinmao88
84c8fb0ecc
feat: add support for custom slot header-index, sorted by index (#4039)
* feat: header右侧支持n个自定义位置插槽,插槽命名方式header-index,根据index大小排序。
框架默认插槽user-dropdown的index:20,notification的index:10 (#4034)

* chore: 将默认组件加入排序

* chore: 更改slot命名方式支持header左侧自定义插槽,命名方式:header-right-n,header-left-n,具体位置看README

---------

Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-08-06 22:32:51 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking (#4045) 2024-08-05 21:12:22 +08:00
vben
89dcf522f5 refactor: Separate store 2024-07-30 21:10:28 +08:00
vben
9307093fbc chore: update docs [deploy] 2024-07-29 23:56:59 +08:00
vben
a80a9135fc fix: Fixed tab error,fixex #59 [deploy] 2024-07-29 23:46:22 +08:00
vben
239f681ea1 fix: The built-in theme does not take effect, fixed #55 [deploy] 2024-07-29 23:18:40 +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
480580f104 feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name 2024-07-20 11:14:32 +08:00
vben
30d4057216 feat: add tabs demo 2024-07-20 09:36:10 +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
aonoa
0c245665a9 perf: footer ICP spacing
Signed-off-by: aonoa <1991849113@qq.com>
2024-07-19 04:48:01 +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
8b6d3a72e8 fix: style optimization 2024-07-16 23:13:03 +08:00
vince
f95d9aa609 perf: improve overall theme color matching 2024-07-15 23:53:58 +08:00