@lexical/table
Advanced tools
Comparing version 0.3.11 to 0.4.0
@@ -0,1 +1,2 @@ | ||
/** @module @lexical/table */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. |
@@ -25,3 +25,8 @@ /** | ||
}; | ||
/** @noInheritDoc */ | ||
class TableCellNode extends lexical.GridCellNode { | ||
/** @internal */ | ||
/** @internal */ | ||
static getType() { | ||
@@ -197,3 +202,6 @@ return 'tablecell'; | ||
*/ | ||
/** @noInheritDoc */ | ||
class TableRowNode extends lexical.GridRowNode { | ||
/** @internal */ | ||
static getType() { | ||
@@ -1388,3 +1396,6 @@ return 'tablerow'; | ||
*/ | ||
/** @noInheritDoc */ | ||
class TableNode extends lexical.GridNode { | ||
/** @internal */ | ||
static getType() { | ||
@@ -1782,9 +1793,3 @@ return 'table'; | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
/** @module @lexical/table */ | ||
const INSERT_TABLE_COMMAND = lexical.createCommand(); | ||
@@ -1791,0 +1796,0 @@ |
@@ -22,4 +22,7 @@ /** | ||
}, SerializedGridCellNode>; | ||
/** @noInheritDoc */ | ||
export declare class TableCellNode extends GridCellNode { | ||
/** @internal */ | ||
__headerState: TableCellHeaderState; | ||
/** @internal */ | ||
__width?: number; | ||
@@ -26,0 +29,0 @@ static getType(): 'tablecell'; |
@@ -16,3 +16,5 @@ /** | ||
}, SerializedElementNode>; | ||
/** @noInheritDoc */ | ||
export declare class TableNode extends GridNode { | ||
/** @internal */ | ||
__grid?: Grid; | ||
@@ -19,0 +21,0 @@ static getType(): 'table'; |
@@ -15,3 +15,5 @@ /** | ||
}, SerializedElementNode>; | ||
/** @noInheritDoc */ | ||
export declare class TableRowNode extends GridRowNode { | ||
/** @internal */ | ||
__height?: number; | ||
@@ -18,0 +20,0 @@ static getType(): 'tablerow'; |
@@ -11,9 +11,9 @@ { | ||
"license": "MIT", | ||
"version": "0.3.11", | ||
"version": "0.4.0", | ||
"main": "LexicalTable.js", | ||
"peerDependencies": { | ||
"lexical": "0.3.11" | ||
"lexical": "0.4.0" | ||
}, | ||
"dependencies": { | ||
"@lexical/utils": "0.3.11" | ||
"@lexical/utils": "0.4.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
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
100792
1901
+ Added@lexical/list@0.4.0(transitive)
+ Added@lexical/utils@0.4.0(transitive)
+ Addedlexical@0.4.0(transitive)
- Removed@lexical/list@0.3.11(transitive)
- Removed@lexical/utils@0.3.11(transitive)
- Removedlexical@0.3.11(transitive)
Updated@lexical/utils@0.4.0