UNPKG

devextreme-angular

Version:

DevExtreme UI and Visualization Components for Angular

748 lines (706 loc) 38.8 kB
import * as i0 from '@angular/core'; import { OnDestroy, OnInit, QueryList, EventEmitter, AfterViewInit, Renderer2, ElementRef } from '@angular/core'; import { AnimationConfig, CollisionResolution, PositionConfig, AnimationState, AnimationType, CollisionResolutionCombination } from 'devextreme/common/core/animation'; import { NestedOption, NestedOptionHost, CollectionNestedOption, IDxTemplateHost, DxTemplateHost, DxTemplateDirective } from 'devextreme-angular/core'; import { HorizontalAlignment, VerticalAlignment, Position, Direction, PositionAlignment, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { event } from 'devextreme/events/events.types'; import { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; import { dxPopupToolbarItem, ToolbarLocation } from 'devextreme/ui/popup'; import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupAnimationComponent extends NestedOption implements OnDestroy, OnInit { get hide(): AnimationConfig; set hide(value: AnimationConfig); get show(): AnimationConfig; set show(value: AnimationConfig); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupAnimationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupAnimationComponent, "dxo-lookup-animation", never, { "hide": { "alias": "hide"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupAnimationModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupAnimationModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupAnimationModule, never, [typeof DxoLookupAnimationComponent], [typeof DxoLookupAnimationComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupAnimationModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupAtComponent extends NestedOption implements OnDestroy, OnInit { get x(): HorizontalAlignment; set x(value: HorizontalAlignment); get y(): VerticalAlignment; set y(value: VerticalAlignment); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupAtComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupAtComponent, "dxo-lookup-at", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupAtModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupAtModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupAtModule, never, [typeof DxoLookupAtComponent], [typeof DxoLookupAtComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupAtModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupBoundaryOffsetComponent extends NestedOption implements OnDestroy, OnInit { get x(): number; set x(value: number); get y(): number; set y(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupBoundaryOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupBoundaryOffsetComponent, "dxo-lookup-boundary-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupBoundaryOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupBoundaryOffsetModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupBoundaryOffsetModule, never, [typeof DxoLookupBoundaryOffsetComponent], [typeof DxoLookupBoundaryOffsetComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupBoundaryOffsetModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupCollisionComponent extends NestedOption implements OnDestroy, OnInit { get x(): CollisionResolution; set x(value: CollisionResolution); get y(): CollisionResolution; set y(value: CollisionResolution); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupCollisionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupCollisionComponent, "dxo-lookup-collision", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupCollisionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupCollisionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupCollisionModule, never, [typeof DxoLookupCollisionComponent], [typeof DxoLookupCollisionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupCollisionModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupDropDownOptionsComponent extends NestedOption implements OnDestroy, OnInit { set _toolbarItemsContentChildren(value: QueryList<CollectionNestedOption>); get animation(): { hide?: AnimationConfig; show?: AnimationConfig; }; set animation(value: { hide?: AnimationConfig; show?: AnimationConfig; }); get container(): any | string | undefined; set container(value: any | string | undefined); get contentTemplate(): any; set contentTemplate(value: any); get deferRendering(): boolean; set deferRendering(value: boolean); get disabled(): boolean; set disabled(value: boolean); get enableBodyScroll(): boolean; set enableBodyScroll(value: boolean); get height(): number | string; set height(value: number | string); get hideEvent(): string | undefined | { delay?: number | undefined; name?: string | undefined; }; set hideEvent(value: string | undefined | { delay?: number | undefined; name?: string | undefined; }); get hideOnOutsideClick(): boolean | ((event: event) => boolean); set hideOnOutsideClick(value: boolean | ((event: event) => boolean)); get hideOnParentScroll(): boolean; set hideOnParentScroll(value: boolean); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get maxHeight(): number | string; set maxHeight(value: number | string); get maxWidth(): number | string; set maxWidth(value: number | string); get minHeight(): number | string; set minHeight(value: number | string); get minWidth(): number | string; set minWidth(value: number | string); get onContentReady(): ((e: ContentReadyEvent) => void); set onContentReady(value: ((e: ContentReadyEvent) => void)); get onDisposing(): ((e: DisposingEvent) => void); set onDisposing(value: ((e: DisposingEvent) => void)); get onHidden(): ((e: HiddenEvent) => void); set onHidden(value: ((e: HiddenEvent) => void)); get onHiding(): ((e: HidingEvent) => void); set onHiding(value: ((e: HidingEvent) => void)); get onInitialized(): ((e: InitializedEvent) => void); set onInitialized(value: ((e: InitializedEvent) => void)); get onOptionChanged(): ((e: OptionChangedEvent) => void); set onOptionChanged(value: ((e: OptionChangedEvent) => void)); get onShowing(): ((e: ShowingEvent) => void); set onShowing(value: ((e: ShowingEvent) => void)); get onShown(): ((e: ShownEvent) => void); set onShown(value: ((e: ShownEvent) => void)); get onTitleRendered(): ((e: TitleRenderedEvent) => void); set onTitleRendered(value: ((e: TitleRenderedEvent) => void)); get position(): Position | PositionConfig; set position(value: Position | PositionConfig); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get shading(): boolean; set shading(value: boolean); get shadingColor(): string; set shadingColor(value: string); get showCloseButton(): boolean; set showCloseButton(value: boolean); get showEvent(): string | undefined | { delay?: number | undefined; name?: string | undefined; }; set showEvent(value: string | undefined | { delay?: number | undefined; name?: string | undefined; }); get showTitle(): boolean; set showTitle(value: boolean); get tabFocusLoopEnabled(): boolean; set tabFocusLoopEnabled(value: boolean); get target(): any | string | undefined; set target(value: any | string | undefined); get title(): string; set title(value: string); get titleTemplate(): any; set titleTemplate(value: any); get toolbarItems(): Array<dxPopupToolbarItem>; set toolbarItems(value: Array<dxPopupToolbarItem>); get visible(): boolean; set visible(value: boolean); get width(): number | string; set width(value: number | string); get wrapperAttr(): any; set wrapperAttr(value: any); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ heightChange: EventEmitter<number | string>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ positionChange: EventEmitter<Position | PositionConfig>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ visibleChange: EventEmitter<boolean>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ widthChange: EventEmitter<number | string>; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupDropDownOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupDropDownOptionsComponent, "dxo-lookup-drop-down-options", never, { "animation": { "alias": "animation"; "required": false; }; "container": { "alias": "container"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "deferRendering": { "alias": "deferRendering"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enableBodyScroll": { "alias": "enableBodyScroll"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideEvent": { "alias": "hideEvent"; "required": false; }; "hideOnOutsideClick": { "alias": "hideOnOutsideClick"; "required": false; }; "hideOnParentScroll": { "alias": "hideOnParentScroll"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "hoverStateEnabled": { "alias": "hoverStateEnabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "onContentReady": { "alias": "onContentReady"; "required": false; }; "onDisposing": { "alias": "onDisposing"; "required": false; }; "onHidden": { "alias": "onHidden"; "required": false; }; "onHiding": { "alias": "onHiding"; "required": false; }; "onInitialized": { "alias": "onInitialized"; "required": false; }; "onOptionChanged": { "alias": "onOptionChanged"; "required": false; }; "onShowing": { "alias": "onShowing"; "required": false; }; "onShown": { "alias": "onShown"; "required": false; }; "onTitleRendered": { "alias": "onTitleRendered"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rtlEnabled": { "alias": "rtlEnabled"; "required": false; }; "shading": { "alias": "shading"; "required": false; }; "shadingColor": { "alias": "shadingColor"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "showEvent": { "alias": "showEvent"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "tabFocusLoopEnabled": { "alias": "tabFocusLoopEnabled"; "required": false; }; "target": { "alias": "target"; "required": false; }; "title": { "alias": "title"; "required": false; }; "titleTemplate": { "alias": "titleTemplate"; "required": false; }; "toolbarItems": { "alias": "toolbarItems"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapperAttr": { "alias": "wrapperAttr"; "required": false; }; }, { "heightChange": "heightChange"; "positionChange": "positionChange"; "visibleChange": "visibleChange"; "widthChange": "widthChange"; }, ["_toolbarItemsContentChildren"], never, true, never>; } declare class DxoLookupDropDownOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupDropDownOptionsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupDropDownOptionsModule, never, [typeof DxoLookupDropDownOptionsComponent], [typeof DxoLookupDropDownOptionsComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupDropDownOptionsModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupFromComponent extends NestedOption implements OnDestroy, OnInit { get left(): number; set left(value: number); get opacity(): number; set opacity(value: number); get position(): PositionConfig; set position(value: PositionConfig); get scale(): number; set scale(value: number); get top(): number; set top(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupFromComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupFromComponent, "dxo-lookup-from", never, { "left": { "alias": "left"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "position": { "alias": "position"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "top": { "alias": "top"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupFromModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupFromModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupFromModule, never, [typeof DxoLookupFromComponent], [typeof DxoLookupFromComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupFromModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupHideEventComponent extends NestedOption implements OnDestroy, OnInit { get delay(): number | undefined; set delay(value: number | undefined); get name(): string | undefined; set name(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupHideEventComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupHideEventComponent, "dxo-lookup-hide-event", never, { "delay": { "alias": "delay"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupHideEventModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupHideEventModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupHideEventModule, never, [typeof DxoLookupHideEventComponent], [typeof DxoLookupHideEventComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupHideEventModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupHideComponent extends NestedOption implements OnDestroy, OnInit { get complete(): (($element: any, config: AnimationConfig) => void); set complete(value: (($element: any, config: AnimationConfig) => void)); get delay(): number; set delay(value: number); get direction(): Direction | undefined; set direction(value: Direction | undefined); get duration(): number; set duration(value: number); get easing(): string; set easing(value: string); get from(): AnimationState; set from(value: AnimationState); get staggerDelay(): number | undefined; set staggerDelay(value: number | undefined); get start(): (($element: any, config: AnimationConfig) => void); set start(value: (($element: any, config: AnimationConfig) => void)); get to(): AnimationState; set to(value: AnimationState); get type(): AnimationType; set type(value: AnimationType); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupHideComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupHideComponent, "dxo-lookup-hide", never, { "complete": { "alias": "complete"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "easing": { "alias": "easing"; "required": false; }; "from": { "alias": "from"; "required": false; }; "staggerDelay": { "alias": "staggerDelay"; "required": false; }; "start": { "alias": "start"; "required": false; }; "to": { "alias": "to"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupHideModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupHideModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupHideModule, never, [typeof DxoLookupHideComponent], [typeof DxoLookupHideComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupHideModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxiLookupItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; get disabled(): boolean; set disabled(value: boolean); get html(): string; set html(value: string); get template(): any; set template(value: any); get text(): string; set text(value: string); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiLookupItemComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiLookupItemComponent, "dxi-lookup-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "html": { "alias": "html"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"], true, never>; } declare class DxiLookupItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiLookupItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiLookupItemModule, never, [typeof DxiLookupItemComponent], [typeof DxiLookupItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiLookupItemModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupMyComponent extends NestedOption implements OnDestroy, OnInit { get x(): HorizontalAlignment; set x(value: HorizontalAlignment); get y(): VerticalAlignment; set y(value: VerticalAlignment); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupMyComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupMyComponent, "dxo-lookup-my", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupMyModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupMyModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupMyModule, never, [typeof DxoLookupMyComponent], [typeof DxoLookupMyComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupMyModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupOffsetComponent extends NestedOption implements OnDestroy, OnInit { get x(): number; set x(value: number); get y(): number; set y(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupOffsetComponent, "dxo-lookup-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupOffsetModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupOffsetModule, never, [typeof DxoLookupOffsetComponent], [typeof DxoLookupOffsetComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupOffsetModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupPositionComponent extends NestedOption implements OnDestroy, OnInit { get at(): PositionAlignment | { x?: HorizontalAlignment; y?: VerticalAlignment; }; set at(value: PositionAlignment | { x?: HorizontalAlignment; y?: VerticalAlignment; }); get boundary(): any | string; set boundary(value: any | string); get boundaryOffset(): string | { x?: number; y?: number; }; set boundaryOffset(value: string | { x?: number; y?: number; }); get collision(): CollisionResolutionCombination | { x?: CollisionResolution; y?: CollisionResolution; }; set collision(value: CollisionResolutionCombination | { x?: CollisionResolution; y?: CollisionResolution; }); get my(): PositionAlignment | { x?: HorizontalAlignment; y?: VerticalAlignment; }; set my(value: PositionAlignment | { x?: HorizontalAlignment; y?: VerticalAlignment; }); get of(): any | string; set of(value: any | string); get offset(): string | { x?: number; y?: number; }; set offset(value: string | { x?: number; y?: number; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupPositionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupPositionComponent, "dxo-lookup-position", never, { "at": { "alias": "at"; "required": false; }; "boundary": { "alias": "boundary"; "required": false; }; "boundaryOffset": { "alias": "boundaryOffset"; "required": false; }; "collision": { "alias": "collision"; "required": false; }; "my": { "alias": "my"; "required": false; }; "of": { "alias": "of"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupPositionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupPositionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupPositionModule, never, [typeof DxoLookupPositionComponent], [typeof DxoLookupPositionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupPositionModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupShowEventComponent extends NestedOption implements OnDestroy, OnInit { get delay(): number | undefined; set delay(value: number | undefined); get name(): string | undefined; set name(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupShowEventComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupShowEventComponent, "dxo-lookup-show-event", never, { "delay": { "alias": "delay"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupShowEventModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupShowEventModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupShowEventModule, never, [typeof DxoLookupShowEventComponent], [typeof DxoLookupShowEventComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupShowEventModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupShowComponent extends NestedOption implements OnDestroy, OnInit { get complete(): (($element: any, config: AnimationConfig) => void); set complete(value: (($element: any, config: AnimationConfig) => void)); get delay(): number; set delay(value: number); get direction(): Direction | undefined; set direction(value: Direction | undefined); get duration(): number; set duration(value: number); get easing(): string; set easing(value: string); get from(): AnimationState; set from(value: AnimationState); get staggerDelay(): number | undefined; set staggerDelay(value: number | undefined); get start(): (($element: any, config: AnimationConfig) => void); set start(value: (($element: any, config: AnimationConfig) => void)); get to(): AnimationState; set to(value: AnimationState); get type(): AnimationType; set type(value: AnimationType); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupShowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupShowComponent, "dxo-lookup-show", never, { "complete": { "alias": "complete"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "easing": { "alias": "easing"; "required": false; }; "from": { "alias": "from"; "required": false; }; "staggerDelay": { "alias": "staggerDelay"; "required": false; }; "start": { "alias": "start"; "required": false; }; "to": { "alias": "to"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupShowModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupShowModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupShowModule, never, [typeof DxoLookupShowComponent], [typeof DxoLookupShowComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupShowModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoLookupToComponent extends NestedOption implements OnDestroy, OnInit { get left(): number; set left(value: number); get opacity(): number; set opacity(value: number); get position(): PositionConfig; set position(value: PositionConfig); get scale(): number; set scale(value: number); get top(): number; set top(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupToComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoLookupToComponent, "dxo-lookup-to", never, { "left": { "alias": "left"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "position": { "alias": "position"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "top": { "alias": "top"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoLookupToModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoLookupToModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoLookupToModule, never, [typeof DxoLookupToComponent], [typeof DxoLookupToComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoLookupToModule>; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxiLookupToolbarItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; get cssClass(): string | undefined; set cssClass(value: string | undefined); get disabled(): boolean; set disabled(value: boolean); get html(): string; set html(value: string); get locateInMenu(): LocateInMenuMode; set locateInMenu(value: LocateInMenuMode); get location(): ToolbarItemLocation; set location(value: ToolbarItemLocation); get menuItemTemplate(): any; set menuItemTemplate(value: any); get options(): any; set options(value: any); get showText(): ShowTextMode; set showText(value: ShowTextMode); get template(): any; set template(value: any); get text(): string; set text(value: string); get toolbar(): ToolbarLocation; set toolbar(value: ToolbarLocation); get visible(): boolean; set visible(value: boolean); get widget(): ToolbarItemComponent; set widget(value: ToolbarItemComponent); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiLookupToolbarItemComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiLookupToolbarItemComponent, "dxi-lookup-toolbar-item", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "html": { "alias": "html"; "required": false; }; "locateInMenu": { "alias": "locateInMenu"; "required": false; }; "location": { "alias": "location"; "required": false; }; "menuItemTemplate": { "alias": "menuItemTemplate"; "required": false; }; "options": { "alias": "options"; "required": false; }; "showText": { "alias": "showText"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "widget": { "alias": "widget"; "required": false; }; }, {}, never, ["*"], true, never>; } declare class DxiLookupToolbarItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiLookupToolbarItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiLookupToolbarItemModule, never, [typeof DxiLookupToolbarItemComponent], [typeof DxiLookupToolbarItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiLookupToolbarItemModule>; } export { DxiLookupItemComponent, DxiLookupItemModule, DxiLookupToolbarItemComponent, DxiLookupToolbarItemModule, DxoLookupAnimationComponent, DxoLookupAnimationModule, DxoLookupAtComponent, DxoLookupAtModule, DxoLookupBoundaryOffsetComponent, DxoLookupBoundaryOffsetModule, DxoLookupCollisionComponent, DxoLookupCollisionModule, DxoLookupDropDownOptionsComponent, DxoLookupDropDownOptionsModule, DxoLookupFromComponent, DxoLookupFromModule, DxoLookupHideComponent, DxoLookupHideEventComponent, DxoLookupHideEventModule, DxoLookupHideModule, DxoLookupMyComponent, DxoLookupMyModule, DxoLookupOffsetComponent, DxoLookupOffsetModule, DxoLookupPositionComponent, DxoLookupPositionModule, DxoLookupShowComponent, DxoLookupShowEventComponent, DxoLookupShowEventModule, DxoLookupShowModule, DxoLookupToComponent, DxoLookupToModule }; //# sourceMappingURL=index.d.ts.map