panda7
a2bdcd6e49
feat: ellipsis text automatically displays tooltip based on ellipsis ( #6244 )
...
* feat: ellipsis text automatically displays tooltip based on ellipsis
* feat: ellipsis text automatically displays tooltip based on ellipsis
---------
Co-authored-by: sqchen <9110848@qq.com>
Co-authored-by: sqchen <chenshiqi@sshlx.com>
2025-05-23 15:20:38 +08:00
vben
cc6c9bf7a0
chore: release v5.5.6
2025-05-06 22:32:58 +08:00
ming4762
3b3f8e4e44
fix: fix IconPicker
props warning ( #6108 )
...
Invalid prop: type check failed for prop "onUpdate:value". Expected Function, got Array
2025-05-06 09:30:37 +08:00
Netfan
f1af9f8f6e
fix: add triggerClass binding to PopoverTrigger and update icon-picker styles ( #6095 )
...
* Popover支持设置trigger的样式
* 修正icon-picker的input值更新
2025-05-01 21:40:45 +08:00
ming4762
5de954baa4
fix: fix LoginExpiredModal
in some cases, message
may be obscured ( #6086 )
2025-05-01 10:40:42 +08:00
Jin Mao
20c15f352f
perf: page componet supports custom height offset for flexible content height … ( #6081 )
...
* perf: Page supports custom height offset for flexible content height control.
允许通过 height 属性调整页面内容高度计算。修改了 Page 组件以支持自定义高度偏移量,用于更灵活的内容高度控制。
* chore: typo
* perf(page): replace height with heightOffset for flexible content sizing
The `height` prop was replaced with `heightOffset` to better describe its purpose when used with `autoContentHeight`. The new prop allows custom offset values (in pixels) to adjust content area sizing, with clearer documentation.
2025-04-29 18:15:12 +08:00
Gahotx
ca94ca906f
fix: add rounded corners to project and quick nav items ( #5296 )
2025-04-27 22:50:42 +08:00
Vben
76de450c71
chore: update dependency version for improved stability and compatibility ( #6023 )
...
* chore: update dependency version for improved stability and compatibility
* fix: optimize clearPoints function in useCaptchaPoints hook to improve performance
* fix: make several props optional in various components for better flexibility
2025-04-27 22:06:49 +08:00
vben
7c7051a11e
chore: release v5.5.5
2025-04-27 21:45:10 +08:00
Netfan
fcdc1a1602
feat: add more expose methods for apiComponent
( #5958 )
...
* 为ApiComponent组件添加getOptions和getValue导出方法。
2025-04-15 15:32:30 +08:00
ming4762
b5700bd0b1
perf: improve autoSelect
of ApiComponent
( #5936 )
...
* fix: 修复autoSelect不生效的问题,props.valueField已经被omit了
* feat: ApiComponent autoSelect支持使用函数,可以满足灵活性要求更高的场景
2025-04-13 20:03:18 +08:00
Netfan
a8c4786311
feat: api-component support autoSelect prop ( #5931 )
...
* feat: api-component support autoSelect prop
* docs: add version requirement
2025-04-12 14:02:35 +08:00
zhang
86da3cedc2
chore: 导出框架自带的组件,方便独立页面使用 ( #5876 )
2025-04-09 16:16:56 +08:00
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
...
优化首屏加载速度
2025-04-09 01:05:20 +08:00
Netfan
3c2d325d8c
perf: improve api-component for using in form ( #5796 )
2025-03-27 15:51:11 +08:00
vben
b92ac5c36d
chore: release 5.5.4
2025-03-18 21:43:27 +08:00
Netfan
b37ed48b9d
feat: role management page with component tree
( #5675 )
...
* feat: add shadcn tree
* fix: update vbenTree component
* feat: role management demo page
* feat: add cellSwitch renderer for vxeTable
* chore: remove tree examples
2025-03-07 16:03:08 +08:00
Netfan
4570d5b54b
feat: add VbenButtonGroup
and VbenCheckButtonGroup
with demo ( #5591 )
...
* 添加按钮组、选择按钮组以及相应的Demo
2025-02-24 13:50:50 +08:00
Netfan
d49e3e81a4
fix: loading and spinner style fixed and improved ( #5588 )
2025-02-23 15:30:17 +08:00
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
2025-02-23 12:41:54 +08:00
handsomeFu
5aff8bac10
fix: CountTo
component resolve separator
prop not taking effect ( #5578 )
2025-02-21 11:06:18 +08:00
anyup
ccd99eb24d
fix: solve the problem of inconsistent returns of formSchema custom field names when code login ( #5563 )
2025-02-20 09:09:32 +08:00
Netfan
24bad09c74
refactor: new CountTo
component with demo ( #5551 )
2025-02-17 21:16:10 +08:00
Netfan
b6b97accb1
feat: add more event for jsonViewer
( #5546 )
...
* 为JsonViewer添加事件支持
2025-02-17 10:41:09 +08:00
Netfan
6cba181fad
feat: new component jsonViewer ( #5544 )
...
* 添加新组件JsonViewer用于展示JSON结构数据
2025-02-16 22:57:00 +08:00
Netfan
e7b009786b
fix: width for ellipsisText tooltip in popover content ( #5517 )
...
* 修复省略文本用在气泡中时,提示弹出层的宽度计算有误的问题
2025-02-12 14:25:12 +08:00
vben
195ceec9b4
chore: release 5.5.3
2025-01-21 22:07:55 +08:00
Netfan
5bd73867b6
feat: auto fetch icon list in iconPicker ( #5446 )
...
* feat: auto fetch icon list in iconPicker
* fix: add timeout controller for fetching
* feat: add pending controller
* fix: icon demo prefix
2025-01-21 13:09:42 +08:00
Netfan
2d0859a727
fix: mouse events ignored on modal loading ( #5409 )
2025-01-16 12:17:08 +08:00
Netfan
cb9c8db5ba
feat: improve tippy
demo ( #5357 )
2025-01-11 20:42:38 +08:00
Netfan
a2637313f8
feat: integrate new component Tippy
with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
2025-01-11 17:35:59 +08:00
Vben
081d2aed23
perf: format code with better style ( #5283 )
2025-01-01 11:39:49 +08:00
vben
07c4ad05f4
chore: release 5.5.2
2024-12-28 22:15:00 +08:00
Netfan
acd87b2250
feat: add resizable
and ColPage
component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
2024-12-19 20:37:42 +08:00
OldDriver
85cbb3b842
fix: remove the overlap caused by border-b ( #5160 )
2024-12-19 09:36:36 +08:00
Netfan
db5b727300
feat: page content class override ( #5179 )
2024-12-18 22:53:05 +08:00
Netfan
ce4af37fd8
fix: login expired modal z-index ( #5145 )
...
* fix: login expired modal z-index
* feat: support custom z-index
2024-12-15 23:25:40 +08:00
vben
cbca9ffd95
chore: release 5.5.1
2024-12-12 22:47:11 +08:00
Netfan
4a20156f3d
fix: table auto height ( #5101 )
2024-12-11 13:46:52 +08:00
Netfan
eec6f41f6a
refactor: ApiComponent
with docs ( #5099 )
...
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
2024-12-11 10:45:04 +08:00
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
2024-12-10 17:37:06 +08:00
Netfan
d085736bac
feat: improve ApiSelect
component ( #5075 )
...
* feat: improve `ApiSelect` component
* chore: `ApiSelect` props name changed
2024-12-09 12:47:33 +08:00
Netfan
373766691f
chore: remove useless fixedHeader
prop for Page
( #5069 )
2024-12-07 23:26:47 +08:00
Netfan
bac0275624
chore: page prop type check ( #5067 )
2024-12-07 12:15:51 +08:00
Netfan
0fc0f13064
fix: layout overflow style ( #5066 )
2024-12-07 12:05:03 +08:00
Netfan
d1862fba27
fix: replace input component in IconPicker
( #5047 )
...
* fix: replace input component in `IconPicker`
* chore: fixed IconPicker demo
2024-12-06 13:46:52 +08:00
vben
7ab00250bf
chore: release 5.5.0
2024-12-04 22:57:27 +08:00
Vben
9896a67c21
feat: add api-select component ( #5024 )
2024-12-04 22:56:29 +08:00
Netfan
db38ef522f
fix: Page
header class in fixed mode ( #5023 )
2024-12-04 22:56:06 +08:00
Netfan
e23486dbc6
feat: form component IconPicker
( #5005 )
2024-12-04 21:42:21 +08:00