@progress/kendo-vue-editor 3.5.1-dev.202208150613 → 3.5.2-dev.202209011849
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/js/kendo-vue-editor.js +1 -1
- package/dist/es/Editor.js +1 -1
- package/dist/es/EditorProps.d.ts +1 -1
- package/dist/es/config/shortcuts.d.ts +2 -0
- package/dist/es/config/toolsSettings.js +1 -1
- package/dist/es/dialogs/FindReplace.js +1 -1
- package/dist/es/dialogs/insertImage.js +1 -1
- package/dist/es/dialogs/insertLink.js +1 -1
- package/dist/es/dialogs/viewHtml.js +1 -1
- package/dist/es/main.d.ts +1 -1
- package/dist/es/main.js +1 -1
- package/dist/es/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/messages/{index.js → main.js} +0 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/align.js +1 -1
- package/dist/es/tools/applyColor.js +1 -1
- package/dist/es/tools/cleanFormatting.js +1 -1
- package/dist/es/tools/findReplace.js +1 -1
- package/dist/es/tools/fontStyle.js +1 -1
- package/dist/es/tools/formatBlock.js +1 -1
- package/dist/es/tools/indent.js +1 -1
- package/dist/es/tools/inlineFormat.js +1 -1
- package/dist/es/tools/insertImage.js +1 -1
- package/dist/es/tools/insertLink.js +1 -1
- package/dist/es/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/tools/insertTable/{index.js → main.js} +0 -0
- package/dist/es/tools/insertTable/tool.js +1 -1
- package/dist/es/tools/lists.js +1 -1
- package/dist/es/tools/outdent.js +1 -1
- package/dist/es/tools/pdf.js +1 -1
- package/dist/es/tools/print.js +1 -1
- package/dist/es/tools/proseMirrorTool.js +1 -1
- package/dist/es/tools/selectAll.js +1 -1
- package/dist/es/tools/unlink.js +1 -1
- package/dist/es/tools/viewHtml.js +1 -1
- package/dist/es/utils/controlled-value.js +1 -1
- package/dist/es/utils/{index.d.ts → main.d.ts} +2 -2
- package/dist/es/utils/{index.js → main.js} +2 -2
- package/dist/esm/Editor.js +1 -1
- package/dist/esm/EditorProps.d.ts +1 -1
- package/dist/esm/config/shortcuts.d.ts +2 -0
- package/dist/esm/config/toolsSettings.js +1 -1
- package/dist/esm/dialogs/FindReplace.js +1 -1
- package/dist/esm/dialogs/insertImage.js +1 -1
- package/dist/esm/dialogs/insertLink.js +1 -1
- package/dist/esm/dialogs/viewHtml.js +1 -1
- package/dist/esm/main.d.ts +1 -1
- package/dist/esm/main.js +1 -1
- package/dist/esm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/messages/{index.js → main.js} +0 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/tools/align.js +1 -1
- package/dist/esm/tools/applyColor.js +1 -1
- package/dist/esm/tools/cleanFormatting.js +1 -1
- package/dist/esm/tools/findReplace.js +1 -1
- package/dist/esm/tools/fontStyle.js +1 -1
- package/dist/esm/tools/formatBlock.js +1 -1
- package/dist/esm/tools/indent.js +1 -1
- package/dist/esm/tools/inlineFormat.js +1 -1
- package/dist/esm/tools/insertImage.js +1 -1
- package/dist/esm/tools/insertLink.js +1 -1
- package/dist/esm/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/tools/insertTable/{index.js → main.js} +0 -0
- package/dist/esm/tools/insertTable/tool.js +1 -1
- package/dist/esm/tools/lists.js +1 -1
- package/dist/esm/tools/outdent.js +1 -1
- package/dist/esm/tools/pdf.js +1 -1
- package/dist/esm/tools/print.js +1 -1
- package/dist/esm/tools/proseMirrorTool.js +1 -1
- package/dist/esm/tools/selectAll.js +1 -1
- package/dist/esm/tools/unlink.js +1 -1
- package/dist/esm/tools/viewHtml.js +1 -1
- package/dist/esm/utils/controlled-value.js +1 -1
- package/dist/esm/utils/{index.d.ts → main.d.ts} +2 -2
- package/dist/esm/utils/{index.js → main.js} +2 -2
- package/dist/npm/Editor.js +6 -6
- package/dist/npm/EditorProps.d.ts +1 -1
- package/dist/npm/config/shortcuts.d.ts +2 -0
- package/dist/npm/config/toolsSettings.js +79 -79
- package/dist/npm/dialogs/FindReplace.js +62 -62
- package/dist/npm/dialogs/insertImage.js +12 -12
- package/dist/npm/dialogs/insertLink.js +22 -22
- package/dist/npm/dialogs/viewHtml.js +7 -7
- package/dist/npm/main.d.ts +1 -1
- package/dist/npm/main.js +2 -2
- package/dist/npm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/messages/{index.js → main.js} +0 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/align.js +2 -2
- package/dist/npm/tools/applyColor.js +2 -2
- package/dist/npm/tools/cleanFormatting.js +2 -2
- package/dist/npm/tools/findReplace.js +2 -2
- package/dist/npm/tools/fontStyle.js +2 -2
- package/dist/npm/tools/formatBlock.js +2 -2
- package/dist/npm/tools/indent.js +2 -2
- package/dist/npm/tools/inlineFormat.js +2 -2
- package/dist/npm/tools/insertImage.js +2 -2
- package/dist/npm/tools/insertLink.js +2 -2
- package/dist/npm/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/tools/insertTable/{index.js → main.js} +0 -0
- package/dist/npm/tools/insertTable/tool.js +3 -3
- package/dist/npm/tools/lists.js +2 -2
- package/dist/npm/tools/outdent.js +2 -2
- package/dist/npm/tools/pdf.js +2 -2
- package/dist/npm/tools/print.js +2 -2
- package/dist/npm/tools/proseMirrorTool.js +2 -2
- package/dist/npm/tools/selectAll.js +2 -2
- package/dist/npm/tools/unlink.js +2 -2
- package/dist/npm/tools/viewHtml.js +2 -2
- package/dist/npm/utils/controlled-value.js +2 -2
- package/dist/npm/utils/{index.d.ts → main.d.ts} +2 -2
- package/dist/npm/utils/{index.js → main.js} +2 -2
- package/package.json +12 -12
package/dist/es/Editor.js
CHANGED
|
@@ -37,7 +37,7 @@ import { marks, nodes } from './config/schema';
|
|
|
37
37
|
import { defaultStyle, tablesStyles, rtlStyles } from './config/defaultStyles';
|
|
38
38
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
39
39
|
import { InsertLinkDialog } from './dialogs/insertLink';
|
|
40
|
-
import { EditorUtils } from './utils';
|
|
40
|
+
import { EditorUtils } from './utils/main';
|
|
41
41
|
import { editorPropsKey } from './utils/props-key';
|
|
42
42
|
import { updateEditorValue } from './utils/controlled-value';
|
|
43
43
|
var link = EditorToolsSettings.link,
|
package/dist/es/EditorProps.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="prosemirror-model" />
|
|
2
2
|
import { EditorState, Plugin, Transaction, EditorView, Schema, Node } from '@progress/kendo-editor-common';
|
|
3
|
-
import { EditorUtils } from './utils';
|
|
3
|
+
import { EditorUtils } from './utils/main';
|
|
4
4
|
interface EditorEvent {
|
|
5
5
|
/**
|
|
6
6
|
* An event target.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EditorState, Transaction, EditorView } from '@progress/kendo-editor-common';
|
|
2
2
|
import { EditorToolsSettings } from './toolsSettings';
|
|
3
|
+
declare const bold: EditorToolsSettings.InlineFormatSettings, underline: EditorToolsSettings.InlineFormatSettings, italic: EditorToolsSettings.InlineFormatSettings;
|
|
3
4
|
/**
|
|
4
5
|
* @hidden
|
|
5
6
|
*/
|
|
@@ -20,3 +21,4 @@ export declare const getShortcuts: (settings?: {
|
|
|
20
21
|
underline?: EditorToolsSettings.InlineFormatOptions;
|
|
21
22
|
};
|
|
22
23
|
}) => Shortcuts;
|
|
24
|
+
export {};
|
|
@@ -18,7 +18,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
18
18
|
}
|
|
19
19
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
20
20
|
};
|
|
21
|
-
import { keys, messages } from '
|
|
21
|
+
import { keys, messages } from '../messages/main';
|
|
22
22
|
import { bold as boldSettings, italic as italicSettings, underline as underlineSettings, strikethrough as strikethroughSettings, subscript as subscriptSettings, superscript as superscriptSettings, link as linkSettings, alignLeftRules, alignRightRules, alignCenterRules, alignJustifyRules, alignRemoveRules, indentRules, outdentRules, undo as undoCommand, redo as redoCommand, mergeCells as mergeCellsCommand, splitCell as splitCellCommand, addRowBefore as addRowBeforeCommand, addRowAfter as addRowAfterCommand, addColumnBefore as addColumnBeforeCommand, addColumnAfter as addColumnAfterCommand, deleteRow as deleteRowCommand, deleteColumn as deleteColumnCommand, deleteTable as deleteTableCommand } from '@progress/kendo-editor-common';
|
|
23
23
|
var listsTypes = __assign({}, indentRules.listsTypes);
|
|
24
24
|
/**
|
|
@@ -7,7 +7,7 @@ import { Button } from '@progress/kendo-vue-buttons';
|
|
|
7
7
|
import { Window } from '@progress/kendo-vue-dialogs';
|
|
8
8
|
import { TabStrip, TabStripTab } from '@progress/kendo-vue-layout';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main';
|
|
11
11
|
import { EditorToolsSettings } from './../config/toolsSettings';
|
|
12
12
|
import { formatString } from './../tools/utils';
|
|
13
13
|
import { find, replace, replaceAll, findAll, TextSelection, textHighlightKey, selectedLineTextOnly } from '@progress/kendo-editor-common';
|
|
@@ -7,7 +7,7 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
|
7
7
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { NodeSelection, insertNode } from '@progress/kendo-editor-common';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main';
|
|
11
11
|
import { getRef, setRef } from '@progress/kendo-vue-common';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
@@ -7,7 +7,7 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
|
7
7
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { getMark, applyLink } from '@progress/kendo-editor-common';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main';
|
|
11
11
|
import { getRef, setRef } from '@progress/kendo-vue-common';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
@@ -7,7 +7,7 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
|
7
7
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { getHtml, setHtml, indentHtml, trimWhitespace } from '@progress/kendo-editor-common';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main';
|
|
11
11
|
import { editorPropsKey } from './../utils/props-key';
|
|
12
12
|
import { getRef, setRef } from '@progress/kendo-vue-common';
|
|
13
13
|
/**
|
package/dist/es/main.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Editor } from './Editor';
|
|
|
2
2
|
import { EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent } from './EditorProps';
|
|
3
3
|
import { EditorTools } from './tools/main';
|
|
4
4
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
5
|
-
import { EditorUtils } from './utils';
|
|
5
|
+
import { EditorUtils } from './utils/main';
|
|
6
6
|
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, Schema, NodeType, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, deleteSelection, joinBackward, selectNodeBackward, joinForward, selectNodeForward, joinUp, joinDown, lift, newlineInCode, exitCode, createParagraphNear, liftEmptyBlock, splitBlock, splitBlockKeepMarks, selectParentNode, selectAll, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undo, redo, undoDepth, redoDepth, InputRule, inputRules, undoInputRule, wrappingInputRule, textblockTypeInputRule, keymap, keydownHandler, addListNodes, wrapInList, splitListItem, liftListItem, sinkListItem, dropCursor, gapCursor, tableEditing, fixTables, cellAround, isInTable, selectionCell, moveCellForward, inSameTable, findCell, colCount, nextCell, removeColSpan, addColSpan, columnIsHeader, tableNodes, tableNodeTypes, CellSelection, TableMap, columnResizing, updateColumnsOnResize, selectedRect, addColumn, addColumnBefore, addColumnAfter, deleteColumn, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
|
|
7
7
|
export { Shortcuts } from './config/shortcuts';
|
|
8
8
|
export { PasteCleanupSettings } from './config/pasteSettings';
|
package/dist/es/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor } from './Editor';
|
|
2
2
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
3
|
-
import { EditorUtils } from './utils';
|
|
3
|
+
import { EditorUtils } from './utils/main';
|
|
4
4
|
import {
|
|
5
5
|
// prosemirror-state
|
|
6
6
|
Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction,
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-editor',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662057599,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/es/tools/align.js
CHANGED
|
@@ -36,7 +36,7 @@ import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
|
36
36
|
import { EditorToolsSettings } from '../config/toolsSettings';
|
|
37
37
|
import { alignBlocks, isAligned } from '@progress/kendo-editor-common';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../messages/main';
|
|
40
40
|
var alignRemove = EditorToolsSettings.alignRemove;
|
|
41
41
|
/**
|
|
42
42
|
* @hidden
|
|
@@ -22,7 +22,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
22
22
|
import { ColorPicker } from '@progress/kendo-vue-inputs';
|
|
23
23
|
import { applyInlineStyle } from '@progress/kendo-editor-common';
|
|
24
24
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
25
|
-
import { messages } from '../messages';
|
|
25
|
+
import { messages } from '../messages/main';
|
|
26
26
|
/**
|
|
27
27
|
* @hidden
|
|
28
28
|
*/
|
|
@@ -34,7 +34,7 @@ var gh = allVue.h;
|
|
|
34
34
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
|
-
import { messages } from '../messages';
|
|
37
|
+
import { messages } from '../messages/main';
|
|
38
38
|
import { cleanFormatting as cleanFormattingCmd } from '@progress/kendo-editor-common';
|
|
39
39
|
import { EditorToolsSettings } from './../config/toolsSettings';
|
|
40
40
|
var cleanFormatting = EditorToolsSettings.cleanFormatting;
|
|
@@ -34,7 +34,7 @@ var gh = allVue.h;
|
|
|
34
34
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { FindAndReplaceDialog } from '../dialogs/FindReplace';
|
|
37
|
-
import { messages } from '
|
|
37
|
+
import { messages } from '../messages/main';
|
|
38
38
|
import { EditorToolsSettings } from './../config/toolsSettings';
|
|
39
39
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
40
40
|
var settings = EditorToolsSettings.findAndReplace;
|
|
@@ -46,7 +46,7 @@ import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
|
46
46
|
import { getInlineStyles, applyInlineStyle } from '@progress/kendo-editor-common';
|
|
47
47
|
import { userSelectNone } from './utils';
|
|
48
48
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
49
|
-
import { messages } from '
|
|
49
|
+
import { messages } from '../messages/main';
|
|
50
50
|
/**
|
|
51
51
|
* @hidden
|
|
52
52
|
*/
|
|
@@ -46,7 +46,7 @@ import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
|
46
46
|
import { getBlockFormats, formatBlockElements } from '@progress/kendo-editor-common';
|
|
47
47
|
import { userSelectNone } from './utils';
|
|
48
48
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
49
|
-
import { messages } from '
|
|
49
|
+
import { messages } from '../messages/main';
|
|
50
50
|
/**
|
|
51
51
|
* @hidden
|
|
52
52
|
*/
|
package/dist/es/tools/indent.js
CHANGED
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { indentBlocks, isIndented, canIndentAsListItem, hasNode, sinkListItem } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { toggleInlineFormat, hasMark } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '../messages';
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -36,7 +36,7 @@ import { canInsert } from '@progress/kendo-editor-common';
|
|
|
36
36
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
37
37
|
import { InsertImageDialog } from '../dialogs/insertImage';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../messages/main';
|
|
40
40
|
/**
|
|
41
41
|
* @hidden
|
|
42
42
|
*/
|
|
@@ -36,7 +36,7 @@ import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
|
36
36
|
import { getMark } from '@progress/kendo-editor-common';
|
|
37
37
|
import { InsertLinkDialog } from '../dialogs/insertLink';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../messages/main';
|
|
40
40
|
/**
|
|
41
41
|
* @hidden
|
|
42
42
|
*/
|
|
File without changes
|
|
File without changes
|
|
@@ -36,7 +36,7 @@ import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
|
36
36
|
import { guid } from '@progress/kendo-vue-common';
|
|
37
37
|
import { InsertTablePopup } from './popup';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../../messages/main';
|
|
40
40
|
import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common';
|
|
41
41
|
/**
|
|
42
42
|
* @hidden
|
package/dist/es/tools/lists.js
CHANGED
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { hasNode, toggleList } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
package/dist/es/tools/outdent.js
CHANGED
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { indentBlocks, isIndented, canOutdentAsListItem, liftListItem } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
package/dist/es/tools/pdf.js
CHANGED
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { savePDF } from '@progress/kendo-vue-pdf';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
import { EditorToolsSettings } from './../config/toolsSettings';
|
|
40
40
|
var pdf = EditorToolsSettings.pdf,
|
|
41
41
|
defaultSavePdfOptions = EditorToolsSettings.savePdfOptions;
|
package/dist/es/tools/print.js
CHANGED
|
@@ -34,7 +34,7 @@ var gh = allVue.h;
|
|
|
34
34
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
|
-
import { messages } from '
|
|
37
|
+
import { messages } from '../messages/main';
|
|
38
38
|
import { EditorToolsSettings } from './../config/toolsSettings';
|
|
39
39
|
var print = EditorToolsSettings.print;
|
|
40
40
|
/**
|
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { noop } from '@progress/kendo-vue-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -34,7 +34,7 @@ var gh = allVue.h;
|
|
|
34
34
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
|
-
import { messages } from '
|
|
37
|
+
import { messages } from '../messages/main';
|
|
38
38
|
import { selectAll as selectAllCommand } from '@progress/kendo-editor-common';
|
|
39
39
|
import { EditorToolsSettings } from './../config/toolsSettings';
|
|
40
40
|
var selectAll = EditorToolsSettings.selectAll;
|
package/dist/es/tools/unlink.js
CHANGED
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { removeLink, hasMark } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { ViewHtmlDialog } from '../dialogs/viewHtml';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="prosemirror-model" />
|
|
2
|
-
import * as shortcuts from '
|
|
2
|
+
import * as shortcuts from '../config/shortcuts';
|
|
3
3
|
import { ImageResizeOptions as ImageResizeOptionsCommon, Schema, NodeSpec, MarkSpec, Node, NodeType, Mark, MarkType, ParseOptions, EditorView, EditorState, Transaction, Plugin, PluginKey } from '@progress/kendo-editor-common';
|
|
4
|
-
import { EditorToolsSettings } from '
|
|
4
|
+
import { EditorToolsSettings } from '../config/toolsSettings';
|
|
5
5
|
import { PasteCleanupSettings } from '../config/pasteSettings';
|
|
6
6
|
/**
|
|
7
7
|
* Represents a wrapping namespace for the utility functions, `nodes`, and `marks` objects of the Editor.
|
|
@@ -9,8 +9,8 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import * as shortcuts from '
|
|
13
|
-
import { marks as schemaMarks, nodes as schemaNodes } from '
|
|
12
|
+
import * as shortcuts from '../config/shortcuts';
|
|
13
|
+
import { marks as schemaMarks, nodes as schemaNodes } from '../config/schema';
|
|
14
14
|
import { alignBlocks as alignBlocksCommon, applyInlineStyle as applyInlineStyleCommon, applyLink as applyLinkCommon, canIndentAsListItem, canOutdentAsListItem, parseContent, canInsert as canInsertCommon, createTable as createTableCommon, formatBlockElements as formatBlockElementsCommon, getBlockFormats as getBlockFormatsCommon, getHtml as getHtmlCommon, getInlineStyles as getInlineStylesCommon, getMark as getMarkCommon, hasMark as hasMarkCommon, hasNode as hasNodeCommon, indentBlocks as indentBlocksCommon, setHtml as setHtmlCommon, insertNode as insertNodeCommon, isAligned as isAlignedCommon, isIndented as isIndentedCommon, toggleInlineFormat as toggleInlineFormatCommon, toggleList as toggleListCommon, indentHtml as indentHtmlCommon, convertMsLists as convertMsListsCommon, removeComments as removeCommentsCommon, removeTag as removeTagCommon, sanitize as sanitizeCommon, pasteCleanup as pasteCleanupCommon, sanitizeClassAttr as sanitizeClassAttrCommon, sanitizeStyleAttr as sanitizeStyleAttrCommon, removeAttribute as removeAttributeCommon, replaceImageSourcesFromRtf as replaceImageSourcesFromRtfCommon, textHighlight as textHighlightCommon, imageResizing as imageResizingCommon, imageResizeKey as imageResizeKeyCommon, trimWhitespace } from '@progress/kendo-editor-common';
|
|
15
15
|
import { editorPropsKey } from './props-key';
|
|
16
16
|
/**
|
package/dist/esm/Editor.js
CHANGED
|
@@ -37,7 +37,7 @@ import { marks, nodes } from './config/schema.js';
|
|
|
37
37
|
import { defaultStyle, tablesStyles, rtlStyles } from './config/defaultStyles.js';
|
|
38
38
|
import { EditorToolsSettings } from './config/toolsSettings.js';
|
|
39
39
|
import { InsertLinkDialog } from './dialogs/insertLink.js';
|
|
40
|
-
import { EditorUtils } from './utils.js';
|
|
40
|
+
import { EditorUtils } from './utils/main.js';
|
|
41
41
|
import { editorPropsKey } from './utils/props-key.js';
|
|
42
42
|
import { updateEditorValue } from './utils/controlled-value.js';
|
|
43
43
|
var link = EditorToolsSettings.link,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="prosemirror-model" />
|
|
2
2
|
import { EditorState, Plugin, Transaction, EditorView, Schema, Node } from '@progress/kendo-editor-common';
|
|
3
|
-
import { EditorUtils } from './utils';
|
|
3
|
+
import { EditorUtils } from './utils/main';
|
|
4
4
|
interface EditorEvent {
|
|
5
5
|
/**
|
|
6
6
|
* An event target.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EditorState, Transaction, EditorView } from '@progress/kendo-editor-common';
|
|
2
2
|
import { EditorToolsSettings } from './toolsSettings';
|
|
3
|
+
declare const bold: EditorToolsSettings.InlineFormatSettings, underline: EditorToolsSettings.InlineFormatSettings, italic: EditorToolsSettings.InlineFormatSettings;
|
|
3
4
|
/**
|
|
4
5
|
* @hidden
|
|
5
6
|
*/
|
|
@@ -20,3 +21,4 @@ export declare const getShortcuts: (settings?: {
|
|
|
20
21
|
underline?: EditorToolsSettings.InlineFormatOptions;
|
|
21
22
|
};
|
|
22
23
|
}) => Shortcuts;
|
|
24
|
+
export {};
|
|
@@ -18,7 +18,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
18
18
|
}
|
|
19
19
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
20
20
|
};
|
|
21
|
-
import { keys, messages } from '
|
|
21
|
+
import { keys, messages } from '../messages/main.js';
|
|
22
22
|
import { bold as boldSettings, italic as italicSettings, underline as underlineSettings, strikethrough as strikethroughSettings, subscript as subscriptSettings, superscript as superscriptSettings, link as linkSettings, alignLeftRules, alignRightRules, alignCenterRules, alignJustifyRules, alignRemoveRules, indentRules, outdentRules, undo as undoCommand, redo as redoCommand, mergeCells as mergeCellsCommand, splitCell as splitCellCommand, addRowBefore as addRowBeforeCommand, addRowAfter as addRowAfterCommand, addColumnBefore as addColumnBeforeCommand, addColumnAfter as addColumnAfterCommand, deleteRow as deleteRowCommand, deleteColumn as deleteColumnCommand, deleteTable as deleteTableCommand } from '@progress/kendo-editor-common';
|
|
23
23
|
var listsTypes = __assign({}, indentRules.listsTypes);
|
|
24
24
|
/**
|
|
@@ -7,7 +7,7 @@ import { Button } from '@progress/kendo-vue-buttons';
|
|
|
7
7
|
import { Window } from '@progress/kendo-vue-dialogs';
|
|
8
8
|
import { TabStrip, TabStripTab } from '@progress/kendo-vue-layout';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main.js';
|
|
11
11
|
import { EditorToolsSettings } from './../config/toolsSettings.js';
|
|
12
12
|
import { formatString } from './../tools/utils.js';
|
|
13
13
|
import { find, replace, replaceAll, findAll, TextSelection, textHighlightKey, selectedLineTextOnly } from '@progress/kendo-editor-common';
|
|
@@ -7,7 +7,7 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
|
7
7
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { NodeSelection, insertNode } from '@progress/kendo-editor-common';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main.js';
|
|
11
11
|
import { getRef, setRef } from '@progress/kendo-vue-common';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
@@ -7,7 +7,7 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
|
7
7
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { getMark, applyLink } from '@progress/kendo-editor-common';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main.js';
|
|
11
11
|
import { getRef, setRef } from '@progress/kendo-vue-common';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
@@ -7,7 +7,7 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
|
7
7
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { getHtml, setHtml, indentHtml, trimWhitespace } from '@progress/kendo-editor-common';
|
|
9
9
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '
|
|
10
|
+
import { messages } from '../messages/main.js';
|
|
11
11
|
import { editorPropsKey } from './../utils/props-key.js';
|
|
12
12
|
import { getRef, setRef } from '@progress/kendo-vue-common';
|
|
13
13
|
/**
|
package/dist/esm/main.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Editor } from './Editor';
|
|
|
2
2
|
import { EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent } from './EditorProps';
|
|
3
3
|
import { EditorTools } from './tools/main';
|
|
4
4
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
5
|
-
import { EditorUtils } from './utils';
|
|
5
|
+
import { EditorUtils } from './utils/main';
|
|
6
6
|
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, Schema, NodeType, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, deleteSelection, joinBackward, selectNodeBackward, joinForward, selectNodeForward, joinUp, joinDown, lift, newlineInCode, exitCode, createParagraphNear, liftEmptyBlock, splitBlock, splitBlockKeepMarks, selectParentNode, selectAll, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undo, redo, undoDepth, redoDepth, InputRule, inputRules, undoInputRule, wrappingInputRule, textblockTypeInputRule, keymap, keydownHandler, addListNodes, wrapInList, splitListItem, liftListItem, sinkListItem, dropCursor, gapCursor, tableEditing, fixTables, cellAround, isInTable, selectionCell, moveCellForward, inSameTable, findCell, colCount, nextCell, removeColSpan, addColSpan, columnIsHeader, tableNodes, tableNodeTypes, CellSelection, TableMap, columnResizing, updateColumnsOnResize, selectedRect, addColumn, addColumnBefore, addColumnAfter, deleteColumn, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
|
|
7
7
|
export { Shortcuts } from './config/shortcuts';
|
|
8
8
|
export { PasteCleanupSettings } from './config/pasteSettings';
|
package/dist/esm/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor } from './Editor.js';
|
|
2
2
|
import { EditorToolsSettings } from './config/toolsSettings.js';
|
|
3
|
-
import { EditorUtils } from './utils.js';
|
|
3
|
+
import { EditorUtils } from './utils/main.js';
|
|
4
4
|
import {
|
|
5
5
|
// prosemirror-state
|
|
6
6
|
Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction,
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-editor',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662057599,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/esm/tools/align.js
CHANGED
|
@@ -36,7 +36,7 @@ import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
|
36
36
|
import { EditorToolsSettings } from '../config/toolsSettings.js';
|
|
37
37
|
import { alignBlocks, isAligned } from '@progress/kendo-editor-common';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../messages/main.js';
|
|
40
40
|
var alignRemove = EditorToolsSettings.alignRemove;
|
|
41
41
|
/**
|
|
42
42
|
* @hidden
|
|
@@ -22,7 +22,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
22
22
|
import { ColorPicker } from '@progress/kendo-vue-inputs';
|
|
23
23
|
import { applyInlineStyle } from '@progress/kendo-editor-common';
|
|
24
24
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
25
|
-
import { messages } from '../messages.js';
|
|
25
|
+
import { messages } from '../messages/main.js';
|
|
26
26
|
/**
|
|
27
27
|
* @hidden
|
|
28
28
|
*/
|
|
@@ -34,7 +34,7 @@ var gh = allVue.h;
|
|
|
34
34
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
|
-
import { messages } from '../messages.js';
|
|
37
|
+
import { messages } from '../messages/main.js';
|
|
38
38
|
import { cleanFormatting as cleanFormattingCmd } from '@progress/kendo-editor-common';
|
|
39
39
|
import { EditorToolsSettings } from './../config/toolsSettings.js';
|
|
40
40
|
var cleanFormatting = EditorToolsSettings.cleanFormatting;
|
|
@@ -34,7 +34,7 @@ var gh = allVue.h;
|
|
|
34
34
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { FindAndReplaceDialog } from '../dialogs/FindReplace.js';
|
|
37
|
-
import { messages } from '
|
|
37
|
+
import { messages } from '../messages/main.js';
|
|
38
38
|
import { EditorToolsSettings } from './../config/toolsSettings.js';
|
|
39
39
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
40
40
|
var settings = EditorToolsSettings.findAndReplace;
|
|
@@ -46,7 +46,7 @@ import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
|
46
46
|
import { getInlineStyles, applyInlineStyle } from '@progress/kendo-editor-common';
|
|
47
47
|
import { userSelectNone } from './utils.js';
|
|
48
48
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
49
|
-
import { messages } from '
|
|
49
|
+
import { messages } from '../messages/main.js';
|
|
50
50
|
/**
|
|
51
51
|
* @hidden
|
|
52
52
|
*/
|
|
@@ -46,7 +46,7 @@ import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
|
46
46
|
import { getBlockFormats, formatBlockElements } from '@progress/kendo-editor-common';
|
|
47
47
|
import { userSelectNone } from './utils.js';
|
|
48
48
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
49
|
-
import { messages } from '
|
|
49
|
+
import { messages } from '../messages/main.js';
|
|
50
50
|
/**
|
|
51
51
|
* @hidden
|
|
52
52
|
*/
|
package/dist/esm/tools/indent.js
CHANGED
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { indentBlocks, isIndented, canIndentAsListItem, hasNode, sinkListItem } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '
|
|
38
|
+
import { messages } from '../messages/main.js';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -35,7 +35,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
35
35
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
36
36
|
import { toggleInlineFormat, hasMark } from '@progress/kendo-editor-common';
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
|
-
import { messages } from '../messages.js';
|
|
38
|
+
import { messages } from '../messages/main.js';
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
@@ -36,7 +36,7 @@ import { canInsert } from '@progress/kendo-editor-common';
|
|
|
36
36
|
import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
37
37
|
import { InsertImageDialog } from '../dialogs/insertImage.js';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../messages/main.js';
|
|
40
40
|
/**
|
|
41
41
|
* @hidden
|
|
42
42
|
*/
|
|
@@ -36,7 +36,7 @@ import { Button as kbutton } from '@progress/kendo-vue-buttons';
|
|
|
36
36
|
import { getMark } from '@progress/kendo-editor-common';
|
|
37
37
|
import { InsertLinkDialog } from '../dialogs/insertLink.js';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../messages/main.js';
|
|
40
40
|
/**
|
|
41
41
|
* @hidden
|
|
42
42
|
*/
|
|
File without changes
|
|
File without changes
|
|
@@ -36,7 +36,7 @@ import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
|
36
36
|
import { guid } from '@progress/kendo-vue-common';
|
|
37
37
|
import { InsertTablePopup } from './popup.js';
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
|
-
import { messages } from '
|
|
39
|
+
import { messages } from '../../messages/main.js';
|
|
40
40
|
import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common';
|
|
41
41
|
/**
|
|
42
42
|
* @hidden
|