@meogic/lexical-table
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ /** @module @meogic/lexical-table */ | ||
*/ | ||
import type { LexicalCommand } from 'lexical'; | ||
import type { LexicalCommand } from '@meogic/lexical'; | ||
export type { SerializedTableCellNode } from './LexicalTableCellNode'; | ||
@@ -12,0 +12,0 @@ export { $createTableCellNode, $isTableCellNode, TableCellHeaderStates, TableCellNode, } from './LexicalTableCellNode'; |
@@ -8,4 +8,4 @@ /** | ||
*/ | ||
import type { DOMConversionMap, DOMConversionOutput, DOMExportOutput, EditorConfig, LexicalEditor, LexicalNode, NodeKey, SerializedGridCellNode, Spread } from 'lexical'; | ||
import { DEPRECATED_GridCellNode } from 'lexical'; | ||
import type { DOMConversionMap, DOMConversionOutput, DOMExportOutput, EditorConfig, LexicalEditor, LexicalNode, NodeKey, SerializedGridCellNode, Spread } from '@meogic/lexical'; | ||
import { DEPRECATED_GridCellNode } from '@meogic/lexical'; | ||
export declare const TableCellHeaderStates: { | ||
@@ -12,0 +12,0 @@ BOTH: number; |
@@ -10,4 +10,4 @@ /** | ||
import type { Cell, Grid } from './LexicalTableSelection'; | ||
import type { DOMConversionMap, DOMConversionOutput, DOMExportOutput, EditorConfig, LexicalEditor, LexicalNode, NodeKey, SerializedElementNode } from 'lexical'; | ||
import { DEPRECATED_GridNode } from 'lexical'; | ||
import type { DOMConversionMap, DOMConversionOutput, DOMExportOutput, EditorConfig, LexicalEditor, LexicalNode, NodeKey, SerializedElementNode } from '@meogic/lexical'; | ||
import { DEPRECATED_GridNode } from '@meogic/lexical'; | ||
export type SerializedTableNode = SerializedElementNode; | ||
@@ -14,0 +14,0 @@ /** @noInheritDoc */ |
@@ -8,4 +8,4 @@ /** | ||
*/ | ||
import type { Spread } from 'lexical'; | ||
import { DEPRECATED_GridRowNode, DOMConversionMap, DOMConversionOutput, EditorConfig, LexicalNode, NodeKey, SerializedElementNode } from 'lexical'; | ||
import type { Spread } from '@meogic/lexical'; | ||
import { DEPRECATED_GridRowNode, DOMConversionMap, DOMConversionOutput, EditorConfig, LexicalNode, NodeKey, SerializedElementNode } from '@meogic/lexical'; | ||
export type SerializedTableRowNode = Spread<{ | ||
@@ -12,0 +12,0 @@ height: number; |
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
import type { GridSelection, LexicalEditor, NodeKey, TextFormatType } from 'lexical'; | ||
import type { GridSelection, LexicalEditor, NodeKey, TextFormatType } from '@meogic/lexical'; | ||
export declare const BACKGROUND_COLOR = "background-color"; | ||
@@ -11,0 +11,0 @@ export declare const BACKGROUND_IMAGE = "background-image"; |
@@ -10,3 +10,3 @@ /** | ||
import type { Cell, Grid } from './LexicalTableSelection'; | ||
import type { GridSelection, LexicalEditor, LexicalNode, RangeSelection } from 'lexical'; | ||
import type { GridSelection, LexicalEditor, LexicalNode, RangeSelection } from '@meogic/lexical'; | ||
import { TableSelection } from './LexicalTableSelection'; | ||
@@ -13,0 +13,0 @@ declare const LEXICAL_ELEMENT_KEY = "__lexicalTableSelection"; |
@@ -9,3 +9,3 @@ /** | ||
import type { Grid } from './LexicalTableSelection'; | ||
import { LexicalNode } from 'lexical'; | ||
import { LexicalNode } from '@meogic/lexical'; | ||
import { InsertTableCommandPayloadHeaders } from '.'; | ||
@@ -12,0 +12,0 @@ import { TableCellNode } from './LexicalTableCellNode'; |
@@ -11,9 +11,9 @@ { | ||
"license": "MIT", | ||
"version": "0.11.1-mod2", | ||
"version": "0.11.1-mod3", | ||
"main": "LexicalTable.js", | ||
"peerDependencies": { | ||
"@meogic/lexical": "0.11.1-mod2" | ||
"@meogic/lexical": "0.11.1-mod3" | ||
}, | ||
"dependencies": { | ||
"@meogic/lexical-utils": "0.11.1-mod2" | ||
"@meogic/lexical-utils": "0.11.1-mod3" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
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 too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
807086
538.49%17562
629.02%3
200%1
Infinity%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed