@udecode/plate-table
Advanced tools
Comparing version 35.1.0 to 35.2.0
@@ -48,2 +48,4 @@ import * as _udecode_plate_common_server from '@udecode/plate-common/server'; | ||
enableUnsetSingleColSize?: boolean; | ||
/** @default cell.children */ | ||
getCellChildren?: <T = TDescendant>(cell: TTableCellElement) => T[]; | ||
/** | ||
@@ -128,3 +130,3 @@ * If defined, a normalizer will set each undefined table `colSizes` to this | ||
/** If selection is in a table, get subtable above. */ | ||
declare const withGetFragmentTable: <V extends Value$1 = Value$1, E extends PlateEditor$1<V> = PlateEditor$1<V>>(editor: E) => E; | ||
declare const withGetFragmentTable: <V extends Value$1 = Value$1, E extends PlateEditor$1<V> = PlateEditor$1<V>>(editor: E, { options }: WithPlatePlugin<TablePlugin<V>, V, E>) => E; | ||
@@ -131,0 +133,0 @@ /** |
{ | ||
"name": "@udecode/plate-table", | ||
"version": "35.1.0", | ||
"version": "35.2.0", | ||
"description": "Table plugin for Plate", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 not supported yet
731938
7507