Type aliases
AfterMiddleware
AfterMiddleware: (to: Route, from: Route) => void
Type declaration
-
- (to: Route, from: Route): void
BeforeMiddleware
BeforeMiddleware: (to: Route, from: Route, next: NavigationGuardNext) => Boolean
Type declaration
-
- (to: Route, from: Route, next: NavigationGuardNext): Boolean
-
Parameters
-
to: Route
-
from: Route
-
next: NavigationGuardNext
Returns Boolean
CreatePageCSSClasses
CreatePageCSSClasses: { container: string[] }
Credentials
Credentials: { email: string; password: string; rememberMe: boolean }
Type declaration
-
email: string
-
password: string
-
rememberMe: boolean
DetailListField
Type declaration
-
-
Optional key?: string
-
label: string
-
DetailListFormatter
DetailListFormatter: (key: any, item: {}) => string
Type declaration
-
- (key: any, item: {}): string
-
Parameters
Returns string
EditPageCSSClasses
EditPageCSSClasses: { container: string[] }
ErrorBag
ErrorBag: {}
Type declaration
-
[property: string]: string[]
FormGroup
Form
Group: { component?: Component; description?: [string, string]; formatter?: FormGroupFormatter; label: string; max?: number; min?: number; options?: string; property: string; step?: number; textField?: string; type: string; valueField?: string }
Type declaration
-
Optional component?: Component
-
Optional description?: [string, string]
-
-
label: string
-
Optional max?: number
-
Optional min?: number
-
Optional options?: string
-
property: string
-
Optional step?: number
-
Optional textField?: string
-
type: string
-
Optional valueField?: string
FormGroupFormatter
FormGroupFormatter: (value: string) => string
Type declaration
-
-
Parameters
Returns string
FormInputData
Form
InputData: { cardHeader: string; formGroups: FormGroup[] }
GetterMethod
GetterMethod: (state: any) => any
RepeatPasswordData
RepeatPasswordData: { password: string; repeatPassword: string }
Type declaration
-
[key: string]: string
-
password: string
-
repeatPassword: string
RequestMiddleware
RequestMiddleware: (request: AxiosRequestConfig) => void
Type declaration
-
- (request: AxiosRequestConfig): void
-
Parameters
-
request: AxiosRequestConfig
Returns void
ResponseErrorMiddleware
ResponseErrorMiddleware: (error: AxiosError) => void
Type declaration
-
- (error: AxiosError): void
ResponseMiddleware
ResponseMiddleware: (response: AxiosResponse) => void
Type declaration
-
- (response: AxiosResponse): void
StaticDataTypes
StaticDataTypes: [string | {}]
Translation
Translation: { plural: string; singular: string }
Type declaration
-
plural: string
-
singular: string
the plural translation