@harbour-enterprises/superdoc 0.15.3-next.6 → 0.15.3-next.7
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-DDMJy7qM.cjs → super-editor.es-BM9SzZ4A.cjs} +5 -4
- package/dist/chunks/{super-editor.es-BP3SXura.es.js → super-editor.es-BREiayM3.es.js} +5 -4
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-Dv28F4Os.js → converter-DF5xD7sj.js} +2 -2
- package/dist/super-editor/chunks/{docx-zipper-DulJ_j0U.js → docx-zipper-CHwvtlMQ.js} +1 -1
- package/dist/super-editor/chunks/{editor-BgxpYGE3.js → editor-Z29siDtV.js} +5 -4
- package/dist/super-editor/chunks/{toolbar-BJShk4vA.js → toolbar-jX0S5Whe.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/extensions/custom-selection/custom-selection.d.ts.map +1 -1
- 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 +6 -5
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -28778,7 +28778,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
28778
28778
|
return;
|
|
28779
28779
|
}
|
|
28780
28780
|
}
|
|
28781
|
-
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.15.3-next.
|
|
28781
|
+
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.15.3-next.7") {
|
|
28782
28782
|
const customLocation = "docProps/custom.xml";
|
|
28783
28783
|
if (!docx[customLocation]) {
|
|
28784
28784
|
docx[customLocation] = generateCustomXml();
|
|
@@ -29257,7 +29257,7 @@ function storeSuperdocVersion(docx) {
|
|
|
29257
29257
|
function generateCustomXml() {
|
|
29258
29258
|
return DEFAULT_CUSTOM_XML;
|
|
29259
29259
|
}
|
|
29260
|
-
function generateSuperdocVersion(pid = 2, version2 = "0.15.3-next.
|
|
29260
|
+
function generateSuperdocVersion(pid = 2, version2 = "0.15.3-next.7") {
|
|
29261
29261
|
return {
|
|
29262
29262
|
type: "element",
|
|
29263
29263
|
name: "property",
|
|
@@ -45440,7 +45440,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
45440
45440
|
* @returns {Object | void} Migration results
|
|
45441
45441
|
*/
|
|
45442
45442
|
processCollaborationMigrations() {
|
|
45443
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.
|
|
45443
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.7");
|
|
45444
45444
|
if (!this.options.ydoc) return;
|
|
45445
45445
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
45446
45446
|
let docVersion = metaMap.get("version");
|
|
@@ -60364,7 +60364,8 @@ const CustomSelection = Extension.create({
|
|
|
60364
60364
|
},
|
|
60365
60365
|
props: {
|
|
60366
60366
|
handleDOMEvents: {
|
|
60367
|
-
mousedown: (view) => {
|
|
60367
|
+
mousedown: (view, event) => {
|
|
60368
|
+
if (event.button === 2) return false;
|
|
60368
60369
|
const { selection } = view.state;
|
|
60369
60370
|
const isToolbarButton = this.editor.options.focusTarget?.closest(".toolbar-button");
|
|
60370
60371
|
if (!isToolbarButton) {
|
|
@@ -28761,7 +28761,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
28761
28761
|
return;
|
|
28762
28762
|
}
|
|
28763
28763
|
}
|
|
28764
|
-
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.15.3-next.
|
|
28764
|
+
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.15.3-next.7") {
|
|
28765
28765
|
const customLocation = "docProps/custom.xml";
|
|
28766
28766
|
if (!docx[customLocation]) {
|
|
28767
28767
|
docx[customLocation] = generateCustomXml();
|
|
@@ -29240,7 +29240,7 @@ function storeSuperdocVersion(docx) {
|
|
|
29240
29240
|
function generateCustomXml() {
|
|
29241
29241
|
return DEFAULT_CUSTOM_XML;
|
|
29242
29242
|
}
|
|
29243
|
-
function generateSuperdocVersion(pid = 2, version2 = "0.15.3-next.
|
|
29243
|
+
function generateSuperdocVersion(pid = 2, version2 = "0.15.3-next.7") {
|
|
29244
29244
|
return {
|
|
29245
29245
|
type: "element",
|
|
29246
29246
|
name: "property",
|
|
@@ -45423,7 +45423,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
45423
45423
|
* @returns {Object | void} Migration results
|
|
45424
45424
|
*/
|
|
45425
45425
|
processCollaborationMigrations() {
|
|
45426
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.
|
|
45426
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.7");
|
|
45427
45427
|
if (!this.options.ydoc) return;
|
|
45428
45428
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
45429
45429
|
let docVersion = metaMap.get("version");
|
|
@@ -60347,7 +60347,8 @@ const CustomSelection = Extension.create({
|
|
|
60347
60347
|
},
|
|
60348
60348
|
props: {
|
|
60349
60349
|
handleDOMEvents: {
|
|
60350
|
-
mousedown: (view) => {
|
|
60350
|
+
mousedown: (view, event) => {
|
|
60351
|
+
if (event.button === 2) return false;
|
|
60351
60352
|
const { selection } = view.state;
|
|
60352
60353
|
const isToolbarButton = this.editor.options.focusTarget?.closest(".toolbar-button");
|
|
60353
60354
|
if (!isToolbarButton) {
|
|
@@ -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-DF5xD7sj.js";
|
|
3
|
+
import { _ as _export_sfc } from "./chunks/editor-Z29siDtV.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 = {}) {
|
|
@@ -28759,7 +28759,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
28759
28759
|
return;
|
|
28760
28760
|
}
|
|
28761
28761
|
}
|
|
28762
|
-
static updateDocumentVersion(docx = this.convertedXml, version = "0.15.3-next.
|
|
28762
|
+
static updateDocumentVersion(docx = this.convertedXml, version = "0.15.3-next.7") {
|
|
28763
28763
|
const customLocation = "docProps/custom.xml";
|
|
28764
28764
|
if (!docx[customLocation]) {
|
|
28765
28765
|
docx[customLocation] = generateCustomXml();
|
|
@@ -29241,7 +29241,7 @@ function storeSuperdocVersion(docx) {
|
|
|
29241
29241
|
function generateCustomXml() {
|
|
29242
29242
|
return DEFAULT_CUSTOM_XML;
|
|
29243
29243
|
}
|
|
29244
|
-
function generateSuperdocVersion(pid = 2, version = "0.15.3-next.
|
|
29244
|
+
function generateSuperdocVersion(pid = 2, version = "0.15.3-next.7") {
|
|
29245
29245
|
return {
|
|
29246
29246
|
type: "element",
|
|
29247
29247
|
name: "property",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as process$1, at as commonjsGlobal, I as Buffer, au as getDefaultExportFromCjs, av as getContentTypesFromXml, aw as xmljs } from "./converter-
|
|
1
|
+
import { H as process$1, at as commonjsGlobal, I as Buffer, au as getDefaultExportFromCjs, av as getContentTypesFromXml, aw as xmljs } from "./converter-DF5xD7sj.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, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, _ListItemNodeView_instances, init_fn2, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _DocumentSectionView_instances, init_fn3, addToolTip_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, g as getExtensionConfigField, b as getMarkType, d as getMarksFromSelection, e as getNodeType, f as getSchemaTypeNameByName, S as Schema$1, h as cleanSchemaItem, T as TextSelection, i as canSplit, l as liftTarget, A as AllSelection, j as canJoin, k as joinPoint, N as NodeSelection, m as Selection, r as replaceStep$1, F as Fragment, R as ReplaceAroundStep$1, n as Slice, o as defaultBlockAt$1, p as isTextSelection, q as getMarkRange, s as isMarkActive, t as isNodeActive, u as deleteProps, D as DOMParser$1, v as ReplaceStep, w as NodeRange, x as findWrapping, y as findParentNode, L as ListHelpers, z as isMacOS, B as isIOS, C as DOMSerializer, E as Mark$1, G as dropPoint, H as process$1, I as Buffer2, J as getSchemaTypeByName, K as inputRulesPlugin, O as TrackDeleteMarkName, Q as TrackInsertMarkName, U as v4, V as TrackFormatMarkName, W as comments_module_events, X as findMark, Y as objectIncludes, Z as AddMarkStep, _ as RemoveMarkStep, $ as twipsToLines, a0 as pixelsToTwips, a1 as findParentNodeClosestToPos, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as EditorState, a8 as hasSomeParentWithClass, a9 as isActive, aa as unflattenListsInHtml, ab as parseSizeUnit, ac as minMax, ad as getLineHeightValueString, ae as InputRule, af as kebabCase, ag as generateOrderedListIndex, ah as getListItemStyleDefinitions, ai as docxNumberigHelpers, aj as parseIndentElement, ak as combineIndents, al as getColStyleDeclaration, am as SelectionRange, an as Transform, ao as isInTable$1, ap as createColGroup, aq as generateDocxRandomId, ar as SectionHelpers, as as htmlHandler } from "./converter-
|
|
15
|
+
import { P as PluginKey, a as Plugin, M as Mapping, c as callOrGet, g as getExtensionConfigField, b as getMarkType, d as getMarksFromSelection, e as getNodeType, f as getSchemaTypeNameByName, S as Schema$1, h as cleanSchemaItem, T as TextSelection, i as canSplit, l as liftTarget, A as AllSelection, j as canJoin, k as joinPoint, N as NodeSelection, m as Selection, r as replaceStep$1, F as Fragment, R as ReplaceAroundStep$1, n as Slice, o as defaultBlockAt$1, p as isTextSelection, q as getMarkRange, s as isMarkActive, t as isNodeActive, u as deleteProps, D as DOMParser$1, v as ReplaceStep, w as NodeRange, x as findWrapping, y as findParentNode, L as ListHelpers, z as isMacOS, B as isIOS, C as DOMSerializer, E as Mark$1, G as dropPoint, H as process$1, I as Buffer2, J as getSchemaTypeByName, K as inputRulesPlugin, O as TrackDeleteMarkName, Q as TrackInsertMarkName, U as v4, V as TrackFormatMarkName, W as comments_module_events, X as findMark, Y as objectIncludes, Z as AddMarkStep, _ as RemoveMarkStep, $ as twipsToLines, a0 as pixelsToTwips, a1 as findParentNodeClosestToPos, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as EditorState, a8 as hasSomeParentWithClass, a9 as isActive, aa as unflattenListsInHtml, ab as parseSizeUnit, ac as minMax, ad as getLineHeightValueString, ae as InputRule, af as kebabCase, ag as generateOrderedListIndex, ah as getListItemStyleDefinitions, ai as docxNumberigHelpers, aj as parseIndentElement, ak as combineIndents, al as getColStyleDeclaration, am as SelectionRange, an as Transform, ao as isInTable$1, ap as createColGroup, aq as generateDocxRandomId, ar as SectionHelpers, as as htmlHandler } from "./converter-DF5xD7sj.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-CHwvtlMQ.js";
|
|
18
18
|
var GOOD_LEAF_SIZE = 200;
|
|
19
19
|
var RopeSequence = function RopeSequence2() {
|
|
20
20
|
};
|
|
@@ -13685,7 +13685,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
13685
13685
|
* @returns {Object | void} Migration results
|
|
13686
13686
|
*/
|
|
13687
13687
|
processCollaborationMigrations() {
|
|
13688
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.
|
|
13688
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.7");
|
|
13689
13689
|
if (!this.options.ydoc) return;
|
|
13690
13690
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
13691
13691
|
let docVersion = metaMap.get("version");
|
|
@@ -28746,7 +28746,8 @@ const CustomSelection = Extension.create({
|
|
|
28746
28746
|
},
|
|
28747
28747
|
props: {
|
|
28748
28748
|
handleDOMEvents: {
|
|
28749
|
-
mousedown: (view) => {
|
|
28749
|
+
mousedown: (view, event) => {
|
|
28750
|
+
if (event.button === 2) return false;
|
|
28750
28751
|
const { selection } = view.state;
|
|
28751
28752
|
const isToolbarButton = this.editor.options.focusTarget?.closest(".toolbar-button");
|
|
28752
28753
|
if (!isToolbarButton) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
|
|
2
|
-
import { H as process$1 } from "./converter-
|
|
3
|
-
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-
|
|
2
|
+
import { H as process$1 } from "./converter-DF5xD7sj.js";
|
|
3
|
+
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-Z29siDtV.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-Z29siDtV.js";
|
|
2
|
+
import "./chunks/converter-DF5xD7sj.js";
|
|
3
|
+
import "./chunks/docx-zipper-CHwvtlMQ.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-selection.d.ts","sourceRoot":"","sources":["../../../src/extensions/custom-selection/custom-selection.js"],"names":[],"mappings":"AAIA,sDAAyE;AA+BzE,
|
|
1
|
+
{"version":3,"file":"custom-selection.d.ts","sourceRoot":"","sources":["../../../src/extensions/custom-selection/custom-selection.js"],"names":[],"mappings":"AAIA,sDAAyE;AA+BzE,kCAgFG;0BAlH8C,mBAAmB"}
|
|
@@ -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 { au as getDefaultExportFromCjs, U as v4, T as TextSelection$1, q as getMarkRange, ax as vClickOutside, y as findParentNode, ay as getActiveFormatting, ao as isInTable, az as readFromClipboard, aA as handleClipboardPaste, a as Plugin } from "./chunks/converter-
|
|
13
|
-
import { ar, a5, d, a2 } from "./chunks/converter-
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-
|
|
15
|
-
import { k, C, T, i, l, j } from "./chunks/editor-
|
|
12
|
+
import { au as getDefaultExportFromCjs, U as v4, T as TextSelection$1, q as getMarkRange, ax as vClickOutside, y as findParentNode, ay as getActiveFormatting, ao as isInTable, az as readFromClipboard, aA as handleClipboardPaste, a as Plugin } from "./chunks/converter-DF5xD7sj.js";
|
|
13
|
+
import { ar, a5, d, a2 } from "./chunks/converter-DF5xD7sj.js";
|
|
14
|
+
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-Z29siDtV.js";
|
|
15
|
+
import { k, C, T, i, l, j } from "./chunks/editor-Z29siDtV.js";
|
|
16
16
|
import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
|
|
17
|
-
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, N as NSkeleton } from "./chunks/toolbar-
|
|
17
|
+
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, N as NSkeleton } from "./chunks/toolbar-jX0S5Whe.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-CHwvtlMQ.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
var hasRequiredEventemitter3;
|
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-BM9SzZ4A.cjs");
|
|
4
4
|
require("./chunks/vue-CfKg12kH.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, f, g, T, h, i, j, k, l, m, n, o, p, q } from "./chunks/super-editor.es-
|
|
1
|
+
import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, q } from "./chunks/super-editor.es-BREiayM3.es.js";
|
|
2
2
|
import "./chunks/vue-B_OPNNfX.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-BM9SzZ4A.cjs");
|
|
4
4
|
const vue = require("./chunks/vue-CfKg12kH.cjs");
|
|
5
5
|
const jszip = require("./chunks/jszip-DWfnW2xV.cjs");
|
|
6
6
|
const blankDocx = require("./chunks/blank-docx-CPqX9RF5.cjs");
|
|
@@ -47833,7 +47833,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
47833
47833
|
this.config.colors = shuffleArray(this.config.colors);
|
|
47834
47834
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
47835
47835
|
this.colorIndex = 0;
|
|
47836
|
-
this.version = "0.15.3-next.
|
|
47836
|
+
this.version = "0.15.3-next.7";
|
|
47837
47837
|
console.debug("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
47838
47838
|
this.superdocId = config.superdocId || uuid.v4();
|
|
47839
47839
|
this.colors = this.config.colors;
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { q as index$1, 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 "./chunks/super-editor.es-
|
|
2
|
-
import { a, S, d, j, p } from "./chunks/super-editor.es-
|
|
1
|
+
import { q as index$1, 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 "./chunks/super-editor.es-BREiayM3.es.js";
|
|
2
|
+
import { a, S, d, j, p } from "./chunks/super-editor.es-BREiayM3.es.js";
|
|
3
3
|
import { a0 as effectScope, r as ref, $ as markRaw, p as process$1, a1 as toRaw, a as computed, a2 as isRef, a3 as isReactive, D as toRef, i as inject, q as getCurrentInstance, l as watch, y as unref, a4 as hasInjectionContext, N as reactive, u as nextTick, a5 as getCurrentScope, a6 as onScopeDispose, a7 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, a8 as resolveDirective, d as renderList, c as createApp, X as onUnmounted, Y as resolveDynamicComponent } from "./chunks/vue-B_OPNNfX.es.js";
|
|
4
4
|
import { B as Buffer$2 } from "./chunks/jszip-BwJb6_S5.es.js";
|
|
5
5
|
import { B as BlankDOCX } from "./chunks/blank-docx-iwdyG9RH.es.js";
|
|
@@ -47816,7 +47816,7 @@ class SuperDoc extends EventEmitter {
|
|
|
47816
47816
|
this.config.colors = shuffleArray(this.config.colors);
|
|
47817
47817
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
47818
47818
|
this.colorIndex = 0;
|
|
47819
|
-
this.version = "0.15.3-next.
|
|
47819
|
+
this.version = "0.15.3-next.7";
|
|
47820
47820
|
console.debug("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
47821
47821
|
this.superdocId = config.superdocId || v4();
|
|
47822
47822
|
this.colors = this.config.colors;
|
package/dist/superdoc.umd.js
CHANGED
|
@@ -36156,7 +36156,7 @@
|
|
|
36156
36156
|
return;
|
|
36157
36157
|
}
|
|
36158
36158
|
}
|
|
36159
|
-
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.15.3-next.
|
|
36159
|
+
static updateDocumentVersion(docx = this.convertedXml, version2 = "0.15.3-next.7") {
|
|
36160
36160
|
const customLocation = "docProps/custom.xml";
|
|
36161
36161
|
if (!docx[customLocation]) {
|
|
36162
36162
|
docx[customLocation] = generateCustomXml();
|
|
@@ -36635,7 +36635,7 @@
|
|
|
36635
36635
|
function generateCustomXml() {
|
|
36636
36636
|
return DEFAULT_CUSTOM_XML;
|
|
36637
36637
|
}
|
|
36638
|
-
function generateSuperdocVersion(pid = 2, version2 = "0.15.3-next.
|
|
36638
|
+
function generateSuperdocVersion(pid = 2, version2 = "0.15.3-next.7") {
|
|
36639
36639
|
return {
|
|
36640
36640
|
type: "element",
|
|
36641
36641
|
name: "property",
|
|
@@ -52818,7 +52818,7 @@
|
|
|
52818
52818
|
* @returns {Object | void} Migration results
|
|
52819
52819
|
*/
|
|
52820
52820
|
processCollaborationMigrations() {
|
|
52821
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.
|
|
52821
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.15.3-next.7");
|
|
52822
52822
|
if (!this.options.ydoc) return;
|
|
52823
52823
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
52824
52824
|
let docVersion = metaMap.get("version");
|
|
@@ -67742,7 +67742,8 @@
|
|
|
67742
67742
|
},
|
|
67743
67743
|
props: {
|
|
67744
67744
|
handleDOMEvents: {
|
|
67745
|
-
mousedown: (view) => {
|
|
67745
|
+
mousedown: (view, event) => {
|
|
67746
|
+
if (event.button === 2) return false;
|
|
67746
67747
|
const { selection } = view.state;
|
|
67747
67748
|
const isToolbarButton = this.editor.options.focusTarget?.closest(".toolbar-button");
|
|
67748
67749
|
if (!isToolbarButton) {
|
|
@@ -99303,7 +99304,7 @@ ${style2}
|
|
|
99303
99304
|
this.config.colors = shuffleArray(this.config.colors);
|
|
99304
99305
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
99305
99306
|
this.colorIndex = 0;
|
|
99306
|
-
this.version = "0.15.3-next.
|
|
99307
|
+
this.version = "0.15.3-next.7";
|
|
99307
99308
|
console.debug("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
99308
99309
|
this.superdocId = config.superdocId || v4();
|
|
99309
99310
|
this.colors = this.config.colors;
|