@harbour-enterprises/superdoc 1.8.2-next.5 → 1.8.3
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-Ci_HMnqQ.cjs → PdfViewer-D9tLOC9-.cjs} +2 -2
- package/dist/chunks/{PdfViewer-DrM0c-Uh.es.js → PdfViewer-Dz9RlWRQ.es.js} +2 -2
- package/dist/chunks/{SuperConverter-BtheZ5DL.es.js → SuperConverter-34uUhkLK.es.js} +1 -1
- package/dist/chunks/{SuperConverter-B63j76QH.cjs → SuperConverter-B1fYHM58.cjs} +1 -1
- package/dist/chunks/{index-5CEcmwar.cjs → index-CGCy36qb.cjs} +4 -4
- package/dist/chunks/{index-DknWawDb.es.js → index-D4gbk1Jg.es.js} +4 -4
- package/dist/chunks/{index-DYit_HvZ.es.js → index-DUQPxq05.es.js} +3 -3
- package/dist/chunks/{index-E8mVrrZ1.cjs → index-Njo1Qyb2.cjs} +3 -3
- package/dist/super-editor/converter.cjs +1 -1
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor.cjs +2 -2
- package/dist/super-editor.es.js +3 -3
- package/dist/superdoc.cjs +3 -3
- 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
|
@@ -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-
|
|
5
|
-
const index = require("./index-
|
|
4
|
+
const superdoc = require("./index-CGCy36qb.cjs");
|
|
5
|
+
const index = require("./index-Njo1Qyb2.cjs");
|
|
6
6
|
function self(vars) {
|
|
7
7
|
const {
|
|
8
8
|
opacityDisabled,
|
|
@@ -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-
|
|
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-
|
|
2
|
+
import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-D4gbk1Jg.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-DUQPxq05.es.js";
|
|
4
4
|
function self(vars) {
|
|
5
5
|
const {
|
|
6
6
|
opacityDisabled,
|
|
@@ -33572,7 +33572,7 @@ class SuperConverter {
|
|
|
33572
33572
|
static getStoredSuperdocVersion(docx) {
|
|
33573
33573
|
return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
33574
33574
|
}
|
|
33575
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.
|
|
33575
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.3") {
|
|
33576
33576
|
return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
33577
33577
|
}
|
|
33578
33578
|
/**
|
|
@@ -33573,7 +33573,7 @@ class SuperConverter {
|
|
|
33573
33573
|
static getStoredSuperdocVersion(docx) {
|
|
33574
33574
|
return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
33575
33575
|
}
|
|
33576
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.
|
|
33576
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.8.3") {
|
|
33577
33577
|
return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
33578
33578
|
}
|
|
33579
33579
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const index = require("./index-
|
|
2
|
+
const index = require("./index-Njo1Qyb2.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-C7_u3NNJ.cjs");
|
|
8
|
-
require("./SuperConverter-
|
|
8
|
+
require("./SuperConverter-B1fYHM58.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-
|
|
7692
|
+
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-D9tLOC9-.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.
|
|
8677
|
+
this.version = "1.8.3";
|
|
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;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { B as BIT8, M as MAX_SAFE_INTEGER, c as create, a as BITS7, u as utf8TextDecoder, b as create$1, s as setIfUndefined, d as create$2, f as from, e as floor$1, g as equalityDeep, w as writeVarUint, h as writeVarString, t as toUint8Array, i as createEncoder, j as createInjectionKey, k as toString, l as throwError, m as useSsrAdapter, n as configProviderInjectionKey, o as cssrAnchorMetaName, p as globalStyle, q as cB, r as c, v as isMounted, x as commonVariables$2, y as cM, z as cNotM, A as cE, C as derived, D as changeColor, E as insideModal, F as insidePopover, G as resolveWrappedSlot, H as on, I as warnOnce, J as useConfig, K as useMergedState, L as useMemo, N as useTheme, O as useRtl, P as createKey, Q as useThemeClass, R as createId, S as call, T as render, U as messageProviderInjectionKey, V as messageApiInjectionKey, W as fromBase64, X as onChange, Y as varStorage, Z as toBase64, _ as createUint8ArrayFromArrayBuffer, $ as offChange, a0 as writeVarUint8Array, a1 as map, a2 as length, a3 as isNode, a4 as min, a5 as pow, a6 as comments_module_events, a7 as getFileObject, a8 as getTrackChanges, a9 as CommentsPluginKey, aa as TrackChangesBasePluginKey, ab as Editor, ac as getRichTextExtensions, ad as ellipsisVerticalSvg, ae as xmarkIconSvg, af as checkIconSvg, ag as caretDownIconSvg, ah as commentIconSvg, ai as _export_sfc, aj as NDropdown, ak as SuperInput, al as vClickOutside, am as PresentationEditor, an as SuperEditor, ao as AIWriter, ap as NConfigProvider, aq as SuperToolbar } from "./index-
|
|
1
|
+
import { B as BIT8, M as MAX_SAFE_INTEGER, c as create, a as BITS7, u as utf8TextDecoder, b as create$1, s as setIfUndefined, d as create$2, f as from, e as floor$1, g as equalityDeep, w as writeVarUint, h as writeVarString, t as toUint8Array, i as createEncoder, j as createInjectionKey, k as toString, l as throwError, m as useSsrAdapter, n as configProviderInjectionKey, o as cssrAnchorMetaName, p as globalStyle, q as cB, r as c, v as isMounted, x as commonVariables$2, y as cM, z as cNotM, A as cE, C as derived, D as changeColor, E as insideModal, F as insidePopover, G as resolveWrappedSlot, H as on, I as warnOnce, J as useConfig, K as useMergedState, L as useMemo, N as useTheme, O as useRtl, P as createKey, Q as useThemeClass, R as createId, S as call, T as render, U as messageProviderInjectionKey, V as messageApiInjectionKey, W as fromBase64, X as onChange, Y as varStorage, Z as toBase64, _ as createUint8ArrayFromArrayBuffer, $ as offChange, a0 as writeVarUint8Array, a1 as map, a2 as length, a3 as isNode, a4 as min, a5 as pow, a6 as comments_module_events, a7 as getFileObject, a8 as getTrackChanges, a9 as CommentsPluginKey, aa as TrackChangesBasePluginKey, ab as Editor, ac as getRichTextExtensions, ad as ellipsisVerticalSvg, ae as xmarkIconSvg, af as checkIconSvg, ag as caretDownIconSvg, ah as commentIconSvg, ai as _export_sfc, aj as NDropdown, ak as SuperInput, al as vClickOutside, am as PresentationEditor, an as SuperEditor, ao as AIWriter, ap as NConfigProvider, aq as SuperToolbar } from "./index-DUQPxq05.es.js";
|
|
2
2
|
import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
|
|
3
3
|
import { E as EventEmitter } from "./eventemitter3-CwrdEv8r.es.js";
|
|
4
4
|
import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
|
|
5
5
|
import "./jszip-B1fkPkPJ.es.js";
|
|
6
6
|
import "./helpers-CraselFS.es.js";
|
|
7
|
-
import "./SuperConverter-
|
|
7
|
+
import "./SuperConverter-34uUhkLK.es.js";
|
|
8
8
|
import { i as inject, a as provide, c as computed, o as onBeforeUnmount, p as process$1, b as onBeforeMount, d as defineComponent, h, t as toRef, T as Transition, e as TransitionGroup, w as watchEffect, r as ref, f as onMounted, g as Teleport, F as Fragment, j as reactive, k as effectScope, m as markRaw, l as toRaw, n as isRef, q as isReactive, s as getCurrentInstance, u as watch, v as unref, x as hasInjectionContext, y as nextTick, z as getCurrentScope, A as onScopeDispose, B as toRefs, C as global, D as shallowRef, E as createElementBlock, G as openBlock, H as toDisplayString, I as createVNode, J as withCtx, K as createBaseVNode, L as normalizeStyle, M as createCommentVNode, N as createBlock, O as withModifiers, P as normalizeClass, Q as resolveDirective, R as withDirectives, S as renderList, U as createApp, V as resolveDynamicComponent, W as defineAsyncComponent } from "./vue-BnBKJwCW.es.js";
|
|
9
9
|
import "./jszip.min-DCl8qkFO.es.js";
|
|
10
10
|
import { createZip } from "../super-editor/file-zipper.es.js";
|
|
@@ -7672,7 +7672,7 @@ const _sfc_main = {
|
|
|
7672
7672
|
__name: "SuperDoc",
|
|
7673
7673
|
emits: ["selection-update"],
|
|
7674
7674
|
setup(__props, { emit: __emit }) {
|
|
7675
|
-
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-
|
|
7675
|
+
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-Dz9RlWRQ.es.js"));
|
|
7676
7676
|
const superdocStore = useSuperdocStore();
|
|
7677
7677
|
const commentsStore = useCommentsStore();
|
|
7678
7678
|
const {
|
|
@@ -8657,7 +8657,7 @@ class SuperDoc extends EventEmitter {
|
|
|
8657
8657
|
this.config.colors = shuffleArray(this.config.colors);
|
|
8658
8658
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
8659
8659
|
this.colorIndex = 0;
|
|
8660
|
-
this.version = "1.8.
|
|
8660
|
+
this.version = "1.8.3";
|
|
8661
8661
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
8662
8662
|
this.superdocId = config.superdocId || v4();
|
|
8663
8663
|
this.colors = this.config.colors;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as generateDocxRandomId, T as TextSelection$1, o as objectIncludes, w as wrapTextsInRuns, D as DOMParser$1, c as createDocFromMarkdown, a as createDocFromHTML, F as Fragment, b as chainableEditorState, d as convertMarkdownToHTML, f as findParentNode, e as findParentNodeClosestToPos, h as generateRandom32BitHex, i as generateRandomSigned32BitIntStrId, P as PluginKey, j as Plugin, M as Mapping, N as NodeSelection, k as Selection, l as Slice, m as DOMSerializer, n as Mark$1, p as dropPoint, A as AllSelection, q as Schema$1, s as canSplit, t as resolveRunProperties, u as encodeMarksFromRPr, v as liftTarget, x as canJoin, y as joinPoint, z as replaceStep$1, R as ReplaceAroundStep$1, B as htmlHandler, C as ReplaceStep, E as getResolvedParagraphProperties, G as changeListLevel, H as isList$1, I as updateNumberingProperties, L as ListHelpers, J as inputRulesPlugin, K as TrackDeleteMarkName, O as TrackInsertMarkName, Q as TrackFormatMarkName, U as AddMarkStep, V as RemoveMarkStep, W as CommandService, S as SuperConverter, X as EditorState, Y as unflattenListsInHtml, Z as SelectionRange, _ as Transform, $ as resolveParagraphProperties, a0 as resolveDocxFontFamily, a1 as _getReferencedTableStyles, a2 as decodeRPrFromMarks, a3 as calculateResolvedParagraphProperties, a4 as encodeCSSFromPPr, a5 as encodeCSSFromRPr, a6 as generateOrderedListIndex, a7 as docxNumberingHelpers, a8 as InputRule, a9 as insertNewRelationship, aa as kebabCase$1, ab as getUnderlineCssString } from "./SuperConverter-
|
|
1
|
+
import { g as generateDocxRandomId, T as TextSelection$1, o as objectIncludes, w as wrapTextsInRuns, D as DOMParser$1, c as createDocFromMarkdown, a as createDocFromHTML, F as Fragment, b as chainableEditorState, d as convertMarkdownToHTML, f as findParentNode, e as findParentNodeClosestToPos, h as generateRandom32BitHex, i as generateRandomSigned32BitIntStrId, P as PluginKey, j as Plugin, M as Mapping, N as NodeSelection, k as Selection, l as Slice, m as DOMSerializer, n as Mark$1, p as dropPoint, A as AllSelection, q as Schema$1, s as canSplit, t as resolveRunProperties, u as encodeMarksFromRPr, v as liftTarget, x as canJoin, y as joinPoint, z as replaceStep$1, R as ReplaceAroundStep$1, B as htmlHandler, C as ReplaceStep, E as getResolvedParagraphProperties, G as changeListLevel, H as isList$1, I as updateNumberingProperties, L as ListHelpers, J as inputRulesPlugin, K as TrackDeleteMarkName, O as TrackInsertMarkName, Q as TrackFormatMarkName, U as AddMarkStep, V as RemoveMarkStep, W as CommandService, S as SuperConverter, X as EditorState, Y as unflattenListsInHtml, Z as SelectionRange, _ as Transform, $ as resolveParagraphProperties, a0 as resolveDocxFontFamily, a1 as _getReferencedTableStyles, a2 as decodeRPrFromMarks, a3 as calculateResolvedParagraphProperties, a4 as encodeCSSFromPPr, a5 as encodeCSSFromRPr, a6 as generateOrderedListIndex, a7 as docxNumberingHelpers, a8 as InputRule, a9 as insertNewRelationship, aa as kebabCase$1, ab as getUnderlineCssString } from "./SuperConverter-34uUhkLK.es.js";
|
|
2
2
|
import { B as Buffer$2 } from "./jszip-B1fkPkPJ.es.js";
|
|
3
3
|
import { t as twipsToInches, i as inchesToTwips, p as ptToTwips, l as linesToTwips, a as twipsToLines, b as pixelsToTwips, r as resolveOpcTargetPath, h as halfPointToPoints, c as twipsToPixels$2, d as convertSizeToCSS, e as inchesToPixels } from "./helpers-CraselFS.es.js";
|
|
4
4
|
import { p as process$1, r as ref, C as global$1, c as computed, E as createElementBlock, F as Fragment$1, S as renderList, O as withModifiers, G as openBlock, P as normalizeClass, M as createCommentVNode, H as toDisplayString, K as createBaseVNode, U as createApp, f as onMounted, X as onUnmounted, R as withDirectives, v as unref, Y as vModelText, y as nextTick, L as normalizeStyle, u as watch, Z as withKeys, _ as createTextVNode, I as createVNode, h as h$1, $ as readonly, s as getCurrentInstance, o as onBeforeUnmount, j as reactive, b as onBeforeMount, i as inject, a0 as onActivated, a1 as onDeactivated, a2 as Comment, d as defineComponent, a as provide, g as Teleport, t as toRef, a3 as renderSlot, a4 as isVNode, D as shallowRef, w as watchEffect, T as Transition, a5 as mergeProps, a6 as vShow, a7 as cloneVNode, a8 as Text$2, m as markRaw, N as createBlock, J as withCtx, a9 as useCssVars, V as resolveDynamicComponent, aa as normalizeProps, ab as guardReactiveProps } from "./vue-BnBKJwCW.es.js";
|
|
@@ -15773,7 +15773,7 @@ const canUseDOM = () => {
|
|
|
15773
15773
|
return false;
|
|
15774
15774
|
}
|
|
15775
15775
|
};
|
|
15776
|
-
const summaryVersion = "1.8.
|
|
15776
|
+
const summaryVersion = "1.8.3";
|
|
15777
15777
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
15778
15778
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
15779
15779
|
function mapAttributes(attrs) {
|
|
@@ -18496,7 +18496,7 @@ class Editor extends EventEmitter {
|
|
|
18496
18496
|
* Process collaboration migrations
|
|
18497
18497
|
*/
|
|
18498
18498
|
processCollaborationMigrations() {
|
|
18499
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.8.
|
|
18499
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.8.3");
|
|
18500
18500
|
if (!this.options.ydoc) return;
|
|
18501
18501
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
18502
18502
|
let docVersion = metaMap.get("version");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_converter = require("./SuperConverter-
|
|
2
|
+
const superEditor_converter = require("./SuperConverter-B1fYHM58.cjs");
|
|
3
3
|
const jszip = require("./jszip-C8_CqJxM.cjs");
|
|
4
4
|
const helpers$1 = require("./helpers-C7_u3NNJ.cjs");
|
|
5
5
|
const vue = require("./vue-De9wkgLl.cjs");
|
|
@@ -15790,7 +15790,7 @@ const canUseDOM = () => {
|
|
|
15790
15790
|
return false;
|
|
15791
15791
|
}
|
|
15792
15792
|
};
|
|
15793
|
-
const summaryVersion = "1.8.
|
|
15793
|
+
const summaryVersion = "1.8.3";
|
|
15794
15794
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
15795
15795
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
15796
15796
|
function mapAttributes(attrs) {
|
|
@@ -18513,7 +18513,7 @@ class Editor extends EventEmitter {
|
|
|
18513
18513
|
* Process collaboration migrations
|
|
18514
18514
|
*/
|
|
18515
18515
|
processCollaborationMigrations() {
|
|
18516
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.8.
|
|
18516
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.8.3");
|
|
18517
18517
|
if (!this.options.ydoc) return;
|
|
18518
18518
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
18519
18519
|
let docVersion = metaMap.get("version");
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
require("../chunks/jszip-C8_CqJxM.cjs");
|
|
4
4
|
require("../chunks/helpers-C7_u3NNJ.cjs");
|
|
5
|
-
const superEditor_converter = require("../chunks/SuperConverter-
|
|
5
|
+
const superEditor_converter = require("../chunks/SuperConverter-B1fYHM58.cjs");
|
|
6
6
|
require("../chunks/uuid-R7L08bOx.cjs");
|
|
7
7
|
exports.SuperConverter = superEditor_converter.SuperConverter;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../chunks/jszip-B1fkPkPJ.es.js";
|
|
2
2
|
import "../chunks/helpers-CraselFS.es.js";
|
|
3
|
-
import { S } from "../chunks/SuperConverter-
|
|
3
|
+
import { S } from "../chunks/SuperConverter-34uUhkLK.es.js";
|
|
4
4
|
import "../chunks/uuid-CjlX8hrF.es.js";
|
|
5
5
|
export {
|
|
6
6
|
S as SuperConverter
|
package/dist/super-editor.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./chunks/index-
|
|
3
|
+
const index = require("./chunks/index-Njo1Qyb2.cjs");
|
|
4
4
|
const superEditor_docxZipper = require("./super-editor/docx-zipper.cjs");
|
|
5
5
|
const superEditor_fileZipper = require("./super-editor/file-zipper.cjs");
|
|
6
6
|
const vue = require("./chunks/vue-De9wkgLl.cjs");
|
|
7
|
-
const superEditor_converter = require("./chunks/SuperConverter-
|
|
7
|
+
const superEditor_converter = require("./chunks/SuperConverter-B1fYHM58.cjs");
|
|
8
8
|
function isNodeType(node, name) {
|
|
9
9
|
return node.type.name === name;
|
|
10
10
|
}
|
package/dist/super-editor.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ax as Node, ay as Mark } from "./chunks/index-
|
|
2
|
-
import { ao, au, a9, ab, aw, am, av, aA, an, ak, aq, az, aa, as, aC, aE, aB, ac, aD, ar, at } from "./chunks/index-
|
|
1
|
+
import { ax as Node, ay as Mark } from "./chunks/index-DUQPxq05.es.js";
|
|
2
|
+
import { ao, au, a9, ab, aw, am, av, aA, an, ak, aq, az, aa, as, aC, aE, aB, ac, aD, ar, at } from "./chunks/index-DUQPxq05.es.js";
|
|
3
3
|
import { default as default2 } from "./super-editor/docx-zipper.es.js";
|
|
4
4
|
import { createZip } from "./super-editor/file-zipper.es.js";
|
|
5
5
|
import { d as defineComponent, E as createElementBlock, G as openBlock, K as createBaseVNode } from "./chunks/vue-BnBKJwCW.es.js";
|
|
6
|
-
import { S, r } from "./chunks/SuperConverter-
|
|
6
|
+
import { S, r } from "./chunks/SuperConverter-34uUhkLK.es.js";
|
|
7
7
|
function isNodeType(node, name) {
|
|
8
8
|
return node.type.name === name;
|
|
9
9
|
}
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./chunks/index-
|
|
4
|
-
const superdoc = require("./chunks/index-
|
|
3
|
+
const index = require("./chunks/index-Njo1Qyb2.cjs");
|
|
4
|
+
const superdoc = require("./chunks/index-CGCy36qb.cjs");
|
|
5
5
|
const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
|
|
6
|
-
const superEditor_converter = require("./chunks/SuperConverter-
|
|
6
|
+
const superEditor_converter = require("./chunks/SuperConverter-B1fYHM58.cjs");
|
|
7
7
|
require("./chunks/jszip-C8_CqJxM.cjs");
|
|
8
8
|
require("./chunks/helpers-C7_u3NNJ.cjs");
|
|
9
9
|
require("./chunks/jszip.min-BPh2MMAa.cjs");
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { au, ab, aw, av, as, a7, ac, ar, at } from "./chunks/index-
|
|
2
|
-
import { D, H, P, S, c } from "./chunks/index-
|
|
1
|
+
import { au, ab, aw, av, as, a7, ac, ar, at } from "./chunks/index-DUQPxq05.es.js";
|
|
2
|
+
import { D, H, P, S, c } from "./chunks/index-D4gbk1Jg.es.js";
|
|
3
3
|
import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
|
|
4
|
-
import { S as S2, r } from "./chunks/SuperConverter-
|
|
4
|
+
import { S as S2, r } from "./chunks/SuperConverter-34uUhkLK.es.js";
|
|
5
5
|
import "./chunks/jszip-B1fkPkPJ.es.js";
|
|
6
6
|
import "./chunks/helpers-CraselFS.es.js";
|
|
7
7
|
import "./chunks/jszip.min-DCl8qkFO.es.js";
|
package/dist/superdoc.umd.js
CHANGED
|
@@ -39127,7 +39127,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
|
|
|
39127
39127
|
static getStoredSuperdocVersion(docx) {
|
|
39128
39128
|
return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
39129
39129
|
}
|
|
39130
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.8.
|
|
39130
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.8.3") {
|
|
39131
39131
|
return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
39132
39132
|
}
|
|
39133
39133
|
/**
|
|
@@ -65517,7 +65517,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
|
|
|
65517
65517
|
return false;
|
|
65518
65518
|
}
|
|
65519
65519
|
};
|
|
65520
|
-
const summaryVersion = "1.8.
|
|
65520
|
+
const summaryVersion = "1.8.3";
|
|
65521
65521
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
65522
65522
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
65523
65523
|
function mapAttributes(attrs) {
|
|
@@ -68241,7 +68241,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
|
|
|
68241
68241
|
* Process collaboration migrations
|
|
68242
68242
|
*/
|
|
68243
68243
|
processCollaborationMigrations() {
|
|
68244
|
-
console.debug("[checkVersionMigrations] Current editor version", "1.8.
|
|
68244
|
+
console.debug("[checkVersionMigrations] Current editor version", "1.8.3");
|
|
68245
68245
|
if (!this.options.ydoc) return;
|
|
68246
68246
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
68247
68247
|
let docVersion = metaMap.get("version");
|
|
@@ -152346,7 +152346,7 @@ ${reason}`);
|
|
|
152346
152346
|
this.config.colors = shuffleArray(this.config.colors);
|
|
152347
152347
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
152348
152348
|
this.colorIndex = 0;
|
|
152349
|
-
this.version = "1.8.
|
|
152349
|
+
this.version = "1.8.3";
|
|
152350
152350
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
152351
152351
|
this.superdocId = config2.superdocId || v4();
|
|
152352
152352
|
this.colors = this.config.colors;
|