Skip to content

Commit

Permalink
releases 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 25, 2024
1 parent 34ee203 commit 8df5429
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.2.5",
"version": "4.2.6",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
8 changes: 7 additions & 1 deletion packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ setConfig({
},
breadcrumbItem: {},
button: {
trigger: 'hover'
trigger: 'hover',
prefixTooltip: {
enterable: true
},
suffixTooltip: {
enterable: true
}
},
buttonGroup: {},
calendar: {
Expand Down
8 changes: 8 additions & 0 deletions types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,14 @@ export namespace VxeTablePropTypes {
* 是否显示必填字段的红色星号
*/
showAsterisk?: boolean
/**
* 当单元格被激活为编辑状态时,是否自动聚焦,默认 input,可以通过 item-render.autoFocus 指定
*/
autoFocus?: boolean
/**
* 当单元格被激活为编辑状态时,是否自动定位
*/
autoPos?: boolean
/**
* 当点击表格之外或者非编辑列之后,是否自动清除单元格的激活状态
*/
Expand Down

0 comments on commit 8df5429

Please sign in to comment.