Options
All
  • Public
  • Public/Protected
  • All
Menu

Aurelia Resources Documentation - v3.0.0

Index

Type aliases

DialogTypes

DialogTypes: "alert" | "confirmation" | "prompt" | "edition"

Variables

Let countries

countries: { countryCode: string; countryCode2: string; name: string }[] = ...

Let languages

languages: { de: string; fr: string; languageCode: string; name: string }[] = ...

Let locales

locales: { countries: { AT: string; AU: string; BE: string; CA: string; CH: string; DE: string; FR: string; GB: string; IT: string; NZ: string; US: string }; languages: { de: string; en: string; fr: string; it: string }; list: string[] } = ...

Type declaration

  • countries: { AT: string; AU: string; BE: string; CA: string; CH: string; DE: string; FR: string; GB: string; IT: string; NZ: string; US: string }
    • AT: string
    • AU: string
    • BE: string
    • CA: string
    • CH: string
    • DE: string
    • FR: string
    • GB: string
    • IT: string
    • NZ: string
    • US: string
  • languages: { de: string; en: string; fr: string; it: string }
    • de: string
    • en: string
    • fr: string
    • it: string
  • list: string[]

Functions

addNotifyContainerAlias

  • addNotifyContainerAlias(alias: string, selector: string): void

Let arDialog

configure

errorify

errorifyTo

  • errorifyTo(containerSelector: string): (error: Error) => any
  • Parameters

    • containerSelector: string

    Returns (error: Error) => any

      • (error: Error): any
      • Parameters

        • error: Error

        Returns any

notifaction

  • notifaction(message: string, actionLabel: string, actionCallback: () => any, actionContext: any, options: NotifyOptions): any
  • Parameters

    • message: string
    • actionLabel: string
    • actionCallback: () => any
        • (): any
        • Returns any

    • actionContext: any
    • options: NotifyOptions

    Returns any

notify

onDrawerStatusChanged

  • onDrawerStatusChanged(id: any, settings?: { onChanged: string; setup: string; teardown: string }): (target: any) => void
  • Parameters

    • id: any
    • settings: { onChanged: string; setup: string; teardown: string } = ...
      • onChanged: string
      • setup: string
      • teardown: string

    Returns (target: any) => void

      • (target: any): void
      • Parameters

        • target: any

        Returns void

setNotifyDefaults

  • setNotifyDefaults(settings: NotifyOptions, setOnlyGiventKeys?: boolean): void

Generated using TypeDoc