@harbour-enterprises/superdoc 1.0.0-beta.34 → 1.0.0-beta.36

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-DSx1zQC5.es.js → PdfViewer-CfGuHJ-p.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-CMVOK_jD.cjs → PdfViewer-DIQ-nXKH.cjs} +1 -1
  3. package/dist/chunks/{index-BqXrnRP8.cjs → index-BLn5vLXF.cjs} +3 -3
  4. package/dist/chunks/{index-CQeXM6oB-BAx-uLYb.cjs → index-kd29PSJd-Bk0dU0ns.cjs} +1 -1
  5. package/dist/chunks/{index-CQeXM6oB-DjCz53Th.es.js → index-kd29PSJd-CBaS-fCy.es.js} +1 -1
  6. package/dist/chunks/{index-8_ijaxSz.es.js → index-wiegLl7L.es.js} +3 -3
  7. package/dist/chunks/{super-editor.es-TkKngzld.es.js → super-editor.es-BHvwSpMY.es.js} +11686 -11634
  8. package/dist/chunks/{super-editor.es-CgTVSX1p.cjs → super-editor.es-DhwC1pbG.cjs} +11686 -11634
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-Hv-kNdxI.js → converter-Do8VG56d.js} +1 -1
  11. package/dist/super-editor/chunks/{docx-zipper-C6nUdlsw.js → docx-zipper-C9B58ZJw.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-uvvccWc5.js → editor-DYzNNoQ1.js} +11687 -11635
  13. package/dist/super-editor/chunks/{index-CQeXM6oB.js → index-kd29PSJd.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-BCWRHtW5.js → toolbar-GC9v9xcQ.js} +2 -2
  15. package/dist/super-editor/converter.es.js +1 -1
  16. package/dist/super-editor/docx-zipper.es.js +2 -2
  17. package/dist/super-editor/editor.es.js +3 -3
  18. package/dist/super-editor/file-zipper.es.js +1 -1
  19. package/dist/super-editor/super-editor.es.js +6 -6
  20. package/dist/super-editor/toolbar.es.js +2 -2
  21. package/dist/super-editor.cjs +1 -1
  22. package/dist/super-editor.es.js +1 -1
  23. package/dist/superdoc.cjs +2 -2
  24. package/dist/superdoc.es.js +2 -2
  25. package/dist/superdoc.umd.js +11715 -11663
  26. package/dist/superdoc.umd.js.map +1 -1
  27. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { y as defineComponent, z as h, O as Transition, a0 as process$1, J as watchEffect, a as computed, r as ref, j as onMounted, W as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, u as createVNode, v as unref } from "./vue-Dysv_7z5.es.js";
2
- import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-8_ijaxSz.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-wiegLl7L.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-BqXrnRP8.cjs");
4
+ const superdoc = require("./index-BLn5vLXF.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-CgTVSX1p.cjs");
2
+ const superEditor_es = require("./super-editor.es-DhwC1pbG.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");
@@ -17249,7 +17249,7 @@ const _sfc_main = {
17249
17249
  __name: "SuperDoc",
17250
17250
  emits: ["selection-update"],
17251
17251
  setup(__props, { emit: __emit }) {
17252
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CMVOK_jD.cjs")));
17252
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-DIQ-nXKH.cjs")));
17253
17253
  const superdocStore = useSuperdocStore();
17254
17254
  const commentsStore = useCommentsStore();
17255
17255
  const {
@@ -18109,7 +18109,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
18109
18109
  this.config.colors = shuffleArray(this.config.colors);
18110
18110
  this.userColorMap = /* @__PURE__ */ new Map();
18111
18111
  this.colorIndex = 0;
18112
- this.version = "1.0.0-beta.34";
18112
+ this.version = "1.0.0-beta.36";
18113
18113
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18114
18114
  this.superdocId = config.superdocId || uuid.v4();
18115
18115
  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-CgTVSX1p.cjs");
3
+ const superEditor_es = require("./super-editor.es-DhwC1pbG.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-TkKngzld.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-BHvwSpMY.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-TkKngzld.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-BHvwSpMY.es.js";
2
2
  import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
3
3
  import { E as EventEmitter } from "./eventemitter3-CcXAdeql.es.js";
4
4
  import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
@@ -17232,7 +17232,7 @@ const _sfc_main = {
17232
17232
  __name: "SuperDoc",
17233
17233
  emits: ["selection-update"],
17234
17234
  setup(__props, { emit: __emit }) {
17235
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-DSx1zQC5.es.js"));
17235
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-CfGuHJ-p.es.js"));
17236
17236
  const superdocStore = useSuperdocStore();
17237
17237
  const commentsStore = useCommentsStore();
17238
17238
  const {
@@ -18092,7 +18092,7 @@ class SuperDoc extends EventEmitter {
18092
18092
  this.config.colors = shuffleArray(this.config.colors);
18093
18093
  this.userColorMap = /* @__PURE__ */ new Map();
18094
18094
  this.colorIndex = 0;
18095
- this.version = "1.0.0-beta.34";
18095
+ this.version = "1.0.0-beta.36";
18096
18096
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18097
18097
  this.superdocId = config.superdocId || v4();
18098
18098
  this.colors = this.config.colors;