@byuhbll/components 4.0.11 → 4.0.13
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.
|
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class HbllFooterComponent {
|
|
4
4
|
private readonly fb;
|
|
5
5
|
private readonly http;
|
|
6
|
+
private readonly footerSkipTargetId;
|
|
6
7
|
private emailDialog;
|
|
7
8
|
mainsitebaseurl: string;
|
|
8
9
|
libraryapibaseuri: string;
|
|
@@ -25,6 +26,7 @@ export declare class HbllFooterComponent {
|
|
|
25
26
|
protected sendEmail: () => void;
|
|
26
27
|
protected handleClose: () => void;
|
|
27
28
|
openEmailForm: (formValues?: typeof this.emailForm.value) => void;
|
|
29
|
+
skipFooter(): void;
|
|
28
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<HbllFooterComponent, never>;
|
|
29
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<HbllFooterComponent, "lib-hbll-footer", never, { "mainsitebaseurl": { "alias": "mainsitebaseurl"; "required": false; }; "libraryapibaseuri": { "alias": "libraryapibaseuri"; "required": false; }; "emailname": { "alias": "emailname"; "required": false; }; "emailemail": { "alias": "emailemail"; "required": false; }; "emailmessage": { "alias": "emailmessage"; "required": false; }; "emailstatus": { "alias": "emailstatus"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
32
|
}
|