@harbour-enterprises/superdoc 0.21.0-RC1 → 0.21.0-RC2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{PdfViewer-DK1etjvu.es.js → PdfViewer-CbGuPQY8.es.js} +1 -1
- package/dist/chunks/{PdfViewer-BdrjIRpr.cjs → PdfViewer-DGbJ8_qc.cjs} +1 -1
- package/dist/chunks/{index-C_zTr1ZR.cjs → index-ecl0ZFNw.cjs} +3 -3
- package/dist/chunks/{index-ucP9WQ5I.es.js → index-qjntJEk0.es.js} +3 -3
- package/dist/chunks/{super-editor.es-KKA9G1l1.es.js → super-editor.es-BF_Xaucb.es.js} +8807 -7196
- package/dist/chunks/{super-editor.es-XC168Mlw.cjs → super-editor.es-CS5l-cVZ.cjs} +8807 -7196
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/style.css +38 -0
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-B61ZUb-V.js → converter-DUqGq6qj.js} +6317 -5380
- package/dist/super-editor/chunks/{docx-zipper-B8nhsVFW.js → docx-zipper-CQsQR8Zs.js} +2 -2
- package/dist/super-editor/chunks/{editor-CQ0o4v54.js → editor-gMF6aWiz.js} +2064 -1439
- package/dist/super-editor/chunks/{toolbar-DWzoslZk.js → toolbar-BxsT1ZgG.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/src/components/toolbar/format-negation.d.ts +5 -0
- package/dist/super-editor/src/core/commands/toggleMarkCascade.d.ts +1 -0
- package/dist/super-editor/src/core/commands/types/index.d.ts +29 -1
- package/dist/super-editor/src/core/helpers/index.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/updateDOMAttributes.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/exporter.d.ts +15 -1
- package/dist/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/helpers.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +1 -1
- package/dist/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +0 -22
- package/dist/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/index.d.ts +2 -24
- package/dist/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +10 -3
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +1 -1
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +11 -11
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +28 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +1 -1
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +18 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +11 -1
- package/dist/super-editor/src/extensions/block-node/block-node.d.ts +30 -5
- package/dist/super-editor/src/extensions/bold/bold.d.ts +20 -0
- package/dist/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +6 -0
- package/dist/super-editor/src/extensions/bookmarks/index.d.ts +2 -1
- package/dist/super-editor/src/extensions/bullet-list/bullet-list.d.ts +12 -0
- package/dist/super-editor/src/extensions/color/color.d.ts +26 -0
- package/dist/super-editor/src/extensions/content-block/content-block.d.ts +30 -0
- package/dist/super-editor/src/extensions/custom-selection/custom-selection.d.ts +16 -0
- package/dist/super-editor/src/extensions/document/document.d.ts +26 -0
- package/dist/super-editor/src/extensions/dropcursor/dropcursor.d.ts +26 -0
- package/dist/super-editor/src/extensions/font-family/font-family.d.ts +29 -0
- package/dist/super-editor/src/extensions/font-size/font-size.d.ts +21 -0
- package/dist/super-editor/src/extensions/format-commands/format-commands.d.ts +9 -0
- package/dist/super-editor/src/extensions/gapcursor/gapcursor.d.ts +9 -0
- package/dist/super-editor/src/extensions/heading/heading.d.ts +12 -6
- package/dist/super-editor/src/extensions/highlight/highlight.d.ts +20 -0
- package/dist/super-editor/src/extensions/history/history.d.ts +7 -15
- package/dist/super-editor/src/extensions/image/image.d.ts +78 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +3 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +1 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +2 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +11 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/index.d.ts +3 -1
- package/dist/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +2 -2
- package/dist/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +4 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +18 -23
- package/dist/super-editor/src/extensions/index.d.ts +2 -1
- package/dist/super-editor/src/extensions/italic/italic.d.ts +10 -0
- package/dist/super-editor/src/extensions/line-break/line-break.d.ts +43 -0
- package/dist/super-editor/src/extensions/line-height/line-height.d.ts +22 -0
- package/dist/super-editor/src/extensions/link/link.d.ts +53 -25
- package/dist/super-editor/src/extensions/linked-styles/linked-styles.d.ts +9 -0
- package/dist/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +62 -0
- package/dist/super-editor/src/extensions/list-item/list-item.d.ts +48 -0
- package/dist/super-editor/src/extensions/mention/mention.d.ts +26 -0
- package/dist/super-editor/src/extensions/noderesizer/noderesizer.d.ts +14 -0
- package/dist/super-editor/src/extensions/ordered-list/ordered-list.d.ts +35 -0
- package/dist/super-editor/src/extensions/page-number/page-number.d.ts +52 -0
- package/dist/super-editor/src/extensions/paragraph/paragraph.d.ts +49 -0
- package/dist/super-editor/src/extensions/placeholder/placeholder.d.ts +15 -0
- package/dist/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +9 -0
- package/dist/super-editor/src/extensions/run/commands/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/run/commands/split-run.d.ts +1 -0
- package/dist/super-editor/src/extensions/run/run.d.ts +4 -4
- package/dist/super-editor/src/extensions/run-item/run-item.d.ts +24 -0
- package/dist/super-editor/src/extensions/search/search.d.ts +11 -2
- package/dist/super-editor/src/extensions/shape-container/shape-container.d.ts +29 -0
- package/dist/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +26 -0
- package/dist/super-editor/src/extensions/slash-menu/slash-menu.d.ts +9 -0
- package/dist/super-editor/src/extensions/strike/strike.d.ts +10 -0
- package/dist/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +9 -0
- package/dist/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +9 -0
- package/dist/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +24 -0
- package/dist/super-editor/src/extensions/structured-content/document-section.d.ts +46 -27
- package/dist/super-editor/src/extensions/structured-content/structured-content-block.d.ts +29 -1
- package/dist/super-editor/src/extensions/structured-content/structured-content.d.ts +29 -1
- package/dist/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +12 -0
- package/dist/super-editor/src/extensions/tab/tab.d.ts +29 -0
- package/dist/super-editor/src/extensions/table/table.d.ts +376 -55
- package/dist/super-editor/src/extensions/table-cell/table-cell.d.ts +41 -0
- package/dist/super-editor/src/extensions/table-header/table-header.d.ts +22 -0
- package/dist/super-editor/src/extensions/table-row/table-row.d.ts +28 -0
- package/dist/super-editor/src/extensions/text/text.d.ts +14 -0
- package/dist/super-editor/src/extensions/text-align/text-align.d.ts +22 -0
- package/dist/super-editor/src/extensions/text-indent/text-indent.d.ts +19 -10
- package/dist/super-editor/src/extensions/text-style/text-style.d.ts +20 -0
- package/dist/super-editor/src/extensions/text-transform/text-transform.d.ts +20 -0
- package/dist/super-editor/src/extensions/underline/underline.d.ts +25 -0
- package/dist/super-editor/src/tests/helpers/editor-test-utils.d.ts +14 -0
- package/dist/super-editor/src/tests/helpers/getParagraphText.d.ts +2 -0
- package/dist/super-editor/style.css +38 -0
- package/dist/super-editor/super-editor.es.js +126 -73
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +9435 -7824
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/super-editor/src/extensions/image/imageHelpers/imagePlaceholderPlugin.d.ts +0 -5
- /package/dist/super-editor/src/extensions/bookmarks/{bookmarks.d.ts → bookmark-start.d.ts} +0 -0
|
@@ -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 {
|
|
13
|
-
import {
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener,
|
|
15
|
-
import {
|
|
12
|
+
import { av as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, ay as vClickOutside, H as findParentNode, az as getActiveFormatting, ap as isInTable, aA as readFromClipboard, aB as handleClipboardPaste, aC as getFileObject, aD as runPropertyTranslators, aE as translator, aF as translator$1, aG as translator$2, aH as translator$3, aI as translator$4, aJ as translator$5, aK as translator$6, aL as translator$7, aM as translator$8, aN as translator$9, aO as translator$a, aP as translator$b, aQ as translator$c, aR as translator$d, aS as translator$e, aT as translator$f, aU as translator$g, aV as translator$h, aW as translator$i, aX as translator$j, aY as translator$k, aZ as translator$l, a_ as translator$m, a$ as translator$n, b0 as translator$o, b1 as translator$p, a as Plugin } from "./chunks/converter-DUqGq6qj.js";
|
|
13
|
+
import { b2, a5, i, a2 } from "./chunks/converter-DUqGq6qj.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, y as yUndoPluginKey, f as undoDepth, h as redoDepth, S as SlashMenuPluginKey, E as Editor, i as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-gMF6aWiz.js";
|
|
15
|
+
import { n, C, o, T, l, p, m } from "./chunks/editor-gMF6aWiz.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-
|
|
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-BxsT1ZgG.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-CQsQR8Zs.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
var hasRequiredEventemitter3;
|
|
@@ -69,8 +69,8 @@ function requireEventemitter3() {
|
|
|
69
69
|
var evt = prefix ? prefix + event : event, handlers = this._events[evt];
|
|
70
70
|
if (!handlers) return [];
|
|
71
71
|
if (handlers.fn) return [handlers.fn];
|
|
72
|
-
for (var
|
|
73
|
-
ee[
|
|
72
|
+
for (var i2 = 0, l2 = handlers.length, ee = new Array(l2); i2 < l2; i2++) {
|
|
73
|
+
ee[i2] = handlers[i2].fn;
|
|
74
74
|
}
|
|
75
75
|
return ee;
|
|
76
76
|
};
|
|
@@ -83,7 +83,7 @@ function requireEventemitter3() {
|
|
|
83
83
|
EventEmitter2.prototype.emit = function emit(event, a1, a22, a3, a4, a52) {
|
|
84
84
|
var evt = prefix ? prefix + event : event;
|
|
85
85
|
if (!this._events[evt]) return false;
|
|
86
|
-
var listeners = this._events[evt], len = arguments.length, args,
|
|
86
|
+
var listeners = this._events[evt], len = arguments.length, args, i2;
|
|
87
87
|
if (listeners.fn) {
|
|
88
88
|
if (listeners.once) this.removeListener(event, listeners.fn, void 0, true);
|
|
89
89
|
switch (len) {
|
|
@@ -100,32 +100,32 @@ function requireEventemitter3() {
|
|
|
100
100
|
case 6:
|
|
101
101
|
return listeners.fn.call(listeners.context, a1, a22, a3, a4, a52), true;
|
|
102
102
|
}
|
|
103
|
-
for (
|
|
104
|
-
args[
|
|
103
|
+
for (i2 = 1, args = new Array(len - 1); i2 < len; i2++) {
|
|
104
|
+
args[i2 - 1] = arguments[i2];
|
|
105
105
|
}
|
|
106
106
|
listeners.fn.apply(listeners.context, args);
|
|
107
107
|
} else {
|
|
108
|
-
var length = listeners.length,
|
|
109
|
-
for (
|
|
110
|
-
if (listeners[
|
|
108
|
+
var length = listeners.length, j;
|
|
109
|
+
for (i2 = 0; i2 < length; i2++) {
|
|
110
|
+
if (listeners[i2].once) this.removeListener(event, listeners[i2].fn, void 0, true);
|
|
111
111
|
switch (len) {
|
|
112
112
|
case 1:
|
|
113
|
-
listeners[
|
|
113
|
+
listeners[i2].fn.call(listeners[i2].context);
|
|
114
114
|
break;
|
|
115
115
|
case 2:
|
|
116
|
-
listeners[
|
|
116
|
+
listeners[i2].fn.call(listeners[i2].context, a1);
|
|
117
117
|
break;
|
|
118
118
|
case 3:
|
|
119
|
-
listeners[
|
|
119
|
+
listeners[i2].fn.call(listeners[i2].context, a1, a22);
|
|
120
120
|
break;
|
|
121
121
|
case 4:
|
|
122
|
-
listeners[
|
|
122
|
+
listeners[i2].fn.call(listeners[i2].context, a1, a22, a3);
|
|
123
123
|
break;
|
|
124
124
|
default:
|
|
125
|
-
if (!args) for (
|
|
126
|
-
args[
|
|
125
|
+
if (!args) for (j = 1, args = new Array(len - 1); j < len; j++) {
|
|
126
|
+
args[j - 1] = arguments[j];
|
|
127
127
|
}
|
|
128
|
-
listeners[
|
|
128
|
+
listeners[i2].fn.apply(listeners[i2].context, args);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
}
|
|
@@ -150,9 +150,9 @@ function requireEventemitter3() {
|
|
|
150
150
|
clearEvent(this, evt);
|
|
151
151
|
}
|
|
152
152
|
} else {
|
|
153
|
-
for (var
|
|
154
|
-
if (listeners[
|
|
155
|
-
events.push(listeners[
|
|
153
|
+
for (var i2 = 0, events = [], length = listeners.length; i2 < length; i2++) {
|
|
154
|
+
if (listeners[i2].fn !== fn || once && !listeners[i2].once || context && listeners[i2].context !== context) {
|
|
155
|
+
events.push(listeners[i2]);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
if (events.length) this._events[evt] = events.length === 1 ? events[0] : events;
|
|
@@ -1145,8 +1145,8 @@ const _sfc_main$7 = {
|
|
|
1145
1145
|
const selectGridItems = (allItems, cols, rows) => {
|
|
1146
1146
|
selectedCols.value = cols;
|
|
1147
1147
|
selectedRows.value = rows;
|
|
1148
|
-
for (let
|
|
1149
|
-
let item = allItems[
|
|
1148
|
+
for (let i2 = 0; i2 < allItems.length; i2++) {
|
|
1149
|
+
let item = allItems[i2];
|
|
1150
1150
|
let itemsCols = parseInt(item.dataset.cols, 10);
|
|
1151
1151
|
let itemsRows = parseInt(item.dataset.rows, 10);
|
|
1152
1152
|
if (itemsCols <= cols && itemsRows <= rows) {
|
|
@@ -1223,20 +1223,20 @@ const _sfc_main$7 = {
|
|
|
1223
1223
|
onMouseover: onTableGridMouseOver,
|
|
1224
1224
|
"data-grid": "true"
|
|
1225
1225
|
}, [
|
|
1226
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(5, (
|
|
1227
|
-
return openBlock(), createElementBlock(Fragment, { key:
|
|
1228
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(5, (
|
|
1226
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(5, (i2) => {
|
|
1227
|
+
return openBlock(), createElementBlock(Fragment, { key: i2 }, [
|
|
1228
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(5, (n2) => {
|
|
1229
1229
|
return createElementVNode("div", {
|
|
1230
1230
|
class: "toolbar-table-grid__item",
|
|
1231
|
-
key: `${
|
|
1232
|
-
"data-cols":
|
|
1233
|
-
"data-rows":
|
|
1231
|
+
key: `${i2}_${n2}`,
|
|
1232
|
+
"data-cols": n2,
|
|
1233
|
+
"data-rows": i2,
|
|
1234
1234
|
"data-item": "true",
|
|
1235
1235
|
ref_for: true,
|
|
1236
1236
|
ref_key: "tableGridItems",
|
|
1237
1237
|
ref: tableGridItems,
|
|
1238
|
-
onKeydown: withModifiers((event) => handleKeyDown(event,
|
|
1239
|
-
onClick: withModifiers(($event) => handleClick({ cols:
|
|
1238
|
+
onKeydown: withModifiers((event) => handleKeyDown(event, n2, i2), ["prevent"]),
|
|
1239
|
+
onClick: withModifiers(($event) => handleClick({ cols: n2, rows: i2 }), ["stop", "prevent"])
|
|
1240
1240
|
}, null, 40, _hoisted_1$6);
|
|
1241
1241
|
}), 64))
|
|
1242
1242
|
], 64);
|
|
@@ -1457,7 +1457,7 @@ const makeDefaultItems = ({
|
|
|
1457
1457
|
onActivate: ({ fontFamily }) => {
|
|
1458
1458
|
if (!fontFamily) return;
|
|
1459
1459
|
fontButton.label.value = fontFamily;
|
|
1460
|
-
const foundFont = fontOptions.find((
|
|
1460
|
+
const foundFont = fontOptions.find((i2) => i2.label === fontFamily);
|
|
1461
1461
|
if (foundFont) {
|
|
1462
1462
|
fontButton.selectedValue.value = foundFont.key;
|
|
1463
1463
|
} else {
|
|
@@ -1543,8 +1543,8 @@ const makeDefaultItems = ({
|
|
|
1543
1543
|
if (sanitizedValue < 8) sanitizedValue = 8;
|
|
1544
1544
|
if (sanitizedValue > 96) sanitizedValue = 96;
|
|
1545
1545
|
let sanitizedValueStr = String(sanitizedValue);
|
|
1546
|
-
const foundSize = fontSizeOptions.find((
|
|
1547
|
-
return
|
|
1546
|
+
const foundSize = fontSizeOptions.find((i2) => {
|
|
1547
|
+
return i2.label === sanitizedValueStr || i2.key === sanitizedValueStr;
|
|
1548
1548
|
});
|
|
1549
1549
|
if (foundSize) {
|
|
1550
1550
|
fontSize.selectedValue.value = foundSize.key;
|
|
@@ -2504,6 +2504,38 @@ const toolbarTexts = {
|
|
|
2504
2504
|
documentViewingModeDescription: "View clean version of document only",
|
|
2505
2505
|
linkedStyles: "Linked styles"
|
|
2506
2506
|
};
|
|
2507
|
+
const isOffValue = (value) => {
|
|
2508
|
+
if (value == null) return false;
|
|
2509
|
+
const normalized = String(value).toLowerCase();
|
|
2510
|
+
return normalized === "0" || normalized === "false" || normalized === "off";
|
|
2511
|
+
};
|
|
2512
|
+
const negationChecks = {
|
|
2513
|
+
bold: (attrs = {}) => isOffValue(attrs.value),
|
|
2514
|
+
italic: (attrs = {}) => isOffValue(attrs.value),
|
|
2515
|
+
strike: (attrs = {}) => isOffValue(attrs.value),
|
|
2516
|
+
underline: (attrs = {}) => {
|
|
2517
|
+
const type = attrs.underlineType ?? attrs.value;
|
|
2518
|
+
if (type == null) return false;
|
|
2519
|
+
const normalized = String(type).toLowerCase();
|
|
2520
|
+
return normalized === "none" || isOffValue(normalized);
|
|
2521
|
+
},
|
|
2522
|
+
color: (attrs = {}) => {
|
|
2523
|
+
const value = attrs.color;
|
|
2524
|
+
if (value == null) return true;
|
|
2525
|
+
return String(value).toLowerCase() === "inherit";
|
|
2526
|
+
},
|
|
2527
|
+
highlight: (attrs = {}) => {
|
|
2528
|
+
const value = attrs.color;
|
|
2529
|
+
if (value == null) return true;
|
|
2530
|
+
const normalized = String(value).toLowerCase();
|
|
2531
|
+
return normalized === "transparent" || normalized === "none";
|
|
2532
|
+
}
|
|
2533
|
+
};
|
|
2534
|
+
const isNegatedMark = (name, attrs = {}) => {
|
|
2535
|
+
const checker = negationChecks[name];
|
|
2536
|
+
if (typeof checker !== "function") return false;
|
|
2537
|
+
return Boolean(checker(attrs));
|
|
2538
|
+
};
|
|
2507
2539
|
class SuperToolbar extends EventEmitter {
|
|
2508
2540
|
/**
|
|
2509
2541
|
* Creates a new SuperToolbar instance
|
|
@@ -2649,10 +2681,25 @@ class SuperToolbar extends EventEmitter {
|
|
|
2649
2681
|
if (!result?.file) {
|
|
2650
2682
|
return;
|
|
2651
2683
|
}
|
|
2652
|
-
|
|
2684
|
+
const { size, file } = await checkAndProcessImage({
|
|
2685
|
+
file: result.file,
|
|
2686
|
+
getMaxContentSize: () => this.activeEditor.getMaxContentSize()
|
|
2687
|
+
});
|
|
2688
|
+
if (!file) {
|
|
2689
|
+
return;
|
|
2690
|
+
}
|
|
2691
|
+
const id = {};
|
|
2692
|
+
replaceSelectionWithImagePlaceholder({
|
|
2693
|
+
view: this.activeEditor.view,
|
|
2694
|
+
editorOptions: this.activeEditor.options,
|
|
2695
|
+
id
|
|
2696
|
+
});
|
|
2697
|
+
await uploadAndInsertImage({
|
|
2653
2698
|
editor: this.activeEditor,
|
|
2654
2699
|
view: this.activeEditor.view,
|
|
2655
|
-
file
|
|
2700
|
+
file,
|
|
2701
|
+
size,
|
|
2702
|
+
id
|
|
2656
2703
|
});
|
|
2657
2704
|
},
|
|
2658
2705
|
/**
|
|
@@ -2935,14 +2982,16 @@ class SuperToolbar extends EventEmitter {
|
|
|
2935
2982
|
return item.activate();
|
|
2936
2983
|
}
|
|
2937
2984
|
}
|
|
2938
|
-
const
|
|
2985
|
+
const rawActiveMark = marks.find((mark) => mark.name === item.name.value);
|
|
2986
|
+
const markNegated = rawActiveMark ? isNegatedMark(rawActiveMark.name, rawActiveMark.attrs) : false;
|
|
2987
|
+
const activeMark = markNegated ? null : rawActiveMark;
|
|
2939
2988
|
if (activeMark) {
|
|
2940
2989
|
item.activate(activeMark.attrs);
|
|
2941
2990
|
} else {
|
|
2942
2991
|
item.deactivate();
|
|
2943
2992
|
}
|
|
2944
2993
|
const styleIdMark = marks.find((mark) => mark.name === "styleId");
|
|
2945
|
-
if (!activeMark && styleIdMark?.attrs.styleId) {
|
|
2994
|
+
if (!activeMark && !markNegated && styleIdMark?.attrs.styleId) {
|
|
2946
2995
|
const markToStyleMap = {
|
|
2947
2996
|
fontSize: "font-size",
|
|
2948
2997
|
fontFamily: "font-family",
|
|
@@ -3982,11 +4031,11 @@ const _sfc_main$3 = {
|
|
|
3982
4031
|
pageMargins.value = docMargins;
|
|
3983
4032
|
rightHandle.x = docSize.width * 96 - docMargins.right * 96;
|
|
3984
4033
|
leftHandle.x = docMargins.left * 96;
|
|
3985
|
-
for (let
|
|
4034
|
+
for (let i2 = 0; i2 < docSize.width; i2++) {
|
|
3986
4035
|
const marginNum = 0.0625 * 96 - 0.5;
|
|
3987
4036
|
const margin = `${marginNum}px`;
|
|
3988
|
-
const diff = docSize.width -
|
|
3989
|
-
rulerItems.push(...generateSection(1, "main", "20%", margin,
|
|
4037
|
+
const diff = docSize.width - i2;
|
|
4038
|
+
rulerItems.push(...generateSection(1, "main", "20%", margin, i2));
|
|
3990
4039
|
rulerItems.push(...generateSection(3, "eighth", "10%", margin));
|
|
3991
4040
|
rulerItems.push(...generateSection(1, "half", "40%", margin));
|
|
3992
4041
|
if (diff <= 0.5) break;
|
|
@@ -3995,7 +4044,7 @@ const _sfc_main$3 = {
|
|
|
3995
4044
|
return rulerItems;
|
|
3996
4045
|
};
|
|
3997
4046
|
const generateSection = (qty, size, height, margin, index) => {
|
|
3998
|
-
return Array.from({ length: qty }, (_,
|
|
4047
|
+
return Array.from({ length: qty }, (_, i2) => {
|
|
3999
4048
|
const item = {
|
|
4000
4049
|
className: `${size}-unit ruler-section`,
|
|
4001
4050
|
height,
|
|
@@ -4609,28 +4658,32 @@ const _sfc_main = {
|
|
|
4609
4658
|
const SuperInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4d5cff52"]]);
|
|
4610
4659
|
const baseHandlers = {
|
|
4611
4660
|
...runPropertyTranslators,
|
|
4612
|
-
"w:br": translator$
|
|
4613
|
-
"w:cantSplit": translator$
|
|
4614
|
-
"w:cnfStyle": translator$
|
|
4615
|
-
"w:divId": translator$
|
|
4616
|
-
"w:gridAfter": translator$
|
|
4617
|
-
"w:gridBefore": translator$
|
|
4618
|
-
"w:hidden": translator$
|
|
4619
|
-
"w:hyperlink": translator$
|
|
4620
|
-
"w:jc": translator$
|
|
4621
|
-
"w:p": translator$
|
|
4622
|
-
"w:r": translator$
|
|
4623
|
-
"w:rPr": translator$
|
|
4624
|
-
"w:sdt": translator$
|
|
4625
|
-
"w:tab": translator$
|
|
4626
|
-
"w:tblCellSpacing": translator$
|
|
4627
|
-
"w:tblHeader": translator$
|
|
4628
|
-
"w:tc": translator$
|
|
4629
|
-
"w:tr": translator$
|
|
4630
|
-
"w:trHeight": translator$
|
|
4631
|
-
"w:trPr": translator$
|
|
4632
|
-
"w:wAfter": translator$
|
|
4633
|
-
"w:wBefore": translator
|
|
4661
|
+
"w:br": translator$p,
|
|
4662
|
+
"w:cantSplit": translator$o,
|
|
4663
|
+
"w:cnfStyle": translator$n,
|
|
4664
|
+
"w:divId": translator$m,
|
|
4665
|
+
"w:gridAfter": translator$l,
|
|
4666
|
+
"w:gridBefore": translator$k,
|
|
4667
|
+
"w:hidden": translator$j,
|
|
4668
|
+
"w:hyperlink": translator$i,
|
|
4669
|
+
"w:jc": translator$h,
|
|
4670
|
+
"w:p": translator$g,
|
|
4671
|
+
"w:r": translator$f,
|
|
4672
|
+
"w:rPr": translator$e,
|
|
4673
|
+
"w:sdt": translator$d,
|
|
4674
|
+
"w:tab": translator$c,
|
|
4675
|
+
"w:tblCellSpacing": translator$b,
|
|
4676
|
+
"w:tblHeader": translator$a,
|
|
4677
|
+
"w:tc": translator$9,
|
|
4678
|
+
"w:tr": translator$8,
|
|
4679
|
+
"w:trHeight": translator$7,
|
|
4680
|
+
"w:trPr": translator$6,
|
|
4681
|
+
"w:wAfter": translator$5,
|
|
4682
|
+
"w:wBefore": translator$4,
|
|
4683
|
+
"wp:anchor": translator$3,
|
|
4684
|
+
"wp:inline": translator$2,
|
|
4685
|
+
"w:bookmarkStart": translator$1,
|
|
4686
|
+
"w:bookmarkEnd": translator
|
|
4634
4687
|
};
|
|
4635
4688
|
const registeredHandlers = Object.freeze(baseHandlers);
|
|
4636
4689
|
const Extensions = {
|
|
@@ -4642,13 +4695,13 @@ const Extensions = {
|
|
|
4642
4695
|
};
|
|
4643
4696
|
export {
|
|
4644
4697
|
AIWriter,
|
|
4645
|
-
|
|
4646
|
-
|
|
4698
|
+
n as AnnotatorHelpers,
|
|
4699
|
+
b2 as BasicUpload,
|
|
4647
4700
|
C as CommentsPluginKey,
|
|
4648
4701
|
D as DocxZipper,
|
|
4649
4702
|
Editor,
|
|
4650
4703
|
Extensions,
|
|
4651
|
-
|
|
4704
|
+
o as SectionHelpers,
|
|
4652
4705
|
_sfc_main$4 as SlashMenu,
|
|
4653
4706
|
a5 as SuperConverter,
|
|
4654
4707
|
SuperEditor,
|
|
@@ -4657,13 +4710,13 @@ export {
|
|
|
4657
4710
|
Toolbar,
|
|
4658
4711
|
T as TrackChangesBasePluginKey,
|
|
4659
4712
|
createZip,
|
|
4660
|
-
|
|
4713
|
+
l as fieldAnnotationHelpers,
|
|
4661
4714
|
getActiveFormatting,
|
|
4662
|
-
|
|
4715
|
+
p as getAllowedImageDimensions,
|
|
4663
4716
|
i as getMarksFromSelection,
|
|
4664
4717
|
getRichTextExtensions,
|
|
4665
4718
|
getStarterExtensions,
|
|
4666
4719
|
a2 as helpers,
|
|
4667
4720
|
registeredHandlers,
|
|
4668
|
-
|
|
4721
|
+
m as trackChangesHelpers
|
|
4669
4722
|
};
|
package/dist/super-editor.cjs
CHANGED
|
@@ -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-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-CS5l-cVZ.cjs");
|
|
4
4
|
require("./chunks/vue-DWle4Cai.cjs");
|
|
5
5
|
exports.AIWriter = superEditor_es.AIWriter;
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
package/dist/super-editor.es.js
CHANGED
|
@@ -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-
|
|
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-BF_Xaucb.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-
|
|
4
|
-
const superdoc = require("./chunks/index-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-CS5l-cVZ.cjs");
|
|
4
|
+
const superdoc = require("./chunks/index-ecl0ZFNw.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");
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-
|
|
2
|
-
import { D, H, P, S as S2, m, l } from "./chunks/index-
|
|
1
|
+
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BF_Xaucb.es.js";
|
|
2
|
+
import { D, H, P, S as S2, m, l } from "./chunks/index-qjntJEk0.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";
|