@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/fesm2022/indigina-kendo.mjs +15 -14
- package/fesm2022/indigina-kendo.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -661,14 +661,14 @@ declare class AccountMenuModule {
|
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
declare class AzureLoginCallbackComponent {
|
|
664
|
-
private
|
|
665
|
-
private
|
|
666
|
-
private
|
|
667
|
-
|
|
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,
|
|
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;
|