barsa-develop-components 2.3.82 → 2.3.84
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
|
@@ -248,8 +248,8 @@ declare class LoginSocialConncetionsComponent extends ReportBaseComponent {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
declare class LoginFormComponent extends FormBaseComponent implements OnInit {
|
|
251
|
-
_desktopmode: boolean;
|
|
252
251
|
size$: Observable<'xl' | 'md' | 'sm'>;
|
|
252
|
+
_desktopmode: boolean;
|
|
253
253
|
onKeyEnter: (_: any) => void;
|
|
254
254
|
ngOnInit(): void;
|
|
255
255
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|