Skip to content

Commit

Permalink
releases 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Nov 25, 2024
1 parent 2037f77 commit 4616684
Show file tree
Hide file tree
Showing 2 changed files with 2 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.5",
"version": "4.3.6",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
2 changes: 1 addition & 1 deletion types/components/table-plugins/extend-cell-area.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface VxeTableProPrivateMethods<D = any> {
handleCopyCellAreaEvent(evnt: ClipboardEvent): void
handlePasteCellAreaEvent(evnt: ClipboardEvent): void
handleCutCellAreaEvent(evnt: ClipboardEvent): void
triggerCellExtendMousedownEvent(evnt: MouseEvent, params: any): void
triggerCellAreaExtendMousedownEvent(evnt: MouseEvent, params: any): void
triggerCopyCellAreaEvent(evnt: MouseEvent): void
triggerCutCellAreaEvent(evnt: MouseEvent): void
triggerPasteCellAreaEvent(evnt: MouseEvent): void
Expand Down

0 comments on commit 4616684

Please sign in to comment.