@smplrspace/smplr-loader 2.47.1-beta.0 → 2.47.1-beta.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.
|
@@ -1823,6 +1823,7 @@ export declare interface MapViewerOptions {
|
|
|
1823
1823
|
hideNavigationButtons?: boolean;
|
|
1824
1824
|
hideLevelPicker?: boolean;
|
|
1825
1825
|
cameraPlacement?: PartialMapCameraPlacement;
|
|
1826
|
+
protectScroll?: boolean;
|
|
1826
1827
|
}
|
|
1827
1828
|
|
|
1828
1829
|
declare interface Material {
|
|
@@ -3642,6 +3643,7 @@ export declare interface SpaceViewerOptions {
|
|
|
3642
3643
|
loadingMessage?: string;
|
|
3643
3644
|
renderingMessage?: string;
|
|
3644
3645
|
experimentalFacadeBasedPerformance?: boolean;
|
|
3646
|
+
protectScroll?: boolean;
|
|
3645
3647
|
}
|
|
3646
3648
|
|
|
3647
3649
|
declare interface SphereOptions<D> {
|
|
@@ -3810,7 +3812,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3810
3812
|
z: number;
|
|
3811
3813
|
}
|
|
3812
3814
|
|
|
3813
|
-
export declare const version = "2.47.1-beta.
|
|
3815
|
+
export declare const version = "2.47.1-beta.2";
|
|
3814
3816
|
|
|
3815
3817
|
declare interface ViewerRendererHandle {
|
|
3816
3818
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|