@indigina/kendo 2.0.13 → 2.0.15

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/index.d.ts CHANGED
@@ -661,14 +661,14 @@ declare class AccountMenuModule {
661
661
  }
662
662
 
663
663
  declare class AzureLoginCallbackComponent {
664
- private authService;
665
- private settingsService;
666
- private router;
667
- constructor(authService: MsalService, settingsService: SettingsService, router: Router);
664
+ private readonly msalBroadcastService;
665
+ private readonly router;
666
+ private readonly settingsService;
667
+ private readonly authService;
668
668
  ngOnInit(): void;
669
669
  logout(): void;
670
670
  static ɵfac: i0.ɵɵFactoryDeclaration<AzureLoginCallbackComponent, never>;
671
- static ɵcmp: i0.ɵɵComponentDeclaration<AzureLoginCallbackComponent, "lib-azure-login", never, {}, {}, never, never, false, never>;
671
+ static ɵcmp: i0.ɵɵComponentDeclaration<AzureLoginCallbackComponent, "lib-azure-login", never, {}, {}, never, never, true, never>;
672
672
  }
673
673
 
674
674
  declare const MSALInstanceFactory: (config: IndiginaConfiguration) => IPublicClientApplication;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/compiler": "^20.1.6",
6
6
  "@angular/core": "^20.1.6",