@harbour-enterprises/superdoc 1.0.0-beta.91 → 1.0.0-beta.92
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-D7lP-5Q1.cjs → PdfViewer-BYKB8fT_.cjs} +1 -1
- package/dist/chunks/{PdfViewer-SGaot_Xd.es.js → PdfViewer-CrMwuKcn.es.js} +1 -1
- package/dist/chunks/{index-BGhI0Tn-.cjs → index-BZloH4nq.cjs} +3 -3
- package/dist/chunks/{index-DyRYxNDJ.es.js → index-CUUqzJ4M.es.js} +3 -3
- package/dist/chunks/{index-CJTzjw3v-BbD6ZDSJ.es.js → index-CqnVFwjL-DJT5AqWq.es.js} +1 -1
- package/dist/chunks/{index-CJTzjw3v-BQGgIJSs.cjs → index-CqnVFwjL-zbanjw1O.cjs} +1 -1
- package/dist/chunks/{super-editor.es-CTUuTH0r.es.js → super-editor.es-ALp2ApyE.es.js} +18 -11
- package/dist/chunks/{super-editor.es-BA4fESs2.cjs → super-editor.es-DvpDTsC4.cjs} +18 -11
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-O4-ONmMv.js → converter-CpOA_SSA.js} +1 -1
- package/dist/super-editor/chunks/{docx-zipper-CiUku8wa.js → docx-zipper-zilXqAq6.js} +1 -1
- package/dist/super-editor/chunks/{editor-Aj9ko-SB.js → editor-DvF9Gp0h.js} +19 -12
- package/dist/super-editor/chunks/{index-CJTzjw3v.js → index-CqnVFwjL.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-D0AIe1Gv.js → toolbar-BVOTlKFf.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 +20 -13
- 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-BZloH4nq.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-CUUqzJ4M.es.js";
|
|
3
3
|
function self(vars) {
|
|
4
4
|
const {
|
|
5
5
|
opacityDisabled,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_es = require("./super-editor.es-
|
|
2
|
+
const superEditor_es = require("./super-editor.es-DvpDTsC4.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-BYKB8fT_.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.92";
|
|
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-ALp2ApyE.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-CrMwuKcn.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.92";
|
|
18144
18144
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18145
18145
|
this.superdocId = config.superdocId || v4();
|
|
18146
18146
|
this.colors = this.config.colors;
|
|
@@ -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-DvpDTsC4.cjs");
|
|
4
4
|
const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
|
|
5
5
|
function bail(error) {
|
|
6
6
|
if (error) {
|
|
@@ -42380,7 +42380,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
42380
42380
|
static getStoredSuperdocVersion(docx) {
|
|
42381
42381
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42382
42382
|
}
|
|
42383
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.
|
|
42383
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.92") {
|
|
42384
42384
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
42385
42385
|
}
|
|
42386
42386
|
/**
|
|
@@ -59586,7 +59586,7 @@ const isHeadless = (editor) => {
|
|
|
59586
59586
|
const shouldSkipNodeView = (editor) => {
|
|
59587
59587
|
return isHeadless(editor);
|
|
59588
59588
|
};
|
|
59589
|
-
const summaryVersion = "1.0.0-beta.
|
|
59589
|
+
const summaryVersion = "1.0.0-beta.92";
|
|
59590
59590
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
59591
59591
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
59592
59592
|
function mapAttributes(attrs) {
|
|
@@ -60375,7 +60375,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60375
60375
|
{ default: remarkStringify },
|
|
60376
60376
|
{ default: remarkGfm }
|
|
60377
60377
|
] = await Promise.all([
|
|
60378
|
-
import("./index-
|
|
60378
|
+
import("./index-CqnVFwjL-DJT5AqWq.es.js"),
|
|
60379
60379
|
import("./index-DRCvimau-Cw339678.es.js"),
|
|
60380
60380
|
import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
|
|
60381
60381
|
import("./index-D_sWOSiG-DE96TaT5.es.js"),
|
|
@@ -60580,7 +60580,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60580
60580
|
* Process collaboration migrations
|
|
60581
60581
|
*/
|
|
60582
60582
|
processCollaborationMigrations() {
|
|
60583
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.
|
|
60583
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.92");
|
|
60584
60584
|
if (!this.options.ydoc) return;
|
|
60585
60585
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
60586
60586
|
let docVersion = metaMap.get("version");
|
|
@@ -68322,16 +68322,20 @@ function paragraphToFlowBlocks$1(para, nextBlockId, positions, defaultFont, defa
|
|
|
68322
68322
|
paragraphAttrs.spacing = spacing;
|
|
68323
68323
|
}
|
|
68324
68324
|
if (paragraphAttrs?.numberingProperties && paragraphAttrs?.wordLayout) {
|
|
68325
|
+
const numberingProps = paragraphAttrs.numberingProperties;
|
|
68326
|
+
const resolvedMarkerRpr = numberingProps.resolvedMarkerRpr;
|
|
68327
|
+
const hasExplicitMarkerFont = resolvedMarkerRpr?.fontFamily != null;
|
|
68328
|
+
const hasExplicitMarkerSize = resolvedMarkerRpr?.fontSize != null;
|
|
68325
68329
|
const firstRunFont = extractFirstTextRunFont(para);
|
|
68326
68330
|
if (firstRunFont) {
|
|
68327
68331
|
const wordLayout = paragraphAttrs.wordLayout;
|
|
68328
68332
|
const marker = wordLayout.marker;
|
|
68329
68333
|
if (marker?.run) {
|
|
68330
68334
|
const markerRun = marker.run;
|
|
68331
|
-
if (firstRunFont.fontSizePx != null && Number.isFinite(firstRunFont.fontSizePx)) {
|
|
68335
|
+
if (!hasExplicitMarkerSize && firstRunFont.fontSizePx != null && Number.isFinite(firstRunFont.fontSizePx)) {
|
|
68332
68336
|
markerRun.fontSize = firstRunFont.fontSizePx;
|
|
68333
68337
|
}
|
|
68334
|
-
if (firstRunFont.fontFamily) {
|
|
68338
|
+
if (!hasExplicitMarkerFont && firstRunFont.fontFamily) {
|
|
68335
68339
|
markerRun.fontFamily = firstRunFont.fontFamily;
|
|
68336
68340
|
}
|
|
68337
68341
|
}
|
|
@@ -73259,7 +73263,7 @@ function renderListMarker(params2) {
|
|
|
73259
73263
|
markerEl.classList.add("superdoc-paragraph-marker");
|
|
73260
73264
|
markerEl.textContent = markerLayout?.markerText ?? "";
|
|
73261
73265
|
markerEl.style.display = "inline-block";
|
|
73262
|
-
markerEl.style.fontFamily = markerLayout?.run?.fontFamily ?? "";
|
|
73266
|
+
markerEl.style.fontFamily = toCssFontFamily(markerLayout?.run?.fontFamily) ?? markerLayout?.run?.fontFamily ?? "";
|
|
73263
73267
|
if (markerLayout?.run?.fontSize != null) {
|
|
73264
73268
|
markerEl.style.fontSize = `${markerLayout.run.fontSize}px`;
|
|
73265
73269
|
}
|
|
@@ -74398,6 +74402,9 @@ function isMinimalWordLayout(value) {
|
|
|
74398
74402
|
return false;
|
|
74399
74403
|
}
|
|
74400
74404
|
const marker = obj.marker;
|
|
74405
|
+
if (marker.markerText !== void 0 && typeof marker.markerText !== "string") {
|
|
74406
|
+
return false;
|
|
74407
|
+
}
|
|
74401
74408
|
if (marker.markerX !== void 0 && typeof marker.markerX !== "number") {
|
|
74402
74409
|
return false;
|
|
74403
74410
|
}
|
|
@@ -75383,7 +75390,7 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75383
75390
|
markerContainer.style.left = `${markerLeftX}px`;
|
|
75384
75391
|
markerContainer.style.top = "0";
|
|
75385
75392
|
}
|
|
75386
|
-
markerEl.style.fontFamily = wordLayout.marker.run.fontFamily;
|
|
75393
|
+
markerEl.style.fontFamily = toCssFontFamily(wordLayout.marker.run.fontFamily) ?? wordLayout.marker.run.fontFamily;
|
|
75387
75394
|
markerEl.style.fontSize = `${wordLayout.marker.run.fontSize}px`;
|
|
75388
75395
|
markerEl.style.fontWeight = wordLayout.marker.run.bold ? "bold" : "";
|
|
75389
75396
|
markerEl.style.fontStyle = wordLayout.marker.run.italic ? "italic" : "";
|
|
@@ -75580,7 +75587,7 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75580
75587
|
markerEl.style.width = `${Math.max(0, fragment.markerWidth - LIST_MARKER_GAP$1)}px`;
|
|
75581
75588
|
markerEl.style.paddingRight = `${LIST_MARKER_GAP$1}px`;
|
|
75582
75589
|
markerEl.style.textAlign = marker.justification ?? "left";
|
|
75583
|
-
markerEl.style.fontFamily = marker.run.fontFamily;
|
|
75590
|
+
markerEl.style.fontFamily = toCssFontFamily(marker.run.fontFamily) ?? marker.run.fontFamily;
|
|
75584
75591
|
markerEl.style.fontSize = `${marker.run.fontSize}px`;
|
|
75585
75592
|
if (marker.run.bold) markerEl.style.fontWeight = "bold";
|
|
75586
75593
|
if (marker.run.italic) markerEl.style.fontStyle = "italic";
|
|
@@ -85034,7 +85041,7 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
85034
85041
|
let markerInfo;
|
|
85035
85042
|
if (wordLayout?.marker) {
|
|
85036
85043
|
const markerRun = {
|
|
85037
|
-
fontFamily: wordLayout.marker.run.fontFamily,
|
|
85044
|
+
fontFamily: toCssFontFamily(wordLayout.marker.run.fontFamily) ?? wordLayout.marker.run.fontFamily,
|
|
85038
85045
|
fontSize: wordLayout.marker.run.fontSize,
|
|
85039
85046
|
bold: wordLayout.marker.run.bold,
|
|
85040
85047
|
italic: wordLayout.marker.run.italic
|
|
@@ -85362,7 +85369,7 @@ async function measureListBlock(block, constraints) {
|
|
|
85362
85369
|
const marker = wordLayout.marker;
|
|
85363
85370
|
const markerFontRun = {
|
|
85364
85371
|
text: marker.markerText,
|
|
85365
|
-
fontFamily: marker.run.fontFamily,
|
|
85372
|
+
fontFamily: toCssFontFamily(marker.run.fontFamily) ?? marker.run.fontFamily,
|
|
85366
85373
|
fontSize: marker.run.fontSize,
|
|
85367
85374
|
bold: marker.run.bold,
|
|
85368
85375
|
italic: marker.run.italic,
|
|
@@ -42397,7 +42397,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
42397
42397
|
static getStoredSuperdocVersion(docx) {
|
|
42398
42398
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42399
42399
|
}
|
|
42400
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.
|
|
42400
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.92") {
|
|
42401
42401
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
42402
42402
|
}
|
|
42403
42403
|
/**
|
|
@@ -59603,7 +59603,7 @@ const isHeadless = (editor) => {
|
|
|
59603
59603
|
const shouldSkipNodeView = (editor) => {
|
|
59604
59604
|
return isHeadless(editor);
|
|
59605
59605
|
};
|
|
59606
|
-
const summaryVersion = "1.0.0-beta.
|
|
59606
|
+
const summaryVersion = "1.0.0-beta.92";
|
|
59607
59607
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
59608
59608
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
59609
59609
|
function mapAttributes(attrs) {
|
|
@@ -60392,7 +60392,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60392
60392
|
{ default: remarkStringify },
|
|
60393
60393
|
{ default: remarkGfm }
|
|
60394
60394
|
] = await Promise.all([
|
|
60395
|
-
Promise.resolve().then(() => require("./index-
|
|
60395
|
+
Promise.resolve().then(() => require("./index-CqnVFwjL-zbanjw1O.cjs")),
|
|
60396
60396
|
Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
|
|
60397
60397
|
Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
|
|
60398
60398
|
Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
|
|
@@ -60597,7 +60597,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
60597
60597
|
* Process collaboration migrations
|
|
60598
60598
|
*/
|
|
60599
60599
|
processCollaborationMigrations() {
|
|
60600
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.
|
|
60600
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.92");
|
|
60601
60601
|
if (!this.options.ydoc) return;
|
|
60602
60602
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
60603
60603
|
let docVersion = metaMap.get("version");
|
|
@@ -68339,16 +68339,20 @@ function paragraphToFlowBlocks$1(para, nextBlockId, positions, defaultFont, defa
|
|
|
68339
68339
|
paragraphAttrs.spacing = spacing;
|
|
68340
68340
|
}
|
|
68341
68341
|
if (paragraphAttrs?.numberingProperties && paragraphAttrs?.wordLayout) {
|
|
68342
|
+
const numberingProps = paragraphAttrs.numberingProperties;
|
|
68343
|
+
const resolvedMarkerRpr = numberingProps.resolvedMarkerRpr;
|
|
68344
|
+
const hasExplicitMarkerFont = resolvedMarkerRpr?.fontFamily != null;
|
|
68345
|
+
const hasExplicitMarkerSize = resolvedMarkerRpr?.fontSize != null;
|
|
68342
68346
|
const firstRunFont = extractFirstTextRunFont(para);
|
|
68343
68347
|
if (firstRunFont) {
|
|
68344
68348
|
const wordLayout = paragraphAttrs.wordLayout;
|
|
68345
68349
|
const marker = wordLayout.marker;
|
|
68346
68350
|
if (marker?.run) {
|
|
68347
68351
|
const markerRun = marker.run;
|
|
68348
|
-
if (firstRunFont.fontSizePx != null && Number.isFinite(firstRunFont.fontSizePx)) {
|
|
68352
|
+
if (!hasExplicitMarkerSize && firstRunFont.fontSizePx != null && Number.isFinite(firstRunFont.fontSizePx)) {
|
|
68349
68353
|
markerRun.fontSize = firstRunFont.fontSizePx;
|
|
68350
68354
|
}
|
|
68351
|
-
if (firstRunFont.fontFamily) {
|
|
68355
|
+
if (!hasExplicitMarkerFont && firstRunFont.fontFamily) {
|
|
68352
68356
|
markerRun.fontFamily = firstRunFont.fontFamily;
|
|
68353
68357
|
}
|
|
68354
68358
|
}
|
|
@@ -73276,7 +73280,7 @@ function renderListMarker(params2) {
|
|
|
73276
73280
|
markerEl.classList.add("superdoc-paragraph-marker");
|
|
73277
73281
|
markerEl.textContent = markerLayout?.markerText ?? "";
|
|
73278
73282
|
markerEl.style.display = "inline-block";
|
|
73279
|
-
markerEl.style.fontFamily = markerLayout?.run?.fontFamily ?? "";
|
|
73283
|
+
markerEl.style.fontFamily = toCssFontFamily(markerLayout?.run?.fontFamily) ?? markerLayout?.run?.fontFamily ?? "";
|
|
73280
73284
|
if (markerLayout?.run?.fontSize != null) {
|
|
73281
73285
|
markerEl.style.fontSize = `${markerLayout.run.fontSize}px`;
|
|
73282
73286
|
}
|
|
@@ -74415,6 +74419,9 @@ function isMinimalWordLayout(value) {
|
|
|
74415
74419
|
return false;
|
|
74416
74420
|
}
|
|
74417
74421
|
const marker = obj.marker;
|
|
74422
|
+
if (marker.markerText !== void 0 && typeof marker.markerText !== "string") {
|
|
74423
|
+
return false;
|
|
74424
|
+
}
|
|
74418
74425
|
if (marker.markerX !== void 0 && typeof marker.markerX !== "number") {
|
|
74419
74426
|
return false;
|
|
74420
74427
|
}
|
|
@@ -75400,7 +75407,7 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75400
75407
|
markerContainer.style.left = `${markerLeftX}px`;
|
|
75401
75408
|
markerContainer.style.top = "0";
|
|
75402
75409
|
}
|
|
75403
|
-
markerEl.style.fontFamily = wordLayout.marker.run.fontFamily;
|
|
75410
|
+
markerEl.style.fontFamily = toCssFontFamily(wordLayout.marker.run.fontFamily) ?? wordLayout.marker.run.fontFamily;
|
|
75404
75411
|
markerEl.style.fontSize = `${wordLayout.marker.run.fontSize}px`;
|
|
75405
75412
|
markerEl.style.fontWeight = wordLayout.marker.run.bold ? "bold" : "";
|
|
75406
75413
|
markerEl.style.fontStyle = wordLayout.marker.run.italic ? "italic" : "";
|
|
@@ -75597,7 +75604,7 @@ const _DomPainter = class _DomPainter2 {
|
|
|
75597
75604
|
markerEl.style.width = `${Math.max(0, fragment.markerWidth - LIST_MARKER_GAP$1)}px`;
|
|
75598
75605
|
markerEl.style.paddingRight = `${LIST_MARKER_GAP$1}px`;
|
|
75599
75606
|
markerEl.style.textAlign = marker.justification ?? "left";
|
|
75600
|
-
markerEl.style.fontFamily = marker.run.fontFamily;
|
|
75607
|
+
markerEl.style.fontFamily = toCssFontFamily(marker.run.fontFamily) ?? marker.run.fontFamily;
|
|
75601
75608
|
markerEl.style.fontSize = `${marker.run.fontSize}px`;
|
|
75602
75609
|
if (marker.run.bold) markerEl.style.fontWeight = "bold";
|
|
75603
75610
|
if (marker.run.italic) markerEl.style.fontStyle = "italic";
|
|
@@ -85051,7 +85058,7 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
85051
85058
|
let markerInfo;
|
|
85052
85059
|
if (wordLayout?.marker) {
|
|
85053
85060
|
const markerRun = {
|
|
85054
|
-
fontFamily: wordLayout.marker.run.fontFamily,
|
|
85061
|
+
fontFamily: toCssFontFamily(wordLayout.marker.run.fontFamily) ?? wordLayout.marker.run.fontFamily,
|
|
85055
85062
|
fontSize: wordLayout.marker.run.fontSize,
|
|
85056
85063
|
bold: wordLayout.marker.run.bold,
|
|
85057
85064
|
italic: wordLayout.marker.run.italic
|
|
@@ -85379,7 +85386,7 @@ async function measureListBlock(block, constraints) {
|
|
|
85379
85386
|
const marker = wordLayout.marker;
|
|
85380
85387
|
const markerFontRun = {
|
|
85381
85388
|
text: marker.markerText,
|
|
85382
|
-
fontFamily: marker.run.fontFamily,
|
|
85389
|
+
fontFamily: toCssFontFamily(marker.run.fontFamily) ?? marker.run.fontFamily,
|
|
85383
85390
|
fontSize: marker.run.fontSize,
|
|
85384
85391
|
bold: marker.run.bold,
|
|
85385
85392
|
italic: marker.run.italic,
|
|
@@ -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-CpOA_SSA.js";
|
|
3
|
+
import { _ as _export_sfc } from "./chunks/editor-DvF9Gp0h.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 = {}) {
|
|
@@ -42697,7 +42697,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
42697
42697
|
static getStoredSuperdocVersion(docx) {
|
|
42698
42698
|
return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42699
42699
|
}
|
|
42700
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.
|
|
42700
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.92") {
|
|
42701
42701
|
return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
42702
42702
|
}
|
|
42703
42703
|
/**
|
|
@@ -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-CpOA_SSA.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-CpOA_SSA.js";
|
|
16
|
+
import { D as DocxZipper } from "./docx-zipper-zilXqAq6.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() {
|
|
@@ -13940,7 +13940,7 @@ const isHeadless = (editor) => {
|
|
|
13940
13940
|
const shouldSkipNodeView = (editor) => {
|
|
13941
13941
|
return isHeadless(editor);
|
|
13942
13942
|
};
|
|
13943
|
-
const summaryVersion = "1.0.0-beta.
|
|
13943
|
+
const summaryVersion = "1.0.0-beta.92";
|
|
13944
13944
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
13945
13945
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
13946
13946
|
function mapAttributes(attrs) {
|
|
@@ -14732,7 +14732,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
14732
14732
|
{ default: remarkStringify },
|
|
14733
14733
|
{ default: remarkGfm }
|
|
14734
14734
|
] = await Promise.all([
|
|
14735
|
-
import("./index-
|
|
14735
|
+
import("./index-CqnVFwjL.js"),
|
|
14736
14736
|
import("./index-DRCvimau.js"),
|
|
14737
14737
|
import("./index-C_x_N6Uh.js"),
|
|
14738
14738
|
import("./index-D_sWOSiG.js"),
|
|
@@ -14937,7 +14937,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
14937
14937
|
* Process collaboration migrations
|
|
14938
14938
|
*/
|
|
14939
14939
|
processCollaborationMigrations() {
|
|
14940
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.
|
|
14940
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.92");
|
|
14941
14941
|
if (!this.options.ydoc) return;
|
|
14942
14942
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
14943
14943
|
let docVersion = metaMap.get("version");
|
|
@@ -22767,16 +22767,20 @@ function paragraphToFlowBlocks$1(para, nextBlockId, positions, defaultFont, defa
|
|
|
22767
22767
|
paragraphAttrs.spacing = spacing;
|
|
22768
22768
|
}
|
|
22769
22769
|
if (paragraphAttrs?.numberingProperties && paragraphAttrs?.wordLayout) {
|
|
22770
|
+
const numberingProps = paragraphAttrs.numberingProperties;
|
|
22771
|
+
const resolvedMarkerRpr = numberingProps.resolvedMarkerRpr;
|
|
22772
|
+
const hasExplicitMarkerFont = resolvedMarkerRpr?.fontFamily != null;
|
|
22773
|
+
const hasExplicitMarkerSize = resolvedMarkerRpr?.fontSize != null;
|
|
22770
22774
|
const firstRunFont = extractFirstTextRunFont(para);
|
|
22771
22775
|
if (firstRunFont) {
|
|
22772
22776
|
const wordLayout = paragraphAttrs.wordLayout;
|
|
22773
22777
|
const marker = wordLayout.marker;
|
|
22774
22778
|
if (marker?.run) {
|
|
22775
22779
|
const markerRun = marker.run;
|
|
22776
|
-
if (firstRunFont.fontSizePx != null && Number.isFinite(firstRunFont.fontSizePx)) {
|
|
22780
|
+
if (!hasExplicitMarkerSize && firstRunFont.fontSizePx != null && Number.isFinite(firstRunFont.fontSizePx)) {
|
|
22777
22781
|
markerRun.fontSize = firstRunFont.fontSizePx;
|
|
22778
22782
|
}
|
|
22779
|
-
if (firstRunFont.fontFamily) {
|
|
22783
|
+
if (!hasExplicitMarkerFont && firstRunFont.fontFamily) {
|
|
22780
22784
|
markerRun.fontFamily = firstRunFont.fontFamily;
|
|
22781
22785
|
}
|
|
22782
22786
|
}
|
|
@@ -27704,7 +27708,7 @@ function renderListMarker(params2) {
|
|
|
27704
27708
|
markerEl.classList.add("superdoc-paragraph-marker");
|
|
27705
27709
|
markerEl.textContent = markerLayout?.markerText ?? "";
|
|
27706
27710
|
markerEl.style.display = "inline-block";
|
|
27707
|
-
markerEl.style.fontFamily = markerLayout?.run?.fontFamily ?? "";
|
|
27711
|
+
markerEl.style.fontFamily = toCssFontFamily(markerLayout?.run?.fontFamily) ?? markerLayout?.run?.fontFamily ?? "";
|
|
27708
27712
|
if (markerLayout?.run?.fontSize != null) {
|
|
27709
27713
|
markerEl.style.fontSize = `${markerLayout.run.fontSize}px`;
|
|
27710
27714
|
}
|
|
@@ -28843,6 +28847,9 @@ function isMinimalWordLayout(value) {
|
|
|
28843
28847
|
return false;
|
|
28844
28848
|
}
|
|
28845
28849
|
const marker = obj.marker;
|
|
28850
|
+
if (marker.markerText !== void 0 && typeof marker.markerText !== "string") {
|
|
28851
|
+
return false;
|
|
28852
|
+
}
|
|
28846
28853
|
if (marker.markerX !== void 0 && typeof marker.markerX !== "number") {
|
|
28847
28854
|
return false;
|
|
28848
28855
|
}
|
|
@@ -29828,7 +29835,7 @@ const _DomPainter = class _DomPainter {
|
|
|
29828
29835
|
markerContainer.style.left = `${markerLeftX}px`;
|
|
29829
29836
|
markerContainer.style.top = "0";
|
|
29830
29837
|
}
|
|
29831
|
-
markerEl.style.fontFamily = wordLayout.marker.run.fontFamily;
|
|
29838
|
+
markerEl.style.fontFamily = toCssFontFamily(wordLayout.marker.run.fontFamily) ?? wordLayout.marker.run.fontFamily;
|
|
29832
29839
|
markerEl.style.fontSize = `${wordLayout.marker.run.fontSize}px`;
|
|
29833
29840
|
markerEl.style.fontWeight = wordLayout.marker.run.bold ? "bold" : "";
|
|
29834
29841
|
markerEl.style.fontStyle = wordLayout.marker.run.italic ? "italic" : "";
|
|
@@ -30025,7 +30032,7 @@ const _DomPainter = class _DomPainter {
|
|
|
30025
30032
|
markerEl.style.width = `${Math.max(0, fragment.markerWidth - LIST_MARKER_GAP$1)}px`;
|
|
30026
30033
|
markerEl.style.paddingRight = `${LIST_MARKER_GAP$1}px`;
|
|
30027
30034
|
markerEl.style.textAlign = marker.justification ?? "left";
|
|
30028
|
-
markerEl.style.fontFamily = marker.run.fontFamily;
|
|
30035
|
+
markerEl.style.fontFamily = toCssFontFamily(marker.run.fontFamily) ?? marker.run.fontFamily;
|
|
30029
30036
|
markerEl.style.fontSize = `${marker.run.fontSize}px`;
|
|
30030
30037
|
if (marker.run.bold) markerEl.style.fontWeight = "bold";
|
|
30031
30038
|
if (marker.run.italic) markerEl.style.fontStyle = "italic";
|
|
@@ -39479,7 +39486,7 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
39479
39486
|
let markerInfo;
|
|
39480
39487
|
if (wordLayout?.marker) {
|
|
39481
39488
|
const markerRun = {
|
|
39482
|
-
fontFamily: wordLayout.marker.run.fontFamily,
|
|
39489
|
+
fontFamily: toCssFontFamily(wordLayout.marker.run.fontFamily) ?? wordLayout.marker.run.fontFamily,
|
|
39483
39490
|
fontSize: wordLayout.marker.run.fontSize,
|
|
39484
39491
|
bold: wordLayout.marker.run.bold,
|
|
39485
39492
|
italic: wordLayout.marker.run.italic
|
|
@@ -39807,7 +39814,7 @@ async function measureListBlock(block, constraints) {
|
|
|
39807
39814
|
const marker = wordLayout.marker;
|
|
39808
39815
|
const markerFontRun = {
|
|
39809
39816
|
text: marker.markerText,
|
|
39810
|
-
fontFamily: marker.run.fontFamily,
|
|
39817
|
+
fontFamily: toCssFontFamily(marker.run.fontFamily) ?? marker.run.fontFamily,
|
|
39811
39818
|
fontSize: marker.run.fontSize,
|
|
39812
39819
|
bold: marker.run.bold,
|
|
39813
39820
|
italic: marker.run.italic,
|
|
@@ -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-CpOA_SSA.js";
|
|
3
|
+
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-DvF9Gp0h.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-DvF9Gp0h.js";
|
|
2
|
+
import "./chunks/converter-CpOA_SSA.js";
|
|
3
|
+
import "./chunks/docx-zipper-zilXqAq6.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|
|
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
|
|
|
9
9
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
10
10
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
11
11
|
var _MARK_TOGGLE_NAMES, _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, enrichTrackedChanges_fn, runCommandWithArgumentOnly_fn, syncStickyMarksFromState_fn, restoreStickyMarksIfNeeded_fn, ensureStoredMarksForMarkToggle_fn;
|
|
12
|
-
import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-
|
|
13
|
-
import { ac, i, a9, aQ } from "./chunks/converter-
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, m as generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-
|
|
15
|
-
import { F, I, G, T, B, H, C } from "./chunks/editor-
|
|
12
|
+
import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-CpOA_SSA.js";
|
|
13
|
+
import { ac, i, a9, aQ } from "./chunks/converter-CpOA_SSA.js";
|
|
14
|
+
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, m as generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-DvF9Gp0h.js";
|
|
15
|
+
import { F, I, G, T, B, H, C } from "./chunks/editor-DvF9Gp0h.js";
|
|
16
16
|
import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, defineComponent, reactive, onUnmounted, renderSlot, useCssVars, shallowRef, createBlock, Teleport, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
|
|
17
|
-
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-
|
|
17
|
+
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-BVOTlKFf.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-zilXqAq6.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
var hasRequiredEventemitter3;
|
package/dist/super-editor.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-DvpDTsC4.cjs");
|
|
4
4
|
require("./chunks/vue-jWLMl8Ts.cjs");
|
|
5
5
|
exports.AIWriter = superEditor_es.AIWriter;
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
package/dist/super-editor.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-
|
|
1
|
+
import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-ALp2ApyE.es.js";
|
|
2
2
|
import "./chunks/vue-Dysv_7z5.es.js";
|
|
3
3
|
export {
|
|
4
4
|
A as AIWriter,
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
4
|
-
const superdoc = require("./chunks/index-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-DvpDTsC4.cjs");
|
|
4
|
+
const superdoc = require("./chunks/index-BZloH4nq.cjs");
|
|
5
5
|
const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
|
7
7
|
exports.Editor = superEditor_es.Editor;
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-
|
|
2
|
-
import { D, H, P, S as S2, m, l } from "./chunks/index-
|
|
1
|
+
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-ALp2ApyE.es.js";
|
|
2
|
+
import { D, H, P, S as S2, m, l } from "./chunks/index-CUUqzJ4M.es.js";
|
|
3
3
|
import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
|
|
4
4
|
export {
|
|
5
5
|
a as AnnotatorHelpers,
|