@osovitny/anatoly 3.21.0 → 3.21.1
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>;
|