prosemirror-tables
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -152,2 +152,6 @@ import { PluginKey, EditorState, Transaction, Selection, Plugin, Command } from 'prosemirror-state'; | ||
*/ | ||
declare function cellNear($pos: ResolvedPos): ResolvedPos | undefined; | ||
/** | ||
* @public | ||
*/ | ||
declare function pointsAtCell($pos: ResolvedPos): boolean; | ||
@@ -428,2 +432,8 @@ /** | ||
declare function deleteTable(state: EditorState, dispatch?: (tr: Transaction) => void): boolean; | ||
/** | ||
* Deletes the content of the selected cells, if they are not empty. | ||
* | ||
* @public | ||
*/ | ||
declare function deleteCellSelection(state: EditorState, dispatch?: (tr: Transaction) => void): boolean; | ||
@@ -572,2 +582,2 @@ /** | ||
export { type CellAttributes, CellBookmark, CellSelection, type CellSelectionJSON, type ColWidths, type ColumnResizingOptions, type Direction, type Dragging, type GetCellTypeOptions, type MutableAttrs, type Problem, type Rect, ResizeState, type TableEditingOptions, TableMap, type TableNodes, type TableNodesOptions, type TableRect, type TableRole, TableView, type ToggleHeaderType, type Area as __Area, clipCells as __clipCells, insertCells as __insertCells, pastedCells as __pastedCells, addColSpan, addColumn, addColumnAfter, addColumnBefore, addRow, addRowAfter, addRowBefore, cellAround, colCount, columnIsHeader, columnResizing, columnResizingPluginKey, deleteColumn, deleteRow, deleteTable, findCell, fixTables, fixTablesKey, type getFromDOM, goToNextCell, handlePaste, inSameTable, isInTable, mergeCells, moveCellForward, nextCell, pointsAtCell, removeColSpan, removeColumn, removeRow, rowIsHeader, selectedRect, selectionCell, setCellAttr, type setDOMAttr, splitCell, splitCellWithType, tableEditing, tableEditingKey, tableNodeTypes, tableNodes, toggleHeader, toggleHeaderCell, toggleHeaderColumn, toggleHeaderRow, updateColumnsOnResize }; | ||
export { type CellAttributes, CellBookmark, CellSelection, type CellSelectionJSON, type ColWidths, type ColumnResizingOptions, type Direction, type Dragging, type GetCellTypeOptions, type MutableAttrs, type Problem, type Rect, ResizeState, type TableEditingOptions, TableMap, type TableNodes, type TableNodesOptions, type TableRect, type TableRole, TableView, type ToggleHeaderType, type Area as __Area, clipCells as __clipCells, insertCells as __insertCells, pastedCells as __pastedCells, addColSpan, addColumn, addColumnAfter, addColumnBefore, addRow, addRowAfter, addRowBefore, cellAround, cellNear, colCount, columnIsHeader, columnResizing, columnResizingPluginKey, deleteCellSelection, deleteColumn, deleteRow, deleteTable, findCell, fixTables, fixTablesKey, type getFromDOM, goToNextCell, handlePaste, inSameTable, isInTable, mergeCells, moveCellForward, nextCell, pointsAtCell, removeColSpan, removeColumn, removeRow, rowIsHeader, selectedRect, selectionCell, setCellAttr, type setDOMAttr, splitCell, splitCellWithType, tableEditing, tableEditingKey, tableNodeTypes, tableNodes, toggleHeader, toggleHeaderCell, toggleHeaderColumn, toggleHeaderRow, updateColumnsOnResize }; |
{ | ||
"name": "prosemirror-tables", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208362
5532