Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

bootstrapStyle: CSSResult = ...
bootstrapVarStyle: CSSResult = ...
commonStyle: CSSResult = ...
fontawesomeStyle: CSSResult = ...
resetStyle: CSSResult = ...
styles: CSSResult[] = ...

Methods

  • changePassword(evt: Event): void
  • Calls the authentication service changePassword method.

    Parameters

    • evt: Event

      the event

    Returns void

  • changePasswordReset(): void
  • cleanForm_(): void
  • connectedCallback(): void
  • disconnectedCallback(): void
  • login(evt: Event): void
  • Calls the authentication service login method.

    Parameters

    • evt: Event

      Event from the form submit action.

    Returns void

  • logout(evt: Event): void
  • Calls the authentication service logout method.

    Parameters

    • evt: Event

      Event from the form submit action.

    Returns void

  • manualLoginLogout_(): void
  • mozRequestFullScreen(): Promise<void>
  • mozRequestFullScreenWithKeys(): Promise<void>
  • msRequestFullscreen(): Promise<void>
  • resetError_(): void
  • resetPassword(evt: Event): void
  • Calls the authentication service resetPassword method.

    Parameters

    • evt: Event

      Event from the form submit action.

    Returns void

  • setError_(errors: string[], messageType?: MessageType): void
  • webkitRequestFullscreen(allowKeyboardInput?: number): Promise<void>

Generated using TypeDoc