Skip to content

Commit

Permalink
releases 4.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 10, 2024
1 parent 1012260 commit f59cb45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.1.21",
"version": "4.1.22",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand All @@ -25,7 +25,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"@vxe-ui/core": "^4.0.9"
"@vxe-ui/core": "^4.0.10"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
4 changes: 3 additions & 1 deletion types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export namespace VxeTablePropTypes {
$table: VxeTableConstructor<D> & VxeTablePrivateMethods<D>
$rowIndex: number
column: VxeTableDefines.ColumnInfo<D>
columnIndex:number
columnIndex: number
$columnIndex: number
_columnIndex: number
fixed: VxeColumnPropTypes.Fixed
type: string
}) => void | null | string | { [key: string]: boolean | null | undefined })
Expand Down

0 comments on commit f59cb45

Please sign in to comment.