@harbour-enterprises/superdoc 1.0.0-beta.78 → 1.0.0-beta.79

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-DoWzSrLW.es.js → PdfViewer-DLPMtoVD.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-Dkj2i56W.cjs → PdfViewer-Dn5MoKhX.cjs} +1 -1
  3. package/dist/chunks/{index-BrLLdSRq.cjs → index-DLvHMUJi.cjs} +3 -3
  4. package/dist/chunks/{index-BQV_9k5c.es.js → index-X_javC2m.es.js} +3 -3
  5. package/dist/chunks/{index-B5WMAomO-BZqKjjwh.es.js → index-lIKPN00V-Bn76jN3g.es.js} +1 -1
  6. package/dist/chunks/{index-B5WMAomO-CZPAJQHc.cjs → index-lIKPN00V-dYKYHttm.cjs} +1 -1
  7. package/dist/chunks/{super-editor.es-CCLKZXSm.cjs → super-editor.es-37HP4-SX.cjs} +29 -12
  8. package/dist/chunks/{super-editor.es-0aF-l9MP.es.js → super-editor.es-eQ24GmlY.es.js} +29 -12
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-BIp4wnLV.js → converter-DqebDh5Y.js} +1 -1
  11. package/dist/super-editor/chunks/{docx-zipper-CYyRe8RE.js → docx-zipper-DNBbqIUN.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-DdtGcLU2.js → editor-BHqPITqs.js} +30 -13
  13. package/dist/super-editor/chunks/{index-B5WMAomO.js → index-lIKPN00V.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-DRg2y7Un.js → toolbar-gYGrkDSx.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 +31 -14
  26. package/dist/superdoc.umd.js.map +1 -1
  27. package/package.json +1 -1
@@ -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-BQV_9k5c.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-X_javC2m.es.js";
3
3
  function self(vars) {
4
4
  const {
5
5
  opacityDisabled,
@@ -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-BrLLdSRq.cjs");
4
+ const superdoc = require("./index-DLvHMUJi.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-CCLKZXSm.cjs");
2
+ const superEditor_es = require("./super-editor.es-37HP4-SX.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-Dkj2i56W.cjs")));
17271
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-Dn5MoKhX.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.78";
18160
+ this.version = "1.0.0-beta.79";
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-0aF-l9MP.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-eQ24GmlY.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-DoWzSrLW.es.js"));
17254
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-DLPMtoVD.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.78";
18143
+ this.version = "1.0.0-beta.79";
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,4 +1,4 @@
1
- import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-0aF-l9MP.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-eQ24GmlY.es.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG-CvBqQJbG.es.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -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-CCLKZXSm.cjs");
3
+ const superEditor_es = require("./super-editor.es-37HP4-SX.cjs");
4
4
  const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
5
5
  function bail(error) {
6
6
  if (error) {
@@ -42326,7 +42326,7 @@ const _SuperConverter = class _SuperConverter2 {
42326
42326
  static getStoredSuperdocVersion(docx) {
42327
42327
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42328
42328
  }
42329
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.78") {
42329
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.79") {
42330
42330
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42331
42331
  }
42332
42332
  /**
@@ -59515,7 +59515,7 @@ const isHeadless = (editor) => {
59515
59515
  const shouldSkipNodeView = (editor) => {
59516
59516
  return isHeadless(editor);
59517
59517
  };
59518
- const summaryVersion = "1.0.0-beta.78";
59518
+ const summaryVersion = "1.0.0-beta.79";
59519
59519
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59520
59520
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59521
59521
  function mapAttributes(attrs) {
@@ -60304,7 +60304,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60304
60304
  { default: remarkStringify },
60305
60305
  { default: remarkGfm }
60306
60306
  ] = await Promise.all([
60307
- Promise.resolve().then(() => require("./index-B5WMAomO-CZPAJQHc.cjs")),
60307
+ Promise.resolve().then(() => require("./index-lIKPN00V-dYKYHttm.cjs")),
60308
60308
  Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
60309
60309
  Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
60310
60310
  Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
@@ -60509,7 +60509,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60509
60509
  * Process collaboration migrations
60510
60510
  */
60511
60511
  processCollaborationMigrations() {
60512
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.78");
60512
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.79");
60513
60513
  if (!this.options.ydoc) return;
60514
60514
  const metaMap = this.options.ydoc.getMap("meta");
60515
60515
  let docVersion = metaMap.get("version");
@@ -62440,6 +62440,9 @@ const collectTrackedChangeFromMarks = (marks) => {
62440
62440
  }, void 0);
62441
62441
  };
62442
62442
  const normalizeUnderlineStyle = (value) => {
62443
+ if (value === "none") {
62444
+ return void 0;
62445
+ }
62443
62446
  if (value === "double" || value === "dotted" || value === "dashed" || value === "wavy") {
62444
62447
  return value;
62445
62448
  }
@@ -62457,7 +62460,7 @@ const normalizeBooleanMarkValue = (value) => {
62457
62460
  }
62458
62461
  if (typeof value === "string") {
62459
62462
  const normalized = value.trim().toLowerCase();
62460
- if (normalized === "0" || normalized === "false" || normalized === "off") {
62463
+ if (normalized === "0" || normalized === "false" || normalized === "off" || normalized === "none") {
62461
62464
  return false;
62462
62465
  }
62463
62466
  if (normalized === "1" || normalized === "true" || normalized === "on") {
@@ -65967,9 +65970,20 @@ const toColor = (value) => {
65967
65970
  return `#${raw}`;
65968
65971
  };
65969
65972
  const toUnderlineStyle = (value) => {
65970
- const raw = `${extractValue(value) ?? ""}`.toLowerCase();
65971
- if (!raw) return void 0;
65972
- if (raw === "double" || raw === "dotted" || raw === "dashed" || raw === "wavy") return raw;
65973
+ let raw;
65974
+ if (value && typeof value === "object") {
65975
+ const obj = value;
65976
+ raw = obj.underline ?? obj.underlineType ?? obj.value ?? value;
65977
+ } else {
65978
+ raw = extractValue(value);
65979
+ }
65980
+ const normalized = `${raw ?? ""}`.toLowerCase();
65981
+ if (!normalized || normalized === "none" || normalized === "0" || normalized === "[object object]") {
65982
+ return void 0;
65983
+ }
65984
+ if (normalized === "double" || normalized === "dotted" || normalized === "dashed" || normalized === "wavy") {
65985
+ return normalized;
65986
+ }
65973
65987
  return "single";
65974
65988
  };
65975
65989
  const PT_TO_PX = 96 / 72;
@@ -66027,13 +66041,16 @@ const applyLinkedStyleToRun = (run2, options) => {
66027
66041
  const { resolver, paragraphStyleId, inlineStyleId, runStyleId } = options;
66028
66042
  const maps = [];
66029
66043
  if (paragraphStyleId) {
66030
- maps.push(resolver.getStyleMap(paragraphStyleId));
66044
+ const pMap = resolver.getStyleMap(paragraphStyleId);
66045
+ maps.push(pMap);
66031
66046
  }
66032
66047
  if (inlineStyleId && !paragraphStyleId?.startsWith("TOC")) {
66033
- maps.push(resolver.getStyleMap(inlineStyleId));
66048
+ const iMap = resolver.getStyleMap(inlineStyleId);
66049
+ maps.push(iMap);
66034
66050
  }
66035
66051
  if (runStyleId) {
66036
- maps.push(resolver.getStyleMap(runStyleId));
66052
+ const rMap = resolver.getStyleMap(runStyleId);
66053
+ maps.push(rMap);
66037
66054
  }
66038
66055
  if (!maps.length) return;
66039
66056
  const finalStyles = Object.assign({}, ...maps);
@@ -102778,7 +102795,7 @@ const generateLinkedStyleString = (linkedStyle, basedOnStyle, node, parent, _inc
102778
102795
  if (color) markValue["background-color"] = color;
102779
102796
  }
102780
102797
  } else if (key2 === "underline" && node) {
102781
- const styleValRaw = value?.value ?? value ?? "";
102798
+ const styleValRaw = value?.underline ?? value?.underlineType ?? value?.value ?? (typeof value === "string" ? value : "");
102782
102799
  const styleVal = styleValRaw.toString().toLowerCase();
102783
102800
  const hasInlineUnderlineOff = node.marks?.some(
102784
102801
  (m2) => m2.type?.name === "underline" && m2.attrs?.underlineType === "none"
@@ -42309,7 +42309,7 @@ const _SuperConverter = class _SuperConverter2 {
42309
42309
  static getStoredSuperdocVersion(docx) {
42310
42310
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42311
42311
  }
42312
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.78") {
42312
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.79") {
42313
42313
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42314
42314
  }
42315
42315
  /**
@@ -59498,7 +59498,7 @@ const isHeadless = (editor) => {
59498
59498
  const shouldSkipNodeView = (editor) => {
59499
59499
  return isHeadless(editor);
59500
59500
  };
59501
- const summaryVersion = "1.0.0-beta.78";
59501
+ const summaryVersion = "1.0.0-beta.79";
59502
59502
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59503
59503
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59504
59504
  function mapAttributes(attrs) {
@@ -60287,7 +60287,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60287
60287
  { default: remarkStringify },
60288
60288
  { default: remarkGfm }
60289
60289
  ] = await Promise.all([
60290
- import("./index-B5WMAomO-BZqKjjwh.es.js"),
60290
+ import("./index-lIKPN00V-Bn76jN3g.es.js"),
60291
60291
  import("./index-DRCvimau-Cw339678.es.js"),
60292
60292
  import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
60293
60293
  import("./index-D_sWOSiG-DE96TaT5.es.js"),
@@ -60492,7 +60492,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60492
60492
  * Process collaboration migrations
60493
60493
  */
60494
60494
  processCollaborationMigrations() {
60495
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.78");
60495
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.79");
60496
60496
  if (!this.options.ydoc) return;
60497
60497
  const metaMap = this.options.ydoc.getMap("meta");
60498
60498
  let docVersion = metaMap.get("version");
@@ -62423,6 +62423,9 @@ const collectTrackedChangeFromMarks = (marks) => {
62423
62423
  }, void 0);
62424
62424
  };
62425
62425
  const normalizeUnderlineStyle = (value) => {
62426
+ if (value === "none") {
62427
+ return void 0;
62428
+ }
62426
62429
  if (value === "double" || value === "dotted" || value === "dashed" || value === "wavy") {
62427
62430
  return value;
62428
62431
  }
@@ -62440,7 +62443,7 @@ const normalizeBooleanMarkValue = (value) => {
62440
62443
  }
62441
62444
  if (typeof value === "string") {
62442
62445
  const normalized = value.trim().toLowerCase();
62443
- if (normalized === "0" || normalized === "false" || normalized === "off") {
62446
+ if (normalized === "0" || normalized === "false" || normalized === "off" || normalized === "none") {
62444
62447
  return false;
62445
62448
  }
62446
62449
  if (normalized === "1" || normalized === "true" || normalized === "on") {
@@ -65950,9 +65953,20 @@ const toColor = (value) => {
65950
65953
  return `#${raw}`;
65951
65954
  };
65952
65955
  const toUnderlineStyle = (value) => {
65953
- const raw = `${extractValue(value) ?? ""}`.toLowerCase();
65954
- if (!raw) return void 0;
65955
- if (raw === "double" || raw === "dotted" || raw === "dashed" || raw === "wavy") return raw;
65956
+ let raw;
65957
+ if (value && typeof value === "object") {
65958
+ const obj = value;
65959
+ raw = obj.underline ?? obj.underlineType ?? obj.value ?? value;
65960
+ } else {
65961
+ raw = extractValue(value);
65962
+ }
65963
+ const normalized = `${raw ?? ""}`.toLowerCase();
65964
+ if (!normalized || normalized === "none" || normalized === "0" || normalized === "[object object]") {
65965
+ return void 0;
65966
+ }
65967
+ if (normalized === "double" || normalized === "dotted" || normalized === "dashed" || normalized === "wavy") {
65968
+ return normalized;
65969
+ }
65956
65970
  return "single";
65957
65971
  };
65958
65972
  const PT_TO_PX = 96 / 72;
@@ -66010,13 +66024,16 @@ const applyLinkedStyleToRun = (run2, options) => {
66010
66024
  const { resolver, paragraphStyleId, inlineStyleId, runStyleId } = options;
66011
66025
  const maps = [];
66012
66026
  if (paragraphStyleId) {
66013
- maps.push(resolver.getStyleMap(paragraphStyleId));
66027
+ const pMap = resolver.getStyleMap(paragraphStyleId);
66028
+ maps.push(pMap);
66014
66029
  }
66015
66030
  if (inlineStyleId && !paragraphStyleId?.startsWith("TOC")) {
66016
- maps.push(resolver.getStyleMap(inlineStyleId));
66031
+ const iMap = resolver.getStyleMap(inlineStyleId);
66032
+ maps.push(iMap);
66017
66033
  }
66018
66034
  if (runStyleId) {
66019
- maps.push(resolver.getStyleMap(runStyleId));
66035
+ const rMap = resolver.getStyleMap(runStyleId);
66036
+ maps.push(rMap);
66020
66037
  }
66021
66038
  if (!maps.length) return;
66022
66039
  const finalStyles = Object.assign({}, ...maps);
@@ -102761,7 +102778,7 @@ const generateLinkedStyleString = (linkedStyle, basedOnStyle, node, parent, _inc
102761
102778
  if (color) markValue["background-color"] = color;
102762
102779
  }
102763
102780
  } else if (key2 === "underline" && node) {
102764
- const styleValRaw = value?.value ?? value ?? "";
102781
+ const styleValRaw = value?.underline ?? value?.underlineType ?? value?.value ?? (typeof value === "string" ? value : "");
102765
102782
  const styleVal = styleValRaw.toString().toLowerCase();
102766
102783
  const hasInlineUnderlineOff = node.marks?.some(
102767
102784
  (m2) => m2.type?.name === "underline" && m2.attrs?.underlineType === "none"
@@ -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-BIp4wnLV.js";
3
- import { _ as _export_sfc } from "./chunks/editor-DdtGcLU2.js";
2
+ import { T as TextSelection } from "./chunks/converter-DqebDh5Y.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-BHqPITqs.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 = {}) {
@@ -42626,7 +42626,7 @@ const _SuperConverter = class _SuperConverter {
42626
42626
  static getStoredSuperdocVersion(docx) {
42627
42627
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42628
42628
  }
42629
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.78") {
42629
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.79") {
42630
42630
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42631
42631
  }
42632
42632
  /**
@@ -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-BIp4wnLV.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-DqebDh5Y.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, applyDomCorrectionToRects_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 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-BIp4wnLV.js";
16
- import { D as DocxZipper } from "./docx-zipper-CYyRe8RE.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-DqebDh5Y.js";
16
+ import { D as DocxZipper } from "./docx-zipper-DNBbqIUN.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.78";
13926
+ const summaryVersion = "1.0.0-beta.79";
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-B5WMAomO.js"),
14718
+ import("./index-lIKPN00V.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.78");
14923
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.79");
14924
14924
  if (!this.options.ydoc) return;
14925
14925
  const metaMap = this.options.ydoc.getMap("meta");
14926
14926
  let docVersion = metaMap.get("version");
@@ -16939,6 +16939,9 @@ const collectTrackedChangeFromMarks = (marks) => {
16939
16939
  }, void 0);
16940
16940
  };
16941
16941
  const normalizeUnderlineStyle = (value) => {
16942
+ if (value === "none") {
16943
+ return void 0;
16944
+ }
16942
16945
  if (value === "double" || value === "dotted" || value === "dashed" || value === "wavy") {
16943
16946
  return value;
16944
16947
  }
@@ -16956,7 +16959,7 @@ const normalizeBooleanMarkValue = (value) => {
16956
16959
  }
16957
16960
  if (typeof value === "string") {
16958
16961
  const normalized = value.trim().toLowerCase();
16959
- if (normalized === "0" || normalized === "false" || normalized === "off") {
16962
+ if (normalized === "0" || normalized === "false" || normalized === "off" || normalized === "none") {
16960
16963
  return false;
16961
16964
  }
16962
16965
  if (normalized === "1" || normalized === "true" || normalized === "on") {
@@ -20466,9 +20469,20 @@ const toColor = (value) => {
20466
20469
  return `#${raw}`;
20467
20470
  };
20468
20471
  const toUnderlineStyle = (value) => {
20469
- const raw = `${extractValue(value) ?? ""}`.toLowerCase();
20470
- if (!raw) return void 0;
20471
- if (raw === "double" || raw === "dotted" || raw === "dashed" || raw === "wavy") return raw;
20472
+ let raw;
20473
+ if (value && typeof value === "object") {
20474
+ const obj = value;
20475
+ raw = obj.underline ?? obj.underlineType ?? obj.value ?? value;
20476
+ } else {
20477
+ raw = extractValue(value);
20478
+ }
20479
+ const normalized = `${raw ?? ""}`.toLowerCase();
20480
+ if (!normalized || normalized === "none" || normalized === "0" || normalized === "[object object]") {
20481
+ return void 0;
20482
+ }
20483
+ if (normalized === "double" || normalized === "dotted" || normalized === "dashed" || normalized === "wavy") {
20484
+ return normalized;
20485
+ }
20472
20486
  return "single";
20473
20487
  };
20474
20488
  const PT_TO_PX = 96 / 72;
@@ -20526,13 +20540,16 @@ const applyLinkedStyleToRun = (run, options) => {
20526
20540
  const { resolver, paragraphStyleId, inlineStyleId, runStyleId } = options;
20527
20541
  const maps = [];
20528
20542
  if (paragraphStyleId) {
20529
- maps.push(resolver.getStyleMap(paragraphStyleId));
20543
+ const pMap = resolver.getStyleMap(paragraphStyleId);
20544
+ maps.push(pMap);
20530
20545
  }
20531
20546
  if (inlineStyleId && !paragraphStyleId?.startsWith("TOC")) {
20532
- maps.push(resolver.getStyleMap(inlineStyleId));
20547
+ const iMap = resolver.getStyleMap(inlineStyleId);
20548
+ maps.push(iMap);
20533
20549
  }
20534
20550
  if (runStyleId) {
20535
- maps.push(resolver.getStyleMap(runStyleId));
20551
+ const rMap = resolver.getStyleMap(runStyleId);
20552
+ maps.push(rMap);
20536
20553
  }
20537
20554
  if (!maps.length) return;
20538
20555
  const finalStyles = Object.assign({}, ...maps);
@@ -58258,7 +58275,7 @@ const generateLinkedStyleString = (linkedStyle, basedOnStyle, node, parent, _inc
58258
58275
  if (color) markValue["background-color"] = color;
58259
58276
  }
58260
58277
  } else if (key2 === "underline" && node) {
58261
- const styleValRaw = value?.value ?? value ?? "";
58278
+ const styleValRaw = value?.underline ?? value?.underlineType ?? value?.value ?? (typeof value === "string" ? value : "");
58262
58279
  const styleVal = styleValRaw.toString().toLowerCase();
58263
58280
  const hasInlineUnderlineOff = node.marks?.some(
58264
58281
  (m) => m.type?.name === "underline" && m.attrs?.underlineType === "none"
@@ -1,4 +1,4 @@
1
- import { aK as getDefaultExportFromCjs } from "./converter-BIp4wnLV.js";
1
+ import { aK as getDefaultExportFromCjs } from "./converter-DqebDh5Y.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-BIp4wnLV.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-DdtGcLU2.js";
2
+ import { p as process$1 } from "./converter-DqebDh5Y.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-BHqPITqs.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-BIp4wnLV.js";
1
+ import { ac } from "./chunks/converter-DqebDh5Y.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-BIp4wnLV.js";
2
- import { D } from "./chunks/docx-zipper-CYyRe8RE.js";
1
+ import "./chunks/converter-DqebDh5Y.js";
2
+ import { D } from "./chunks/docx-zipper-DNBbqIUN.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-DdtGcLU2.js";
2
- import "./chunks/converter-BIp4wnLV.js";
3
- import "./chunks/docx-zipper-CYyRe8RE.js";
1
+ import { E } from "./chunks/editor-BHqPITqs.js";
2
+ import "./chunks/converter-DqebDh5Y.js";
3
+ import "./chunks/docx-zipper-DNBbqIUN.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-CYyRe8RE.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-DNBbqIUN.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-BIp4wnLV.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-BIp4wnLV.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-DdtGcLU2.js";
15
- import { F, I, G, T, B, H, C } from "./chunks/editor-DdtGcLU2.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-DqebDh5Y.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-DqebDh5Y.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-BHqPITqs.js";
15
+ import { F, I, G, T, B, H, C } from "./chunks/editor-BHqPITqs.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-DRg2y7Un.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-gYGrkDSx.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-CYyRe8RE.js";
19
+ import { D } from "./chunks/docx-zipper-DNBbqIUN.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-DRg2y7Un.js";
3
- import "./chunks/editor-DdtGcLU2.js";
2
+ import { T } from "./chunks/toolbar-gYGrkDSx.js";
3
+ import "./chunks/editor-BHqPITqs.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-CCLKZXSm.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-37HP4-SX.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-0aF-l9MP.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-eQ24GmlY.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-CCLKZXSm.cjs");
4
- const superdoc = require("./chunks/index-BrLLdSRq.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-37HP4-SX.cjs");
4
+ const superdoc = require("./chunks/index-DLvHMUJi.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-0aF-l9MP.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-BQV_9k5c.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-eQ24GmlY.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-X_javC2m.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,