@hatiolab/things-scene 3.2.0 → 3.2.2

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/things-scene.d.ts CHANGED
@@ -201,6 +201,7 @@ declare module '@hatiolab/things-scene' {
201
201
  mode: SCENE_MODE
202
202
  baseUrl: string
203
203
 
204
+ url(x: string): string
204
205
  dispose(): void
205
206
  }
206
207
 
@@ -369,6 +370,8 @@ declare module '@hatiolab/things-scene' {
369
370
  drawText(context: CanvasRenderingContext2D): void
370
371
 
371
372
  ondblclick(e: MouseEvent): void
373
+
374
+ closeScene(data: any): void
372
375
  }
373
376
 
374
377
  class ContainerAbstract extends MoveHandle(RectPath(Component)) {