@superdoc-dev/cli 0.8.0-next.88 → 0.8.0-next.89
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 +7 -4
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -208407,7 +208407,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
208407
208407
|
init_remark_gfm_BhnWr3yf_es();
|
|
208408
208408
|
});
|
|
208409
208409
|
|
|
208410
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
208410
|
+
// ../../packages/superdoc/dist/chunks/src-BLxaw1d3.es.js
|
|
208411
208411
|
function deleteProps(obj, propOrProps) {
|
|
208412
208412
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
208413
208413
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -293538,7 +293538,10 @@ menclose::after {
|
|
|
293538
293538
|
const attrs = block.attrs;
|
|
293539
293539
|
if (!attrs)
|
|
293540
293540
|
return false;
|
|
293541
|
-
const
|
|
293541
|
+
const directionContext = attrs.directionContext;
|
|
293542
|
+
if (directionContext?.inlineDirection != null)
|
|
293543
|
+
return directionContext.inlineDirection === "rtl";
|
|
293544
|
+
const directionAttr = attrs.direction ?? attrs.dir;
|
|
293542
293545
|
if (typeof directionAttr === "string" && directionAttr.toLowerCase() === "rtl")
|
|
293543
293546
|
return true;
|
|
293544
293547
|
return false;
|
|
@@ -301715,7 +301718,7 @@ menclose::after {
|
|
|
301715
301718
|
return;
|
|
301716
301719
|
console.log(...args$1);
|
|
301717
301720
|
}, 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;
|
|
301718
|
-
var
|
|
301721
|
+
var init_src_BLxaw1d3_es = __esm(() => {
|
|
301719
301722
|
init_rolldown_runtime_Bg48TavK_es();
|
|
301720
301723
|
init_SuperConverter_BecdrRIX_es();
|
|
301721
301724
|
init_jszip_C49i9kUs_es();
|
|
@@ -339609,7 +339612,7 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
339609
339612
|
|
|
339610
339613
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
339611
339614
|
var init_super_editor_es = __esm(() => {
|
|
339612
|
-
|
|
339615
|
+
init_src_BLxaw1d3_es();
|
|
339613
339616
|
init_SuperConverter_BecdrRIX_es();
|
|
339614
339617
|
init_jszip_C49i9kUs_es();
|
|
339615
339618
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.8.0-next.
|
|
3
|
+
"version": "0.8.0-next.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"@types/ws": "^8.5.13",
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
27
|
"@superdoc/document-api": "0.0.1",
|
|
28
|
-
"superdoc": "
|
|
28
|
+
"@superdoc/super-editor": "0.0.1",
|
|
29
29
|
"@superdoc/pm-adapter": "0.0.0",
|
|
30
|
-
"
|
|
30
|
+
"superdoc": "1.31.0"
|
|
31
31
|
},
|
|
32
32
|
"module": "src/index.ts",
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.
|
|
38
|
-
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.
|
|
39
|
-
"@superdoc-dev/cli-linux-
|
|
40
|
-
"@superdoc-dev/cli-linux-
|
|
41
|
-
"@superdoc-dev/cli-windows-x64": "0.8.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.89",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.89",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.89",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.89",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.89"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|