@superdoc-dev/mcp 0.6.0-next.3 → 0.6.0-next.4
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 -8
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -200676,7 +200676,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
200676
200676
|
init_remark_gfm_BhnWr3yf_es();
|
|
200677
200677
|
});
|
|
200678
200678
|
|
|
200679
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
200679
|
+
// ../../packages/superdoc/dist/chunks/src-Cj1y6vM-.es.js
|
|
200680
200680
|
function deleteProps(obj, propOrProps) {
|
|
200681
200681
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
200682
200682
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -258151,12 +258151,8 @@ function tableNodeToBlock(node2, { nextBlockId, positions, storyKey, trackedChan
|
|
|
258151
258151
|
const tableProperties = node2.attrs?.tableProperties;
|
|
258152
258152
|
if (tableProperties && typeof tableProperties === "object")
|
|
258153
258153
|
tableAttrs.tableProperties = tableProperties;
|
|
258154
|
-
const styleResolvedTableProps = effectiveStyleId && converterContext?.translatedLinkedStyles ? resolveTableProperties(effectiveStyleId, converterContext.translatedLinkedStyles) : undefined;
|
|
258155
258154
|
const inlineProps = rawTableProperties;
|
|
258156
|
-
|
|
258157
|
-
const inlineVisual = inlineProps?.rightToLeft ?? inlineProps?.bidiVisual;
|
|
258158
|
-
const styleVisual = styleProps?.rightToLeft ?? styleProps?.bidiVisual;
|
|
258159
|
-
tableAttrs.tableDirectionContext = resolveTableDirection({ rightToLeft: inlineVisual ?? styleVisual }, converterContext?.sectionDirectionContext ?? resolveSectionDirection(undefined));
|
|
258155
|
+
tableAttrs.tableDirectionContext = resolveTableDirection({ rightToLeft: inlineProps?.rightToLeft ?? inlineProps?.bidiVisual }, converterContext?.sectionDirectionContext ?? resolveSectionDirection(undefined));
|
|
258160
258156
|
let columnWidths = undefined;
|
|
258161
258157
|
const twipsToPixels$2 = (twips) => {
|
|
258162
258158
|
return twips / 1440 * 96;
|
|
@@ -295445,7 +295441,7 @@ menclose::after {
|
|
|
295445
295441
|
return;
|
|
295446
295442
|
console.log(...args$1);
|
|
295447
295443
|
}, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions;
|
|
295448
|
-
var
|
|
295444
|
+
var init_src_Cj1y6vM_es = __esm(() => {
|
|
295449
295445
|
init_rolldown_runtime_Bg48TavK_es();
|
|
295450
295446
|
init_SuperConverter_CnwfJPj6_es();
|
|
295451
295447
|
init_jszip_C49i9kUs_es();
|
|
@@ -333664,7 +333660,7 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
333664
333660
|
|
|
333665
333661
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
333666
333662
|
var init_super_editor_es = __esm(() => {
|
|
333667
|
-
|
|
333663
|
+
init_src_Cj1y6vM_es();
|
|
333668
333664
|
init_SuperConverter_CnwfJPj6_es();
|
|
333669
333665
|
init_jszip_C49i9kUs_es();
|
|
333670
333666
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/mcp",
|
|
3
|
-
"version": "0.6.0-next.
|
|
3
|
+
"version": "0.6.0-next.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"@types/bun": "^1.3.8",
|
|
20
20
|
"@types/node": "22.19.2",
|
|
21
21
|
"typescript": "^5.9.2",
|
|
22
|
+
"@superdoc/document-api": "0.0.1",
|
|
22
23
|
"@superdoc/super-editor": "0.0.1",
|
|
23
|
-
"superdoc": "1.33.1"
|
|
24
|
-
"@superdoc/document-api": "0.0.1"
|
|
24
|
+
"superdoc": "1.33.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|