@harbour-enterprises/superdoc 0.16.0-next.8 → 0.16.0-next.9

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-xvq3uP6K.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-YhT-JqcA.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-CrenCc1k.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-B6WOnFdF.cjs");
4
- const superdoc = require("./index-DUgJwepM.cjs");
4
+ const superdoc = require("./index-SYXhgfL7.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -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-DB_XiddH.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-VFTxefur.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-xvq3uP6K.es.js";
3
3
  import { B as Buffer$2 } from "./jszip-DXHu60h9.es.js";
4
4
  import { B as BlankDOCX } from "./blank-docx-iwdyG9RH.es.js";
@@ -4358,10 +4358,10 @@ const useCommentsStore = /* @__PURE__ */ defineStore("comments", () => {
4358
4358
  const createCommentForTrackChanges = (editor) => {
4359
4359
  let trackedChanges = index$1.getTrackChanges(editor.state);
4360
4360
  const groupedChanges = groupChanges(trackedChanges);
4361
+ const { tr } = editor.view.state;
4362
+ const { dispatch } = editor.view;
4361
4363
  groupedChanges.forEach(({ insertedMark, deletionMark, formatMark }, index2) => {
4362
4364
  console.debug(`Create comment for track change: ${index2}`);
4363
- const { dispatch } = editor.view;
4364
- const { tr } = editor.view.state;
4365
4365
  const foundComment = commentsList.value.find(
4366
4366
  (i) => i.commentId === insertedMark?.mark.attrs.id || i.commentId === deletionMark?.mark.attrs.id || i.commentId === formatMark?.mark.attrs.id
4367
4367
  );
@@ -4369,7 +4369,6 @@ const useCommentsStore = /* @__PURE__ */ defineStore("comments", () => {
4369
4369
  if (foundComment) {
4370
4370
  if (isLastIteration) {
4371
4371
  tr.setMeta(CommentsPluginKey, { type: "force" });
4372
- dispatch(tr);
4373
4372
  }
4374
4373
  return;
4375
4374
  }
@@ -4382,9 +4381,9 @@ const useCommentsStore = /* @__PURE__ */ defineStore("comments", () => {
4382
4381
  if (isLastIteration) tr.setMeta(CommentsPluginKey, { type: "force" });
4383
4382
  tr.setMeta(CommentsPluginKey, { type: "forceTrackChanges" });
4384
4383
  tr.setMeta(TrackChangesBasePluginKey, trackChangesPayload);
4385
- dispatch(tr);
4386
4384
  }
4387
4385
  });
4386
+ dispatch(tr);
4388
4387
  };
4389
4388
  const translateCommentsForExport = () => {
4390
4389
  const processedComments = [];
@@ -17249,7 +17248,7 @@ const _sfc_main = {
17249
17248
  __name: "SuperDoc",
17250
17249
  emits: ["selection-update"],
17251
17250
  setup(__props, { emit: __emit }) {
17252
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-9PXb3rXA.es.js"));
17251
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-Bx-FogYN.es.js"));
17253
17252
  const superdocStore = useSuperdocStore();
17254
17253
  const commentsStore = useCommentsStore();
17255
17254
  const {
@@ -17892,7 +17891,7 @@ class SuperDoc extends EventEmitter {
17892
17891
  this.config.colors = shuffleArray(this.config.colors);
17893
17892
  this.userColorMap = /* @__PURE__ */ new Map();
17894
17893
  this.colorIndex = 0;
17895
- this.version = "0.16.0-next.7";
17894
+ this.version = "0.16.0-next.8";
17896
17895
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
17897
17896
  this.superdocId = config.superdocId || v4();
17898
17897
  this.colors = this.config.colors;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-BG4kMZpU.cjs");
2
+ const superEditor_es = require("./super-editor.es-B1_SDwR3.cjs");
3
3
  const vue = require("./vue-B6WOnFdF.cjs");
4
4
  const jszip = require("./jszip-DmmUnPkH.cjs");
5
5
  const blankDocx = require("./blank-docx-CPqX9RF5.cjs");
@@ -4375,10 +4375,10 @@ const useCommentsStore = /* @__PURE__ */ defineStore("comments", () => {
4375
4375
  const createCommentForTrackChanges = (editor) => {
4376
4376
  let trackedChanges = superEditor_es.index.getTrackChanges(editor.state);
4377
4377
  const groupedChanges = groupChanges(trackedChanges);
4378
+ const { tr } = editor.view.state;
4379
+ const { dispatch } = editor.view;
4378
4380
  groupedChanges.forEach(({ insertedMark, deletionMark, formatMark }, index2) => {
4379
4381
  console.debug(`Create comment for track change: ${index2}`);
4380
- const { dispatch } = editor.view;
4381
- const { tr } = editor.view.state;
4382
4382
  const foundComment = commentsList.value.find(
4383
4383
  (i) => i.commentId === insertedMark?.mark.attrs.id || i.commentId === deletionMark?.mark.attrs.id || i.commentId === formatMark?.mark.attrs.id
4384
4384
  );
@@ -4386,7 +4386,6 @@ const useCommentsStore = /* @__PURE__ */ defineStore("comments", () => {
4386
4386
  if (foundComment) {
4387
4387
  if (isLastIteration) {
4388
4388
  tr.setMeta(superEditor_es.CommentsPluginKey, { type: "force" });
4389
- dispatch(tr);
4390
4389
  }
4391
4390
  return;
4392
4391
  }
@@ -4399,9 +4398,9 @@ const useCommentsStore = /* @__PURE__ */ defineStore("comments", () => {
4399
4398
  if (isLastIteration) tr.setMeta(superEditor_es.CommentsPluginKey, { type: "force" });
4400
4399
  tr.setMeta(superEditor_es.CommentsPluginKey, { type: "forceTrackChanges" });
4401
4400
  tr.setMeta(superEditor_es.TrackChangesBasePluginKey, trackChangesPayload);
4402
- dispatch(tr);
4403
4401
  }
4404
4402
  });
4403
+ dispatch(tr);
4405
4404
  };
4406
4405
  const translateCommentsForExport = () => {
4407
4406
  const processedComments = [];
@@ -17266,7 +17265,7 @@ const _sfc_main = {
17266
17265
  __name: "SuperDoc",
17267
17266
  emits: ["selection-update"],
17268
17267
  setup(__props, { emit: __emit }) {
17269
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-BgQbGxHT.cjs")));
17268
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-D5dJ31xU.cjs")));
17270
17269
  const superdocStore = useSuperdocStore();
17271
17270
  const commentsStore = useCommentsStore();
17272
17271
  const {
@@ -17909,7 +17908,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
17909
17908
  this.config.colors = shuffleArray(this.config.colors);
17910
17909
  this.userColorMap = /* @__PURE__ */ new Map();
17911
17910
  this.colorIndex = 0;
17912
- this.version = "0.16.0-next.7";
17911
+ this.version = "0.16.0-next.8";
17913
17912
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
17914
17913
  this.superdocId = config.superdocId || uuid.v4();
17915
17914
  this.colors = this.config.colors;
@@ -30082,7 +30082,7 @@ const _SuperConverter = class _SuperConverter2 {
30082
30082
  return;
30083
30083
  }
30084
30084
  }
30085
- static updateDocumentVersion(docx = this.convertedXml, version2 = "0.16.0-next.7") {
30085
+ static updateDocumentVersion(docx = this.convertedXml, version2 = "0.16.0-next.8") {
30086
30086
  const customLocation = "docProps/custom.xml";
30087
30087
  if (!docx[customLocation]) {
30088
30088
  docx[customLocation] = generateCustomXml();
@@ -30564,7 +30564,7 @@ function storeSuperdocVersion(docx) {
30564
30564
  function generateCustomXml() {
30565
30565
  return DEFAULT_CUSTOM_XML;
30566
30566
  }
30567
- function generateSuperdocVersion(pid = 2, version2 = "0.16.0-next.7") {
30567
+ function generateSuperdocVersion(pid = 2, version2 = "0.16.0-next.8") {
30568
30568
  return {
30569
30569
  type: "element",
30570
30570
  name: "property",
@@ -47334,7 +47334,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
47334
47334
  * @returns {Object | void} Migration results
47335
47335
  */
47336
47336
  processCollaborationMigrations() {
47337
- console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.7");
47337
+ console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.8");
47338
47338
  if (!this.options.ydoc) return;
47339
47339
  const metaMap = this.options.ydoc.getMap("meta");
47340
47340
  let docVersion = metaMap.get("version");
@@ -30065,7 +30065,7 @@ const _SuperConverter = class _SuperConverter2 {
30065
30065
  return;
30066
30066
  }
30067
30067
  }
30068
- static updateDocumentVersion(docx = this.convertedXml, version2 = "0.16.0-next.7") {
30068
+ static updateDocumentVersion(docx = this.convertedXml, version2 = "0.16.0-next.8") {
30069
30069
  const customLocation = "docProps/custom.xml";
30070
30070
  if (!docx[customLocation]) {
30071
30071
  docx[customLocation] = generateCustomXml();
@@ -30547,7 +30547,7 @@ function storeSuperdocVersion(docx) {
30547
30547
  function generateCustomXml() {
30548
30548
  return DEFAULT_CUSTOM_XML;
30549
30549
  }
30550
- function generateSuperdocVersion(pid = 2, version2 = "0.16.0-next.7") {
30550
+ function generateSuperdocVersion(pid = 2, version2 = "0.16.0-next.8") {
30551
30551
  return {
30552
30552
  type: "element",
30553
30553
  name: "property",
@@ -47317,7 +47317,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
47317
47317
  * @returns {Object | void} Migration results
47318
47318
  */
47319
47319
  processCollaborationMigrations() {
47320
- console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.7");
47320
+ console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.8");
47321
47321
  if (!this.options.ydoc) return;
47322
47322
  const metaMap = this.options.ydoc.getMap("meta");
47323
47323
  let docVersion = metaMap.get("version");
@@ -1 +1 @@
1
- {"version":3,"file":"comments-store.d.ts","sourceRoot":"","sources":["../../src/stores/comments-store.js"],"names":[],"mappings":"AAeA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA2Ce,IAAI;qBAiBN,MAAM;0CAWN,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA0Ld;QAAuB,SAAS;QACT,UAAU;QACV,eAAe;KACtC;;wCAoDA;QAAuB,QAAQ;KAC/B,KAAU,IAAI;sCA2EJ,IAAI;;;;;6CA3FJ,IAAI;4EAwGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA2HJ,IAAI;sDA/ad;QAAuB,QAAQ;QACR,MAAM;KAC7B,KAAU,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAvDJ,IAAI;qBAiBN,MAAM;0CAWN,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA0Ld;QAAuB,SAAS;QACT,UAAU;QACV,eAAe;KACtC;;wCAoDA;QAAuB,QAAQ;KAC/B,KAAU,IAAI;sCA2EJ,IAAI;;;;;6CA3FJ,IAAI;4EAwGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA2HJ,IAAI;sDA/ad;QAAuB,QAAQ;QACR,MAAM;KAC7B,KAAU,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAvDJ,IAAI;qBAiBN,MAAM;0CAWN,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA0Ld;QAAuB,SAAS;QACT,UAAU;QACV,eAAe;KACtC;;wCAoDA;QAAuB,QAAQ;KAC/B,KAAU,IAAI;sCA2EJ,IAAI;;;;;6CA3FJ,IAAI;4EAwGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA2HJ,IAAI;sDA/ad;QAAuB,QAAQ;QACR,MAAM;KAC7B,KAAU,IAAI;wUA4gBhB"}
1
+ {"version":3,"file":"comments-store.d.ts","sourceRoot":"","sources":["../../src/stores/comments-store.js"],"names":[],"mappings":"AAeA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA2Ce,IAAI;qBAiBN,MAAM;0CAWN,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA0Ld;QAAuB,SAAS;QACT,UAAU;QACV,eAAe;KACtC;;wCAoDA;QAAuB,QAAQ;KAC/B,KAAU,IAAI;sCA2EJ,IAAI;;;;;6CA3FJ,IAAI;4EAwGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA0HJ,IAAI;sDA9ad;QAAuB,QAAQ;QACR,MAAM;KAC7B,KAAU,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAvDJ,IAAI;qBAiBN,MAAM;0CAWN,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA0Ld;QAAuB,SAAS;QACT,UAAU;QACV,eAAe;KACtC;;wCAoDA;QAAuB,QAAQ;KAC/B,KAAU,IAAI;sCA2EJ,IAAI;;;;;6CA3FJ,IAAI;4EAwGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA0HJ,IAAI;sDA9ad;QAAuB,QAAQ;QACR,MAAM;KAC7B,KAAU,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAvDJ,IAAI;qBAiBN,MAAM;0CAWN,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA0Ld;QAAuB,SAAS;QACT,UAAU;QACV,eAAe;KACtC;;wCAoDA;QAAuB,QAAQ;KAC/B,KAAU,IAAI;sCA2EJ,IAAI;;;;;6CA3FJ,IAAI;4EAwGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA0HJ,IAAI;sDA9ad;QAAuB,QAAQ;QACR,MAAM;KAC7B,KAAU,IAAI;wUA2gBhB"}
@@ -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-CY1WQn6N.js";
3
- import { _ as _export_sfc } from "./chunks/editor-C66ryrYS.js";
2
+ import { T as TextSelection } from "./chunks/converter-BmOaaXp-.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-BO1Rmut9.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 = {}) {
@@ -30063,7 +30063,7 @@ const _SuperConverter = class _SuperConverter {
30063
30063
  return;
30064
30064
  }
30065
30065
  }
30066
- static updateDocumentVersion(docx = this.convertedXml, version = "0.16.0-next.7") {
30066
+ static updateDocumentVersion(docx = this.convertedXml, version = "0.16.0-next.8") {
30067
30067
  const customLocation = "docProps/custom.xml";
30068
30068
  if (!docx[customLocation]) {
30069
30069
  docx[customLocation] = generateCustomXml();
@@ -30548,7 +30548,7 @@ function storeSuperdocVersion(docx) {
30548
30548
  function generateCustomXml() {
30549
30549
  return DEFAULT_CUSTOM_XML;
30550
30550
  }
30551
- function generateSuperdocVersion(pid = 2, version = "0.16.0-next.7") {
30551
+ function generateSuperdocVersion(pid = 2, version = "0.16.0-next.8") {
30552
30552
  return {
30553
30553
  type: "element",
30554
30554
  name: "property",
@@ -1,4 +1,4 @@
1
- import { H as process$1, av as commonjsGlobal, I as Buffer, aw as getDefaultExportFromCjs, ax as getContentTypesFromXml, ay as xmljs } from "./converter-CY1WQn6N.js";
1
+ import { H as process$1, av as commonjsGlobal, I as Buffer, aw as getDefaultExportFromCjs, ax as getContentTypesFromXml, ay as xmljs } from "./converter-BmOaaXp-.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,9 +12,9 @@ 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, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, insertNewFileData_fn, registerPluginByNameIfNotExists_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initPagination_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, _ListItemNodeView_instances, init_fn2, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _DocumentSectionView_instances, init_fn3, addToolTip_fn;
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, c as callOrGet, g as getExtensionConfigField, b as getMarkType, d as getMarksFromSelection, e as getNodeType, f as getSchemaTypeNameByName, S as Schema$1, h as cleanSchemaItem, T as TextSelection, N as NodeSelection, i as canSplit, j as defaultBlockAt$1, l as liftTarget, A as AllSelection, k as canJoin, m as joinPoint, n as Selection, r as replaceStep$1, F as Fragment, R as ReplaceAroundStep$1, o as Slice, p as isTextSelection, q as getMarkRange, s as isMarkActive, t as isNodeActive, u as deleteProps, D as DOMParser$1, v as ReplaceStep, w as NodeRange, x as findWrapping, L as ListHelpers, y as findParentNode, z as isMacOS, B as isIOS, C as DOMSerializer, E as Mark$1, G as dropPoint, H as process$1, I as Buffer2, J as getSchemaTypeByName, K as inputRulesPlugin, O as TrackDeleteMarkName, Q as TrackInsertMarkName, U as v4, V as TrackFormatMarkName, W as comments_module_events, X as findMark, Y as objectIncludes, Z as AddMarkStep, _ as RemoveMarkStep, $ as twipsToLines, a0 as pixelsToTwips, a1 as helpers, a2 as posToDOMRect, a3 as CommandService, a4 as SuperConverter, a5 as createDocument, a6 as createDocFromMarkdown, a7 as createDocFromHTML, a8 as EditorState, a9 as hasSomeParentWithClass, aa as isActive, ab as unflattenListsInHtml, ac as parseSizeUnit, ad as minMax, ae as getLineHeightValueString, af as InputRule, ag as kebabCase, ah as getListItemStyleDefinitions, ai as docxNumberigHelpers, aj as parseIndentElement, ak as combineIndents, al as StepMap, am as getColStyleDeclaration, an as SelectionRange, ao as Transform, ap as findParentNodeClosestToPos, aq as isInTable$1, ar as createColGroup, as as generateDocxRandomId, at as insertNewRelationship, au as htmlHandler } from "./converter-CY1WQn6N.js";
15
+ import { P as PluginKey, a as Plugin, M as Mapping, c as callOrGet, g as getExtensionConfigField, b as getMarkType, d as getMarksFromSelection, e as getNodeType, f as getSchemaTypeNameByName, S as Schema$1, h as cleanSchemaItem, T as TextSelection, N as NodeSelection, i as canSplit, j as defaultBlockAt$1, l as liftTarget, A as AllSelection, k as canJoin, m as joinPoint, n as Selection, r as replaceStep$1, F as Fragment, R as ReplaceAroundStep$1, o as Slice, p as isTextSelection, q as getMarkRange, s as isMarkActive, t as isNodeActive, u as deleteProps, D as DOMParser$1, v as ReplaceStep, w as NodeRange, x as findWrapping, L as ListHelpers, y as findParentNode, z as isMacOS, B as isIOS, C as DOMSerializer, E as Mark$1, G as dropPoint, H as process$1, I as Buffer2, J as getSchemaTypeByName, K as inputRulesPlugin, O as TrackDeleteMarkName, Q as TrackInsertMarkName, U as v4, V as TrackFormatMarkName, W as comments_module_events, X as findMark, Y as objectIncludes, Z as AddMarkStep, _ as RemoveMarkStep, $ as twipsToLines, a0 as pixelsToTwips, a1 as helpers, a2 as posToDOMRect, a3 as CommandService, a4 as SuperConverter, a5 as createDocument, a6 as createDocFromMarkdown, a7 as createDocFromHTML, a8 as EditorState, a9 as hasSomeParentWithClass, aa as isActive, ab as unflattenListsInHtml, ac as parseSizeUnit, ad as minMax, ae as getLineHeightValueString, af as InputRule, ag as kebabCase, ah as getListItemStyleDefinitions, ai as docxNumberigHelpers, aj as parseIndentElement, ak as combineIndents, al as StepMap, am as getColStyleDeclaration, an as SelectionRange, ao as Transform, ap as findParentNodeClosestToPos, aq as isInTable$1, ar as createColGroup, as as generateDocxRandomId, at as insertNewRelationship, au as htmlHandler } from "./converter-BmOaaXp-.js";
16
16
  import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
17
- import { D as DocxZipper } from "./docx-zipper-DAn84JFm.js";
17
+ import { D as DocxZipper } from "./docx-zipper-DE49MBO_.js";
18
18
  var GOOD_LEAF_SIZE = 200;
19
19
  var RopeSequence = function RopeSequence2() {
20
20
  };
@@ -14255,7 +14255,7 @@ const _Editor = class _Editor extends EventEmitter {
14255
14255
  * @returns {Object | void} Migration results
14256
14256
  */
14257
14257
  processCollaborationMigrations() {
14258
- console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.7");
14258
+ console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.8");
14259
14259
  if (!this.options.ydoc) return;
14260
14260
  const metaMap = this.options.ydoc.getMap("meta");
14261
14261
  let docVersion = metaMap.get("version");
@@ -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
- import { H as process$1 } from "./converter-CY1WQn6N.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-C66ryrYS.js";
2
+ import { H as process$1 } from "./converter-BmOaaXp-.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-BO1Rmut9.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 { a4 } from "./chunks/converter-CY1WQn6N.js";
1
+ import { a4 } from "./chunks/converter-BmOaaXp-.js";
2
2
  export {
3
3
  a4 as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-CY1WQn6N.js";
2
- import { D } from "./chunks/docx-zipper-DAn84JFm.js";
1
+ import "./chunks/converter-BmOaaXp-.js";
2
+ import { D } from "./chunks/docx-zipper-DE49MBO_.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-C66ryrYS.js";
2
- import "./chunks/converter-CY1WQn6N.js";
3
- import "./chunks/docx-zipper-DAn84JFm.js";
1
+ import { E } from "./chunks/editor-BO1Rmut9.js";
2
+ import "./chunks/converter-BmOaaXp-.js";
3
+ import "./chunks/docx-zipper-DE49MBO_.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-DAn84JFm.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-DE49MBO_.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 _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, runCommandWithArgumentOnly_fn;
12
- import { aw as getDefaultExportFromCjs, U as v4, T as TextSelection$1, q as getMarkRange, az as vClickOutside, y as findParentNode, aA as getActiveFormatting, aq as isInTable, aB as readFromClipboard, aC as handleClipboardPaste, aD as getFileObject, a as Plugin } from "./chunks/converter-CY1WQn6N.js";
13
- import { aE, a4, d, a1 } from "./chunks/converter-CY1WQn6N.js";
14
- import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-C66ryrYS.js";
15
- import { k, C, l, T, i, m, j } from "./chunks/editor-C66ryrYS.js";
12
+ import { aw as getDefaultExportFromCjs, U as v4, T as TextSelection$1, q as getMarkRange, az as vClickOutside, y as findParentNode, aA as getActiveFormatting, aq as isInTable, aB as readFromClipboard, aC as handleClipboardPaste, aD as getFileObject, a as Plugin } from "./chunks/converter-BmOaaXp-.js";
13
+ import { aE, a4, d, a1 } from "./chunks/converter-BmOaaXp-.js";
14
+ import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-BO1Rmut9.js";
15
+ import { k, C, l, T, i, m, j } from "./chunks/editor-BO1Rmut9.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-Br_su5P2.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-DqTTwNvQ.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-DAn84JFm.js";
19
+ import { D } from "./chunks/docx-zipper-DE49MBO_.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-Br_su5P2.js";
3
- import "./chunks/editor-C66ryrYS.js";
2
+ import { T } from "./chunks/toolbar-DqTTwNvQ.js";
3
+ import "./chunks/editor-BO1Rmut9.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-BG4kMZpU.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-B1_SDwR3.cjs");
4
4
  require("./chunks/vue-B6WOnFdF.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, q } from "./chunks/super-editor.es-DB_XiddH.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, q } from "./chunks/super-editor.es-VFTxefur.es.js";
2
2
  import "./chunks/vue-xvq3uP6K.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-BG4kMZpU.cjs");
4
- const superdoc = require("./chunks/index-DUgJwepM.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-B1_SDwR3.cjs");
4
+ const superdoc = require("./chunks/index-SYXhgfL7.cjs");
5
5
  require("./chunks/vue-B6WOnFdF.cjs");
6
6
  require("./chunks/jszip-DmmUnPkH.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, p, q } from "./chunks/super-editor.es-DB_XiddH.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-YhT-JqcA.es.js";
1
+ import { a, E, b, S, d, i, j, n, p, q } from "./chunks/super-editor.es-VFTxefur.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-CrenCc1k.es.js";
3
3
  import "./chunks/vue-xvq3uP6K.es.js";
4
4
  import "./chunks/jszip-DXHu60h9.es.js";
5
5
  import { B } from "./chunks/blank-docx-iwdyG9RH.es.js";
@@ -37747,7 +37747,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
37747
37747
  return;
37748
37748
  }
37749
37749
  }
37750
- static updateDocumentVersion(docx = this.convertedXml, version2 = "0.16.0-next.7") {
37750
+ static updateDocumentVersion(docx = this.convertedXml, version2 = "0.16.0-next.8") {
37751
37751
  const customLocation = "docProps/custom.xml";
37752
37752
  if (!docx[customLocation]) {
37753
37753
  docx[customLocation] = generateCustomXml();
@@ -38229,7 +38229,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
38229
38229
  function generateCustomXml() {
38230
38230
  return DEFAULT_CUSTOM_XML;
38231
38231
  }
38232
- function generateSuperdocVersion(pid = 2, version2 = "0.16.0-next.7") {
38232
+ function generateSuperdocVersion(pid = 2, version2 = "0.16.0-next.8") {
38233
38233
  return {
38234
38234
  type: "element",
38235
38235
  name: "property",
@@ -54999,7 +54999,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
54999
54999
  * @returns {Object | void} Migration results
55000
55000
  */
55001
55001
  processCollaborationMigrations() {
55002
- console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.7");
55002
+ console.debug("[checkVersionMigrations] Current editor version", "0.16.0-next.8");
55003
55003
  if (!this.options.ydoc) return;
55004
55004
  const metaMap = this.options.ydoc.getMap("meta");
55005
55005
  let docVersion = metaMap.get("version");
@@ -90811,10 +90811,10 @@ ${reason}`);
90811
90811
  const createCommentForTrackChanges = (editor) => {
90812
90812
  let trackedChanges = index$2.getTrackChanges(editor.state);
90813
90813
  const groupedChanges = groupChanges(trackedChanges);
90814
+ const { tr } = editor.view.state;
90815
+ const { dispatch } = editor.view;
90814
90816
  groupedChanges.forEach(({ insertedMark, deletionMark, formatMark }, index2) => {
90815
90817
  console.debug(`Create comment for track change: ${index2}`);
90816
- const { dispatch } = editor.view;
90817
- const { tr } = editor.view.state;
90818
90818
  const foundComment = commentsList.value.find(
90819
90819
  (i2) => i2.commentId === insertedMark?.mark.attrs.id || i2.commentId === deletionMark?.mark.attrs.id || i2.commentId === formatMark?.mark.attrs.id
90820
90820
  );
@@ -90822,7 +90822,6 @@ ${reason}`);
90822
90822
  if (foundComment) {
90823
90823
  if (isLastIteration) {
90824
90824
  tr.setMeta(CommentsPluginKey, { type: "force" });
90825
- dispatch(tr);
90826
90825
  }
90827
90826
  return;
90828
90827
  }
@@ -90835,9 +90834,9 @@ ${reason}`);
90835
90834
  if (isLastIteration) tr.setMeta(CommentsPluginKey, { type: "force" });
90836
90835
  tr.setMeta(CommentsPluginKey, { type: "forceTrackChanges" });
90837
90836
  tr.setMeta(TrackChangesBasePluginKey, trackChangesPayload);
90838
- dispatch(tr);
90839
90837
  }
90840
90838
  });
90839
+ dispatch(tr);
90841
90840
  };
90842
90841
  const translateCommentsForExport = () => {
90843
90842
  const processedComments = [];
@@ -104513,7 +104512,7 @@ ${style2}
104513
104512
  this.config.colors = shuffleArray(this.config.colors);
104514
104513
  this.userColorMap = /* @__PURE__ */ new Map();
104515
104514
  this.colorIndex = 0;
104516
- this.version = "0.16.0-next.7";
104515
+ this.version = "0.16.0-next.8";
104517
104516
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
104518
104517
  this.superdocId = config.superdocId || v4();
104519
104518
  this.colors = this.config.colors;