@tiptap/extension-table
Advanced tools
Comparing version 2.5.0-beta.2 to 2.5.0-beta.3
@@ -0,0 +0,0 @@ import { findParentNodeClosestToPos, Node, mergeAttributes, callOrReturn, getExtensionField } from '@tiptap/core'; |
@@ -353,3 +353,3 @@ (function (global, factory) { | ||
exports.createTable = createTable; | ||
exports["default"] = Table; | ||
exports.default = Table; | ||
@@ -356,0 +356,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
@@ -0,0 +0,0 @@ import { Table } from './table.js'; |
@@ -0,0 +0,0 @@ import { Node, ParentConfig } from '@tiptap/core'; |
@@ -0,0 +0,0 @@ import { Node as ProseMirrorNode } from '@tiptap/pm/model'; |
import { Fragment, Node as ProsemirrorNode, NodeType } from '@tiptap/pm/model'; | ||
export declare function createCell(cellType: NodeType, cellContent?: Fragment | ProsemirrorNode | Array<ProsemirrorNode>): ProsemirrorNode | null | undefined; |
@@ -0,0 +0,0 @@ import { Node as ProseMirrorNode } from '@tiptap/pm/model'; |
import { Fragment, Node as ProsemirrorNode, Schema } from '@tiptap/pm/model'; | ||
export declare function createTable(schema: Schema, rowsCount: number, colsCount: number, withHeaderRow: boolean, cellContent?: Fragment | ProsemirrorNode | Array<ProsemirrorNode>): ProsemirrorNode; |
import { KeyboardShortcutCommand } from '@tiptap/core'; | ||
export declare const deleteTableWhenAllCellsSelected: KeyboardShortcutCommand; |
@@ -0,0 +0,0 @@ import { NodeType, Schema } from '@tiptap/pm/model'; |
import { CellSelection } from '@tiptap/pm/tables'; | ||
export declare function isCellSelection(value: unknown): value is CellSelection; |
{ | ||
"name": "@tiptap/extension-table", | ||
"description": "table extension for tiptap", | ||
"version": "2.5.0-beta.2", | ||
"version": "2.5.0-beta.3", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.0-beta.2", | ||
"@tiptap/pm": "^2.5.0-beta.2" | ||
"@tiptap/core": "^2.5.0-beta.3", | ||
"@tiptap/pm": "^2.5.0-beta.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
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
Sorry, the diff of this file is not supported yet
307008
187
5626