aircitytype 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aircity/index.d.ts +1 -0
- package/main.js +0 -0
- package/package.json +1 -1
package/aircity/index.d.ts
CHANGED
@@ -676,6 +676,7 @@ interface Marker {
|
|
676
676
|
deleteByGroupId(groupId: string, fn?: () => void): void;
|
677
677
|
showByGroupId(groupId: string, fn?: () => void): void;
|
678
678
|
hideByGroupId(groupId: string, fn?: () => void): void;
|
679
|
+
showPopupWindow(id:string):void;
|
679
680
|
focus(id: string, o1?: number, o2?: number, rotation?: number[]): any;
|
680
681
|
show(ids: string[] | string, fn?: () => void): void;
|
681
682
|
hide(ids: string[] | string, fn?: () => void): void;
|
package/main.js
CHANGED
File without changes
|
package/package.json
CHANGED