/*! * devextreme-vue * Version: 25.2.8 * Build date: Mon Jun 08 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ import { PropType } from "vue"; import Lookup, { Properties } from "devextreme/ui/lookup"; import DataSource from "devextreme/data/data_source"; import { ApplyValueMode, LabelMode, PageLoadMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus, HorizontalAlignment, VerticalAlignment, Direction, PositionAlignment, ToolbarItemLocation, ToolbarItemComponent } from "devextreme/common"; import { DataSourceOptions } from "devextreme/common/data"; import { Store } from "devextreme/data/store"; import { dxPopoverOptions, ContentReadyEvent as PopoverContentReadyEvent, DisposingEvent as PopoverDisposingEvent, HiddenEvent, HidingEvent, InitializedEvent as PopoverInitializedEvent, OptionChangedEvent as PopoverOptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from "devextreme/ui/popover"; import { ClosedEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OpenedEvent, OptionChangedEvent, PageLoadingEvent, PullRefreshEvent, ScrollEvent, SelectionChangedEvent, ValueChangedEvent } from "devextreme/ui/lookup"; import { AnimationConfig, CollisionResolution, PositionConfig, AnimationState, AnimationType, CollisionResolutionCombination } from "devextreme/common/core/animation"; import { event } from "devextreme/events/events.types"; import { ToolbarLocation } from "devextreme/ui/popup"; import { LocateInMenuMode, ShowTextMode } from "devextreme/ui/toolbar"; type AccessibleOptions = Pick; interface DxLookup extends AccessibleOptions { readonly instance?: Lookup; } declare const DxLookup: import("vue").DefineComponent<{ accessKey: StringConstructor; activeStateEnabled: BooleanConstructor; applyButtonText: StringConstructor; applyValueMode: PropType; cancelButtonText: StringConstructor; cleanSearchOnOpening: BooleanConstructor; clearButtonText: StringConstructor; dataSource: PropType | DataSource | DataSourceOptions | Store | null>; deferRendering: BooleanConstructor; disabled: BooleanConstructor; displayExpr: PropType string)>; displayValue: StringConstructor; dropDownCentered: BooleanConstructor; dropDownOptions: PropType | dxPopoverOptions>; elementAttr: PropType>; fieldTemplate: {}; focusStateEnabled: BooleanConstructor; grouped: BooleanConstructor; groupTemplate: {}; height: (NumberConstructor | StringConstructor)[]; hint: StringConstructor; hoverStateEnabled: BooleanConstructor; inputAttr: {}; isDirty: BooleanConstructor; isValid: BooleanConstructor; items: PropType; itemTemplate: {}; label: StringConstructor; labelMode: PropType; minSearchLength: NumberConstructor; name: StringConstructor; nextButtonText: StringConstructor; noDataText: StringConstructor; onClosed: PropType<(e: ClosedEvent) => void>; onContentReady: PropType<(e: ContentReadyEvent) => void>; onDisposing: PropType<(e: DisposingEvent) => void>; onInitialized: PropType<(e: InitializedEvent) => void>; onItemClick: PropType<(e: ItemClickEvent) => void>; onOpened: PropType<(e: OpenedEvent) => void>; onOptionChanged: PropType<(e: OptionChangedEvent) => void>; onPageLoading: PropType<(e: PageLoadingEvent) => void>; onPullRefresh: PropType<(e: PullRefreshEvent) => void>; onScroll: PropType<(e: ScrollEvent) => void>; onSelectionChanged: PropType<(e: SelectionChangedEvent) => void>; onValueChanged: PropType<(e: ValueChangedEvent) => void>; opened: BooleanConstructor; pageLoadingText: StringConstructor; pageLoadMode: PropType; placeholder: StringConstructor; pulledDownText: StringConstructor; pullingDownText: StringConstructor; pullRefreshEnabled: BooleanConstructor; refreshingText: StringConstructor; rtlEnabled: BooleanConstructor; searchEnabled: BooleanConstructor; searchExpr: PropType any))[] | (() => any)>; searchMode: PropType; searchPlaceholder: StringConstructor; searchStartEvent: StringConstructor; searchTimeout: NumberConstructor; selectedItem: {}; showCancelButton: BooleanConstructor; showClearButton: BooleanConstructor; showDataBeforeSearch: BooleanConstructor; stylingMode: PropType; tabIndex: NumberConstructor; text: StringConstructor; useItemTextAsTitle: BooleanConstructor; useNativeScrolling: BooleanConstructor; usePopover: BooleanConstructor; validationError: {}; validationErrors: PropType; validationMessageMode: PropType; validationMessagePosition: PropType; validationStatus: PropType; value: {}; valueChangeEvent: StringConstructor; valueExpr: PropType string | number | boolean)>; visible: BooleanConstructor; width: (NumberConstructor | StringConstructor)[]; wrapItemText: BooleanConstructor; }, unknown, unknown, { instance(): Lookup; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:accessKey": null; "update:activeStateEnabled": null; "update:applyButtonText": null; "update:applyValueMode": null; "update:cancelButtonText": null; "update:cleanSearchOnOpening": null; "update:clearButtonText": null; "update:dataSource": null; "update:deferRendering": null; "update:disabled": null; "update:displayExpr": null; "update:displayValue": null; "update:dropDownCentered": null; "update:dropDownOptions": null; "update:elementAttr": null; "update:fieldTemplate": null; "update:focusStateEnabled": null; "update:grouped": null; "update:groupTemplate": null; "update:height": null; "update:hint": null; "update:hoverStateEnabled": null; "update:inputAttr": null; "update:isDirty": null; "update:isValid": null; "update:items": null; "update:itemTemplate": null; "update:label": null; "update:labelMode": null; "update:minSearchLength": null; "update:name": null; "update:nextButtonText": null; "update:noDataText": null; "update:onClosed": null; "update:onContentReady": null; "update:onDisposing": null; "update:onInitialized": null; "update:onItemClick": null; "update:onOpened": null; "update:onOptionChanged": null; "update:onPageLoading": null; "update:onPullRefresh": null; "update:onScroll": null; "update:onSelectionChanged": null; "update:onValueChanged": null; "update:opened": null; "update:pageLoadingText": null; "update:pageLoadMode": null; "update:placeholder": null; "update:pulledDownText": null; "update:pullingDownText": null; "update:pullRefreshEnabled": null; "update:refreshingText": null; "update:rtlEnabled": null; "update:searchEnabled": null; "update:searchExpr": null; "update:searchMode": null; "update:searchPlaceholder": null; "update:searchStartEvent": null; "update:searchTimeout": null; "update:selectedItem": null; "update:showCancelButton": null; "update:showClearButton": null; "update:showDataBeforeSearch": null; "update:stylingMode": null; "update:tabIndex": null; "update:text": null; "update:useItemTextAsTitle": null; "update:useNativeScrolling": null; "update:usePopover": null; "update:validationError": null; "update:validationErrors": null; "update:validationMessageMode": null; "update:validationMessagePosition": null; "update:validationStatus": null; "update:value": null; "update:valueChangeEvent": null; "update:valueExpr": null; "update:visible": null; "update:width": null; "update:wrapItemText": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; cancelButtonText: StringConstructor; cleanSearchOnOpening: BooleanConstructor; clearButtonText: StringConstructor; dataSource: PropType | DataSource | DataSourceOptions | Store | null>; deferRendering: BooleanConstructor; disabled: BooleanConstructor; displayExpr: PropType string)>; displayValue: StringConstructor; dropDownCentered: BooleanConstructor; dropDownOptions: PropType | dxPopoverOptions>; elementAttr: PropType>; fieldTemplate: {}; focusStateEnabled: BooleanConstructor; grouped: BooleanConstructor; groupTemplate: {}; height: (NumberConstructor | StringConstructor)[]; hint: StringConstructor; hoverStateEnabled: BooleanConstructor; inputAttr: {}; isDirty: BooleanConstructor; isValid: BooleanConstructor; items: PropType; itemTemplate: {}; label: StringConstructor; labelMode: PropType; minSearchLength: NumberConstructor; name: StringConstructor; nextButtonText: StringConstructor; noDataText: StringConstructor; onClosed: PropType<(e: ClosedEvent) => void>; onContentReady: PropType<(e: ContentReadyEvent) => void>; onDisposing: PropType<(e: DisposingEvent) => void>; onInitialized: PropType<(e: InitializedEvent) => void>; onItemClick: PropType<(e: ItemClickEvent) => void>; onOpened: PropType<(e: OpenedEvent) => void>; onOptionChanged: PropType<(e: OptionChangedEvent) => void>; onPageLoading: PropType<(e: PageLoadingEvent) => void>; onPullRefresh: PropType<(e: PullRefreshEvent) => void>; onScroll: PropType<(e: ScrollEvent) => void>; onSelectionChanged: PropType<(e: SelectionChangedEvent) => void>; onValueChanged: PropType<(e: ValueChangedEvent) => void>; opened: BooleanConstructor; pageLoadingText: StringConstructor; pageLoadMode: PropType; placeholder: StringConstructor; pulledDownText: StringConstructor; pullingDownText: StringConstructor; pullRefreshEnabled: BooleanConstructor; refreshingText: StringConstructor; rtlEnabled: BooleanConstructor; searchEnabled: BooleanConstructor; searchExpr: PropType any))[] | (() => any)>; searchMode: PropType; searchPlaceholder: StringConstructor; searchStartEvent: StringConstructor; searchTimeout: NumberConstructor; selectedItem: {}; showCancelButton: BooleanConstructor; showClearButton: BooleanConstructor; showDataBeforeSearch: BooleanConstructor; stylingMode: PropType; tabIndex: NumberConstructor; text: StringConstructor; useItemTextAsTitle: BooleanConstructor; useNativeScrolling: BooleanConstructor; usePopover: BooleanConstructor; validationError: {}; validationErrors: PropType; validationMessageMode: PropType; validationMessagePosition: PropType; validationStatus: PropType; value: {}; valueChangeEvent: StringConstructor; valueExpr: PropType string | number | boolean)>; visible: BooleanConstructor; width: (NumberConstructor | StringConstructor)[]; wrapItemText: BooleanConstructor; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:disabled"?: ((...args: any[]) => any) | undefined; "onUpdate:elementAttr"?: ((...args: any[]) => any) | undefined; "onUpdate:onDisposing"?: ((...args: any[]) => any) | undefined; "onUpdate:onInitialized"?: ((...args: any[]) => any) | undefined; "onUpdate:onOptionChanged"?: ((...args: any[]) => any) | undefined; "onUpdate:onSelectionChanged"?: ((...args: any[]) => any) | undefined; "onUpdate:rtlEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:height"?: ((...args: any[]) => any) | undefined; "onUpdate:name"?: ((...args: any[]) => any) | undefined; "onUpdate:text"?: ((...args: any[]) => any) | undefined; "onUpdate:width"?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; "onUpdate:dataSource"?: ((...args: any[]) => any) | undefined; "onUpdate:label"?: ((...args: any[]) => any) | undefined; "onUpdate:hoverStateEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:items"?: ((...args: any[]) => any) | undefined; "onUpdate:itemTemplate"?: ((...args: any[]) => any) | undefined; "onUpdate:onContentReady"?: ((...args: any[]) => any) | undefined; "onUpdate:onItemClick"?: ((...args: any[]) => any) | undefined; "onUpdate:accessKey"?: ((...args: any[]) => any) | undefined; "onUpdate:activeStateEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:displayExpr"?: ((...args: any[]) => any) | undefined; "onUpdate:focusStateEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:hint"?: ((...args: any[]) => any) | undefined; "onUpdate:noDataText"?: ((...args: any[]) => any) | undefined; "onUpdate:searchEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:searchExpr"?: ((...args: any[]) => any) | undefined; "onUpdate:searchMode"?: ((...args: any[]) => any) | undefined; "onUpdate:searchTimeout"?: ((...args: any[]) => any) | undefined; "onUpdate:tabIndex"?: ((...args: any[]) => any) | undefined; "onUpdate:useNativeScrolling"?: ((...args: any[]) => any) | undefined; "onUpdate:stylingMode"?: ((...args: any[]) => any) | undefined; "onUpdate:inputAttr"?: ((...args: any[]) => any) | undefined; "onUpdate:isDirty"?: ((...args: any[]) => any) | undefined; "onUpdate:isValid"?: ((...args: any[]) => any) | undefined; "onUpdate:labelMode"?: ((...args: any[]) => any) | undefined; "onUpdate:onValueChanged"?: ((...args: any[]) => any) | undefined; "onUpdate:placeholder"?: ((...args: any[]) => any) | undefined; "onUpdate:showClearButton"?: ((...args: any[]) => any) | undefined; "onUpdate:validationError"?: ((...args: any[]) => any) | undefined; "onUpdate:validationErrors"?: ((...args: any[]) => any) | undefined; "onUpdate:validationMessageMode"?: ((...args: any[]) => any) | undefined; "onUpdate:validationMessagePosition"?: ((...args: any[]) => any) | undefined; "onUpdate:validationStatus"?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; "onUpdate:valueChangeEvent"?: ((...args: any[]) => any) | undefined; "onUpdate:valueExpr"?: ((...args: any[]) => any) | undefined; "onUpdate:deferRendering"?: ((...args: any[]) => any) | undefined; "onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined; "onUpdate:applyValueMode"?: ((...args: any[]) => any) | undefined; "onUpdate:dropDownOptions"?: ((...args: any[]) => any) | undefined; "onUpdate:fieldTemplate"?: ((...args: any[]) => any) | undefined; "onUpdate:grouped"?: ((...args: any[]) => any) | undefined; "onUpdate:groupTemplate"?: ((...args: any[]) => any) | undefined; "onUpdate:minSearchLength"?: ((...args: any[]) => any) | undefined; "onUpdate:onClosed"?: ((...args: any[]) => any) | undefined; "onUpdate:onOpened"?: ((...args: any[]) => any) | undefined; "onUpdate:opened"?: ((...args: any[]) => any) | undefined; "onUpdate:showDataBeforeSearch"?: ((...args: any[]) => any) | undefined; "onUpdate:useItemTextAsTitle"?: ((...args: any[]) => any) | undefined; "onUpdate:wrapItemText"?: ((...args: any[]) => any) | undefined; "onUpdate:displayValue"?: ((...args: any[]) => any) | undefined; "onUpdate:onScroll"?: ((...args: any[]) => any) | undefined; "onUpdate:pulledDownText"?: ((...args: any[]) => any) | undefined; "onUpdate:pullingDownText"?: ((...args: any[]) => any) | undefined; "onUpdate:refreshingText"?: ((...args: any[]) => any) | undefined; "onUpdate:applyButtonText"?: ((...args: any[]) => any) | undefined; "onUpdate:cancelButtonText"?: ((...args: any[]) => any) | undefined; "onUpdate:cleanSearchOnOpening"?: ((...args: any[]) => any) | undefined; "onUpdate:clearButtonText"?: ((...args: any[]) => any) | undefined; "onUpdate:dropDownCentered"?: ((...args: any[]) => any) | undefined; "onUpdate:nextButtonText"?: ((...args: any[]) => any) | undefined; "onUpdate:onPageLoading"?: ((...args: any[]) => any) | undefined; "onUpdate:onPullRefresh"?: ((...args: any[]) => any) | undefined; "onUpdate:pageLoadingText"?: ((...args: any[]) => any) | undefined; "onUpdate:pageLoadMode"?: ((...args: any[]) => any) | undefined; "onUpdate:pullRefreshEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:searchPlaceholder"?: ((...args: any[]) => any) | undefined; "onUpdate:searchStartEvent"?: ((...args: any[]) => any) | undefined; "onUpdate:showCancelButton"?: ((...args: any[]) => any) | undefined; "onUpdate:usePopover"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; rtlEnabled: boolean; visible: boolean; hoverStateEnabled: boolean; activeStateEnabled: boolean; focusStateEnabled: boolean; searchEnabled: boolean; useNativeScrolling: boolean; isDirty: boolean; isValid: boolean; showClearButton: boolean; deferRendering: boolean; grouped: boolean; opened: boolean; showDataBeforeSearch: boolean; useItemTextAsTitle: boolean; wrapItemText: boolean; cleanSearchOnOpening: boolean; dropDownCentered: boolean; pullRefreshEnabled: boolean; showCancelButton: boolean; usePopover: boolean; }>; declare const DxAnimation: import("vue").DefineComponent<{ hide: PropType | AnimationConfig>; show: PropType | AnimationConfig>; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:hide": null; "update:show": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly | AnimationConfig>; show: PropType | AnimationConfig>; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:show"?: ((...args: any[]) => any) | undefined; "onUpdate:hide"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxAt: import("vue").DefineComponent<{ x: PropType; y: PropType; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:x": null; "update:y": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; y: PropType; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:x"?: ((...args: any[]) => any) | undefined; "onUpdate:y"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxBoundaryOffset: import("vue").DefineComponent<{ x: NumberConstructor; y: NumberConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:x": null; "update:y": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:x"?: ((...args: any[]) => any) | undefined; "onUpdate:y"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxCollision: import("vue").DefineComponent<{ x: PropType; y: PropType; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:x": null; "update:y": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; y: PropType; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:x"?: ((...args: any[]) => any) | undefined; "onUpdate:y"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxDropDownOptions: import("vue").DefineComponent<{ animation: PropType>; container: {}; contentTemplate: {}; deferRendering: BooleanConstructor; disabled: BooleanConstructor; enableBodyScroll: BooleanConstructor; height: (NumberConstructor | StringConstructor)[]; hideEvent: PropType>; hideOnOutsideClick: PropType boolean)>; hideOnParentScroll: BooleanConstructor; hint: StringConstructor; hoverStateEnabled: BooleanConstructor; maxHeight: (NumberConstructor | StringConstructor)[]; maxWidth: (NumberConstructor | StringConstructor)[]; minHeight: (NumberConstructor | StringConstructor)[]; minWidth: (NumberConstructor | StringConstructor)[]; onContentReady: PropType<(e: PopoverContentReadyEvent) => void>; onDisposing: PropType<(e: PopoverDisposingEvent) => void>; onHidden: PropType<(e: HiddenEvent) => void>; onHiding: PropType<(e: HidingEvent) => void>; onInitialized: PropType<(e: PopoverInitializedEvent) => void>; onOptionChanged: PropType<(e: PopoverOptionChangedEvent) => void>; onShowing: PropType<(e: ShowingEvent) => void>; onShown: PropType<(e: ShownEvent) => void>; onTitleRendered: PropType<(e: TitleRenderedEvent) => void>; position: PropType | Position | PositionConfig>; rtlEnabled: BooleanConstructor; shading: BooleanConstructor; shadingColor: StringConstructor; showCloseButton: BooleanConstructor; showEvent: PropType>; showTitle: BooleanConstructor; target: {}; title: StringConstructor; titleTemplate: {}; toolbarItems: PropType; visible: BooleanConstructor; width: (NumberConstructor | StringConstructor)[]; wrapperAttr: {}; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:animation": null; "update:container": null; "update:contentTemplate": null; "update:deferRendering": null; "update:disabled": null; "update:enableBodyScroll": null; "update:height": null; "update:hideEvent": null; "update:hideOnOutsideClick": null; "update:hideOnParentScroll": null; "update:hint": null; "update:hoverStateEnabled": null; "update:maxHeight": null; "update:maxWidth": null; "update:minHeight": null; "update:minWidth": null; "update:onContentReady": null; "update:onDisposing": null; "update:onHidden": null; "update:onHiding": null; "update:onInitialized": null; "update:onOptionChanged": null; "update:onShowing": null; "update:onShown": null; "update:onTitleRendered": null; "update:position": null; "update:rtlEnabled": null; "update:shading": null; "update:shadingColor": null; "update:showCloseButton": null; "update:showEvent": null; "update:showTitle": null; "update:target": null; "update:title": null; "update:titleTemplate": null; "update:toolbarItems": null; "update:visible": null; "update:width": null; "update:wrapperAttr": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; container: {}; contentTemplate: {}; deferRendering: BooleanConstructor; disabled: BooleanConstructor; enableBodyScroll: BooleanConstructor; height: (NumberConstructor | StringConstructor)[]; hideEvent: PropType>; hideOnOutsideClick: PropType boolean)>; hideOnParentScroll: BooleanConstructor; hint: StringConstructor; hoverStateEnabled: BooleanConstructor; maxHeight: (NumberConstructor | StringConstructor)[]; maxWidth: (NumberConstructor | StringConstructor)[]; minHeight: (NumberConstructor | StringConstructor)[]; minWidth: (NumberConstructor | StringConstructor)[]; onContentReady: PropType<(e: PopoverContentReadyEvent) => void>; onDisposing: PropType<(e: PopoverDisposingEvent) => void>; onHidden: PropType<(e: HiddenEvent) => void>; onHiding: PropType<(e: HidingEvent) => void>; onInitialized: PropType<(e: PopoverInitializedEvent) => void>; onOptionChanged: PropType<(e: PopoverOptionChangedEvent) => void>; onShowing: PropType<(e: ShowingEvent) => void>; onShown: PropType<(e: ShownEvent) => void>; onTitleRendered: PropType<(e: TitleRenderedEvent) => void>; position: PropType | Position | PositionConfig>; rtlEnabled: BooleanConstructor; shading: BooleanConstructor; shadingColor: StringConstructor; showCloseButton: BooleanConstructor; showEvent: PropType>; showTitle: BooleanConstructor; target: {}; title: StringConstructor; titleTemplate: {}; toolbarItems: PropType; visible: BooleanConstructor; width: (NumberConstructor | StringConstructor)[]; wrapperAttr: {}; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:disabled"?: ((...args: any[]) => any) | undefined; "onUpdate:onDisposing"?: ((...args: any[]) => any) | undefined; "onUpdate:onInitialized"?: ((...args: any[]) => any) | undefined; "onUpdate:onOptionChanged"?: ((...args: any[]) => any) | undefined; "onUpdate:rtlEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:title"?: ((...args: any[]) => any) | undefined; "onUpdate:height"?: ((...args: any[]) => any) | undefined; "onUpdate:width"?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; "onUpdate:container"?: ((...args: any[]) => any) | undefined; "onUpdate:contentTemplate"?: ((...args: any[]) => any) | undefined; "onUpdate:hoverStateEnabled"?: ((...args: any[]) => any) | undefined; "onUpdate:onContentReady"?: ((...args: any[]) => any) | undefined; "onUpdate:hint"?: ((...args: any[]) => any) | undefined; "onUpdate:minWidth"?: ((...args: any[]) => any) | undefined; "onUpdate:position"?: ((...args: any[]) => any) | undefined; "onUpdate:animation"?: ((...args: any[]) => any) | undefined; "onUpdate:deferRendering"?: ((...args: any[]) => any) | undefined; "onUpdate:enableBodyScroll"?: ((...args: any[]) => any) | undefined; "onUpdate:hideOnOutsideClick"?: ((...args: any[]) => any) | undefined; "onUpdate:hideOnParentScroll"?: ((...args: any[]) => any) | undefined; "onUpdate:maxHeight"?: ((...args: any[]) => any) | undefined; "onUpdate:maxWidth"?: ((...args: any[]) => any) | undefined; "onUpdate:minHeight"?: ((...args: any[]) => any) | undefined; "onUpdate:onHidden"?: ((...args: any[]) => any) | undefined; "onUpdate:onHiding"?: ((...args: any[]) => any) | undefined; "onUpdate:onShowing"?: ((...args: any[]) => any) | undefined; "onUpdate:onShown"?: ((...args: any[]) => any) | undefined; "onUpdate:onTitleRendered"?: ((...args: any[]) => any) | undefined; "onUpdate:shading"?: ((...args: any[]) => any) | undefined; "onUpdate:shadingColor"?: ((...args: any[]) => any) | undefined; "onUpdate:showCloseButton"?: ((...args: any[]) => any) | undefined; "onUpdate:showTitle"?: ((...args: any[]) => any) | undefined; "onUpdate:titleTemplate"?: ((...args: any[]) => any) | undefined; "onUpdate:toolbarItems"?: ((...args: any[]) => any) | undefined; "onUpdate:wrapperAttr"?: ((...args: any[]) => any) | undefined; "onUpdate:hideEvent"?: ((...args: any[]) => any) | undefined; "onUpdate:showEvent"?: ((...args: any[]) => any) | undefined; "onUpdate:target"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; rtlEnabled: boolean; visible: boolean; hoverStateEnabled: boolean; deferRendering: boolean; enableBodyScroll: boolean; hideOnParentScroll: boolean; shading: boolean; showCloseButton: boolean; showTitle: boolean; }>; declare const DxFrom: import("vue").DefineComponent<{ left: NumberConstructor; opacity: NumberConstructor; position: PropType | PositionConfig>; scale: NumberConstructor; top: NumberConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:left": null; "update:opacity": null; "update:position": null; "update:scale": null; "update:top": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly | PositionConfig>; scale: NumberConstructor; top: NumberConstructor; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:opacity"?: ((...args: any[]) => any) | undefined; "onUpdate:left"?: ((...args: any[]) => any) | undefined; "onUpdate:top"?: ((...args: any[]) => any) | undefined; "onUpdate:position"?: ((...args: any[]) => any) | undefined; "onUpdate:scale"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxHide: import("vue").DefineComponent<{ complete: PropType<($element: any, config: AnimationConfig) => void>; delay: NumberConstructor; direction: PropType; duration: NumberConstructor; easing: StringConstructor; from: PropType | AnimationState>; staggerDelay: NumberConstructor; start: PropType<($element: any, config: AnimationConfig) => void>; to: PropType | AnimationState>; type: PropType; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:complete": null; "update:delay": null; "update:direction": null; "update:duration": null; "update:easing": null; "update:from": null; "update:staggerDelay": null; "update:start": null; "update:to": null; "update:type": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly void>; delay: NumberConstructor; direction: PropType; duration: NumberConstructor; easing: StringConstructor; from: PropType | AnimationState>; staggerDelay: NumberConstructor; start: PropType<($element: any, config: AnimationConfig) => void>; to: PropType | AnimationState>; type: PropType; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:type"?: ((...args: any[]) => any) | undefined; "onUpdate:from"?: ((...args: any[]) => any) | undefined; "onUpdate:to"?: ((...args: any[]) => any) | undefined; "onUpdate:complete"?: ((...args: any[]) => any) | undefined; "onUpdate:delay"?: ((...args: any[]) => any) | undefined; "onUpdate:direction"?: ((...args: any[]) => any) | undefined; "onUpdate:duration"?: ((...args: any[]) => any) | undefined; "onUpdate:easing"?: ((...args: any[]) => any) | undefined; "onUpdate:staggerDelay"?: ((...args: any[]) => any) | undefined; "onUpdate:start"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxHideEvent: import("vue").DefineComponent<{ delay: NumberConstructor; name: StringConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:delay": null; "update:name": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:name"?: ((...args: any[]) => any) | undefined; "onUpdate:delay"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxItem: import("vue").DefineComponent<{ disabled: BooleanConstructor; html: StringConstructor; template: {}; text: StringConstructor; visible: BooleanConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:disabled": null; "update:html": null; "update:template": null; "update:text": null; "update:visible": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:disabled"?: ((...args: any[]) => any) | undefined; "onUpdate:template"?: ((...args: any[]) => any) | undefined; "onUpdate:text"?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; "onUpdate:html"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; visible: boolean; }>; declare const DxMy: import("vue").DefineComponent<{ x: PropType; y: PropType; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:x": null; "update:y": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; y: PropType; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:x"?: ((...args: any[]) => any) | undefined; "onUpdate:y"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxOffset: import("vue").DefineComponent<{ x: NumberConstructor; y: NumberConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:x": null; "update:y": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:x"?: ((...args: any[]) => any) | undefined; "onUpdate:y"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxPosition: import("vue").DefineComponent<{ at: PropType | PositionAlignment>; boundary: {}; boundaryOffset: PropType>; collision: PropType | CollisionResolutionCombination>; my: PropType | PositionAlignment>; of: {}; offset: PropType>; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:at": null; "update:boundary": null; "update:boundaryOffset": null; "update:collision": null; "update:my": null; "update:of": null; "update:offset": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly | PositionAlignment>; boundary: {}; boundaryOffset: PropType>; collision: PropType | CollisionResolutionCombination>; my: PropType | PositionAlignment>; of: {}; offset: PropType>; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:offset"?: ((...args: any[]) => any) | undefined; "onUpdate:at"?: ((...args: any[]) => any) | undefined; "onUpdate:boundary"?: ((...args: any[]) => any) | undefined; "onUpdate:boundaryOffset"?: ((...args: any[]) => any) | undefined; "onUpdate:collision"?: ((...args: any[]) => any) | undefined; "onUpdate:my"?: ((...args: any[]) => any) | undefined; "onUpdate:of"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxShow: import("vue").DefineComponent<{ complete: PropType<($element: any, config: AnimationConfig) => void>; delay: NumberConstructor; direction: PropType; duration: NumberConstructor; easing: StringConstructor; from: PropType | AnimationState>; staggerDelay: NumberConstructor; start: PropType<($element: any, config: AnimationConfig) => void>; to: PropType | AnimationState>; type: PropType; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:complete": null; "update:delay": null; "update:direction": null; "update:duration": null; "update:easing": null; "update:from": null; "update:staggerDelay": null; "update:start": null; "update:to": null; "update:type": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly void>; delay: NumberConstructor; direction: PropType; duration: NumberConstructor; easing: StringConstructor; from: PropType | AnimationState>; staggerDelay: NumberConstructor; start: PropType<($element: any, config: AnimationConfig) => void>; to: PropType | AnimationState>; type: PropType; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:type"?: ((...args: any[]) => any) | undefined; "onUpdate:from"?: ((...args: any[]) => any) | undefined; "onUpdate:to"?: ((...args: any[]) => any) | undefined; "onUpdate:complete"?: ((...args: any[]) => any) | undefined; "onUpdate:delay"?: ((...args: any[]) => any) | undefined; "onUpdate:direction"?: ((...args: any[]) => any) | undefined; "onUpdate:duration"?: ((...args: any[]) => any) | undefined; "onUpdate:easing"?: ((...args: any[]) => any) | undefined; "onUpdate:staggerDelay"?: ((...args: any[]) => any) | undefined; "onUpdate:start"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxShowEvent: import("vue").DefineComponent<{ delay: NumberConstructor; name: StringConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:delay": null; "update:name": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:name"?: ((...args: any[]) => any) | undefined; "onUpdate:delay"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxTo: import("vue").DefineComponent<{ left: NumberConstructor; opacity: NumberConstructor; position: PropType | PositionConfig>; scale: NumberConstructor; top: NumberConstructor; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:left": null; "update:opacity": null; "update:position": null; "update:scale": null; "update:top": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly | PositionConfig>; scale: NumberConstructor; top: NumberConstructor; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:opacity"?: ((...args: any[]) => any) | undefined; "onUpdate:left"?: ((...args: any[]) => any) | undefined; "onUpdate:top"?: ((...args: any[]) => any) | undefined; "onUpdate:position"?: ((...args: any[]) => any) | undefined; "onUpdate:scale"?: ((...args: any[]) => any) | undefined; }, {}>; declare const DxToolbarItem: import("vue").DefineComponent<{ cssClass: StringConstructor; disabled: BooleanConstructor; html: StringConstructor; locateInMenu: PropType; location: PropType; menuItemTemplate: {}; options: {}; showText: PropType; template: {}; text: StringConstructor; toolbar: PropType; visible: BooleanConstructor; widget: PropType; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:isActive": null; "update:hoveredElement": null; "update:cssClass": null; "update:disabled": null; "update:html": null; "update:locateInMenu": null; "update:location": null; "update:menuItemTemplate": null; "update:options": null; "update:showText": null; "update:template": null; "update:text": null; "update:toolbar": null; "update:visible": null; "update:widget": null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; location: PropType; menuItemTemplate: {}; options: {}; showText: PropType; template: {}; text: StringConstructor; toolbar: PropType; visible: BooleanConstructor; widget: PropType; }>> & { "onUpdate:isActive"?: ((...args: any[]) => any) | undefined; "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined; "onUpdate:disabled"?: ((...args: any[]) => any) | undefined; "onUpdate:template"?: ((...args: any[]) => any) | undefined; "onUpdate:text"?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; "onUpdate:html"?: ((...args: any[]) => any) | undefined; "onUpdate:location"?: ((...args: any[]) => any) | undefined; "onUpdate:options"?: ((...args: any[]) => any) | undefined; "onUpdate:toolbar"?: ((...args: any[]) => any) | undefined; "onUpdate:cssClass"?: ((...args: any[]) => any) | undefined; "onUpdate:locateInMenu"?: ((...args: any[]) => any) | undefined; "onUpdate:menuItemTemplate"?: ((...args: any[]) => any) | undefined; "onUpdate:showText"?: ((...args: any[]) => any) | undefined; "onUpdate:widget"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; visible: boolean; }>; export default DxLookup; export { DxLookup, DxAnimation, DxAt, DxBoundaryOffset, DxCollision, DxDropDownOptions, DxFrom, DxHide, DxHideEvent, DxItem, DxMy, DxOffset, DxPosition, DxShow, DxShowEvent, DxTo, DxToolbarItem }; import type * as DxLookupTypes from "devextreme/ui/lookup_types"; export { DxLookupTypes };