Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Static bootstrapStyle

bootstrapStyle: CSSResult = ...

Static bootstrapVarStyle

bootstrapVarStyle: CSSResult = ...

Static commonStyle

commonStyle: CSSResult = ...

Static fontawesomeStyle

fontawesomeStyle: CSSResult = ...

Static resetStyle

resetStyle: CSSResult = ...

Static styles

styles: CSSResult[] = ...

Methods

changePassword

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

    Parameters

    • evt: Event

      the event

    Returns void

changePasswordReset

  • changePasswordReset(): void

connectedCallback

  • connectedCallback(): void

disconnectedCallback

  • disconnectedCallback(): void

initConfig

login

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

    Parameters

    • evt: Event

      Event from the form submit action.

    Returns void

logout

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

    Parameters

    • evt: Event

      Event from the form submit action.

    Returns void

manualLoginLogout_

  • manualLoginLogout_(): void

mozRequestFullScreen

  • mozRequestFullScreen(): Promise<void>

mozRequestFullScreenWithKeys

  • mozRequestFullScreenWithKeys(): Promise<void>

msRequestFullscreen

  • msRequestFullscreen(): Promise<void>

resetError_

  • resetError_(): void

resetPassword

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

    Parameters

    • evt: Event

      Event from the form submit action.

    Returns void

setError_

  • setError_(errors: string[], messageType?: MessageType): void

webkitRequestFullscreen

  • webkitRequestFullscreen(allowKeyboardInput?: number): Promise<void>

Generated using TypeDoc