UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

50 lines (47 loc) 3.46 kB
/*! * devextreme-angular * Version: 24.2.6 * Build date: Mon Mar 17 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 { Properties as dxBoxOptions } from 'devextreme/ui/box'; import { NestedOptionHost } from 'devextreme-angular/core'; import { DxoBoxOptions } from './base/box-options'; import { DxiItemComponent } from './item-dxi'; import * as i0 from "@angular/core"; export declare class DxoBoxComponent extends DxoBoxOptions implements OnDestroy, OnInit { /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ itemsChange: EventEmitter<Array<string | any | { baseSize?: number | string; box?: dxBoxOptions | undefined; disabled?: boolean; html?: string; ratio?: number; shrink?: number; template?: any; text?: string; visible?: boolean; }>>; protected get _optionPath(): string; get itemsChildren(): QueryList<DxiItemComponent>; set itemsChildren(value: QueryList<DxiItemComponent>); constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoBoxComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoBoxComponent, "dxo-box", never, { "align": { "alias": "align"; "required": false; }; "crossAlign": { "alias": "crossAlign"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "elementAttr": { "alias": "elementAttr"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hoverStateEnabled": { "alias": "hoverStateEnabled"; "required": false; }; "itemHoldTimeout": { "alias": "itemHoldTimeout"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "onContentReady": { "alias": "onContentReady"; "required": false; }; "onDisposing": { "alias": "onDisposing"; "required": false; }; "onInitialized": { "alias": "onInitialized"; "required": false; }; "onItemClick": { "alias": "onItemClick"; "required": false; }; "onItemContextMenu": { "alias": "onItemContextMenu"; "required": false; }; "onItemHold": { "alias": "onItemHold"; "required": false; }; "onItemRendered": { "alias": "onItemRendered"; "required": false; }; "onOptionChanged": { "alias": "onOptionChanged"; "required": false; }; "rtlEnabled": { "alias": "rtlEnabled"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "itemsChange": "itemsChange"; }, ["itemsChildren"], never, false, never>; } export declare class DxoBoxModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoBoxModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBoxModule, [typeof DxoBoxComponent], never, [typeof DxoBoxComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoBoxModule>; }