@superdoc-dev/cli 0.12.0-next.5 → 0.12.0-next.6
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 +12 -6
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -218157,7 +218157,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
218157
218157
|
init_remark_gfm_BhnWr3yf_es();
|
|
218158
218158
|
});
|
|
218159
218159
|
|
|
218160
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
218160
|
+
// ../../packages/superdoc/dist/chunks/src-DXlYP0an.es.js
|
|
218161
218161
|
function deleteProps(obj, propOrProps) {
|
|
218162
218162
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
218163
218163
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -306546,7 +306546,7 @@ menclose::after {
|
|
|
306546
306546
|
return;
|
|
306547
306547
|
console.log(...args$1);
|
|
306548
306548
|
}, 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;
|
|
306549
|
-
var
|
|
306549
|
+
var init_src_DXlYP0an_es = __esm(() => {
|
|
306550
306550
|
init_rolldown_runtime_Bg48TavK_es();
|
|
306551
306551
|
init_SuperConverter_UqLu6KQU_es();
|
|
306552
306552
|
init_jszip_C49i9kUs_es();
|
|
@@ -328435,6 +328435,12 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
328435
328435
|
customButtons: [],
|
|
328436
328436
|
showFormattingMarksButton: false
|
|
328437
328437
|
};
|
|
328438
|
+
toolbarItems = [];
|
|
328439
|
+
overflowItems = [];
|
|
328440
|
+
isDev = false;
|
|
328441
|
+
role = "editor";
|
|
328442
|
+
superdoc;
|
|
328443
|
+
toolbarContainer = null;
|
|
328438
328444
|
constructor(config2) {
|
|
328439
328445
|
super();
|
|
328440
328446
|
this.config = {
|
|
@@ -344268,9 +344274,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
344268
344274
|
];
|
|
344269
344275
|
});
|
|
344270
344276
|
|
|
344271
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
344277
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BuJIur0F.es.js
|
|
344272
344278
|
var MOD_ALIASES, ALT_ALIASES, CTRL_ALIASES, SHIFT_ALIASES, BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
344273
|
-
var
|
|
344279
|
+
var init_create_super_doc_ui_BuJIur0F_es = __esm(() => {
|
|
344274
344280
|
init_SuperConverter_UqLu6KQU_es();
|
|
344275
344281
|
init_create_headless_toolbar_QcQvy_nD_es();
|
|
344276
344282
|
MOD_ALIASES = new Set([
|
|
@@ -344314,7 +344320,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
344314
344320
|
|
|
344315
344321
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
344316
344322
|
var init_super_editor_es = __esm(() => {
|
|
344317
|
-
|
|
344323
|
+
init_src_DXlYP0an_es();
|
|
344318
344324
|
init_SuperConverter_UqLu6KQU_es();
|
|
344319
344325
|
init_jszip_C49i9kUs_es();
|
|
344320
344326
|
init_xml_js_CqGKpaft_es();
|
|
@@ -344323,7 +344329,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
344323
344329
|
init_dist_B8HfvhaK_es();
|
|
344324
344330
|
init_unified_Dsuw2be5_es();
|
|
344325
344331
|
init_DocxZipper_CZMPWpOp_es();
|
|
344326
|
-
|
|
344332
|
+
init_create_super_doc_ui_BuJIur0F_es();
|
|
344327
344333
|
init_ui_C5PAS9hY_es();
|
|
344328
344334
|
init_eventemitter3_BnGqBE_Q_es();
|
|
344329
344335
|
init_errors_CNaD6vcg_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.12.0-next.
|
|
3
|
+
"version": "0.12.0-next.6",
|
|
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/super-editor": "0.0.1",
|
|
29
28
|
"@superdoc/pm-adapter": "0.0.0",
|
|
30
|
-
"superdoc": "1.34.0"
|
|
29
|
+
"superdoc": "1.34.0",
|
|
30
|
+
"@superdoc/super-editor": "0.0.1"
|
|
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.12.0-next.
|
|
38
|
-
"@superdoc-dev/cli-
|
|
39
|
-
"@superdoc-dev/cli-
|
|
40
|
-
"@superdoc-dev/cli-linux-
|
|
41
|
-
"@superdoc-dev/cli-windows-x64": "0.12.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.12.0-next.6",
|
|
38
|
+
"@superdoc-dev/cli-linux-x64": "0.12.0-next.6",
|
|
39
|
+
"@superdoc-dev/cli-darwin-x64": "0.12.0-next.6",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.12.0-next.6",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.12.0-next.6"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|