UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

57 lines (52 loc) 2.45 kB
/*! * devextreme-angular * Version: 25.2.3 * Build date: Fri Dec 12 2025 * * Copyright (c) 2012 - 2025 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-angular */ import { OnInit, OnDestroy, EventEmitter, QueryList } from '@angular/core'; import { NestedOptionHost, CollectionNestedOption } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoPageSizeComponent extends NestedOption implements OnDestroy, OnInit { set _itemsContentChildren(value: QueryList<CollectionNestedOption>); get height(): number; set height(value: number); get items(): Array<any | { height?: number; text?: string; width?: number; }>; set items(value: Array<any | { height?: number; text?: string; width?: number; }>); get width(): number; set width(value: number); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ heightChange: EventEmitter<number>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ widthChange: EventEmitter<number>; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoPageSizeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoPageSizeComponent, "dxo-page-size", never, { "height": { "alias": "height"; "required": false; }; "items": { "alias": "items"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "heightChange": "heightChange"; "widthChange": "widthChange"; }, ["_itemsContentChildren"], never, true, never>; } export declare class DxoPageSizeModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoPageSizeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoPageSizeModule, never, [typeof DxoPageSizeComponent], [typeof DxoPageSizeComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoPageSizeModule>; }