import * as i0 from '@angular/core'; import { OnDestroy, OnInit, EventEmitter, QueryList, 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, TextEditorButtonLocation, DayOfWeek, ValidationMessageMode, Position, ValidationStatus, Format, PositionAlignment, Direction, ButtonStyle, ButtonType, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { dxButtonOptions, ClickEvent, ContentReadyEvent, DisposingEvent as DisposingEvent$1, InitializedEvent as InitializedEvent$1, OptionChangedEvent as OptionChangedEvent$1 } from 'devextreme/ui/button'; import { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; import dxOverlay from 'devextreme/ui/overlay'; import DOMComponent from 'devextreme/core/dom_component'; import { event } from 'devextreme/events/events.types'; import { EventInfo } from 'devextreme/common/core/events'; import { Component } from 'devextreme/core/component'; import dxPopup, { 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 DxoDateBoxAnimationComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxAnimationModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxAtComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxAtModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxBoundaryOffsetComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxBoundaryOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiDateBoxButtonComponent extends CollectionNestedOption { get location(): TextEditorButtonLocation; set location(value: TextEditorButtonLocation); get name(): string | undefined; set name(value: string | undefined); get options(): dxButtonOptions | undefined; set options(value: dxButtonOptions | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiDateBoxButtonModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxCalendarOptionsComponent extends NestedOption implements OnDestroy, OnInit { get accessKey(): string | undefined; set accessKey(value: string | undefined); get activeStateEnabled(): boolean; set activeStateEnabled(value: boolean); get cellTemplate(): any; set cellTemplate(value: any); get dateSerializationFormat(): string | undefined; set dateSerializationFormat(value: string | undefined); get disabled(): boolean; set disabled(value: boolean); get disabledDates(): Array | ((data: DisabledDate) => boolean); set disabledDates(value: Array | ((data: DisabledDate) => boolean)); get elementAttr(): Record; set elementAttr(value: Record); get firstDayOfWeek(): DayOfWeek | undefined; set firstDayOfWeek(value: DayOfWeek | undefined); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get height(): number | string | undefined; set height(value: number | string | undefined); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get isDirty(): boolean; set isDirty(value: boolean); get isValid(): boolean; set isValid(value: boolean); get max(): Date | null | number | string; set max(value: Date | null | number | string); get maxZoomLevel(): CalendarZoomLevel; set maxZoomLevel(value: CalendarZoomLevel); get min(): Date | null | number | string; set min(value: Date | null | number | string); get minZoomLevel(): CalendarZoomLevel; set minZoomLevel(value: CalendarZoomLevel); get name(): string; set name(value: string); get onDisposing(): ((e: DisposingEvent) => void); set onDisposing(value: ((e: DisposingEvent) => void)); get onInitialized(): ((e: InitializedEvent) => void); set onInitialized(value: ((e: InitializedEvent) => void)); get onOptionChanged(): ((e: OptionChangedEvent) => void); set onOptionChanged(value: ((e: OptionChangedEvent) => void)); get onValueChanged(): ((e: ValueChangedEvent) => void); set onValueChanged(value: ((e: ValueChangedEvent) => void)); get readOnly(): boolean; set readOnly(value: boolean); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get selectionMode(): CalendarSelectionMode; set selectionMode(value: CalendarSelectionMode); get selectWeekOnClick(): boolean; set selectWeekOnClick(value: boolean); get showTodayButton(): boolean; set showTodayButton(value: boolean); get showWeekNumbers(): boolean; set showWeekNumbers(value: boolean); get tabIndex(): number; set tabIndex(value: number); get todayButtonText(): string; set todayButtonText(value: string); get validationError(): any; set validationError(value: any); get validationErrors(): Array; set validationErrors(value: Array); get validationMessageMode(): ValidationMessageMode; set validationMessageMode(value: ValidationMessageMode); get validationMessagePosition(): Position; set validationMessagePosition(value: Position); get validationStatus(): ValidationStatus; set validationStatus(value: ValidationStatus); get value(): Array | Date | null | number | string; set value(value: Array | Date | null | number | string); get visible(): boolean; set visible(value: boolean); get weekNumberRule(): WeekNumberRule; set weekNumberRule(value: WeekNumberRule); get width(): number | string | undefined; set width(value: number | string | undefined); get zoomLevel(): CalendarZoomLevel; set zoomLevel(value: CalendarZoomLevel); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ valueChange: EventEmitter | Date | null | number | string>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ zoomLevelChange: EventEmitter; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxCalendarOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxCollisionComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxCollisionModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxDisplayFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format | string; set type(value: Format | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxDisplayFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxDropDownOptionsComponent extends NestedOption implements OnDestroy, OnInit { set _toolbarItemsContentChildren(value: QueryList); get accessKey(): string | undefined; set accessKey(value: string | undefined); 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 dragAndResizeArea(): any | string | undefined; set dragAndResizeArea(value: any | string | undefined); get dragEnabled(): boolean; set dragEnabled(value: boolean); get dragOutsideBoundary(): boolean; set dragOutsideBoundary(value: boolean); get enableBodyScroll(): boolean; set enableBodyScroll(value: boolean); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get fullScreen(): boolean; set fullScreen(value: boolean); get height(): number | string; set height(value: number | string); 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: EventInfo) => void); set onContentReady(value: ((e: EventInfo) => void)); get onDisposing(): ((e: EventInfo) => void); set onDisposing(value: ((e: EventInfo) => void)); get onHidden(): ((e: EventInfo) => void); set onHidden(value: ((e: EventInfo) => void)); get onHiding(): ((e: { cancel: boolean | any; component: dxOverlay; element: any; model: any; }) => void); set onHiding(value: ((e: { cancel: boolean | any; component: dxOverlay; element: any; model: any; }) => void)); get onInitialized(): ((e: { component: Component; element: any; }) => void); set onInitialized(value: ((e: { component: Component; element: any; }) => void)); get onOptionChanged(): ((e: { component: DOMComponent; element: any; fullName: string; model: any; name: string; previousValue: any; value: any; }) => void); set onOptionChanged(value: ((e: { component: DOMComponent; element: any; fullName: string; model: any; name: string; previousValue: any; value: any; }) => void)); get onResize(): ((e: { component: dxPopup; element: any; event: event; height: number; model: any; width: number; }) => void); set onResize(value: ((e: { component: dxPopup; element: any; event: event; height: number; model: any; width: number; }) => void)); get onResizeEnd(): ((e: { component: dxPopup; element: any; event: event; height: number; model: any; width: number; }) => void); set onResizeEnd(value: ((e: { component: dxPopup; element: any; event: event; height: number; model: any; width: number; }) => void)); get onResizeStart(): ((e: { component: dxPopup; element: any; event: event; height: number; model: any; width: number; }) => void); set onResizeStart(value: ((e: { component: dxPopup; element: any; event: event; height: number; model: any; width: number; }) => void)); get onShowing(): ((e: { cancel: boolean | any; component: dxOverlay; element: any; model: any; }) => void); set onShowing(value: ((e: { cancel: boolean | any; component: dxOverlay; element: any; model: any; }) => void)); get onShown(): ((e: EventInfo) => void); set onShown(value: ((e: EventInfo) => void)); get onTitleRendered(): ((e: { component: dxPopup; element: any; model: any; titleElement: any; }) => void); set onTitleRendered(value: ((e: { component: dxPopup; element: any; model: any; titleElement: any; }) => void)); get position(): Function | PositionAlignment | PositionConfig; set position(value: Function | PositionAlignment | PositionConfig); get resizeEnabled(): boolean; set resizeEnabled(value: boolean); get restorePosition(): boolean; set restorePosition(value: boolean); 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 showTitle(): boolean; set showTitle(value: boolean); get tabFocusLoopEnabled(): boolean; set tabFocusLoopEnabled(value: boolean); get tabIndex(): number; set tabIndex(value: number); get title(): string; set title(value: string); get titleTemplate(): any; set titleTemplate(value: any); get toolbarItems(): Array; set toolbarItems(value: Array); 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; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ positionChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ visibleChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ widthChange: EventEmitter; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxDropDownOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxFromComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxFromModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxHideComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxHideModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxMyComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxMyModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxOffsetComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxOptionsComponent extends NestedOption implements AfterViewInit, OnDestroy, OnInit, IDxTemplateHost { private renderer; private document; private element; get accessKey(): string | undefined; set accessKey(value: string | undefined); get activeStateEnabled(): boolean; set activeStateEnabled(value: boolean); get disabled(): boolean; set disabled(value: boolean); get elementAttr(): Record; set elementAttr(value: Record); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get height(): number | string | undefined; set height(value: number | string | undefined); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get icon(): string; set icon(value: string); get onClick(): ((e: ClickEvent) => void); set onClick(value: ((e: ClickEvent) => void)); get onContentReady(): ((e: ContentReadyEvent) => void); set onContentReady(value: ((e: ContentReadyEvent) => void)); get onDisposing(): ((e: DisposingEvent$1) => void); set onDisposing(value: ((e: DisposingEvent$1) => void)); get onInitialized(): ((e: InitializedEvent$1) => void); set onInitialized(value: ((e: InitializedEvent$1) => void)); get onOptionChanged(): ((e: OptionChangedEvent$1) => void); set onOptionChanged(value: ((e: OptionChangedEvent$1) => void)); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get stylingMode(): ButtonStyle; set stylingMode(value: ButtonStyle); get tabIndex(): number; set tabIndex(value: number); get template(): any; set template(value: any); get text(): string; set text(value: string); get type(): ButtonType | string; set type(value: ButtonType | string); get useSubmitBehavior(): boolean; set useSubmitBehavior(value: boolean); get validationGroup(): string | undefined; set validationGroup(value: string | undefined); get visible(): boolean; set visible(value: boolean); get width(): number | string | undefined; set width(value: number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxPositionComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxPositionModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxShowComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxShowModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoDateBoxToComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoDateBoxToModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxiDateBoxToolbarItemComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiDateBoxToolbarItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxiDateBoxButtonComponent, DxiDateBoxButtonModule, DxiDateBoxToolbarItemComponent, DxiDateBoxToolbarItemModule, DxoDateBoxAnimationComponent, DxoDateBoxAnimationModule, DxoDateBoxAtComponent, DxoDateBoxAtModule, DxoDateBoxBoundaryOffsetComponent, DxoDateBoxBoundaryOffsetModule, DxoDateBoxCalendarOptionsComponent, DxoDateBoxCalendarOptionsModule, DxoDateBoxCollisionComponent, DxoDateBoxCollisionModule, DxoDateBoxDisplayFormatComponent, DxoDateBoxDisplayFormatModule, DxoDateBoxDropDownOptionsComponent, DxoDateBoxDropDownOptionsModule, DxoDateBoxFromComponent, DxoDateBoxFromModule, DxoDateBoxHideComponent, DxoDateBoxHideModule, DxoDateBoxMyComponent, DxoDateBoxMyModule, DxoDateBoxOffsetComponent, DxoDateBoxOffsetModule, DxoDateBoxOptionsComponent, DxoDateBoxOptionsModule, DxoDateBoxPositionComponent, DxoDateBoxPositionModule, DxoDateBoxShowComponent, DxoDateBoxShowModule, DxoDateBoxToComponent, DxoDateBoxToModule }; //# sourceMappingURL=index.d.ts.map