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.
@@ -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
@@ -14,5 +14,5 @@
14
14
  "bin": {
15
15
  "installdts": "./main.js"
16
16
  },
17
- "version": "1.1.4"
17
+ "version": "1.1.5"
18
18
  }