@etrepum/lexical-builder-table 0.0.36 → 0.0.37-nightly.20250715.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/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TableNode as N, TableRowNode as
|
1
|
+
import { TableNode as N, TableRowNode as y, TableCellNode as T, INSERT_TABLE_COMMAND as k, $createTableNodeWithDimensions as B, $computeTableMapSkipCellCheck as _, $createTableCellNode as M, $isTableNode as A, $getNodeTriplet as I, $computeTableMap as D, $isTableRowNode as E, $isTableCellNode as H, applyTableHandlers as K } from "@lexical/table";
|
2
2
|
import { mergeRegister as $, $insertNodeToNearestRoot as L, $insertFirst as O } from "@lexical/utils";
|
3
3
|
import { $isTextNode as v, COMMAND_PRIORITY_EDITOR as F, $createParagraphNode as P, $getNodeByKey as j } from "lexical";
|
4
4
|
import { defineExtension as z, safeCast as V, Store as h, provideOutput as G, registerStoreToggle as m } from "@etrepum/lexical-builder";
|
@@ -8,9 +8,9 @@ function w(a, c, ...C) {
|
|
8
8
|
C.reduce((f, p) => f.replace("%s", String(p)), c || "")
|
9
9
|
);
|
10
10
|
}
|
11
|
-
const Q = "0.0.
|
11
|
+
const Q = "0.0.37-nightly.20250715.0", U = z({
|
12
12
|
name: "@lexical/table",
|
13
|
-
nodes: [N,
|
13
|
+
nodes: [N, y, T],
|
14
14
|
config: V({
|
15
15
|
hasCellMerge: !0,
|
16
16
|
hasCellBackgroundColor: !0,
|
@@ -29,7 +29,7 @@ const Q = "0.0.36", U = z({
|
|
29
29
|
f,
|
30
30
|
$(
|
31
31
|
a.registerCommand(
|
32
|
-
|
32
|
+
k,
|
33
33
|
({ columns: t, rows: l, includeHeaders: n }) => {
|
34
34
|
const e = B(
|
35
35
|
Number(l),
|