@harbour-enterprises/superdoc 0.18.0-next.8 → 0.18.0-next.9

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-B4iJqRzO.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-BN78x3pO.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-DHYO80_n.cjs");
4
+ const superdoc = require("./index-CJZL4fJB.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -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-CW3H3ZkZ.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-wdh3sSj4.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-bV0Nu1AE.es.js"));
17251
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-BJhrCot5.es.js"));
17252
17252
  const superdocStore = useSuperdocStore();
17253
17253
  const commentsStore = useCommentsStore();
17254
17254
  const {
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-CLOaeb5i.cjs");
2
+ const superEditor_es = require("./super-editor.es-By4UqJbm.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-B6aQ9Btm.cjs")));
17268
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-Dq63yg58.cjs")));
17269
17269
  const superdocStore = useSuperdocStore();
17270
17270
  const commentsStore = useCommentsStore();
17271
17271
  const {
@@ -23007,17 +23007,22 @@ const changeNumIdSameAbstract = (numId, level, listType, editor) => {
23007
23007
  const { abstract } = ListHelpers.getListDefinitionDetails({ numId, level, listType, editor });
23008
23008
  const numbering = editor.converter.numbering;
23009
23009
  const newNumbering = { ...numbering };
23010
+ if (!abstract) {
23011
+ ListHelpers.generateNewListDefinition({ numId: newId, listType, editor });
23012
+ return newId;
23013
+ }
23010
23014
  const newAbstractId = getNewListId(editor, "abstracts");
23011
23015
  const newAbstractDef = {
23012
23016
  ...abstract,
23013
23017
  attributes: {
23014
- ...abstract.attributes,
23018
+ ...abstract.attributes || {},
23015
23019
  "w:abstractNumId": String(newAbstractId)
23016
23020
  }
23017
23021
  };
23018
23022
  newNumbering.abstracts[newAbstractId] = newAbstractDef;
23019
23023
  const newNumDef = getBasicNumIdTag(newId, newAbstractId);
23020
23024
  newNumbering.definitions[newId] = newNumDef;
23025
+ editor.converter.numbering = newNumbering;
23021
23026
  return newId;
23022
23027
  };
23023
23028
  const getBasicNumIdTag = (numId, abstractId) => {
@@ -22990,17 +22990,22 @@ const changeNumIdSameAbstract = (numId, level, listType, editor) => {
22990
22990
  const { abstract } = ListHelpers.getListDefinitionDetails({ numId, level, listType, editor });
22991
22991
  const numbering = editor.converter.numbering;
22992
22992
  const newNumbering = { ...numbering };
22993
+ if (!abstract) {
22994
+ ListHelpers.generateNewListDefinition({ numId: newId, listType, editor });
22995
+ return newId;
22996
+ }
22993
22997
  const newAbstractId = getNewListId(editor, "abstracts");
22994
22998
  const newAbstractDef = {
22995
22999
  ...abstract,
22996
23000
  attributes: {
22997
- ...abstract.attributes,
23001
+ ...abstract.attributes || {},
22998
23002
  "w:abstractNumId": String(newAbstractId)
22999
23003
  }
23000
23004
  };
23001
23005
  newNumbering.abstracts[newAbstractId] = newAbstractDef;
23002
23006
  const newNumDef = getBasicNumIdTag(newId, newAbstractId);
23003
23007
  newNumbering.definitions[newId] = newNumDef;
23008
+ editor.converter.numbering = newNumbering;
23004
23009
  return newId;
23005
23010
  };
23006
23011
  const getBasicNumIdTag = (numId, abstractId) => {
@@ -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-w8KtZzlN.js";
3
- import { _ as _export_sfc } from "./chunks/editor-C2iCXpca.js";
2
+ import { T as TextSelection } from "./chunks/converter-B1DscbBQ.js";
3
+ import { _ as _export_sfc } from "./chunks/editor-BbzNzl_2.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 = {}) {
@@ -22988,17 +22988,22 @@ const changeNumIdSameAbstract = (numId, level, listType, editor) => {
22988
22988
  const { abstract } = ListHelpers.getListDefinitionDetails({ numId, level, listType, editor });
22989
22989
  const numbering = editor.converter.numbering;
22990
22990
  const newNumbering = { ...numbering };
22991
+ if (!abstract) {
22992
+ ListHelpers.generateNewListDefinition({ numId: newId, listType, editor });
22993
+ return newId;
22994
+ }
22991
22995
  const newAbstractId = getNewListId(editor, "abstracts");
22992
22996
  const newAbstractDef = {
22993
22997
  ...abstract,
22994
22998
  attributes: {
22995
- ...abstract.attributes,
22999
+ ...abstract.attributes || {},
22996
23000
  "w:abstractNumId": String(newAbstractId)
22997
23001
  }
22998
23002
  };
22999
23003
  newNumbering.abstracts[newAbstractId] = newAbstractDef;
23000
23004
  const newNumDef = getBasicNumIdTag(newId, newAbstractId);
23001
23005
  newNumbering.definitions[newId] = newNumDef;
23006
+ editor.converter.numbering = newNumbering;
23002
23007
  return newId;
23003
23008
  };
23004
23009
  const getBasicNumIdTag = (numId, abstractId) => {
@@ -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-w8KtZzlN.js";
1
+ import { H as process$1, av as commonjsGlobal, I as Buffer, aw as getDefaultExportFromCjs, ax as getContentTypesFromXml, ay as xmljs } from "./converter-B1DscbBQ.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-w8KtZzlN.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-B1DscbBQ.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-HBvnt_-z.js";
17
+ import { D as DocxZipper } from "./docx-zipper-X8EwoXbC.js";
18
18
  var GOOD_LEAF_SIZE = 200;
19
19
  var RopeSequence = function RopeSequence2() {
20
20
  };
@@ -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-w8KtZzlN.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-C2iCXpca.js";
2
+ import { H as process$1 } from "./converter-B1DscbBQ.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-BbzNzl_2.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-w8KtZzlN.js";
1
+ import { a4 } from "./chunks/converter-B1DscbBQ.js";
2
2
  import "vue";
3
3
  export {
4
4
  a4 as SuperConverter
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-w8KtZzlN.js";
2
- import { D } from "./chunks/docx-zipper-HBvnt_-z.js";
1
+ import "./chunks/converter-B1DscbBQ.js";
2
+ import { D } from "./chunks/docx-zipper-X8EwoXbC.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-C2iCXpca.js";
2
- import "./chunks/converter-w8KtZzlN.js";
3
- import "./chunks/docx-zipper-HBvnt_-z.js";
1
+ import { E } from "./chunks/editor-BbzNzl_2.js";
2
+ import "./chunks/converter-B1DscbBQ.js";
3
+ import "./chunks/docx-zipper-X8EwoXbC.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-HBvnt_-z.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-X8EwoXbC.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, aG as translator$2, a as Plugin } from "./chunks/converter-w8KtZzlN.js";
13
- import { aH, a4, d, a1 } from "./chunks/converter-w8KtZzlN.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-C2iCXpca.js";
15
- import { k, C, l, T, i, m, j } from "./chunks/editor-C2iCXpca.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, aG as translator$2, a as Plugin } from "./chunks/converter-B1DscbBQ.js";
13
+ import { aH, a4, d, a1 } from "./chunks/converter-B1DscbBQ.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-BbzNzl_2.js";
15
+ import { k, C, l, T, i, m, j } from "./chunks/editor-BbzNzl_2.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-BYNEDGz5.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-NTW8zQ0r.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-HBvnt_-z.js";
19
+ import { D } from "./chunks/docx-zipper-X8EwoXbC.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-BYNEDGz5.js";
3
- import "./chunks/editor-C2iCXpca.js";
2
+ import { T } from "./chunks/toolbar-NTW8zQ0r.js";
3
+ import "./chunks/editor-BbzNzl_2.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-CLOaeb5i.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-By4UqJbm.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-CW3H3ZkZ.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-wdh3sSj4.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-CLOaeb5i.cjs");
4
- const superdoc = require("./chunks/index-DHYO80_n.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-By4UqJbm.cjs");
4
+ const superdoc = require("./chunks/index-CJZL4fJB.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-CW3H3ZkZ.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-B4iJqRzO.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-wdh3sSj4.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-BN78x3pO.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";
@@ -30732,17 +30732,22 @@ Please report this to https://github.com/markedjs/marked.`, e) {
30732
30732
  const { abstract } = ListHelpers.getListDefinitionDetails({ numId, level, listType, editor });
30733
30733
  const numbering = editor.converter.numbering;
30734
30734
  const newNumbering = { ...numbering };
30735
+ if (!abstract) {
30736
+ ListHelpers.generateNewListDefinition({ numId: newId, listType, editor });
30737
+ return newId;
30738
+ }
30735
30739
  const newAbstractId = getNewListId(editor, "abstracts");
30736
30740
  const newAbstractDef = {
30737
30741
  ...abstract,
30738
30742
  attributes: {
30739
- ...abstract.attributes,
30743
+ ...abstract.attributes || {},
30740
30744
  "w:abstractNumId": String(newAbstractId)
30741
30745
  }
30742
30746
  };
30743
30747
  newNumbering.abstracts[newAbstractId] = newAbstractDef;
30744
30748
  const newNumDef = getBasicNumIdTag(newId, newAbstractId);
30745
30749
  newNumbering.definitions[newId] = newNumDef;
30750
+ editor.converter.numbering = newNumbering;
30746
30751
  return newId;
30747
30752
  };
30748
30753
  const getBasicNumIdTag = (numId, abstractId) => {