@byuhbll/components 4.0.0-alpha.39 → 4.0.0-alpha.40

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 emailDialog;
6
7
  mainsitebaseurl: string;
7
8
  libraryapibaseuri: string;
8
9
  set emailname(name: string);
@@ -23,6 +24,7 @@ export declare class HbllFooterComponent {
23
24
  protected userStatuses: readonly ["", "Undergraduate", "Graduate", "Faculty", "Staff", "Library Employee", "Other"];
24
25
  protected sendEmail: () => void;
25
26
  protected handleClose: () => void;
27
+ openEmailForm: (formValues?: typeof this.emailForm.value) => void;
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<HbllFooterComponent, never>;
27
29
  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>;
28
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byuhbll/components",
3
- "version": "4.0.0-alpha.39",
3
+ "version": "4.0.0-alpha.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0"