@superdoc-dev/cli 0.8.0-next.63 → 0.8.0-next.65
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 +14 -5
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -335925,16 +335925,25 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
335925
335925
|
];
|
|
335926
335926
|
});
|
|
335927
335927
|
|
|
335928
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
335929
|
-
var RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
335930
|
-
var
|
|
335928
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-CFmbWPlL.es.js
|
|
335929
|
+
var BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
335930
|
+
var init_create_super_doc_ui_CFmbWPlL_es = __esm(() => {
|
|
335931
335931
|
init_SuperConverter_DFi0X147_es();
|
|
335932
335932
|
init_create_headless_toolbar_C9nvGdZQ_es();
|
|
335933
|
+
BUILTIN_CONTEXT_MENU_GROUPS = [
|
|
335934
|
+
"format",
|
|
335935
|
+
"clipboard",
|
|
335936
|
+
"review",
|
|
335937
|
+
"comment",
|
|
335938
|
+
"link"
|
|
335939
|
+
];
|
|
335940
|
+
BUILTIN_GROUP_ORDER = new Map(BUILTIN_CONTEXT_MENU_GROUPS.map((g3, i4) => [g3, i4]));
|
|
335933
335941
|
RESERVED_PROXY_PROPERTY_NAMES = new Set([
|
|
335934
335942
|
"register",
|
|
335935
335943
|
"get",
|
|
335936
335944
|
"has",
|
|
335937
|
-
"require"
|
|
335945
|
+
"require",
|
|
335946
|
+
"getContextMenuItems"
|
|
335938
335947
|
]);
|
|
335939
335948
|
ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
|
|
335940
335949
|
EMPTY_ACTIVE_IDS = Object.freeze([]);
|
|
@@ -335962,7 +335971,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
335962
335971
|
init_dist_B8HfvhaK_es();
|
|
335963
335972
|
init_unified_Dsuw2be5_es();
|
|
335964
335973
|
init_DocxZipper_CUX64E5K_es();
|
|
335965
|
-
|
|
335974
|
+
init_create_super_doc_ui_CFmbWPlL_es();
|
|
335966
335975
|
init_ui_CGB3qmy3_es();
|
|
335967
335976
|
init_eventemitter3_UwU_CLPU_es();
|
|
335968
335977
|
init_errors_C_DoKMoN_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.65",
|
|
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/pm-adapter": "0.0.0",
|
|
29
28
|
"@superdoc/super-editor": "0.0.1",
|
|
30
|
-
"superdoc": "1.31.0"
|
|
29
|
+
"superdoc": "1.31.0",
|
|
30
|
+
"@superdoc/pm-adapter": "0.0.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-x64": "0.8.0-next.
|
|
40
|
-
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.
|
|
41
|
-
"@superdoc-dev/cli-windows-x64": "0.8.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.65",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.65",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.65",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.65",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.65"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|