Skip to content

Commit

Permalink
releases 4.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 11, 2024
1 parent 17c18a3 commit 5c2783f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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.1.24",
"version": "4.1.25",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
1 change: 0 additions & 1 deletion packages/form-design/widget-subtable/subtable-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const ViewSubItemComponent = defineComponent({
visibleData: [],
items: [],
data: [],
visible: true,
widget: widget
}

Expand Down
7 changes: 0 additions & 7 deletions types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3509,12 +3509,10 @@ export namespace VxeTableDefines {
/**
* @deprecated
*/
visible
data: D[]
/**
* @deprecated
*/
visible
items: any[]
}

Expand All @@ -3538,14 +3536,9 @@ export namespace VxeTableDefines {
/**
* @deprecated
*/
visible
data: any[][]
// 兼容旧
itemIndex: number
/**
* @deprecated
*/
visible
items: any[]
}

Expand Down

0 comments on commit 5c2783f

Please sign in to comment.