@vectoriox/iox-builder 1.0.8 → 1.0.9
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
CHANGED
|
@@ -579,6 +579,9 @@ declare class ViewportService {
|
|
|
579
579
|
x: number;
|
|
580
580
|
y: number;
|
|
581
581
|
};
|
|
582
|
+
private update;
|
|
583
|
+
private saveToStorage;
|
|
584
|
+
private loadFromStorage;
|
|
582
585
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewportService, never>;
|
|
583
586
|
static ɵprov: i0.ɵɵInjectableDeclaration<ViewportService>;
|
|
584
587
|
}
|