@superdoc-dev/mcp 0.6.0-next.2 → 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 +6 -10
- package/package.json +1 -1
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();
|
|
@@ -314011,7 +314007,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
314011
314007
|
})];
|
|
314012
314008
|
}
|
|
314013
314009
|
});
|
|
314014
|
-
STRONG_RTL_CHAR_RE$1 = /[\u0590-\u08FF]
|
|
314010
|
+
STRONG_RTL_CHAR_RE$1 = /[\u0590-\u08FF\p{Script=Hebrew}\p{Script=Arabic}]/u;
|
|
314015
314011
|
STRONG_LTR_CHAR_RE = /[A-Za-z\u00C0-\u024F]/;
|
|
314016
314012
|
MixedBidiBackspace = Extension.create({
|
|
314017
314013
|
name: "mixedBidiBackspace",
|
|
@@ -322124,7 +322120,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
322124
322120
|
"doubleWave"
|
|
322125
322121
|
]);
|
|
322126
322122
|
RTL_DATE_LIKE_TOKEN_RE = /^-?\d+(?:[./-]\d+)+$/;
|
|
322127
|
-
STRONG_RTL_CHAR_RE = /[\u0590-\u08FF]
|
|
322123
|
+
STRONG_RTL_CHAR_RE = /[\u0590-\u08FF\p{Script=Hebrew}\p{Script=Arabic}]/u;
|
|
322128
322124
|
LATIN_DIGIT_NEUTRAL_ONLY_RE = /^[\s0-9A-Za-z./\-_:,+()]+$/;
|
|
322129
322125
|
OPERATOR_CHARS = new Set([
|
|
322130
322126
|
"+",
|
|
@@ -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();
|