superdoc 1.0.0-beta.94 → 1.0.0-beta.95

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.
Files changed (27) hide show
  1. package/dist/chunks/{PdfViewer-CC_fv7lS.cjs → PdfViewer--l9mxuw6.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-BR7hR5hX.es.js → PdfViewer-DC5ZtOHL.es.js} +1 -1
  3. package/dist/chunks/{index-DHRt1tCk.cjs → index-DA6_gKCn.cjs} +3 -3
  4. package/dist/chunks/{index-BstIHBcW-6lPNsqaA.cjs → index-DJD7xO_i-CVT8OSh8.cjs} +1 -1
  5. package/dist/chunks/{index-BstIHBcW-BxKvjs-R.es.js → index-DJD7xO_i-DlZGZmeW.es.js} +1 -1
  6. package/dist/chunks/{index-JAE9iqTX.es.js → index-D_AIVJix.es.js} +3 -3
  7. package/dist/chunks/{super-editor.es-DXKgM3JR.cjs → super-editor.es-DLfNMkAR.cjs} +29 -5
  8. package/dist/chunks/{super-editor.es-C1RjP_IO.es.js → super-editor.es-L0F8-awY.es.js} +29 -5
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-CIgfC-et.js → converter-CAiO-oW4.js} +26 -2
  11. package/dist/super-editor/chunks/{docx-zipper-AQa91HPZ.js → docx-zipper-DRP7HhmI.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-6Tyu_6Nf.js → editor-D5oQ83xJ.js} +5 -5
  13. package/dist/super-editor/chunks/{index-BstIHBcW.js → index-DJD7xO_i.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-yzD6N9Br.js → toolbar-ax2sbcF_.js} +2 -2
  15. package/dist/super-editor/converter.es.js +1 -1
  16. package/dist/super-editor/docx-zipper.es.js +2 -2
  17. package/dist/super-editor/editor.es.js +3 -3
  18. package/dist/super-editor/file-zipper.es.js +1 -1
  19. package/dist/super-editor/super-editor.es.js +6 -6
  20. package/dist/super-editor/toolbar.es.js +2 -2
  21. package/dist/super-editor.cjs +1 -1
  22. package/dist/super-editor.es.js +1 -1
  23. package/dist/superdoc.cjs +2 -2
  24. package/dist/superdoc.es.js +2 -2
  25. package/dist/superdoc.umd.js +31 -7
  26. package/dist/superdoc.umd.js.map +1 -1
  27. 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-jWLMl8Ts.cjs");
4
- const superdoc = require("./index-DHRt1tCk.cjs");
4
+ const superdoc = require("./index-DA6_gKCn.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  import { y as defineComponent, z as h, O as Transition, a0 as process$1, J as watchEffect, a as computed, r as ref, j as onMounted, W as onUnmounted, b as createElementBlock, o as openBlock, f as createBaseVNode, e as createCommentVNode, u as createVNode, v as unref } from "./vue-Dysv_7z5.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-JAE9iqTX.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-D_AIVJix.es.js";
3
3
  function self(vars) {
4
4
  const {
5
5
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-DXKgM3JR.cjs");
2
+ const superEditor_es = require("./super-editor.es-DLfNMkAR.cjs");
3
3
  const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
4
4
  const eventemitter3 = require("./eventemitter3-DQmQUge-.cjs");
5
5
  const provider = require("@hocuspocus/provider");
@@ -17268,7 +17268,7 @@ const _sfc_main = {
17268
17268
  __name: "SuperDoc",
17269
17269
  emits: ["selection-update"],
17270
17270
  setup(__props, { emit: __emit }) {
17271
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CC_fv7lS.cjs")));
17271
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer--l9mxuw6.cjs")));
17272
17272
  const superdocStore = useSuperdocStore();
17273
17273
  const commentsStore = useCommentsStore();
17274
17274
  const {
@@ -18157,7 +18157,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
18157
18157
  this.config.colors = shuffleArray(this.config.colors);
18158
18158
  this.userColorMap = /* @__PURE__ */ new Map();
18159
18159
  this.colorIndex = 0;
18160
- this.version = "1.0.0-beta.94";
18160
+ this.version = "1.0.0-beta.95";
18161
18161
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18162
18162
  this.superdocId = config.superdocId || uuid.v4();
18163
18163
  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-DXKgM3JR.cjs");
3
+ const superEditor_es = require("./super-editor.es-DLfNMkAR.cjs");
4
4
  const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
5
5
  function bail(error) {
6
6
  if (error) {
@@ -1,4 +1,4 @@
1
- import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-C1RjP_IO.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-L0F8-awY.es.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG-CvBqQJbG.es.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -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-C1RjP_IO.es.js";
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-L0F8-awY.es.js";
2
2
  import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
3
3
  import { E as EventEmitter } from "./eventemitter3-CcXAdeql.es.js";
4
4
  import { HocuspocusProvider, HocuspocusProviderWebsocket } from "@hocuspocus/provider";
@@ -17251,7 +17251,7 @@ const _sfc_main = {
17251
17251
  __name: "SuperDoc",
17252
17252
  emits: ["selection-update"],
17253
17253
  setup(__props, { emit: __emit }) {
17254
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-BR7hR5hX.es.js"));
17254
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-DC5ZtOHL.es.js"));
17255
17255
  const superdocStore = useSuperdocStore();
17256
17256
  const commentsStore = useCommentsStore();
17257
17257
  const {
@@ -18140,7 +18140,7 @@ class SuperDoc extends EventEmitter {
18140
18140
  this.config.colors = shuffleArray(this.config.colors);
18141
18141
  this.userColorMap = /* @__PURE__ */ new Map();
18142
18142
  this.colorIndex = 0;
18143
- this.version = "1.0.0-beta.94";
18143
+ this.version = "1.0.0-beta.95";
18144
18144
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
18145
18145
  this.superdocId = config.superdocId || v4();
18146
18146
  this.colors = this.config.colors;
@@ -42235,6 +42235,24 @@ const _SuperConverter = class _SuperConverter2 {
42235
42235
  }
42236
42236
  return false;
42237
42237
  }
42238
+ /**
42239
+ * Extracts the namespace prefix from an element name.
42240
+ *
42241
+ * @private
42242
+ * @static
42243
+ * @param {string} elementName - The element name (may include namespace prefix, e.g., 'op:Properties')
42244
+ * @returns {string} The namespace prefix (e.g., 'op') or empty string if no prefix
42245
+ *
42246
+ * @example
42247
+ * _extractNamespacePrefix('op:Properties') // => 'op'
42248
+ * _extractNamespacePrefix('Properties') // => ''
42249
+ * _extractNamespacePrefix('custom:property') // => 'custom'
42250
+ */
42251
+ static _extractNamespacePrefix(elementName) {
42252
+ if (!elementName || typeof elementName !== "string") return "";
42253
+ const colonIndex = elementName.indexOf(":");
42254
+ return colonIndex > 0 ? elementName.slice(0, colonIndex) : "";
42255
+ }
42238
42256
  /**
42239
42257
  * Generic method to get a stored custom property from docx.
42240
42258
  * Supports both standard and custom namespace prefixes (e.g., 'op:Properties', 'custom:property').
@@ -42333,6 +42351,8 @@ const _SuperConverter = class _SuperConverter2 {
42333
42351
  const properties = customXml.elements?.find((el) => _SuperConverter2._matchesElementName(el.name, "Properties"));
42334
42352
  if (!properties) return null;
42335
42353
  if (!properties.elements) properties.elements = [];
42354
+ const namespacePrefix = _SuperConverter2._extractNamespacePrefix(properties.name);
42355
+ const propertyElementName = namespacePrefix ? `${namespacePrefix}:property` : "property";
42336
42356
  let property2 = properties.elements.find(
42337
42357
  (el) => _SuperConverter2._matchesElementName(el.name, "property") && el.attributes?.name === propertyName
42338
42358
  );
@@ -42349,7 +42369,7 @@ const _SuperConverter = class _SuperConverter2 {
42349
42369
  const pid = existingPids.length > 0 ? Math.max(...existingPids) + 1 : 2;
42350
42370
  property2 = {
42351
42371
  type: "element",
42352
- name: "property",
42372
+ name: propertyElementName,
42353
42373
  attributes: {
42354
42374
  name: propertyName,
42355
42375
  fmtid: "{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",
@@ -42370,6 +42390,10 @@ const _SuperConverter = class _SuperConverter2 {
42370
42390
  };
42371
42391
  properties.elements.push(property2);
42372
42392
  } else {
42393
+ const existingPropertyPrefix = _SuperConverter2._extractNamespacePrefix(property2.name);
42394
+ if (existingPropertyPrefix !== namespacePrefix) {
42395
+ property2.name = propertyElementName;
42396
+ }
42373
42397
  if (!property2.elements?.[0]?.elements?.[0]) {
42374
42398
  console.warn(`Malformed property structure for "${propertyName}", recreating structure`);
42375
42399
  property2.elements = [
@@ -42397,7 +42421,7 @@ const _SuperConverter = class _SuperConverter2 {
42397
42421
  static getStoredSuperdocVersion(docx) {
42398
42422
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42399
42423
  }
42400
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.94") {
42424
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.95") {
42401
42425
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42402
42426
  }
42403
42427
  /**
@@ -59615,7 +59639,7 @@ const isHeadless = (editor) => {
59615
59639
  const shouldSkipNodeView = (editor) => {
59616
59640
  return isHeadless(editor);
59617
59641
  };
59618
- const summaryVersion = "1.0.0-beta.94";
59642
+ const summaryVersion = "1.0.0-beta.95";
59619
59643
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59620
59644
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59621
59645
  function mapAttributes(attrs) {
@@ -60404,7 +60428,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60404
60428
  { default: remarkStringify },
60405
60429
  { default: remarkGfm }
60406
60430
  ] = await Promise.all([
60407
- Promise.resolve().then(() => require("./index-BstIHBcW-6lPNsqaA.cjs")),
60431
+ Promise.resolve().then(() => require("./index-DJD7xO_i-CVT8OSh8.cjs")),
60408
60432
  Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
60409
60433
  Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
60410
60434
  Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
@@ -60609,7 +60633,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60609
60633
  * Process collaboration migrations
60610
60634
  */
60611
60635
  processCollaborationMigrations() {
60612
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.94");
60636
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.95");
60613
60637
  if (!this.options.ydoc) return;
60614
60638
  const metaMap = this.options.ydoc.getMap("meta");
60615
60639
  let docVersion = metaMap.get("version");
@@ -42218,6 +42218,24 @@ const _SuperConverter = class _SuperConverter2 {
42218
42218
  }
42219
42219
  return false;
42220
42220
  }
42221
+ /**
42222
+ * Extracts the namespace prefix from an element name.
42223
+ *
42224
+ * @private
42225
+ * @static
42226
+ * @param {string} elementName - The element name (may include namespace prefix, e.g., 'op:Properties')
42227
+ * @returns {string} The namespace prefix (e.g., 'op') or empty string if no prefix
42228
+ *
42229
+ * @example
42230
+ * _extractNamespacePrefix('op:Properties') // => 'op'
42231
+ * _extractNamespacePrefix('Properties') // => ''
42232
+ * _extractNamespacePrefix('custom:property') // => 'custom'
42233
+ */
42234
+ static _extractNamespacePrefix(elementName) {
42235
+ if (!elementName || typeof elementName !== "string") return "";
42236
+ const colonIndex = elementName.indexOf(":");
42237
+ return colonIndex > 0 ? elementName.slice(0, colonIndex) : "";
42238
+ }
42221
42239
  /**
42222
42240
  * Generic method to get a stored custom property from docx.
42223
42241
  * Supports both standard and custom namespace prefixes (e.g., 'op:Properties', 'custom:property').
@@ -42316,6 +42334,8 @@ const _SuperConverter = class _SuperConverter2 {
42316
42334
  const properties = customXml.elements?.find((el) => _SuperConverter2._matchesElementName(el.name, "Properties"));
42317
42335
  if (!properties) return null;
42318
42336
  if (!properties.elements) properties.elements = [];
42337
+ const namespacePrefix = _SuperConverter2._extractNamespacePrefix(properties.name);
42338
+ const propertyElementName = namespacePrefix ? `${namespacePrefix}:property` : "property";
42319
42339
  let property2 = properties.elements.find(
42320
42340
  (el) => _SuperConverter2._matchesElementName(el.name, "property") && el.attributes?.name === propertyName
42321
42341
  );
@@ -42332,7 +42352,7 @@ const _SuperConverter = class _SuperConverter2 {
42332
42352
  const pid = existingPids.length > 0 ? Math.max(...existingPids) + 1 : 2;
42333
42353
  property2 = {
42334
42354
  type: "element",
42335
- name: "property",
42355
+ name: propertyElementName,
42336
42356
  attributes: {
42337
42357
  name: propertyName,
42338
42358
  fmtid: "{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",
@@ -42353,6 +42373,10 @@ const _SuperConverter = class _SuperConverter2 {
42353
42373
  };
42354
42374
  properties.elements.push(property2);
42355
42375
  } else {
42376
+ const existingPropertyPrefix = _SuperConverter2._extractNamespacePrefix(property2.name);
42377
+ if (existingPropertyPrefix !== namespacePrefix) {
42378
+ property2.name = propertyElementName;
42379
+ }
42356
42380
  if (!property2.elements?.[0]?.elements?.[0]) {
42357
42381
  console.warn(`Malformed property structure for "${propertyName}", recreating structure`);
42358
42382
  property2.elements = [
@@ -42380,7 +42404,7 @@ const _SuperConverter = class _SuperConverter2 {
42380
42404
  static getStoredSuperdocVersion(docx) {
42381
42405
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
42382
42406
  }
42383
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.94") {
42407
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "1.0.0-beta.95") {
42384
42408
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
42385
42409
  }
42386
42410
  /**
@@ -59598,7 +59622,7 @@ const isHeadless = (editor) => {
59598
59622
  const shouldSkipNodeView = (editor) => {
59599
59623
  return isHeadless(editor);
59600
59624
  };
59601
- const summaryVersion = "1.0.0-beta.94";
59625
+ const summaryVersion = "1.0.0-beta.95";
59602
59626
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
59603
59627
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
59604
59628
  function mapAttributes(attrs) {
@@ -60387,7 +60411,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60387
60411
  { default: remarkStringify },
60388
60412
  { default: remarkGfm }
60389
60413
  ] = await Promise.all([
60390
- import("./index-BstIHBcW-BxKvjs-R.es.js"),
60414
+ import("./index-DJD7xO_i-DlZGZmeW.es.js"),
60391
60415
  import("./index-DRCvimau-Cw339678.es.js"),
60392
60416
  import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
60393
60417
  import("./index-D_sWOSiG-DE96TaT5.es.js"),
@@ -60592,7 +60616,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
60592
60616
  * Process collaboration migrations
60593
60617
  */
60594
60618
  processCollaborationMigrations() {
60595
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.94");
60619
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.95");
60596
60620
  if (!this.options.ydoc) return;
60597
60621
  const metaMap = this.options.ydoc.getMap("meta");
60598
60622
  let docVersion = metaMap.get("version");
@@ -1,6 +1,6 @@
1
1
  import { ref, onMounted, onUnmounted, computed, createElementBlock, openBlock, withModifiers, createElementVNode, withDirectives, unref, vModelText, createCommentVNode, nextTick } from "vue";
2
- import { T as TextSelection } from "./chunks/converter-CIgfC-et.js";
3
- import { _ as _export_sfc } from "./chunks/editor-6Tyu_6Nf.js";
2
+ import { T as TextSelection } from "./chunks/converter-CAiO-oW4.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-D5oQ83xJ.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 = {}) {
@@ -42535,6 +42535,24 @@ const _SuperConverter = class _SuperConverter {
42535
42535
  }
42536
42536
  return false;
42537
42537
  }
42538
+ /**
42539
+ * Extracts the namespace prefix from an element name.
42540
+ *
42541
+ * @private
42542
+ * @static
42543
+ * @param {string} elementName - The element name (may include namespace prefix, e.g., 'op:Properties')
42544
+ * @returns {string} The namespace prefix (e.g., 'op') or empty string if no prefix
42545
+ *
42546
+ * @example
42547
+ * _extractNamespacePrefix('op:Properties') // => 'op'
42548
+ * _extractNamespacePrefix('Properties') // => ''
42549
+ * _extractNamespacePrefix('custom:property') // => 'custom'
42550
+ */
42551
+ static _extractNamespacePrefix(elementName) {
42552
+ if (!elementName || typeof elementName !== "string") return "";
42553
+ const colonIndex = elementName.indexOf(":");
42554
+ return colonIndex > 0 ? elementName.slice(0, colonIndex) : "";
42555
+ }
42538
42556
  /**
42539
42557
  * Generic method to get a stored custom property from docx.
42540
42558
  * Supports both standard and custom namespace prefixes (e.g., 'op:Properties', 'custom:property').
@@ -42633,6 +42651,8 @@ const _SuperConverter = class _SuperConverter {
42633
42651
  const properties = customXml.elements?.find((el) => _SuperConverter._matchesElementName(el.name, "Properties"));
42634
42652
  if (!properties) return null;
42635
42653
  if (!properties.elements) properties.elements = [];
42654
+ const namespacePrefix = _SuperConverter._extractNamespacePrefix(properties.name);
42655
+ const propertyElementName = namespacePrefix ? `${namespacePrefix}:property` : "property";
42636
42656
  let property = properties.elements.find(
42637
42657
  (el) => _SuperConverter._matchesElementName(el.name, "property") && el.attributes?.name === propertyName
42638
42658
  );
@@ -42649,7 +42669,7 @@ const _SuperConverter = class _SuperConverter {
42649
42669
  const pid = existingPids.length > 0 ? Math.max(...existingPids) + 1 : 2;
42650
42670
  property = {
42651
42671
  type: "element",
42652
- name: "property",
42672
+ name: propertyElementName,
42653
42673
  attributes: {
42654
42674
  name: propertyName,
42655
42675
  fmtid: "{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",
@@ -42670,6 +42690,10 @@ const _SuperConverter = class _SuperConverter {
42670
42690
  };
42671
42691
  properties.elements.push(property);
42672
42692
  } else {
42693
+ const existingPropertyPrefix = _SuperConverter._extractNamespacePrefix(property.name);
42694
+ if (existingPropertyPrefix !== namespacePrefix) {
42695
+ property.name = propertyElementName;
42696
+ }
42673
42697
  if (!property.elements?.[0]?.elements?.[0]) {
42674
42698
  console.warn(`Malformed property structure for "${propertyName}", recreating structure`);
42675
42699
  property.elements = [
@@ -42697,7 +42721,7 @@ const _SuperConverter = class _SuperConverter {
42697
42721
  static getStoredSuperdocVersion(docx) {
42698
42722
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42699
42723
  }
42700
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.94") {
42724
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.95") {
42701
42725
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42702
42726
  }
42703
42727
  /**
@@ -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-CIgfC-et.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-CAiO-oW4.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 _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, _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, _dragHandlerCleanup, _layoutError, _layoutErrorState, _errorBanner, _errorBannerMessage, _telemetryEmitter, _renderScheduled, _pendingDocChange, _isRerendering, _selectionUpdateScheduled, _remoteCursorUpdateScheduled, _rafHandle, _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, _hoverRegion, _clickCount, _lastClickTime, _lastClickPosition, _lastSelectedImageBlockId, _dragAnchor, _isDragging, _dragExtensionMode, _cellAnchor, _cellDragMode, _remoteCursorState, _remoteCursorElements, _remoteCursorDirty, _remoteCursorOverlay, _localSelectionLayer, _awarenessCleanup, _scrollCleanup, _scrollTimeout, _lastRemoteCursorRenderTime, _remoteCursorThrottleTimeout, _PresentationEditor_instances, collectCommentPositions_fn, aggregateLayoutBounds_fn, safeCleanup_fn, setupEditorListeners_fn, setupCollaborationCursors_fn, updateLocalAwarenessCursor_fn, normalizeAwarenessStates_fn, getFallbackColor_fn, getValidatedColor_fn, scheduleRemoteCursorUpdate_fn, scheduleRemoteCursorReRender_fn, updateRemoteCursors_fn, renderRemoteCursors_fn, renderRemoteCaret_fn, renderRemoteCursorLabel_fn, renderRemoteSelection_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, isWordCharacter_fn, _handlePointerMove, _handlePointerLeave, _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, validateHeaderFooterEditPermission_fn, emitHeaderFooterEditBlocked_fn, resolveDescriptorForRegion_fn, createDefaultHeaderFooter_fn, getPageElement_fn, scrollPageIntoView_fn, computeAnchorMap_fn, waitForPageMount_fn, getBodyPageHeight_fn, getHeaderFooterPageHeight_fn, applyDomCorrectionToRects_fn, renderCellSelectionOverlay_fn, renderSelectionRects_fn, renderHoverRegion_fn, clearHoverRegion_fn, renderCaretOverlay_fn, getHeaderFooterContext_fn, computeHeaderFooterSelectionRects_fn, syncTrackedChangesPreferences_fn, deriveTrackedChangesMode_fn, deriveTrackedChangesEnabled_fn, getTrackChangesPluginState_fn, computeDefaultLayoutDefaults_fn, parseColumns_fn, inchesToPx_fn, applyZoom_fn, createLayoutMetrics_fn, getPageOffsetX_fn, convertPageLocalToOverlayCoords_fn, computeDomCaretPageLocal_fn, normalizeClientPoint_fn, computeCaretLayoutRectGeometry_fn, computeCaretLayoutRect_fn, computeCaretLayoutRectFromDOM_fn, computeTableCaretLayoutRect_fn, findLineContainingPos_fn, lineHeightBeforeIndex_fn, getCurrentPageIndex_fn, findRegionForPage_fn, handleLayoutError_fn, decorateError_fn, showLayoutErrorBanner_fn, dismissErrorBanner_fn, createHiddenHost_fn, _windowRoot, _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, _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$1, 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-CIgfC-et.js";
16
- import { D as DocxZipper } from "./docx-zipper-AQa91HPZ.js";
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$1, 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-CAiO-oW4.js";
16
+ import { D as DocxZipper } from "./docx-zipper-DRP7HhmI.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() {
@@ -13952,7 +13952,7 @@ const isHeadless = (editor) => {
13952
13952
  const shouldSkipNodeView = (editor) => {
13953
13953
  return isHeadless(editor);
13954
13954
  };
13955
- const summaryVersion = "1.0.0-beta.94";
13955
+ const summaryVersion = "1.0.0-beta.95";
13956
13956
  const nodeKeys = ["group", "content", "marks", "inline", "atom", "defining", "code", "tableRole", "summary"];
13957
13957
  const markKeys = ["group", "inclusive", "excludes", "spanning", "code"];
13958
13958
  function mapAttributes(attrs) {
@@ -14744,7 +14744,7 @@ const _Editor = class _Editor extends EventEmitter {
14744
14744
  { default: remarkStringify },
14745
14745
  { default: remarkGfm }
14746
14746
  ] = await Promise.all([
14747
- import("./index-BstIHBcW.js"),
14747
+ import("./index-DJD7xO_i.js"),
14748
14748
  import("./index-DRCvimau.js"),
14749
14749
  import("./index-C_x_N6Uh.js"),
14750
14750
  import("./index-D_sWOSiG.js"),
@@ -14949,7 +14949,7 @@ const _Editor = class _Editor extends EventEmitter {
14949
14949
  * Process collaboration migrations
14950
14950
  */
14951
14951
  processCollaborationMigrations() {
14952
- console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.94");
14952
+ console.debug("[checkVersionMigrations] Current editor version", "1.0.0-beta.95");
14953
14953
  if (!this.options.ydoc) return;
14954
14954
  const metaMap = this.options.ydoc.getMap("meta");
14955
14955
  let docVersion = metaMap.get("version");
@@ -1,4 +1,4 @@
1
- import { aK as getDefaultExportFromCjs } from "./converter-CIgfC-et.js";
1
+ import { aK as getDefaultExportFromCjs } from "./converter-CAiO-oW4.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -1,6 +1,6 @@
1
1
  import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, onMounted, onBeforeUnmount, createVNode, readonly, watch, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
2
- import { p as process$1 } from "./converter-CIgfC-et.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-6Tyu_6Nf.js";
2
+ import { p as process$1 } from "./converter-CAiO-oW4.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-D5oQ83xJ.js";
4
4
  const sanitizeNumber = (value, defaultNumber) => {
5
5
  let sanitized = value.replace(/[^0-9.]/g, "");
6
6
  sanitized = parseFloat(sanitized);
@@ -1,4 +1,4 @@
1
- import { ac } from "./chunks/converter-CIgfC-et.js";
1
+ import { ac } from "./chunks/converter-CAiO-oW4.js";
2
2
  export {
3
3
  ac as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-CIgfC-et.js";
2
- import { D } from "./chunks/docx-zipper-AQa91HPZ.js";
1
+ import "./chunks/converter-CAiO-oW4.js";
2
+ import { D } from "./chunks/docx-zipper-DRP7HhmI.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-6Tyu_6Nf.js";
2
- import "./chunks/converter-CIgfC-et.js";
3
- import "./chunks/docx-zipper-AQa91HPZ.js";
1
+ import { E } from "./chunks/editor-D5oQ83xJ.js";
2
+ import "./chunks/converter-CAiO-oW4.js";
3
+ import "./chunks/docx-zipper-DRP7HhmI.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-AQa91HPZ.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-DRP7HhmI.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -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, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-CIgfC-et.js";
13
- import { ac, i, a9, aQ } from "./chunks/converter-CIgfC-et.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 shouldBypassContextMenu, S as SlashMenuPluginKey, m as generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-6Tyu_6Nf.js";
15
- import { F, I, G, T, B, H, C } from "./chunks/editor-6Tyu_6Nf.js";
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, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-CAiO-oW4.js";
13
+ import { ac, i, a9, aQ } from "./chunks/converter-CAiO-oW4.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 shouldBypassContextMenu, S as SlashMenuPluginKey, m as generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-D5oQ83xJ.js";
15
+ import { F, I, G, T, B, H, C } from "./chunks/editor-D5oQ83xJ.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-yzD6N9Br.js";
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-ax2sbcF_.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-AQa91HPZ.js";
19
+ import { D } from "./chunks/docx-zipper-DRP7HhmI.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-yzD6N9Br.js";
3
- import "./chunks/editor-6Tyu_6Nf.js";
2
+ import { T } from "./chunks/toolbar-ax2sbcF_.js";
3
+ import "./chunks/editor-D5oQ83xJ.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-DXKgM3JR.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DLfNMkAR.cjs");
4
4
  require("./chunks/vue-jWLMl8Ts.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
@@ -1,4 +1,4 @@
1
- import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-C1RjP_IO.es.js";
1
+ import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-L0F8-awY.es.js";
2
2
  import "./chunks/vue-Dysv_7z5.es.js";
3
3
  export {
4
4
  A as AIWriter,
package/dist/superdoc.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-DXKgM3JR.cjs");
4
- const superdoc = require("./chunks/index-DHRt1tCk.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DLfNMkAR.cjs");
4
+ const superdoc = require("./chunks/index-DA6_gKCn.cjs");
5
5
  const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
7
7
  exports.Editor = superEditor_es.Editor;
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-C1RjP_IO.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-JAE9iqTX.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-L0F8-awY.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-D_AIVJix.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,