Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • object & {} & { instance: DateBox } & { acceptCustomValue: boolean; accessKey: string; activeStateEnabled: boolean; adaptivityEnabled: boolean; applyButtonText: string; applyValueMode: string; buttons: unknown[]; calendarOptions: any; cancelButtonText: string; dateOutOfRangeMessage: string; dateSerializationFormat: string; deferRendering: boolean; disabled: boolean; disabledDates: Function | unknown[]; displayFormat: any; dropDownButtonTemplate: unknown; dropDownOptions: any; elementAttr: any; focusStateEnabled: boolean; height: string | number | Function; hint: string; hoverStateEnabled: boolean; inputAttr: any; interval: number; invalidDateMessage: string; isValid: boolean; max: unknown; maxLength: string | number; min: unknown; name: string; onChange: Function; onClosed: Function; onContentReady: Function; onCopy: Function; onCut: Function; onDisposing: Function; onEnterKey: Function; onFocusIn: Function; onFocusOut: Function; onInitialized: Function; onInput: Function; onKeyDown: Function; onKeyUp: Function; onOpened: Function; onOptionChanged: Function; onPaste: Function; onValueChanged: Function; openOnFieldClick: boolean; opened: boolean; pickerType: string; placeholder: string; readOnly: boolean; rtlEnabled: boolean; showAnalogClock: boolean; showClearButton: boolean; showDropDownButton: boolean; spellcheck: boolean; stylingMode: string; tabIndex: number; text: string; type: string; useMaskBehavior: boolean; validationError: any; validationErrors: unknown[]; validationMessageMode: string; validationStatus: string; value: unknown; valueChangeEvent: string; visible: boolean; width: string | number | Function } & Vue<this>
    • DxDateBox

Index

Properties

$$

$$: JQueryStatic

Readonly $attrs

$attrs: Record<string, string>

Readonly $children

$children: Vue[]

$config

$config: NuxtRuntimeConfig

$cookies

$cookies: NuxtCookies

$createElement

$createElement: CreateElement

Readonly $data

$data: Record<string, any>

$delete

$delete: typeof delete

Readonly $el

$el: Element

$fetchState

$fetchState: { error: Error | null; pending: boolean; timestamp: number }

Type declaration

  • error: Error | null
  • pending: boolean
  • timestamp: number

Readonly $isServer

$isServer: boolean

Readonly $listeners

$listeners: Record<string, Function | Function[]>

$logger

$logger: LoggerFn

$md

$md: { render: any }

Type declaration

$nuxt

$nuxt: NuxtApp

Readonly $options

$options: ComponentOptions<Vue>

Readonly $parent

$parent: Vue

Readonly $props

$props: Record<string, any>

Readonly $refs

$refs: {}

Type declaration

  • [key: string]: Vue | Element | (Vue | Element)[] | undefined

Readonly $root

$root: Vue

$route

$route: Route

$router

$router: VueRouter

Readonly $scopedSlots

$scopedSlots: {}

Type declaration

  • [key: string]: NormalizedScopedSlot | undefined

$set

$set: typeof set

Readonly $slots

$slots: {}

Type declaration

  • [key: string]: VNode[] | undefined

Readonly $ssrContext

$ssrContext: any

$store

$store: Store<any>

$ustra

$ustra: UstraPlugin

Readonly $vnode

$vnode: VNode

Static Vue

Vue: VueConstructor

Static acceptCustomValue

acceptCustomValue: boolean

Static accessKey

accessKey: string

Static activeStateEnabled

activeStateEnabled: boolean

Static adaptivityEnabled

adaptivityEnabled: boolean

Static applyButtonText

applyButtonText: string

Static applyValueMode

applyValueMode: string

Static buttons

buttons: unknown[]

Static calendarOptions

calendarOptions: any

Static cancelButtonText

cancelButtonText: string

Static dateOutOfRangeMessage

dateOutOfRangeMessage: string

Static dateSerializationFormat

dateSerializationFormat: string

Static deferRendering

deferRendering: boolean

Static disabled

disabled: boolean

Static disabledDates

disabledDates: Function | unknown[]

Static displayFormat

displayFormat: any

Static dropDownButtonTemplate

dropDownButtonTemplate: unknown

Static dropDownOptions

dropDownOptions: any

Static elementAttr

elementAttr: any

Static focusStateEnabled

focusStateEnabled: boolean

Static height

height: string | number | Function

Static hint

hint: string

Static hoverStateEnabled

hoverStateEnabled: boolean

Static inputAttr

inputAttr: any

Static instance

instance: DateBox

Static interval

interval: number

Static invalidDateMessage

invalidDateMessage: string

Static isValid

isValid: boolean

Static max

max: unknown

Static maxLength

maxLength: string | number

Static min

min: unknown

Static name

name: string

Static onChange

onChange: Function

Static onClosed

onClosed: Function

Static onContentReady

onContentReady: Function

Static onCopy

onCopy: Function

Static onCut

onCut: Function

Static onDisposing

onDisposing: Function

Static onEnterKey

onEnterKey: Function

Static onFocusIn

onFocusIn: Function

Static onFocusOut

onFocusOut: Function

Static onInitialized

onInitialized: Function

Static onInput

onInput: Function

Static onKeyDown

onKeyDown: Function

Static onKeyUp

onKeyUp: Function

Static onOpened

onOpened: Function

Static onOptionChanged

onOptionChanged: Function

Static onPaste

onPaste: Function

Static onValueChanged

onValueChanged: Function

Static openOnFieldClick

openOnFieldClick: boolean

Static opened

opened: boolean

Static pickerType

pickerType: string

Static placeholder

placeholder: string

Static readOnly

readOnly: boolean

Static rtlEnabled

rtlEnabled: boolean

Static showAnalogClock

showAnalogClock: boolean

Static showClearButton

showClearButton: boolean

Static showDropDownButton

showDropDownButton: boolean

Static spellcheck

spellcheck: boolean

Static stylingMode

stylingMode: string

Static tabIndex

tabIndex: number

Static text

text: string

Static type

type: string

Static useMaskBehavior

useMaskBehavior: boolean

Static validationError

validationError: any

Static validationErrors

validationErrors: unknown[]

Static validationMessageMode

validationMessageMode: string

Static validationStatus

validationStatus: string

Static value

value: unknown

Static valueChangeEvent

valueChangeEvent: string

Static visible

visible: boolean

Static width

width: string | number | Function

Methods

$destroy

  • $destroy(): void
  • Returns void

$emit

  • $emit(event: string, ...args: any[]): this
  • Parameters

    • event: string
    • Rest ...args: any[]

    Returns this

$fetch

  • $fetch(): void
  • Returns void

$forceUpdate

  • $forceUpdate(): void
  • Returns void

$meta

  • $meta(): VueMetaPlugin
  • Returns VueMetaPlugin

$mount

  • $mount(elementOrSelector?: Element | string, hydrating?: boolean): this
  • Parameters

    • Optional elementOrSelector: Element | string
    • Optional hydrating: boolean

    Returns this

$nextTick

  • $nextTick(callback: (this: this) => void): void
  • $nextTick(): Promise<void>
  • Parameters

    • callback: (this: this) => void
        • (this: this): void
        • Parameters

          • this: this

          Returns void

    Returns void

  • Returns Promise<void>

$off

  • $off(event?: string | string[], callback?: Function): this
  • Parameters

    • Optional event: string | string[]
    • Optional callback: Function

    Returns this

$on

  • $on(event: string | string[], callback: Function): this
  • Parameters

    • event: string | string[]
    • callback: Function

    Returns this

$once

  • $once(event: string | string[], callback: Function): this
  • Parameters

    • event: string | string[]
    • callback: Function

    Returns this

$watch

  • $watch(expOrFn: string, callback: (this: this, n: any, o: any) => void, options?: WatchOptions): () => void
  • $watch<T>(expOrFn: (this: this) => T, callback: (this: this, n: T, o: T) => void, options?: WatchOptions): () => void
  • Parameters

    • expOrFn: string
    • callback: (this: this, n: any, o: any) => void
        • (this: this, n: any, o: any): void
        • Parameters

          • this: this
          • n: any
          • o: any

          Returns void

    • Optional options: WatchOptions

    Returns () => void

      • (): void
      • Returns void

  • Type parameters

    • T

    Parameters

    • expOrFn: (this: this) => T
        • (this: this): T
        • Parameters

          • this: this

          Returns T

    • callback: (this: this, n: T, o: T) => void
        • (this: this, n: T, o: T): void
        • Parameters

          • this: this
          • n: T
          • o: T

          Returns void

    • Optional options: WatchOptions

    Returns () => void

      • (): void
      • Returns void

Optional activated

  • activated(): void
  • Returns void

Private adjustDatePopup

  • adjustDatePopup(e: any): void

beforeCreate

  • beforeCreate(): void

Optional beforeDestroy

  • beforeDestroy(): void
  • Returns void

Optional beforeMount

  • beforeMount(): void
  • Returns void

Optional beforeRouteEnter

  • beforeRouteEnter(to: Route, from: Route, next: (to?: RawLocation | false | ((vm: Vue) => void)) => void): void
  • Parameters

    • to: Route
    • from: Route
    • next: (to?: RawLocation | false | ((vm: Vue) => void)) => void
        • (to?: RawLocation | false | ((vm: Vue) => void)): void
        • Parameters

          • Optional to: RawLocation | false | ((vm: Vue) => void)

          Returns void

    Returns void

Optional beforeRouteLeave

  • beforeRouteLeave(to: Route, from: Route, next: (to?: RawLocation | false | ((vm: Vue) => void)) => void): void
  • Parameters

    • to: Route
    • from: Route
    • next: (to?: RawLocation | false | ((vm: Vue) => void)) => void
        • (to?: RawLocation | false | ((vm: Vue) => void)): void
        • Parameters

          • Optional to: RawLocation | false | ((vm: Vue) => void)

          Returns void

    Returns void

Optional beforeRouteUpdate

  • beforeRouteUpdate(to: Route, from: Route, next: (to?: RawLocation | false | ((vm: Vue) => void)) => void): void
  • Parameters

    • to: Route
    • from: Route
    • next: (to?: RawLocation | false | ((vm: Vue) => void)) => void
        • (to?: RawLocation | false | ((vm: Vue) => void)): void
        • Parameters

          • Optional to: RawLocation | false | ((vm: Vue) => void)

          Returns void

    Returns void

Optional beforeUpdate

  • beforeUpdate(): void
  • Returns void

created

  • created(): void

Optional data

  • data(): object
  • Returns object

Optional deactivated

  • deactivated(): void
  • Returns void

Optional destroyed

  • destroyed(): void
  • Returns void

Optional errorCaptured

  • errorCaptured(err: Error, vm: Vue, info: string): boolean | undefined
  • Parameters

    • err: Error
    • vm: Vue
    • info: string

    Returns boolean | undefined

Optional mounted

  • mounted(): void
  • Returns void

Optional render

  • render(createElement: CreateElement): VNode
  • Parameters

    • createElement: CreateElement

    Returns VNode

Optional serverPrefetch

  • serverPrefetch(): Promise<unknown>
  • Returns Promise<unknown>

Optional updated

  • updated(): void
  • Returns void