superdoc 0.31.0-next.2 → 0.31.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-K3AvhcPe.cjs → PdfViewer-CMqo3BcJ.cjs} +1 -1
- package/dist/chunks/{PdfViewer-SNmZ-cFQ.es.js → PdfViewer-mTeXBeGP.es.js} +1 -1
- package/dist/chunks/{index-BYoh4bTC-D3KgbMGN.cjs → index-BmNdb0G--CqIBE8k-.cjs} +1 -1
- package/dist/chunks/{index-BYoh4bTC-CvwLNvhw.es.js → index-BmNdb0G--hU1qknba.es.js} +1 -1
- package/dist/chunks/{index-BhTmqYMI.cjs → index-BtYu5_4F.cjs} +3 -3
- package/dist/chunks/{index-B_y8k48i.es.js → index-INrjzFwK.es.js} +3 -3
- package/dist/chunks/{super-editor.es-2s47mdgM.es.js → super-editor.es-DUqAKtdo.es.js} +849 -770
- package/dist/chunks/{super-editor.es-qzNK-dCq.cjs → super-editor.es-_Mo5sfTs.cjs} +849 -770
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-B9P9VS_X.js → converter-BsxkbtGe.js} +842 -766
- package/dist/super-editor/chunks/{docx-zipper-CrHein3w.js → docx-zipper-DzOHQzzj.js} +1 -1
- package/dist/super-editor/chunks/{editor-uhFrEJtT.js → editor-o3FNUBVU.js} +7 -4
- package/dist/super-editor/chunks/{index-BYoh4bTC.js → index-BmNdb0G-.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-BnD2JDA6.js → toolbar-CbCPJP6P.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/src/core/super-converter/exporter.d.ts.map +1 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +1 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts +8 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts +2 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts +2 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts +8 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +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 +853 -774
- 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-Cwv-wUpm.cjs");
|
|
4
|
-
const superdoc = require("./index-
|
|
4
|
+
const superdoc = require("./index-BtYu5_4F.cjs");
|
|
5
5
|
function self(vars) {
|
|
6
6
|
const {
|
|
7
7
|
opacityDisabled,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { m as defineComponent, y as h, O as Transition, $ 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, v as createVNode, x as unref } from "./vue-CKmzTNVs.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-INrjzFwK.es.js";
|
|
3
3
|
function self(vars) {
|
|
4
4
|
const {
|
|
5
5
|
opacityDisabled,
|
|
@@ -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-_Mo5sfTs.cjs");
|
|
4
4
|
const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
|
|
5
5
|
function bail(error) {
|
|
6
6
|
if (error) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_es = require("./super-editor.es-
|
|
2
|
+
const superEditor_es = require("./super-editor.es-_Mo5sfTs.cjs");
|
|
3
3
|
const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
|
|
4
4
|
const eventemitter3 = require("./eventemitter3-DmHNHvFX.cjs");
|
|
5
5
|
const provider = require("@hocuspocus/provider");
|
|
@@ -17219,7 +17219,7 @@ const _sfc_main = {
|
|
|
17219
17219
|
__name: "SuperDoc",
|
|
17220
17220
|
emits: ["selection-update"],
|
|
17221
17221
|
setup(__props, { emit: __emit }) {
|
|
17222
|
-
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-
|
|
17222
|
+
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CMqo3BcJ.cjs")));
|
|
17223
17223
|
const superdocStore = useSuperdocStore();
|
|
17224
17224
|
const commentsStore = useCommentsStore();
|
|
17225
17225
|
const {
|
|
@@ -17983,7 +17983,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
17983
17983
|
this.config.colors = shuffleArray(this.config.colors);
|
|
17984
17984
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
17985
17985
|
this.colorIndex = 0;
|
|
17986
|
-
this.version = "0.31.0-next.
|
|
17986
|
+
this.version = "0.31.0-next.4";
|
|
17987
17987
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
17988
17988
|
this.superdocId = config.superdocId || uuid.v4();
|
|
17989
17989
|
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, 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, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-DUqAKtdo.es.js";
|
|
2
2
|
import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
|
|
3
3
|
import { E as EventEmitter } from "./eventemitter3-hYlnBzSA.es.js";
|
|
4
4
|
import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
|
|
@@ -17202,7 +17202,7 @@ const _sfc_main = {
|
|
|
17202
17202
|
__name: "SuperDoc",
|
|
17203
17203
|
emits: ["selection-update"],
|
|
17204
17204
|
setup(__props, { emit: __emit }) {
|
|
17205
|
-
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-
|
|
17205
|
+
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-mTeXBeGP.es.js"));
|
|
17206
17206
|
const superdocStore = useSuperdocStore();
|
|
17207
17207
|
const commentsStore = useCommentsStore();
|
|
17208
17208
|
const {
|
|
@@ -17966,7 +17966,7 @@ class SuperDoc extends EventEmitter {
|
|
|
17966
17966
|
this.config.colors = shuffleArray(this.config.colors);
|
|
17967
17967
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
17968
17968
|
this.colorIndex = 0;
|
|
17969
|
-
this.version = "0.31.0-next.
|
|
17969
|
+
this.version = "0.31.0-next.4";
|
|
17970
17970
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
17971
17971
|
this.superdocId = config.superdocId || v4();
|
|
17972
17972
|
this.colors = this.config.colors;
|