@harbour-enterprises/superdoc 0.22.0-next.3 → 0.22.0-next.4

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.
@@ -1,5 +1,5 @@
1
1
  import { m as defineComponent, B as h, O as Transition, $ as process$1, I as watchEffect, d as computed, r as ref, j as onMounted, W as onUnmounted, c as createElementBlock, o as openBlock, a as createBaseVNode, f as createCommentVNode, v as createVNode, x as unref } from "./vue-CXxsqYcP.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-DgH1cx2c.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-CYCctXm3.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-DWle4Cai.cjs");
4
- const superdoc = require("./index-Ct4VrAay.cjs");
4
+ const superdoc = require("./index-BE07bQaY.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-CIDcWgLs.cjs");
2
+ const superEditor_es = require("./super-editor.es-cZsHkhM6.cjs");
3
3
  const vue = require("./vue-DWle4Cai.cjs");
4
4
  const jszip = require("./jszip-b7l8QkfH.cjs");
5
5
  const blankDocx = require("./blank-docx-CPqX9RF5.cjs");
@@ -17409,7 +17409,7 @@ const _sfc_main = {
17409
17409
  __name: "SuperDoc",
17410
17410
  emits: ["selection-update"],
17411
17411
  setup(__props, { emit: __emit }) {
17412
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CvFw8S_D.cjs")));
17412
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CxIz7yf-.cjs")));
17413
17413
  const superdocStore = useSuperdocStore();
17414
17414
  const commentsStore = useCommentsStore();
17415
17415
  const {
@@ -1,4 +1,4 @@
1
- import { q as index$1, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-WUoM0FI7.es.js";
1
+ import { q as index$1, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-Ccu1wOj1.es.js";
2
2
  import { a0 as effectScope, r as ref, _ as markRaw, $ as process$1, a1 as toRaw, d as computed, a2 as isRef, a3 as isReactive, C as toRef, i as inject, p as getCurrentInstance, l as watch, x as unref, a4 as hasInjectionContext, M as reactive, s as nextTick, a5 as getCurrentScope, a6 as onScopeDispose, a7 as toRefs, g as global$1, J as shallowRef, N as readonly, j as onMounted, k as onBeforeUnmount, h as onBeforeMount, S as onActivated, q as onDeactivated, z as createTextVNode, F as Fragment, Q as Comment, m as defineComponent, D as provide, H as withDirectives, B as h, U as Teleport, R as renderSlot, V as isVNode, I as watchEffect, O as Transition, a8 as TransitionGroup, E as mergeProps, P as vShow, G as cloneVNode, T as Text, c as createElementBlock, o as openBlock, t as toDisplayString, v as createVNode, y as withCtx, a as createBaseVNode, A as normalizeStyle, f as createCommentVNode, u as createBlock, w as withModifiers, n as normalizeClass, a9 as resolveDirective, e as renderList, b as createApp, X as resolveDynamicComponent, aa as defineAsyncComponent } from "./vue-CXxsqYcP.es.js";
3
3
  import { B as Buffer$2 } from "./jszip-B8KIZSNe.es.js";
4
4
  import { B as BlankDOCX } from "./blank-docx-iwdyG9RH.es.js";
@@ -17392,7 +17392,7 @@ const _sfc_main = {
17392
17392
  __name: "SuperDoc",
17393
17393
  emits: ["selection-update"],
17394
17394
  setup(__props, { emit: __emit }) {
17395
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-D95oFKMa.es.js"));
17395
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-BBpGCmdE.es.js"));
17396
17396
  const superdocStore = useSuperdocStore();
17397
17397
  const commentsStore = useCommentsStore();
17398
17398
  const {
@@ -48053,9 +48053,11 @@ const toggleHeaderFooterEditMode = ({ editor, focusedSectionEditor, isEditMode,
48053
48053
  item.editor.view.dom.setAttribute("documentmode", documentMode);
48054
48054
  });
48055
48055
  if (isEditMode) {
48056
- const pm = document.querySelector(".ProseMirror");
48057
- pm.classList.add("header-footer-edit");
48058
- pm.setAttribute("aria-readonly", true);
48056
+ const pm = editor.view?.dom || editor.options.element?.querySelector?.(".ProseMirror");
48057
+ if (pm) {
48058
+ pm.classList.add("header-footer-edit");
48059
+ pm.setAttribute("aria-readonly", true);
48060
+ }
48059
48061
  }
48060
48062
  if (focusedSectionEditor) {
48061
48063
  focusedSectionEditor.view.focus();
@@ -50667,7 +50669,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
50667
50669
  setDocumentMode(documentMode) {
50668
50670
  let cleanedMode = documentMode?.toLowerCase() || "editing";
50669
50671
  if (!this.extensionService || !this.state) return;
50670
- const pm = document.querySelector(".ProseMirror");
50672
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
50671
50673
  if (this.options.role === "viewer") cleanedMode = "viewing";
50672
50674
  if (this.options.role === "suggester" && cleanedMode === "editing") cleanedMode = "suggesting";
50673
50675
  if (cleanedMode === "viewing") {
@@ -51641,9 +51643,11 @@ createView_fn = function(element) {
51641
51643
  isEditMode: false,
51642
51644
  documentMode: this.options.documentMode
51643
51645
  });
51644
- const pm = document.querySelector(".ProseMirror");
51645
- pm.classList.remove("header-footer-edit");
51646
- pm.setAttribute("aria-readonly", false);
51646
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
51647
+ if (pm) {
51648
+ pm.classList.remove("header-footer-edit");
51649
+ pm.setAttribute("aria-readonly", false);
51650
+ }
51647
51651
  }
51648
51652
  setWordSelection(view, pos);
51649
51653
  }
@@ -69678,7 +69682,8 @@ const nodeResizer = (nodeNames = ["image"], editor) => {
69678
69682
  const prevSelection = prevState.selection;
69679
69683
  if (selection.from !== prevSelection.from || selection.to !== prevSelection.to) {
69680
69684
  setTimeout(() => {
69681
- const selectedResizableWrapper = document.querySelector(".sd-editor-resizable-wrapper");
69685
+ const searchRoot = editorView?.dom;
69686
+ const selectedResizableWrapper = searchRoot?.querySelector(".sd-editor-resizable-wrapper");
69682
69687
  if (selectedResizableWrapper) {
69683
69688
  showResizeHandles(view2, selectedResizableWrapper);
69684
69689
  } else {
@@ -48070,9 +48070,11 @@ const toggleHeaderFooterEditMode = ({ editor, focusedSectionEditor, isEditMode,
48070
48070
  item.editor.view.dom.setAttribute("documentmode", documentMode);
48071
48071
  });
48072
48072
  if (isEditMode) {
48073
- const pm = document.querySelector(".ProseMirror");
48074
- pm.classList.add("header-footer-edit");
48075
- pm.setAttribute("aria-readonly", true);
48073
+ const pm = editor.view?.dom || editor.options.element?.querySelector?.(".ProseMirror");
48074
+ if (pm) {
48075
+ pm.classList.add("header-footer-edit");
48076
+ pm.setAttribute("aria-readonly", true);
48077
+ }
48076
48078
  }
48077
48079
  if (focusedSectionEditor) {
48078
48080
  focusedSectionEditor.view.focus();
@@ -50684,7 +50686,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
50684
50686
  setDocumentMode(documentMode) {
50685
50687
  let cleanedMode = documentMode?.toLowerCase() || "editing";
50686
50688
  if (!this.extensionService || !this.state) return;
50687
- const pm = document.querySelector(".ProseMirror");
50689
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
50688
50690
  if (this.options.role === "viewer") cleanedMode = "viewing";
50689
50691
  if (this.options.role === "suggester" && cleanedMode === "editing") cleanedMode = "suggesting";
50690
50692
  if (cleanedMode === "viewing") {
@@ -51658,9 +51660,11 @@ createView_fn = function(element) {
51658
51660
  isEditMode: false,
51659
51661
  documentMode: this.options.documentMode
51660
51662
  });
51661
- const pm = document.querySelector(".ProseMirror");
51662
- pm.classList.remove("header-footer-edit");
51663
- pm.setAttribute("aria-readonly", false);
51663
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
51664
+ if (pm) {
51665
+ pm.classList.remove("header-footer-edit");
51666
+ pm.setAttribute("aria-readonly", false);
51667
+ }
51664
51668
  }
51665
51669
  setWordSelection(view, pos);
51666
51670
  }
@@ -69695,7 +69699,8 @@ const nodeResizer = (nodeNames = ["image"], editor) => {
69695
69699
  const prevSelection = prevState.selection;
69696
69700
  if (selection.from !== prevSelection.from || selection.to !== prevSelection.to) {
69697
69701
  setTimeout(() => {
69698
- const selectedResizableWrapper = document.querySelector(".sd-editor-resizable-wrapper");
69702
+ const searchRoot = editorView?.dom;
69703
+ const selectedResizableWrapper = searchRoot?.querySelector(".sd-editor-resizable-wrapper");
69699
69704
  if (selectedResizableWrapper) {
69700
69705
  showResizeHandles(view2, selectedResizableWrapper);
69701
69706
  } else {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/types/index.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/types/index.js"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { ref, onMounted, onUnmounted, computed, createElementBlock, openBlock, withModifiers, createElementVNode, withDirectives, unref, vModelText, createCommentVNode, nextTick } from "vue";
2
2
  import { T as TextSelection } from "./chunks/converter-DBwwYo1I.js";
3
- import { _ as _export_sfc } from "./chunks/editor-W3rw5KHF.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-B2S-zXBF.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 = {}) {
@@ -11675,9 +11675,11 @@ const toggleHeaderFooterEditMode = ({ editor, focusedSectionEditor, isEditMode,
11675
11675
  item.editor.view.dom.setAttribute("documentmode", documentMode);
11676
11676
  });
11677
11677
  if (isEditMode) {
11678
- const pm = document.querySelector(".ProseMirror");
11679
- pm.classList.add("header-footer-edit");
11680
- pm.setAttribute("aria-readonly", true);
11678
+ const pm = editor.view?.dom || editor.options.element?.querySelector?.(".ProseMirror");
11679
+ if (pm) {
11680
+ pm.classList.add("header-footer-edit");
11681
+ pm.setAttribute("aria-readonly", true);
11682
+ }
11681
11683
  }
11682
11684
  if (focusedSectionEditor) {
11683
11685
  focusedSectionEditor.view.focus();
@@ -14332,7 +14334,7 @@ const _Editor = class _Editor extends EventEmitter {
14332
14334
  setDocumentMode(documentMode) {
14333
14335
  let cleanedMode = documentMode?.toLowerCase() || "editing";
14334
14336
  if (!this.extensionService || !this.state) return;
14335
- const pm = document.querySelector(".ProseMirror");
14337
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
14336
14338
  if (this.options.role === "viewer") cleanedMode = "viewing";
14337
14339
  if (this.options.role === "suggester" && cleanedMode === "editing") cleanedMode = "suggesting";
14338
14340
  if (cleanedMode === "viewing") {
@@ -15380,9 +15382,11 @@ createView_fn = function(element) {
15380
15382
  isEditMode: false,
15381
15383
  documentMode: this.options.documentMode
15382
15384
  });
15383
- const pm = document.querySelector(".ProseMirror");
15384
- pm.classList.remove("header-footer-edit");
15385
- pm.setAttribute("aria-readonly", false);
15385
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
15386
+ if (pm) {
15387
+ pm.classList.remove("header-footer-edit");
15388
+ pm.setAttribute("aria-readonly", false);
15389
+ }
15386
15390
  }
15387
15391
  setWordSelection(view, pos);
15388
15392
  }
@@ -33460,7 +33464,8 @@ const nodeResizer = (nodeNames = ["image"], editor) => {
33460
33464
  const prevSelection = prevState.selection;
33461
33465
  if (selection.from !== prevSelection.from || selection.to !== prevSelection.to) {
33462
33466
  setTimeout(() => {
33463
- const selectedResizableWrapper = document.querySelector(".sd-editor-resizable-wrapper");
33467
+ const searchRoot = editorView?.dom;
33468
+ const selectedResizableWrapper = searchRoot?.querySelector(".sd-editor-resizable-wrapper");
33464
33469
  if (selectedResizableWrapper) {
33465
33470
  showResizeHandles(view2, selectedResizableWrapper);
33466
33471
  } else {
@@ -1,6 +1,6 @@
1
1
  import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, 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
2
  import { p as process$1 } from "./converter-DBwwYo1I.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-W3rw5KHF.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-B2S-zXBF.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 { E } from "./chunks/editor-W3rw5KHF.js";
1
+ import { E } from "./chunks/editor-B2S-zXBF.js";
2
2
  import "./chunks/converter-DBwwYo1I.js";
3
3
  import "./chunks/docx-zipper-BCI-3XE9.js";
4
4
  export {
@@ -11,10 +11,10 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
11
11
  var _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, runCommandWithArgumentOnly_fn;
12
12
  import { av as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, ay as vClickOutside, H as findParentNode, az as getActiveFormatting, ap as isInTable, aA as readFromClipboard, aB as handleClipboardPaste, aC as getFileObject, aD as runPropertyTranslators, aE as translator, aF as translator$1, aG as translator$2, aH as translator$3, aI as translator$4, aJ as translator$5, aK as translator$6, aL as translator$7, aM as translator$8, aN as translator$9, aO as translator$a, aP as translator$b, aQ as translator$c, aR as translator$d, aS as translator$e, aT as translator$f, aU as translator$g, aV as translator$h, aW as translator$i, aX as translator$j, aY as translator$k, aZ as translator$l, a_ as translator$m, a$ as translator$n, b0 as translator$o, b1 as translator$p, b2 as translator$q, b3 as translator$r, b4 as translator$s, b5 as translator$t, b6 as translator$u, b7 as translator$v, b8 as translator$w, b9 as translator$x, ba as translator$y, bb as translator$z, bc as translator$A, bd as translator$B, be as translator$C, bf as translator$D, bg as translator$E, bh as translator$F, bi as translator$G, bj as translator$H, bk as translator$I, bl as translator$J, bm as translator$K, bn as translator$L, bo as translator$M, bp as translator$N, bq as translator$O, br as translator$P, bs as translator$Q, bt as translator$R, bu as translator$S, bv as translator$T, bw as translator$U, bx as translator$V, by as translator$W, bz as translator$X, bA as translator$Y, bB as translator$Z, bC as translator$_, bD as translator$$, bE as translator$10, a as Plugin } from "./chunks/converter-DBwwYo1I.js";
13
13
  import { bF, a5, i, a2 } from "./chunks/converter-DBwwYo1I.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, y as yUndoPluginKey, f as undoDepth, h as redoDepth, s as shouldBypassContextMenu, S as SlashMenuPluginKey, E as Editor, i as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-W3rw5KHF.js";
15
- import { n, C, o, T, l, p, m } from "./chunks/editor-W3rw5KHF.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, y as yUndoPluginKey, f as undoDepth, h as redoDepth, s as shouldBypassContextMenu, S as SlashMenuPluginKey, E as Editor, i as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-B2S-zXBF.js";
15
+ import { n, C, o, T, l, p, m } from "./chunks/editor-B2S-zXBF.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, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
17
- import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-CFfRuTi3.js";
17
+ import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-BX9nPPG0.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
19
  import { D } from "./chunks/docx-zipper-BCI-3XE9.js";
20
20
  import { createZip } from "./file-zipper.es.js";
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-CFfRuTi3.js";
3
- import "./chunks/editor-W3rw5KHF.js";
2
+ import { T } from "./chunks/toolbar-BX9nPPG0.js";
3
+ import "./chunks/editor-B2S-zXBF.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-CIDcWgLs.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-cZsHkhM6.cjs");
4
4
  require("./chunks/vue-DWle4Cai.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, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-WUoM0FI7.es.js";
1
+ import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-Ccu1wOj1.es.js";
2
2
  import "./chunks/vue-CXxsqYcP.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-CIDcWgLs.cjs");
4
- const superdoc = require("./chunks/index-Ct4VrAay.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-cZsHkhM6.cjs");
4
+ const superdoc = require("./chunks/index-BE07bQaY.cjs");
5
5
  require("./chunks/vue-DWle4Cai.cjs");
6
6
  require("./chunks/jszip-b7l8QkfH.cjs");
7
7
  const blankDocx = require("./chunks/blank-docx-CPqX9RF5.cjs");
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-WUoM0FI7.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-DgH1cx2c.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-Ccu1wOj1.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-CYCctXm3.es.js";
3
3
  import "./chunks/vue-CXxsqYcP.es.js";
4
4
  import "./chunks/jszip-B8KIZSNe.es.js";
5
5
  import { B } from "./chunks/blank-docx-iwdyG9RH.es.js";
@@ -55768,9 +55768,11 @@ Please report this to https://github.com/markedjs/marked.`, e) {
55768
55768
  item.editor.view.dom.setAttribute("documentmode", documentMode);
55769
55769
  });
55770
55770
  if (isEditMode) {
55771
- const pm = document.querySelector(".ProseMirror");
55772
- pm.classList.add("header-footer-edit");
55773
- pm.setAttribute("aria-readonly", true);
55771
+ const pm = editor.view?.dom || editor.options.element?.querySelector?.(".ProseMirror");
55772
+ if (pm) {
55773
+ pm.classList.add("header-footer-edit");
55774
+ pm.setAttribute("aria-readonly", true);
55775
+ }
55774
55776
  }
55775
55777
  if (focusedSectionEditor) {
55776
55778
  focusedSectionEditor.view.focus();
@@ -58382,7 +58384,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
58382
58384
  setDocumentMode(documentMode) {
58383
58385
  let cleanedMode = documentMode?.toLowerCase() || "editing";
58384
58386
  if (!this.extensionService || !this.state) return;
58385
- const pm = document.querySelector(".ProseMirror");
58387
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
58386
58388
  if (this.options.role === "viewer") cleanedMode = "viewing";
58387
58389
  if (this.options.role === "suggester" && cleanedMode === "editing") cleanedMode = "suggesting";
58388
58390
  if (cleanedMode === "viewing") {
@@ -59356,9 +59358,11 @@ Please report this to https://github.com/markedjs/marked.`, e) {
59356
59358
  isEditMode: false,
59357
59359
  documentMode: this.options.documentMode
59358
59360
  });
59359
- const pm = document.querySelector(".ProseMirror");
59360
- pm.classList.remove("header-footer-edit");
59361
- pm.setAttribute("aria-readonly", false);
59361
+ const pm = this.view?.dom || this.options.element?.querySelector?.(".ProseMirror");
59362
+ if (pm) {
59363
+ pm.classList.remove("header-footer-edit");
59364
+ pm.setAttribute("aria-readonly", false);
59365
+ }
59362
59366
  }
59363
59367
  setWordSelection(view, pos);
59364
59368
  }
@@ -77393,7 +77397,8 @@ Please report this to https://github.com/markedjs/marked.`, e) {
77393
77397
  const prevSelection = prevState.selection;
77394
77398
  if (selection.from !== prevSelection.from || selection.to !== prevSelection.to) {
77395
77399
  setTimeout(() => {
77396
- const selectedResizableWrapper = document.querySelector(".sd-editor-resizable-wrapper");
77400
+ const searchRoot = editorView?.dom;
77401
+ const selectedResizableWrapper = searchRoot?.querySelector(".sd-editor-resizable-wrapper");
77397
77402
  if (selectedResizableWrapper) {
77398
77403
  showResizeHandles(view2, selectedResizableWrapper);
77399
77404
  } else {