@harbour-enterprises/superdoc 0.29.0-next.6 → 0.29.0-next.8
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-DBfl4V6j.es.js → PdfViewer-D52oZlMN.es.js} +2 -2
- package/dist/chunks/{PdfViewer-kTifNldY.cjs → PdfViewer-DN5OVJ2m.cjs} +1 -1
- package/dist/chunks/{eventemitter3-xrnx5jJP.es.js → eventemitter3-D4gv5QOO.es.js} +1 -1
- package/dist/chunks/{index-Caa0JKTo.es.js → index-Ckp6Xz_9.es.js} +166 -121
- package/dist/chunks/{index-D9lamqZc-xeA1gYMV.cjs → index-D08c3nkG-CEL2t8xk.cjs} +1 -1
- package/dist/chunks/{index-D9lamqZc-CwcGCvi6.es.js → index-D08c3nkG-DhTHMiRT.es.js} +1 -1
- package/dist/chunks/{index-kFJxUsf3.cjs → index-l9QIxky6.cjs} +164 -119
- package/dist/chunks/{jszip-9Y3n05fi.es.js → jszip-Bhl-Iudl.es.js} +1 -1
- package/dist/chunks/{super-editor.es-D6Olq3ex.es.js → super-editor.es-BMKdFBfO.es.js} +148 -112
- package/dist/chunks/{super-editor.es-DkfNbRLe.cjs → super-editor.es-DfufVFpB.cjs} +146 -110
- package/dist/chunks/{vue-DVNiXx7E.es.js → vue-D1vcEBAQ.es.js} +17 -17
- package/dist/chunks/xml-js-jMPlIVKT.es.js +2 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/comment-schemas.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/helpers.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/use-floating-comment.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/PdfViewer/helpers/range.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/PdfViewer/helpers/read-file.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-ai.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-document.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-field.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-high-contrast-mode.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-selected-text.d.ts.map +1 -0
- package/dist/{core → packages/superdoc/src/core}/SuperDoc.d.ts +1 -1
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/collaboration-comments.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/permissions.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/create-app.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/helpers/export.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/helpers/file.d.ts.map +1 -0
- package/dist/{core → packages/superdoc/src/core}/index.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -0
- package/dist/packages/superdoc/src/helpers/floor.d.ts.map +1 -0
- package/dist/packages/superdoc/src/helpers/group-changes.d.ts.map +1 -0
- package/dist/packages/superdoc/src/helpers/use-selection.d.ts.map +1 -0
- package/dist/{icons.d.ts.map → packages/superdoc/src/icons.d.ts.map} +1 -1
- package/dist/{index.d.ts → packages/superdoc/src/index.d.ts} +5 -5
- package/dist/packages/superdoc/src/index.d.ts.map +1 -0
- package/dist/packages/superdoc/src/main.d.ts.map +1 -0
- package/dist/{stores → packages/superdoc/src/stores}/comments-store.d.ts +36 -36
- package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -0
- package/dist/packages/superdoc/src/stores/hrbr-fields-store.d.ts.map +1 -0
- package/dist/{stores → packages/superdoc/src/stores}/superdoc-store.d.ts +110 -110
- package/dist/{stores → packages/superdoc/src/stores}/superdoc-store.d.ts.map +1 -1
- package/dist/{super-editor.d.ts.map → packages/superdoc/src/super-editor.d.ts.map} +1 -1
- package/dist/shared/common/Telemetry.d.ts +237 -0
- package/dist/shared/common/Telemetry.d.ts.map +1 -0
- package/dist/shared/common/collaboration/awareness.d.ts +39 -0
- package/dist/shared/common/collaboration/awareness.d.ts.map +1 -0
- package/dist/shared/common/document-types.d.ts +10 -0
- package/dist/shared/common/document-types.d.ts.map +1 -0
- package/dist/shared/common/event-types.d.ts +14 -0
- package/dist/shared/common/event-types.d.ts.map +1 -0
- package/dist/shared/common/helpers/compare-superdoc-versions.d.ts +8 -0
- package/dist/shared/common/helpers/compare-superdoc-versions.d.ts.map +1 -0
- package/dist/shared/common/helpers/get-file-object.d.ts +50 -0
- package/dist/shared/common/helpers/get-file-object.d.ts.map +1 -0
- package/dist/shared/common/helpers/v-click-outside.d.ts +11 -0
- package/dist/shared/common/helpers/v-click-outside.d.ts.map +1 -0
- package/dist/shared/common/index.d.ts +10 -0
- package/dist/shared/common/index.d.ts.map +1 -0
- package/dist/shared/common/key-transform.d.ts +44 -0
- package/dist/shared/common/key-transform.d.ts.map +1 -0
- package/dist/style.css +56 -56
- package/dist/super-editor/ai-writer.es.js +3 -3
- package/dist/super-editor/chunks/{converter-6BwN6uD7.js → converter-CqYeAv65.js} +331 -50
- package/dist/super-editor/chunks/{docx-zipper-uOVWdyXU.js → docx-zipper-C97RawM-.js} +1 -1
- package/dist/super-editor/chunks/{editor-D-ahyJjH.js → editor-BrxCRICL.js} +7 -6
- package/dist/super-editor/chunks/{index-D9lamqZc.js → index-D08c3nkG.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-DlZ3uQM7.js → toolbar-B33VzEsn.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -2
- 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/style.css +29 -29
- package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +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/markImporter.d.ts +1 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -1
- package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +1 -1
- package/dist/super-editor/super-editor/src/index.d.ts +0 -1
- package/dist/super-editor/super-editor/src/index.d.ts.map +1 -1
- package/dist/super-editor/super-editor.es.js +77 -50
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +3 -3
- package/dist/super-editor.es.js +2 -2
- package/dist/superdoc.cjs +2 -3
- package/dist/superdoc.es.js +2 -3
- package/dist/superdoc.umd.js +44279 -44198
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/chunks/xml-js-ByyNjzYS.es.js +0 -2
- package/dist/components/CommentsLayer/comment-schemas.d.ts.map +0 -1
- package/dist/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +0 -1
- package/dist/components/CommentsLayer/helpers.d.ts.map +0 -1
- package/dist/components/CommentsLayer/types.d.ts.map +0 -1
- package/dist/components/CommentsLayer/use-comment.d.ts.map +0 -1
- package/dist/components/CommentsLayer/use-conversation.d.ts.map +0 -1
- package/dist/components/CommentsLayer/use-floating-comment.d.ts.map +0 -1
- package/dist/components/PdfViewer/helpers/range.d.ts.map +0 -1
- package/dist/components/PdfViewer/helpers/read-file.d.ts.map +0 -1
- package/dist/components/PdfViewer/pdf/pdf-adapter.d.ts.map +0 -1
- package/dist/composables/use-ai.d.ts.map +0 -1
- package/dist/composables/use-document.d.ts.map +0 -1
- package/dist/composables/use-field.d.ts.map +0 -1
- package/dist/composables/use-high-contrast-mode.d.ts.map +0 -1
- package/dist/composables/use-selected-text.d.ts.map +0 -1
- package/dist/core/SuperDoc.d.ts.map +0 -1
- package/dist/core/collaboration/collaboration-comments.d.ts.map +0 -1
- package/dist/core/collaboration/collaboration.d.ts.map +0 -1
- package/dist/core/collaboration/helpers.d.ts.map +0 -1
- package/dist/core/collaboration/permissions.d.ts.map +0 -1
- package/dist/core/create-app.d.ts.map +0 -1
- package/dist/core/helpers/export.d.ts.map +0 -1
- package/dist/core/helpers/file.d.ts.map +0 -1
- package/dist/core/types/index.d.ts.map +0 -1
- package/dist/helpers/floor.d.ts.map +0 -1
- package/dist/helpers/group-changes.d.ts.map +0 -1
- package/dist/helpers/use-selection.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/main.d.ts.map +0 -1
- package/dist/stores/comments-store.d.ts.map +0 -1
- package/dist/stores/hrbr-fields-store.d.ts.map +0 -1
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/comment-schemas.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/commentsList/super-comments-list.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/helpers.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/types.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/use-comment.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/use-conversation.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/use-floating-comment.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/PdfViewer/helpers/range.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/PdfViewer/helpers/read-file.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/PdfViewer/pdf/pdf-adapter.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-ai.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-document.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-field.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-high-contrast-mode.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-selected-text.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/collaboration-comments.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/collaboration.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/helpers.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/permissions.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/create-app.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/helpers/export.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/helpers/file.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/index.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/types/index.d.ts +0 -0
- /package/dist/{helpers → packages/superdoc/src/helpers}/floor.d.ts +0 -0
- /package/dist/{helpers → packages/superdoc/src/helpers}/group-changes.d.ts +0 -0
- /package/dist/{helpers → packages/superdoc/src/helpers}/use-selection.d.ts +0 -0
- /package/dist/{icons.d.ts → packages/superdoc/src/icons.d.ts} +0 -0
- /package/dist/{main.d.ts → packages/superdoc/src/main.d.ts} +0 -0
- /package/dist/{stores → packages/superdoc/src/stores}/hrbr-fields-store.d.ts +0 -0
- /package/dist/{super-editor.d.ts → packages/superdoc/src/super-editor.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as global$2,
|
|
1
|
+
import { g as global$2, r as ref$1, c as createApp, a as computed, b as createElementBlock, o as openBlock, F as Fragment$1, d as renderList, n as normalizeClass, w as withModifiers, e as createCommentVNode, t as toDisplayString, f as createBaseVNode, i as inject, h as onBeforeMount, j as onMounted, k as onBeforeUnmount, l as watch, m as defineComponent, p as getCurrentInstance, q as onDeactivated, s as nextTick, u as createBlock, v as createVNode, x as unref, y as h$1, z as mergeProps, A as shallowRef, B as withCtx, C as createTextVNode, D as normalizeStyle, E as toRef, G as provide, H as cloneVNode, T as Text$2, I as withDirectives, J as watchEffect, K as vModelText, L as withKeys, M as reactive, N as readonly, O as Transition, P as vShow, Q as Comment, R as renderSlot, S as onActivated, U as Teleport, V as isVNode, W as onUnmounted, X as resolveDynamicComponent, Y as normalizeProps, Z as guardReactiveProps, _ as markRaw } from "./vue-D1vcEBAQ.es.js";
|
|
2
2
|
import * as Y from "yjs";
|
|
3
3
|
import { UndoManager, Item as Item$2, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
|
|
4
4
|
var __defProp$2 = Object.defineProperty;
|
|
@@ -24993,7 +24993,7 @@ function parseMarks(property2, unknownMarks = [], docx = null) {
|
|
|
24993
24993
|
seen.add(m2.type);
|
|
24994
24994
|
const { attributes = {} } = element;
|
|
24995
24995
|
const newMark = { type: m2.type };
|
|
24996
|
-
const exceptionMarks = ["w:b", "w:caps"];
|
|
24996
|
+
const exceptionMarks = ["w:b", "w:caps", "w:strike", "w:dstrike"];
|
|
24997
24997
|
if ((attributes["w:val"] === "0" || attributes["w:val"] === "none") && !exceptionMarks.includes(m2.name)) {
|
|
24998
24998
|
return;
|
|
24999
24999
|
}
|
|
@@ -25116,7 +25116,8 @@ function getStrikeValue(attributes) {
|
|
|
25116
25116
|
if (raw === void 0 || raw === null) return "1";
|
|
25117
25117
|
const value = String(raw).trim().toLowerCase();
|
|
25118
25118
|
if (value === "1" || value === "true" || value === "on") return "1";
|
|
25119
|
-
return
|
|
25119
|
+
if (value === "0" || value === "false" || value === "off") return "0";
|
|
25120
|
+
return "1";
|
|
25120
25121
|
}
|
|
25121
25122
|
const parseParagraphBorders = (pBdr) => {
|
|
25122
25123
|
if (!pBdr || !pBdr.elements) return {};
|
|
@@ -33119,70 +33120,74 @@ const DocxHelpers = {
|
|
|
33119
33120
|
getNewRelationshipId
|
|
33120
33121
|
};
|
|
33121
33122
|
const kebabCase$1 = (str) => str.replace(/[A-Z]/g, (match) => `-${match.toLowerCase()}`);
|
|
33122
|
-
const comments_module_events =
|
|
33123
|
-
RESOLVED: "resolved",
|
|
33124
|
-
NEW: "new",
|
|
33123
|
+
const comments_module_events = {
|
|
33125
33124
|
ADD: "add",
|
|
33126
33125
|
UPDATE: "update",
|
|
33127
|
-
|
|
33128
|
-
|
|
33129
|
-
|
|
33130
|
-
|
|
33131
|
-
|
|
33132
|
-
|
|
33133
|
-
|
|
33134
|
-
|
|
33135
|
-
|
|
33126
|
+
SELECTED: "selected"
|
|
33127
|
+
};
|
|
33128
|
+
class FileObjectError extends Error {
|
|
33129
|
+
constructor(message, cause) {
|
|
33130
|
+
super(message);
|
|
33131
|
+
this.cause = cause;
|
|
33132
|
+
this.name = "FileObjectError";
|
|
33133
|
+
if (typeof Error.captureStackTrace === "function") {
|
|
33134
|
+
Error.captureStackTrace(this, FileObjectError);
|
|
33135
|
+
}
|
|
33136
|
+
}
|
|
33137
|
+
}
|
|
33138
|
+
class InvalidDataUriError extends FileObjectError {
|
|
33139
|
+
constructor(uri2) {
|
|
33140
|
+
super(`Invalid data URI format: URI must contain exactly one comma separator`);
|
|
33141
|
+
this.uri = uri2;
|
|
33142
|
+
this.name = "InvalidDataUriError";
|
|
33143
|
+
}
|
|
33144
|
+
}
|
|
33145
|
+
class FetchFailedError extends FileObjectError {
|
|
33146
|
+
constructor(url, cause) {
|
|
33147
|
+
super(`Failed to fetch file from URL: ${url}`, cause);
|
|
33148
|
+
this.url = url;
|
|
33149
|
+
this.name = "FetchFailedError";
|
|
33150
|
+
}
|
|
33151
|
+
}
|
|
33136
33152
|
const getFileObject = async (fileUrl, name, type2) => {
|
|
33137
|
-
|
|
33138
|
-
|
|
33139
|
-
|
|
33140
|
-
|
|
33153
|
+
try {
|
|
33154
|
+
if (fileUrl.startsWith("data:") && fileUrl.includes(";base64,")) {
|
|
33155
|
+
const parts = fileUrl.split(",");
|
|
33156
|
+
if (parts.length !== 2) {
|
|
33157
|
+
throw new InvalidDataUriError(fileUrl);
|
|
33158
|
+
}
|
|
33159
|
+
const binary = atob(parts[1]);
|
|
33160
|
+
const bytes = Uint8Array.from(binary, (c2) => c2.charCodeAt(0));
|
|
33161
|
+
return new File([bytes], name, { type: type2 });
|
|
33162
|
+
}
|
|
33163
|
+
const response = await fetch(fileUrl);
|
|
33164
|
+
if (!response.ok) {
|
|
33165
|
+
throw new FetchFailedError(fileUrl, new Error(`HTTP ${response.status}: ${response.statusText}`));
|
|
33166
|
+
}
|
|
33167
|
+
const blob = await response.blob();
|
|
33168
|
+
return new File([blob], name, { type: type2 });
|
|
33169
|
+
} catch (error) {
|
|
33170
|
+
if (error instanceof FileObjectError) {
|
|
33171
|
+
throw error;
|
|
33172
|
+
}
|
|
33173
|
+
throw new FileObjectError("Failed to create file object", error);
|
|
33141
33174
|
}
|
|
33142
|
-
const response = await fetch(fileUrl);
|
|
33143
|
-
const blob = await response.blob();
|
|
33144
|
-
return new File([blob], name, { type: type2 });
|
|
33145
33175
|
};
|
|
33146
33176
|
const vClickOutside = {
|
|
33147
33177
|
mounted(el, binding) {
|
|
33148
33178
|
const clickOutsideHandler = (event) => {
|
|
33149
33179
|
if (!el.contains(event.target)) {
|
|
33150
|
-
binding.value(event);
|
|
33180
|
+
binding.value?.(event);
|
|
33151
33181
|
}
|
|
33152
33182
|
};
|
|
33153
33183
|
document.addEventListener("click", clickOutsideHandler);
|
|
33154
33184
|
el.__clickOutsideHandler = clickOutsideHandler;
|
|
33155
33185
|
},
|
|
33156
33186
|
unmounted(el) {
|
|
33157
|
-
|
|
33158
|
-
|
|
33159
|
-
|
|
33160
|
-
};
|
|
33161
|
-
const _hoisted_1$g = ["accept"];
|
|
33162
|
-
const _sfc_main$h = {
|
|
33163
|
-
__name: "BasicUpload",
|
|
33164
|
-
props: {
|
|
33165
|
-
accept: {
|
|
33166
|
-
type: String,
|
|
33167
|
-
default: ".docx, .pdf, .html, .md"
|
|
33187
|
+
if (el.__clickOutsideHandler) {
|
|
33188
|
+
document.removeEventListener("click", el.__clickOutsideHandler);
|
|
33189
|
+
delete el.__clickOutsideHandler;
|
|
33168
33190
|
}
|
|
33169
|
-
},
|
|
33170
|
-
emits: ["file-change"],
|
|
33171
|
-
setup(__props, { emit: __emit }) {
|
|
33172
|
-
const emit = __emit;
|
|
33173
|
-
const onFileChange = (event) => {
|
|
33174
|
-
emit("file-change", event.target.files[0]);
|
|
33175
|
-
};
|
|
33176
|
-
return (_ctx, _cache) => {
|
|
33177
|
-
return openBlock(), createElementBlock("div", null, [
|
|
33178
|
-
createBaseVNode("input", {
|
|
33179
|
-
type: "file",
|
|
33180
|
-
id: "fileInput",
|
|
33181
|
-
onChange: onFileChange,
|
|
33182
|
-
accept: __props.accept
|
|
33183
|
-
}, null, 40, _hoisted_1$g)
|
|
33184
|
-
]);
|
|
33185
|
-
};
|
|
33186
33191
|
}
|
|
33187
33192
|
};
|
|
33188
33193
|
const getDefaultStyleDefinition = (defaultStyleId, docx) => {
|
|
@@ -35028,6 +35033,9 @@ function translateMark(mark) {
|
|
|
35028
35033
|
const translated = translator$1r.decode({ node: { attrs: { highlight: highlightValue } } });
|
|
35029
35034
|
return translated || {};
|
|
35030
35035
|
}
|
|
35036
|
+
case "strike":
|
|
35037
|
+
if (attrs?.value === "0") markElement.attributes["w:val"] = attrs.value;
|
|
35038
|
+
break;
|
|
35031
35039
|
case "link":
|
|
35032
35040
|
return {};
|
|
35033
35041
|
}
|
|
@@ -35589,7 +35597,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
35589
35597
|
static getStoredSuperdocVersion(docx) {
|
|
35590
35598
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
35591
35599
|
}
|
|
35592
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "0.29.0-next.
|
|
35600
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "0.29.0-next.8") {
|
|
35593
35601
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
35594
35602
|
}
|
|
35595
35603
|
/**
|
|
@@ -36139,7 +36147,7 @@ __publicField$2(_SuperConverter, "markTypes", [
|
|
|
36139
36147
|
{ name: "w:i", type: "italic" },
|
|
36140
36148
|
// { name: 'w:iCs', type: 'italic' },
|
|
36141
36149
|
{ name: "w:u", type: "underline", mark: "underline", property: "underlineType" },
|
|
36142
|
-
{ name: "w:strike", type: "strike", mark: "strike" },
|
|
36150
|
+
{ name: "w:strike", type: "strike", mark: "strike", property: "value" },
|
|
36143
36151
|
{ name: "w:color", type: "color", mark: "textStyle", property: "color" },
|
|
36144
36152
|
{ name: "w:sz", type: "fontSize", mark: "textStyle", property: "fontSize" },
|
|
36145
36153
|
// { name: 'w:szCs', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
|
|
@@ -53778,7 +53786,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
53778
53786
|
{ default: remarkStringify },
|
|
53779
53787
|
{ default: remarkGfm }
|
|
53780
53788
|
] = await Promise.all([
|
|
53781
|
-
import("./index-
|
|
53789
|
+
import("./index-D08c3nkG-DhTHMiRT.es.js"),
|
|
53782
53790
|
import("./index-DRCvimau-Cw339678.es.js"),
|
|
53783
53791
|
import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
|
|
53784
53792
|
import("./index-D_sWOSiG-DE96TaT5.es.js"),
|
|
@@ -53996,7 +54004,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
53996
54004
|
* @returns {Object | void} Migration results
|
|
53997
54005
|
*/
|
|
53998
54006
|
processCollaborationMigrations() {
|
|
53999
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.29.0-next.
|
|
54007
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.29.0-next.8");
|
|
54000
54008
|
if (!this.options.ydoc) return;
|
|
54001
54009
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
54002
54010
|
let docVersion = metaMap.get("version");
|
|
@@ -70436,9 +70444,10 @@ const Strike = Mark2.create({
|
|
|
70436
70444
|
{ style: "text-decoration=auto", clearMark: (m2) => m2.type.name == "s" }
|
|
70437
70445
|
];
|
|
70438
70446
|
},
|
|
70439
|
-
renderDOM({ htmlAttributes }) {
|
|
70447
|
+
renderDOM({ mark, htmlAttributes }) {
|
|
70440
70448
|
const merged = Attribute2.mergeAttributes(this.options.htmlAttributes, htmlAttributes);
|
|
70441
|
-
const { value
|
|
70449
|
+
const { value } = mark.attrs;
|
|
70450
|
+
const { ...rest } = merged || {};
|
|
70442
70451
|
if (value === "0") {
|
|
70443
70452
|
return ["span", rest, 0];
|
|
70444
70453
|
}
|
|
@@ -74078,12 +74087,12 @@ const _export_sfc = (sfc, props) => {
|
|
|
74078
74087
|
}
|
|
74079
74088
|
return target;
|
|
74080
74089
|
};
|
|
74081
|
-
const _hoisted_1$
|
|
74090
|
+
const _hoisted_1$g = ["onClick", "onMouseenter"];
|
|
74082
74091
|
const _hoisted_2$c = { key: 0 };
|
|
74083
74092
|
const _hoisted_3$a = { key: 0 };
|
|
74084
74093
|
const _hoisted_4$6 = { key: 1 };
|
|
74085
74094
|
const _hoisted_5$5 = { key: 1 };
|
|
74086
|
-
const _sfc_main$
|
|
74095
|
+
const _sfc_main$h = {
|
|
74087
74096
|
__name: "Mentions",
|
|
74088
74097
|
props: {
|
|
74089
74098
|
users: {
|
|
@@ -74160,13 +74169,13 @@ const _sfc_main$g = {
|
|
|
74160
74169
|
])) : (openBlock(), createElementBlock("div", _hoisted_5$5, [
|
|
74161
74170
|
createBaseVNode("span", null, toDisplayString(user.email), 1)
|
|
74162
74171
|
]))
|
|
74163
|
-
], 42, _hoisted_1$
|
|
74172
|
+
], 42, _hoisted_1$g);
|
|
74164
74173
|
}), 128))
|
|
74165
74174
|
], 544);
|
|
74166
74175
|
};
|
|
74167
74176
|
}
|
|
74168
74177
|
};
|
|
74169
|
-
const Mentions = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
74178
|
+
const Mentions = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-bcae18cf"]]);
|
|
74170
74179
|
const popoverPluginKey = new PluginKey("popoverPlugin");
|
|
74171
74180
|
const PopoverPlugin = Extension.create({
|
|
74172
74181
|
name: "popoverPlugin",
|
|
@@ -86726,7 +86735,7 @@ const NSkeleton = defineComponent({
|
|
|
86726
86735
|
return child;
|
|
86727
86736
|
}
|
|
86728
86737
|
});
|
|
86729
|
-
const _hoisted_1$
|
|
86738
|
+
const _hoisted_1$f = ["onKeydown", "tabindex", "data-item-id"];
|
|
86730
86739
|
const _hoisted_2$b = { key: 0 };
|
|
86731
86740
|
const _hoisted_3$9 = { key: 0 };
|
|
86732
86741
|
const _hoisted_4$5 = { key: 0 };
|
|
@@ -86997,14 +87006,14 @@ const _sfc_main$1$1 = {
|
|
|
86997
87006
|
onButtonClick: ($event) => handleToolbarButtonClick(item),
|
|
86998
87007
|
"overflow-items": __props.overflowItems
|
|
86999
87008
|
}, null, 8, ["toolbar-item", "onButtonClick", "overflow-items"])) : createCommentVNode("", true)
|
|
87000
|
-
], 42, _hoisted_1$
|
|
87009
|
+
], 42, _hoisted_1$f);
|
|
87001
87010
|
}), 128))
|
|
87002
87011
|
], 36);
|
|
87003
87012
|
};
|
|
87004
87013
|
}
|
|
87005
87014
|
};
|
|
87006
87015
|
const ButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1$1, [["__scopeId", "data-v-f42ec7e6"]]);
|
|
87007
|
-
const _sfc_main$
|
|
87016
|
+
const _sfc_main$g = {
|
|
87008
87017
|
__name: "Toolbar",
|
|
87009
87018
|
emits: ["command", "toggle", "select"],
|
|
87010
87019
|
setup(__props, { emit: __emit }) {
|
|
@@ -87085,7 +87094,7 @@ const _sfc_main$f = {
|
|
|
87085
87094
|
};
|
|
87086
87095
|
}
|
|
87087
87096
|
};
|
|
87088
|
-
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87097
|
+
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-639f50b4"]]);
|
|
87089
87098
|
const DEFAULT_API_ENDPOINT = "https://sd-dev-express-gateway-i6xtm.ondigitalocean.app/insights";
|
|
87090
87099
|
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: ";
|
|
87091
87100
|
async function baseInsightsFetch(payload, options = {}) {
|
|
@@ -87321,12 +87330,12 @@ function formatDocument(editor) {
|
|
|
87321
87330
|
}
|
|
87322
87331
|
const edit = '<!-- @note: includes color gradient for inline svg AI Writer -->\n<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->\n <linearGradient id="gradient" x1="125%" y1="50%" x2="-25%" y2="50%">\n <stop offset="-20%" stop-color="rgba(218, 215, 118, 0.5)" />\n <stop offset="30%" stop-color="rgb(191, 100, 100)" />\n <stop offset="60%" stop-color="rgb(77, 82, 217)" />\n <stop offset="150%" stop-color="rgb(255, 219, 102)" />\n </linearGradient>\n <path fill="url(#gradient)" d="M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1 .8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z"/>\n</svg>';
|
|
87323
87332
|
const paperPlane = '<!-- @note: includes color gradient for inline svg AI Writer -->\n<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->\n <defs>\n <linearGradient id="gradient" x1="125%" y1="50%" x2="-25%" y2="50%">\n <stop offset="-20%" stop-color="rgba(218, 215, 118, 0.5)" />\n <stop offset="30%" stop-color="rgb(191, 100, 100)" />\n <stop offset="60%" stop-color="rgb(77, 82, 217)" />\n <stop offset="150%" stop-color="rgb(255, 219, 102)" />\n </linearGradient>\n </defs>\n <path fill="url(#gradient)" d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"/>\n</svg>';
|
|
87324
|
-
const _hoisted_1$
|
|
87333
|
+
const _hoisted_1$e = { class: "ai-user-input-field" };
|
|
87325
87334
|
const _hoisted_2$a = ["innerHTML"];
|
|
87326
87335
|
const _hoisted_3$8 = ["placeholder"];
|
|
87327
87336
|
const _hoisted_4$4 = { class: "ai-loader" };
|
|
87328
87337
|
const _hoisted_5$3 = ["innerHTML"];
|
|
87329
|
-
const _sfc_main$
|
|
87338
|
+
const _sfc_main$f = {
|
|
87330
87339
|
__name: "AIWriter",
|
|
87331
87340
|
props: {
|
|
87332
87341
|
selectedText: {
|
|
@@ -87572,7 +87581,7 @@ const _sfc_main$e = {
|
|
|
87572
87581
|
onMousedown: _cache[1] || (_cache[1] = withModifiers(() => {
|
|
87573
87582
|
}, ["stop"]))
|
|
87574
87583
|
}, [
|
|
87575
|
-
createBaseVNode("div", _hoisted_1$
|
|
87584
|
+
createBaseVNode("div", _hoisted_1$e, [
|
|
87576
87585
|
createBaseVNode("span", {
|
|
87577
87586
|
class: "ai-textarea-icon",
|
|
87578
87587
|
innerHTML: unref(edit)
|
|
@@ -87602,7 +87611,7 @@ const _sfc_main$e = {
|
|
|
87602
87611
|
};
|
|
87603
87612
|
}
|
|
87604
87613
|
};
|
|
87605
|
-
const AIWriter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87614
|
+
const AIWriter = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-d869be75"]]);
|
|
87606
87615
|
async function createZip(blobs, fileNames) {
|
|
87607
87616
|
const zip = new JSZip();
|
|
87608
87617
|
blobs.forEach((blob, index2) => {
|
|
@@ -87915,8 +87924,8 @@ const useToolbarItem = (options) => {
|
|
|
87915
87924
|
onDeactivate
|
|
87916
87925
|
};
|
|
87917
87926
|
};
|
|
87918
|
-
const _hoisted_1$
|
|
87919
|
-
const _sfc_main$
|
|
87927
|
+
const _hoisted_1$d = ["onClick", "innerHTML", "aria-label", "onKeydown"];
|
|
87928
|
+
const _sfc_main$e = {
|
|
87920
87929
|
__name: "AlignmentButtons",
|
|
87921
87930
|
emits: ["select"],
|
|
87922
87931
|
setup(__props, { emit: __emit }) {
|
|
@@ -88001,20 +88010,20 @@ const _sfc_main$d = {
|
|
|
88001
88010
|
ref_key: "alignmentButtonsRefs",
|
|
88002
88011
|
ref: alignmentButtonsRefs,
|
|
88003
88012
|
onKeydown: withModifiers((event) => handleKeyDown2(event, index2), ["prevent"])
|
|
88004
|
-
}, null, 40, _hoisted_1$
|
|
88013
|
+
}, null, 40, _hoisted_1$d);
|
|
88005
88014
|
}), 64))
|
|
88006
88015
|
], 2);
|
|
88007
88016
|
};
|
|
88008
88017
|
}
|
|
88009
88018
|
};
|
|
88010
|
-
const AlignmentButtons = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88011
|
-
const _hoisted_1$
|
|
88019
|
+
const AlignmentButtons = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-d84f57b6"]]);
|
|
88020
|
+
const _hoisted_1$c = ["onClick", "onKeydown"];
|
|
88012
88021
|
const _hoisted_2$9 = { class: "document-mode-column icon-column" };
|
|
88013
88022
|
const _hoisted_3$7 = ["innerHTML"];
|
|
88014
88023
|
const _hoisted_4$3 = { class: "document-mode-column text-column" };
|
|
88015
88024
|
const _hoisted_5$2 = { class: "document-mode-type" };
|
|
88016
88025
|
const _hoisted_6$1 = { class: "document-mode-description" };
|
|
88017
|
-
const _sfc_main$
|
|
88026
|
+
const _sfc_main$d = {
|
|
88018
88027
|
__name: "DocumentMode",
|
|
88019
88028
|
props: {
|
|
88020
88029
|
options: {
|
|
@@ -88088,19 +88097,19 @@ const _sfc_main$c = {
|
|
|
88088
88097
|
createBaseVNode("div", _hoisted_5$2, toDisplayString(option.label), 1),
|
|
88089
88098
|
createBaseVNode("div", _hoisted_6$1, toDisplayString(option.description), 1)
|
|
88090
88099
|
])
|
|
88091
|
-
], 42, _hoisted_1$
|
|
88100
|
+
], 42, _hoisted_1$c);
|
|
88092
88101
|
}), 256))
|
|
88093
88102
|
], 2);
|
|
88094
88103
|
};
|
|
88095
88104
|
}
|
|
88096
88105
|
};
|
|
88097
|
-
const DocumentMode = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88098
|
-
const _hoisted_1$
|
|
88106
|
+
const DocumentMode = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-8730b752"]]);
|
|
88107
|
+
const _hoisted_1$b = {
|
|
88099
88108
|
key: 0,
|
|
88100
88109
|
class: "linked-style-buttons"
|
|
88101
88110
|
};
|
|
88102
88111
|
const _hoisted_2$8 = ["onClick", "onKeydown"];
|
|
88103
|
-
const _sfc_main$
|
|
88112
|
+
const _sfc_main$c = {
|
|
88104
88113
|
__name: "LinkedStyle",
|
|
88105
88114
|
props: {
|
|
88106
88115
|
editor: {
|
|
@@ -88154,7 +88163,7 @@ const _sfc_main$b = {
|
|
|
88154
88163
|
styleRefs.value[0].focus();
|
|
88155
88164
|
});
|
|
88156
88165
|
return (_ctx, _cache) => {
|
|
88157
|
-
return props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
88166
|
+
return props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
88158
88167
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(getQuickFormatList)(__props.editor), (style2, index2) => {
|
|
88159
88168
|
return openBlock(), createElementBlock("div", {
|
|
88160
88169
|
class: normalizeClass(["style-item", { selected: __props.selectedOption === style2.id }]),
|
|
@@ -88175,8 +88184,8 @@ const _sfc_main$b = {
|
|
|
88175
88184
|
};
|
|
88176
88185
|
}
|
|
88177
88186
|
};
|
|
88178
|
-
const LinkedStyle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88179
|
-
const _hoisted_1$
|
|
88187
|
+
const LinkedStyle = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-698bdb8e"]]);
|
|
88188
|
+
const _hoisted_1$a = {
|
|
88180
88189
|
key: 0,
|
|
88181
88190
|
class: "link-title"
|
|
88182
88191
|
};
|
|
@@ -88204,7 +88213,7 @@ const _hoisted_13 = {
|
|
|
88204
88213
|
key: 4,
|
|
88205
88214
|
class: "input-row go-to-anchor clickable"
|
|
88206
88215
|
};
|
|
88207
|
-
const _sfc_main$
|
|
88216
|
+
const _sfc_main$b = {
|
|
88208
88217
|
__name: "LinkInput",
|
|
88209
88218
|
props: {
|
|
88210
88219
|
showInput: {
|
|
@@ -88343,7 +88352,7 @@ const _sfc_main$a = {
|
|
|
88343
88352
|
return openBlock(), createElementBlock("div", {
|
|
88344
88353
|
class: normalizeClass(["link-input-ctn", { "high-contrast": unref(isHighContrastMode2) }])
|
|
88345
88354
|
}, [
|
|
88346
|
-
isAnchor.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
88355
|
+
isAnchor.value ? (openBlock(), createElementBlock("div", _hoisted_1$a, "Page anchor")) : isEditing.value ? (openBlock(), createElementBlock("div", _hoisted_2$7, "Edit link")) : (openBlock(), createElementBlock("div", _hoisted_3$6, "Add link")),
|
|
88347
88356
|
__props.showInput && !isAnchor.value ? (openBlock(), createElementBlock("div", _hoisted_4$2, [
|
|
88348
88357
|
createBaseVNode("div", _hoisted_5$1, [
|
|
88349
88358
|
_cache[4] || (_cache[4] = createBaseVNode("div", { class: "input-icon text-input-icon" }, "T", -1)),
|
|
@@ -88410,12 +88419,12 @@ const _sfc_main$a = {
|
|
|
88410
88419
|
};
|
|
88411
88420
|
}
|
|
88412
88421
|
};
|
|
88413
|
-
const LinkInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88414
|
-
const _hoisted_1$
|
|
88422
|
+
const LinkInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-ba50627b"]]);
|
|
88423
|
+
const _hoisted_1$9 = ["aria-label", "onClick", "onKeydown"];
|
|
88415
88424
|
const _hoisted_2$6 = ["innerHTML"];
|
|
88416
88425
|
const _hoisted_3$5 = ["innerHTML"];
|
|
88417
88426
|
const ROW_SIZE$1 = 7;
|
|
88418
|
-
const _sfc_main$
|
|
88427
|
+
const _sfc_main$a = {
|
|
88419
88428
|
__name: "IconGridRow",
|
|
88420
88429
|
props: {
|
|
88421
88430
|
icons: {
|
|
@@ -88541,19 +88550,19 @@ const _sfc_main$9 = {
|
|
|
88541
88550
|
innerHTML: unref(toolbarIcons).colorOptionCheck,
|
|
88542
88551
|
style: normalizeStyle(getCheckStyle(option.value, optionIndex))
|
|
88543
88552
|
}, null, 12, _hoisted_3$5)) : createCommentVNode("", true)
|
|
88544
|
-
], 40, _hoisted_1$
|
|
88553
|
+
], 40, _hoisted_1$9);
|
|
88545
88554
|
}), 128))
|
|
88546
88555
|
]);
|
|
88547
88556
|
}), 128);
|
|
88548
88557
|
};
|
|
88549
88558
|
}
|
|
88550
88559
|
};
|
|
88551
|
-
const IconGridRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88560
|
+
const IconGridRow = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-0f479b6c"]]);
|
|
88552
88561
|
const DropIcon = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.2 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0l-1.8 0c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>\n';
|
|
88553
|
-
const _hoisted_1$
|
|
88562
|
+
const _hoisted_1$8 = { class: "options-grid-wrap" };
|
|
88554
88563
|
const _hoisted_2$5 = ["innerHTML"];
|
|
88555
88564
|
const _hoisted_3$4 = { class: "option-grid-ctn" };
|
|
88556
|
-
const _sfc_main$
|
|
88565
|
+
const _sfc_main$9 = {
|
|
88557
88566
|
__name: "IconGrid",
|
|
88558
88567
|
props: {
|
|
88559
88568
|
icons: {
|
|
@@ -88580,7 +88589,7 @@ const _sfc_main$8 = {
|
|
|
88580
88589
|
emit("select", option);
|
|
88581
88590
|
};
|
|
88582
88591
|
return (_ctx, _cache) => {
|
|
88583
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
88592
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
88584
88593
|
__props.hasNoneIcon ? (openBlock(), createElementBlock("div", {
|
|
88585
88594
|
key: 0,
|
|
88586
88595
|
class: "none-option",
|
|
@@ -88613,7 +88622,7 @@ const _sfc_main$8 = {
|
|
|
88613
88622
|
};
|
|
88614
88623
|
}
|
|
88615
88624
|
};
|
|
88616
|
-
const IconGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88625
|
+
const IconGrid = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-3d19fedf"]]);
|
|
88617
88626
|
const closeDropdown$1 = (dropdown) => {
|
|
88618
88627
|
dropdown.expand.value = false;
|
|
88619
88628
|
};
|
|
@@ -88722,10 +88731,10 @@ const icons = [
|
|
|
88722
88731
|
const getAvailableColorOptions = () => {
|
|
88723
88732
|
return icons.flat().map((item) => item.value);
|
|
88724
88733
|
};
|
|
88725
|
-
const _hoisted_1$
|
|
88734
|
+
const _hoisted_1$7 = ["data-cols", "data-rows", "onKeydown", "onClick"];
|
|
88726
88735
|
const _hoisted_2$4 = ["aria-valuetext"];
|
|
88727
88736
|
const ROW_SIZE = 5;
|
|
88728
|
-
const _sfc_main$
|
|
88737
|
+
const _sfc_main$8 = {
|
|
88729
88738
|
__name: "TableGrid",
|
|
88730
88739
|
emits: ["select", "clickoutside"],
|
|
88731
88740
|
setup(__props, { emit: __emit }) {
|
|
@@ -88841,7 +88850,7 @@ const _sfc_main$7 = {
|
|
|
88841
88850
|
ref: tableGridItems,
|
|
88842
88851
|
onKeydown: withModifiers((event) => handleKeyDown2(event, n, i2), ["prevent"]),
|
|
88843
88852
|
onClick: withModifiers(($event) => handleClick2({ cols: n, rows: i2 }), ["stop", "prevent"])
|
|
88844
|
-
}, null, 40, _hoisted_1$
|
|
88853
|
+
}, null, 40, _hoisted_1$7);
|
|
88845
88854
|
}), 64))
|
|
88846
88855
|
], 64);
|
|
88847
88856
|
}), 64))
|
|
@@ -88854,13 +88863,13 @@ const _sfc_main$7 = {
|
|
|
88854
88863
|
};
|
|
88855
88864
|
}
|
|
88856
88865
|
};
|
|
88857
|
-
const TableGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88858
|
-
const _hoisted_1$
|
|
88866
|
+
const TableGrid = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-92e8d5fb"]]);
|
|
88867
|
+
const _hoisted_1$6 = { class: "toolbar-table-actions" };
|
|
88859
88868
|
const _hoisted_2$3 = ["onClick", "data-item", "ariaLabel"];
|
|
88860
88869
|
const _hoisted_3$3 = { class: "toolbar-table-actions__icon" };
|
|
88861
88870
|
const _hoisted_4$1 = ["innerHTML"];
|
|
88862
88871
|
const _hoisted_5 = { class: "toolbar-table-actions__label" };
|
|
88863
|
-
const _sfc_main$
|
|
88872
|
+
const _sfc_main$7 = {
|
|
88864
88873
|
__name: "TableActions",
|
|
88865
88874
|
props: {
|
|
88866
88875
|
options: {
|
|
@@ -88874,7 +88883,7 @@ const _sfc_main$6 = {
|
|
|
88874
88883
|
emit("select", { command: item.command });
|
|
88875
88884
|
};
|
|
88876
88885
|
return (_ctx, _cache) => {
|
|
88877
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
88886
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
88878
88887
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(__props.options, (option) => {
|
|
88879
88888
|
return openBlock(), createElementBlock("div", {
|
|
88880
88889
|
class: normalizeClass(["toolbar-table-actions__item", { "toolbar-table-actions__item--border": option.bottomBorder }]),
|
|
@@ -88896,7 +88905,7 @@ const _sfc_main$6 = {
|
|
|
88896
88905
|
};
|
|
88897
88906
|
}
|
|
88898
88907
|
};
|
|
88899
|
-
const TableActions = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88908
|
+
const TableActions = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-990b9a25"]]);
|
|
88900
88909
|
function getScrollableParent(element) {
|
|
88901
88910
|
let currentElement = element;
|
|
88902
88911
|
while (currentElement) {
|
|
@@ -88920,10 +88929,10 @@ function scrollToElement(targetElement, options = { behavior: "smooth", block: "
|
|
|
88920
88929
|
});
|
|
88921
88930
|
}
|
|
88922
88931
|
const checkIconSvg = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>\n';
|
|
88923
|
-
const _hoisted_1$
|
|
88932
|
+
const _hoisted_1$5 = { class: "search-input-ctn" };
|
|
88924
88933
|
const _hoisted_2$2 = { class: "row" };
|
|
88925
88934
|
const _hoisted_3$2 = ["onKeydown"];
|
|
88926
|
-
const _sfc_main$
|
|
88935
|
+
const _sfc_main$6 = {
|
|
88927
88936
|
__name: "SearchInput",
|
|
88928
88937
|
props: {
|
|
88929
88938
|
searchRef: {
|
|
@@ -88938,7 +88947,7 @@ const _sfc_main$5 = {
|
|
|
88938
88947
|
emit("submit", { value: searchValue.value });
|
|
88939
88948
|
};
|
|
88940
88949
|
return (_ctx, _cache) => {
|
|
88941
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
88950
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
88942
88951
|
createBaseVNode("div", _hoisted_2$2, [
|
|
88943
88952
|
withDirectives(createBaseVNode("input", {
|
|
88944
88953
|
ref: __props.searchRef,
|
|
@@ -88962,7 +88971,7 @@ const _sfc_main$5 = {
|
|
|
88962
88971
|
};
|
|
88963
88972
|
}
|
|
88964
88973
|
};
|
|
88965
|
-
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
88974
|
+
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-957cbcf2"]]);
|
|
88966
88975
|
const TOOLBAR_FONTS = [
|
|
88967
88976
|
{
|
|
88968
88977
|
label: "Georgia",
|
|
@@ -91604,7 +91613,7 @@ function getItems(context, customItems = [], includeDefaultItems = true) {
|
|
|
91604
91613
|
}).filter((section) => section.items.length > 0);
|
|
91605
91614
|
return filteredSections;
|
|
91606
91615
|
}
|
|
91607
|
-
const _hoisted_1$
|
|
91616
|
+
const _hoisted_1$4 = { class: "slash-menu-items" };
|
|
91608
91617
|
const _hoisted_2$1 = {
|
|
91609
91618
|
key: 0,
|
|
91610
91619
|
class: "slash-menu-divider",
|
|
@@ -91612,7 +91621,7 @@ const _hoisted_2$1 = {
|
|
|
91612
91621
|
};
|
|
91613
91622
|
const _hoisted_3$1 = ["onClick"];
|
|
91614
91623
|
const _hoisted_4 = ["innerHTML"];
|
|
91615
|
-
const _sfc_main$
|
|
91624
|
+
const _sfc_main$5 = {
|
|
91616
91625
|
__name: "SlashMenu",
|
|
91617
91626
|
props: {
|
|
91618
91627
|
editor: {
|
|
@@ -91910,7 +91919,7 @@ const _sfc_main$4 = {
|
|
|
91910
91919
|
}, null, 544), [
|
|
91911
91920
|
[vModelText, searchQuery.value]
|
|
91912
91921
|
]),
|
|
91913
|
-
createBaseVNode("div", _hoisted_1$
|
|
91922
|
+
createBaseVNode("div", _hoisted_1$4, [
|
|
91914
91923
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(filteredSections.value, (section, sectionIndex) => {
|
|
91915
91924
|
return openBlock(), createElementBlock(Fragment$1, {
|
|
91916
91925
|
key: section.id
|
|
@@ -91945,6 +91954,33 @@ const _sfc_main$4 = {
|
|
|
91945
91954
|
};
|
|
91946
91955
|
}
|
|
91947
91956
|
};
|
|
91957
|
+
const _hoisted_1$3 = ["accept"];
|
|
91958
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
91959
|
+
__name: "BasicUpload",
|
|
91960
|
+
props: {
|
|
91961
|
+
accept: { default: ".docx, .pdf, .html, .md" }
|
|
91962
|
+
},
|
|
91963
|
+
emits: ["file-change"],
|
|
91964
|
+
setup(__props, { emit: __emit }) {
|
|
91965
|
+
const emit = __emit;
|
|
91966
|
+
const onFileChange = (event) => {
|
|
91967
|
+
const target = event.target;
|
|
91968
|
+
if (target.files?.[0]) {
|
|
91969
|
+
emit("file-change", target.files[0]);
|
|
91970
|
+
}
|
|
91971
|
+
};
|
|
91972
|
+
return (_ctx, _cache) => {
|
|
91973
|
+
return openBlock(), createElementBlock("div", null, [
|
|
91974
|
+
createBaseVNode("input", {
|
|
91975
|
+
type: "file",
|
|
91976
|
+
id: "fileInput",
|
|
91977
|
+
onChange: onFileChange,
|
|
91978
|
+
accept: __props.accept
|
|
91979
|
+
}, null, 40, _hoisted_1$3)
|
|
91980
|
+
]);
|
|
91981
|
+
};
|
|
91982
|
+
}
|
|
91983
|
+
});
|
|
91948
91984
|
function adjustPaginationBreaks(editorElem, editor) {
|
|
91949
91985
|
if (!editorElem.value || !editor?.value?.options?.scale) return;
|
|
91950
91986
|
const zoom = editor.value.options.scale;
|
|
@@ -92469,7 +92505,7 @@ const _sfc_main$1 = {
|
|
|
92469
92505
|
class: "editor-element super-editor__element",
|
|
92470
92506
|
role: "presentation"
|
|
92471
92507
|
}, null, 512),
|
|
92472
|
-
!props.options.disableContextMenu && editorReady.value && editor.value ? (openBlock(), createBlock(_sfc_main$
|
|
92508
|
+
!props.options.disableContextMenu && editorReady.value && editor.value ? (openBlock(), createBlock(_sfc_main$5, {
|
|
92473
92509
|
key: 0,
|
|
92474
92510
|
editor: editor.value,
|
|
92475
92511
|
popoverControls,
|
|
@@ -92538,7 +92574,7 @@ const _sfc_main$1 = {
|
|
|
92538
92574
|
};
|
|
92539
92575
|
}
|
|
92540
92576
|
};
|
|
92541
|
-
const SuperEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
92577
|
+
const SuperEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9d25f5b3"]]);
|
|
92542
92578
|
const _hoisted_1 = ["innerHTML"];
|
|
92543
92579
|
const _sfc_main = {
|
|
92544
92580
|
__name: "SuperInput",
|
|
@@ -92739,10 +92775,10 @@ export {
|
|
|
92739
92775
|
Editor as E,
|
|
92740
92776
|
SectionHelpers as S,
|
|
92741
92777
|
Toolbar as T,
|
|
92742
|
-
_sfc_main$
|
|
92778
|
+
_sfc_main$4 as _,
|
|
92743
92779
|
AnnotatorHelpers as a,
|
|
92744
92780
|
Extensions as b,
|
|
92745
|
-
_sfc_main$
|
|
92781
|
+
_sfc_main$5 as c,
|
|
92746
92782
|
SuperConverter as d,
|
|
92747
92783
|
SuperEditor as e,
|
|
92748
92784
|
SuperInput as f,
|