@lexical/table 0.46.0 → 0.46.1-nightly.20260630.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/LexicalTable.dev.js
CHANGED
|
@@ -1661,7 +1661,7 @@ class TableSelection {
|
|
|
1661
1661
|
* This will be true if any paragraph in table cells has the specified format.
|
|
1662
1662
|
*
|
|
1663
1663
|
* @param type the TextFormatType to check for.
|
|
1664
|
-
* @returns true if the provided format is currently toggled on
|
|
1664
|
+
* @returns true if the provided format is currently toggled on the Selection, false otherwise.
|
|
1665
1665
|
*/
|
|
1666
1666
|
hasFormat(type) {
|
|
1667
1667
|
let format = 0;
|
|
@@ -1659,7 +1659,7 @@ class TableSelection {
|
|
|
1659
1659
|
* This will be true if any paragraph in table cells has the specified format.
|
|
1660
1660
|
*
|
|
1661
1661
|
* @param type the TextFormatType to check for.
|
|
1662
|
-
* @returns true if the provided format is currently toggled on
|
|
1662
|
+
* @returns true if the provided format is currently toggled on the Selection, false otherwise.
|
|
1663
1663
|
*/
|
|
1664
1664
|
hasFormat(type) {
|
|
1665
1665
|
let format = 0;
|
|
@@ -56,7 +56,7 @@ export declare class TableSelection implements BaseSelection {
|
|
|
56
56
|
* This will be true if any paragraph in table cells has the specified format.
|
|
57
57
|
*
|
|
58
58
|
* @param type the TextFormatType to check for.
|
|
59
|
-
* @returns true if the provided format is currently toggled on
|
|
59
|
+
* @returns true if the provided format is currently toggled on the Selection, false otherwise.
|
|
60
60
|
*/
|
|
61
61
|
hasFormat(type: TextFormatType): boolean;
|
|
62
62
|
insertNodes(nodes: LexicalNode[]): void;
|
package/package.json
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
"table"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.46.0",
|
|
11
|
+
"version": "0.46.1-nightly.20260630.0",
|
|
12
12
|
"main": "./dist/LexicalTable.js",
|
|
13
13
|
"types": "./dist/typescript-too-old.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@lexical/
|
|
16
|
-
"@lexical/
|
|
17
|
-
"@lexical/
|
|
18
|
-
"@lexical/utils": "0.46.0",
|
|
19
|
-
"@lexical/
|
|
20
|
-
"lexical": "0.46.0"
|
|
15
|
+
"@lexical/clipboard": "0.46.1-nightly.20260630.0",
|
|
16
|
+
"@lexical/internal": "0.46.1-nightly.20260630.0",
|
|
17
|
+
"@lexical/extension": "0.46.1-nightly.20260630.0",
|
|
18
|
+
"@lexical/utils": "0.46.1-nightly.20260630.0",
|
|
19
|
+
"@lexical/html": "0.46.1-nightly.20260630.0",
|
|
20
|
+
"lexical": "0.46.1-nightly.20260630.0"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
@@ -223,7 +223,7 @@ export class TableSelection implements BaseSelection {
|
|
|
223
223
|
* This will be true if any paragraph in table cells has the specified format.
|
|
224
224
|
*
|
|
225
225
|
* @param type the TextFormatType to check for.
|
|
226
|
-
* @returns true if the provided format is currently toggled on
|
|
226
|
+
* @returns true if the provided format is currently toggled on the Selection, false otherwise.
|
|
227
227
|
*/
|
|
228
228
|
hasFormat(type: TextFormatType): boolean {
|
|
229
229
|
let format = 0;
|