@harbour-enterprises/superdoc 1.0.0-beta.81 → 1.0.0-beta.83

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-Ctnh2N_O.es.js → PdfViewer-BKSYQF4A.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-BQvWj9WT.cjs → PdfViewer-CHGHNfNo.cjs} +1 -1
  3. package/dist/chunks/{index-C-Pdo0ND.es.js → index-CwqkdTTS.es.js} +3 -3
  4. package/dist/chunks/{index-BbmC10xF.cjs → index-Dh6EUBba.cjs} +3 -3
  5. package/dist/chunks/{index-IjeMBukf-dEWPAX8f.es.js → index-YXzWgyNJ-Tc_oVxxj.es.js} +1 -1
  6. package/dist/chunks/{index-IjeMBukf-BVs_Hga_.cjs → index-YXzWgyNJ-pYe0a6fD.cjs} +1 -1
  7. package/dist/chunks/{super-editor.es-CO8LXugA.es.js → super-editor.es-C3DMEtqC.es.js} +33014 -32287
  8. package/dist/chunks/{super-editor.es-D3uoIURW.cjs → super-editor.es-CmeSTVH2.cjs} +33014 -32287
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-CbcgpI3f.js → converter-BjVEidKj.js} +20 -20
  11. package/dist/super-editor/chunks/{docx-zipper-2XxpGSAi.js → docx-zipper-_rraiG3i.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-y07m2wx4.js → editor-pX9cGnu1.js} +33899 -33035
  13. package/dist/super-editor/chunks/{index-IjeMBukf.js → index-YXzWgyNJ.js} +1 -1
  14. package/dist/super-editor/chunks/{toolbar-ClrfxKAI.js → toolbar-B2ca6SPN.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 +33021 -32294
  26. package/dist/superdoc.umd.js.map +1 -1
  27. package/package.json +1 -1
@@ -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-CbcgpI3f.js";
3
- import { _ as _export_sfc } from "./chunks/editor-y07m2wx4.js";
2
+ import { T as TextSelection } from "./chunks/converter-BjVEidKj.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-pX9cGnu1.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 = {}) {
@@ -42691,7 +42691,7 @@ const _SuperConverter = class _SuperConverter {
42691
42691
  static getStoredSuperdocVersion(docx) {
42692
42692
  return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
42693
42693
  }
42694
- static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.81") {
42694
+ static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-beta.83") {
42695
42695
  return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
42696
42696
  }
42697
42697
  /**
@@ -43423,8 +43423,8 @@ export {
43423
43423
  twipsToLines as a7,
43424
43424
  pixelsToTwips as a8,
43425
43425
  helpers as a9,
43426
- SelectionRange as aA,
43427
- Transform as aB,
43426
+ InputRule as aA,
43427
+ convertSizeToCSS as aB,
43428
43428
  findParentNodeClosestToPos as aC,
43429
43429
  isInTable as aD,
43430
43430
  generateDocxRandomId as aE,
@@ -43449,23 +43449,23 @@ export {
43449
43449
  EditorState as ag,
43450
43450
  isActive as ah,
43451
43451
  unflattenListsInHtml as ai,
43452
- resolveParagraphProperties as aj,
43453
- _getReferencedTableStyles as ak,
43454
- parseSizeUnit as al,
43455
- minMax as am,
43456
- updateDOMAttributes as an,
43457
- findChildren as ao,
43458
- generateRandomSigned32BitIntStrId as ap,
43459
- decodeRPrFromMarks as aq,
43460
- calculateResolvedParagraphProperties as ar,
43461
- resolveRunProperties as as,
43462
- encodeCSSFromPPr as at,
43463
- twipsToPixels as au,
43464
- encodeCSSFromRPr as av,
43465
- generateOrderedListIndex as aw,
43466
- docxNumberingHelpers as ax,
43467
- InputRule as ay,
43468
- convertSizeToCSS as az,
43452
+ SelectionRange as aj,
43453
+ Transform as ak,
43454
+ resolveParagraphProperties as al,
43455
+ _getReferencedTableStyles as am,
43456
+ parseSizeUnit as an,
43457
+ minMax as ao,
43458
+ updateDOMAttributes as ap,
43459
+ findChildren as aq,
43460
+ generateRandomSigned32BitIntStrId as ar,
43461
+ decodeRPrFromMarks as as,
43462
+ calculateResolvedParagraphProperties as at,
43463
+ resolveRunProperties as au,
43464
+ encodeCSSFromPPr as av,
43465
+ twipsToPixels as aw,
43466
+ encodeCSSFromRPr as ax,
43467
+ generateOrderedListIndex as ay,
43468
+ docxNumberingHelpers as az,
43469
43469
  Slice as b,
43470
43470
  DOMParser$1 as c,
43471
43471
  Mark as d,
@@ -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-CbcgpI3f.js";
1
+ import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-BjVEidKj.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
  }