@osovitny/anatoly 3.21.0 → 3.21.21
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
|
@@ -1761,7 +1761,6 @@ declare class DataPagerComponent extends ComponentBase implements OnInit {
|
|
|
1761
1761
|
|
|
1762
1762
|
declare class SignInButtonComponent extends ComponentBase implements OnInit {
|
|
1763
1763
|
url: any;
|
|
1764
|
-
external: boolean;
|
|
1765
1764
|
qs: string;
|
|
1766
1765
|
ngOnInit(): void;
|
|
1767
1766
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
|
|
@@ -1770,7 +1769,6 @@ declare class SignInButtonComponent extends ComponentBase implements OnInit {
|
|
|
1770
1769
|
|
|
1771
1770
|
declare class SignOutButtonComponent extends ComponentBase implements OnInit {
|
|
1772
1771
|
url: any;
|
|
1773
|
-
external: boolean;
|
|
1774
1772
|
qs: string;
|
|
1775
1773
|
ngOnInit(): void;
|
|
1776
1774
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
|
|
@@ -1779,7 +1777,6 @@ declare class SignOutButtonComponent extends ComponentBase implements OnInit {
|
|
|
1779
1777
|
|
|
1780
1778
|
declare class SignUpButtonComponent extends ComponentBase implements OnInit {
|
|
1781
1779
|
url: any;
|
|
1782
|
-
external: boolean;
|
|
1783
1780
|
qs: string;
|
|
1784
1781
|
ngOnInit(): void;
|
|
1785
1782
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
|
|
@@ -2136,7 +2133,7 @@ declare class AnatolyModule {
|
|
|
2136
2133
|
private injector;
|
|
2137
2134
|
constructor(injector: Injector);
|
|
2138
2135
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyModule, never>;
|
|
2139
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyModule, never, [typeof i1.CommonModule, typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule], [typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule]>;
|
|
2136
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule], [typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule]>;
|
|
2140
2137
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyModule>;
|
|
2141
2138
|
}
|
|
2142
2139
|
|