Skip to content

Commit

Permalink
releases 4.3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Dec 19, 2024
1 parent 9ea6929 commit 74301fc
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3.36",
"version": "4.3.37",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
3 changes: 2 additions & 1 deletion types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ export namespace VxeTablePropTypes {
showIcon?: boolean
iconNone?: string
iconMatch?: string
destroyOnClose?: boolean
confirmButtonText?: string
resetButtonText?: string
}
Expand Down Expand Up @@ -3491,7 +3492,7 @@ export interface TableMethods<DT = any> {
/**
* 用于 tree-config.lazy,手动清空懒加载树节点的状态,数据会恢复成未展开的状态,当再次展开时会重新加载
*/
clearTreeExpandLoaded(row: any): Promise<any>
clearTreeExpandLoaded(rows: any | any[]): Promise<any>
/**
* 重新懒加载树节点,并展开该节点
* @param rows 指定行
Expand Down

0 comments on commit 74301fc

Please sign in to comment.