@hatiolab/things-scene 3.4.20 → 3.4.21

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
@@ -682,7 +682,7 @@ declare module '@hatiolab/things-scene' {
682
682
  preserve(): void
683
683
  undoable(): boolean
684
684
  redoable(): boolean
685
- preserved(): boolean
685
+ hasUnpreservedChanges(): boolean
686
686
  move(component: Component, to_container: Container, to_index: number): void
687
687
  centerTo(component: Component, animated?: boolean): void
688
688