@harbour-enterprises/superdoc 1.0.2 → 2.0.0-next.1

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 (53) hide show
  1. package/dist/chunks/{PdfViewer-C51KNTCu.es.js → PdfViewer-BDQHgDVD.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-Dk7wI3bm.cjs → PdfViewer-Cun5Zr8u.cjs} +1 -1
  3. package/dist/chunks/{index-rtbawgUA.es.js → index-CGAmeAEK.es.js} +3 -3
  4. package/dist/chunks/{index-DDZ1ZT8N-MJzqg0qg.es.js → index-Dq6vXk74-CQD7nLbH.es.js} +1 -1
  5. package/dist/chunks/{index-DDZ1ZT8N-DzepXBTN.cjs → index-Dq6vXk74-Vm-euNb7.cjs} +1 -1
  6. package/dist/chunks/{index-Cf7hdzkm.cjs → index-if-EH8uU.cjs} +3 -3
  7. package/dist/chunks/{super-editor.es-BijxiFs9.cjs → super-editor.es-CwNpXZzP.cjs} +4 -4
  8. package/dist/chunks/{super-editor.es-DFXddrgb.es.js → super-editor.es-DyaHVXrq.es.js} +4 -4
  9. package/dist/images/altText_add.svg +3 -0
  10. package/dist/images/altText_disclaimer.svg +3 -0
  11. package/dist/images/altText_done.svg +3 -0
  12. package/dist/images/altText_spinner.svg +30 -0
  13. package/dist/images/altText_warning.svg +3 -0
  14. package/dist/images/annotation-check.svg +11 -0
  15. package/dist/images/annotation-comment.svg +16 -0
  16. package/dist/images/annotation-help.svg +26 -0
  17. package/dist/images/annotation-insert.svg +10 -0
  18. package/dist/images/annotation-key.svg +11 -0
  19. package/dist/images/annotation-newparagraph.svg +11 -0
  20. package/dist/images/annotation-noicon.svg +7 -0
  21. package/dist/images/annotation-note.svg +42 -0
  22. package/dist/images/annotation-paperclip.svg +6 -0
  23. package/dist/images/annotation-paragraph.svg +16 -0
  24. package/dist/images/annotation-pushpin.svg +7 -0
  25. package/dist/images/cursor-editorFreeHighlight.svg +6 -0
  26. package/dist/images/cursor-editorFreeText.svg +3 -0
  27. package/dist/images/cursor-editorInk.svg +4 -0
  28. package/dist/images/cursor-editorTextHighlight.svg +8 -0
  29. package/dist/images/editor-toolbar-delete.svg +5 -0
  30. package/dist/images/loading-icon.gif +0 -0
  31. package/dist/images/messageBar_closingButton.svg +3 -0
  32. package/dist/images/messageBar_warning.svg +3 -0
  33. package/dist/images/toolbarButton-editorHighlight.svg +6 -0
  34. package/dist/images/toolbarButton-menuArrow.svg +3 -0
  35. package/dist/super-editor/ai-writer.es.js +2 -2
  36. package/dist/super-editor/chunks/{converter-VYPiNbpo.js → converter-BtoNJWI9.js} +1 -1
  37. package/dist/super-editor/chunks/{docx-zipper-D8Tzq3RX.js → docx-zipper-CLkDdGOr.js} +1 -1
  38. package/dist/super-editor/chunks/{editor-mgoEnsBi.js → editor-COH8793Z.js} +5 -5
  39. package/dist/super-editor/chunks/{index-DDZ1ZT8N.js → index-Dq6vXk74.js} +1 -1
  40. package/dist/super-editor/chunks/{toolbar-DULgxvjl.js → toolbar-Ca-BPuJ2.js} +2 -2
  41. package/dist/super-editor/converter.es.js +1 -1
  42. package/dist/super-editor/docx-zipper.es.js +2 -2
  43. package/dist/super-editor/editor.es.js +3 -3
  44. package/dist/super-editor/file-zipper.es.js +1 -1
  45. package/dist/super-editor/super-editor.es.js +6 -6
  46. package/dist/super-editor/toolbar.es.js +2 -2
  47. package/dist/super-editor.cjs +1 -1
  48. package/dist/super-editor.es.js +1 -1
  49. package/dist/superdoc.cjs +2 -2
  50. package/dist/superdoc.es.js +2 -2
  51. package/dist/superdoc.umd.js +6 -6
  52. package/dist/superdoc.umd.js.map +1 -1
  53. package/package.json +1 -1
@@ -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-VYPiNbpo.js";
3
- import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-mgoEnsBi.js";
2
+ import { p as process$1 } from "./converter-BtoNJWI9.js";
3
+ import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-COH8793Z.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-VYPiNbpo.js";
1
+ import { ac } from "./chunks/converter-BtoNJWI9.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-VYPiNbpo.js";
2
- import { D } from "./chunks/docx-zipper-D8Tzq3RX.js";
1
+ import "./chunks/converter-BtoNJWI9.js";
2
+ import { D } from "./chunks/docx-zipper-CLkDdGOr.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-mgoEnsBi.js";
2
- import "./chunks/converter-VYPiNbpo.js";
3
- import "./chunks/docx-zipper-D8Tzq3RX.js";
1
+ import { E } from "./chunks/editor-COH8793Z.js";
2
+ import "./chunks/converter-BtoNJWI9.js";
3
+ import "./chunks/docx-zipper-CLkDdGOr.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-D8Tzq3RX.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-CLkDdGOr.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-VYPiNbpo.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-VYPiNbpo.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-mgoEnsBi.js";
15
- import { F, I, G, T, B, H, C } from "./chunks/editor-mgoEnsBi.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-BtoNJWI9.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-BtoNJWI9.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-COH8793Z.js";
15
+ import { F, I, G, T, B, H, C } from "./chunks/editor-COH8793Z.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-DULgxvjl.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-Ca-BPuJ2.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-D8Tzq3RX.js";
19
+ import { D } from "./chunks/docx-zipper-CLkDdGOr.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-DULgxvjl.js";
3
- import "./chunks/editor-mgoEnsBi.js";
2
+ import { T } from "./chunks/toolbar-Ca-BPuJ2.js";
3
+ import "./chunks/editor-COH8793Z.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-BijxiFs9.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-CwNpXZzP.cjs");
4
4
  require("./chunks/vue-gvuFr0vx.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-DFXddrgb.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-DyaHVXrq.es.js";
2
2
  import "./chunks/vue-CLFbn_1r.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-BijxiFs9.cjs");
4
- const superdoc = require("./chunks/index-Cf7hdzkm.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-CwNpXZzP.cjs");
4
+ const superdoc = require("./chunks/index-if-EH8uU.cjs");
5
5
  const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
7
7
  exports.Editor = superEditor_es.Editor;
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-DFXddrgb.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-rtbawgUA.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-DyaHVXrq.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-CGAmeAEK.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,
@@ -42428,7 +42428,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
42428
42428
  static getStoredSuperdocVersion(docx) {
42429
42429
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42430
42430
  }
42431
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.2") {
42431
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.1") {
42432
42432
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42433
42433
  }
42434
42434
  /**
@@ -68384,7 +68384,7 @@ ${err.toString()}`);
68384
68384
  const shouldSkipNodeView = (editor) => {
68385
68385
  return isHeadless(editor);
68386
68386
  };
68387
- const summaryVersion = "1.0.2";
68387
+ const summaryVersion = "2.0.0-next.1";
68388
68388
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
68389
68389
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
68390
68390
  function mapAttributes(attrs) {
@@ -69173,7 +69173,7 @@ ${err.toString()}`);
69173
69173
  { default: remarkStringify2 },
69174
69174
  { default: remarkGfm2 }
69175
69175
  ] = await Promise.all([
69176
- Promise.resolve().then(() => indexDDZ1ZT8N),
69176
+ Promise.resolve().then(() => indexDq6vXk74),
69177
69177
  Promise.resolve().then(() => indexDRCvimau),
69178
69178
  Promise.resolve().then(() => indexC_x_N6Uh),
69179
69179
  Promise.resolve().then(() => indexD_sWOSiG),
@@ -69378,7 +69378,7 @@ ${err.toString()}`);
69378
69378
  * Process collaboration migrations
69379
69379
  */
69380
69380
  processCollaborationMigrations() {
69381
- console.debug("[checkVersionMigrations] Current editor version", "1.0.2");
69381
+ console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.1");
69382
69382
  if (!this.options.ydoc) return;
69383
69383
  const metaMap = this.options.ydoc.getMap("meta");
69384
69384
  let docVersion = metaMap.get("version");
@@ -157239,7 +157239,7 @@ ${style2}
157239
157239
  this.config.colors = shuffleArray(this.config.colors);
157240
157240
  this.userColorMap = /* @__PURE__ */ new Map();
157241
157241
  this.colorIndex = 0;
157242
- this.version = "1.0.2";
157242
+ this.version = "2.0.0-next.1";
157243
157243
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
157244
157244
  this.superdocId = config2.superdocId || v4();
157245
157245
  this.colors = this.config.colors;
@@ -159712,7 +159712,7 @@ ${style2}
159712
159712
  value && typeof value === "object" && "byteLength" in value && "byteOffset" in value
159713
159713
  );
159714
159714
  }
159715
- const indexDDZ1ZT8N = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
159715
+ const indexDq6vXk74 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
159716
159716
  __proto__: null,
159717
159717
  unified
159718
159718
  }, Symbol.toStringTag, { value: "Module" }));