@superdoc-dev/cli 0.17.0-next.15 → 0.17.0-next.16
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 +34 -18
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -68327,7 +68327,7 @@ var init_remark_gfm_BhnWr3yf_es = __esm(() => {
|
|
|
68327
68327
|
emptyOptions2 = {};
|
|
68328
68328
|
});
|
|
68329
68329
|
|
|
68330
|
-
// ../../packages/superdoc/dist/chunks/SuperConverter-
|
|
68330
|
+
// ../../packages/superdoc/dist/chunks/SuperConverter-DBlOjc68.es.js
|
|
68331
68331
|
function getExtensionConfigField(extension$1, field, context = { name: "" }) {
|
|
68332
68332
|
const fieldValue = extension$1.config[field];
|
|
68333
68333
|
if (typeof fieldValue === "function")
|
|
@@ -134327,7 +134327,7 @@ var isRegExp = (value) => {
|
|
|
134327
134327
|
state.kern = kernNode.attributes["w:val"];
|
|
134328
134328
|
}
|
|
134329
134329
|
}, SuperConverter;
|
|
134330
|
-
var
|
|
134330
|
+
var init_SuperConverter_DBlOjc68_es = __esm(() => {
|
|
134331
134331
|
init_rolldown_runtime_Bg48TavK_es();
|
|
134332
134332
|
init_jszip_C49i9kUs_es();
|
|
134333
134333
|
init_xml_js_CqGKpaft_es();
|
|
@@ -172610,6 +172610,11 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
172610
172610
|
style: "normal",
|
|
172611
172611
|
file: "Caprasimo-Regular.woff2"
|
|
172612
172612
|
}]),
|
|
172613
|
+
familyWithFaces("Archivo Black", "OFL-1.1", [{
|
|
172614
|
+
weight: "normal",
|
|
172615
|
+
style: "normal",
|
|
172616
|
+
file: "ArchivoBlack-Regular.woff2"
|
|
172617
|
+
}]),
|
|
172613
172618
|
familyWithFaces("C059", "AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817", [
|
|
172614
172619
|
{
|
|
172615
172620
|
weight: "normal",
|
|
@@ -172679,7 +172684,16 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
172679
172684
|
style: "normal",
|
|
172680
172685
|
file: "NotoSansMono-Bold.woff2"
|
|
172681
172686
|
}]),
|
|
172682
|
-
family("PT Sans", "PTSans", "OFL-1.1")
|
|
172687
|
+
family("PT Sans", "PTSans", "OFL-1.1"),
|
|
172688
|
+
familyWithFaces("PT Sans Narrow", "OFL-1.1", [{
|
|
172689
|
+
weight: "normal",
|
|
172690
|
+
style: "normal",
|
|
172691
|
+
file: "PTSansNarrow-Regular.woff2"
|
|
172692
|
+
}, {
|
|
172693
|
+
weight: "bold",
|
|
172694
|
+
style: "normal",
|
|
172695
|
+
file: "PTSansNarrow-Bold.woff2"
|
|
172696
|
+
}])
|
|
172683
172697
|
]);
|
|
172684
172698
|
SUBSTITUTION_EVIDENCE = SUBSTITUTION_EVIDENCE$1;
|
|
172685
172699
|
bundledFamilies = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
|
|
@@ -172696,6 +172710,7 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
172696
172710
|
registriesByFontSet = /* @__PURE__ */ new WeakMap;
|
|
172697
172711
|
BUNDLED_FAMILIES = new Set(BUNDLED_MANIFEST.map((f2) => f2.family));
|
|
172698
172712
|
ADVERTISED_BUILT_IN_TOOLBAR_FAMILIES = new Set([
|
|
172713
|
+
"Arial Black",
|
|
172699
172714
|
"Arial Narrow",
|
|
172700
172715
|
"Baskerville Old Face",
|
|
172701
172716
|
"Brush Script MT",
|
|
@@ -172704,6 +172719,7 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
172704
172719
|
"Comic Sans MS",
|
|
172705
172720
|
"Garamond",
|
|
172706
172721
|
"Georgia",
|
|
172722
|
+
"Gill Sans MT Condensed",
|
|
172707
172723
|
"Lucida Console",
|
|
172708
172724
|
"Tahoma",
|
|
172709
172725
|
"Trebuchet MS"
|
|
@@ -174495,7 +174511,7 @@ var init_SuperConverter_BTGVElJO_es = __esm(() => {
|
|
|
174495
174511
|
};
|
|
174496
174512
|
});
|
|
174497
174513
|
|
|
174498
|
-
// ../../packages/superdoc/dist/chunks/create-headless-toolbar-
|
|
174514
|
+
// ../../packages/superdoc/dist/chunks/create-headless-toolbar-DWyoHv_L.es.js
|
|
174499
174515
|
function parseSizeUnit(val = "0") {
|
|
174500
174516
|
const length3 = val.toString() || "0";
|
|
174501
174517
|
const value = Number.parseFloat(length3);
|
|
@@ -184890,8 +184906,8 @@ var CSS_DIMENSION_REGEX, DOM_SIZE_UNITS, normalizeActorId = (value) => {
|
|
|
184890
184906
|
}
|
|
184891
184907
|
};
|
|
184892
184908
|
};
|
|
184893
|
-
var
|
|
184894
|
-
|
|
184909
|
+
var init_create_headless_toolbar_DWyoHv_L_es = __esm(() => {
|
|
184910
|
+
init_SuperConverter_DBlOjc68_es();
|
|
184895
184911
|
init_uuid_B2wVPhPi_es();
|
|
184896
184912
|
init_constants_D9qj59G2_es();
|
|
184897
184913
|
init_dist_B8HfvhaK_es();
|
|
@@ -234060,7 +234076,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
234060
234076
|
init_remark_gfm_BhnWr3yf_es();
|
|
234061
234077
|
});
|
|
234062
234078
|
|
|
234063
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
234079
|
+
// ../../packages/superdoc/dist/chunks/src-BnMjPHBh.es.js
|
|
234064
234080
|
function deleteProps(obj, propOrProps) {
|
|
234065
234081
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
234066
234082
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -331718,13 +331734,13 @@ menclose::after {
|
|
|
331718
331734
|
return;
|
|
331719
331735
|
console.log(...args$1);
|
|
331720
331736
|
}, 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, TRACKED_MARK_NAMES;
|
|
331721
|
-
var
|
|
331737
|
+
var init_src_BnMjPHBh_es = __esm(() => {
|
|
331722
331738
|
init_rolldown_runtime_Bg48TavK_es();
|
|
331723
|
-
|
|
331739
|
+
init_SuperConverter_DBlOjc68_es();
|
|
331724
331740
|
init_jszip_C49i9kUs_es();
|
|
331725
331741
|
init_xml_js_CqGKpaft_es();
|
|
331726
331742
|
init_uuid_B2wVPhPi_es();
|
|
331727
|
-
|
|
331743
|
+
init_create_headless_toolbar_DWyoHv_L_es();
|
|
331728
331744
|
init_constants_D9qj59G2_es();
|
|
331729
331745
|
init_dist_B8HfvhaK_es();
|
|
331730
331746
|
init_unified_Dsuw2be5_es();
|
|
@@ -367395,11 +367411,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
367395
367411
|
]);
|
|
367396
367412
|
});
|
|
367397
367413
|
|
|
367398
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
367414
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-Bw8pGh5l.es.js
|
|
367399
367415
|
var DEFAULT_TEXT_ALIGN_OPTIONS, DEFAULT_LINE_HEIGHT_OPTIONS, DEFAULT_ZOOM_OPTIONS, DEFAULT_DOCUMENT_MODE_OPTIONS, DEFAULT_FONT_SIZE_OPTIONS, headlessToolbarConstants, 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, FONT_SIZE_OPTIONS;
|
|
367400
|
-
var
|
|
367401
|
-
|
|
367402
|
-
|
|
367416
|
+
var init_create_super_doc_ui_Bw8pGh5l_es = __esm(() => {
|
|
367417
|
+
init_SuperConverter_DBlOjc68_es();
|
|
367418
|
+
init_create_headless_toolbar_DWyoHv_L_es();
|
|
367403
367419
|
DEFAULT_TEXT_ALIGN_OPTIONS = [
|
|
367404
367420
|
{
|
|
367405
367421
|
label: "Left",
|
|
@@ -367690,16 +367706,16 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
367690
367706
|
|
|
367691
367707
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
367692
367708
|
var init_super_editor_es = __esm(() => {
|
|
367693
|
-
|
|
367694
|
-
|
|
367709
|
+
init_src_BnMjPHBh_es();
|
|
367710
|
+
init_SuperConverter_DBlOjc68_es();
|
|
367695
367711
|
init_jszip_C49i9kUs_es();
|
|
367696
367712
|
init_xml_js_CqGKpaft_es();
|
|
367697
|
-
|
|
367713
|
+
init_create_headless_toolbar_DWyoHv_L_es();
|
|
367698
367714
|
init_constants_D9qj59G2_es();
|
|
367699
367715
|
init_dist_B8HfvhaK_es();
|
|
367700
367716
|
init_unified_Dsuw2be5_es();
|
|
367701
367717
|
init_DocxZipper_FUsfThjV_es();
|
|
367702
|
-
|
|
367718
|
+
init_create_super_doc_ui_Bw8pGh5l_es();
|
|
367703
367719
|
init_ui_C5PAS9hY_es();
|
|
367704
367720
|
init_eventemitter3_BnGqBE_Q_es();
|
|
367705
367721
|
init_errors_CNaD6vcg_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.17.0-next.
|
|
3
|
+
"version": "0.17.0-next.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"@types/ws": "^8.5.13",
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
27
|
"@superdoc/document-api": "0.0.1",
|
|
28
|
-
"
|
|
29
|
-
"superdoc": "
|
|
28
|
+
"superdoc": "1.39.0",
|
|
29
|
+
"@superdoc/super-editor": "0.0.1"
|
|
30
30
|
},
|
|
31
31
|
"module": "src/index.ts",
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@superdoc-dev/cli-darwin-arm64": "0.17.0-next.
|
|
37
|
-
"@superdoc-dev/cli-
|
|
38
|
-
"@superdoc-dev/cli-
|
|
39
|
-
"@superdoc-dev/cli-linux-arm64": "0.17.0-next.
|
|
40
|
-
"@superdoc-dev/cli-windows-x64": "0.17.0-next.
|
|
36
|
+
"@superdoc-dev/cli-darwin-arm64": "0.17.0-next.16",
|
|
37
|
+
"@superdoc-dev/cli-darwin-x64": "0.17.0-next.16",
|
|
38
|
+
"@superdoc-dev/cli-linux-x64": "0.17.0-next.16",
|
|
39
|
+
"@superdoc-dev/cli-linux-arm64": "0.17.0-next.16",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.17.0-next.16"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"predev": "node scripts/ensure-superdoc-build.js",
|