Options
All
  • Public
  • Public/Protected
  • All
Menu

Aurelia Deco Documentation - v2.0.9

Index

Namespaces

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

Steps

Steps: "login" | "double-auth" | "create-account" | "validate-account" | "account-created" | "forgot-password" | "reset-password"

Variables

Let addressArrayDecorator

addressArrayDecorator: TypeDecorator = ...

Let addressDecorator

addressDecorator: TypeDecorator = ...

Let initState

initState: { stateVersion: string } = ...

Type declaration

  • stateVersion: string

Functions

Let adDialogModel

Const address

  • address(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const addressArray

  • addressArray(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

authenticate

clearDecoState

clearProfile

clearSwissdataState

cloneDeco

configure

errorHandler

getI18NSetupOptions

Let i18nSetup

initDecoState

initSwissdataState

Let inputAddress

  • inputAddress(value: any): any

Let inputAddressArray

  • inputAddressArray(value: any): any

isSameAddress

jsonify

  • jsonify(response: Response): Promise<any>

logout

Const model

  • model(baseroute: string, options?: ModelOptions): (target: any) => void

notifier

  • notifier(handlerId?: string, options?: ErrorHandlerOptions): (title: string, message: string, type?: "confirmation" | "info" | "error" | "warning") => void
  • Parameters

    Returns (title: string, message: string, type?: "confirmation" | "info" | "error" | "warning") => void

      • (title: string, message: string, type?: "confirmation" | "info" | "error" | "warning"): void
      • Parameters

        • title: string
        • message: string
        • type: "confirmation" | "info" | "error" | "warning" = 'info'

        Returns void

setAccessToken

setApiHost

setAppModels

setCountries

setCountry

setCountryCode

setCurrentRoute

  • setCurrentRoute(state: AppState, instruction: NavigationInstruction): AppState

setDoubleAuthValidationToken

setLanguage

setLanguages

setLoginStep

setOnline

setProfile

setRefLanguage

setState

setStateVersion

setSwissdataStateProps

Const uniqueByApp

  • uniqueByApp<T>(target: T, key: keyof T, descriptor?: PropertyDescriptor): any
  • Type parameters

    • T

    Parameters

    • target: T
    • key: keyof T
    • Optional descriptor: PropertyDescriptor

    Returns any

updateUser

Let validateAddress

  • validateAddress(value: any, options?: any): boolean

Let validateAddressArray

  • validateAddressArray(value: any, options?: any): boolean

waitForDoubleAuth

  • waitForDoubleAuth(state: AppState, doubleAuthValidationToken: string): AppState

Generated using TypeDoc