UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

62 lines (61 loc) 3.95 kB
/*! * devextreme-angular * Version: 25.1.3 * Build date: Wed Jun 25 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 { ElementRef, Renderer2, AfterViewInit, QueryList, AfterContentInit } from '@angular/core'; import { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; import { NestedOptionHost, DxTemplateDirective, IDxTemplateHost, DxTemplateHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import { DxiHtmlEditorItemComponent } from './item-dxi'; import * as i0 from "@angular/core"; export declare class DxiHtmlEditorTableContextMenuItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost, AfterContentInit { private renderer; private document; private element; get beginGroup(): boolean; set beginGroup(value: boolean); get closeMenuOnClick(): boolean; set closeMenuOnClick(value: boolean); get disabled(): boolean; set disabled(value: boolean); get icon(): string; set icon(value: string); get items(): Array<dxHtmlEditorTableContextMenuItem | HtmlEditorPredefinedContextMenuItem>; set items(value: Array<dxHtmlEditorTableContextMenuItem | HtmlEditorPredefinedContextMenuItem>); get name(): HtmlEditorPredefinedContextMenuItem | undefined; set name(value: HtmlEditorPredefinedContextMenuItem | undefined); get selectable(): boolean; set selectable(value: boolean); get selected(): boolean; set selected(value: boolean); get template(): any; set template(value: any); get text(): string; set text(value: string); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; itemsChildren: QueryList<DxiHtmlEditorItemComponent>; tableContextMenuItemsChildren: QueryList<DxiHtmlEditorTableContextMenuItemComponent>; setItems(): void; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorTableContextMenuItemComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiHtmlEditorTableContextMenuItemComponent, "dxi-html-editor-table-context-menu-item", never, { "beginGroup": { "alias": "beginGroup"; "required": false; }; "closeMenuOnClick": { "alias": "closeMenuOnClick"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "items": { "alias": "items"; "required": false; }; "name": { "alias": "name"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, ["itemsChildren", "tableContextMenuItemsChildren"], ["*"], true, never>; } export declare class DxiHtmlEditorTableContextMenuItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorTableContextMenuItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiHtmlEditorTableContextMenuItemModule, never, [typeof DxiHtmlEditorTableContextMenuItemComponent], [typeof DxiHtmlEditorTableContextMenuItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiHtmlEditorTableContextMenuItemModule>; }