@progress/kendo-angular-editor 18.0.0-develop.3 → 18.0.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.
package/esm2022/index.mjs CHANGED
@@ -6,7 +6,7 @@ export { EditorComponent } from './editor.component';
6
6
  export { EditorModule } from './editor.module';
7
7
  export { schema } from './config/schema';
8
8
  export { Schema } from '@progress/kendo-editor-common';
9
- export { EditorState, Plugin, PluginKey, Transaction, EditorView, Decoration, DecorationSet, NodeType, Node, MarkType, Mark, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, baseKeymap, history, dropCursor, gapCursor, tableNodes, TextSelection, NodeSelection, CellSelection, AllSelection } from '@progress/kendo-editor-common';
9
+ export { EditorState, Plugin, PluginKey, Transaction, EditorView, Decoration, DecorationSet, NodeType, Node, MarkType, Mark, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, baseKeymap, history, dropCursor, gapCursor, tableNodes, TextSelection, NodeSelection, CellSelection, AllSelection, flattenNestedSpans } from '@progress/kendo-editor-common';
10
10
  export { getSelectionText } from './util';
11
11
  export { EditorPasteEvent } from './preventable-events/paste-event';
12
12
  // addresses build errors due to "error NG3001: Unsupported private class"
@@ -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: 1736260961,
13
- version: '18.0.0-develop.3',
12
+ publishDate: 1736358136,
13
+ version: '18.0.0-develop.5',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -15,7 +15,7 @@ import * as i1$1 from '@progress/kendo-angular-dialog';
15
15
  import { DialogContentBase, DialogTitleBarComponent, DialogActionsComponent, DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
16
16
  import { isDocumentAvailable, guid, shouldShowValidationUI, hasObservers, KendoInput, WatermarkOverlayComponent, isPresent as isPresent$1, Keys, ResizeBatchService } from '@progress/kendo-angular-common';
17
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, TextSelection, parseContent, Plugin, PluginKey, history, keymap, buildListKeymap, buildKeymap, baseKeymap, gapCursor, imageResizing, tableResizing, tableEditing, caretColor, cspFix, placeholder, EditorState, EditorView, pasteCleanup, AllSelection } from '@progress/kendo-editor-common';
18
- export { AllSelection, CellSelection, Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeSelection, NodeType, Plugin, PluginKey, Schema, TextSelection, Transaction, baseKeymap, dropCursor, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
18
+ export { AllSelection, CellSelection, Decoration, DecorationSet, EditorState, EditorView, InputRule, Mark, MarkType, Node, NodeSelection, NodeType, Plugin, PluginKey, Schema, TextSelection, Transaction, baseKeymap, dropCursor, flattenNestedSpans, gapCursor, history, inputRules, keymap, tableNodes, textblockTypeInputRule, wrappingInputRule } from '@progress/kendo-editor-common';
19
19
  import { validatePackage } from '@progress/kendo-licensing';
20
20
  import * as i1 from '@progress/kendo-angular-l10n';
21
21
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
@@ -35,8 +35,8 @@ const packageMetadata = {
35
35
  name: '@progress/kendo-angular-editor',
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
38
- publishDate: 1736260961,
39
- version: '18.0.0-develop.3',
38
+ publishDate: 1736358136,
39
+ version: '18.0.0-develop.5',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
41
  };
42
42
 
package/index.d.ts CHANGED
@@ -6,7 +6,7 @@ export { EditorComponent } from './editor.component';
6
6
  export { EditorModule } from './editor.module';
7
7
  export { schema } from './config/schema';
8
8
  export { Schema } from '@progress/kendo-editor-common';
9
- export { EditorState, Plugin, PluginKey, Transaction, EditorView, Decoration, DecorationSet, NodeType, Node, MarkType, Mark, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, baseKeymap, history, dropCursor, gapCursor, tableNodes, NodeSpec, MarkSpec, TextSelection, NodeSelection, CellSelection, AllSelection } from '@progress/kendo-editor-common';
9
+ export { EditorState, Plugin, PluginKey, Transaction, EditorView, Decoration, DecorationSet, NodeType, Node, MarkType, Mark, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, baseKeymap, history, dropCursor, gapCursor, tableNodes, NodeSpec, MarkSpec, TextSelection, NodeSelection, CellSelection, AllSelection, flattenNestedSpans } from '@progress/kendo-editor-common';
10
10
  export { getSelectionText } from './util';
11
11
  export { PluginsFn } from './common/plugins-function';
12
12
  export { ApplyToWordOptions } from './common/apply-to-word-options';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-editor",
3
- "version": "18.0.0-develop.3",
3
+ "version": "18.0.0-develop.5",
4
4
  "description": "Kendo UI Editor for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,24 +23,24 @@
23
23
  "@angular/platform-browser": "16 - 19",
24
24
  "@progress/kendo-drawing": "^1.21.0",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-buttons": "18.0.0-develop.3",
27
- "@progress/kendo-angular-common": "18.0.0-develop.3",
28
- "@progress/kendo-angular-dialog": "18.0.0-develop.3",
29
- "@progress/kendo-angular-dropdowns": "18.0.0-develop.3",
30
- "@progress/kendo-angular-inputs": "18.0.0-develop.3",
31
- "@progress/kendo-angular-intl": "18.0.0-develop.3",
32
- "@progress/kendo-angular-l10n": "18.0.0-develop.3",
33
- "@progress/kendo-angular-label": "18.0.0-develop.3",
34
- "@progress/kendo-angular-layout": "18.0.0-develop.3",
35
- "@progress/kendo-angular-icons": "18.0.0-develop.3",
36
- "@progress/kendo-angular-popup": "18.0.0-develop.3",
37
- "@progress/kendo-angular-toolbar": "18.0.0-develop.3",
26
+ "@progress/kendo-angular-buttons": "18.0.0-develop.5",
27
+ "@progress/kendo-angular-common": "18.0.0-develop.5",
28
+ "@progress/kendo-angular-dialog": "18.0.0-develop.5",
29
+ "@progress/kendo-angular-dropdowns": "18.0.0-develop.5",
30
+ "@progress/kendo-angular-inputs": "18.0.0-develop.5",
31
+ "@progress/kendo-angular-intl": "18.0.0-develop.5",
32
+ "@progress/kendo-angular-l10n": "18.0.0-develop.5",
33
+ "@progress/kendo-angular-label": "18.0.0-develop.5",
34
+ "@progress/kendo-angular-layout": "18.0.0-develop.5",
35
+ "@progress/kendo-angular-icons": "18.0.0-develop.5",
36
+ "@progress/kendo-angular-popup": "18.0.0-develop.5",
37
+ "@progress/kendo-angular-toolbar": "18.0.0-develop.5",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "18.0.0-develop.3",
43
- "@progress/kendo-editor-common": "1.11.9"
42
+ "@progress/kendo-angular-schematics": "18.0.0-develop.5",
43
+ "@progress/kendo-editor-common": "1.12.0"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",
46
46
  "module": "fesm2022/progress-kendo-angular-editor.mjs",
@@ -4,12 +4,12 @@ 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 dependencies of kendo-angular-dropdowns
7
- '@progress/kendo-angular-navigation': '18.0.0-develop.3',
8
- '@progress/kendo-angular-treeview': '18.0.0-develop.3',
7
+ '@progress/kendo-angular-navigation': '18.0.0-develop.5',
8
+ '@progress/kendo-angular-treeview': '18.0.0-develop.5',
9
9
  // peer dependency of kendo-angular-layout
10
- '@progress/kendo-angular-progressbar': '18.0.0-develop.3',
10
+ '@progress/kendo-angular-progressbar': '18.0.0-develop.5',
11
11
  // peer dependency of kendo-angular-inputs
12
- '@progress/kendo-angular-dialog': '18.0.0-develop.3',
12
+ '@progress/kendo-angular-dialog': '18.0.0-develop.5',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });