@harbour-enterprises/superdoc 1.8.1-next.3 → 1.8.2-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.
@@ -1,6 +1,6 @@
1
1
  import { d as defineComponent, h, T as Transition, p as process$1, w as watchEffect, c as computed, r as ref, f as onMounted, X as onUnmounted, E as createElementBlock, G as openBlock, K as createBaseVNode, M as createCommentVNode, I as createVNode, v as unref } from "./vue-BnBKJwCW.es.js";
2
- import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-0in1nXsV.es.js";
3
- import { C as derived, r as c, q as cB, aF as fadeInTransition, y as cM, I as warnOnce, J as useConfig, N as useTheme, aG as pxfy, P as createKey, Q as useThemeClass, aH as useCompitable, ai as _export_sfc } from "./index-DPmjm9Nw.es.js";
2
+ import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-DHWm6zEW.es.js";
3
+ import { C as derived, r as c, q as cB, aF as fadeInTransition, y as cM, I as warnOnce, J as useConfig, N as useTheme, aG as pxfy, P as createKey, Q as useThemeClass, aH as useCompitable, ai as _export_sfc } from "./index-DR6N6rCG.es.js";
4
4
  function self(vars) {
5
5
  const {
6
6
  opacityDisabled,
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("./vue-De9wkgLl.cjs");
4
- const superdoc = require("./index-Cn36ZWmU.cjs");
5
- const index = require("./index-B__DcNBW.cjs");
4
+ const superdoc = require("./index-BTwCQoeP.cjs");
5
+ const index = require("./index-CAbg8dAQ.cjs");
6
6
  function self(vars) {
7
7
  const {
8
8
  opacityDisabled,
@@ -33508,7 +33508,7 @@ class SuperConverter {
33508
33508
  static getStoredSuperdocVersion(docx) {
33509
33509
  return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
33510
33510
  }
33511
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.1-next.3") {
33511
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.2-next.1") {
33512
33512
  return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
33513
33513
  }
33514
33514
  /**
@@ -33509,7 +33509,7 @@ class SuperConverter {
33509
33509
  static getStoredSuperdocVersion(docx) {
33510
33510
  return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
33511
33511
  }
33512
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.1-next.3") {
33512
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.2-next.1") {
33513
33513
  return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
33514
33514
  }
33515
33515
  /**
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
- const index = require("./index-B__DcNBW.cjs");
2
+ const index = require("./index-CAbg8dAQ.cjs");
3
3
  const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
4
4
  const eventemitter3 = require("./eventemitter3-BQuRcMPI.cjs");
5
5
  const provider = require("@hocuspocus/provider");
6
6
  require("./jszip-C8_CqJxM.cjs");
7
7
  require("./helpers-nOdwpmwb.cjs");
8
- require("./SuperConverter-C4jc-A34.cjs");
8
+ require("./SuperConverter-CzZpTS13.cjs");
9
9
  const vue = require("./vue-De9wkgLl.cjs");
10
10
  require("./jszip.min-BPh2MMAa.cjs");
11
11
  const superEditor_fileZipper = require("../super-editor/file-zipper.cjs");
@@ -7689,7 +7689,7 @@ const _sfc_main = {
7689
7689
  __name: "SuperDoc",
7690
7690
  emits: ["selection-update"],
7691
7691
  setup(__props, { emit: __emit }) {
7692
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CG3fXB6W.cjs")));
7692
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-DBHRMd3z.cjs")));
7693
7693
  const superdocStore = useSuperdocStore();
7694
7694
  const commentsStore = useCommentsStore();
7695
7695
  const {
@@ -8674,7 +8674,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
8674
8674
  this.config.colors = shuffleArray(this.config.colors);
8675
8675
  this.userColorMap = /* @__PURE__ */ new Map();
8676
8676
  this.colorIndex = 0;
8677
- this.version = "1.8.1-next.3";
8677
+ this.version = "1.8.2-next.1";
8678
8678
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
8679
8679
  this.superdocId = config.superdocId || uuid.v4();
8680
8680
  this.colors = this.config.colors;