feat(editor): table extension (#11906)

Closes: BS-3205
This commit is contained in:
Saul-Mirone
2025-04-23 01:16:07 +00:00
parent e57222b89a
commit 24edfc75bd
18 changed files with 70 additions and 14 deletions

View File

@@ -138,7 +138,9 @@
"./blocks/surface-ref": "./src/blocks/surface-ref/index.ts",
"./blocks/surface-ref/store": "./src/blocks/surface-ref/store.ts",
"./blocks/surface-ref/view": "./src/blocks/surface-ref/view.ts",
"./blocks/table": "./src/blocks/table.ts",
"./blocks/table": "./src/blocks/table/index.ts",
"./blocks/table/store": "./src/blocks/table/store.ts",
"./blocks/table/view": "./src/blocks/table/view.ts",
"./data-view": "./src/data-view/index.ts",
"./data-view/effects": "./src/data-view/effects.ts",
"./inlines/link": "./src/inlines/link.ts",