@harbour-enterprises/superdoc 0.18.0-next.1 → 0.18.0-next.2

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.
@@ -1,5 +1,5 @@
1
1
  import { m as defineComponent, B as h, O as Transition, $ as process$1, I as watchEffect, d as computed, r as ref, j as onMounted, W as onUnmounted, c as createElementBlock, o as openBlock, a as createBaseVNode, f as createCommentVNode, v as createVNode, x as unref } from "./vue-CXxsqYcP.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-BDwD6Uex.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-OlqsNrl5.es.js";
3
3
  function self(vars) {
4
4
  const {
5
5
  opacityDisabled,
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("./vue-DWle4Cai.cjs");
4
- const superdoc = require("./index-BDysJRQU.cjs");
4
+ const superdoc = require("./index-D4MPFidQ.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-aOm7eWFU.cjs");
2
+ const superEditor_es = require("./super-editor.es-D0wPEvPh.cjs");
3
3
  const vue = require("./vue-DWle4Cai.cjs");
4
4
  const jszip = require("./jszip-b7l8QkfH.cjs");
5
5
  const blankDocx = require("./blank-docx-CPqX9RF5.cjs");
@@ -17265,7 +17265,7 @@ const _sfc_main = {
17265
17265
  __name: "SuperDoc",
17266
17266
  emits: ["selection-update"],
17267
17267
  setup(__props, { emit: __emit }) {
17268
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-CNZTqGHw.cjs")));
17268
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-D9sb0T1f.cjs")));
17269
17269
  const superdocStore = useSuperdocStore();
17270
17270
  const commentsStore = useCommentsStore();
17271
17271
  const {
@@ -1,4 +1,4 @@
1
- import { q as index$1, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-BoCmoEkp.es.js";
1
+ import { q as index$1, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-D57bZvWs.es.js";
2
2
  import { a0 as effectScope, r as ref, _ as markRaw, $ as process$1, a1 as toRaw, d as computed, a2 as isRef, a3 as isReactive, C as toRef, i as inject, p as getCurrentInstance, l as watch, x as unref, a4 as hasInjectionContext, M as reactive, s as nextTick, a5 as getCurrentScope, a6 as onScopeDispose, a7 as toRefs, g as global$1, J as shallowRef, N as readonly, j as onMounted, k as onBeforeUnmount, h as onBeforeMount, S as onActivated, q as onDeactivated, z as createTextVNode, F as Fragment, Q as Comment, m as defineComponent, D as provide, H as withDirectives, B as h, U as Teleport, R as renderSlot, V as isVNode, I as watchEffect, O as Transition, a8 as TransitionGroup, E as mergeProps, P as vShow, G as cloneVNode, T as Text, c as createElementBlock, o as openBlock, t as toDisplayString, v as createVNode, y as withCtx, a as createBaseVNode, A as normalizeStyle, f as createCommentVNode, u as createBlock, w as withModifiers, n as normalizeClass, a9 as resolveDirective, e as renderList, b as createApp, X as resolveDynamicComponent, aa as defineAsyncComponent } from "./vue-CXxsqYcP.es.js";
3
3
  import { B as Buffer$2 } from "./jszip-B8KIZSNe.es.js";
4
4
  import { B as BlankDOCX } from "./blank-docx-iwdyG9RH.es.js";
@@ -17248,7 +17248,7 @@ const _sfc_main = {
17248
17248
  __name: "SuperDoc",
17249
17249
  emits: ["selection-update"],
17250
17250
  setup(__props, { emit: __emit }) {
17251
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-D5cujgSt.es.js"));
17251
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-C3MhLK2d.es.js"));
17252
17252
  const superdocStore = useSuperdocStore();
17253
17253
  const commentsStore = useCommentsStore();
17254
17254
  const {
@@ -27981,11 +27981,13 @@ function handleImageImport(node2, currentFileName, params2) {
27981
27981
  const targetPath = relAttributes["Target"];
27982
27982
  let path = `word/${targetPath}`;
27983
27983
  if (targetPath.startsWith("/word") || targetPath.startsWith("/media")) path = targetPath.substring(1);
27984
+ const extension = targetPath.substring(targetPath.lastIndexOf(".") + 1);
27984
27985
  return {
27985
27986
  type: "image",
27986
27987
  attrs: {
27987
27988
  src: path,
27988
- alt: docPr?.attributes.name || "Image",
27989
+ alt: ["emf", "wmf"].includes(extension) ? "Unable to render EMF/WMF image" : docPr?.attributes.name || "Image",
27990
+ extension,
27989
27991
  id: docPr?.attributes.id || "",
27990
27992
  title: docPr?.attributes.descr || "Image",
27991
27993
  inline: true,
@@ -28021,7 +28023,7 @@ const handleShapeDrawing = (params2, node2, graphicData) => {
28021
28023
  node2.elements.find((el) => el.name === "wp:docPr");
28022
28024
  const spPr = wsp.elements.find((el) => el.name === "wps:spPr");
28023
28025
  const prstGeom = spPr?.elements.find((el) => el.name === "a:prstGeom");
28024
- if (!!prstGeom && prstGeom.attributes["prst"] === "rect") {
28026
+ if (!!prstGeom && prstGeom.attributes["prst"] === "rect" && !textBoxContent) {
28025
28027
  return getRectangleShape(params2, spPr);
28026
28028
  }
28027
28029
  if (!textBoxContent) {
@@ -56979,13 +56981,16 @@ const Image = Node$1.create({
56979
56981
  isAnchor: { rendered: false },
56980
56982
  simplePos: { rendered: false },
56981
56983
  wrapText: { rendered: false },
56984
+ extension: { rendered: false },
56982
56985
  size: {
56983
56986
  default: {},
56984
- renderDOM: ({ size: size2 }) => {
56987
+ renderDOM: ({ size: size2, extension }) => {
56985
56988
  let style2 = "";
56986
56989
  const { width, height } = size2 ?? {};
56987
56990
  if (width) style2 += `width: ${width}px;`;
56988
- if (height) style2 += "height: auto;";
56991
+ if (height && ["emf", "wmf"].includes(extension))
56992
+ style2 += `height: ${height}px; border: 1px solid black; position: absolute;`;
56993
+ else if (height) style2 += "height: auto;";
56989
56994
  return { style: style2 };
56990
56995
  }
56991
56996
  },
@@ -27964,11 +27964,13 @@ function handleImageImport(node2, currentFileName, params2) {
27964
27964
  const targetPath = relAttributes["Target"];
27965
27965
  let path = `word/${targetPath}`;
27966
27966
  if (targetPath.startsWith("/word") || targetPath.startsWith("/media")) path = targetPath.substring(1);
27967
+ const extension = targetPath.substring(targetPath.lastIndexOf(".") + 1);
27967
27968
  return {
27968
27969
  type: "image",
27969
27970
  attrs: {
27970
27971
  src: path,
27971
- alt: docPr?.attributes.name || "Image",
27972
+ alt: ["emf", "wmf"].includes(extension) ? "Unable to render EMF/WMF image" : docPr?.attributes.name || "Image",
27973
+ extension,
27972
27974
  id: docPr?.attributes.id || "",
27973
27975
  title: docPr?.attributes.descr || "Image",
27974
27976
  inline: true,
@@ -28004,7 +28006,7 @@ const handleShapeDrawing = (params2, node2, graphicData) => {
28004
28006
  node2.elements.find((el) => el.name === "wp:docPr");
28005
28007
  const spPr = wsp.elements.find((el) => el.name === "wps:spPr");
28006
28008
  const prstGeom = spPr?.elements.find((el) => el.name === "a:prstGeom");
28007
- if (!!prstGeom && prstGeom.attributes["prst"] === "rect") {
28009
+ if (!!prstGeom && prstGeom.attributes["prst"] === "rect" && !textBoxContent) {
28008
28010
  return getRectangleShape(params2, spPr);
28009
28011
  }
28010
28012
  if (!textBoxContent) {
@@ -56962,13 +56964,16 @@ const Image = Node$1.create({
56962
56964
  isAnchor: { rendered: false },
56963
56965
  simplePos: { rendered: false },
56964
56966
  wrapText: { rendered: false },
56967
+ extension: { rendered: false },
56965
56968
  size: {
56966
56969
  default: {},
56967
- renderDOM: ({ size: size2 }) => {
56970
+ renderDOM: ({ size: size2, extension }) => {
56968
56971
  let style2 = "";
56969
56972
  const { width, height } = size2 ?? {};
56970
56973
  if (width) style2 += `width: ${width}px;`;
56971
- if (height) style2 += "height: auto;";
56974
+ if (height && ["emf", "wmf"].includes(extension))
56975
+ style2 += `height: ${height}px; border: 1px solid black; position: absolute;`;
56976
+ else if (height) style2 += "height: auto;";
56972
56977
  return { style: style2 };
56973
56978
  }
56974
56979
  },
@@ -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-DvdFP4MZ.js";
3
- import { _ as _export_sfc } from "./chunks/editor-CeWNMKjc.js";
2
+ import { T as TextSelection } from "./chunks/converter-DdzGurMJ.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-Dlzi1Ni6.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 = {}) {
@@ -27971,11 +27971,13 @@ function handleImageImport(node2, currentFileName, params) {
27971
27971
  const targetPath = relAttributes["Target"];
27972
27972
  let path = `word/${targetPath}`;
27973
27973
  if (targetPath.startsWith("/word") || targetPath.startsWith("/media")) path = targetPath.substring(1);
27974
+ const extension = targetPath.substring(targetPath.lastIndexOf(".") + 1);
27974
27975
  return {
27975
27976
  type: "image",
27976
27977
  attrs: {
27977
27978
  src: path,
27978
- alt: docPr?.attributes.name || "Image",
27979
+ alt: ["emf", "wmf"].includes(extension) ? "Unable to render EMF/WMF image" : docPr?.attributes.name || "Image",
27980
+ extension,
27979
27981
  id: docPr?.attributes.id || "",
27980
27982
  title: docPr?.attributes.descr || "Image",
27981
27983
  inline: true,
@@ -28011,7 +28013,7 @@ const handleShapeDrawing = (params, node2, graphicData) => {
28011
28013
  node2.elements.find((el) => el.name === "wp:docPr");
28012
28014
  const spPr = wsp.elements.find((el) => el.name === "wps:spPr");
28013
28015
  const prstGeom = spPr?.elements.find((el) => el.name === "a:prstGeom");
28014
- if (!!prstGeom && prstGeom.attributes["prst"] === "rect") {
28016
+ if (!!prstGeom && prstGeom.attributes["prst"] === "rect" && !textBoxContent) {
28015
28017
  return getRectangleShape(params, spPr);
28016
28018
  }
28017
28019
  if (!textBoxContent) {
@@ -1,4 +1,4 @@
1
- import { H as process$1, av as commonjsGlobal, I as Buffer, aw as getDefaultExportFromCjs, ax as getContentTypesFromXml, ay as xmljs } from "./converter-DvdFP4MZ.js";
1
+ import { H as process$1, av as commonjsGlobal, I as Buffer, aw as getDefaultExportFromCjs, ax as getContentTypesFromXml, ay as xmljs } from "./converter-DdzGurMJ.js";
2
2
  function commonjsRequire(path) {
3
3
  throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
4
4
  }
@@ -12,9 +12,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
12
12
  var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, insertNewFileData_fn, registerPluginByNameIfNotExists_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initPagination_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _ListItemNodeView_instances, init_fn2, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn, _DocumentSectionView_instances, init_fn3, addToolTip_fn;
13
13
  import * as Y from "yjs";
14
14
  import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
15
- import { P as PluginKey, a as Plugin, M as Mapping, c as callOrGet, g as getExtensionConfigField, b as getMarkType, d as getMarksFromSelection, e as getNodeType, f as getSchemaTypeNameByName, S as Schema$1, h as cleanSchemaItem, T as TextSelection, N as NodeSelection, i as canSplit, j as defaultBlockAt$1, l as liftTarget, A as AllSelection, k as canJoin, m as joinPoint, n as Selection, r as replaceStep$1, o as Slice, F as Fragment, R as ReplaceAroundStep$1, p as isTextSelection, q as getMarkRange, s as isMarkActive, t as isNodeActive, u as deleteProps, D as DOMParser$1, v as ReplaceStep, w as NodeRange, x as findWrapping, L as ListHelpers, y as findParentNode, z as isMacOS, B as isIOS, C as DOMSerializer, E as Mark$1, G as dropPoint, H as process$1, I as Buffer2, J as getSchemaTypeByName, K as inputRulesPlugin, O as TrackDeleteMarkName, Q as TrackInsertMarkName, U as v4, V as TrackFormatMarkName, W as comments_module_events, X as findMark, Y as objectIncludes, Z as AddMarkStep, _ as RemoveMarkStep, $ as twipsToLines, a0 as pixelsToTwips, a1 as helpers, a2 as posToDOMRect, a3 as CommandService, a4 as SuperConverter, a5 as createDocument, a6 as createDocFromMarkdown, a7 as createDocFromHTML, a8 as EditorState, a9 as hasSomeParentWithClass, aa as isActive, ab as unflattenListsInHtml, ac as parseSizeUnit, ad as minMax, ae as getLineHeightValueString, af as InputRule, ag as kebabCase, ah as findParentNodeClosestToPos, ai as getListItemStyleDefinitions, aj as docxNumberigHelpers, ak as parseIndentElement, al as combineIndents, am as StepMap, an as getColStyleDeclaration, ao as SelectionRange, ap as Transform, aq as isInTable$1, ar as createColGroup, as as generateDocxRandomId, at as insertNewRelationship, au as htmlHandler } from "./converter-DvdFP4MZ.js";
15
+ import { P as PluginKey, a as Plugin, M as Mapping, c as callOrGet, g as getExtensionConfigField, b as getMarkType, d as getMarksFromSelection, e as getNodeType, f as getSchemaTypeNameByName, S as Schema$1, h as cleanSchemaItem, T as TextSelection, N as NodeSelection, i as canSplit, j as defaultBlockAt$1, l as liftTarget, A as AllSelection, k as canJoin, m as joinPoint, n as Selection, r as replaceStep$1, o as Slice, F as Fragment, R as ReplaceAroundStep$1, p as isTextSelection, q as getMarkRange, s as isMarkActive, t as isNodeActive, u as deleteProps, D as DOMParser$1, v as ReplaceStep, w as NodeRange, x as findWrapping, L as ListHelpers, y as findParentNode, z as isMacOS, B as isIOS, C as DOMSerializer, E as Mark$1, G as dropPoint, H as process$1, I as Buffer2, J as getSchemaTypeByName, K as inputRulesPlugin, O as TrackDeleteMarkName, Q as TrackInsertMarkName, U as v4, V as TrackFormatMarkName, W as comments_module_events, X as findMark, Y as objectIncludes, Z as AddMarkStep, _ as RemoveMarkStep, $ as twipsToLines, a0 as pixelsToTwips, a1 as helpers, a2 as posToDOMRect, a3 as CommandService, a4 as SuperConverter, a5 as createDocument, a6 as createDocFromMarkdown, a7 as createDocFromHTML, a8 as EditorState, a9 as hasSomeParentWithClass, aa as isActive, ab as unflattenListsInHtml, ac as parseSizeUnit, ad as minMax, ae as getLineHeightValueString, af as InputRule, ag as kebabCase, ah as findParentNodeClosestToPos, ai as getListItemStyleDefinitions, aj as docxNumberigHelpers, ak as parseIndentElement, al as combineIndents, am as StepMap, an as getColStyleDeclaration, ao as SelectionRange, ap as Transform, aq as isInTable$1, ar as createColGroup, as as generateDocxRandomId, at as insertNewRelationship, au as htmlHandler } from "./converter-DdzGurMJ.js";
16
16
  import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
17
- import { D as DocxZipper } from "./docx-zipper-CxFpxZUz.js";
17
+ import { D as DocxZipper } from "./docx-zipper-Bjul2JVv.js";
18
18
  var GOOD_LEAF_SIZE = 200;
19
19
  var RopeSequence = function RopeSequence2() {
20
20
  };
@@ -23744,13 +23744,16 @@ const Image = Node$1.create({
23744
23744
  isAnchor: { rendered: false },
23745
23745
  simplePos: { rendered: false },
23746
23746
  wrapText: { rendered: false },
23747
+ extension: { rendered: false },
23747
23748
  size: {
23748
23749
  default: {},
23749
- renderDOM: ({ size }) => {
23750
+ renderDOM: ({ size, extension }) => {
23750
23751
  let style = "";
23751
23752
  const { width, height } = size ?? {};
23752
23753
  if (width) style += `width: ${width}px;`;
23753
- if (height) style += "height: auto;";
23754
+ if (height && ["emf", "wmf"].includes(extension))
23755
+ style += `height: ${height}px; border: 1px solid black; position: absolute;`;
23756
+ else if (height) style += "height: auto;";
23754
23757
  return { style };
23755
23758
  }
23756
23759
  },
@@ -1,6 +1,6 @@
1
1
  import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
2
- import { H as process$1 } from "./converter-DvdFP4MZ.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-CeWNMKjc.js";
2
+ import { H as process$1 } from "./converter-DdzGurMJ.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-Dlzi1Ni6.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 { a4 } from "./chunks/converter-DvdFP4MZ.js";
1
+ import { a4 } from "./chunks/converter-DdzGurMJ.js";
2
2
  export {
3
3
  a4 as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-DvdFP4MZ.js";
2
- import { D } from "./chunks/docx-zipper-CxFpxZUz.js";
1
+ import "./chunks/converter-DdzGurMJ.js";
2
+ import { D } from "./chunks/docx-zipper-Bjul2JVv.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-CeWNMKjc.js";
2
- import "./chunks/converter-DvdFP4MZ.js";
3
- import "./chunks/docx-zipper-CxFpxZUz.js";
1
+ import { E } from "./chunks/editor-Dlzi1Ni6.js";
2
+ import "./chunks/converter-DdzGurMJ.js";
3
+ import "./chunks/docx-zipper-Bjul2JVv.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-CxFpxZUz.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-Bjul2JVv.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 _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, runCommandWithArgumentOnly_fn;
12
- import { aw as getDefaultExportFromCjs, U as v4, T as TextSelection$1, q as getMarkRange, az as vClickOutside, y as findParentNode, aA as getActiveFormatting, aq as isInTable, aB as readFromClipboard, aC as handleClipboardPaste, aD as getFileObject, aE as translator, aF as translator$1, a as Plugin } from "./chunks/converter-DvdFP4MZ.js";
13
- import { aG, a4, d, a1 } from "./chunks/converter-DvdFP4MZ.js";
14
- import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-CeWNMKjc.js";
15
- import { k, C, l, T, i, m, j } from "./chunks/editor-CeWNMKjc.js";
12
+ import { aw as getDefaultExportFromCjs, U as v4, T as TextSelection$1, q as getMarkRange, az as vClickOutside, y as findParentNode, aA as getActiveFormatting, aq as isInTable, aB as readFromClipboard, aC as handleClipboardPaste, aD as getFileObject, aE as translator, aF as translator$1, a as Plugin } from "./chunks/converter-DdzGurMJ.js";
13
+ import { aG, a4, d, a1 } from "./chunks/converter-DdzGurMJ.js";
14
+ import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-Dlzi1Ni6.js";
15
+ import { k, C, l, T, i, m, j } from "./chunks/editor-Dlzi1Ni6.js";
16
16
  import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
17
- import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-Di2oAvyr.js";
17
+ import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-DIRJurpK.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-CxFpxZUz.js";
19
+ import { D } from "./chunks/docx-zipper-Bjul2JVv.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-Di2oAvyr.js";
3
- import "./chunks/editor-CeWNMKjc.js";
2
+ import { T } from "./chunks/toolbar-DIRJurpK.js";
3
+ import "./chunks/editor-Dlzi1Ni6.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-aOm7eWFU.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-D0wPEvPh.cjs");
4
4
  require("./chunks/vue-DWle4Cai.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, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-BoCmoEkp.es.js";
1
+ import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-D57bZvWs.es.js";
2
2
  import "./chunks/vue-CXxsqYcP.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-aOm7eWFU.cjs");
4
- const superdoc = require("./chunks/index-BDysJRQU.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-D0wPEvPh.cjs");
4
+ const superdoc = require("./chunks/index-D4MPFidQ.cjs");
5
5
  require("./chunks/vue-DWle4Cai.cjs");
6
6
  require("./chunks/jszip-b7l8QkfH.cjs");
7
7
  const blankDocx = require("./chunks/blank-docx-CPqX9RF5.cjs");
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BoCmoEkp.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-BDwD6Uex.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-D57bZvWs.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-OlqsNrl5.es.js";
3
3
  import "./chunks/vue-CXxsqYcP.es.js";
4
4
  import "./chunks/jszip-B8KIZSNe.es.js";
5
5
  import { B } from "./chunks/blank-docx-iwdyG9RH.es.js";
@@ -35706,11 +35706,13 @@ Please report this to https://github.com/markedjs/marked.`, e) {
35706
35706
  const targetPath = relAttributes["Target"];
35707
35707
  let path = `word/${targetPath}`;
35708
35708
  if (targetPath.startsWith("/word") || targetPath.startsWith("/media")) path = targetPath.substring(1);
35709
+ const extension = targetPath.substring(targetPath.lastIndexOf(".") + 1);
35709
35710
  return {
35710
35711
  type: "image",
35711
35712
  attrs: {
35712
35713
  src: path,
35713
- alt: docPr?.attributes.name || "Image",
35714
+ alt: ["emf", "wmf"].includes(extension) ? "Unable to render EMF/WMF image" : docPr?.attributes.name || "Image",
35715
+ extension,
35714
35716
  id: docPr?.attributes.id || "",
35715
35717
  title: docPr?.attributes.descr || "Image",
35716
35718
  inline: true,
@@ -35746,7 +35748,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
35746
35748
  node2.elements.find((el) => el.name === "wp:docPr");
35747
35749
  const spPr = wsp.elements.find((el) => el.name === "wps:spPr");
35748
35750
  const prstGeom = spPr?.elements.find((el) => el.name === "a:prstGeom");
35749
- if (!!prstGeom && prstGeom.attributes["prst"] === "rect") {
35751
+ if (!!prstGeom && prstGeom.attributes["prst"] === "rect" && !textBoxContent) {
35750
35752
  return getRectangleShape(params2, spPr);
35751
35753
  }
35752
35754
  if (!textBoxContent) {
@@ -64677,13 +64679,16 @@ Please report this to https://github.com/markedjs/marked.`, e) {
64677
64679
  isAnchor: { rendered: false },
64678
64680
  simplePos: { rendered: false },
64679
64681
  wrapText: { rendered: false },
64682
+ extension: { rendered: false },
64680
64683
  size: {
64681
64684
  default: {},
64682
- renderDOM: ({ size: size2 }) => {
64685
+ renderDOM: ({ size: size2, extension }) => {
64683
64686
  let style2 = "";
64684
64687
  const { width, height } = size2 ?? {};
64685
64688
  if (width) style2 += `width: ${width}px;`;
64686
- if (height) style2 += "height: auto;";
64689
+ if (height && ["emf", "wmf"].includes(extension))
64690
+ style2 += `height: ${height}px; border: 1px solid black; position: absolute;`;
64691
+ else if (height) style2 += "height: auto;";
64687
64692
  return { style: style2 };
64688
64693
  }
64689
64694
  },