UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

83 lines (82 loc) 5.5 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 { ElementRef, Renderer2, AfterViewInit, QueryList } from '@angular/core'; import { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { NestedOptionHost, DxTemplateDirective, IDxTemplateHost, DxTemplateHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiHtmlEditorItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { 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 | HtmlEditorPredefinedToolbarItem | string; set name(value: HtmlEditorPredefinedContextMenuItem | undefined | HtmlEditorPredefinedToolbarItem | string); 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); get acceptedValues(): Array<boolean | number | string>; set acceptedValues(value: Array<boolean | number | string>); get cssClass(): string | undefined; set cssClass(value: string | undefined); get formatName(): HtmlEditorPredefinedToolbarItem | string; set formatName(value: HtmlEditorPredefinedToolbarItem | string); get formatValues(): Array<boolean | number | string>; set formatValues(value: Array<boolean | number | string>); get html(): string; set html(value: string); get locateInMenu(): LocateInMenuMode; set locateInMenu(value: LocateInMenuMode); get location(): ToolbarItemLocation; set location(value: ToolbarItemLocation); get menuItemTemplate(): any; set menuItemTemplate(value: any); get options(): any; set options(value: any); get showText(): ShowTextMode; set showText(value: ShowTextMode); get widget(): ToolbarItemComponent; set widget(value: ToolbarItemComponent); protected get _optionPath(): string; get itemsChildren(): QueryList<DxiHtmlEditorItemComponent>; set itemsChildren(value: QueryList<DxiHtmlEditorItemComponent>); constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorItemComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiHtmlEditorItemComponent, "dxi-html-editor-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; }; "acceptedValues": { "alias": "acceptedValues"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "formatName": { "alias": "formatName"; "required": false; }; "formatValues": { "alias": "formatValues"; "required": false; }; "html": { "alias": "html"; "required": false; }; "locateInMenu": { "alias": "locateInMenu"; "required": false; }; "location": { "alias": "location"; "required": false; }; "menuItemTemplate": { "alias": "menuItemTemplate"; "required": false; }; "options": { "alias": "options"; "required": false; }; "showText": { "alias": "showText"; "required": false; }; "widget": { "alias": "widget"; "required": false; }; }, {}, ["itemsChildren"], ["*"], false, never>; } export declare class DxiHtmlEditorItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiHtmlEditorItemModule, [typeof DxiHtmlEditorItemComponent], never, [typeof DxiHtmlEditorItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiHtmlEditorItemModule>; }