@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.
Files changed (113) hide show
  1. package/dist/cdn/js/kendo-vue-editor.js +1 -1
  2. package/dist/es/Editor.js +1 -1
  3. package/dist/es/EditorProps.d.ts +1 -1
  4. package/dist/es/config/shortcuts.d.ts +2 -0
  5. package/dist/es/config/toolsSettings.js +1 -1
  6. package/dist/es/dialogs/FindReplace.js +1 -1
  7. package/dist/es/dialogs/insertImage.js +1 -1
  8. package/dist/es/dialogs/insertLink.js +1 -1
  9. package/dist/es/dialogs/viewHtml.js +1 -1
  10. package/dist/es/main.d.ts +1 -1
  11. package/dist/es/main.js +1 -1
  12. package/dist/es/messages/{index.d.ts → main.d.ts} +0 -0
  13. package/dist/es/messages/{index.js → main.js} +0 -0
  14. package/dist/es/package-metadata.js +1 -1
  15. package/dist/es/tools/align.js +1 -1
  16. package/dist/es/tools/applyColor.js +1 -1
  17. package/dist/es/tools/cleanFormatting.js +1 -1
  18. package/dist/es/tools/findReplace.js +1 -1
  19. package/dist/es/tools/fontStyle.js +1 -1
  20. package/dist/es/tools/formatBlock.js +1 -1
  21. package/dist/es/tools/indent.js +1 -1
  22. package/dist/es/tools/inlineFormat.js +1 -1
  23. package/dist/es/tools/insertImage.js +1 -1
  24. package/dist/es/tools/insertLink.js +1 -1
  25. package/dist/es/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
  26. package/dist/es/tools/insertTable/{index.js → main.js} +0 -0
  27. package/dist/es/tools/insertTable/tool.js +1 -1
  28. package/dist/es/tools/lists.js +1 -1
  29. package/dist/es/tools/outdent.js +1 -1
  30. package/dist/es/tools/pdf.js +1 -1
  31. package/dist/es/tools/print.js +1 -1
  32. package/dist/es/tools/proseMirrorTool.js +1 -1
  33. package/dist/es/tools/selectAll.js +1 -1
  34. package/dist/es/tools/unlink.js +1 -1
  35. package/dist/es/tools/viewHtml.js +1 -1
  36. package/dist/es/utils/controlled-value.js +1 -1
  37. package/dist/es/utils/{index.d.ts → main.d.ts} +2 -2
  38. package/dist/es/utils/{index.js → main.js} +2 -2
  39. package/dist/esm/Editor.js +1 -1
  40. package/dist/esm/EditorProps.d.ts +1 -1
  41. package/dist/esm/config/shortcuts.d.ts +2 -0
  42. package/dist/esm/config/toolsSettings.js +1 -1
  43. package/dist/esm/dialogs/FindReplace.js +1 -1
  44. package/dist/esm/dialogs/insertImage.js +1 -1
  45. package/dist/esm/dialogs/insertLink.js +1 -1
  46. package/dist/esm/dialogs/viewHtml.js +1 -1
  47. package/dist/esm/main.d.ts +1 -1
  48. package/dist/esm/main.js +1 -1
  49. package/dist/esm/messages/{index.d.ts → main.d.ts} +0 -0
  50. package/dist/esm/messages/{index.js → main.js} +0 -0
  51. package/dist/esm/package-metadata.js +1 -1
  52. package/dist/esm/tools/align.js +1 -1
  53. package/dist/esm/tools/applyColor.js +1 -1
  54. package/dist/esm/tools/cleanFormatting.js +1 -1
  55. package/dist/esm/tools/findReplace.js +1 -1
  56. package/dist/esm/tools/fontStyle.js +1 -1
  57. package/dist/esm/tools/formatBlock.js +1 -1
  58. package/dist/esm/tools/indent.js +1 -1
  59. package/dist/esm/tools/inlineFormat.js +1 -1
  60. package/dist/esm/tools/insertImage.js +1 -1
  61. package/dist/esm/tools/insertLink.js +1 -1
  62. package/dist/esm/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
  63. package/dist/esm/tools/insertTable/{index.js → main.js} +0 -0
  64. package/dist/esm/tools/insertTable/tool.js +1 -1
  65. package/dist/esm/tools/lists.js +1 -1
  66. package/dist/esm/tools/outdent.js +1 -1
  67. package/dist/esm/tools/pdf.js +1 -1
  68. package/dist/esm/tools/print.js +1 -1
  69. package/dist/esm/tools/proseMirrorTool.js +1 -1
  70. package/dist/esm/tools/selectAll.js +1 -1
  71. package/dist/esm/tools/unlink.js +1 -1
  72. package/dist/esm/tools/viewHtml.js +1 -1
  73. package/dist/esm/utils/controlled-value.js +1 -1
  74. package/dist/esm/utils/{index.d.ts → main.d.ts} +2 -2
  75. package/dist/esm/utils/{index.js → main.js} +2 -2
  76. package/dist/npm/Editor.js +6 -6
  77. package/dist/npm/EditorProps.d.ts +1 -1
  78. package/dist/npm/config/shortcuts.d.ts +2 -0
  79. package/dist/npm/config/toolsSettings.js +79 -79
  80. package/dist/npm/dialogs/FindReplace.js +62 -62
  81. package/dist/npm/dialogs/insertImage.js +12 -12
  82. package/dist/npm/dialogs/insertLink.js +22 -22
  83. package/dist/npm/dialogs/viewHtml.js +7 -7
  84. package/dist/npm/main.d.ts +1 -1
  85. package/dist/npm/main.js +2 -2
  86. package/dist/npm/messages/{index.d.ts → main.d.ts} +0 -0
  87. package/dist/npm/messages/{index.js → main.js} +0 -0
  88. package/dist/npm/package-metadata.js +1 -1
  89. package/dist/npm/tools/align.js +2 -2
  90. package/dist/npm/tools/applyColor.js +2 -2
  91. package/dist/npm/tools/cleanFormatting.js +2 -2
  92. package/dist/npm/tools/findReplace.js +2 -2
  93. package/dist/npm/tools/fontStyle.js +2 -2
  94. package/dist/npm/tools/formatBlock.js +2 -2
  95. package/dist/npm/tools/indent.js +2 -2
  96. package/dist/npm/tools/inlineFormat.js +2 -2
  97. package/dist/npm/tools/insertImage.js +2 -2
  98. package/dist/npm/tools/insertLink.js +2 -2
  99. package/dist/npm/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
  100. package/dist/npm/tools/insertTable/{index.js → main.js} +0 -0
  101. package/dist/npm/tools/insertTable/tool.js +3 -3
  102. package/dist/npm/tools/lists.js +2 -2
  103. package/dist/npm/tools/outdent.js +2 -2
  104. package/dist/npm/tools/pdf.js +2 -2
  105. package/dist/npm/tools/print.js +2 -2
  106. package/dist/npm/tools/proseMirrorTool.js +2 -2
  107. package/dist/npm/tools/selectAll.js +2 -2
  108. package/dist/npm/tools/unlink.js +2 -2
  109. package/dist/npm/tools/viewHtml.js +2 -2
  110. package/dist/npm/utils/controlled-value.js +2 -2
  111. package/dist/npm/utils/{index.d.ts → main.d.ts} +2 -2
  112. package/dist/npm/utils/{index.js → main.js} +2 -2
  113. 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,
@@ -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 './../messages';
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 './../messages';
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 './../messages';
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 './../messages';
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 './../messages';
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: 1660543390,
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
  };
@@ -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 './../messages';
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 './../messages';
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 './../messages';
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 './../messages';
49
+ import { messages } from '../messages/main';
50
50
  /**
51
51
  * @hidden
52
52
  */
@@ -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 './../messages';
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 './../messages';
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 './../messages';
39
+ import { messages } from '../messages/main';
40
40
  /**
41
41
  * @hidden
42
42
  */
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 './../../messages';
39
+ import { messages } from '../../messages/main';
40
40
  import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common';
41
41
  /**
42
42
  * @hidden
@@ -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 './../messages';
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 { indentBlocks, isIndented, canOutdentAsListItem, liftListItem } 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
  */
@@ -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 './../messages';
38
+ import { messages } from '../messages/main';
39
39
  import { EditorToolsSettings } from './../config/toolsSettings';
40
40
  var pdf = EditorToolsSettings.pdf,
41
41
  defaultSavePdfOptions = EditorToolsSettings.savePdfOptions;
@@ -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 { 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 './../messages';
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 './../messages';
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;
@@ -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 './../messages';
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 './../messages';
38
+ import { messages } from '../messages/main';
39
39
  /**
40
40
  * @hidden
41
41
  */
@@ -1,5 +1,5 @@
1
1
  import { AllSelection } from '@progress/kendo-editor-common';
2
- import { EditorUtils } from './index';
2
+ import { EditorUtils } from './main';
3
3
  var setValue = function (view, value) {
4
4
  var transaction = value.tr ||
5
5
  (view.state.tr
@@ -1,7 +1,7 @@
1
1
  /// <reference types="prosemirror-model" />
2
- import * as shortcuts from './../config/shortcuts';
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 './../config/toolsSettings';
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 './../config/shortcuts';
13
- import { marks as schemaMarks, nodes as schemaNodes } from './../config/schema';
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
  /**
@@ -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 './../messages.js';
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 './../messages.js';
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 './../messages.js';
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 './../messages.js';
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 './../messages.js';
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
  /**
@@ -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: 1660543390,
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
  };
@@ -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 './../messages.js';
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 './../messages.js';
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 './../messages.js';
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 './../messages.js';
49
+ import { messages } from '../messages/main.js';
50
50
  /**
51
51
  * @hidden
52
52
  */
@@ -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 './../messages.js';
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 './../messages.js';
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 './../messages.js';
39
+ import { messages } from '../messages/main.js';
40
40
  /**
41
41
  * @hidden
42
42
  */
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 './../../messages.js';
39
+ import { messages } from '../../messages/main.js';
40
40
  import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common';
41
41
  /**
42
42
  * @hidden