@smplrspace/smplr-loader 2.22.1-beta.3 → 2.22.1-beta.5
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.
|
@@ -21,6 +21,8 @@ declare type BaseData = {
|
|
|
21
21
|
|
|
22
22
|
declare interface BaseDataLayer<T, D extends UnknownData> {
|
|
23
23
|
tooltip?: (dataElement: T & D) => string;
|
|
24
|
+
tooltipTemplate?: string;
|
|
25
|
+
tooltipContainerStyle?: string;
|
|
24
26
|
onClick?: (dataElement: T & D, event: PointerEvent) => void;
|
|
25
27
|
onHover?: (dataElement: T & D, event: LimitedPointerEvent) => void;
|
|
26
28
|
onHoverOut?: (dataElement: T & D, event: LimitedPointerEvent) => void;
|
|
@@ -905,7 +907,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
905
907
|
z: number;
|
|
906
908
|
}
|
|
907
909
|
|
|
908
|
-
export declare const version = "2.22.1-beta.
|
|
910
|
+
export declare const version = "2.22.1-beta.5";
|
|
909
911
|
|
|
910
912
|
declare interface ViewerOptions {
|
|
911
913
|
mode?: CameraMode;
|