dap
6716e0c979
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
12 months ago
Netfan
8cc903c0e1
feat: modal state locked on submitting ( #5401 )
...
* feat: modal state locked on submitting
* docs: 更新modal文档
12 months ago
dap
256a29dae1
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
12 months ago
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
12 months ago
Netfan
76c4aa2c55
fix: hide root route in breadcrumb
12 months ago
Netfan
e1c503e51e
feat: support set default props for drawer and modal ( #5390 )
...
* feat: support set default props for drawer and modal
* docs: fix typo
12 months ago
Netfan
5965755caa
fix: root router config fixed ( #5389 )
12 months ago
Netfan
1ad54561b0
feat: add `noBasicLayout` in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
12 months ago
dap
f81dffd072
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
12 months ago
Netfan
6719e2679f
feat: popup component support overlay blur effect ( #5359 )
12 months ago
Netfan
cb9c8db5ba
feat: improve `tippy` demo ( #5357 )
12 months ago
Netfan
a2637313f8
feat: integrate new component `Tippy` with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
1 year ago
Netfan
467689525f
perf: add nested modal demo ( #5353 )
1 year ago
Netfan
1a04a05b79
perf: modal and drawer api support chain calls ( #5351 )
...
* perf: modal and drawer api support chain calls
* fix: typo
1 year ago
dap
c3fdeda1ca
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
1 year ago
Netfan
516d0b8dc8
fix: form `fieldMappingTime` improve and `modelPropName` support ( #5335 )
...
* 表单的fieldMappingTime支持将格式化掩码设为null以便原值映射,这样可以支持非日期时间类型的组件;
* 表单增加modelPropName设置组件的双向绑定属性名,用于支持未提前注册的双向绑定属性为非默认名称的组件。
* 增加一些经常会有人提到的组合字段演示,
1 year ago
Netfan
99c7fd72f8
fix: code lint
1 year ago
Netfan
2828e7a7b6
fix: form `fieldMappingTime` is not working ( #5333 )
...
* fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime`
1 year ago
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
e3025176ff
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
dap
70808e7d85
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
cb5ecf4a8a
chore: add apiSelect remote search demo ( #5246 )
1 year ago
dap
5e82866370
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
acd87b2250
feat: add `resizable` and `ColPage` component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
1 year ago
dap
59e039896e
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
a97c998be5
fix: user homePath no effect sometimes ( #5166 )
1 year ago
Netfan
4fe44611d3
docs: fix docs-link and add `EllipsisText` docs ( #5158 )
...
* docs: fix docs-link and add `EllipsisText` docs
* fix: ellipsisText docs link
1 year ago
dap
219cde1e0e
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
593916d6aa
feat: form `colon` support ( #5156 )
1 year ago
Netfan
38805a0e1f
feat: improve code login demo ( #5154 )
...
* feat: add some method in formApi
* fix: VbenPinInput style with small screen
* chore: improve code login demo
1 year ago
Netfan
0f756503ff
feat: add demo for modify menu badge data
1 year ago
Netfan
f446cbf9e5
feat: user-dropdown support `hover` trigger ( #5143 )
...
* feat: user-dropdown support `hover` trigger
* fix: modified type declaration
1 year ago
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
1 year ago
Netfan
bedf19993d
fix: vxeGrid default sort data no effect in first query ( #5141 )
...
* fix: vxeGrid default sort data no effect in first query
* fix: query params lost
1 year ago
vben
cbca9ffd95
chore: release 5.5.1
1 year ago
Netfan
ed465d2b5b
feat: table search form visible control ( #5121 )
...
* feat: table search form visible control
* chore: fix docs and demo
* chore: type error fixed
1 year ago
dap
7577f17dd9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Netfan
7c4dfdc1c2
feat: form support reverse action buttons ( #5108 )
...
* feat: form support reverse action buttons
* fix: submit button class
1 year ago
Netfan
eec6f41f6a
refactor: `ApiComponent` with docs ( #5099 )
...
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
1 year ago
Netfan
07b1ad121c
chore: remove redundant test code ( #5094 )
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
Netfan
018ddc75c6
feat: add default `placeholder` for `ApiSelect` ( #5078 )
1 year ago
Netfan
d085736bac
feat: improve `ApiSelect` component ( #5075 )
...
* feat: improve `ApiSelect` component
* chore: `ApiSelect` props name changed
1 year ago
dap
359d837dee
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
Netfan
373766691f
chore: remove useless `fixedHeader` prop for `Page` ( #5069 )
1 year ago
Netfan
d1862fba27
fix: replace input component in `IconPicker` ( #5047 )
...
* fix: replace input component in `IconPicker`
* chore: fixed IconPicker demo
1 year ago
huangxiaomin
fe236ea929
feat: add submitOnChange props to vben form ( #5032 )
1 year ago
dap
eeba7b50f9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago