@harbour-enterprises/superdoc 0.13.0-next.0 → 0.13.0-next.2
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/{super-editor.es-B4lFJKTF.cjs → super-editor.es-BB_X_LWr.cjs} +3 -3
- package/dist/chunks/{super-editor.es-C-QroPG4.es.js → super-editor.es-DL2IwegA.es.js} +3 -3
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-Bwa99qcs.js → converter-DW8-tb6t.js} +2 -2
- package/dist/super-editor/chunks/{docx-zipper-CVKlI3mU.js → docx-zipper-D4HYgwV0.js} +1 -1
- package/dist/super-editor/chunks/{editor-BdaZqkkS.js → editor-C_lmahhU.js} +3 -3
- package/dist/super-editor/chunks/{toolbar-BNg5l9RP.js → toolbar-DeqcMi3l.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 +3 -3
- package/dist/superdoc.umd.js +4 -4
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -23410,7 +23410,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
23410
23410
|
return;
|
|
23411
23411
|
}
|
|
23412
23412
|
}
|
|
23413
|
-
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.13.0-next.
|
|
23413
|
+
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.13.0-next.2") {
|
|
23414
23414
|
const customLocation = "docProps/custom.xml";
|
|
23415
23415
|
if (!docx[customLocation]) {
|
|
23416
23416
|
docx[customLocation] = generateCustomXml();
|
|
@@ -23877,7 +23877,7 @@ function storeSuperdocVersion(docx) {
|
|
|
23877
23877
|
function generateCustomXml() {
|
|
23878
23878
|
return DEFAULT_CUSTOM_XML;
|
|
23879
23879
|
}
|
|
23880
|
-
function generateSuperdocVersion(pid = 2, version2 = "0.13.0-next.
|
|
23880
|
+
function generateSuperdocVersion(pid = 2, version2 = "0.13.0-next.2") {
|
|
23881
23881
|
return {
|
|
23882
23882
|
type: "element",
|
|
23883
23883
|
name: "property",
|
|
@@ -41254,7 +41254,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
41254
41254
|
* @returns {Object | void} Migration results
|
|
41255
41255
|
*/
|
|
41256
41256
|
processCollaborationMigrations() {
|
|
41257
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.
|
|
41257
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.2");
|
|
41258
41258
|
if (!this.options.ydoc) return;
|
|
41259
41259
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
41260
41260
|
let docVersion = metaMap.get("version");
|
|
@@ -23393,7 +23393,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
23393
23393
|
return;
|
|
23394
23394
|
}
|
|
23395
23395
|
}
|
|
23396
|
-
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.13.0-next.
|
|
23396
|
+
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.13.0-next.2") {
|
|
23397
23397
|
const customLocation = "docProps/custom.xml";
|
|
23398
23398
|
if (!docx[customLocation]) {
|
|
23399
23399
|
docx[customLocation] = generateCustomXml();
|
|
@@ -23860,7 +23860,7 @@ function storeSuperdocVersion(docx) {
|
|
|
23860
23860
|
function generateCustomXml() {
|
|
23861
23861
|
return DEFAULT_CUSTOM_XML;
|
|
23862
23862
|
}
|
|
23863
|
-
function generateSuperdocVersion(pid = 2, version2 = "0.13.0-next.
|
|
23863
|
+
function generateSuperdocVersion(pid = 2, version2 = "0.13.0-next.2") {
|
|
23864
23864
|
return {
|
|
23865
23865
|
type: "element",
|
|
23866
23866
|
name: "property",
|
|
@@ -41237,7 +41237,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
41237
41237
|
* @returns {Object | void} Migration results
|
|
41238
41238
|
*/
|
|
41239
41239
|
processCollaborationMigrations() {
|
|
41240
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.
|
|
41240
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.2");
|
|
41241
41241
|
if (!this.options.ydoc) return;
|
|
41242
41242
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
41243
41243
|
let docVersion = metaMap.get("version");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, onMounted, onUnmounted, computed, createElementBlock, openBlock, withModifiers, createElementVNode, withDirectives, unref, vModelText, createCommentVNode, nextTick } from "vue";
|
|
2
|
-
import { T as TextSelection } from "./chunks/converter-
|
|
3
|
-
import { _ as _export_sfc } from "./chunks/editor-
|
|
2
|
+
import { T as TextSelection } from "./chunks/converter-DW8-tb6t.js";
|
|
3
|
+
import { _ as _export_sfc } from "./chunks/editor-C_lmahhU.js";
|
|
4
4
|
const DEFAULT_API_ENDPOINT = "https://sd-dev-express-gateway-i6xtm.ondigitalocean.app/insights";
|
|
5
5
|
const SYSTEM_PROMPT = "You are an expert copywriter and you are immersed in a document editor. You are to provide document related text responses based on the user prompts. Only write what is asked for. Do not provide explanations. Try to keep placeholders as short as possible. Do not output your prompt. Your instructions are: ";
|
|
6
6
|
async function baseInsightsFetch(payload, options = {}) {
|
|
@@ -23412,7 +23412,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
23412
23412
|
return;
|
|
23413
23413
|
}
|
|
23414
23414
|
}
|
|
23415
|
-
static updateDocumentVersion(docx = this.convertedXml, version = "0.13.0-next.
|
|
23415
|
+
static updateDocumentVersion(docx = this.convertedXml, version = "0.13.0-next.2") {
|
|
23416
23416
|
const customLocation = "docProps/custom.xml";
|
|
23417
23417
|
if (!docx[customLocation]) {
|
|
23418
23418
|
docx[customLocation] = generateCustomXml();
|
|
@@ -23882,7 +23882,7 @@ function storeSuperdocVersion(docx) {
|
|
|
23882
23882
|
function generateCustomXml() {
|
|
23883
23883
|
return DEFAULT_CUSTOM_XML;
|
|
23884
23884
|
}
|
|
23885
|
-
function generateSuperdocVersion(pid = 2, version = "0.13.0-next.
|
|
23885
|
+
function generateSuperdocVersion(pid = 2, version = "0.13.0-next.2") {
|
|
23886
23886
|
return {
|
|
23887
23887
|
type: "element",
|
|
23888
23888
|
name: "property",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { x as process$1, a1 as commonjsGlobal, B as Buffer, a2 as getDefaultExportFromCjs, a3 as getContentTypesFromXml, a4 as xmljs } from "./converter-
|
|
1
|
+
import { x as process$1, a1 as commonjsGlobal, B as Buffer, a2 as getDefaultExportFromCjs, a3 as getContentTypesFromXml, a4 as xmljs } from "./converter-DW8-tb6t.js";
|
|
2
2
|
function commonjsRequire(path) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|
|
@@ -12,9 +12,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
12
12
|
var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _commandService, _css, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, insertNewFileData_fn, registerPluginByNameIfNotExists_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, createSchema_fn, generatePmData_fn, createDocFromHTML_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initPagination_fn, dispatchTransaction_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn;
|
|
13
13
|
import * as Y from "yjs";
|
|
14
14
|
import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
|
|
15
|
-
import { P as PluginKey, a as Plugin, M as Mapping, c as callOrGet, i as isEmptyObject, S as Schema$1, T as TextSelection, b as canSplit, l as liftTarget, A as AllSelection, d as canJoin, j as joinPoint, N as NodeSelection, r as replaceStep$1, e as Selection, F as Fragment, R as ReplaceAroundStep, f as Slice, o as objectIncludes, g as deleteProps, D as DOMParser$1, h as ReplaceStep, k as NodeRange, m as findWrapping, n as isMacOS, p as isIOS, q as generateDocxRandomId, s as minMax, t as generateRandom32BitHex, u as DOMSerializer, v as Mark$1, w as dropPoint, x as process$1, B as Buffer2, y as isRegExp, z as TrackDeleteMarkName, C as TrackInsertMarkName, E as v4, G as TrackFormatMarkName, H as comments_module_events, I as AddMarkStep, J as RemoveMarkStep, K as twipsToLines, L as pixelsToTwips, O as SuperConverter, Q as EditorState, U as hasSomeParentWithClass, V as parseSizeUnit, W as getLineHeightValueString, X as toKebabCase, Y as kebabCase, Z as getColStyleDeclaration, _ as SelectionRange, $ as Transform, a0 as createColGroup } from "./converter-
|
|
15
|
+
import { P as PluginKey, a as Plugin, M as Mapping, c as callOrGet, i as isEmptyObject, S as Schema$1, T as TextSelection, b as canSplit, l as liftTarget, A as AllSelection, d as canJoin, j as joinPoint, N as NodeSelection, r as replaceStep$1, e as Selection, F as Fragment, R as ReplaceAroundStep, f as Slice, o as objectIncludes, g as deleteProps, D as DOMParser$1, h as ReplaceStep, k as NodeRange, m as findWrapping, n as isMacOS, p as isIOS, q as generateDocxRandomId, s as minMax, t as generateRandom32BitHex, u as DOMSerializer, v as Mark$1, w as dropPoint, x as process$1, B as Buffer2, y as isRegExp, z as TrackDeleteMarkName, C as TrackInsertMarkName, E as v4, G as TrackFormatMarkName, H as comments_module_events, I as AddMarkStep, J as RemoveMarkStep, K as twipsToLines, L as pixelsToTwips, O as SuperConverter, Q as EditorState, U as hasSomeParentWithClass, V as parseSizeUnit, W as getLineHeightValueString, X as toKebabCase, Y as kebabCase, Z as getColStyleDeclaration, _ as SelectionRange, $ as Transform, a0 as createColGroup } from "./converter-DW8-tb6t.js";
|
|
16
16
|
import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
|
|
17
|
-
import { D as DocxZipper } from "./docx-zipper-
|
|
17
|
+
import { D as DocxZipper } from "./docx-zipper-D4HYgwV0.js";
|
|
18
18
|
function getMarksFromSelection(state) {
|
|
19
19
|
const { from: from2, to, empty: empty2 } = state.selection;
|
|
20
20
|
const marks = [];
|
|
@@ -14895,7 +14895,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
14895
14895
|
* @returns {Object | void} Migration results
|
|
14896
14896
|
*/
|
|
14897
14897
|
processCollaborationMigrations() {
|
|
14898
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.
|
|
14898
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.2");
|
|
14899
14899
|
if (!this.options.ydoc) return;
|
|
14900
14900
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
14901
14901
|
let docVersion = metaMap.get("version");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, nextTick, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
|
|
2
|
-
import { x as process$1 } from "./converter-
|
|
3
|
-
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-
|
|
2
|
+
import { x as process$1 } from "./converter-DW8-tb6t.js";
|
|
3
|
+
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-C_lmahhU.js";
|
|
4
4
|
const sanitizeNumber = (value, defaultNumber) => {
|
|
5
5
|
let sanitized = value.replace(/[^0-9.]/g, "");
|
|
6
6
|
sanitized = parseFloat(sanitized);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E } from "./chunks/editor-
|
|
2
|
-
import "./chunks/converter-
|
|
3
|
-
import "./chunks/docx-zipper-
|
|
1
|
+
import { E } from "./chunks/editor-C_lmahhU.js";
|
|
2
|
+
import "./chunks/converter-DW8-tb6t.js";
|
|
3
|
+
import "./chunks/docx-zipper-D4HYgwV0.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|
|
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
|
|
|
9
9
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
10
10
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
11
11
|
var _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, runCommandWithArgumentOnly_fn;
|
|
12
|
-
import { a2 as getDefaultExportFromCjs, E as v4, a5 as vClickOutside, T as TextSelection, a as Plugin } from "./chunks/converter-
|
|
13
|
-
import { O } from "./chunks/converter-
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, f as findParentNode, c as getFileOpener, s as startImageUpload, d as getActiveFormatting, i as isInTable, e as undoDepth, r as redoDepth, E as Editor, h as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-
|
|
15
|
-
import { o, C, T, m, q, p, l, n } from "./chunks/editor-
|
|
12
|
+
import { a2 as getDefaultExportFromCjs, E as v4, a5 as vClickOutside, T as TextSelection, a as Plugin } from "./chunks/converter-DW8-tb6t.js";
|
|
13
|
+
import { O } from "./chunks/converter-DW8-tb6t.js";
|
|
14
|
+
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, f as findParentNode, c as getFileOpener, s as startImageUpload, d as getActiveFormatting, i as isInTable, e as undoDepth, r as redoDepth, E as Editor, h as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-C_lmahhU.js";
|
|
15
|
+
import { o, C, T, m, q, p, l, n } from "./chunks/editor-C_lmahhU.js";
|
|
16
16
|
import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, getCurrentInstance, computed, watch, createCommentVNode, withDirectives, withKeys, vModelText, createTextVNode, toDisplayString, normalizeStyle, createVNode, h, createApp, reactive, onUnmounted, shallowRef, onBeforeUnmount, createBlock } from "vue";
|
|
17
|
-
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, N as NSkeleton } from "./chunks/toolbar-
|
|
17
|
+
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, N as NSkeleton } from "./chunks/toolbar-DeqcMi3l.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-D4HYgwV0.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
(function(module) {
|
package/dist/super-editor.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-BB_X_LWr.cjs");
|
|
4
4
|
require("./chunks/vue-HIY1g7dm.cjs");
|
|
5
5
|
exports.AIWriter = superEditor_es.AIWriter;
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
package/dist/super-editor.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A, a, _, C, D, E, b, S, c, d, e, T, f, g, i, h, j, k, l, m, n, o } from "./chunks/super-editor.es-
|
|
1
|
+
import { A, a, _, C, D, E, b, S, c, d, e, T, f, g, i, h, j, k, l, m, n, o } from "./chunks/super-editor.es-DL2IwegA.es.js";
|
|
2
2
|
import "./chunks/vue-Bi1uWinj.es.js";
|
|
3
3
|
export {
|
|
4
4
|
A as AIWriter,
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-BB_X_LWr.cjs");
|
|
4
4
|
const vue = require("./chunks/vue-HIY1g7dm.cjs");
|
|
5
5
|
const jszip = require("./chunks/jszip-BTAcmbVg.cjs");
|
|
6
6
|
const blankDocx = require("./chunks/blank-docx-CPqX9RF5.cjs");
|
|
@@ -47790,7 +47790,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
47790
47790
|
this.config.colors = shuffleArray(this.config.colors);
|
|
47791
47791
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
47792
47792
|
this.colorIndex = 0;
|
|
47793
|
-
this.version = "0.13.0-next.
|
|
47793
|
+
this.version = "0.13.0-next.2";
|
|
47794
47794
|
console.debug("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
47795
47795
|
this.superdocId = config.superdocId || uuid.v4();
|
|
47796
47796
|
this.colors = this.config.colors;
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o as index$1, C as CommentsPluginKey, f as TrackChangesBasePluginKey, E as Editor, l as getRichTextExtensions, d as SuperInput, A as AIWriter, c as SuperEditor, e as SuperToolbar, g as createZip } from "./chunks/super-editor.es-
|
|
2
|
-
import { a, S, i, n } from "./chunks/super-editor.es-
|
|
1
|
+
import { o as index$1, C as CommentsPluginKey, f as TrackChangesBasePluginKey, E as Editor, l as getRichTextExtensions, d as SuperInput, A as AIWriter, c as SuperEditor, e as SuperToolbar, g as createZip } from "./chunks/super-editor.es-DL2IwegA.es.js";
|
|
2
|
+
import { a, S, i, n } from "./chunks/super-editor.es-DL2IwegA.es.js";
|
|
3
3
|
import { Y as effectScope, r as ref, Z as markRaw, p as process$1, _ as toRaw, a as computed, $ as isRef, a0 as isReactive, D as toRef, i as inject, q as getCurrentInstance, l as watch, y as unref, a1 as hasInjectionContext, N as reactive, u as nextTick, a2 as getCurrentScope, a3 as onScopeDispose, a4 as toRefs, g as global$1, K as shallowRef, O as readonly, j as onMounted, k as onBeforeUnmount, h as onBeforeMount, U as onActivated, s as onDeactivated, A as createTextVNode, F as Fragment, R as Comment, m as defineComponent, E as provide, I as withDirectives, C as h, V as Teleport, S as renderSlot, W as isVNode, J as watchEffect, P as Transition, G as mergeProps, Q as vShow, H as cloneVNode, T as Text, b as createElementBlock, o as openBlock, t as toDisplayString, x as createVNode, z as withCtx, f as createBaseVNode, B as normalizeStyle, e as createCommentVNode, v as createBlock, w as withModifiers, n as normalizeClass, a5 as resolveDirective, d as renderList, c as createApp, X as onUnmounted, a6 as resolveDynamicComponent } from "./chunks/vue-Bi1uWinj.es.js";
|
|
4
4
|
import { B as Buffer$2 } from "./chunks/jszip-DckFs3A7.es.js";
|
|
5
5
|
import { B as BlankDOCX } from "./chunks/blank-docx-iwdyG9RH.es.js";
|
|
@@ -47773,7 +47773,7 @@ class SuperDoc extends EventEmitter {
|
|
|
47773
47773
|
this.config.colors = shuffleArray(this.config.colors);
|
|
47774
47774
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
47775
47775
|
this.colorIndex = 0;
|
|
47776
|
-
this.version = "0.13.0-next.
|
|
47776
|
+
this.version = "0.13.0-next.2";
|
|
47777
47777
|
console.debug("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
47778
47778
|
this.superdocId = config.superdocId || v4();
|
|
47779
47779
|
this.colors = this.config.colors;
|
package/dist/superdoc.umd.js
CHANGED
|
@@ -30770,7 +30770,7 @@
|
|
|
30770
30770
|
return;
|
|
30771
30771
|
}
|
|
30772
30772
|
}
|
|
30773
|
-
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.13.0-next.
|
|
30773
|
+
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.13.0-next.2") {
|
|
30774
30774
|
const customLocation = "docProps/custom.xml";
|
|
30775
30775
|
if (!docx[customLocation]) {
|
|
30776
30776
|
docx[customLocation] = generateCustomXml();
|
|
@@ -31237,7 +31237,7 @@
|
|
|
31237
31237
|
function generateCustomXml() {
|
|
31238
31238
|
return DEFAULT_CUSTOM_XML;
|
|
31239
31239
|
}
|
|
31240
|
-
function generateSuperdocVersion(pid = 2, version2 = "0.13.0-next.
|
|
31240
|
+
function generateSuperdocVersion(pid = 2, version2 = "0.13.0-next.2") {
|
|
31241
31241
|
return {
|
|
31242
31242
|
type: "element",
|
|
31243
31243
|
name: "property",
|
|
@@ -48614,7 +48614,7 @@
|
|
|
48614
48614
|
* @returns {Object | void} Migration results
|
|
48615
48615
|
*/
|
|
48616
48616
|
processCollaborationMigrations() {
|
|
48617
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.
|
|
48617
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.13.0-next.2");
|
|
48618
48618
|
if (!this.options.ydoc) return;
|
|
48619
48619
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
48620
48620
|
let docVersion = metaMap.get("version");
|
|
@@ -93219,7 +93219,7 @@ ${style2}
|
|
|
93219
93219
|
this.config.colors = shuffleArray(this.config.colors);
|
|
93220
93220
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
93221
93221
|
this.colorIndex = 0;
|
|
93222
|
-
this.version = "0.13.0-next.
|
|
93222
|
+
this.version = "0.13.0-next.2";
|
|
93223
93223
|
console.debug("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
93224
93224
|
this.superdocId = config.superdocId || v4();
|
|
93225
93225
|
this.colors = this.config.colors;
|