devextreme-angular
Version:
DevExtreme UI and Visualization Components for Angular
434 lines (410 loc) • 20.9 kB
TypeScript
import * as i0 from '@angular/core';
import { OnDestroy, OnInit } from '@angular/core';
import { AnimationConfig, CollisionResolution, PositionConfig, AnimationState, AnimationType, CollisionResolutionCombination } from 'devextreme/common/core/animation';
import { NestedOption, NestedOptionHost } from 'devextreme-angular/core';
import { HorizontalAlignment, VerticalAlignment, Direction, PositionAlignment } from 'devextreme/common';
/*!
* 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 DxoToastAnimationComponent 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<DxoToastAnimationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastAnimationComponent, "dxo-toast-animation", never, { "hide": { "alias": "hide"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoToastAnimationModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastAnimationModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastAnimationModule, never, [typeof DxoToastAnimationComponent], [typeof DxoToastAnimationComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastAnimationModule>;
}
/*!
* 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 DxoToastAtComponent 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<DxoToastAtComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastAtComponent, "dxo-toast-at", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoToastAtModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastAtModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastAtModule, never, [typeof DxoToastAtComponent], [typeof DxoToastAtComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastAtModule>;
}
/*!
* 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 DxoToastBoundaryOffsetComponent 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<DxoToastBoundaryOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastBoundaryOffsetComponent, "dxo-toast-boundary-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoToastBoundaryOffsetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastBoundaryOffsetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastBoundaryOffsetModule, never, [typeof DxoToastBoundaryOffsetComponent], [typeof DxoToastBoundaryOffsetComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastBoundaryOffsetModule>;
}
/*!
* 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 DxoToastCollisionComponent 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<DxoToastCollisionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastCollisionComponent, "dxo-toast-collision", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoToastCollisionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastCollisionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastCollisionModule, never, [typeof DxoToastCollisionComponent], [typeof DxoToastCollisionComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastCollisionModule>;
}
/*!
* 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 DxoToastFromComponent 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<DxoToastFromComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastFromComponent, "dxo-toast-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 DxoToastFromModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastFromModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastFromModule, never, [typeof DxoToastFromComponent], [typeof DxoToastFromComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastFromModule>;
}
/*!
* 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 DxoToastHideComponent 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<DxoToastHideComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastHideComponent, "dxo-toast-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 DxoToastHideModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastHideModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastHideModule, never, [typeof DxoToastHideComponent], [typeof DxoToastHideComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastHideModule>;
}
/*!
* 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 DxoToastMyComponent 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<DxoToastMyComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastMyComponent, "dxo-toast-my", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoToastMyModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastMyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastMyModule, never, [typeof DxoToastMyComponent], [typeof DxoToastMyComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastMyModule>;
}
/*!
* 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 DxoToastOffsetComponent 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<DxoToastOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastOffsetComponent, "dxo-toast-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoToastOffsetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastOffsetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastOffsetModule, never, [typeof DxoToastOffsetComponent], [typeof DxoToastOffsetComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastOffsetModule>;
}
/*!
* 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 DxoToastPositionComponent 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<DxoToastPositionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastPositionComponent, "dxo-toast-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 DxoToastPositionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastPositionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastPositionModule, never, [typeof DxoToastPositionComponent], [typeof DxoToastPositionComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastPositionModule>;
}
/*!
* 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 DxoToastShowComponent 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<DxoToastShowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastShowComponent, "dxo-toast-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 DxoToastShowModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastShowModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastShowModule, never, [typeof DxoToastShowComponent], [typeof DxoToastShowComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastShowModule>;
}
/*!
* 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 DxoToastToComponent 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<DxoToastToComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoToastToComponent, "dxo-toast-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 DxoToastToModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoToastToModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoToastToModule, never, [typeof DxoToastToComponent], [typeof DxoToastToComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoToastToModule>;
}
export { DxoToastAnimationComponent, DxoToastAnimationModule, DxoToastAtComponent, DxoToastAtModule, DxoToastBoundaryOffsetComponent, DxoToastBoundaryOffsetModule, DxoToastCollisionComponent, DxoToastCollisionModule, DxoToastFromComponent, DxoToastFromModule, DxoToastHideComponent, DxoToastHideModule, DxoToastMyComponent, DxoToastMyModule, DxoToastOffsetComponent, DxoToastOffsetModule, DxoToastPositionComponent, DxoToastPositionModule, DxoToastShowComponent, DxoToastShowModule, DxoToastToComponent, DxoToastToModule };
//# sourceMappingURL=index.d.ts.map