@progress/kendo-angular-editor 18.0.0-develop.1 → 18.0.0-develop.11
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/config/utils.mjs
CHANGED
|
@@ -19,7 +19,7 @@ export const hasAttrs = (attrs, exclude) => {
|
|
|
19
19
|
export const getAttrs = (attrs, exclude) => {
|
|
20
20
|
const result = {};
|
|
21
21
|
for (const attr in attrs) {
|
|
22
|
-
if (attr && attrs[attr] !== null && attr !== exclude) {
|
|
22
|
+
if (attr && attrs[attr] !== null && attr !== exclude && attr !== 'constructor' && attr !== '__proto__' && attr !== 'prototype') {
|
|
23
23
|
result[attr] = attrs[attr];
|
|
24
24
|
}
|
|
25
25
|
}
|
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:
|
|
13
|
-
version: '18.0.0-develop.
|
|
12
|
+
publishDate: 1736860493,
|
|
13
|
+
version: '18.0.0-develop.11',
|
|
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:
|
|
39
|
-
version: '18.0.0-develop.
|
|
38
|
+
publishDate: 1736860493,
|
|
39
|
+
version: '18.0.0-develop.11',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -57,7 +57,7 @@ const hasAttrs = (attrs, exclude) => {
|
|
|
57
57
|
const getAttrs = (attrs, exclude) => {
|
|
58
58
|
const result = {};
|
|
59
59
|
for (const attr in attrs) {
|
|
60
|
-
if (attr && attrs[attr] !== null && attr !== exclude) {
|
|
60
|
+
if (attr && attrs[attr] !== null && attr !== exclude && attr !== 'constructor' && attr !== '__proto__' && attr !== 'prototype') {
|
|
61
61
|
result[attr] = attrs[attr];
|
|
62
62
|
}
|
|
63
63
|
}
|
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
|
+
"version": "18.0.0-develop.11",
|
|
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.
|
|
27
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-dialog": "18.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "18.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-inputs": "18.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-intl": "18.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-label": "18.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-layout": "18.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "18.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-toolbar": "18.0.0-develop.
|
|
26
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.11",
|
|
27
|
+
"@progress/kendo-angular-common": "18.0.0-develop.11",
|
|
28
|
+
"@progress/kendo-angular-dialog": "18.0.0-develop.11",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "18.0.0-develop.11",
|
|
30
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.11",
|
|
31
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.11",
|
|
32
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.11",
|
|
33
|
+
"@progress/kendo-angular-label": "18.0.0-develop.11",
|
|
34
|
+
"@progress/kendo-angular-layout": "18.0.0-develop.11",
|
|
35
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.11",
|
|
36
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.11",
|
|
37
|
+
"@progress/kendo-angular-toolbar": "18.0.0-develop.11",
|
|
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.
|
|
43
|
-
"@progress/kendo-editor-common": "1.
|
|
42
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.11",
|
|
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.
|
|
8
|
-
'@progress/kendo-angular-treeview': '18.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-navigation': '18.0.0-develop.11',
|
|
8
|
+
'@progress/kendo-angular-treeview': '18.0.0-develop.11',
|
|
9
9
|
// peer dependency of kendo-angular-layout
|
|
10
|
-
'@progress/kendo-angular-progressbar': '18.0.0-develop.
|
|
10
|
+
'@progress/kendo-angular-progressbar': '18.0.0-develop.11',
|
|
11
11
|
// peer dependency of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-dialog': '18.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-dialog': '18.0.0-develop.11',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
15
15
|
} });
|