UNPKG

@progress/kendo-vue-editor

Version:
182 lines (181 loc) 5.95 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.foregroundColorAriaLabel": string; "editor.backgroundColorAriaLabel": 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; }; /** * @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; foregroundColorAriaLabel: string; backgroundColorAriaLabel: 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; };