@harbour-enterprises/superdoc 1.0.0-next.3 → 1.0.0-next.4
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-cVGt7Ne7.cjs → PdfViewer-CtSTAdvv.cjs} +1 -1
- package/dist/chunks/{PdfViewer-PUn0q_lG.es.js → PdfViewer-DtdN17V4.es.js} +1 -1
- package/dist/chunks/{index-Djmhr-R6.cjs → index-Bj1kFbYe.cjs} +3 -3
- package/dist/chunks/{index-mHanL4xN.es.js → index-Cxv7dMYN.es.js} +3 -3
- package/dist/chunks/{index-DLO-SgUP-c73otQJ5.es.js → index-D_KE9gpD-aIqhxcuF.es.js} +1 -1
- package/dist/chunks/{index-DLO-SgUP-BNtYQDPq.cjs → index-D_KE9gpD-radGpP4I.cjs} +1 -1
- package/dist/chunks/{super-editor.es-S9Kp_7dy.es.js → super-editor.es-B2fSLkzN.es.js} +417 -117
- package/dist/chunks/{super-editor.es-Cve8WKfM.cjs → super-editor.es-BhQu31e4.cjs} +417 -117
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-ByybZRFp.js → converter-CVqUjX24.js} +1 -1
- package/dist/super-editor/chunks/{docx-zipper-CFQANTLI.js → docx-zipper-CsWjoVKD.js} +1 -1
- package/dist/super-editor/chunks/{editor-Cu4hD14N.js → editor-Cc8nus2C.js} +418 -118
- package/dist/super-editor/chunks/{index-DLO-SgUP.js → index-D_KE9gpD.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-5MMla0sj.js → toolbar-CoOpR1xE.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 +419 -119
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -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-Bj1kFbYe.cjs");
|
|
5
5
|
function self(vars) {
|
|
6
6
|
const {
|
|
7
7
|
opacityDisabled,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { y as defineComponent, A as h, P as Transition, a0 as process$1, K as watchEffect, a as computed, r as ref, j as onMounted, X as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, s as createVNode, x as unref } from "./vue-BuPTonTJ.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-Cxv7dMYN.es.js";
|
|
3
3
|
function self(vars) {
|
|
4
4
|
const {
|
|
5
5
|
opacityDisabled,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_es = require("./super-editor.es-
|
|
2
|
+
const superEditor_es = require("./super-editor.es-BhQu31e4.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");
|
|
@@ -17480,7 +17480,7 @@ const _sfc_main = {
|
|
|
17480
17480
|
__name: "SuperDoc",
|
|
17481
17481
|
emits: ["selection-update"],
|
|
17482
17482
|
setup(__props, { emit: __emit }) {
|
|
17483
|
-
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-
|
|
17483
|
+
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CtSTAdvv.cjs")));
|
|
17484
17484
|
const superdocStore = useSuperdocStore();
|
|
17485
17485
|
const commentsStore = useCommentsStore();
|
|
17486
17486
|
const {
|
|
@@ -18384,7 +18384,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
18384
18384
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18385
18385
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18386
18386
|
this.colorIndex = 0;
|
|
18387
|
-
this.version = "1.0.0-next.
|
|
18387
|
+
this.version = "1.0.0-next.4";
|
|
18388
18388
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18389
18389
|
this.superdocId = config.superdocId || uuid.v4();
|
|
18390
18390
|
this.colors = this.config.colors;
|
|
@@ -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-B2fSLkzN.es.js";
|
|
2
2
|
import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
|
|
3
3
|
import { E as EventEmitter } from "./eventemitter3-44XulWQe.es.js";
|
|
4
4
|
import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
|
|
@@ -17463,7 +17463,7 @@ const _sfc_main = {
|
|
|
17463
17463
|
__name: "SuperDoc",
|
|
17464
17464
|
emits: ["selection-update"],
|
|
17465
17465
|
setup(__props, { emit: __emit }) {
|
|
17466
|
-
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-
|
|
17466
|
+
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-DtdN17V4.es.js"));
|
|
17467
17467
|
const superdocStore = useSuperdocStore();
|
|
17468
17468
|
const commentsStore = useCommentsStore();
|
|
17469
17469
|
const {
|
|
@@ -18367,7 +18367,7 @@ class SuperDoc extends EventEmitter {
|
|
|
18367
18367
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18368
18368
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18369
18369
|
this.colorIndex = 0;
|
|
18370
|
-
this.version = "1.0.0-next.
|
|
18370
|
+
this.version = "1.0.0-next.4";
|
|
18371
18371
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18372
18372
|
this.superdocId = config.superdocId || v4();
|
|
18373
18373
|
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-BhQu31e4.cjs");
|
|
4
4
|
const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
|
|
5
5
|
function bail(error) {
|
|
6
6
|
if (error) {
|