UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

46 lines (45 loc) 2.52 kB
/*! * devextreme-angular * Version: 25.1.4 * Build date: Tue Aug 05 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 { QueryList, AfterContentInit } from '@angular/core'; import { Command, CustomCommand } from 'devextreme/ui/diagram'; import { ToolbarItemLocation } from 'devextreme/common'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import { DxiDiagramItemComponent } from './item-dxi'; import * as i0 from "@angular/core"; export declare class DxiDiagramCommandItemComponent extends CollectionNestedOption implements AfterContentInit { get icon(): string; set icon(value: string); get items(): Array<Command | CustomCommand>; set items(value: Array<Command | CustomCommand>); get location(): ToolbarItemLocation; set location(value: ToolbarItemLocation); get name(): Command | string; set name(value: Command | string); get text(): string; set text(value: string); protected get _optionPath(): string; commandItemsChildren: QueryList<DxiDiagramCommandItemComponent>; itemsChildren: QueryList<DxiDiagramItemComponent>; setItems(): void; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiDiagramCommandItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiDiagramCommandItemComponent, "dxi-diagram-command-item", never, { "icon": { "alias": "icon"; "required": false; }; "items": { "alias": "items"; "required": false; }; "location": { "alias": "location"; "required": false; }; "name": { "alias": "name"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, ["commandItemsChildren", "itemsChildren"], never, true, never>; } export declare class DxiDiagramCommandItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiDiagramCommandItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiDiagramCommandItemModule, never, [typeof DxiDiagramCommandItemComponent], [typeof DxiDiagramCommandItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiDiagramCommandItemModule>; }