@3dsource/angular-unreal-module 0.0.89 → 0.0.90
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
|
@@ -987,6 +987,7 @@ declare class AnalyticsService {
|
|
|
987
987
|
sendEventToMixPanel(name: string, params?: Record<string, unknown>): void;
|
|
988
988
|
constructor();
|
|
989
989
|
private monitorMouse;
|
|
990
|
+
private getOffset;
|
|
990
991
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsService, never>;
|
|
991
992
|
static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsService>;
|
|
992
993
|
}
|