@harbour-enterprises/superdoc 1.0.0-beta.58 → 1.0.0-beta.59

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.
Files changed (27) hide show
  1. package/dist/chunks/{PdfViewer-CPNlFudP.cjs → PdfViewer-Cqk3l90H.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-BOtq_Mxx.es.js → PdfViewer-zpn99sVp.es.js} +1 -1
  3. package/dist/chunks/{index-yDP_DAl6.cjs → index-Cjipvbt7.cjs} +3 -3
  4. package/dist/chunks/{index-Wqm4Y9w9.es.js → index-DjmaOC4E.es.js} +3 -3
  5. package/dist/chunks/{index-BWMksCRw-BtY5hIaC.cjs → index-p5nUefNA-BBn8gZoL.cjs} +1 -1
  6. package/dist/chunks/{index-BWMksCRw-BE_kaq_r.es.js → index-p5nUefNA-uQGvl206.es.js} +1 -1
  7. package/dist/chunks/{super-editor.es-BtTJyHJj.es.js → super-editor.es-B_aU9Ilo.es.js} +60 -5
  8. package/dist/chunks/{super-editor.es-DsUuY-Pt.cjs → super-editor.es-jT-SK1Sx.cjs} +60 -5
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-w1IY5-V-.js → converter-CGbieO55.js} +4 -2
  11. package/dist/super-editor/chunks/{docx-zipper-B7-XHg8m.js → docx-zipper-BFro6vIZ.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-CiTfe7Wr.js → editor-D4VwHdPT.js} +58 -5
  13. package/dist/super-editor/chunks/{index-BWMksCRw.js → index-p5nUefNA.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-yy1NR024.js → toolbar-CxnmhVxL.js} +2 -2
  15. package/dist/super-editor/converter.es.js +1 -1
  16. package/dist/super-editor/docx-zipper.es.js +2 -2
  17. package/dist/super-editor/editor.es.js +3 -3
  18. package/dist/super-editor/file-zipper.es.js +1 -1
  19. package/dist/super-editor/super-editor.es.js +6 -6
  20. package/dist/super-editor/toolbar.es.js +2 -2
  21. package/dist/super-editor.cjs +1 -1
  22. package/dist/super-editor.es.js +1 -1
  23. package/dist/superdoc.cjs +2 -2
  24. package/dist/superdoc.es.js +2 -2
  25. package/dist/superdoc.umd.js +62 -7
  26. package/dist/superdoc.umd.js.map +1 -1
  27. 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-yDP_DAl6.cjs");
4
+ const superdoc = require("./index-Cjipvbt7.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-Wqm4Y9w9.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-DjmaOC4E.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-DsUuY-Pt.cjs");
2
+ const superEditor_es = require("./super-editor.es-jT-SK1Sx.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-CPNlFudP.cjs")));
17271
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-Cqk3l90H.cjs")));
17272
17272
  const superdocStore = useSuperdocStore();
17273
17273
  const commentsStore = useCommentsStore();
17274
17274
  const {
@@ -18128,7 +18128,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
18128
18128
  this.config.colors = shuffleArray(this.config.colors);
18129
18129
  this.userColorMap = /* @__PURE__ */ new Map();
18130
18130
  this.colorIndex = 0;
18131
- this.version = "1.0.0-beta.58";
18131
+ this.version = "1.0.0-beta.59";
18132
18132
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18133
18133
  this.superdocId = config.superdocId || uuid.v4();
18134
18134
  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-BtTJyHJj.es.js";
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_aU9Ilo.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-BOtq_Mxx.es.js"));
17254
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-zpn99sVp.es.js"));
17255
17255
  const superdocStore = useSuperdocStore();
17256
17256
  const commentsStore = useCommentsStore();
17257
17257
  const {
@@ -18111,7 +18111,7 @@ class SuperDoc extends EventEmitter {
18111
18111
  this.config.colors = shuffleArray(this.config.colors);
18112
18112
  this.userColorMap = /* @__PURE__ */ new Map();
18113
18113
  this.colorIndex = 0;
18114
- this.version = "1.0.0-beta.58";
18114
+ this.version = "1.0.0-beta.59";
18115
18115
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18116
18116
  this.superdocId = config.superdocId || v4();
18117
18117
  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-DsUuY-Pt.cjs");
3
+ const superEditor_es = require("./super-editor.es-jT-SK1Sx.cjs");
4
4
  const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
5
5
  function bail(error) {
6
6
  if (error) {
@@ -1,4 +1,4 @@
1
- import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-BtTJyHJj.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-B_aU9Ilo.es.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG-CvBqQJbG.es.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -41745,7 +41745,9 @@ generateXml_fn = function(node) {
41745
41745
  const isUndefined = el === "<undefined>" || el === "</undefined>";
41746
41746
  return !isUndefined;
41747
41747
  });
41748
- tags.push(...removeUndefined);
41748
+ for (const element of removeUndefined) {
41749
+ tags.push(element);
41750
+ }
41749
41751
  }
41750
41752
  }
41751
41753
  }
@@ -42189,7 +42191,7 @@ const _SuperConverter = class _SuperConverter2 {
42189
42191
  static getStoredSuperdocVersion(docx) {
42190
42192
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42191
42193
  }
42192
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.58") {
42194
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.59") {
42193
42195
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42194
42196
  }
42195
42197
  /**
@@ -59378,7 +59380,7 @@ const isHeadless = (editor) => {
59378
59380
  const shouldSkipNodeView = (editor) => {
59379
59381
  return isHeadless(editor);
59380
59382
  };
59381
- const summaryVersion = "1.0.0-beta.58";
59383
+ const summaryVersion = "1.0.0-beta.59";
59382
59384
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59383
59385
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59384
59386
  function mapAttributes(attrs) {
@@ -60167,7 +60169,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60167
60169
  { default: remarkStringify },
60168
60170
  { default: remarkGfm }
60169
60171
  ] = await Promise.all([
60170
- import("./index-BWMksCRw-BE_kaq_r.es.js"),
60172
+ import("./index-p5nUefNA-uQGvl206.es.js"),
60171
60173
  import("./index-DRCvimau-Cw339678.es.js"),
60172
60174
  import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
60173
60175
  import("./index-D_sWOSiG-DE96TaT5.es.js"),
@@ -60372,7 +60374,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60372
60374
  * Process collaboration migrations
60373
60375
  */
60374
60376
  processCollaborationMigrations() {
60375
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.58");
60377
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.59");
60376
60378
  if (!this.options.ydoc) return;
60377
60379
  const metaMap = this.options.ydoc.getMap("meta");
60378
60380
  let docVersion = metaMap.get("version");
@@ -81558,6 +81560,59 @@ async function measureParagraphBlock(block, maxWidth) {
81558
81560
  for (let segmentIndex = 0; segmentIndex < tabSegments.length; segmentIndex++) {
81559
81561
  const segment = tabSegments[segmentIndex];
81560
81562
  const isLastSegment = segmentIndex === tabSegments.length - 1;
81563
+ if (/^[ ]+$/.test(segment)) {
81564
+ const spacesLength = segment.length;
81565
+ const spacesStartChar = charPosInRun;
81566
+ const spacesEndChar = charPosInRun + spacesLength;
81567
+ const spacesWidth = measureRunWidth(segment, font, ctx2, run2);
81568
+ if (!currentLine) {
81569
+ currentLine = {
81570
+ fromRun: runIndex,
81571
+ fromChar: spacesStartChar,
81572
+ toRun: runIndex,
81573
+ toChar: spacesEndChar,
81574
+ width: spacesWidth,
81575
+ maxFontSize: run2.fontSize,
81576
+ maxFontInfo: getFontInfoFromRun(run2),
81577
+ maxWidth: getEffectiveWidth(initialAvailableWidth),
81578
+ segments: [{ runIndex, fromChar: spacesStartChar, toChar: spacesEndChar, width: spacesWidth }]
81579
+ };
81580
+ } else {
81581
+ const boundarySpacing = currentLine.width > 0 ? run2.letterSpacing ?? 0 : 0;
81582
+ if (currentLine.width + boundarySpacing + spacesWidth > currentLine.maxWidth - WIDTH_FUDGE_PX && currentLine.width > 0) {
81583
+ const metrics = calculateTypographyMetrics(currentLine.maxFontSize, spacing, currentLine.maxFontInfo);
81584
+ const completedLine = {
81585
+ ...currentLine,
81586
+ ...metrics
81587
+ };
81588
+ addBarTabsToLine(completedLine);
81589
+ lines.push(completedLine);
81590
+ tabStopCursor = 0;
81591
+ pendingTabAlignment = null;
81592
+ lastAppliedTabAlign = null;
81593
+ currentLine = {
81594
+ fromRun: runIndex,
81595
+ fromChar: spacesStartChar,
81596
+ toRun: runIndex,
81597
+ toChar: spacesEndChar,
81598
+ width: spacesWidth,
81599
+ maxFontSize: run2.fontSize,
81600
+ maxFontInfo: getFontInfoFromRun(run2),
81601
+ maxWidth: getEffectiveWidth(contentWidth),
81602
+ segments: [{ runIndex, fromChar: spacesStartChar, toChar: spacesEndChar, width: spacesWidth }]
81603
+ };
81604
+ } else {
81605
+ currentLine.toRun = runIndex;
81606
+ currentLine.toChar = spacesEndChar;
81607
+ currentLine.width = roundValue(currentLine.width + boundarySpacing + spacesWidth);
81608
+ currentLine.maxFontInfo = updateMaxFontInfo(currentLine.maxFontSize, currentLine.maxFontInfo, run2);
81609
+ currentLine.maxFontSize = Math.max(currentLine.maxFontSize, run2.fontSize);
81610
+ appendSegment(currentLine.segments, runIndex, spacesStartChar, spacesEndChar, spacesWidth);
81611
+ }
81612
+ }
81613
+ charPosInRun = spacesEndChar;
81614
+ continue;
81615
+ }
81561
81616
  const words = segment.split(" ");
81562
81617
  let segmentStartX;
81563
81618
  if (currentLine && pendingTabAlignment) {
@@ -41762,7 +41762,9 @@ generateXml_fn = function(node) {
41762
41762
  const isUndefined = el === "<undefined>" || el === "</undefined>";
41763
41763
  return !isUndefined;
41764
41764
  });
41765
- tags.push(...removeUndefined);
41765
+ for (const element of removeUndefined) {
41766
+ tags.push(element);
41767
+ }
41766
41768
  }
41767
41769
  }
41768
41770
  }
@@ -42206,7 +42208,7 @@ const _SuperConverter = class _SuperConverter2 {
42206
42208
  static getStoredSuperdocVersion(docx) {
42207
42209
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42208
42210
  }
42209
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.58") {
42211
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.59") {
42210
42212
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42211
42213
  }
42212
42214
  /**
@@ -59395,7 +59397,7 @@ const isHeadless = (editor) => {
59395
59397
  const shouldSkipNodeView = (editor) => {
59396
59398
  return isHeadless(editor);
59397
59399
  };
59398
- const summaryVersion = "1.0.0-beta.58";
59400
+ const summaryVersion = "1.0.0-beta.59";
59399
59401
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59400
59402
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59401
59403
  function mapAttributes(attrs) {
@@ -60184,7 +60186,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60184
60186
  { default: remarkStringify },
60185
60187
  { default: remarkGfm }
60186
60188
  ] = await Promise.all([
60187
- Promise.resolve().then(() => require("./index-BWMksCRw-BtY5hIaC.cjs")),
60189
+ Promise.resolve().then(() => require("./index-p5nUefNA-BBn8gZoL.cjs")),
60188
60190
  Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
60189
60191
  Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
60190
60192
  Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
@@ -60389,7 +60391,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60389
60391
  * Process collaboration migrations
60390
60392
  */
60391
60393
  processCollaborationMigrations() {
60392
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.58");
60394
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.59");
60393
60395
  if (!this.options.ydoc) return;
60394
60396
  const metaMap = this.options.ydoc.getMap("meta");
60395
60397
  let docVersion = metaMap.get("version");
@@ -81575,6 +81577,59 @@ async function measureParagraphBlock(block, maxWidth) {
81575
81577
  for (let segmentIndex = 0; segmentIndex < tabSegments.length; segmentIndex++) {
81576
81578
  const segment = tabSegments[segmentIndex];
81577
81579
  const isLastSegment = segmentIndex === tabSegments.length - 1;
81580
+ if (/^[ ]+$/.test(segment)) {
81581
+ const spacesLength = segment.length;
81582
+ const spacesStartChar = charPosInRun;
81583
+ const spacesEndChar = charPosInRun + spacesLength;
81584
+ const spacesWidth = measureRunWidth(segment, font, ctx2, run2);
81585
+ if (!currentLine) {
81586
+ currentLine = {
81587
+ fromRun: runIndex,
81588
+ fromChar: spacesStartChar,
81589
+ toRun: runIndex,
81590
+ toChar: spacesEndChar,
81591
+ width: spacesWidth,
81592
+ maxFontSize: run2.fontSize,
81593
+ maxFontInfo: getFontInfoFromRun(run2),
81594
+ maxWidth: getEffectiveWidth(initialAvailableWidth),
81595
+ segments: [{ runIndex, fromChar: spacesStartChar, toChar: spacesEndChar, width: spacesWidth }]
81596
+ };
81597
+ } else {
81598
+ const boundarySpacing = currentLine.width > 0 ? run2.letterSpacing ?? 0 : 0;
81599
+ if (currentLine.width + boundarySpacing + spacesWidth > currentLine.maxWidth - WIDTH_FUDGE_PX && currentLine.width > 0) {
81600
+ const metrics = calculateTypographyMetrics(currentLine.maxFontSize, spacing, currentLine.maxFontInfo);
81601
+ const completedLine = {
81602
+ ...currentLine,
81603
+ ...metrics
81604
+ };
81605
+ addBarTabsToLine(completedLine);
81606
+ lines.push(completedLine);
81607
+ tabStopCursor = 0;
81608
+ pendingTabAlignment = null;
81609
+ lastAppliedTabAlign = null;
81610
+ currentLine = {
81611
+ fromRun: runIndex,
81612
+ fromChar: spacesStartChar,
81613
+ toRun: runIndex,
81614
+ toChar: spacesEndChar,
81615
+ width: spacesWidth,
81616
+ maxFontSize: run2.fontSize,
81617
+ maxFontInfo: getFontInfoFromRun(run2),
81618
+ maxWidth: getEffectiveWidth(contentWidth),
81619
+ segments: [{ runIndex, fromChar: spacesStartChar, toChar: spacesEndChar, width: spacesWidth }]
81620
+ };
81621
+ } else {
81622
+ currentLine.toRun = runIndex;
81623
+ currentLine.toChar = spacesEndChar;
81624
+ currentLine.width = roundValue(currentLine.width + boundarySpacing + spacesWidth);
81625
+ currentLine.maxFontInfo = updateMaxFontInfo(currentLine.maxFontSize, currentLine.maxFontInfo, run2);
81626
+ currentLine.maxFontSize = Math.max(currentLine.maxFontSize, run2.fontSize);
81627
+ appendSegment(currentLine.segments, runIndex, spacesStartChar, spacesEndChar, spacesWidth);
81628
+ }
81629
+ }
81630
+ charPosInRun = spacesEndChar;
81631
+ continue;
81632
+ }
81578
81633
  const words = segment.split(" ");
81579
81634
  let segmentStartX;
81580
81635
  if (currentLine && pendingTabAlignment) {
@@ -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-w1IY5-V-.js";
3
- import { _ as _export_sfc } from "./chunks/editor-CiTfe7Wr.js";
2
+ import { T as TextSelection } from "./chunks/converter-CGbieO55.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-D4VwHdPT.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 = {}) {
@@ -42062,7 +42062,9 @@ generateXml_fn = function(node) {
42062
42062
  const isUndefined = el === "<undefined>" || el === "</undefined>";
42063
42063
  return !isUndefined;
42064
42064
  });
42065
- tags.push(...removeUndefined);
42065
+ for (const element of removeUndefined) {
42066
+ tags.push(element);
42067
+ }
42066
42068
  }
42067
42069
  }
42068
42070
  }
@@ -42506,7 +42508,7 @@ const _SuperConverter = class _SuperConverter {
42506
42508
  static getStoredSuperdocVersion(docx) {
42507
42509
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42508
42510
  }
42509
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.58") {
42511
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.59") {
42510
42512
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42511
42513
  }
42512
42514
  /**
@@ -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-w1IY5-V-.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-CGbieO55.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, _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, 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, 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, convertPageLocalToOverlayCoords_fn, normalizeClientPoint_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 resolveParagraphProperties, ak as _getReferencedTableStyles, al as parseSizeUnit, am as minMax, an as updateDOMAttributes, ao as findChildren$5, ap as generateRandomSigned32BitIntStrId, aq as decodeRPrFromMarks, ar as calculateResolvedParagraphProperties, as as resolveRunProperties, at as encodeCSSFromPPr, au as twipsToPixels$2, av as encodeCSSFromRPr, aw as generateOrderedListIndex, ax as docxNumberingHelpers, ay as InputRule, az as convertSizeToCSS, aA as SelectionRange, aB as Transform, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-w1IY5-V-.js";
16
- import { D as DocxZipper } from "./docx-zipper-B7-XHg8m.js";
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 resolveParagraphProperties, ak as _getReferencedTableStyles, al as parseSizeUnit, am as minMax, an as updateDOMAttributes, ao as findChildren$5, ap as generateRandomSigned32BitIntStrId, aq as decodeRPrFromMarks, ar as calculateResolvedParagraphProperties, as as resolveRunProperties, at as encodeCSSFromPPr, au as twipsToPixels$2, av as encodeCSSFromRPr, aw as generateOrderedListIndex, ax as docxNumberingHelpers, ay as InputRule, az as convertSizeToCSS, aA as SelectionRange, aB as Transform, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-CGbieO55.js";
16
+ import { D as DocxZipper } from "./docx-zipper-BFro6vIZ.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.58";
13926
+ const summaryVersion = "1.0.0-beta.59";
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-BWMksCRw.js"),
14718
+ import("./index-p5nUefNA.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.58");
14923
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.59");
14924
14924
  if (!this.options.ydoc) return;
14925
14925
  const metaMap = this.options.ydoc.getMap("meta");
14926
14926
  let docVersion = metaMap.get("version");
@@ -36194,6 +36194,59 @@ async function measureParagraphBlock(block, maxWidth) {
36194
36194
  for (let segmentIndex = 0; segmentIndex < tabSegments.length; segmentIndex++) {
36195
36195
  const segment = tabSegments[segmentIndex];
36196
36196
  const isLastSegment = segmentIndex === tabSegments.length - 1;
36197
+ if (/^[ ]+$/.test(segment)) {
36198
+ const spacesLength = segment.length;
36199
+ const spacesStartChar = charPosInRun;
36200
+ const spacesEndChar = charPosInRun + spacesLength;
36201
+ const spacesWidth = measureRunWidth(segment, font, ctx2, run);
36202
+ if (!currentLine) {
36203
+ currentLine = {
36204
+ fromRun: runIndex,
36205
+ fromChar: spacesStartChar,
36206
+ toRun: runIndex,
36207
+ toChar: spacesEndChar,
36208
+ width: spacesWidth,
36209
+ maxFontSize: run.fontSize,
36210
+ maxFontInfo: getFontInfoFromRun(run),
36211
+ maxWidth: getEffectiveWidth(initialAvailableWidth),
36212
+ segments: [{ runIndex, fromChar: spacesStartChar, toChar: spacesEndChar, width: spacesWidth }]
36213
+ };
36214
+ } else {
36215
+ const boundarySpacing = currentLine.width > 0 ? run.letterSpacing ?? 0 : 0;
36216
+ if (currentLine.width + boundarySpacing + spacesWidth > currentLine.maxWidth - WIDTH_FUDGE_PX && currentLine.width > 0) {
36217
+ const metrics = calculateTypographyMetrics(currentLine.maxFontSize, spacing, currentLine.maxFontInfo);
36218
+ const completedLine = {
36219
+ ...currentLine,
36220
+ ...metrics
36221
+ };
36222
+ addBarTabsToLine(completedLine);
36223
+ lines.push(completedLine);
36224
+ tabStopCursor = 0;
36225
+ pendingTabAlignment = null;
36226
+ lastAppliedTabAlign = null;
36227
+ currentLine = {
36228
+ fromRun: runIndex,
36229
+ fromChar: spacesStartChar,
36230
+ toRun: runIndex,
36231
+ toChar: spacesEndChar,
36232
+ width: spacesWidth,
36233
+ maxFontSize: run.fontSize,
36234
+ maxFontInfo: getFontInfoFromRun(run),
36235
+ maxWidth: getEffectiveWidth(contentWidth),
36236
+ segments: [{ runIndex, fromChar: spacesStartChar, toChar: spacesEndChar, width: spacesWidth }]
36237
+ };
36238
+ } else {
36239
+ currentLine.toRun = runIndex;
36240
+ currentLine.toChar = spacesEndChar;
36241
+ currentLine.width = roundValue(currentLine.width + boundarySpacing + spacesWidth);
36242
+ currentLine.maxFontInfo = updateMaxFontInfo(currentLine.maxFontSize, currentLine.maxFontInfo, run);
36243
+ currentLine.maxFontSize = Math.max(currentLine.maxFontSize, run.fontSize);
36244
+ appendSegment(currentLine.segments, runIndex, spacesStartChar, spacesEndChar, spacesWidth);
36245
+ }
36246
+ }
36247
+ charPosInRun = spacesEndChar;
36248
+ continue;
36249
+ }
36197
36250
  const words = segment.split(" ");
36198
36251
  let segmentStartX;
36199
36252
  if (currentLine && pendingTabAlignment) {
@@ -1,4 +1,4 @@
1
- import { aK as getDefaultExportFromCjs } from "./converter-w1IY5-V-.js";
1
+ import { aK as getDefaultExportFromCjs } from "./converter-CGbieO55.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -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-w1IY5-V-.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-CiTfe7Wr.js";
2
+ import { p as process$1 } from "./converter-CGbieO55.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-D4VwHdPT.js";
4
4
  const sanitizeNumber = (value, defaultNumber) => {
5
5
  let sanitized = value.replace(/[^0-9.]/g, "");
6
6
  sanitized = parseFloat(sanitized);
@@ -1,4 +1,4 @@
1
- import { ac } from "./chunks/converter-w1IY5-V-.js";
1
+ import { ac } from "./chunks/converter-CGbieO55.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-w1IY5-V-.js";
2
- import { D } from "./chunks/docx-zipper-B7-XHg8m.js";
1
+ import "./chunks/converter-CGbieO55.js";
2
+ import { D } from "./chunks/docx-zipper-BFro6vIZ.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-CiTfe7Wr.js";
2
- import "./chunks/converter-w1IY5-V-.js";
3
- import "./chunks/docx-zipper-B7-XHg8m.js";
1
+ import { E } from "./chunks/editor-D4VwHdPT.js";
2
+ import "./chunks/converter-CGbieO55.js";
3
+ import "./chunks/docx-zipper-BFro6vIZ.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-B7-XHg8m.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-BFro6vIZ.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -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, ar as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, al as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-w1IY5-V-.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-w1IY5-V-.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 measureCache, n as isHeadless, E as Editor, o as getStarterExtensions, P as PresentationEditor, p as Placeholder, q as getRichTextExtensions, D as DecorationSet, t as Decoration, M as Mark, v as Extension, A as Attribute, N as Node } from "./chunks/editor-CiTfe7Wr.js";
15
- import { z, F, B, T, w, C, x } from "./chunks/editor-CiTfe7Wr.js";
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, ar as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, al as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-CGbieO55.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-CGbieO55.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 measureCache, n as isHeadless, E as Editor, o as getStarterExtensions, P as PresentationEditor, p as Placeholder, q as getRichTextExtensions, D as DecorationSet, t as Decoration, M as Mark, v as Extension, A as Attribute, N as Node } from "./chunks/editor-D4VwHdPT.js";
15
+ import { z, F, B, T, w, C, x } from "./chunks/editor-D4VwHdPT.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, 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-yy1NR024.js";
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-CxnmhVxL.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-B7-XHg8m.js";
19
+ import { D } from "./chunks/docx-zipper-BFro6vIZ.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-yy1NR024.js";
3
- import "./chunks/editor-CiTfe7Wr.js";
2
+ import { T } from "./chunks/toolbar-CxnmhVxL.js";
3
+ import "./chunks/editor-D4VwHdPT.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -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-DsUuY-Pt.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-jT-SK1Sx.cjs");
4
4
  require("./chunks/vue-jWLMl8Ts.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
@@ -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-BtTJyHJj.es.js";
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-B_aU9Ilo.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-DsUuY-Pt.cjs");
4
- const superdoc = require("./chunks/index-yDP_DAl6.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-jT-SK1Sx.cjs");
4
+ const superdoc = require("./chunks/index-Cjipvbt7.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;
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BtTJyHJj.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-Wqm4Y9w9.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-B_aU9Ilo.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-DjmaOC4E.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,