Skip to content

Commit

Permalink
releases 4.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 6, 2024
1 parent a1a2f75 commit e8e2143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.1.18",
"version": "4.1.19",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
1 change: 1 addition & 0 deletions types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3134,6 +3134,7 @@ export interface TablePrivateMethods<D = any> {
saveCustomStore(type: 'confirm' | 'reset' | 'update:width' | 'update:fixed' | 'update:sort' | 'update:visible'): Promise<any>
analyColumnWidth(): void
checkSelectionStatus(): void
handleBatchSelectRows(rows: any[], value: any, isForce?: boolean): void
handleSelectRow(params: any, value: any, isForce?: boolean): void
handleCustom(): Promise<void>
handleUpdateDataQueue(): void
Expand Down

0 comments on commit e8e2143

Please sign in to comment.