Skip to content

Commit

Permalink
releases 4.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 8, 2024
1 parent 637a492 commit 43379bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 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.2.16",
"version": "4.2.17",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down Expand Up @@ -63,7 +63,7 @@
"vue": "3.5.5",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vxe-table": "^4.7.81"
"vxe-table": "^4.7.86"
},
"vetur": {
"tags": "helper/vetur/tags.json",
Expand Down
2 changes: 0 additions & 2 deletions types/components/collapse.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export interface VxeCollapseSlots {
* 自定义插槽模板
*/
[key: string]: ((params: {
name: VxeTabsPropTypes.ModelValue

[key: string]: any
}) => any) | undefined

Expand Down
15 changes: 0 additions & 15 deletions types/components/tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,5 @@ export interface VxeTooltipSlots {
default?: (params: VxeTooltipSlotTypes.DefaultSlotParams) => any
}

/**
* 全局工具提示
*/
export interface LoadingController {
/**
* 打开
* @param options 参数
*/
open(options?: VxeTooltipProps): void
/**
* 关闭
*/
close(): void
}

export const Tooltip: typeof VxeTooltip
export default VxeTooltip

0 comments on commit 43379bc

Please sign in to comment.