@progress/kendo-react-editor 5.11.0-dev.202301271039 → 5.11.0-dev.202301311203
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/README.md +1 -1
- package/dist/cdn/js/kendo-react-editor.js +1 -1
- package/dist/es/main.d.ts +9 -7
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/main.d.ts +9 -7
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-editor.js +1 -1
- package/package.json +13 -13
package/dist/es/main.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { EditorTools } from './tools/main';
|
|
|
4
4
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
5
5
|
import { EditorUtils } from './utils';
|
|
6
6
|
import { EditorDialogs } from './dialogs/main';
|
|
7
|
-
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, MarkSpec, Schema, NodeType, NodeSpec, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undoDepth, redoDepth, InputRule, inputRules, 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, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader,
|
|
7
|
+
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, MarkSpec, Schema, NodeType, NodeSpec, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undoDepth, redoDepth, InputRule, inputRules, 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, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
|
|
8
8
|
export { Shortcuts } from './config/shortcuts';
|
|
9
9
|
export { PasteCleanupSettings } from './config/pasteSettings';
|
|
10
10
|
/**
|
|
@@ -128,7 +128,9 @@ export declare const ProseMirror: {
|
|
|
128
128
|
gapCursor: typeof gapCursor;
|
|
129
129
|
tableEditing: typeof tableEditing;
|
|
130
130
|
fixTables: typeof fixTables;
|
|
131
|
-
fixTablesKey: PluginKey<
|
|
131
|
+
fixTablesKey: PluginKey<{
|
|
132
|
+
fixTables: boolean;
|
|
133
|
+
}>;
|
|
132
134
|
cellAround: typeof cellAround;
|
|
133
135
|
isInTable: typeof isInTable;
|
|
134
136
|
selectionCell: typeof selectionCell;
|
|
@@ -144,9 +146,9 @@ export declare const ProseMirror: {
|
|
|
144
146
|
tableNodeTypes: typeof tableNodeTypes;
|
|
145
147
|
CellSelection: typeof CellSelection;
|
|
146
148
|
TableMap: typeof TableMap;
|
|
147
|
-
tableEditingKey: PluginKey<
|
|
149
|
+
tableEditingKey: PluginKey<number>;
|
|
148
150
|
columnResizing: typeof columnResizing;
|
|
149
|
-
columnResizingPluginKey: PluginKey<
|
|
151
|
+
columnResizingPluginKey: PluginKey<import("prosemirror-tables").ResizeState>;
|
|
150
152
|
updateColumnsOnResize: typeof updateColumnsOnResize;
|
|
151
153
|
selectedRect: typeof selectedRect;
|
|
152
154
|
addColumn: typeof addColumn;
|
|
@@ -163,9 +165,9 @@ export declare const ProseMirror: {
|
|
|
163
165
|
splitCellWithType: typeof splitCellWithType;
|
|
164
166
|
setCellAttr: typeof setCellAttr;
|
|
165
167
|
toggleHeader: typeof toggleHeader;
|
|
166
|
-
toggleHeaderRow:
|
|
167
|
-
toggleHeaderColumn:
|
|
168
|
-
toggleHeaderCell:
|
|
168
|
+
toggleHeaderRow: import("prosemirror-state").Command;
|
|
169
|
+
toggleHeaderColumn: import("prosemirror-state").Command;
|
|
170
|
+
toggleHeaderCell: import("prosemirror-state").Command;
|
|
169
171
|
goToNextCell: typeof goToNextCell;
|
|
170
172
|
deleteTable: typeof deleteTable;
|
|
171
173
|
};
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-editor',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1675165636,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/npm/main.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { EditorTools } from './tools/main';
|
|
|
4
4
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
5
5
|
import { EditorUtils } from './utils';
|
|
6
6
|
import { EditorDialogs } from './dialogs/main';
|
|
7
|
-
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, MarkSpec, Schema, NodeType, NodeSpec, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undoDepth, redoDepth, InputRule, inputRules, 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, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader,
|
|
7
|
+
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, MarkSpec, Schema, NodeType, NodeSpec, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undoDepth, redoDepth, InputRule, inputRules, 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, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
|
|
8
8
|
export { Shortcuts } from './config/shortcuts';
|
|
9
9
|
export { PasteCleanupSettings } from './config/pasteSettings';
|
|
10
10
|
/**
|
|
@@ -128,7 +128,9 @@ export declare const ProseMirror: {
|
|
|
128
128
|
gapCursor: typeof gapCursor;
|
|
129
129
|
tableEditing: typeof tableEditing;
|
|
130
130
|
fixTables: typeof fixTables;
|
|
131
|
-
fixTablesKey: PluginKey<
|
|
131
|
+
fixTablesKey: PluginKey<{
|
|
132
|
+
fixTables: boolean;
|
|
133
|
+
}>;
|
|
132
134
|
cellAround: typeof cellAround;
|
|
133
135
|
isInTable: typeof isInTable;
|
|
134
136
|
selectionCell: typeof selectionCell;
|
|
@@ -144,9 +146,9 @@ export declare const ProseMirror: {
|
|
|
144
146
|
tableNodeTypes: typeof tableNodeTypes;
|
|
145
147
|
CellSelection: typeof CellSelection;
|
|
146
148
|
TableMap: typeof TableMap;
|
|
147
|
-
tableEditingKey: PluginKey<
|
|
149
|
+
tableEditingKey: PluginKey<number>;
|
|
148
150
|
columnResizing: typeof columnResizing;
|
|
149
|
-
columnResizingPluginKey: PluginKey<
|
|
151
|
+
columnResizingPluginKey: PluginKey<import("prosemirror-tables").ResizeState>;
|
|
150
152
|
updateColumnsOnResize: typeof updateColumnsOnResize;
|
|
151
153
|
selectedRect: typeof selectedRect;
|
|
152
154
|
addColumn: typeof addColumn;
|
|
@@ -163,9 +165,9 @@ export declare const ProseMirror: {
|
|
|
163
165
|
splitCellWithType: typeof splitCellWithType;
|
|
164
166
|
setCellAttr: typeof setCellAttr;
|
|
165
167
|
toggleHeader: typeof toggleHeader;
|
|
166
|
-
toggleHeaderRow:
|
|
167
|
-
toggleHeaderColumn:
|
|
168
|
-
toggleHeaderCell:
|
|
168
|
+
toggleHeaderRow: import("prosemirror-state").Command;
|
|
169
|
+
toggleHeaderColumn: import("prosemirror-state").Command;
|
|
170
|
+
toggleHeaderCell: import("prosemirror-state").Command;
|
|
169
171
|
goToNextCell: typeof goToNextCell;
|
|
170
172
|
deleteTable: typeof deleteTable;
|
|
171
173
|
};
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-editor',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1675165636,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
14
14
|
};
|