@hatiolab/things-scene 3.4.18 → 3.4.20
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/package.json +1 -1
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +2 -0
- package/things-scene.mjs +2 -2
package/things-scene.d.ts
CHANGED
|
@@ -679,8 +679,10 @@ declare module '@hatiolab/things-scene' {
|
|
|
679
679
|
cut(): string
|
|
680
680
|
redo(): void
|
|
681
681
|
undo(): void
|
|
682
|
+
preserve(): void
|
|
682
683
|
undoable(): boolean
|
|
683
684
|
redoable(): boolean
|
|
685
|
+
preserved(): boolean
|
|
684
686
|
move(component: Component, to_container: Container, to_index: number): void
|
|
685
687
|
centerTo(component: Component, animated?: boolean): void
|
|
686
688
|
|