dap
844a9b5013
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
dap
cf9edbb1c4
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
376aad5d26
feat: drawer close icon placement ( #5269 )
1 year ago
Netfan
de17007788
feat: drawer support destroy on close
1 year ago
Netfan
e86a7906fe
feat: drawer support `onOpened` & `onClosed`
1 year ago
Netfan
4a8e6abc06
feat: modal support destroy on close
1 year ago
dap
7577f17dd9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Netfan
e419b03cab
feat: modal&drawer support appendToMain and zIndex ( #5092 )
...
* feat: modal/drawer support append to main content
* feat: modal zIndex support
* fix: drawer prop define
* chore: type
* fix: modal/drawer position fixed while append to body
* docs: typo
* chore: add full-width drawer in content area
* chore: remove unnecessary class
1 year ago
dap
359d837dee
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Netfan
d42daf9ce0
fix: modal radius not follow preferences ( #5063 )
1 year ago
dap
839e2e4321
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
huangfe1
e8992a1d16
chore: update modal.vue ( #4987 )
...
loading时候 子组件禁用点击事件
Co-authored-by: Vben <ann.vben@gmail.com>
1 year ago
Netfan
73502677ff
feat: add `placement` for `Drawer` ( #4958 )
1 year ago
Netfan
dedba18553
feat: add `confirmDisabled` for `Dialog` ( #4959 )
1 year ago
dap
995e9d6fdc
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vince
67c2b13713
fix: drawer console warning ( #4871 )
1 year ago
dap
4c487fe85f
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
5e44aa9283
fix: drawer header is missing ( #4846 )
1 year ago
dap
c6b3ca9815
chore: 默认显示Drawer的title
1 year ago
dap
d69618e491
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
4005023fd4
fix: drawer component header does not take effect ( #4844 )
1 year ago
Vben
2c6edafeb2
fix: when opening the tool separately, there is no need to pass the toolbar-tools slot ( #4841 )
1 year ago
Vben
9cf0573921
perf: optimize local startup speed and add header Class configuration to drawer ( #4840 )
1 year ago
dap
a30029a33d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Netfan
06ba7cb224
feat: add opened and closed events for dialog ( #4775 )
1 year ago
dap
9311dfe25b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
6688a6b3c2
feat: table grid supports setting title and helpMessage ( #4732 )
1 year ago
dap
39d62a91bc
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
477a05c26c
feat: menu supports carrying default query ( #4687 )
1 year ago
dap
47a817f73c
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
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
1 year ago
dap
e01bd218b9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
3572ce1538
fix: when multiple pop-ups exist at the same time, clicking will close all ( #4548 )
1 year ago
dap
1b31dde36a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
26646d42f7
fix: when modal and drawer exist at the same time, click Close All ( #4521 )
1 year ago
dap
c46f87487f
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
834cb4c470
fix: the onOpenChange event for the modal component does not work as expected ( #4425 )
1 year ago
dap
ca30857eff
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
c3d0102cda
fix: the brand color setting does not take effect ( #4405 )
1 year ago
Donny Wang
b8a4fba78c
chore: fix ci ( #4404 )
1 year ago
dap
af72811013
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
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
1 year ago
dap
bfefaef1be
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Vben
76a879d4d8
fix: fixed some style issues ( #4379 )
1 year ago
dap
530ec6c4fb
feat: modalLoading and DrawerLoading
1 year ago
Vben
855ac02622
fix: select components used in modal pop-ups cannot be selected ( #4368 )
...
* fix: select components used in modal pop-ups cannot be selected
* chore: update ci
* chore: update css
1 year ago
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>
1 year ago
Vben
3f2dcb8281
fix(@vben/web-ele): fixed some style issues in dark mode ( #4298 )
1 year ago
Vben
8404c12129
refactor: refactor AuthLayout to configure the login page more freely ( #4294 )
1 year ago