@superdoc-dev/cli 0.13.0-next.7 → 0.13.0-next.8
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 -6
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -219123,7 +219123,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
219123
219123
|
init_remark_gfm_BhnWr3yf_es();
|
|
219124
219124
|
});
|
|
219125
219125
|
|
|
219126
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
219126
|
+
// ../../packages/superdoc/dist/chunks/src-CYTyP_ze.es.js
|
|
219127
219127
|
function deleteProps(obj, propOrProps) {
|
|
219128
219128
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
219129
219129
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -223312,12 +223312,10 @@ function createListBoundaryNavigationPlugin() {
|
|
|
223312
223312
|
const paragraph2 = getParagraphContext$1(selection.$from);
|
|
223313
223313
|
if (!paragraph2 || !isListParagraph(paragraph2.node))
|
|
223314
223314
|
return false;
|
|
223315
|
-
if (isRtlParagraph$1(paragraph2.node))
|
|
223316
|
-
return false;
|
|
223317
223315
|
const bounds = getParagraphTextBounds2(paragraph2.node, paragraph2.start);
|
|
223318
223316
|
if (!bounds)
|
|
223319
223317
|
return false;
|
|
223320
|
-
const direction = event.key === "ArrowLeft" ? -1 : 1;
|
|
223318
|
+
const direction = isRtlParagraph$1(paragraph2.node) ? event.key === "ArrowRight" ? -1 : 1 : event.key === "ArrowLeft" ? -1 : 1;
|
|
223321
223319
|
const atLeftBoundary = direction < 0 && selection.from <= bounds.first;
|
|
223322
223320
|
const atRightBoundary = direction > 0 && selection.from >= bounds.last;
|
|
223323
223321
|
if (!atLeftBoundary && !atRightBoundary)
|
|
@@ -307763,7 +307761,7 @@ menclose::after {
|
|
|
307763
307761
|
return;
|
|
307764
307762
|
console.log(...args$1);
|
|
307765
307763
|
}, 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;
|
|
307766
|
-
var
|
|
307764
|
+
var init_src_CYTyP_ze_es = __esm(() => {
|
|
307767
307765
|
init_rolldown_runtime_Bg48TavK_es();
|
|
307768
307766
|
init_SuperConverter_k7GHkV_c_es();
|
|
307769
307767
|
init_jszip_C49i9kUs_es();
|
|
@@ -345630,7 +345628,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
345630
345628
|
|
|
345631
345629
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
345632
345630
|
var init_super_editor_es = __esm(() => {
|
|
345633
|
-
|
|
345631
|
+
init_src_CYTyP_ze_es();
|
|
345634
345632
|
init_SuperConverter_k7GHkV_c_es();
|
|
345635
345633
|
init_jszip_C49i9kUs_es();
|
|
345636
345634
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.13.0-next.
|
|
3
|
+
"version": "0.13.0-next.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
"@types/node": "22.19.2",
|
|
25
25
|
"@types/ws": "^8.5.13",
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
|
+
"@superdoc/pm-adapter": "0.0.0",
|
|
27
28
|
"@superdoc/document-api": "0.0.1",
|
|
28
29
|
"@superdoc/super-editor": "0.0.1",
|
|
29
|
-
"superdoc": "1.35.0"
|
|
30
|
-
"@superdoc/pm-adapter": "0.0.0"
|
|
30
|
+
"superdoc": "1.35.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.13.0-next.
|
|
38
|
-
"@superdoc-dev/cli-darwin-x64": "0.13.0-next.
|
|
39
|
-
"@superdoc-dev/cli-linux-x64": "0.13.0-next.
|
|
40
|
-
"@superdoc-dev/cli-
|
|
41
|
-
"@superdoc-dev/cli-
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.13.0-next.8",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.13.0-next.8",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.13.0-next.8",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.13.0-next.8",
|
|
41
|
+
"@superdoc-dev/cli-linux-arm64": "0.13.0-next.8"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|