@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/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, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
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<any>;
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<any>;
149
+ tableEditingKey: PluginKey<number>;
148
150
  columnResizing: typeof columnResizing;
149
- columnResizingPluginKey: PluginKey<any>;
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: typeof toggleHeaderRow;
167
- toggleHeaderColumn: typeof toggleHeaderColumn;
168
- toggleHeaderCell: typeof 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: 1674814991,
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
  };
@@ -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, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
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<any>;
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<any>;
149
+ tableEditingKey: PluginKey<number>;
148
150
  columnResizing: typeof columnResizing;
149
- columnResizingPluginKey: PluginKey<any>;
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: typeof toggleHeaderRow;
167
- toggleHeaderColumn: typeof toggleHeaderColumn;
168
- toggleHeaderCell: typeof 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: 1674814991,
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
  };