@unipin/angular-applet 18.5.0-beta → 18.5.2-beta

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.
@@ -8,6 +8,7 @@ export type Options = {
8
8
  appType?: AppType;
9
9
  ngZoneSharing?: boolean;
10
10
  platformSharing?: boolean;
11
+ activeLegacyMode?: boolean;
11
12
  };
12
13
  declare interface BootstrapOptions {
13
14
  ngZone?: NgZone | 'zone.js' | 'noop';
@@ -15,6 +16,9 @@ declare interface BootstrapOptions {
15
16
  ngZoneRunCoalescing?: boolean;
16
17
  }
17
18
  export declare function getMajor(version: string): string;
19
+ export type LegacyPlatformCache = {
20
+ platform: Record<string, PlatformRef>;
21
+ };
18
22
  export declare function shareNgZone(zone: NgZone): void;
19
23
  export declare function bootstrap<M>(module: Type<M>, options: Options): Promise<NgModuleRef<M>> | undefined;
20
24
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unipin/angular-applet",
3
- "version": "18.5.0-beta",
3
+ "version": "18.5.2-beta",
4
4
  "sideEffects": false,
5
5
  "homepage": "https://backoffice.unipin.com/",
6
6
  "description": "Angular specific wrappers for UniPin applet",