chenweiran
bbd8a53d9d
feat: 增加基于图片拼图切片平移的验证码
7 months ago
chenweiran
8554924cb9
feat: 增加基于图片拼图切片平移的验证码
7 months ago
chewenye
b78bc65ce7
feat: 组件json-viewer支持bigint数据显示 cwy ( #6377 )
...
Co-authored-by: 车文烨 <chewy@china-lehua.com>
7 months ago
Stephen Chang
de14908fd3
fix(icon-picker): 解决icon-picker组件切换分页后,关键词检索失效问题 ( #6437 )
...
当icon-picker组件切换分页后,在输入关键词检索,但是分页没有重置,导致检索结果异常
7 months ago
Li Kui
5c3972196a
fix: Add $t import to login expired modal ( #6429 )
...
closes #6230
7 months ago
lghuahua
986eacae9a
fix: improve request logic in api-component
...
* 修复某些情况下updateParam设置的参数可能不会提交给api的问题
* 修复在上一个请求尚未完成前如果params发生了变更,将不会再触发新的api请求
---------
Co-authored-by: Netfan <netfan@foxmail.com>
7 months ago
vben
b9aef618fe
chore: release 5.5.7
8 months ago
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>
8 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
9 months ago
ming4762
3b3f8e4e44
fix: fix `IconPicker` props warning ( #6108 )
...
Invalid prop: type check failed for prop "onUpdate:value". Expected Function, got Array
9 months ago
Netfan
f1af9f8f6e
fix: add triggerClass binding to PopoverTrigger and update icon-picker styles ( #6095 )
...
* Popover支持设置trigger的样式
* 修正icon-picker的input值更新
9 months ago
ming4762
5de954baa4
fix: fix `LoginExpiredModal` in some cases, `message` may be obscured ( #6086 )
9 months ago
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.
9 months ago
Gahotx
ca94ca906f
fix: add rounded corners to project and quick nav items ( #5296 )
9 months ago
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
9 months ago
vben
7c7051a11e
chore: release v5.5.5
9 months ago
Netfan
fcdc1a1602
feat: add more expose methods for `apiComponent` ( #5958 )
...
* 为ApiComponent组件添加getOptions和getValue导出方法。
9 months ago
ming4762
b5700bd0b1
perf: improve `autoSelect` of `ApiComponent` ( #5936 )
...
* fix: 修复autoSelect不生效的问题,props.valueField已经被omit了
* feat: ApiComponent autoSelect支持使用函数,可以满足灵活性要求更高的场景
9 months ago
Netfan
a8c4786311
feat: api-component support autoSelect prop ( #5931 )
...
* feat: api-component support autoSelect prop
* docs: add version requirement
9 months ago
zhang
86da3cedc2
chore: 导出框架自带的组件,方便独立页面使用 ( #5876 )
10 months ago
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
...
优化首屏加载速度
10 months ago
Netfan
3c2d325d8c
perf: improve api-component for using in form ( #5796 )
10 months ago
vben
b92ac5c36d
chore: release 5.5.4
10 months ago
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
11 months ago
Netfan
4570d5b54b
feat: add `VbenButtonGroup` and `VbenCheckButtonGroup` with demo ( #5591 )
...
* 添加按钮组、选择按钮组以及相应的Demo
11 months ago
Netfan
d49e3e81a4
fix: loading and spinner style fixed and improved ( #5588 )
11 months ago
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
11 months ago
handsomeFu
5aff8bac10
fix: `CountTo` component resolve `separator` prop not taking effect ( #5578 )
11 months ago
anyup
ccd99eb24d
fix: solve the problem of inconsistent returns of formSchema custom field names when code login ( #5563 )
11 months ago
Netfan
24bad09c74
refactor: new `CountTo` component with demo ( #5551 )
11 months ago
Netfan
b6b97accb1
feat: add more event for `jsonViewer` ( #5546 )
...
* 为JsonViewer添加事件支持
11 months ago
Netfan
6cba181fad
feat: new component jsonViewer ( #5544 )
...
* 添加新组件JsonViewer用于展示JSON结构数据
11 months ago
Netfan
e7b009786b
fix: width for ellipsisText tooltip in popover content ( #5517 )
...
* 修复省略文本用在气泡中时,提示弹出层的宽度计算有误的问题
11 months ago
vben
195ceec9b4
chore: release 5.5.3
1 year ago
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
1 year ago
Netfan
2d0859a727
fix: mouse events ignored on modal loading ( #5409 )
1 year ago
Netfan
cb9c8db5ba
feat: improve `tippy` demo ( #5357 )
1 year ago
Netfan
a2637313f8
feat: integrate new component `Tippy` with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
Netfan
acd87b2250
feat: add `resizable` and `ColPage` component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
1 year ago
OldDriver
85cbb3b842
fix: remove the overlap caused by border-b ( #5160 )
1 year ago
Netfan
db5b727300
feat: page content class override ( #5179 )
1 year ago
Netfan
ce4af37fd8
fix: login expired modal z-index ( #5145 )
...
* fix: login expired modal z-index
* feat: support custom z-index
1 year ago
vben
cbca9ffd95
chore: release 5.5.1
1 year ago
Netfan
4a20156f3d
fix: table auto height ( #5101 )
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
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
d085736bac
feat: improve `ApiSelect` component ( #5075 )
...
* feat: improve `ApiSelect` component
* chore: `ApiSelect` props name changed
1 year ago
Netfan
373766691f
chore: remove useless `fixedHeader` prop for `Page` ( #5069 )
1 year ago