prosemirror-tables
Advanced tools
Comparing version 1.4.0 to 1.4.2
@@ -570,2 +570,2 @@ import { PluginKey, EditorState, Transaction, Selection, Plugin, Command } from 'prosemirror-state'; | ||
export { CellAttributes, CellBookmark, CellSelection, CellSelectionJSON, ColWidths, ColumnResizingOptions, Direction, Dragging, GetCellTypeOptions, MutableAttrs, Problem, Rect, ResizeState, TableEditingOptions, TableMap, TableNodes, TableNodesOptions, TableRect, TableRole, TableView, ToggleHeaderType, 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, getFromDOM, goToNextCell, handlePaste, inSameTable, isInTable, mergeCells, moveCellForward, nextCell, pointsAtCell, removeColSpan, removeColumn, removeRow, rowIsHeader, selectedRect, selectionCell, setCellAttr, 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, 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 }; |
{ | ||
"name": "prosemirror-tables", | ||
"version": "1.4.0", | ||
"version": "1.4.2", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -47,3 +47,3 @@ "type": "module", | ||
"builddocs": "^1.0.7", | ||
"eslint": "^8.42.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-jest": "^26.9.0", | ||
@@ -55,2 +55,3 @@ "happy-dom": "^11.0.2", | ||
"prosemirror-example-setup": "^1.2.2", | ||
"prosemirror-gapcursor": "^1.3.2", | ||
"prosemirror-menu": "^1.2.2", | ||
@@ -61,4 +62,4 @@ "prosemirror-schema-basic": "^1.2.2", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.4" | ||
"vite": "^5.4.2", | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -74,4 +75,5 @@ "scripts": { | ||
"format": "prettier --write .", | ||
"lint": "eslint ./src/ ./test/ && prettier --check ." | ||
"lint": "eslint ./src/ ./test/ && prettier --check .", | ||
"fix": "eslint --fix ./src/ ./test/ && prettier --write ." | ||
} | ||
} | ||
} |
@@ -10,3 +10,3 @@ # ProseMirror table module | ||
The top-level directory contains a `demo.js` and `index.html`, which | ||
can be built with `yarn build_demo` to show a simple demo of how the | ||
can be built with `pnpm run build_demo` to show a simple demo of how the | ||
module can be used. | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
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
207576
5513
18