@harbour-enterprises/superdoc 1.0.0-next.7 → 1.0.0-next.8

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-CCU0Mzny.es.js → PdfViewer-BpJTAUeT.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-Ca1KqMaU.cjs → PdfViewer-DVL0SRPs.cjs} +1 -1
  3. package/dist/chunks/{index-DfbOKJbz.cjs → index-D-MAmimV.cjs} +3 -3
  4. package/dist/chunks/{index-IZySkMqb-OvIaFsnt.cjs → index-DQd4iefd-BfbLCMZZ.cjs} +1 -1
  5. package/dist/chunks/{index-IZySkMqb-BRW0f_kL.es.js → index-DQd4iefd-qCZ-Mcie.es.js} +1 -1
  6. package/dist/chunks/{index-q8FicN0U.es.js → index-WYp7dt-q.es.js} +3 -3
  7. package/dist/chunks/{super-editor.es--rLTKCxc.es.js → super-editor.es-BDJ97wfW.es.js} +40 -19
  8. package/dist/chunks/{super-editor.es-D_13cWx3.cjs → super-editor.es-DzMe-1gi.cjs} +40 -19
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-BUHD74_1.js → converter-BH40Zd-y.js} +1 -1
  11. package/dist/super-editor/chunks/{docx-zipper-CtdkK288.js → docx-zipper-DP41TnQj.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-BV718qjr.js → editor-C81JiIaN.js} +7 -7
  13. package/dist/super-editor/chunks/{index-IZySkMqb.js → index-DQd4iefd.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-CnlEeYqx.js → toolbar-BmUYOo96.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 +40 -19
  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 +42 -21
  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, A as h, P as Transition, a0 as process$1, K as watchEffect, a as computed, r as ref, j as onMounted, X as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, s as createVNode, x as unref } from "./vue-BuPTonTJ.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-q8FicN0U.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-WYp7dt-q.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-DfbOKJbz.cjs");
4
+ const superdoc = require("./index-D-MAmimV.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-D_13cWx3.cjs");
2
+ const superEditor_es = require("./super-editor.es-DzMe-1gi.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");
@@ -17482,7 +17482,7 @@ const _sfc_main = {
17482
17482
  __name: "SuperDoc",
17483
17483
  emits: ["selection-update"],
17484
17484
  setup(__props, { emit: __emit }) {
17485
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-Ca1KqMaU.cjs")));
17485
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-DVL0SRPs.cjs")));
17486
17486
  const superdocStore = useSuperdocStore();
17487
17487
  const commentsStore = useCommentsStore();
17488
17488
  const {
@@ -18386,7 +18386,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
18386
18386
  this.config.colors = shuffleArray(this.config.colors);
18387
18387
  this.userColorMap = /* @__PURE__ */ new Map();
18388
18388
  this.colorIndex = 0;
18389
- this.version = "1.0.0-next.7";
18389
+ this.version = "1.0.0-next.8";
18390
18390
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18391
18391
  this.superdocId = config.superdocId || uuid.v4();
18392
18392
  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-D_13cWx3.cjs");
3
+ const superEditor_es = require("./super-editor.es-DzMe-1gi.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--rLTKCxc.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-BDJ97wfW.es.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG-CvBqQJbG.es.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -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--rLTKCxc.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-BDJ97wfW.es.js";
2
2
  import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
3
3
  import { E as EventEmitter } from "./eventemitter3-44XulWQe.es.js";
4
4
  import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
@@ -17465,7 +17465,7 @@ const _sfc_main = {
17465
17465
  __name: "SuperDoc",
17466
17466
  emits: ["selection-update"],
17467
17467
  setup(__props, { emit: __emit }) {
17468
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-CCU0Mzny.es.js"));
17468
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-BpJTAUeT.es.js"));
17469
17469
  const superdocStore = useSuperdocStore();
17470
17470
  const commentsStore = useCommentsStore();
17471
17471
  const {
@@ -18369,7 +18369,7 @@ class SuperDoc extends EventEmitter {
18369
18369
  this.config.colors = shuffleArray(this.config.colors);
18370
18370
  this.userColorMap = /* @__PURE__ */ new Map();
18371
18371
  this.colorIndex = 0;
18372
- this.version = "1.0.0-next.7";
18372
+ this.version = "1.0.0-next.8";
18373
18373
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18374
18374
  this.superdocId = config.superdocId || v4();
18375
18375
  this.colors = this.config.colors;
@@ -42410,7 +42410,7 @@ const _SuperConverter = class _SuperConverter2 {
42410
42410
  static getStoredSuperdocVersion(docx) {
42411
42411
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42412
42412
  }
42413
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-next.7") {
42413
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-next.8") {
42414
42414
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42415
42415
  }
42416
42416
  /**
@@ -54806,9 +54806,9 @@ const toggleNode = (typeOrName, toggleTypeOrName, attrs = {}) => ({ state: state
54806
54806
  const selectAll = () => ({ state: state2, dispatch }) => selectAll$1(state2, dispatch);
54807
54807
  const deleteSelection = () => ({ state: state2, tr, dispatch }) => {
54808
54808
  const { from: from2, to, empty: empty2 } = state2.selection;
54809
- if (document && document.getSelection) {
54809
+ if (typeof document !== "undefined" && document.getSelection) {
54810
54810
  const currentDomSelection = document.getSelection();
54811
- if (currentDomSelection?.baseNode?.data?.length == 1) {
54811
+ if (currentDomSelection?.baseNode?.data?.length === 1) {
54812
54812
  return false;
54813
54813
  }
54814
54814
  }
@@ -59636,7 +59636,7 @@ const isHeadless = (editor) => {
59636
59636
  const shouldSkipNodeView = (editor) => {
59637
59637
  return isHeadless(editor);
59638
59638
  };
59639
- const summaryVersion = "1.0.0-next.7";
59639
+ const summaryVersion = "1.0.0-next.8";
59640
59640
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59641
59641
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59642
59642
  function mapAttributes(attrs) {
@@ -60425,7 +60425,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60425
60425
  { default: remarkStringify },
60426
60426
  { default: remarkGfm }
60427
60427
  ] = await Promise.all([
60428
- import("./index-IZySkMqb-BRW0f_kL.es.js"),
60428
+ import("./index-DQd4iefd-qCZ-Mcie.es.js"),
60429
60429
  import("./index-DRCvimau-Cw339678.es.js"),
60430
60430
  import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
60431
60431
  import("./index-D_sWOSiG-DE96TaT5.es.js"),
@@ -60630,7 +60630,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60630
60630
  * Process collaboration migrations
60631
60631
  */
60632
60632
  processCollaborationMigrations() {
60633
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-next.7");
60633
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-next.8");
60634
60634
  if (!this.options.ydoc) return;
60635
60635
  const metaMap = this.options.ydoc.getMap("meta");
60636
60636
  let docVersion = metaMap.get("version");
@@ -125973,9 +125973,9 @@ function getItems(context, customItems = [], includeDefaultItems = true) {
125973
125973
  action: (editor2) => {
125974
125974
  editor2.commands.createDocumentSection();
125975
125975
  },
125976
- showWhen: (context2) => {
125977
- const { trigger: trigger2 } = context2;
125978
- return trigger2 === TRIGGERS.click;
125976
+ // TODO: Temporarily disabled - restore original: `return trigger === TRIGGERS.click;`
125977
+ showWhen: () => {
125978
+ return false;
125979
125979
  }
125980
125980
  },
125981
125981
  {
@@ -126313,19 +126313,31 @@ const _sfc_main$8 = {
126313
126313
  return;
126314
126314
  }
126315
126315
  event.preventDefault();
126316
- moveCursorToMouseEvent(event, props.editor);
126316
+ const editorState = props.editor?.state;
126317
+ const hasRangeSelection = editorState?.selection?.from !== editorState?.selection?.to;
126318
+ let isClickInsideSelection = false;
126319
+ if (hasRangeSelection && Number.isFinite(event.clientX) && Number.isFinite(event.clientY)) {
126320
+ const hit = props.editor?.posAtCoords?.({ left: event.clientX, top: event.clientY });
126321
+ if (typeof hit?.pos === "number") {
126322
+ const { from: from2, to } = editorState.selection;
126323
+ isClickInsideSelection = hit.pos >= from2 && hit.pos <= to;
126324
+ }
126325
+ }
126326
+ if (!isClickInsideSelection) {
126327
+ moveCursorToMouseEvent(event, props.editor);
126328
+ }
126317
126329
  try {
126318
126330
  const context = await getEditorContext(props.editor, event);
126319
126331
  currentContext.value = context;
126320
126332
  sections.value = getItems({ ...context, trigger: "click" });
126321
126333
  selectedId.value = flattenedItems.value[0]?.id || null;
126322
126334
  searchQuery.value = "";
126323
- const state2 = props.editor.state;
126324
- if (!state2) return;
126335
+ const currentState = props.editor.state;
126336
+ if (!currentState) return;
126325
126337
  props.editor.dispatch(
126326
- state2.tr.setMeta(SlashMenuPluginKey, {
126338
+ currentState.tr.setMeta(SlashMenuPluginKey, {
126327
126339
  type: "open",
126328
- pos: context?.pos ?? state2.selection.from,
126340
+ pos: context?.pos ?? currentState.selection.from,
126329
126341
  clientX: event.clientX,
126330
126342
  clientY: event.clientY
126331
126343
  })
@@ -126338,12 +126350,21 @@ const _sfc_main$8 = {
126338
126350
  if (props.editor) {
126339
126351
  item.action ? await item.action(props.editor, currentContext.value) : null;
126340
126352
  if (item.component) {
126341
- menuRef.value;
126353
+ const menuElement = menuRef.value;
126342
126354
  const componentProps = getPropsByItemId(item.id, props);
126343
- props.openPopover(markRaw(item.component), componentProps, {
126344
- left: menuPosition.value.left,
126345
- top: menuPosition.value.top
126346
- });
126355
+ let popoverPosition = { left: menuPosition.value.left, top: menuPosition.value.top };
126356
+ if (menuElement) {
126357
+ const menuRect = menuElement.getBoundingClientRect();
126358
+ const container = menuElement.closest(".super-editor");
126359
+ if (container) {
126360
+ const containerRect = container.getBoundingClientRect();
126361
+ popoverPosition = {
126362
+ left: `${menuRect.left - containerRect.left}px`,
126363
+ top: `${menuRect.top - containerRect.top}px`
126364
+ };
126365
+ }
126366
+ }
126367
+ props.openPopover(markRaw(item.component), componentProps, popoverPosition);
126347
126368
  closeMenu({ restoreCursor: false });
126348
126369
  } else {
126349
126370
  const shouldRestoreCursor = item.id !== "paste";
@@ -42427,7 +42427,7 @@ const _SuperConverter = class _SuperConverter2 {
42427
42427
  static getStoredSuperdocVersion(docx) {
42428
42428
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42429
42429
  }
42430
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-next.7") {
42430
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-next.8") {
42431
42431
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42432
42432
  }
42433
42433
  /**
@@ -54823,9 +54823,9 @@ const toggleNode = (typeOrName, toggleTypeOrName, attrs = {}) => ({ state: state
54823
54823
  const selectAll = () => ({ state: state2, dispatch }) => selectAll$1(state2, dispatch);
54824
54824
  const deleteSelection = () => ({ state: state2, tr, dispatch }) => {
54825
54825
  const { from: from2, to, empty: empty2 } = state2.selection;
54826
- if (document && document.getSelection) {
54826
+ if (typeof document !== "undefined" && document.getSelection) {
54827
54827
  const currentDomSelection = document.getSelection();
54828
- if (currentDomSelection?.baseNode?.data?.length == 1) {
54828
+ if (currentDomSelection?.baseNode?.data?.length === 1) {
54829
54829
  return false;
54830
54830
  }
54831
54831
  }
@@ -59653,7 +59653,7 @@ const isHeadless = (editor) => {
59653
59653
  const shouldSkipNodeView = (editor) => {
59654
59654
  return isHeadless(editor);
59655
59655
  };
59656
- const summaryVersion = "1.0.0-next.7";
59656
+ const summaryVersion = "1.0.0-next.8";
59657
59657
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59658
59658
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59659
59659
  function mapAttributes(attrs) {
@@ -60442,7 +60442,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60442
60442
  { default: remarkStringify },
60443
60443
  { default: remarkGfm }
60444
60444
  ] = await Promise.all([
60445
- Promise.resolve().then(() => require("./index-IZySkMqb-OvIaFsnt.cjs")),
60445
+ Promise.resolve().then(() => require("./index-DQd4iefd-BfbLCMZZ.cjs")),
60446
60446
  Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
60447
60447
  Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
60448
60448
  Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
@@ -60647,7 +60647,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60647
60647
  * Process collaboration migrations
60648
60648
  */
60649
60649
  processCollaborationMigrations() {
60650
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-next.7");
60650
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-next.8");
60651
60651
  if (!this.options.ydoc) return;
60652
60652
  const metaMap = this.options.ydoc.getMap("meta");
60653
60653
  let docVersion = metaMap.get("version");
@@ -125990,9 +125990,9 @@ function getItems(context, customItems = [], includeDefaultItems = true) {
125990
125990
  action: (editor2) => {
125991
125991
  editor2.commands.createDocumentSection();
125992
125992
  },
125993
- showWhen: (context2) => {
125994
- const { trigger: trigger2 } = context2;
125995
- return trigger2 === TRIGGERS.click;
125993
+ // TODO: Temporarily disabled - restore original: `return trigger === TRIGGERS.click;`
125994
+ showWhen: () => {
125995
+ return false;
125996
125996
  }
125997
125997
  },
125998
125998
  {
@@ -126330,19 +126330,31 @@ const _sfc_main$8 = {
126330
126330
  return;
126331
126331
  }
126332
126332
  event.preventDefault();
126333
- moveCursorToMouseEvent(event, props.editor);
126333
+ const editorState = props.editor?.state;
126334
+ const hasRangeSelection = editorState?.selection?.from !== editorState?.selection?.to;
126335
+ let isClickInsideSelection = false;
126336
+ if (hasRangeSelection && Number.isFinite(event.clientX) && Number.isFinite(event.clientY)) {
126337
+ const hit = props.editor?.posAtCoords?.({ left: event.clientX, top: event.clientY });
126338
+ if (typeof hit?.pos === "number") {
126339
+ const { from: from2, to } = editorState.selection;
126340
+ isClickInsideSelection = hit.pos >= from2 && hit.pos <= to;
126341
+ }
126342
+ }
126343
+ if (!isClickInsideSelection) {
126344
+ moveCursorToMouseEvent(event, props.editor);
126345
+ }
126334
126346
  try {
126335
126347
  const context = await getEditorContext(props.editor, event);
126336
126348
  currentContext.value = context;
126337
126349
  sections.value = getItems({ ...context, trigger: "click" });
126338
126350
  selectedId.value = flattenedItems.value[0]?.id || null;
126339
126351
  searchQuery.value = "";
126340
- const state2 = props.editor.state;
126341
- if (!state2) return;
126352
+ const currentState = props.editor.state;
126353
+ if (!currentState) return;
126342
126354
  props.editor.dispatch(
126343
- state2.tr.setMeta(SlashMenuPluginKey, {
126355
+ currentState.tr.setMeta(SlashMenuPluginKey, {
126344
126356
  type: "open",
126345
- pos: context?.pos ?? state2.selection.from,
126357
+ pos: context?.pos ?? currentState.selection.from,
126346
126358
  clientX: event.clientX,
126347
126359
  clientY: event.clientY
126348
126360
  })
@@ -126355,12 +126367,21 @@ const _sfc_main$8 = {
126355
126367
  if (props.editor) {
126356
126368
  item.action ? await item.action(props.editor, currentContext.value) : null;
126357
126369
  if (item.component) {
126358
- menuRef.value;
126370
+ const menuElement = menuRef.value;
126359
126371
  const componentProps = getPropsByItemId(item.id, props);
126360
- props.openPopover(vue.markRaw(item.component), componentProps, {
126361
- left: menuPosition.value.left,
126362
- top: menuPosition.value.top
126363
- });
126372
+ let popoverPosition = { left: menuPosition.value.left, top: menuPosition.value.top };
126373
+ if (menuElement) {
126374
+ const menuRect = menuElement.getBoundingClientRect();
126375
+ const container = menuElement.closest(".super-editor");
126376
+ if (container) {
126377
+ const containerRect = container.getBoundingClientRect();
126378
+ popoverPosition = {
126379
+ left: `${menuRect.left - containerRect.left}px`,
126380
+ top: `${menuRect.top - containerRect.top}px`
126381
+ };
126382
+ }
126383
+ }
126384
+ props.openPopover(vue.markRaw(item.component), componentProps, popoverPosition);
126364
126385
  closeMenu({ restoreCursor: false });
126365
126386
  } else {
126366
126387
  const shouldRestoreCursor = item.id !== "paste";
@@ -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-BUHD74_1.js";
3
- import { _ as _export_sfc } from "./chunks/editor-BV718qjr.js";
2
+ import { T as TextSelection } from "./chunks/converter-BH40Zd-y.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-C81JiIaN.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 = {}) {
@@ -42727,7 +42727,7 @@ const _SuperConverter = class _SuperConverter {
42727
42727
  static getStoredSuperdocVersion(docx) {
42728
42728
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42729
42729
  }
42730
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-next.7") {
42730
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-next.8") {
42731
42731
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42732
42732
  }
42733
42733
  /**
@@ -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-BUHD74_1.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-BH40Zd-y.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, _pageGeometryHelper, _dragHandlerCleanup, _layoutError, _layoutErrorState, _errorBanner, _errorBannerMessage, _telemetryEmitter, _renderScheduled, _pendingDocChange, _isRerendering, _selectionUpdateScheduled, _remoteCursorUpdateScheduled, _rafHandle, _editorListeners, _sectionMetadata, _documentMode, _inputBridge, _trackedChangesMode, _trackedChangesEnabled, _trackedChangesOverrides, _headerFooterManager, _headerFooterAdapter, _headerFooterIdentifier, _multiSectionIdentifier, _headerLayoutResults, _footerLayoutResults, _headerLayoutsByRId, _footerLayoutsByRId, _headerDecorationProvider, _footerDecorationProvider, _headerFooterManagerCleanups, _headerRegions, _footerRegions, _session, _activeHeaderFooterEditor, _overlayManager, _hoverOverlay, _hoverTooltip, _modeBanner, _ariaLiveRegion, _hoverRegion, _clickCount, _lastClickTime, _lastClickPosition, _lastSelectedImageBlockId, _dragAnchor, _isDragging, _dragExtensionMode, _cellAnchor, _cellDragMode, _remoteCursorState, _remoteCursorElements, _remoteCursorDirty, _remoteCursorOverlay, _localSelectionLayer, _awarenessCleanup, _scrollCleanup, _scrollTimeout, _lastRemoteCursorRenderTime, _remoteCursorThrottleTimeout, _PresentationEditor_instances, collectCommentPositions_fn, aggregateLayoutBounds_fn, safeCleanup_fn, setupEditorListeners_fn, setupCollaborationCursors_fn, updateLocalAwarenessCursor_fn, normalizeAwarenessStates_fn, getFallbackColor_fn, getValidatedColor_fn, scheduleRemoteCursorUpdate_fn, scheduleRemoteCursorReRender_fn, updateRemoteCursors_fn, renderRemoteCursors_fn, renderRemoteCaret_fn, renderRemoteCursorLabel_fn, renderRemoteSelection_fn, setupPointerHandlers_fn, setupDragHandlers_fn, focusEditorAfterImageSelection_fn, setupInputBridge_fn, initHeaderFooterRegistry_fn, _handlePointerDown, getFirstTextPosition_fn, registerPointerClick_fn, getCellPosFromTableHit_fn, getTablePosFromHit_fn, shouldUseCellSelection_fn, setCellAnchor_fn, clearCellAnchor_fn, hitTestTable_fn, selectWordAt_fn, selectParagraphAt_fn, calculateExtendedSelection_fn, isWordCharacter_fn, _handlePointerMove, _handlePointerLeave, _handlePointerUp, _handleDragOver, _handleDrop, _handleDoubleClick, _handleKeyDown, focusHeaderFooterShortcut_fn, scheduleRerender_fn, flushRerenderQueue_fn, rerender_fn, ensurePainter_fn, scheduleSelectionUpdate_fn, updateSelection_fn, resolveLayoutOptions_fn, buildHeaderFooterInput_fn, computeHeaderFooterConstraints_fn, layoutPerRIdHeaderFooters_fn, updateDecorationProviders_fn, createDecorationProvider_fn, findHeaderFooterPageForPageNumber_fn, computeDecorationBox_fn, computeExpectedSectionType_fn, rebuildHeaderFooterRegions_fn, hitTestHeaderFooterRegion_fn, pointInRegion_fn, activateHeaderFooterRegion_fn, enterHeaderFooterMode_fn, exitHeaderFooterMode_fn, getActiveDomTarget_fn, emitHeaderFooterModeChanged_fn, emitHeaderFooterEditingContext_fn, updateAwarenessSession_fn, updateModeBanner_fn, announce_fn, validateHeaderFooterEditPermission_fn, emitHeaderFooterEditBlocked_fn, resolveDescriptorForRegion_fn, createDefaultHeaderFooter_fn, getPageElement_fn, scrollPageIntoView_fn, computeAnchorMap_fn, waitForPageMount_fn, getEffectivePageGap_fn, getBodyPageHeight_fn, getHeaderFooterPageHeight_fn, applyDomCorrectionToRects_fn, renderCellSelectionOverlay_fn, renderSelectionRects_fn, renderHoverRegion_fn, clearHoverRegion_fn, renderCaretOverlay_fn, getHeaderFooterContext_fn, computeHeaderFooterSelectionRects_fn, syncTrackedChangesPreferences_fn, deriveTrackedChangesMode_fn, deriveTrackedChangesEnabled_fn, getTrackChangesPluginState_fn, computeDefaultLayoutDefaults_fn, parseColumns_fn, inchesToPx_fn, applyZoom_fn, createLayoutMetrics_fn, getPageOffsetX_fn, convertPageLocalToOverlayCoords_fn, computeDomCaretPageLocal_fn, normalizeClientPoint_fn, computeCaretLayoutRectGeometry_fn, computeCaretLayoutRect_fn, computeCaretLayoutRectFromDOM_fn, computeTableCaretLayoutRect_fn, findLineContainingPos_fn, lineHeightBeforeIndex_fn, getCurrentPageIndex_fn, findRegionForPage_fn, handleLayoutError_fn, decorateError_fn, showLayoutErrorBanner_fn, dismissErrorBanner_fn, createHiddenHost_fn, _windowRoot, _layoutSurfaces, _getTargetDom, _isEditable, _onTargetChanged, _listeners, _currentTarget, _destroyed, _useWindowFallback, _PresentationInputBridge_instances, addListener_fn, dispatchToTarget_fn, forwardKeyboardEvent_fn, forwardTextEvent_fn, forwardCompositionEvent_fn, forwardContextMenu_fn, isEventOnActiveTarget_fn, shouldSkipSurface_fn, isInLayoutSurface_fn, getListenerTargets_fn, isPlainCharacterKey_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ParagraphNodeView_instances, checkShouldUpdate_fn, updateHTMLAttributes_fn, updateDOMStyles_fn, resolveNeighborParagraphProperties_fn, updateListStyles_fn, initList_fn, checkIsList_fn, createMarker_fn, createSeparator_fn, calculateTabSeparatorStyle_fn, calculateMarkerStyle_fn, removeList_fn, getParagraphContext_fn, scheduleAnimation_fn, cancelScheduledAnimation_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _VectorShapeView_instances, ensureParentPositioned_fn, _ShapeGroupView_instances, ensureParentPositioned_fn2;
13
13
  import * as Y from "yjs";
14
14
  import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
15
- import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-BUHD74_1.js";
16
- import { D as DocxZipper } from "./docx-zipper-CtdkK288.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 SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-BH40Zd-y.js";
16
+ import { D as DocxZipper } from "./docx-zipper-DP41TnQj.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() {
@@ -9098,9 +9098,9 @@ const toggleNode = (typeOrName, toggleTypeOrName, attrs = {}) => ({ state, comma
9098
9098
  const selectAll = () => ({ state, dispatch }) => selectAll$1(state, dispatch);
9099
9099
  const deleteSelection = () => ({ state, tr, dispatch }) => {
9100
9100
  const { from: from2, to, empty: empty2 } = state.selection;
9101
- if (document && document.getSelection) {
9101
+ if (typeof document !== "undefined" && document.getSelection) {
9102
9102
  const currentDomSelection = document.getSelection();
9103
- if (currentDomSelection?.baseNode?.data?.length == 1) {
9103
+ if (currentDomSelection?.baseNode?.data?.length === 1) {
9104
9104
  return false;
9105
9105
  }
9106
9106
  }
@@ -13960,7 +13960,7 @@ const isHeadless = (editor) => {
13960
13960
  const shouldSkipNodeView = (editor) => {
13961
13961
  return isHeadless(editor);
13962
13962
  };
13963
- const summaryVersion = "1.0.0-next.7";
13963
+ const summaryVersion = "1.0.0-next.8";
13964
13964
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
13965
13965
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
13966
13966
  function mapAttributes(attrs) {
@@ -14752,7 +14752,7 @@ const _Editor = class _Editor extends EventEmitter {
14752
14752
  { default: remarkStringify },
14753
14753
  { default: remarkGfm }
14754
14754
  ] = await Promise.all([
14755
- import("./index-IZySkMqb.js"),
14755
+ import("./index-DQd4iefd.js"),
14756
14756
  import("./index-DRCvimau.js"),
14757
14757
  import("./index-C_x_N6Uh.js"),
14758
14758
  import("./index-D_sWOSiG.js"),
@@ -14957,7 +14957,7 @@ const _Editor = class _Editor extends EventEmitter {
14957
14957
  * Process collaboration migrations
14958
14958
  */
14959
14959
  processCollaborationMigrations() {
14960
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-next.7");
14960
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-next.8");
14961
14961
  if (!this.options.ydoc) return;
14962
14962
  const metaMap = this.options.ydoc.getMap("meta");
14963
14963
  let docVersion = metaMap.get("version");
@@ -1,4 +1,4 @@
1
- import { aK as getDefaultExportFromCjs } from "./converter-BUHD74_1.js";
1
+ import { aK as getDefaultExportFromCjs } from "./converter-BH40Zd-y.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 { ref, readonly, watch, computed, getCurrentInstance, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, withDirectives, h, Teleport, toRef, nextTick, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, markRaw, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, withKeys, unref, withModifiers, createBlock, toDisplayString, vModelText, createVNode, renderList, withCtx } from "vue";
2
- import { p as process$1 } from "./converter-BUHD74_1.js";
3
- import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-BV718qjr.js";
2
+ import { p as process$1 } from "./converter-BH40Zd-y.js";
3
+ import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-C81JiIaN.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-BUHD74_1.js";
1
+ import { ac } from "./chunks/converter-BH40Zd-y.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-BUHD74_1.js";
2
- import { D } from "./chunks/docx-zipper-CtdkK288.js";
1
+ import "./chunks/converter-BH40Zd-y.js";
2
+ import { D } from "./chunks/docx-zipper-DP41TnQj.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-BV718qjr.js";
2
- import "./chunks/converter-BUHD74_1.js";
3
- import "./chunks/docx-zipper-CtdkK288.js";
1
+ import { E } from "./chunks/editor-C81JiIaN.js";
2
+ import "./chunks/converter-BH40Zd-y.js";
3
+ import "./chunks/docx-zipper-DP41TnQj.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-CtdkK288.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-DP41TnQj.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, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-BUHD74_1.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-BUHD74_1.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-BV718qjr.js";
15
- import { F, I, G, T, B, H, C } from "./chunks/editor-BV718qjr.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, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-BH40Zd-y.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-BH40Zd-y.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-C81JiIaN.js";
15
+ import { F, I, G, T, B, H, C } from "./chunks/editor-C81JiIaN.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-CnlEeYqx.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-BmUYOo96.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-CtdkK288.js";
19
+ import { D } from "./chunks/docx-zipper-DP41TnQj.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -4071,9 +4071,9 @@ function getItems(context, customItems = [], includeDefaultItems = true) {
4071
4071
  action: (editor2) => {
4072
4072
  editor2.commands.createDocumentSection();
4073
4073
  },
4074
- showWhen: (context2) => {
4075
- const { trigger } = context2;
4076
- return trigger === TRIGGERS.click;
4074
+ // TODO: Temporarily disabled - restore original: `return trigger === TRIGGERS.click;`
4075
+ showWhen: () => {
4076
+ return false;
4077
4077
  }
4078
4078
  },
4079
4079
  {
@@ -4411,19 +4411,31 @@ const _sfc_main$8 = {
4411
4411
  return;
4412
4412
  }
4413
4413
  event.preventDefault();
4414
- moveCursorToMouseEvent(event, props.editor);
4414
+ const editorState = props.editor?.state;
4415
+ const hasRangeSelection = editorState?.selection?.from !== editorState?.selection?.to;
4416
+ let isClickInsideSelection = false;
4417
+ if (hasRangeSelection && Number.isFinite(event.clientX) && Number.isFinite(event.clientY)) {
4418
+ const hit = props.editor?.posAtCoords?.({ left: event.clientX, top: event.clientY });
4419
+ if (typeof hit?.pos === "number") {
4420
+ const { from, to } = editorState.selection;
4421
+ isClickInsideSelection = hit.pos >= from && hit.pos <= to;
4422
+ }
4423
+ }
4424
+ if (!isClickInsideSelection) {
4425
+ moveCursorToMouseEvent(event, props.editor);
4426
+ }
4415
4427
  try {
4416
4428
  const context = await getEditorContext(props.editor, event);
4417
4429
  currentContext.value = context;
4418
4430
  sections.value = getItems({ ...context, trigger: "click" });
4419
4431
  selectedId.value = flattenedItems.value[0]?.id || null;
4420
4432
  searchQuery.value = "";
4421
- const state = props.editor.state;
4422
- if (!state) return;
4433
+ const currentState = props.editor.state;
4434
+ if (!currentState) return;
4423
4435
  props.editor.dispatch(
4424
- state.tr.setMeta(SlashMenuPluginKey, {
4436
+ currentState.tr.setMeta(SlashMenuPluginKey, {
4425
4437
  type: "open",
4426
- pos: context?.pos ?? state.selection.from,
4438
+ pos: context?.pos ?? currentState.selection.from,
4427
4439
  clientX: event.clientX,
4428
4440
  clientY: event.clientY
4429
4441
  })
@@ -4436,12 +4448,21 @@ const _sfc_main$8 = {
4436
4448
  if (props.editor) {
4437
4449
  item.action ? await item.action(props.editor, currentContext.value) : null;
4438
4450
  if (item.component) {
4439
- menuRef.value;
4451
+ const menuElement = menuRef.value;
4440
4452
  const componentProps = getPropsByItemId(item.id, props);
4441
- props.openPopover(markRaw(item.component), componentProps, {
4442
- left: menuPosition.value.left,
4443
- top: menuPosition.value.top
4444
- });
4453
+ let popoverPosition = { left: menuPosition.value.left, top: menuPosition.value.top };
4454
+ if (menuElement) {
4455
+ const menuRect = menuElement.getBoundingClientRect();
4456
+ const container = menuElement.closest(".super-editor");
4457
+ if (container) {
4458
+ const containerRect = container.getBoundingClientRect();
4459
+ popoverPosition = {
4460
+ left: `${menuRect.left - containerRect.left}px`,
4461
+ top: `${menuRect.top - containerRect.top}px`
4462
+ };
4463
+ }
4464
+ }
4465
+ props.openPopover(markRaw(item.component), componentProps, popoverPosition);
4445
4466
  closeMenu({ restoreCursor: false });
4446
4467
  } else {
4447
4468
  const shouldRestoreCursor = item.id !== "paste";
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-CnlEeYqx.js";
3
- import "./chunks/editor-BV718qjr.js";
2
+ import { T } from "./chunks/toolbar-BmUYOo96.js";
3
+ import "./chunks/editor-C81JiIaN.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-D_13cWx3.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DzMe-1gi.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--rLTKCxc.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-BDJ97wfW.es.js";
2
2
  import "./chunks/vue-BuPTonTJ.es.js";
3
3
  export {
4
4
  A as AIWriter,