@superdoc-dev/cli 0.17.0-next.21 → 0.17.0-next.22
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 +13 -6
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -234760,7 +234760,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
234760
234760
|
init_remark_gfm_BhnWr3yf_es();
|
|
234761
234761
|
});
|
|
234762
234762
|
|
|
234763
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
234763
|
+
// ../../packages/superdoc/dist/chunks/src-DhR654Bl.es.js
|
|
234764
234764
|
function deleteProps(obj, propOrProps) {
|
|
234765
234765
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
234766
234766
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -332766,7 +332766,7 @@ menclose::after {
|
|
|
332766
332766
|
return;
|
|
332767
332767
|
console.log(...args$1);
|
|
332768
332768
|
}, 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;
|
|
332769
|
-
var
|
|
332769
|
+
var init_src_DhR654Bl_es = __esm(() => {
|
|
332770
332770
|
init_rolldown_runtime_Bg48TavK_es();
|
|
332771
332771
|
init_SuperConverter_CLuVUp7o_es();
|
|
332772
332772
|
init_jszip_C49i9kUs_es();
|
|
@@ -362672,6 +362672,13 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
362672
362672
|
get visibleHost() {
|
|
362673
362673
|
return this.#visibleHost;
|
|
362674
362674
|
}
|
|
362675
|
+
get scrollContainer() {
|
|
362676
|
+
const container = this.#scrollContainer;
|
|
362677
|
+
if (!container || !("ownerDocument" in container))
|
|
362678
|
+
return null;
|
|
362679
|
+
const HTMLElementCtor = container.ownerDocument?.defaultView?.HTMLElement;
|
|
362680
|
+
return HTMLElementCtor && container instanceof HTMLElementCtor ? container : null;
|
|
362681
|
+
}
|
|
362675
362682
|
get overlayElement() {
|
|
362676
362683
|
return this.#selectionOverlay ?? null;
|
|
362677
362684
|
}
|
|
@@ -368547,9 +368554,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
368547
368554
|
]);
|
|
368548
368555
|
});
|
|
368549
368556
|
|
|
368550
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
368557
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-CEMWUuKn.es.js
|
|
368551
368558
|
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;
|
|
368552
|
-
var
|
|
368559
|
+
var init_create_super_doc_ui_CEMWUuKn_es = __esm(() => {
|
|
368553
368560
|
init_SuperConverter_CLuVUp7o_es();
|
|
368554
368561
|
init_create_headless_toolbar_Dga1mSBS_es();
|
|
368555
368562
|
DEFAULT_TEXT_ALIGN_OPTIONS = [
|
|
@@ -368842,7 +368849,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
368842
368849
|
|
|
368843
368850
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
368844
368851
|
var init_super_editor_es = __esm(() => {
|
|
368845
|
-
|
|
368852
|
+
init_src_DhR654Bl_es();
|
|
368846
368853
|
init_SuperConverter_CLuVUp7o_es();
|
|
368847
368854
|
init_jszip_C49i9kUs_es();
|
|
368848
368855
|
init_xml_js_CqGKpaft_es();
|
|
@@ -368851,7 +368858,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
368851
368858
|
init_dist_B8HfvhaK_es();
|
|
368852
368859
|
init_unified_Dsuw2be5_es();
|
|
368853
368860
|
init_DocxZipper_FUsfThjV_es();
|
|
368854
|
-
|
|
368861
|
+
init_create_super_doc_ui_CEMWUuKn_es();
|
|
368855
368862
|
init_ui_C5PAS9hY_es();
|
|
368856
368863
|
init_eventemitter3_BnGqBE_Q_es();
|
|
368857
368864
|
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.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@superdoc-dev/cli-darwin-
|
|
37
|
-
"@superdoc-dev/cli-darwin-
|
|
38
|
-
"@superdoc-dev/cli-linux-x64": "0.17.0-next.
|
|
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-x64": "0.17.0-next.22",
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.17.0-next.22",
|
|
38
|
+
"@superdoc-dev/cli-linux-x64": "0.17.0-next.22",
|
|
39
|
+
"@superdoc-dev/cli-linux-arm64": "0.17.0-next.22",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.17.0-next.22"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"predev": "node scripts/ensure-superdoc-build.js",
|