@harbour-enterprises/superdoc 1.0.0-beta.54 → 1.0.0-beta.55
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.
- package/dist/chunks/{PdfViewer-D_U-y4Wi.es.js → PdfViewer-ARRkZgYS.es.js} +1 -1
- package/dist/chunks/{PdfViewer-qBKjClah.cjs → PdfViewer-ObG30G-u.cjs} +1 -1
- package/dist/chunks/{index-to6_YLa7.es.js → index-Bwqb03qi.es.js} +3 -3
- package/dist/chunks/{index-BKvAeQdF.cjs → index-DFHwDXHd.cjs} +3 -3
- package/dist/chunks/{index-t8thQIOL-CV8VTGI4.cjs → index-bqjMjne1-CJi4d9NS.cjs} +1 -1
- package/dist/chunks/{index-t8thQIOL-vW80ABaR.es.js → index-bqjMjne1-DBB94Dlj.es.js} +1 -1
- package/dist/chunks/{super-editor.es-xpC1DWhM.es.js → super-editor.es-7Twgz-8H.es.js} +485 -177
- package/dist/chunks/{super-editor.es-BMiadG4G.cjs → super-editor.es-C2Ob7BbN.cjs} +485 -177
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-OoT4LYwQ.js → converter-D33MGATy.js} +274 -171
- package/dist/super-editor/chunks/{docx-zipper-Cf_hIcjC.js → docx-zipper-C7Fp89_I.js} +1 -1
- package/dist/super-editor/chunks/{editor-CqbtudGQ.js → editor-BiFHsy25.js} +216 -11
- package/dist/super-editor/chunks/{index-t8thQIOL.js → index-bqjMjne1.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-BsfRAJ0o.js → toolbar-BNta2qOv.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/super-editor.es.js +6 -6
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +487 -179
- package/dist/superdoc.umd.js.map +1 -1
- 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-
|
|
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-Bwqb03qi.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-
|
|
4
|
+
const superdoc = require("./index-DFHwDXHd.cjs");
|
|
5
5
|
function self(vars) {
|
|
6
6
|
const {
|
|
7
7
|
opacityDisabled,
|
|
@@ -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-
|
|
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-7Twgz-8H.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";
|
|
@@ -17251,7 +17251,7 @@ const _sfc_main = {
|
|
|
17251
17251
|
__name: "SuperDoc",
|
|
17252
17252
|
emits: ["selection-update"],
|
|
17253
17253
|
setup(__props, { emit: __emit }) {
|
|
17254
|
-
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-
|
|
17254
|
+
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-ARRkZgYS.es.js"));
|
|
17255
17255
|
const superdocStore = useSuperdocStore();
|
|
17256
17256
|
const commentsStore = useCommentsStore();
|
|
17257
17257
|
const {
|
|
@@ -18111,7 +18111,7 @@ class SuperDoc extends EventEmitter {
|
|
|
18111
18111
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18112
18112
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18113
18113
|
this.colorIndex = 0;
|
|
18114
|
-
this.version = "1.0.0-beta.
|
|
18114
|
+
this.version = "1.0.0-beta.55";
|
|
18115
18115
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18116
18116
|
this.superdocId = config.superdocId || v4();
|
|
18117
18117
|
this.colors = this.config.colors;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_es = require("./super-editor.es-
|
|
2
|
+
const superEditor_es = require("./super-editor.es-C2Ob7BbN.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");
|
|
@@ -17268,7 +17268,7 @@ const _sfc_main = {
|
|
|
17268
17268
|
__name: "SuperDoc",
|
|
17269
17269
|
emits: ["selection-update"],
|
|
17270
17270
|
setup(__props, { emit: __emit }) {
|
|
17271
|
-
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-
|
|
17271
|
+
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-ObG30G-u.cjs")));
|
|
17272
17272
|
const superdocStore = useSuperdocStore();
|
|
17273
17273
|
const commentsStore = useCommentsStore();
|
|
17274
17274
|
const {
|
|
@@ -18128,7 +18128,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
18128
18128
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18129
18129
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18130
18130
|
this.colorIndex = 0;
|
|
18131
|
-
this.version = "1.0.0-beta.
|
|
18131
|
+
this.version = "1.0.0-beta.55";
|
|
18132
18132
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18133
18133
|
this.superdocId = config.superdocId || uuid.v4();
|
|
18134
18134
|
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-
|
|
3
|
+
const superEditor_es = require("./super-editor.es-C2Ob7BbN.cjs");
|
|
4
4
|
const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
|
|
5
5
|
function bail(error) {
|
|
6
6
|
if (error) {
|