@harbour-enterprises/superdoc 1.0.0-beta.83 → 1.0.0-beta.84
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/chunks/{PdfViewer-CHGHNfNo.cjs → PdfViewer-CAaNRs-k.cjs} +1 -1
- package/dist/chunks/{PdfViewer-BKSYQF4A.es.js → PdfViewer-CN5I0v21.es.js} +1 -1
- package/dist/chunks/{index-YXzWgyNJ-pYe0a6fD.cjs → index-ByDo0rez-DTbakkgE.cjs} +1 -1
- package/dist/chunks/{index-YXzWgyNJ-Tc_oVxxj.es.js → index-ByDo0rez-Dddj1OPE.es.js} +1 -1
- package/dist/chunks/{index-Dh6EUBba.cjs → index-CXX12ADx.cjs} +3 -3
- package/dist/chunks/{index-CwqkdTTS.es.js → index-D6mF0NAB.es.js} +3 -3
- package/dist/chunks/{super-editor.es-C3DMEtqC.es.js → super-editor.es-B-ix_3cI.es.js} +51 -24
- package/dist/chunks/{super-editor.es-CmeSTVH2.cjs → super-editor.es-C89GPNG4.cjs} +51 -24
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-BjVEidKj.js → converter-CWmKgkFT.js} +1 -1
- package/dist/super-editor/chunks/{docx-zipper-_rraiG3i.js → docx-zipper-CFgPPujz.js} +1 -1
- package/dist/super-editor/chunks/{editor-pX9cGnu1.js → editor-Dmk80b6P.js} +52 -25
- package/dist/super-editor/chunks/{index-YXzWgyNJ.js → index-ByDo0rez.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-B2ca6SPN.js → toolbar-Bi5YCv48.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/super-editor.es.js +6 -6
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +53 -26
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("./vue-jWLMl8Ts.cjs");
|
|
4
|
-
const superdoc = require("./index-
|
|
4
|
+
const superdoc = require("./index-CXX12ADx.cjs");
|
|
5
5
|
function self(vars) {
|
|
6
6
|
const {
|
|
7
7
|
opacityDisabled,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { y as defineComponent, z as h, O as Transition, a0 as process$1, J as watchEffect, a as computed, r as ref, j as onMounted, W as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, u as createVNode, v as unref } from "./vue-Dysv_7z5.es.js";
|
|
2
|
-
import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-
|
|
2
|
+
import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-D6mF0NAB.es.js";
|
|
3
3
|
function self(vars) {
|
|
4
4
|
const {
|
|
5
5
|
opacityDisabled,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./super-editor.es-
|
|
3
|
+
const superEditor_es = require("./super-editor.es-C89GPNG4.cjs");
|
|
4
4
|
const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
|
|
5
5
|
function bail(error) {
|
|
6
6
|
if (error) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_es = require("./super-editor.es-
|
|
2
|
+
const superEditor_es = require("./super-editor.es-C89GPNG4.cjs");
|
|
3
3
|
const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
|
|
4
4
|
const eventemitter3 = require("./eventemitter3-DQmQUge-.cjs");
|
|
5
5
|
const provider = require("@hocuspocus/provider");
|
|
@@ -17268,7 +17268,7 @@ const _sfc_main = {
|
|
|
17268
17268
|
__name: "SuperDoc",
|
|
17269
17269
|
emits: ["selection-update"],
|
|
17270
17270
|
setup(__props, { emit: __emit }) {
|
|
17271
|
-
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-
|
|
17271
|
+
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CAaNRs-k.cjs")));
|
|
17272
17272
|
const superdocStore = useSuperdocStore();
|
|
17273
17273
|
const commentsStore = useCommentsStore();
|
|
17274
17274
|
const {
|
|
@@ -18157,7 +18157,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
18157
18157
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18158
18158
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18159
18159
|
this.colorIndex = 0;
|
|
18160
|
-
this.version = "1.0.0-beta.
|
|
18160
|
+
this.version = "1.0.0-beta.84";
|
|
18161
18161
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18162
18162
|
this.superdocId = config.superdocId || uuid.v4();
|
|
18163
18163
|
this.colors = this.config.colors;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, P as PresentationEditor, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-
|
|
1
|
+
import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, P as PresentationEditor, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-B-ix_3cI.es.js";
|
|
2
2
|
import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
|
|
3
3
|
import { E as EventEmitter } from "./eventemitter3-CcXAdeql.es.js";
|
|
4
4
|
import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
|
|
@@ -17251,7 +17251,7 @@ const _sfc_main = {
|
|
|
17251
17251
|
__name: "SuperDoc",
|
|
17252
17252
|
emits: ["selection-update"],
|
|
17253
17253
|
setup(__props, { emit: __emit }) {
|
|
17254
|
-
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-
|
|
17254
|
+
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-CN5I0v21.es.js"));
|
|
17255
17255
|
const superdocStore = useSuperdocStore();
|
|
17256
17256
|
const commentsStore = useCommentsStore();
|
|
17257
17257
|
const {
|
|
@@ -18140,7 +18140,7 @@ class SuperDoc extends EventEmitter {
|
|
|
18140
18140
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18141
18141
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18142
18142
|
this.colorIndex = 0;
|
|
18143
|
-
this.version = "1.0.0-beta.
|
|
18143
|
+
this.version = "1.0.0-beta.84";
|
|
18144
18144
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18145
18145
|
this.superdocId = config.superdocId || v4();
|
|
18146
18146
|
this.colors = this.config.colors;
|
|
@@ -42374,7 +42374,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
42374
42374
|
static getStoredSuperdocVersion(docx) {
|
|
42375
42375
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42376
42376
|
}
|
|
42377
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.
|
|
42377
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.84") {
|
|
42378
42378
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
42379
42379
|
}
|
|
42380
42380
|
/**
|
|
@@ -59563,7 +59563,7 @@ const isHeadless = (editor) => {
|
|
|
59563
59563
|
const shouldSkipNodeView = (editor) => {
|
|
59564
59564
|
return isHeadless(editor);
|
|
59565
59565
|
};
|
|
59566
|
-
const summaryVersion = "1.0.0-beta.
|
|
59566
|
+
const summaryVersion = "1.0.0-beta.84";
|
|
59567
59567
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
59568
59568
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
59569
59569
|
function mapAttributes(attrs) {
|
|
@@ -60352,7 +60352,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60352
60352
|
{ default: remarkStringify },
|
|
60353
60353
|
{ default: remarkGfm }
|
|
60354
60354
|
] = await Promise.all([
|
|
60355
|
-
import("./index-
|
|
60355
|
+
import("./index-ByDo0rez-Dddj1OPE.es.js"),
|
|
60356
60356
|
import("./index-DRCvimau-Cw339678.es.js"),
|
|
60357
60357
|
import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
|
|
60358
60358
|
import("./index-D_sWOSiG-DE96TaT5.es.js"),
|
|
@@ -60557,7 +60557,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60557
60557
|
* Process collaboration migrations
|
|
60558
60558
|
*/
|
|
60559
60559
|
processCollaborationMigrations() {
|
|
60560
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.
|
|
60560
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.84");
|
|
60561
60561
|
if (!this.options.ydoc) return;
|
|
60562
60562
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
60563
60563
|
let docVersion = metaMap.get("version");
|
|
@@ -66523,13 +66523,21 @@ const findNumFmtElement = (lvl) => {
|
|
|
66523
66523
|
const resolveNumberingFromContext = (numId, ilvl, numbering) => {
|
|
66524
66524
|
const definitions = numbering?.definitions;
|
|
66525
66525
|
const abstracts = numbering?.abstracts;
|
|
66526
|
-
if (!definitions || !abstracts)
|
|
66526
|
+
if (!definitions || !abstracts) {
|
|
66527
|
+
return void 0;
|
|
66528
|
+
}
|
|
66527
66529
|
const numDef = asOoxmlElement(definitions[String(numId)]);
|
|
66528
|
-
if (!numDef)
|
|
66530
|
+
if (!numDef) {
|
|
66531
|
+
return void 0;
|
|
66532
|
+
}
|
|
66529
66533
|
const abstractId = getAttribute(findChild(numDef, "w:abstractNumId"), "w:val");
|
|
66530
|
-
if (abstractId == null)
|
|
66534
|
+
if (abstractId == null) {
|
|
66535
|
+
return void 0;
|
|
66536
|
+
}
|
|
66531
66537
|
const abstract = asOoxmlElement(abstracts[String(abstractId)]);
|
|
66532
|
-
if (!abstract)
|
|
66538
|
+
if (!abstract) {
|
|
66539
|
+
return void 0;
|
|
66540
|
+
}
|
|
66533
66541
|
let levelDef = abstract.elements?.find(
|
|
66534
66542
|
(el) => el?.name === "w:lvl" && parseNumberAttr(el.attributes?.["w:ilvl"]) === ilvl
|
|
66535
66543
|
);
|
|
@@ -66541,7 +66549,9 @@ const resolveNumberingFromContext = (numId, ilvl, numbering) => {
|
|
|
66541
66549
|
levelDef = overrideLvl;
|
|
66542
66550
|
}
|
|
66543
66551
|
const startOverride = parseNumberAttr(getAttribute(findChild(override, "w:startOverride"), "w:val"));
|
|
66544
|
-
if (!levelDef)
|
|
66552
|
+
if (!levelDef) {
|
|
66553
|
+
return void 0;
|
|
66554
|
+
}
|
|
66545
66555
|
const numFmtEl = findNumFmtElement(levelDef);
|
|
66546
66556
|
const lvlText = getAttribute(findChild(levelDef, "w:lvlText"), "w:val");
|
|
66547
66557
|
const start2 = startOverride ?? parseNumberAttr(getAttribute(findChild(levelDef, "w:start"), "w:val"));
|
|
@@ -67284,13 +67294,18 @@ const computeParagraphAttrs = (para, styleContext, listCounterContext, converter
|
|
|
67284
67294
|
}
|
|
67285
67295
|
}
|
|
67286
67296
|
paragraphAttrs.wordLayout = wordLayout;
|
|
67287
|
-
|
|
67288
|
-
|
|
67289
|
-
|
|
67290
|
-
|
|
67291
|
-
|
|
67292
|
-
|
|
67293
|
-
}
|
|
67297
|
+
}
|
|
67298
|
+
if (enrichedNumberingProps.resolvedLevelIndent) {
|
|
67299
|
+
const resolvedIndentPx = convertIndentTwipsToPx(enrichedNumberingProps.resolvedLevelIndent);
|
|
67300
|
+
const baseIndent = resolvedIndentPx ?? enrichedNumberingProps.resolvedLevelIndent;
|
|
67301
|
+
paragraphAttrs.indent = {
|
|
67302
|
+
...baseIndent,
|
|
67303
|
+
...normalizedIndent ?? {}
|
|
67304
|
+
};
|
|
67305
|
+
if (normalizedIndent?.firstLine !== void 0) {
|
|
67306
|
+
delete paragraphAttrs.indent.hanging;
|
|
67307
|
+
} else if (normalizedIndent?.hanging !== void 0) {
|
|
67308
|
+
delete paragraphAttrs.indent.firstLine;
|
|
67294
67309
|
}
|
|
67295
67310
|
}
|
|
67296
67311
|
paragraphAttrs.numberingProperties = enrichedNumberingProps;
|
|
@@ -75254,10 +75269,10 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75254
75269
|
let markerStartPos;
|
|
75255
75270
|
if (isFirstLineIndentMode && wordLayout.marker.markerX !== void 0 && Number.isFinite(wordLayout.marker.markerX)) {
|
|
75256
75271
|
markerStartPos = wordLayout.marker.markerX;
|
|
75257
|
-
} else if (isFirstLineIndentMode) {
|
|
75258
|
-
markerStartPos = paraIndentLeft + (paraIndent?.firstLine ?? 0);
|
|
75259
75272
|
} else {
|
|
75260
|
-
|
|
75273
|
+
const hanging = paraIndent?.hanging ?? 0;
|
|
75274
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
75275
|
+
markerStartPos = paraIndentLeft - hanging + firstLine;
|
|
75261
75276
|
}
|
|
75262
75277
|
const validMarkerStartPos = Number.isFinite(markerStartPos) ? markerStartPos : 0;
|
|
75263
75278
|
lineEl.style.paddingLeft = `${validMarkerStartPos}px`;
|
|
@@ -75325,15 +75340,27 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75325
75340
|
tabWidth = LIST_MARKER_GAP$1;
|
|
75326
75341
|
}
|
|
75327
75342
|
} else {
|
|
75328
|
-
const
|
|
75329
|
-
|
|
75330
|
-
|
|
75343
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
75344
|
+
const textStart = paraIndentLeft + firstLine;
|
|
75345
|
+
tabWidth = textStart - currentPos;
|
|
75346
|
+
if (tabWidth <= 0) {
|
|
75331
75347
|
tabWidth = DEFAULT_TAB_INTERVAL_PX$1 - currentPos % DEFAULT_TAB_INTERVAL_PX$1;
|
|
75332
|
-
|
|
75348
|
+
} else if (tabWidth < LIST_MARKER_GAP$1) {
|
|
75349
|
+
tabWidth = LIST_MARKER_GAP$1;
|
|
75333
75350
|
}
|
|
75334
75351
|
}
|
|
75335
75352
|
} else {
|
|
75336
|
-
|
|
75353
|
+
const gutterWidth = fragment.markerGutter ?? wordLayout.marker.gutterWidthPx;
|
|
75354
|
+
if (gutterWidth !== void 0 && Number.isFinite(gutterWidth) && gutterWidth > 0) {
|
|
75355
|
+
tabWidth = gutterWidth;
|
|
75356
|
+
} else {
|
|
75357
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
75358
|
+
const textStart = paraIndentLeft + firstLine;
|
|
75359
|
+
tabWidth = textStart - validMarkerStartPos;
|
|
75360
|
+
}
|
|
75361
|
+
if (tabWidth < LIST_MARKER_GAP$1) {
|
|
75362
|
+
tabWidth = LIST_MARKER_GAP$1;
|
|
75363
|
+
}
|
|
75337
75364
|
}
|
|
75338
75365
|
tabEl.style.display = "inline-block";
|
|
75339
75366
|
tabEl.style.width = `${tabWidth}px`;
|
|
@@ -42391,7 +42391,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
42391
42391
|
static getStoredSuperdocVersion(docx) {
|
|
42392
42392
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42393
42393
|
}
|
|
42394
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.
|
|
42394
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.84") {
|
|
42395
42395
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
42396
42396
|
}
|
|
42397
42397
|
/**
|
|
@@ -59580,7 +59580,7 @@ const isHeadless = (editor) => {
|
|
|
59580
59580
|
const shouldSkipNodeView = (editor) => {
|
|
59581
59581
|
return isHeadless(editor);
|
|
59582
59582
|
};
|
|
59583
|
-
const summaryVersion = "1.0.0-beta.
|
|
59583
|
+
const summaryVersion = "1.0.0-beta.84";
|
|
59584
59584
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
59585
59585
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
59586
59586
|
function mapAttributes(attrs) {
|
|
@@ -60369,7 +60369,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60369
60369
|
{ default: remarkStringify },
|
|
60370
60370
|
{ default: remarkGfm }
|
|
60371
60371
|
] = await Promise.all([
|
|
60372
|
-
Promise.resolve().then(() => require("./index-
|
|
60372
|
+
Promise.resolve().then(() => require("./index-ByDo0rez-DTbakkgE.cjs")),
|
|
60373
60373
|
Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
|
|
60374
60374
|
Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
|
|
60375
60375
|
Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
|
|
@@ -60574,7 +60574,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60574
60574
|
* Process collaboration migrations
|
|
60575
60575
|
*/
|
|
60576
60576
|
processCollaborationMigrations() {
|
|
60577
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.
|
|
60577
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.84");
|
|
60578
60578
|
if (!this.options.ydoc) return;
|
|
60579
60579
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
60580
60580
|
let docVersion = metaMap.get("version");
|
|
@@ -66540,13 +66540,21 @@ const findNumFmtElement = (lvl) => {
|
|
|
66540
66540
|
const resolveNumberingFromContext = (numId, ilvl, numbering) => {
|
|
66541
66541
|
const definitions = numbering?.definitions;
|
|
66542
66542
|
const abstracts = numbering?.abstracts;
|
|
66543
|
-
if (!definitions || !abstracts)
|
|
66543
|
+
if (!definitions || !abstracts) {
|
|
66544
|
+
return void 0;
|
|
66545
|
+
}
|
|
66544
66546
|
const numDef = asOoxmlElement(definitions[String(numId)]);
|
|
66545
|
-
if (!numDef)
|
|
66547
|
+
if (!numDef) {
|
|
66548
|
+
return void 0;
|
|
66549
|
+
}
|
|
66546
66550
|
const abstractId = getAttribute(findChild(numDef, "w:abstractNumId"), "w:val");
|
|
66547
|
-
if (abstractId == null)
|
|
66551
|
+
if (abstractId == null) {
|
|
66552
|
+
return void 0;
|
|
66553
|
+
}
|
|
66548
66554
|
const abstract = asOoxmlElement(abstracts[String(abstractId)]);
|
|
66549
|
-
if (!abstract)
|
|
66555
|
+
if (!abstract) {
|
|
66556
|
+
return void 0;
|
|
66557
|
+
}
|
|
66550
66558
|
let levelDef = abstract.elements?.find(
|
|
66551
66559
|
(el) => el?.name === "w:lvl" && parseNumberAttr(el.attributes?.["w:ilvl"]) === ilvl
|
|
66552
66560
|
);
|
|
@@ -66558,7 +66566,9 @@ const resolveNumberingFromContext = (numId, ilvl, numbering) => {
|
|
|
66558
66566
|
levelDef = overrideLvl;
|
|
66559
66567
|
}
|
|
66560
66568
|
const startOverride = parseNumberAttr(getAttribute(findChild(override, "w:startOverride"), "w:val"));
|
|
66561
|
-
if (!levelDef)
|
|
66569
|
+
if (!levelDef) {
|
|
66570
|
+
return void 0;
|
|
66571
|
+
}
|
|
66562
66572
|
const numFmtEl = findNumFmtElement(levelDef);
|
|
66563
66573
|
const lvlText = getAttribute(findChild(levelDef, "w:lvlText"), "w:val");
|
|
66564
66574
|
const start2 = startOverride ?? parseNumberAttr(getAttribute(findChild(levelDef, "w:start"), "w:val"));
|
|
@@ -67301,13 +67311,18 @@ const computeParagraphAttrs = (para, styleContext, listCounterContext, converter
|
|
|
67301
67311
|
}
|
|
67302
67312
|
}
|
|
67303
67313
|
paragraphAttrs.wordLayout = wordLayout;
|
|
67304
|
-
|
|
67305
|
-
|
|
67306
|
-
|
|
67307
|
-
|
|
67308
|
-
|
|
67309
|
-
|
|
67310
|
-
}
|
|
67314
|
+
}
|
|
67315
|
+
if (enrichedNumberingProps.resolvedLevelIndent) {
|
|
67316
|
+
const resolvedIndentPx = convertIndentTwipsToPx(enrichedNumberingProps.resolvedLevelIndent);
|
|
67317
|
+
const baseIndent = resolvedIndentPx ?? enrichedNumberingProps.resolvedLevelIndent;
|
|
67318
|
+
paragraphAttrs.indent = {
|
|
67319
|
+
...baseIndent,
|
|
67320
|
+
...normalizedIndent ?? {}
|
|
67321
|
+
};
|
|
67322
|
+
if (normalizedIndent?.firstLine !== void 0) {
|
|
67323
|
+
delete paragraphAttrs.indent.hanging;
|
|
67324
|
+
} else if (normalizedIndent?.hanging !== void 0) {
|
|
67325
|
+
delete paragraphAttrs.indent.firstLine;
|
|
67311
67326
|
}
|
|
67312
67327
|
}
|
|
67313
67328
|
paragraphAttrs.numberingProperties = enrichedNumberingProps;
|
|
@@ -75271,10 +75286,10 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75271
75286
|
let markerStartPos;
|
|
75272
75287
|
if (isFirstLineIndentMode && wordLayout.marker.markerX !== void 0 && Number.isFinite(wordLayout.marker.markerX)) {
|
|
75273
75288
|
markerStartPos = wordLayout.marker.markerX;
|
|
75274
|
-
} else if (isFirstLineIndentMode) {
|
|
75275
|
-
markerStartPos = paraIndentLeft + (paraIndent?.firstLine ?? 0);
|
|
75276
75289
|
} else {
|
|
75277
|
-
|
|
75290
|
+
const hanging = paraIndent?.hanging ?? 0;
|
|
75291
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
75292
|
+
markerStartPos = paraIndentLeft - hanging + firstLine;
|
|
75278
75293
|
}
|
|
75279
75294
|
const validMarkerStartPos = Number.isFinite(markerStartPos) ? markerStartPos : 0;
|
|
75280
75295
|
lineEl.style.paddingLeft = `${validMarkerStartPos}px`;
|
|
@@ -75342,15 +75357,27 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75342
75357
|
tabWidth = LIST_MARKER_GAP$1;
|
|
75343
75358
|
}
|
|
75344
75359
|
} else {
|
|
75345
|
-
const
|
|
75346
|
-
|
|
75347
|
-
|
|
75360
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
75361
|
+
const textStart = paraIndentLeft + firstLine;
|
|
75362
|
+
tabWidth = textStart - currentPos;
|
|
75363
|
+
if (tabWidth <= 0) {
|
|
75348
75364
|
tabWidth = DEFAULT_TAB_INTERVAL_PX$1 - currentPos % DEFAULT_TAB_INTERVAL_PX$1;
|
|
75349
|
-
|
|
75365
|
+
} else if (tabWidth < LIST_MARKER_GAP$1) {
|
|
75366
|
+
tabWidth = LIST_MARKER_GAP$1;
|
|
75350
75367
|
}
|
|
75351
75368
|
}
|
|
75352
75369
|
} else {
|
|
75353
|
-
|
|
75370
|
+
const gutterWidth = fragment.markerGutter ?? wordLayout.marker.gutterWidthPx;
|
|
75371
|
+
if (gutterWidth !== void 0 && Number.isFinite(gutterWidth) && gutterWidth > 0) {
|
|
75372
|
+
tabWidth = gutterWidth;
|
|
75373
|
+
} else {
|
|
75374
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
75375
|
+
const textStart = paraIndentLeft + firstLine;
|
|
75376
|
+
tabWidth = textStart - validMarkerStartPos;
|
|
75377
|
+
}
|
|
75378
|
+
if (tabWidth < LIST_MARKER_GAP$1) {
|
|
75379
|
+
tabWidth = LIST_MARKER_GAP$1;
|
|
75380
|
+
}
|
|
75354
75381
|
}
|
|
75355
75382
|
tabEl.style.display = "inline-block";
|
|
75356
75383
|
tabEl.style.width = `${tabWidth}px`;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, onMounted, onUnmounted, computed, createElementBlock, openBlock, withModifiers, createElementVNode, withDirectives, unref, vModelText, createCommentVNode, nextTick } from "vue";
|
|
2
|
-
import { T as TextSelection } from "./chunks/converter-
|
|
3
|
-
import { _ as _export_sfc } from "./chunks/editor-
|
|
2
|
+
import { T as TextSelection } from "./chunks/converter-CWmKgkFT.js";
|
|
3
|
+
import { _ as _export_sfc } from "./chunks/editor-Dmk80b6P.js";
|
|
4
4
|
const DEFAULT_API_ENDPOINT = "https://sd-dev-express-gateway-i6xtm.ondigitalocean.app/insights";
|
|
5
5
|
const SYSTEM_PROMPT = "You are an expert copywriter and you are immersed in a document editor. You are to provide document related text responses based on the user prompts. Only write what is asked for. Do not provide explanations. Try to keep placeholders as short as possible. Do not output your prompt. Your instructions are: ";
|
|
6
6
|
async function baseInsightsFetch(payload, options = {}) {
|
|
@@ -42691,7 +42691,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
42691
42691
|
static getStoredSuperdocVersion(docx) {
|
|
42692
42692
|
return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42693
42693
|
}
|
|
42694
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.
|
|
42694
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.84") {
|
|
42695
42695
|
return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
42696
42696
|
}
|
|
42697
42697
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-
|
|
1
|
+
import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-CWmKgkFT.js";
|
|
2
2
|
function commonjsRequire(path) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|
|
@@ -12,8 +12,8 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
12
12
|
var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, dispatchWithFallback_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, getPluginKeyName_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, checkFonts_fn, determineUnsupportedFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _map, _editor2, _descriptors, _collections, _editorEntries, _maxCachedEditors, _editorAccessOrder, _pendingCreations, _cacheHits, _cacheMisses, _evictions, _HeaderFooterEditorManager_instances, hasConverter_fn, extractCollections_fn, collectDescriptors_fn, teardownMissingEditors_fn, teardownEditors_fn, createEditor_fn, createEditorContainer_fn, registerConverterEditor_fn, unregisterConverterEditor_fn, updateAccessOrder_fn, enforceCacheSizeLimit_fn, _manager, _mediaFiles, _blockCache, _HeaderFooterLayoutAdapter_instances, getBlocks_fn, getConverterContext_fn, _selectionOverlay, _activeEditorHost, _activeDecorationContainer, _activeRegion, _borderLine, _dimmingOverlay, _EditorOverlayManager_instances, findDecorationContainer_fn, ensureEditorHost_fn, positionEditorHost_fn, hideDimmingOverlay_fn, showHeaderFooterBorder_fn, hideHeaderFooterBorder_fn, _instances, _options, _editor3, _visibleHost, _viewportHost, _painterHost, _selectionOverlay2, _hiddenHost, _layoutOptions, _layoutState, _domPainter, _dragHandlerCleanup, _layoutError, _layoutErrorState, _errorBanner, _errorBannerMessage, _telemetryEmitter, _renderScheduled, _pendingDocChange, _isRerendering, _selectionUpdateScheduled, _remoteCursorUpdateScheduled, _rafHandle, _editorListeners, _sectionMetadata, _documentMode, _inputBridge, _trackedChangesMode, _trackedChangesEnabled, _trackedChangesOverrides, _headerFooterManager, _headerFooterAdapter, _headerFooterIdentifier, _multiSectionIdentifier, _headerLayoutResults, _footerLayoutResults, _headerLayoutsByRId, _footerLayoutsByRId, _headerDecorationProvider, _footerDecorationProvider, _headerFooterManagerCleanups, _headerRegions, _footerRegions, _session, _activeHeaderFooterEditor, _overlayManager, _hoverOverlay, _hoverTooltip, _modeBanner, _ariaLiveRegion, _hoverRegion, _clickCount, _lastClickTime, _lastClickPosition, _lastSelectedImageBlockId, _dragAnchor, _isDragging, _dragExtensionMode, _cellAnchor, _cellDragMode, _remoteCursorState, _remoteCursorElements, _remoteCursorDirty, _remoteCursorOverlay, _localSelectionLayer, _awarenessCleanup, _scrollCleanup, _scrollTimeout, _lastRemoteCursorRenderTime, _remoteCursorThrottleTimeout, _PresentationEditor_instances, collectCommentPositions_fn, aggregateLayoutBounds_fn, safeCleanup_fn, setupEditorListeners_fn, setupCollaborationCursors_fn, updateLocalAwarenessCursor_fn, normalizeAwarenessStates_fn, getFallbackColor_fn, getValidatedColor_fn, scheduleRemoteCursorUpdate_fn, scheduleRemoteCursorReRender_fn, updateRemoteCursors_fn, renderRemoteCursors_fn, renderRemoteCaret_fn, renderRemoteCursorLabel_fn, renderRemoteSelection_fn, setupPointerHandlers_fn, setupDragHandlers_fn, focusEditorAfterImageSelection_fn, setupInputBridge_fn, initHeaderFooterRegistry_fn, _handlePointerDown, getFirstTextPosition_fn, registerPointerClick_fn, getCellPosFromTableHit_fn, getTablePosFromHit_fn, shouldUseCellSelection_fn, setCellAnchor_fn, clearCellAnchor_fn, hitTestTable_fn, selectWordAt_fn, selectParagraphAt_fn, calculateExtendedSelection_fn, isWordCharacter_fn, _handlePointerMove, _handlePointerLeave, _handlePointerUp, _handleDragOver, _handleDrop, _handleDoubleClick, _handleKeyDown, focusHeaderFooterShortcut_fn, scheduleRerender_fn, flushRerenderQueue_fn, rerender_fn, ensurePainter_fn, scheduleSelectionUpdate_fn, updateSelection_fn, resolveLayoutOptions_fn, buildHeaderFooterInput_fn, computeHeaderFooterConstraints_fn, layoutPerRIdHeaderFooters_fn, updateDecorationProviders_fn, createDecorationProvider_fn, findHeaderFooterPageForPageNumber_fn, computeDecorationBox_fn, computeExpectedSectionType_fn, rebuildHeaderFooterRegions_fn, hitTestHeaderFooterRegion_fn, pointInRegion_fn, activateHeaderFooterRegion_fn, enterHeaderFooterMode_fn, exitHeaderFooterMode_fn, getActiveDomTarget_fn, emitHeaderFooterModeChanged_fn, emitHeaderFooterEditingContext_fn, updateAwarenessSession_fn, updateModeBanner_fn, announce_fn, validateHeaderFooterEditPermission_fn, emitHeaderFooterEditBlocked_fn, resolveDescriptorForRegion_fn, createDefaultHeaderFooter_fn, getPageElement_fn, scrollPageIntoView_fn, computeAnchorMap_fn, waitForPageMount_fn, getBodyPageHeight_fn, getHeaderFooterPageHeight_fn, applyDomCorrectionToRects_fn, renderCellSelectionOverlay_fn, renderSelectionRects_fn, renderHoverRegion_fn, clearHoverRegion_fn, renderCaretOverlay_fn, getHeaderFooterContext_fn, computeHeaderFooterSelectionRects_fn, syncTrackedChangesPreferences_fn, deriveTrackedChangesMode_fn, deriveTrackedChangesEnabled_fn, getTrackChangesPluginState_fn, computeDefaultLayoutDefaults_fn, parseColumns_fn, inchesToPx_fn, applyZoom_fn, createLayoutMetrics_fn, getPageOffsetX_fn, convertPageLocalToOverlayCoords_fn, computeDomCaretPageLocal_fn, normalizeClientPoint_fn, computeCaretLayoutRectGeometry_fn, computeCaretLayoutRect_fn, computeCaretLayoutRectFromDOM_fn, computeTableCaretLayoutRect_fn, findLineContainingPos_fn, lineHeightBeforeIndex_fn, getCurrentPageIndex_fn, findRegionForPage_fn, handleLayoutError_fn, decorateError_fn, showLayoutErrorBanner_fn, dismissErrorBanner_fn, createHiddenHost_fn, _windowRoot, _layoutSurfaces, _getTargetDom, _isEditable, _onTargetChanged, _listeners, _currentTarget, _destroyed, _useWindowFallback, _PresentationInputBridge_instances, addListener_fn, dispatchToTarget_fn, forwardKeyboardEvent_fn, forwardTextEvent_fn, forwardCompositionEvent_fn, forwardContextMenu_fn, isEventOnActiveTarget_fn, shouldSkipSurface_fn, isInLayoutSurface_fn, getListenerTargets_fn, isPlainCharacterKey_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ParagraphNodeView_instances, checkShouldUpdate_fn, updateHTMLAttributes_fn, updateDOMStyles_fn, resolveNeighborParagraphProperties_fn, updateListStyles_fn, initList_fn, checkIsList_fn, createMarker_fn, createSeparator_fn, calculateTabSeparatorStyle_fn, calculateMarkerStyle_fn, removeList_fn, getParagraphContext_fn, scheduleAnimation_fn, cancelScheduledAnimation_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _VectorShapeView_instances, ensureParentPositioned_fn, _ShapeGroupView_instances, ensureParentPositioned_fn2;
|
|
13
13
|
import * as Y from "yjs";
|
|
14
14
|
import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
|
|
15
|
-
import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-
|
|
16
|
-
import { D as DocxZipper } from "./docx-zipper-
|
|
15
|
+
import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-CWmKgkFT.js";
|
|
16
|
+
import { D as DocxZipper } from "./docx-zipper-CFgPPujz.js";
|
|
17
17
|
import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
|
|
18
18
|
var GOOD_LEAF_SIZE = 200;
|
|
19
19
|
var RopeSequence = function RopeSequence2() {
|
|
@@ -13923,7 +13923,7 @@ const isHeadless = (editor) => {
|
|
|
13923
13923
|
const shouldSkipNodeView = (editor) => {
|
|
13924
13924
|
return isHeadless(editor);
|
|
13925
13925
|
};
|
|
13926
|
-
const summaryVersion = "1.0.0-beta.
|
|
13926
|
+
const summaryVersion = "1.0.0-beta.84";
|
|
13927
13927
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
13928
13928
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
13929
13929
|
function mapAttributes(attrs) {
|
|
@@ -14715,7 +14715,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
14715
14715
|
{ default: remarkStringify },
|
|
14716
14716
|
{ default: remarkGfm }
|
|
14717
14717
|
] = await Promise.all([
|
|
14718
|
-
import("./index-
|
|
14718
|
+
import("./index-ByDo0rez.js"),
|
|
14719
14719
|
import("./index-DRCvimau.js"),
|
|
14720
14720
|
import("./index-C_x_N6Uh.js"),
|
|
14721
14721
|
import("./index-D_sWOSiG.js"),
|
|
@@ -14920,7 +14920,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
14920
14920
|
* Process collaboration migrations
|
|
14921
14921
|
*/
|
|
14922
14922
|
processCollaborationMigrations() {
|
|
14923
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.
|
|
14923
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.84");
|
|
14924
14924
|
if (!this.options.ydoc) return;
|
|
14925
14925
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
14926
14926
|
let docVersion = metaMap.get("version");
|
|
@@ -20974,13 +20974,21 @@ const findNumFmtElement = (lvl) => {
|
|
|
20974
20974
|
const resolveNumberingFromContext = (numId, ilvl, numbering) => {
|
|
20975
20975
|
const definitions = numbering?.definitions;
|
|
20976
20976
|
const abstracts = numbering?.abstracts;
|
|
20977
|
-
if (!definitions || !abstracts)
|
|
20977
|
+
if (!definitions || !abstracts) {
|
|
20978
|
+
return void 0;
|
|
20979
|
+
}
|
|
20978
20980
|
const numDef = asOoxmlElement(definitions[String(numId)]);
|
|
20979
|
-
if (!numDef)
|
|
20981
|
+
if (!numDef) {
|
|
20982
|
+
return void 0;
|
|
20983
|
+
}
|
|
20980
20984
|
const abstractId = getAttribute(findChild(numDef, "w:abstractNumId"), "w:val");
|
|
20981
|
-
if (abstractId == null)
|
|
20985
|
+
if (abstractId == null) {
|
|
20986
|
+
return void 0;
|
|
20987
|
+
}
|
|
20982
20988
|
const abstract = asOoxmlElement(abstracts[String(abstractId)]);
|
|
20983
|
-
if (!abstract)
|
|
20989
|
+
if (!abstract) {
|
|
20990
|
+
return void 0;
|
|
20991
|
+
}
|
|
20984
20992
|
let levelDef = abstract.elements?.find(
|
|
20985
20993
|
(el) => el?.name === "w:lvl" && parseNumberAttr(el.attributes?.["w:ilvl"]) === ilvl
|
|
20986
20994
|
);
|
|
@@ -20992,7 +21000,9 @@ const resolveNumberingFromContext = (numId, ilvl, numbering) => {
|
|
|
20992
21000
|
levelDef = overrideLvl;
|
|
20993
21001
|
}
|
|
20994
21002
|
const startOverride = parseNumberAttr(getAttribute(findChild(override, "w:startOverride"), "w:val"));
|
|
20995
|
-
if (!levelDef)
|
|
21003
|
+
if (!levelDef) {
|
|
21004
|
+
return void 0;
|
|
21005
|
+
}
|
|
20996
21006
|
const numFmtEl = findNumFmtElement(levelDef);
|
|
20997
21007
|
const lvlText = getAttribute(findChild(levelDef, "w:lvlText"), "w:val");
|
|
20998
21008
|
const start2 = startOverride ?? parseNumberAttr(getAttribute(findChild(levelDef, "w:start"), "w:val"));
|
|
@@ -21735,13 +21745,18 @@ const computeParagraphAttrs = (para, styleContext, listCounterContext, converter
|
|
|
21735
21745
|
}
|
|
21736
21746
|
}
|
|
21737
21747
|
paragraphAttrs.wordLayout = wordLayout;
|
|
21738
|
-
|
|
21739
|
-
|
|
21740
|
-
|
|
21741
|
-
|
|
21742
|
-
|
|
21743
|
-
|
|
21744
|
-
}
|
|
21748
|
+
}
|
|
21749
|
+
if (enrichedNumberingProps.resolvedLevelIndent) {
|
|
21750
|
+
const resolvedIndentPx = convertIndentTwipsToPx(enrichedNumberingProps.resolvedLevelIndent);
|
|
21751
|
+
const baseIndent = resolvedIndentPx ?? enrichedNumberingProps.resolvedLevelIndent;
|
|
21752
|
+
paragraphAttrs.indent = {
|
|
21753
|
+
...baseIndent,
|
|
21754
|
+
...normalizedIndent ?? {}
|
|
21755
|
+
};
|
|
21756
|
+
if (normalizedIndent?.firstLine !== void 0) {
|
|
21757
|
+
delete paragraphAttrs.indent.hanging;
|
|
21758
|
+
} else if (normalizedIndent?.hanging !== void 0) {
|
|
21759
|
+
delete paragraphAttrs.indent.firstLine;
|
|
21745
21760
|
}
|
|
21746
21761
|
}
|
|
21747
21762
|
paragraphAttrs.numberingProperties = enrichedNumberingProps;
|
|
@@ -29705,10 +29720,10 @@ const _DomPainter = class _DomPainter {
|
|
|
29705
29720
|
let markerStartPos;
|
|
29706
29721
|
if (isFirstLineIndentMode && wordLayout.marker.markerX !== void 0 && Number.isFinite(wordLayout.marker.markerX)) {
|
|
29707
29722
|
markerStartPos = wordLayout.marker.markerX;
|
|
29708
|
-
} else if (isFirstLineIndentMode) {
|
|
29709
|
-
markerStartPos = paraIndentLeft + (paraIndent?.firstLine ?? 0);
|
|
29710
29723
|
} else {
|
|
29711
|
-
|
|
29724
|
+
const hanging = paraIndent?.hanging ?? 0;
|
|
29725
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
29726
|
+
markerStartPos = paraIndentLeft - hanging + firstLine;
|
|
29712
29727
|
}
|
|
29713
29728
|
const validMarkerStartPos = Number.isFinite(markerStartPos) ? markerStartPos : 0;
|
|
29714
29729
|
lineEl.style.paddingLeft = `${validMarkerStartPos}px`;
|
|
@@ -29776,15 +29791,27 @@ const _DomPainter = class _DomPainter {
|
|
|
29776
29791
|
tabWidth = LIST_MARKER_GAP$1;
|
|
29777
29792
|
}
|
|
29778
29793
|
} else {
|
|
29779
|
-
const
|
|
29780
|
-
|
|
29781
|
-
|
|
29794
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
29795
|
+
const textStart = paraIndentLeft + firstLine;
|
|
29796
|
+
tabWidth = textStart - currentPos;
|
|
29797
|
+
if (tabWidth <= 0) {
|
|
29782
29798
|
tabWidth = DEFAULT_TAB_INTERVAL_PX$1 - currentPos % DEFAULT_TAB_INTERVAL_PX$1;
|
|
29783
|
-
|
|
29799
|
+
} else if (tabWidth < LIST_MARKER_GAP$1) {
|
|
29800
|
+
tabWidth = LIST_MARKER_GAP$1;
|
|
29784
29801
|
}
|
|
29785
29802
|
}
|
|
29786
29803
|
} else {
|
|
29787
|
-
|
|
29804
|
+
const gutterWidth = fragment.markerGutter ?? wordLayout.marker.gutterWidthPx;
|
|
29805
|
+
if (gutterWidth !== void 0 && Number.isFinite(gutterWidth) && gutterWidth > 0) {
|
|
29806
|
+
tabWidth = gutterWidth;
|
|
29807
|
+
} else {
|
|
29808
|
+
const firstLine = paraIndent?.firstLine ?? 0;
|
|
29809
|
+
const textStart = paraIndentLeft + firstLine;
|
|
29810
|
+
tabWidth = textStart - validMarkerStartPos;
|
|
29811
|
+
}
|
|
29812
|
+
if (tabWidth < LIST_MARKER_GAP$1) {
|
|
29813
|
+
tabWidth = LIST_MARKER_GAP$1;
|
|
29814
|
+
}
|
|
29788
29815
|
}
|
|
29789
29816
|
tabEl.style.display = "inline-block";
|
|
29790
29817
|
tabEl.style.width = `${tabWidth}px`;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, onMounted, onBeforeUnmount, createVNode, readonly, watch, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
|
|
2
|
-
import { p as process$1 } from "./converter-
|
|
3
|
-
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-
|
|
2
|
+
import { p as process$1 } from "./converter-CWmKgkFT.js";
|
|
3
|
+
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-Dmk80b6P.js";
|
|
4
4
|
const sanitizeNumber = (value, defaultNumber) => {
|
|
5
5
|
let sanitized = value.replace(/[^0-9.]/g, "");
|
|
6
6
|
sanitized = parseFloat(sanitized);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E } from "./chunks/editor-
|
|
2
|
-
import "./chunks/converter-
|
|
3
|
-
import "./chunks/docx-zipper-
|
|
1
|
+
import { E } from "./chunks/editor-Dmk80b6P.js";
|
|
2
|
+
import "./chunks/converter-CWmKgkFT.js";
|
|
3
|
+
import "./chunks/docx-zipper-CFgPPujz.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|