@harbour-enterprises/superdoc 2.0.0-next.11 → 2.0.0-next.13
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-CqLaaynu.cjs → PdfViewer-CHWTTxtm.cjs} +1 -1
- package/dist/chunks/{PdfViewer-CKia_BiV.es.js → PdfViewer-DGJe0yHt.es.js} +1 -1
- package/dist/chunks/{index-CI_4oB5b.es.js → index-BbC6VsXh.es.js} +3 -3
- package/dist/chunks/{index-Bym7r582-C-HNFdqE.cjs → index-Bh0gd0Pm-BGAaVc0H.cjs} +1 -1
- package/dist/chunks/{index-Bym7r582-C74MxNIS.es.js → index-Bh0gd0Pm-DMBx9Ybz.es.js} +1 -1
- package/dist/chunks/{index-B6y8QUV4.cjs → index-DwECJSoY.cjs} +3 -3
- package/dist/chunks/{super-editor.es-d52fdTl1.es.js → super-editor.es-BJ1ZZaEo.es.js} +12 -4
- package/dist/chunks/{super-editor.es-cwkDFZH7.cjs → super-editor.es-CZoFXUj4.cjs} +12 -4
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts +3 -3
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/types/index.d.ts +173 -0
- package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-BdRh3O4f.js → converter-Dx9n2qwO.js} +1 -1
- package/dist/super-editor/chunks/{docx-zipper-Bn6DCl5u.js → docx-zipper-Ds8FGkok.js} +1 -1
- package/dist/super-editor/chunks/{editor-015kcgto.js → editor-C8TLVw8v.js} +13 -5
- package/dist/super-editor/chunks/{index-Bym7r582.js → index-Bh0gd0Pm.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-CoU_nhyU.js → toolbar-DpUoIWke.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/super-editor.es.js +6 -6
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +14 -6
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("./vue-gvuFr0vx.cjs");
|
|
4
|
-
const superdoc = require("./index-
|
|
4
|
+
const superdoc = require("./index-DwECJSoY.cjs");
|
|
5
5
|
function self(vars) {
|
|
6
6
|
const {
|
|
7
7
|
opacityDisabled,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { y as defineComponent, A as h, P as Transition, a0 as process$1, K as watchEffect, a as computed, r as ref, j as onMounted, X as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, s as createVNode, x as unref } from "./vue-CLFbn_1r.es.js";
|
|
2
|
-
import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-
|
|
2
|
+
import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-BbC6VsXh.es.js";
|
|
3
3
|
function self(vars) {
|
|
4
4
|
const {
|
|
5
5
|
opacityDisabled,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, P as PresentationEditor, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-
|
|
1
|
+
import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, P as PresentationEditor, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-BJ1ZZaEo.es.js";
|
|
2
2
|
import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
|
|
3
3
|
import { E as EventEmitter } from "./eventemitter3-D_2kqkfV.es.js";
|
|
4
4
|
import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
|
|
@@ -17470,7 +17470,7 @@ const _sfc_main = {
|
|
|
17470
17470
|
__name: "SuperDoc",
|
|
17471
17471
|
emits: ["selection-update"],
|
|
17472
17472
|
setup(__props, { emit: __emit }) {
|
|
17473
|
-
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-
|
|
17473
|
+
const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-DGJe0yHt.es.js"));
|
|
17474
17474
|
const superdocStore = useSuperdocStore();
|
|
17475
17475
|
const commentsStore = useCommentsStore();
|
|
17476
17476
|
const {
|
|
@@ -18374,7 +18374,7 @@ class SuperDoc extends EventEmitter {
|
|
|
18374
18374
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18375
18375
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18376
18376
|
this.colorIndex = 0;
|
|
18377
|
-
this.version = "2.0.0-next.
|
|
18377
|
+
this.version = "2.0.0-next.13";
|
|
18378
18378
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18379
18379
|
this.superdocId = config.superdocId || v4();
|
|
18380
18380
|
this.colors = this.config.colors;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./super-editor.es-
|
|
3
|
+
const superEditor_es = require("./super-editor.es-CZoFXUj4.cjs");
|
|
4
4
|
const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
|
|
5
5
|
function bail(error) {
|
|
6
6
|
if (error) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const superEditor_es = require("./super-editor.es-
|
|
2
|
+
const superEditor_es = require("./super-editor.es-CZoFXUj4.cjs");
|
|
3
3
|
const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
|
|
4
4
|
const eventemitter3 = require("./eventemitter3-DIclNhoR.cjs");
|
|
5
5
|
const provider = require("@hocuspocus/provider");
|
|
@@ -17487,7 +17487,7 @@ const _sfc_main = {
|
|
|
17487
17487
|
__name: "SuperDoc",
|
|
17488
17488
|
emits: ["selection-update"],
|
|
17489
17489
|
setup(__props, { emit: __emit }) {
|
|
17490
|
-
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-
|
|
17490
|
+
const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CHWTTxtm.cjs")));
|
|
17491
17491
|
const superdocStore = useSuperdocStore();
|
|
17492
17492
|
const commentsStore = useCommentsStore();
|
|
17493
17493
|
const {
|
|
@@ -18391,7 +18391,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
|
|
|
18391
18391
|
this.config.colors = shuffleArray(this.config.colors);
|
|
18392
18392
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
18393
18393
|
this.colorIndex = 0;
|
|
18394
|
-
this.version = "2.0.0-next.
|
|
18394
|
+
this.version = "2.0.0-next.13";
|
|
18395
18395
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
18396
18396
|
this.superdocId = config.superdocId || uuid.v4();
|
|
18397
18397
|
this.colors = this.config.colors;
|
|
@@ -42452,7 +42452,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
42452
42452
|
static getStoredSuperdocVersion(docx) {
|
|
42453
42453
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42454
42454
|
}
|
|
42455
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.
|
|
42455
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.13") {
|
|
42456
42456
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
42457
42457
|
}
|
|
42458
42458
|
/**
|
|
@@ -60533,7 +60533,7 @@ const isHeadless = (editor) => {
|
|
|
60533
60533
|
const shouldSkipNodeView = (editor) => {
|
|
60534
60534
|
return isHeadless(editor);
|
|
60535
60535
|
};
|
|
60536
|
-
const summaryVersion = "2.0.0-next.
|
|
60536
|
+
const summaryVersion = "2.0.0-next.13";
|
|
60537
60537
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
60538
60538
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
60539
60539
|
function mapAttributes(attrs) {
|
|
@@ -61322,7 +61322,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
61322
61322
|
{ default: remarkStringify },
|
|
61323
61323
|
{ default: remarkGfm }
|
|
61324
61324
|
] = await Promise.all([
|
|
61325
|
-
import("./index-
|
|
61325
|
+
import("./index-Bh0gd0Pm-DMBx9Ybz.es.js"),
|
|
61326
61326
|
import("./index-DRCvimau-Cw339678.es.js"),
|
|
61327
61327
|
import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
|
|
61328
61328
|
import("./index-D_sWOSiG-DE96TaT5.es.js"),
|
|
@@ -61527,7 +61527,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
61527
61527
|
* Process collaboration migrations
|
|
61528
61528
|
*/
|
|
61529
61529
|
processCollaborationMigrations() {
|
|
61530
|
-
console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.
|
|
61530
|
+
console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.13");
|
|
61531
61531
|
if (!this.options.ydoc) return;
|
|
61532
61532
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
61533
61533
|
let docVersion = metaMap.get("version");
|
|
@@ -92507,6 +92507,10 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
92507
92507
|
currentLine.width = roundValue(currentLine.width + spaceWidth + ls);
|
|
92508
92508
|
charPosInRun = wordEndWithSpace;
|
|
92509
92509
|
currentLine.spaceCount += 1;
|
|
92510
|
+
if (currentLine.segments?.[0]) {
|
|
92511
|
+
currentLine.segments[0].toChar = wordEndWithSpace;
|
|
92512
|
+
currentLine.segments[0].width += spaceWidth;
|
|
92513
|
+
}
|
|
92510
92514
|
} else {
|
|
92511
92515
|
charPosInRun = wordEndWithSpace;
|
|
92512
92516
|
}
|
|
@@ -92569,6 +92573,10 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
92569
92573
|
currentLine.width = roundValue(currentLine.width + spaceWidth + (run2.letterSpacing ?? 0));
|
|
92570
92574
|
charPosInRun = wordEndWithSpace;
|
|
92571
92575
|
currentLine.spaceCount += 1;
|
|
92576
|
+
if (currentLine.segments?.[0]) {
|
|
92577
|
+
currentLine.segments[0].toChar = wordEndWithSpace;
|
|
92578
|
+
currentLine.segments[0].width += spaceWidth;
|
|
92579
|
+
}
|
|
92572
92580
|
} else {
|
|
92573
92581
|
charPosInRun = wordEndWithSpace;
|
|
92574
92582
|
}
|
|
@@ -42469,7 +42469,7 @@ const _SuperConverter = class _SuperConverter2 {
|
|
|
42469
42469
|
static getStoredSuperdocVersion(docx) {
|
|
42470
42470
|
return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42471
42471
|
}
|
|
42472
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.
|
|
42472
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "2.0.0-next.13") {
|
|
42473
42473
|
return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
|
|
42474
42474
|
}
|
|
42475
42475
|
/**
|
|
@@ -60550,7 +60550,7 @@ const isHeadless = (editor) => {
|
|
|
60550
60550
|
const shouldSkipNodeView = (editor) => {
|
|
60551
60551
|
return isHeadless(editor);
|
|
60552
60552
|
};
|
|
60553
|
-
const summaryVersion = "2.0.0-next.
|
|
60553
|
+
const summaryVersion = "2.0.0-next.13";
|
|
60554
60554
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
60555
60555
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
60556
60556
|
function mapAttributes(attrs) {
|
|
@@ -61339,7 +61339,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
61339
61339
|
{ default: remarkStringify },
|
|
61340
61340
|
{ default: remarkGfm }
|
|
61341
61341
|
] = await Promise.all([
|
|
61342
|
-
Promise.resolve().then(() => require("./index-
|
|
61342
|
+
Promise.resolve().then(() => require("./index-Bh0gd0Pm-BGAaVc0H.cjs")),
|
|
61343
61343
|
Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
|
|
61344
61344
|
Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
|
|
61345
61345
|
Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
|
|
@@ -61544,7 +61544,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
|
|
|
61544
61544
|
* Process collaboration migrations
|
|
61545
61545
|
*/
|
|
61546
61546
|
processCollaborationMigrations() {
|
|
61547
|
-
console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.
|
|
61547
|
+
console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.13");
|
|
61548
61548
|
if (!this.options.ydoc) return;
|
|
61549
61549
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
61550
61550
|
let docVersion = metaMap.get("version");
|
|
@@ -92524,6 +92524,10 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
92524
92524
|
currentLine.width = roundValue(currentLine.width + spaceWidth + ls);
|
|
92525
92525
|
charPosInRun = wordEndWithSpace;
|
|
92526
92526
|
currentLine.spaceCount += 1;
|
|
92527
|
+
if (currentLine.segments?.[0]) {
|
|
92528
|
+
currentLine.segments[0].toChar = wordEndWithSpace;
|
|
92529
|
+
currentLine.segments[0].width += spaceWidth;
|
|
92530
|
+
}
|
|
92527
92531
|
} else {
|
|
92528
92532
|
charPosInRun = wordEndWithSpace;
|
|
92529
92533
|
}
|
|
@@ -92586,6 +92590,10 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
92586
92590
|
currentLine.width = roundValue(currentLine.width + spaceWidth + (run2.letterSpacing ?? 0));
|
|
92587
92591
|
charPosInRun = wordEndWithSpace;
|
|
92588
92592
|
currentLine.spaceCount += 1;
|
|
92593
|
+
if (currentLine.segments?.[0]) {
|
|
92594
|
+
currentLine.segments[0].toChar = wordEndWithSpace;
|
|
92595
|
+
currentLine.segments[0].width += spaceWidth;
|
|
92596
|
+
}
|
|
92589
92597
|
} else {
|
|
92590
92598
|
charPosInRun = wordEndWithSpace;
|
|
92591
92599
|
}
|
|
@@ -36,7 +36,7 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
|
|
|
36
36
|
colors: string[] | undefined;
|
|
37
37
|
user: import("./types").User | undefined;
|
|
38
38
|
socket: any;
|
|
39
|
-
isDev:
|
|
39
|
+
isDev: boolean | undefined;
|
|
40
40
|
activeEditor: {
|
|
41
41
|
extensionStorage: {};
|
|
42
42
|
presentationEditor: any;
|
|
@@ -229,8 +229,8 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
|
|
|
229
229
|
} | null | undefined;
|
|
230
230
|
comments: any[] | undefined;
|
|
231
231
|
readyEditors: number | undefined;
|
|
232
|
-
isLocked:
|
|
233
|
-
lockedBy:
|
|
232
|
+
isLocked: boolean | undefined;
|
|
233
|
+
lockedBy: import("./types").User | null | undefined;
|
|
234
234
|
/**
|
|
235
235
|
* Get the number of editors that are required for this superdoc
|
|
236
236
|
* @returns {number} The number of required editors
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../../../../src/core/SuperDoc.js"],"names":[],"mappings":"AAsBA,6CAA6C;AAC7C,mEAAmE;AACnE,qDAAqD;AACrD,mDAAmD;AACnD,iDAAiD;AACjD,6DAA6D;AAC7D,iDAAiD;AACjD,6DAA6D;AAE7D;;;;;;GAMG;AACH;IACE,4BAA4B;IAC5B,qBADW,KAAK,CAAC,MAAM,CAAC,CACgB;IA+ExC;;OAEG;IACH,oBAFW,MAAM,EAKhB;IAnFD,qBAAqB;IACrB,SADW,MAAM,CACT;IAER,qBAAqB;IACrB,OADW,IAAI,EAAE,CACX;IAEN,4CAA4C;IAC5C,MADW,OAAO,KAAK,EAAE,GAAG,GAAG,SAAS,CACnC;IAEL,4EAA4E;IAC5E,UADW,OAAO,sBAAsB,EAAE,kBAAkB,GAAG,SAAS,CAC/D;IAET,qBAAqB;IACrB,QADW,MAAM,CA+Df;IAiDA,wCAA6B;IAC7B,+BAAmB;IAMnB,gBAA+C;IAC/C,6BAAgC;IAchC,yCAA4B;IAE5B,YAAkB;IAElB,
|
|
1
|
+
{"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../../../../src/core/SuperDoc.js"],"names":[],"mappings":"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"}
|
|
@@ -482,7 +482,180 @@ export type Config = {
|
|
|
482
482
|
* The font-family to use for all SuperDoc UI surfaces
|
|
483
483
|
* (toolbar, comments UI, dropdowns, tooltips, etc.). This ensures consistent typography across the entire application
|
|
484
484
|
* and helps match your application's design system. The value should be a valid CSS font-family string.
|
|
485
|
+
* Example (system fonts):
|
|
486
|
+
* uiDisplayFallbackFont: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif'
|
|
487
|
+
* Example (custom font):
|
|
488
|
+
* uiDisplayFallbackFont: '"Inter", Arial, sans-serif'
|
|
485
489
|
*/
|
|
486
490
|
uiDisplayFallbackFont?: string | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* Whether the SuperDoc is in development mode
|
|
493
|
+
*/
|
|
494
|
+
isDev?: boolean | undefined;
|
|
495
|
+
/**
|
|
496
|
+
* Telemetry configuration
|
|
497
|
+
*/
|
|
498
|
+
telemetry?: TelemetryConfig | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* Layout engine overrides passed through to PresentationEditor (page size, margins, virtualization, zoom, debug label, etc.)
|
|
501
|
+
*/
|
|
502
|
+
layoutEngineOptions?: {
|
|
503
|
+
/**
|
|
504
|
+
* Optional override for paginated track-changes rendering (e.g., `{ mode: 'final' }` to force final view or `{ enabled: false }` to strip metadata entirely)
|
|
505
|
+
*/
|
|
506
|
+
trackedChanges?: Object | undefined;
|
|
507
|
+
} | undefined;
|
|
508
|
+
/**
|
|
509
|
+
* Callback before an editor is created
|
|
510
|
+
*/
|
|
511
|
+
onEditorBeforeCreate?: ((editor: Editor) => void) | undefined;
|
|
512
|
+
/**
|
|
513
|
+
* Callback after an editor is created
|
|
514
|
+
*/
|
|
515
|
+
onEditorCreate?: ((editor: Editor) => void) | undefined;
|
|
516
|
+
/**
|
|
517
|
+
* Callback when a transaction is made
|
|
518
|
+
*/
|
|
519
|
+
onTransaction?: ((params: {
|
|
520
|
+
editor: Editor;
|
|
521
|
+
transaction: any;
|
|
522
|
+
duration: number;
|
|
523
|
+
}) => void) | undefined;
|
|
524
|
+
/**
|
|
525
|
+
* Callback after an editor is destroyed
|
|
526
|
+
*/
|
|
527
|
+
onEditorDestroy?: (() => void) | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* Callback when there is an error in the content
|
|
530
|
+
*/
|
|
531
|
+
onContentError?: ((params: {
|
|
532
|
+
error: object;
|
|
533
|
+
editor: Editor;
|
|
534
|
+
documentId: string;
|
|
535
|
+
file: File;
|
|
536
|
+
}) => void) | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* Callback when the SuperDoc is ready
|
|
539
|
+
*/
|
|
540
|
+
onReady?: ((editor: {
|
|
541
|
+
superdoc: SuperDoc;
|
|
542
|
+
}) => void) | undefined;
|
|
543
|
+
/**
|
|
544
|
+
* Callback when comments are updated
|
|
545
|
+
*/
|
|
546
|
+
onCommentsUpdate?: ((params: {
|
|
547
|
+
type: string;
|
|
548
|
+
data: object;
|
|
549
|
+
}) => void) | undefined;
|
|
550
|
+
/**
|
|
551
|
+
* Callback when awareness is updated
|
|
552
|
+
*/
|
|
553
|
+
onAwarenessUpdate?: ((params: {
|
|
554
|
+
context: SuperDoc;
|
|
555
|
+
states: any[];
|
|
556
|
+
}) => void) | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* Callback when the SuperDoc is locked
|
|
559
|
+
*/
|
|
560
|
+
onLocked?: ((params: {
|
|
561
|
+
isLocked: boolean;
|
|
562
|
+
lockedBy: User;
|
|
563
|
+
}) => void) | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* Callback when the PDF document is ready
|
|
566
|
+
*/
|
|
567
|
+
onPdfDocumentReady?: (() => void) | undefined;
|
|
568
|
+
/**
|
|
569
|
+
* Callback when the sidebar is toggled
|
|
570
|
+
*/
|
|
571
|
+
onSidebarToggle?: ((isOpened: boolean) => void) | undefined;
|
|
572
|
+
/**
|
|
573
|
+
* Callback when collaboration is ready
|
|
574
|
+
*/
|
|
575
|
+
onCollaborationReady?: ((params: {
|
|
576
|
+
editor: Editor;
|
|
577
|
+
}) => void) | undefined;
|
|
578
|
+
/**
|
|
579
|
+
* Callback when document is updated
|
|
580
|
+
*/
|
|
581
|
+
onEditorUpdate?: ((params: {
|
|
582
|
+
editor: Editor;
|
|
583
|
+
}) => void) | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* Callback when an exception is thrown
|
|
586
|
+
*/
|
|
587
|
+
onException?: ((params: {
|
|
588
|
+
error: Error;
|
|
589
|
+
}) => void) | undefined;
|
|
590
|
+
/**
|
|
591
|
+
* Callback when the comments list is rendered
|
|
592
|
+
*/
|
|
593
|
+
onCommentsListChange?: ((params: {
|
|
594
|
+
isRendered: boolean;
|
|
595
|
+
}) => void) | undefined;
|
|
596
|
+
/**
|
|
597
|
+
* Callback when the list definitions change
|
|
598
|
+
*/
|
|
599
|
+
onListDefinitionsChange?: ((params: {}) => any) | undefined;
|
|
600
|
+
/**
|
|
601
|
+
* The format of the document (docx, pdf, html)
|
|
602
|
+
*/
|
|
603
|
+
format?: string | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* The extensions to load for the editor
|
|
606
|
+
*/
|
|
607
|
+
editorExtensions?: Object[] | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* Whether the SuperDoc is internal
|
|
610
|
+
*/
|
|
611
|
+
isInternal?: boolean | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* The title of the SuperDoc
|
|
614
|
+
*/
|
|
615
|
+
title?: string | undefined;
|
|
616
|
+
/**
|
|
617
|
+
* The conversations to load
|
|
618
|
+
*/
|
|
619
|
+
conversations?: Object[] | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* Whether the SuperDoc is locked
|
|
622
|
+
*/
|
|
623
|
+
isLocked?: boolean | undefined;
|
|
624
|
+
/**
|
|
625
|
+
* The function to handle image uploads
|
|
626
|
+
*/
|
|
627
|
+
handleImageUpload?: ((arg0: File) => Promise<string>) | undefined;
|
|
628
|
+
/**
|
|
629
|
+
* The user who locked the SuperDoc
|
|
630
|
+
*/
|
|
631
|
+
lockedBy?: User | undefined;
|
|
632
|
+
/**
|
|
633
|
+
* Whether to show the ruler in the editor
|
|
634
|
+
*/
|
|
635
|
+
rulers?: boolean | undefined;
|
|
636
|
+
/**
|
|
637
|
+
* Whether to suppress default styles in docx mode
|
|
638
|
+
*/
|
|
639
|
+
suppressDefaultDocxStyles?: boolean | undefined;
|
|
640
|
+
/**
|
|
641
|
+
* Provided JSON to override content with
|
|
642
|
+
*/
|
|
643
|
+
jsonOverride?: Object | undefined;
|
|
644
|
+
/**
|
|
645
|
+
* Whether to disable slash / right-click custom context menu
|
|
646
|
+
*/
|
|
647
|
+
disableContextMenu?: boolean | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* HTML content to initialize the editor with
|
|
650
|
+
*/
|
|
651
|
+
html?: string | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* Markdown content to initialize the editor with
|
|
654
|
+
*/
|
|
655
|
+
markdown?: string | undefined;
|
|
656
|
+
/**
|
|
657
|
+
* Whether to enable debug mode
|
|
658
|
+
*/
|
|
659
|
+
isDebug?: boolean | undefined;
|
|
487
660
|
};
|
|
488
661
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/core/types/index.js"],"names":[],"mappings":";;;;;;;UAEc,MAAM;;;;WACN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAeN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAaE,MAAM,wBAAwB,IAAI;;;;mBAClC,MAAM,wBAAwB,IAAI;;;;wBACpC,IAAI;;;;qBACJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAkBD;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC9B,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;QAC1B,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;KAC5B,KAAK,OAAO,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAad,OAAO,gBAAgB,EAAE,QAAQ;2BAGlC,SAAS,GAAG,SAAS,GAAG,YAAY;yBAIpC,MAAM,GAAG,KAAK,GAAG,MAAM;;;;;2BAIvB,UAAU,GAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiBnB,MAAM,GAAG,WAAW;;;;kBACpB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAQH;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC9B,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;QAC1B,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;KAC5B,KAAK,OAAO,GAAG,SAAS"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/core/types/index.js"],"names":[],"mappings":"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"}
|
|
@@ -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-Dx9n2qwO.js";
|
|
3
|
+
import { _ as _export_sfc } from "./chunks/editor-C8TLVw8v.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 = {}) {
|
|
@@ -42769,7 +42769,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
42769
42769
|
static getStoredSuperdocVersion(docx) {
|
|
42770
42770
|
return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42771
42771
|
}
|
|
42772
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "2.0.0-next.
|
|
42772
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "2.0.0-next.13") {
|
|
42773
42773
|
return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
42774
42774
|
}
|
|
42775
42775
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-
|
|
1
|
+
import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-Dx9n2qwO.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,8 +12,8 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
12
12
|
var _a, _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, dispatchWithFallback_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, getPluginKeyName_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, checkFonts_fn, determineUnsupportedFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _currentEpoch, _mapsByFromEpoch, _maxEpochsToKeep, _EpochPositionMapper_instances, pruneByCurrentEpoch_fn, _entries, _windowRoot, _getPainterHost, _onRebuild, _observer, _rebuildScheduled, _rebuildRafId, _docEpoch, _layoutEpoch, _layoutUpdating, _pending, _scheduled, _rafHandle, _scheduler, _SelectionSyncCoordinator_instances, isSafeToRender_fn, maybeSchedule_fn, cancelScheduledRender_fn, _windowRoot2, _layoutSurfaces, _getTargetDom, _isEditable, _onTargetChanged, _listeners, _currentTarget, _destroyed, _useWindowFallback, _PresentationInputBridge_instances, addListener_fn, dispatchToTarget_fn, forwardKeyboardEvent_fn, forwardTextEvent_fn, forwardCompositionEvent_fn, forwardContextMenu_fn, isEventOnActiveTarget_fn, shouldSkipSurface_fn, isInLayoutSurface_fn, getListenerTargets_fn, isPlainCharacterKey_fn, _map, _editor2, _descriptors, _collections, _editorEntries, _maxCachedEditors, _editorAccessOrder, _pendingCreations, _cacheHits, _cacheMisses, _evictions, _HeaderFooterEditorManager_instances, hasConverter_fn, extractCollections_fn, collectDescriptors_fn, teardownMissingEditors_fn, teardownEditors_fn, createEditor_fn, createEditorContainer_fn, registerConverterEditor_fn, unregisterConverterEditor_fn, updateAccessOrder_fn, enforceCacheSizeLimit_fn, _manager, _mediaFiles, _blockCache, _HeaderFooterLayoutAdapter_instances, getBlocks_fn, getConverterContext_fn, _selectionOverlay, _activeEditorHost, _activeDecorationContainer, _activeRegion, _borderLine, _dimmingOverlay, _EditorOverlayManager_instances, findDecorationContainer_fn, ensureEditorHost_fn, positionEditorHost_fn, hideDimmingOverlay_fn, showHeaderFooterBorder_fn, hideHeaderFooterBorder_fn, _instances, _options, _editor3, _visibleHost, _viewportHost, _painterHost, _selectionOverlay2, _hiddenHost, _layoutOptions, _layoutState, _domPainter, _pageGeometryHelper, _dragHandlerCleanup, _layoutError, _layoutErrorState, _errorBanner, _errorBannerMessage, _telemetryEmitter, _renderScheduled, _pendingDocChange, _isRerendering, _selectionSync, _remoteCursorUpdateScheduled, _epochMapper, _layoutEpoch2, _domPositionIndex, _domIndexObserverManager, _debugLastPointer, _debugLastHit, _pendingMarginClick, _rafHandle2, _editorListeners, _sectionMetadata, _documentMode, _inputBridge, _trackedChangesMode, _trackedChangesEnabled, _trackedChangesOverrides, _headerFooterManager, _headerFooterAdapter, _headerFooterIdentifier, _multiSectionIdentifier, _headerLayoutResults, _footerLayoutResults, _headerLayoutsByRId, _footerLayoutsByRId, _headerDecorationProvider, _footerDecorationProvider, _headerFooterManagerCleanups, _headerRegions, _footerRegions, _session, _activeHeaderFooterEditor, _overlayManager, _hoverOverlay, _hoverTooltip, _modeBanner, _ariaLiveRegion, _a11ySelectionAnnounceTimeout, _a11yLastAnnouncedSelectionKey, _hoverRegion, _clickCount, _lastClickTime, _lastClickPosition, _lastSelectedImageBlockId, _dragAnchor, _dragAnchorPageIndex, _isDragging, _dragExtensionMode, _dragLastPointer, _dragLastRawHit, _dragUsedPageNotMountedFallback, _cellAnchor, _cellDragMode, _remoteCursorState, _remoteCursorElements, _remoteCursorDirty, _remoteCursorOverlay, _localSelectionLayer, _awarenessCleanup, _scrollCleanup, _scrollTimeout, _lastRemoteCursorRenderTime, _remoteCursorThrottleTimeout, _PresentationEditor_instances, wrapHiddenEditorFocus_fn, collectCommentPositions_fn, updateSelectionDebugHud_fn, computePendingMarginClick_fn, aggregateLayoutBounds_fn, rebuildDomPositionIndex_fn, setupEditorListeners_fn, setupCollaborationCursors_fn, updateLocalAwarenessCursor_fn, scheduleRemoteCursorUpdate_fn, scheduleRemoteCursorReRender_fn, updateRemoteCursors_fn, renderRemoteCursors_fn, setupPointerHandlers_fn, setupDragHandlers_fn, focusEditorAfterImageSelection_fn, setupInputBridge_fn, initHeaderFooterRegistry_fn, _handlePointerDown, getFirstTextPosition_fn, registerPointerClick_fn, getCellPosFromTableHit_fn, getTablePosFromHit_fn, shouldUseCellSelection_fn, setCellAnchor_fn, clearCellAnchor_fn, hitTestTable_fn, selectWordAt_fn, selectParagraphAt_fn, calculateExtendedSelection_fn, _handlePointerMove, _handlePointerLeave, _handleVisibleHostFocusIn, _handlePointerUp, _handleDragOver, _handleDrop, _handleDoubleClick, _handleKeyDown, focusHeaderFooterShortcut_fn, scheduleRerender_fn, flushRerenderQueue_fn, rerender_fn, ensurePainter_fn, scheduleSelectionUpdate_fn, updateSelection_fn, resolveLayoutOptions_fn, buildHeaderFooterInput_fn, computeHeaderFooterConstraints_fn, layoutPerRIdHeaderFooters_fn, updateDecorationProviders_fn, createDecorationProvider_fn, findHeaderFooterPageForPageNumber_fn, computeDecorationBox_fn, computeExpectedSectionType_fn, rebuildHeaderFooterRegions_fn, hitTestHeaderFooterRegion_fn, pointInRegion_fn, activateHeaderFooterRegion_fn, enterHeaderFooterMode_fn, exitHeaderFooterMode_fn, getActiveDomTarget_fn, emitHeaderFooterModeChanged_fn, emitHeaderFooterEditingContext_fn, updateAwarenessSession_fn, updateModeBanner_fn, announce_fn, syncHiddenEditorA11yAttributes_fn, scheduleA11ySelectionAnnouncement_fn, announceSelectionNow_fn, validateHeaderFooterEditPermission_fn, emitHeaderFooterEditBlocked_fn, resolveDescriptorForRegion_fn, createDefaultHeaderFooter_fn, getPageElement_fn, isSelectionAwareVirtualizationEnabled_fn, updateSelectionVirtualizationPins_fn, finalizeDragSelectionWithDom_fn, scrollPageIntoView_fn, waitForPageMount_fn, getEffectivePageGap_fn, getBodyPageHeight_fn, getHeaderFooterPageHeight_fn, renderCellSelectionOverlay_fn, renderHoverRegion_fn, clearHoverRegion_fn, getHeaderFooterContext_fn, computeHeaderFooterSelectionRects_fn, syncTrackedChangesPreferences_fn, deriveTrackedChangesMode_fn, deriveTrackedChangesEnabled_fn, getTrackChangesPluginState_fn, computeDefaultLayoutDefaults_fn, applyZoom_fn, getPageOffsetX_fn, convertPageLocalToOverlayCoords_fn, computeSelectionRectsFromDom_fn, computeDomCaretPageLocal_fn, normalizeClientPoint_fn, computeCaretLayoutRectGeometry_fn, computeCaretLayoutRect_fn, getCurrentPageIndex_fn, findRegionForPage_fn, handleLayoutError_fn, decorateError_fn, showLayoutErrorBanner_fn, dismissErrorBanner_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ParagraphNodeView_instances, checkShouldUpdate_fn, updateHTMLAttributes_fn, updateDOMStyles_fn, resolveNeighborParagraphProperties_fn, updateListStyles_fn, initList_fn, checkIsList_fn, createMarker_fn, createSeparator_fn, calculateTabSeparatorStyle_fn, calculateMarkerStyle_fn, removeList_fn, getParagraphContext_fn, scheduleAnimation_fn, cancelScheduledAnimation_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _VectorShapeView_instances, ensureParentPositioned_fn, _ShapeGroupView_instances, ensureParentPositioned_fn2;
|
|
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, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$2, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-
|
|
16
|
-
import { D as DocxZipper } from "./docx-zipper-
|
|
15
|
+
import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$2, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as htmlHandler, E as ReplaceStep, G as twipsToInches, H as inchesToTwips, I as ptToTwips, J as getResolvedParagraphProperties, K as linesToTwips, L as changeListLevel, O as findParentNode, Q as isList, U as updateNumberingProperties, V as ListHelpers, W as isMacOS, X as isIOS, Y as getSchemaTypeByName, Z as inputRulesPlugin, _ as TrackDeleteMarkName$1, $ as TrackInsertMarkName$1, a0 as v4, a1 as TrackFormatMarkName$1, a2 as comments_module_events, a3 as findMark, a4 as objectIncludes, a5 as AddMarkStep, a6 as RemoveMarkStep, a7 as twipsToLines, a8 as pixelsToTwips, a9 as helpers, aa as posToDOMRect, ab as CommandService, ac as SuperConverter, ad as createDocument, ae as createDocFromMarkdown, af as createDocFromHTML, ag as EditorState, ah as isActive, ai as unflattenListsInHtml, aj as SelectionRange, ak as Transform, al as resolveParagraphProperties, am as _getReferencedTableStyles, an as parseSizeUnit, ao as minMax, ap as updateDOMAttributes, aq as findChildren$5, ar as generateRandomSigned32BitIntStrId, as as decodeRPrFromMarks, at as calculateResolvedParagraphProperties, au as resolveRunProperties, av as encodeCSSFromPPr, aw as twipsToPixels$2, ax as encodeCSSFromRPr, ay as generateOrderedListIndex, az as docxNumberingHelpers, aA as InputRule, aB as convertSizeToCSS, aC as findParentNodeClosestToPos, aD as isInTable$1, aE as generateDocxRandomId, aF as insertNewRelationship, aG as inchesToPixels, aH as kebabCase, aI as getUnderlineCssString } from "./converter-Dx9n2qwO.js";
|
|
16
|
+
import { D as DocxZipper } from "./docx-zipper-Ds8FGkok.js";
|
|
17
17
|
import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
|
|
18
18
|
var GOOD_LEAF_SIZE = 200;
|
|
19
19
|
var RopeSequence = function RopeSequence2() {
|
|
@@ -14815,7 +14815,7 @@ const isHeadless = (editor) => {
|
|
|
14815
14815
|
const shouldSkipNodeView = (editor) => {
|
|
14816
14816
|
return isHeadless(editor);
|
|
14817
14817
|
};
|
|
14818
|
-
const summaryVersion = "2.0.0-next.
|
|
14818
|
+
const summaryVersion = "2.0.0-next.13";
|
|
14819
14819
|
const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
|
|
14820
14820
|
const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
|
|
14821
14821
|
function mapAttributes(attrs) {
|
|
@@ -15607,7 +15607,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
15607
15607
|
{ default: remarkStringify },
|
|
15608
15608
|
{ default: remarkGfm }
|
|
15609
15609
|
] = await Promise.all([
|
|
15610
|
-
import("./index-
|
|
15610
|
+
import("./index-Bh0gd0Pm.js"),
|
|
15611
15611
|
import("./index-DRCvimau.js"),
|
|
15612
15612
|
import("./index-C_x_N6Uh.js"),
|
|
15613
15613
|
import("./index-D_sWOSiG.js"),
|
|
@@ -15812,7 +15812,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
15812
15812
|
* Process collaboration migrations
|
|
15813
15813
|
*/
|
|
15814
15814
|
processCollaborationMigrations() {
|
|
15815
|
-
console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.
|
|
15815
|
+
console.debug("[checkVersionMigrations] Current editor version", "2.0.0-next.13");
|
|
15816
15816
|
if (!this.options.ydoc) return;
|
|
15817
15817
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
15818
15818
|
let docVersion = metaMap.get("version");
|
|
@@ -47066,6 +47066,10 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
47066
47066
|
currentLine.width = roundValue(currentLine.width + spaceWidth + ls);
|
|
47067
47067
|
charPosInRun = wordEndWithSpace;
|
|
47068
47068
|
currentLine.spaceCount += 1;
|
|
47069
|
+
if (currentLine.segments?.[0]) {
|
|
47070
|
+
currentLine.segments[0].toChar = wordEndWithSpace;
|
|
47071
|
+
currentLine.segments[0].width += spaceWidth;
|
|
47072
|
+
}
|
|
47069
47073
|
} else {
|
|
47070
47074
|
charPosInRun = wordEndWithSpace;
|
|
47071
47075
|
}
|
|
@@ -47128,6 +47132,10 @@ async function measureParagraphBlock(block, maxWidth) {
|
|
|
47128
47132
|
currentLine.width = roundValue(currentLine.width + spaceWidth + (run.letterSpacing ?? 0));
|
|
47129
47133
|
charPosInRun = wordEndWithSpace;
|
|
47130
47134
|
currentLine.spaceCount += 1;
|
|
47135
|
+
if (currentLine.segments?.[0]) {
|
|
47136
|
+
currentLine.segments[0].toChar = wordEndWithSpace;
|
|
47137
|
+
currentLine.segments[0].width += spaceWidth;
|
|
47138
|
+
}
|
|
47131
47139
|
} else {
|
|
47132
47140
|
charPosInRun = wordEndWithSpace;
|
|
47133
47141
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, readonly, watch, computed, getCurrentInstance, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, withDirectives, h, Teleport, toRef, nextTick, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, markRaw, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, withKeys, unref, withModifiers, createBlock, toDisplayString, vModelText, createVNode, renderList, withCtx } from "vue";
|
|
2
|
-
import { p as process$1 } from "./converter-
|
|
3
|
-
import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-
|
|
2
|
+
import { p as process$1 } from "./converter-Dx9n2qwO.js";
|
|
3
|
+
import { g as global$1, _ as _export_sfc, u as useHighContrastMode } from "./editor-C8TLVw8v.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-C8TLVw8v.js";
|
|
2
|
+
import "./chunks/converter-Dx9n2qwO.js";
|
|
3
|
+
import "./chunks/docx-zipper-Ds8FGkok.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|
|
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
|
|
|
9
9
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
10
10
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
11
11
|
var _MARK_TOGGLE_NAMES, _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, enrichTrackedChanges_fn, runCommandWithArgumentOnly_fn, syncStickyMarksFromState_fn, restoreStickyMarksIfNeeded_fn, ensureStoredMarksForMarkToggle_fn;
|
|
12
|
-
import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, W as isMacOS, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-
|
|
13
|
-
import { ac, i, a9, aQ } from "./chunks/converter-
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, S as SLASH_MENU_HANDLED_FLAG, m as SlashMenuPluginKey, s as shouldBypassContextMenu, n as generateRulerDefinition, o as clampHandlePosition, p as calculateMarginFromHandle, q as measureCache, t as isHeadless, E as Editor, v as getStarterExtensions, P as PresentationEditor, w as Placeholder, x as getRichTextExtensions, D as DecorationSet, z as Decoration, M as Mark, A as Extension, B as Attribute, N as Node } from "./chunks/editor-
|
|
15
|
-
import { G, J, H, T, C, I, F } from "./chunks/editor-
|
|
12
|
+
import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, W as isMacOS, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-Dx9n2qwO.js";
|
|
13
|
+
import { ac, i, a9, aQ } from "./chunks/converter-Dx9n2qwO.js";
|
|
14
|
+
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, S as SLASH_MENU_HANDLED_FLAG, m as SlashMenuPluginKey, s as shouldBypassContextMenu, n as generateRulerDefinition, o as clampHandlePosition, p as calculateMarginFromHandle, q as measureCache, t as isHeadless, E as Editor, v as getStarterExtensions, P as PresentationEditor, w as Placeholder, x as getRichTextExtensions, D as DecorationSet, z as Decoration, M as Mark, A as Extension, B as Attribute, N as Node } from "./chunks/editor-C8TLVw8v.js";
|
|
15
|
+
import { G, J, H, T, C, I, F } from "./chunks/editor-C8TLVw8v.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, defineComponent, reactive, onUnmounted, renderSlot, useCssVars, shallowRef, createBlock, Teleport, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
|
|
17
|
-
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-
|
|
17
|
+
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-DpUoIWke.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-Ds8FGkok.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
var hasRequiredEventemitter3;
|