You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@meogic/lexical-table

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meogic/lexical-table - npm Package Compare versions

Comparing version

to
0.11.1-mod3

2

index.d.ts

@@ -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