mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 去除 setPosition
This commit is contained in:
parent
ff79ec08ae
commit
3ac7b574c4
1
src/packages/index.d.ts
vendored
1
src/packages/index.d.ts
vendored
@ -115,7 +115,6 @@ export interface PublicConfigType {
|
|||||||
}
|
}
|
||||||
filter?: string
|
filter?: string
|
||||||
status: StatusType
|
status: StatusType
|
||||||
setPosition: Function
|
|
||||||
events?: {
|
events?: {
|
||||||
[K in EventLife]?: string
|
[K in EventLife]?: string
|
||||||
}
|
}
|
||||||
|
@ -81,13 +81,6 @@ export class PublicConfigClass implements PublicConfigType {
|
|||||||
public request = cloneDeep(requestConfig)
|
public request = cloneDeep(requestConfig)
|
||||||
// 数据过滤
|
// 数据过滤
|
||||||
public filter = undefined
|
public filter = undefined
|
||||||
|
|
||||||
// 设置坐标
|
|
||||||
public setPosition(x: number, y: number): void {
|
|
||||||
this.attr.x = x
|
|
||||||
this.attr.y = y
|
|
||||||
}
|
|
||||||
|
|
||||||
// 事件
|
// 事件
|
||||||
public events = undefined
|
public events = undefined
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user