@progress/kendo-angular-editor 13.6.0-develop.4 → 13.6.0-develop.5

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.
@@ -9,7 +9,7 @@ import { map, filter, take } from 'rxjs/operators';
9
9
  import { ToolBarComponent } from '@progress/kendo-angular-toolbar';
10
10
  import { DialogService } from '@progress/kendo-angular-dialog';
11
11
  import { guid, hasObservers, isDocumentAvailable, KendoInput, shouldShowValidationUI } from '@progress/kendo-angular-common';
12
- import { buildKeymap, buildListKeymap, getHtml, pasteCleanup, sanitize, removeComments, sanitizeClassAttr, sanitizeStyleAttr, removeAttribute, placeholder, EditorView, EditorState, baseKeymap, keymap, history, parseContent, Plugin, PluginKey, TextSelection, Schema, AllSelection, gapCursor, getSelectionText, imageResizing, tableEditing, caretColor, tableResizing } from '@progress/kendo-editor-common';
12
+ import { buildKeymap, buildListKeymap, getHtml, pasteCleanup, sanitize, removeComments, sanitizeClassAttr, sanitizeStyleAttr, removeAttribute, placeholder, EditorView, EditorState, baseKeymap, keymap, history, parseContent, Plugin, PluginKey, TextSelection, Schema, AllSelection, gapCursor, getSelectionText, imageResizing, tableEditing, caretColor, tableResizing, cspFix } from '@progress/kendo-editor-common';
13
13
  import { validatePackage } from '@progress/kendo-licensing';
14
14
  import { packageMetadata } from './package-metadata';
15
15
  import { schema } from './config/schema';
@@ -656,7 +656,8 @@ export class EditorComponent {
656
656
  imageResizing(),
657
657
  ...tableResizing(),
658
658
  tableEditing(),
659
- caretColor()
659
+ caretColor(),
660
+ cspFix()
660
661
  ];
661
662
  if (this.placeholder) {
662
663
  defaultPlugins.push(placeholder(this.placeholder));
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-editor',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1695732278,
13
- version: '13.6.0-develop.4',
12
+ publishDate: 1695832071,
13
+ version: '13.6.0-develop.5',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -12,7 +12,7 @@ import * as i1$3 from '@progress/kendo-angular-toolbar';
12
12
  import { ToolBarToolComponent, ToolBarComponent, ToolBarModule } from '@progress/kendo-angular-toolbar';
13
13
  import * as i7 from '@progress/kendo-angular-common';
14
14
  import { isDocumentAvailable, guid, shouldShowValidationUI, hasObservers, KendoInput, Keys, WatermarkModule } from '@progress/kendo-angular-common';
15
- import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
15
+ import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, cspFix, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
16
16
  export { Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeType, Plugin, PluginKey, Schema, Transaction, baseKeymap, dropCursor, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
17
17
  import { validatePackage } from '@progress/kendo-licensing';
18
18
  import * as i1$1 from '@progress/kendo-angular-dialog';
@@ -41,8 +41,8 @@ const packageMetadata = {
41
41
  name: '@progress/kendo-angular-editor',
42
42
  productName: 'Kendo UI for Angular',
43
43
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
44
- publishDate: 1695732278,
45
- version: '13.6.0-develop.4',
44
+ publishDate: 1695832071,
45
+ version: '13.6.0-develop.5',
46
46
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
47
47
  };
48
48
 
@@ -3390,7 +3390,8 @@ class EditorComponent {
3390
3390
  imageResizing(),
3391
3391
  ...tableResizing(),
3392
3392
  tableEditing(),
3393
- caretColor()
3393
+ caretColor(),
3394
+ cspFix()
3394
3395
  ];
3395
3396
  if (this.placeholder) {
3396
3397
  defaultPlugins.push(placeholder(this.placeholder));
@@ -14,7 +14,7 @@ import * as i1$1 from '@progress/kendo-angular-dialog';
14
14
  import { DialogContentBase, DialogModule } from '@progress/kendo-angular-dialog';
15
15
  import * as i7 from '@progress/kendo-angular-common';
16
16
  import { isDocumentAvailable, guid, shouldShowValidationUI, hasObservers, KendoInput, Keys, WatermarkModule } from '@progress/kendo-angular-common';
17
- import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
17
+ import { marks as marks$1, nodes as nodes$1, Schema, createTable, insertNode, alignBlocks, alignRemoveRules, expandToWordWrap, toggleInlineFormat, bold, cleanFormatting, applyLink, applyInlineStyle, insertText, italic, strikethrough, subscript, superscript, underline, removeLink, link, selectAll, isAligned, alignCenterRules, alignJustifyRules, alignLeftRules, alignRightRules, formatBlockElements, getHtml, indent, insertImage, toggleOrderedList, toggleUnorderedList, outdent, redo, setHtml, undo, blockquote, addColumnBefore, addColumnAfter, addRowBefore, addRowAfter, deleteRow, deleteColumn, mergeCells, splitCell, deleteTable, hasMark, activeNode, canIndentAsListItem, canBeIndented, indentRules, hasNode, canOutdentAsListItem, outdentRules, isIndented, getActiveMarks, expandSelection, getSelectionText as getSelectionText$1, getNodeFromSelection, getMark, removeComments, sanitize, removeAttribute, sanitizeStyleAttr, sanitizeClassAttr, pasteCleanup, parseContent, AllSelection, TextSelection, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, cspFix, placeholder, EditorState, EditorView } from '@progress/kendo-editor-common';
18
18
  export { Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeType, Plugin, PluginKey, Schema, Transaction, baseKeymap, dropCursor, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
19
19
  import { validatePackage } from '@progress/kendo-licensing';
20
20
  import * as i3 from '@progress/kendo-angular-inputs';
@@ -41,8 +41,8 @@ const packageMetadata = {
41
41
  name: '@progress/kendo-angular-editor',
42
42
  productName: 'Kendo UI for Angular',
43
43
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
44
- publishDate: 1695732278,
45
- version: '13.6.0-develop.4',
44
+ publishDate: 1695832071,
45
+ version: '13.6.0-develop.5',
46
46
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
47
47
  };
48
48
 
@@ -3392,7 +3392,8 @@ class EditorComponent {
3392
3392
  imageResizing(),
3393
3393
  ...tableResizing(),
3394
3394
  tableEditing(),
3395
- caretColor()
3395
+ caretColor(),
3396
+ cspFix()
3396
3397
  ];
3397
3398
  if (this.placeholder) {
3398
3399
  defaultPlugins.push(placeholder(this.placeholder));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-editor",
3
- "version": "13.6.0-develop.4",
3
+ "version": "13.6.0-develop.5",
4
4
  "description": "Kendo UI Editor for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -22,23 +22,23 @@
22
22
  "@angular/platform-browser": "13 - 16",
23
23
  "@progress/kendo-drawing": "^1.17.2",
24
24
  "@progress/kendo-licensing": "^1.0.2",
25
- "@progress/kendo-angular-buttons": "13.6.0-develop.4",
26
- "@progress/kendo-angular-common": "13.6.0-develop.4",
27
- "@progress/kendo-angular-dialog": "13.6.0-develop.4",
28
- "@progress/kendo-angular-dropdowns": "13.6.0-develop.4",
29
- "@progress/kendo-angular-inputs": "13.6.0-develop.4",
30
- "@progress/kendo-angular-intl": "13.6.0-develop.4",
31
- "@progress/kendo-angular-l10n": "13.6.0-develop.4",
32
- "@progress/kendo-angular-label": "13.6.0-develop.4",
33
- "@progress/kendo-angular-layout": "13.6.0-develop.4",
34
- "@progress/kendo-angular-icons": "13.6.0-develop.4",
35
- "@progress/kendo-angular-popup": "13.6.0-develop.4",
36
- "@progress/kendo-angular-toolbar": "13.6.0-develop.4",
25
+ "@progress/kendo-angular-buttons": "13.6.0-develop.5",
26
+ "@progress/kendo-angular-common": "13.6.0-develop.5",
27
+ "@progress/kendo-angular-dialog": "13.6.0-develop.5",
28
+ "@progress/kendo-angular-dropdowns": "13.6.0-develop.5",
29
+ "@progress/kendo-angular-inputs": "13.6.0-develop.5",
30
+ "@progress/kendo-angular-intl": "13.6.0-develop.5",
31
+ "@progress/kendo-angular-l10n": "13.6.0-develop.5",
32
+ "@progress/kendo-angular-label": "13.6.0-develop.5",
33
+ "@progress/kendo-angular-layout": "13.6.0-develop.5",
34
+ "@progress/kendo-angular-icons": "13.6.0-develop.5",
35
+ "@progress/kendo-angular-popup": "13.6.0-develop.5",
36
+ "@progress/kendo-angular-toolbar": "13.6.0-develop.5",
37
37
  "rxjs": "^6.5.3 || ^7.0.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "tslib": "^2.3.1",
41
- "@progress/kendo-angular-schematics": "13.6.0-develop.4",
41
+ "@progress/kendo-angular-schematics": "13.6.0-develop.5",
42
42
  "@progress/kendo-editor-common": "1.10.0"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
@@ -4,11 +4,11 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
6
6
  // peer dependency of kendo-angular-dropdowns
7
- '@progress/kendo-angular-treeview': '13.6.0-develop.4',
7
+ '@progress/kendo-angular-treeview': '13.6.0-develop.5',
8
8
  // peer dependency of kendo-angular-layout
9
- '@progress/kendo-angular-progressbar': '13.6.0-develop.4',
9
+ '@progress/kendo-angular-progressbar': '13.6.0-develop.5',
10
10
  // peer dependency of kendo-angular-inputs
11
- '@progress/kendo-angular-dialog': '13.6.0-develop.4',
11
+ '@progress/kendo-angular-dialog': '13.6.0-develop.5',
12
12
  // Peer dependency of icons
13
13
  '@progress/kendo-svg-icons': '^1.0.0'
14
14
  } });