UNPKG

@progress/kendo-react-editor

Version:

React Editor enables users to create rich text content through a WYSIWYG interface. KendoReact Editor package

360 lines (359 loc) 13.1 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const messages: { "editor.bold": string; "editor.italic": string; "editor.underline": string; "editor.strikethrough": string; "editor.subscript": string; "editor.superscript": string; "editor.unlink": string; "editor.undo": string; "editor.redo": string; "editor.fontSize": string; "editor.fontName": string; "editor.format": string; "editor.alignLeft": string; "editor.alignRight": string; "editor.alignCenter": string; "editor.alignJustify": string; "editor.indent": string; "editor.outdent": string; "editor.orderedList": string; "editor.bulletList": string; "editor.print": string; "editor.selectAll": string; "editor.cleanFormatting": string; "editor.pdf": string; "editor.foregroundColor": string; "editor.backgroundColor": string; "editor.createTable": string; "editor.insertTableHint": string; "editor.addRowBefore": string; "editor.addRowAfter": string; "editor.addColumnBefore": string; "editor.addColumnAfter": string; "editor.deleteRow": string; "editor.deleteColumn": string; "editor.deleteTable": string; "editor.mergeCells": string; "editor.splitCell": string; "editor.hyperlink": string; "editor.hyperlink-dialog-title": string; "editor.hyperlink-dialog-content-address": string; "editor.hyperlink-dialog-content-title": string; "editor.hyperlink-dialog-content-newwindow": string; "editor.hyperlink-dialog-cancel": string; "editor.hyperlink-dialog-insert": string; "editor.insertFile": string; "editor.insertfile-dialog-title": string; "editor.insertfile-dialog-content-address": string; "editor.insertfile-dialog-content-title": string; "editor.insertfile-dialog-cancel": string; "editor.insertfile-dialog-insert": string; "editor.image": string; "editor.image-dialog-title": string; "editor.image-address": string; "editor.image-title": string; "editor.image-altText": string; "editor.image-width": string; "editor.image-height": string; "editor.image-cancel": string; "editor.image-insert": string; "editor.viewHtml": string; "editor.viewHtml-dialog-title": string; "editor.viewHtml-cancel": string; "editor.viewHtml-update": string; "editor.findReplace-tool-title": string; "editor.findReplace-dialog-title": string; "editor.findReplace-tab-find": string; "editor.findReplace-tab-replace": string; "editor.findReplace-findWhat": string; "editor.findReplace-replaceWith": string; "editor.findReplace-replace": string; "editor.findReplace-replaceAll": string; "editor.findReplace-matchCase": string; "editor.findReplace-matchWord": string; "editor.findReplace-matchCyclic": string; "editor.findReplace-useRegExp": string; "editor.findReplace-prevMatch": string; "editor.findReplace-nextMatch": string; "editor.findReplace-matches": string; "editor.findReplace-invalidRegExp": string; "editor.iframeTitle": string; "editorTools.foreColorLabel": string; "editorTools.backColorLabel": string; "editor.cellProperties": string; "editor.cellPropertiesLeftTop": string; "editor.cellPropertiesCenterTop": string; "editor.cellPropertiesRightTop": string; "editor.cellPropertiesLeftMiddle": string; "editor.cellPropertiesCenterMiddle": string; "editor.cellPropertiesRightMiddle": string; "editor.cellPropertiesLeftBottom": string; "editor.cellPropertiesCenterBottom": string; "editor.cellPropertiesRightBottom": string; "editor.cellPropertiesNoAlignment": string; "editor.cellPropertiesWrap": string; "editor.cellPropertiesFitToCell": string; "editor.cellPropertiesApplyToAllCells": string; "editor.cellPropertiesWidth": string; "editor.cellPropertiesApplyToColumn": string; "editor.cellPropertiesHeight": string; "editor.cellPropertiesApplyToRow": string; "editor.cellPropertiesAlignment": string; "editor.cellPropertiesTextControl": string; "editor.cellPropertiesCellPadding": string; "editor.cellPropertiesBackground": string; "editor.cellPropertiesBorderWidth": string; "editor.cellPropertiesBorderColor": string; "editor.cellPropertiesBorderStyle": string; "editor.cellPropertiesId": string; "editor.cellPropertiesCssClass": string; "editor.cellPropertiesSave": string; "editor.cellPropertiesCancel": string; "editor.tableProperties": string; "editor.tablePropertiesAlignLeft": string; "editor.tablePropertiesAlignCenter": string; "editor.tablePropertiesAlignRight": string; "editor.tablePropertiesNoAlignment": string; "editor.tablePropertiesLeft": string; "editor.tablePropertiesCenter": string; "editor.tablePropertiesRight": string; "editor.tablePropertiesTop": string; "editor.tablePropertiesBottom": string; "editor.tablePropertiesNone": string; "editor.tablePropertiesUsingScopeAttribute": string; "editor.tablePropertiesUsingIdAttributes": string; "editor.tablePropertiesRows": string; "editor.tablePropertiesColumns": string; "editor.tablePropertiesWidth": string; "editor.tablePropertiesHeight": string; "editor.tablePropertiesPosition": string; "editor.tablePropertiesAlignment": string; "editor.tablePropertiesCellSpacing": string; "editor.tablePropertiesCellPadding": string; "editor.tablePropertiesTableBackground": string; "editor.tablePropertiesBorderWidth": string; "editor.tablePropertiesBorderColor": string; "editor.tablePropertiesBorderStyle": string; "editor.tablePropertiesCollapseBorders": string; "editor.tablePropertiesID": string; "editor.tablePropertiesCssClass": string; "editor.tablePropertiesAccessibility": string; "editor.tablePropertiesCaption": string; "editor.tablePropertiesCaptionPosition": string; "editor.tablePropertiesCaptionAlignment": string; "editor.tablePropertiesHeaderRows": string; "editor.tablePropertiesHeaderCols": string; "editor.tablePropertiesAssociateHeaders": string; "editor.tablePropertiesGeneral": string; "editor.tablePropertiesAdvanced": string; "editor.tablePropertiesSave": string; "editor.tablePropertiesCancel": string; "editor.borderStyleNone": string; "editor.borderStyleSolid": string; "editor.borderStyleDotted": string; "editor.borderStyleDashed": string; "editor.borderStyleDouble": string; "editor.borderStyleGroove": string; "editor.borderStyleRidge": string; "editor.borderStyleInset": string; "editor.borderStyleOutset": string; "editor.borderStyleInitial": string; "editor.borderStyleInherit": string; "editor.borderStyleHidden": string; "editor.sizeAuto": string; "editor.listStyleDisc": string; "editor.listStyleCircle": string; "editor.listStyleSquare": string; "editor.listStyleDecimal": string; "editor.listStyleUpperRoman": string; "editor.listStyleLowerRoman": string; "editor.listStyleUpperLatin": string; "editor.listStyleLowerLatin": string; }; /** * @hidden */ export declare const keys: { bold: string; italic: string; underline: string; strikethrough: string; subscript: string; superscript: string; unlink: string; undo: string; redo: string; fontSize: string; fontName: string; format: string; alignLeft: string; alignRight: string; alignCenter: string; alignJustify: string; indent: string; outdent: string; orderedList: string; bulletList: string; print: string; selectAll: string; cleanFormatting: string; pdf: string; foregroundColor: string; backgroundColor: string; createTable: string; createTableHint: string; addRowBefore: string; addRowAfter: string; addColumnBefore: string; addColumnAfter: string; deleteRow: string; deleteColumn: string; deleteTable: string; mergeCells: string; splitCell: string; insertHyperlink: string; insertHyperlinkDialogTitle: string; insertHyperlinkAddress: string; insertHyperlinkTitle: string; insertHyperlinkNewWindow: string; insertHyperlinkCancel: string; insertHyperlinkInsert: string; insertFile: string; insertFileDialogTitle: string; insertFileAddress: string; insertFileTitle: string; insertFileCancel: string; insertFileInsert: string; insertImage: string; insertImageDialogTitle: string; insertImageAddress: string; insertImageTitle: string; insertImageAltText: string; insertImageWidth: string; insertImageHeight: string; insertImageCancel: string; insertImageInsert: string; viewHtml: string; viewHtmlDialogTitle: string; viewHtmlCancel: string; viewHtmlUpdate: string; findReplaceToolTitle: string; findReplaceDialogTitle: string; findReplaceTabFind: string; findReplaceTabReplace: string; findReplaceFindWhat: string; findReplaceReplaceWith: string; findReplaceReplace: string; findReplaceReplaceAll: string; findReplaceMatchCase: string; findReplaceMatchWord: string; findReplaceMatchCyclic: string; findReplaceUseRegExp: string; findReplacePrevMatch: string; findReplaceNextMatch: string; findReplaceMatches: string; findReplaceInvalidRegExp: string; iframeTitle: string; foreColorLabel: string; backColorLabel: string; cellProperties: string; cellPropertiesLeftTop: string; cellPropertiesCenterTop: string; cellPropertiesRightTop: string; cellPropertiesLeftMiddle: string; cellPropertiesCenterMiddle: string; cellPropertiesRightMiddle: string; cellPropertiesLeftBottom: string; cellPropertiesCenterBottom: string; cellPropertiesRightBottom: string; cellPropertiesNoAlignment: string; cellPropertiesWrap: string; cellPropertiesFitToCell: string; cellPropertiesApplyToAllCells: string; cellPropertiesWidth: string; cellPropertiesApplyToColumn: string; cellPropertiesHeight: string; cellPropertiesApplyToRow: string; cellPropertiesAlignment: string; cellPropertiesTextControl: string; cellPropertiesCellPadding: string; cellPropertiesBackground: string; cellPropertiesBorderWidth: string; cellPropertiesBorderColor: string; cellPropertiesBorderStyle: string; cellPropertiesId: string; cellPropertiesCssClass: string; cellPropertiesSave: string; cellPropertiesCancel: string; tableProperties: string; tablePropertiesAlignLeft: string; tablePropertiesAlignCenter: string; tablePropertiesAlignRight: string; tablePropertiesNoAlignment: string; tablePropertiesLeft: string; tablePropertiesCenter: string; tablePropertiesRight: string; tablePropertiesTop: string; tablePropertiesBottom: string; tablePropertiesNone: string; tablePropertiesUsingScopeAttribute: string; tablePropertiesUsingIdAttributes: string; tablePropertiesRows: string; tablePropertiesColumns: string; tablePropertiesWidth: string; tablePropertiesHeight: string; tablePropertiesPosition: string; tablePropertiesAlignment: string; tablePropertiesCellSpacing: string; tablePropertiesCellPadding: string; tablePropertiesTableBackground: string; tablePropertiesBorderWidth: string; tablePropertiesBorderColor: string; tablePropertiesBorderStyle: string; tablePropertiesCollapseBorders: string; tablePropertiesId: string; tablePropertiesCssClass: string; tablePropertiesAccessibility: string; tablePropertiesCaption: string; tablePropertiesCaptionPosition: string; tablePropertiesCaptionAlignment: string; tablePropertiesHeaderRows: string; tablePropertiesHeaderCols: string; tablePropertiesAssociateHeaders: string; tablePropertiesGeneral: string; tablePropertiesAdvanced: string; tablePropertiesSave: string; tablePropertiesCancel: string; borderStyleNone: string; borderStyleSolid: string; borderStyleDotted: string; borderStyleDashed: string; borderStyleDouble: string; borderStyleGroove: string; borderStyleRidge: string; borderStyleInset: string; borderStyleOutset: string; borderStyleInitial: string; borderStyleInherit: string; borderStyleHidden: string; sizeAuto: string; listStyleDisc: string; listStyleCircle: string; listStyleSquare: string; listStyleDecimal: string; listStyleUpperRoman: string; listStyleLowerRoman: string; listStyleUpperLatin: string; listStyleLowerLatin: string; };