UNPKG

devextreme-angular

Version:

DevExtreme UI and Visualization Components for Angular

493 lines (467 loc) 24.4 kB
import * as i0 from '@angular/core'; import { OnDestroy, OnInit, 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, Direction, PositionAlignment, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; import { ToolbarLocation } from 'devextreme/ui/popup'; /*! * 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 DxoPopupAnimationComponent 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<DxoPopupAnimationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupAnimationComponent, "dxo-popup-animation", never, { "hide": { "alias": "hide"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoPopupAnimationModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupAnimationModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupAnimationModule, never, [typeof DxoPopupAnimationComponent], [typeof DxoPopupAnimationComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupAnimationModule>; } /*! * 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 DxoPopupAtComponent 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<DxoPopupAtComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupAtComponent, "dxo-popup-at", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoPopupAtModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupAtModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupAtModule, never, [typeof DxoPopupAtComponent], [typeof DxoPopupAtComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupAtModule>; } /*! * 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 DxoPopupBoundaryOffsetComponent 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<DxoPopupBoundaryOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupBoundaryOffsetComponent, "dxo-popup-boundary-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoPopupBoundaryOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupBoundaryOffsetModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupBoundaryOffsetModule, never, [typeof DxoPopupBoundaryOffsetComponent], [typeof DxoPopupBoundaryOffsetComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupBoundaryOffsetModule>; } /*! * 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 DxoPopupCollisionComponent 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<DxoPopupCollisionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupCollisionComponent, "dxo-popup-collision", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoPopupCollisionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupCollisionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupCollisionModule, never, [typeof DxoPopupCollisionComponent], [typeof DxoPopupCollisionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupCollisionModule>; } /*! * 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 DxoPopupFromComponent 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<DxoPopupFromComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupFromComponent, "dxo-popup-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 DxoPopupFromModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupFromModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupFromModule, never, [typeof DxoPopupFromComponent], [typeof DxoPopupFromComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupFromModule>; } /*! * 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 DxoPopupHideComponent 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<DxoPopupHideComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupHideComponent, "dxo-popup-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 DxoPopupHideModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupHideModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupHideModule, never, [typeof DxoPopupHideComponent], [typeof DxoPopupHideComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupHideModule>; } /*! * 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 DxoPopupMyComponent 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<DxoPopupMyComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupMyComponent, "dxo-popup-my", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoPopupMyModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupMyModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupMyModule, never, [typeof DxoPopupMyComponent], [typeof DxoPopupMyComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupMyModule>; } /*! * 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 DxoPopupOffsetComponent 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<DxoPopupOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupOffsetComponent, "dxo-popup-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoPopupOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupOffsetModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupOffsetModule, never, [typeof DxoPopupOffsetComponent], [typeof DxoPopupOffsetComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupOffsetModule>; } /*! * 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 DxoPopupPositionComponent 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<DxoPopupPositionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupPositionComponent, "dxo-popup-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 DxoPopupPositionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupPositionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupPositionModule, never, [typeof DxoPopupPositionComponent], [typeof DxoPopupPositionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupPositionModule>; } /*! * 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 DxoPopupShowComponent 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<DxoPopupShowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupShowComponent, "dxo-popup-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 DxoPopupShowModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupShowModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupShowModule, never, [typeof DxoPopupShowComponent], [typeof DxoPopupShowComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupShowModule>; } /*! * 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 DxoPopupToComponent 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<DxoPopupToComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPopupToComponent, "dxo-popup-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 DxoPopupToModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPopupToModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPopupToModule, never, [typeof DxoPopupToComponent], [typeof DxoPopupToComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPopupToModule>; } /*! * 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 DxiPopupToolbarItemComponent 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<DxiPopupToolbarItemComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiPopupToolbarItemComponent, "dxi-popup-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 DxiPopupToolbarItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiPopupToolbarItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiPopupToolbarItemModule, never, [typeof DxiPopupToolbarItemComponent], [typeof DxiPopupToolbarItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiPopupToolbarItemModule>; } export { DxiPopupToolbarItemComponent, DxiPopupToolbarItemModule, DxoPopupAnimationComponent, DxoPopupAnimationModule, DxoPopupAtComponent, DxoPopupAtModule, DxoPopupBoundaryOffsetComponent, DxoPopupBoundaryOffsetModule, DxoPopupCollisionComponent, DxoPopupCollisionModule, DxoPopupFromComponent, DxoPopupFromModule, DxoPopupHideComponent, DxoPopupHideModule, DxoPopupMyComponent, DxoPopupMyModule, DxoPopupOffsetComponent, DxoPopupOffsetModule, DxoPopupPositionComponent, DxoPopupPositionModule, DxoPopupShowComponent, DxoPopupShowModule, DxoPopupToComponent, DxoPopupToModule }; //# sourceMappingURL=index.d.ts.map